/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

:root {
     --primary: #00B2E3;
     --primary-dark: #0099C8;
     --primary-light: #33C6ED;
     --bg-dark: #0A0A0A;
     --muted: #9AA3AD;
     --white: #FFFFFF;
     --radius-sm: 10px;
     --radius-md: 12px;
     --accent-cyan: #00E0FF;
     --gray-900: #0B0B0D;
     --gray-800: #1C1C1E;
}

/* ================= Blog ================= */
.blog_hero { background: #0b0f19; color:#fff; padding: 60px 0; }
.blog_hero h1 { font-weight:800; margin:0 0 8px; }
.blog_hero p { color:#B8B8B8; margin:0; }

.blog_list { background:#fff; padding: 60px 0; }
.blog_card { background:#fff; border:1px solid #E8EEF3; border-radius: 16px; overflow:hidden; box-shadow:0 8px 24px rgba(0,0,0,.06); height:100%; display:flex; flex-direction:column; }
.blog_cover { position:relative; padding-top:60%; background:#f5f7fb; }
.blog_cover img { position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; }
.blog_content { padding:18px 18px 22px; display:flex; flex-direction:column; flex:1; }
.blog_title { font-size:20px; font-weight:800; margin:4px 0 8px; color:#0b1a22; }
.blog_title a{ color:inherit; }
.blog_meta { font-size:12px; color:#6b7a85; margin-bottom:8px; }
.blog_excerpt { color:#44515a; flex:1; }
.blog_read_more { display:inline-block; margin-top:12px; background: var(--accent-cyan); color:#00131a; padding:10px 16px; border-radius:10px; font-weight:700; }
.blog_read_more:hover { background:#33E7FF; color:#00131a; }

.blog_detail_hero { background:#0b0f19; color:#fff; padding:50px 0; }
.blog_detail_title { font-weight:800; margin:0 0 8px; }
.blog_detail_meta { color:#CFCFCF; }
.blog_detail_body { background:#fff; padding: 40px 0; }
.blog_detail_cover { margin-bottom:18px; border-radius:16px; overflow:hidden; box-shadow:0 8px 28px rgba(0,0,0,.12); }
.blog_detail_cover img { width:100%; height:auto; display:block; }
.blog_detail_content { color:#21313a; font-size:17px; line-height:1.8; }
.blog_detail_content img { max-width:100%; height:auto; border-radius:8px; }
.blog_detail_content h1, .blog_detail_content h2, .blog_detail_content h3 { margin-top:1.2em; font-weight:800; }
.blog_detail_content blockquote { border-left:4px solid var(--accent-cyan); background:#f7fbff; }

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

/* Animations */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px);} to { opacity:1; transform: translateY(0);} }
@keyframes floatY { 0%,100% { transform: translateY(0);} 50% { transform: translateY(-6px);} }
@keyframes glowPulse { 0%,100% { box-shadow: 0 0 0 rgba(0,178,227,0);} 50% { box-shadow: 0 0 24px rgba(0,178,227,0.45);} }

.titlepage { animation: fadeUp .8s ease both; }
.we_box { animation: fadeUp .8s ease both; }
.service-icon { animation: floatY 4s ease-in-out infinite; }
.read_more { animation: glowPulse 2.8s ease-in-out infinite; }

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage::before {
     content: "";
     position: absolute;
     border: #fff solid 5px;
     border-width: 5px;
     width: 80px;
     z-index: 999;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: 55px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 50px;
     color: #323232;
}

.read_more {
     display: inline-block;
     background: var(--primary);
     color: #fff;
     max-width: 215px;
     height: 61px;
     line-height: 61px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
     border-radius: var(--radius-md);
}

.read_more:hover {
     background: var(--primary-dark);
     color: #fff;
     transition: ease-in all 0.5s;
}

.logo_footer img {
     max-width: 100%;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: var(--bg-dark);
     height: 106px;
     padding: 37px 30px;
     position: absolute;
     z-index: 999;
     box-shadow: 3px 0 13px rgba(30, 30, 30, 0.90);
}


/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 30px;
     color: var(--white);
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: var(--primary);
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: var(--primary);
}

.di_no {
     display: none;
}

ul.email {
     padding-top: 1px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.email li {
     padding: 0px 35px;
}

ul.email li:nth-child(2) {
     padding-right: 0;
}

ul.email li a {
     font-size: 17px;
     color: #fff;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
}


/** banner_main **/

#top_section {
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 120px;
     position: relative;
     height: 100vh;
     background-position: center;
}

#myCarousel .carousel-indicators {
     bottom: -50px;
     margin-left: 11px;
     right: inherit;
}

#myCarousel .carousel-indicators .active {
     background: var(--primary);
}

#myCarousel .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     border-radius: 40px;
     width: 22px;
     height: 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

/* Video background styles */
#bannerVideo {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: -1;
}

.banner_main {
     position: relative;
     overflow: hidden;
}

.banner_main::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.4);
     z-index: 0;
}

.banner_main .container {
     position: relative;
     z-index: 1;
}

.bluid {
     margin-top: 10px;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
     position: relative;
     z-index: 2;
}

.banner_main .bluid h1 {
     color: #fff;
     font-size: 100px;
     line-height: 110px;
     font-weight: bold;
     padding-bottom: 25px;
}

.banner_main .bluid p {
     color: #fff;
     line-height: 25px;
     font-weight: 500;
     padding-bottom: 50px;
     font-size: 17px;
}

.banner_main .bluid .read_more {
     margin-right: 8px;
     background: #fff;
     color: #000;
}

.banner_main .bluid .read_more:hover {
     color: #fff;
     background: #0e0b01;
}


/** we_do **/

.we_do {
     background: linear-gradient(135deg, #ffffff 0%, #f6fbff 50%, rgba(0,178,227,0.08) 100%);
     padding: 90px 0 190px 0;
}

.we_do .titlepage::before {
     border: var(--primary) solid 5px;
}

.we1_do {
     position: inherit;
     padding: 0;
}

/* Equal height cards in we_do */
.we1_do .row { align-items: stretch; }
.we1_Do .row { align-items: stretch; } /* safety for potential typo */
.we1_do .col-md-4 { display: flex; }
.we_box { display: flex; flex-direction: column; height: 100%; }
.we_box i.service-icon { font-size: 48px; color: var(--primary); }
.we_box h3 { margin-top: 16px; }
.we_box p { flex-grow: 1; min-height: 60px; }

#bo_ho:hover {
     border: var(--primary-dark) solid 1px;
     transition: ease-in all 0.5s;
}

.we_box {
     border: #e6e7e8 solid 1px;
     transition: ease-in all 0.5s;
     padding: 40px;
     margin-bottom: 26px;
     border-radius: var(--radius-md);
}

.we_box h3 {
     color: #292929;
     font-size: 22px;
     font-weight: bold;
     line-height: 25px;
     text-transform: uppercase;
     padding-top: 25px;
}

.we_box h3 img {
     float: right;
}

.we_box p {
     color: #292929;
     padding-top: 25px;
     display: block;
     padding-bottom: 40px;
}

.we_box .read_more {
     max-width: 131px;
     height: 41px;
     line-height: 41px;
     margin: 0 auto;
     display: block;
     margin-right: 0;
     background: var(--bg-dark);
}

#we1 .carousel-indicators {
     display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 109%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
     left: 43%;
}

#we1 a.carousel-control-next {
     right: 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
     background: #464646;
     color: #fff;
     opacity: 1;
}


/** end we_do **/


/** about **/

.about {
     background: linear-gradient(135deg, #0b0f19 0%, #0e1524 60%, #0b1a22 100%);
     padding: 110px 0;
     position: relative;
     overflow: hidden;
}

.about .titlepage::before {
     border: var(--accent-cyan) solid 5px;
}

.about .titlepage {
     padding-bottom: 0;
     margin-bottom: 0px;
}

.about .titlepage h2 {
     color: #fff;
}

.about .titlepage p {
     line-height: 30px;
     padding-top: 14px;
     color: #b8c4cc;
     font-size: 18px;
}

/* About avatars */
.about_avatar {
     width: 100%;
     max-width: 260px;
     height: auto;
     object-fit: cover;
     border-radius: 0;
     border: none;
     box-shadow: none;
     transition: box-shadow .25s ease;
}
.about_avatar:hover {
     box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* About captions: ensure readability on dark gradient */
.about_person { margin-top: 12px; text-align: center; }
.about_person h4 { margin: 6px 0 4px; font-size: 18px; color: var(--white); font-weight: 600; }
.about_person .linkedin { color: var(--primary); font-weight: 500; }
.about_person .linkedin:hover { color: var(--primary-light); }

/* Dark text on light background for about */
.about .titlepage h2 { color: var(--white); }
.about .titlepage p { color: #b8c4cc; }

.about::before {
     content: "";
     position: absolute;
     top: -120px;
     right: -120px;
     width: 380px;
     height: 380px;
     background: radial-gradient(closest-side, rgba(0,224,255,0.18), rgba(0,224,255,0));
     filter: blur(2px);
}

.about::after {
     content: "";
     position: absolute;
     bottom: -100px;
     left: -100px;
     width: 420px;
     height: 420px;
     background: radial-gradient(closest-side, rgba(0,178,227,0.22), rgba(0,178,227,0));
     filter: blur(3px);
}

.about_badges {
     display: flex;
     gap: 10px;
     flex-wrap: wrap;
     justify-content: center;
     margin-top: 18px;
}

.about_badge {
     display: inline-flex;
     align-items: center;
     gap: 8px;
     background: rgba(0,224,255,0.09);
     color: #d9f8ff;
     border: 1px solid rgba(0,224,255,0.22);
     padding: 8px 12px;
     border-radius: 999px;
     font-weight: 600;
     font-size: 14px;
}

.about_actions {
     display: flex;
     justify-content: center;
     gap: 12px;
     margin-top: 22px;
}

.about_actions .read_more { background: var(--accent-cyan); color: #00131a; }
.about_actions .btn_outline { color: #d6e7ed; border-color: #2b3c45; }


/** end about **/


/** portfolio **/

.portfolio {
     padding-top: 90px;
     padding-bottom: 90px;
     background: #fff;
}

.portfolio .titlepage::before {
     right: inherit;
     border: var(--primary) solid 5px;
     left: 15px;
}

.portfolio_main {
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.portfolio_main figure {
     margin: 0;
     position: relative;
     overflow: hidden;
     border-radius: var(--radius-md);
}

#ho_nf:hover {
     box-shadow: 3px 0 20px rgba(30, 30, 30, 0.31);
     transition: ease-in all 0.5s;
}

#ho_nf:hover .portfolio_text {
     height: 240px;
     transition: ease-in all 0.5s;
     padding: 40px 40px;
}

#ho_nf:hover .li_icon {
     margin-top: -65px;
     transition: ease-in all 0.7s;
}

.portfolio_text {
     cursor: pointer;
     position: absolute;
     transition: ease-in all 0.5s;
     bottom: 0;
     height: 0;
     background: #fff;
     overflow: initial;
}

.li_icon {
     display: flex;
     transition: ease-in all 0.7s;
     z-index: 99999999999999999999999;
     position: absolute;
}

.li_icon a {
     background: #fff;
     width: 60px;
     height: 60px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #3a404e;
     box-shadow: 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
     background: var(--bg-dark);
     color: #fff;
}

.portfolio_text h3 {
     color: #0c0c0d;
     font-size: 24px;
     line-height: 30px;
     font-weight: bold;
     padding-bottom: 15px;
}

.portfolio_text p {
     color: #031330;
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 15px;
}

.portfolio .read_more {
     margin: 0 auto;
     display: block;
     background: var(--bg-dark);
     margin-top: 30px;
     border-radius: var(--radius-md);
}

.portfolio .read_more:hover {
     background: var(--primary-dark);
}


/* end portfolio */


/* chose */

.chose {
     padding: 90px 0 60px 0;
     background: var(--bg-dark);
}

.chose .titlepage::before {
     right: inherit;
     left: 15px;
}

.chose .titlepage h2 {
     color: #fff;
}

.chose.chose .titlepage p {
     color: #fff;
     padding-top: 15px;
}

.chose_box {
     margin-bottom: 30px;
}

.chose_box h3 {
     padding-top: 20px;
     color: #fff;
     font-weight: bold;
     font-size: 30px;
     line-height: 35px;
}

.chose_box strong {
     display: block;
     color: #fff;
     font-weight: bold;
     font-size: 48px;
     line-height: 60px;
     padding-bottom: 30px;
}

.chose_box .read_more {
     background: var(--primary);
     color: var(--white);
     max-width: 176px;
     line-height: 47px;
     height: 47px;
     border-radius: var(--radius-md);
}

.chose_box .read_more:hover {
     background: var(--primary-dark);
     color: var(--white);
}


/** end chose **/


/** contact section **/

.contact {
     background: #fefeff;
     padding: 90px 0;
}

.contact .titlepage::before {
     right: inherit;
     border: var(--primary) solid 5px;
     left: 15px;
}

.main_form .contactus {
     border: #d2d2d3 solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 71px;
     background: #fff;
     color: #888888;
     font-size: 16px;
     font-weight: normal;
     border-radius: var(--radius-md);
}

.main_form .textarea {
     border: #d2d2d3 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #888888;
     font-size: 18px;
     font-weight: normal;
     padding: 57px 15px 0 15px;
     border-radius: var(--radius-md);
     height: 150px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: var(--bg-dark);
     text-transform: uppercase;
     color: #fff;
     padding: 25px 0px;
     max-width: 252px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
     border-radius: var(--radius-md);
}

.main_form .send_btn:hover {
     background-color: var(--primary-dark);
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #888888;
     opacity: 1;
}


/** end contact section **/


/** testimonial **/

.posi_in {
     position: inherit;
     padding: 0;
}

.clientsl_text {
     margin-top: 30px;
     box-shadow: 0 8px 24px rgba(0,0,0,0.06);
     padding: 28px;
     margin-bottom: 26px;
     border-radius: 16px;
}

.clientsl_text i img {
     display: block;
     width: 100%;
     max-height: 180px;
     object-fit: cover;
     border-radius: 12px;
     margin: 0 0 14px 0;
     float: none;
}

.clientsl_text h3 {
     margin: 0 0 10px 0;
     color: #0b1a22;
     font-size: 22px;
     font-weight: 800;
     line-height: 1.3;
     text-align: left;
}

.clientsl_text h3 img {
     float: right;
}

.clientsl_text p {
     color: #4b5963;
     padding-top: 10px;
     display: block;
     max-width: 760px;
     margin: 0 auto;
     text-align: center;
     line-height: 1.8;
}

#clientsl .carousel-indicators {
     display: none;
}

#clientsl a.carousel-control-next,
#clientsl a.carousel-control-prev {
     background: #ffffff;
     width: 67px;
     height: 59px;
     top: 105%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#clientsl a.carousel-control-prev {
     left: 37%;
}

#clientsl a.carousel-control-next {
     right: 37%;
}

#clientsl a.carousel-control-next:focus,
#clientsl a.carousel-control-next:hover,
#clientsl a.carousel-control-prev:focus,
#clientsl a.carousel-control-prev:hover {
     background: #252525;
     color: #fff;
     opacity: 1;
}


/** end testimonial **/


/* Footer typography and links */



/* ================= About Page Sections ================ */
/* Section 1 — Hero */
.about_hero {
     background: var(--gray-900);
     color: var(--white);
     padding: 80px 0;
     min-height: 65vh;
     display: flex;
     align-items: center;
}
.about_hero h1 { font-size: 48px; font-weight: 800; margin-bottom: 14px; color: #fff; }
.about_hero h2 { font-size: 22px; color: #B8B8B8; margin-bottom: 10px; }
.about_hero .lead { color: #D2D2D2; margin-bottom: 20px; }
.about_hero .cta_group { display: flex; gap: 12px; flex-wrap: wrap; }
.btn_primary {
     background: var(--accent-cyan);
     color: #00131a;
     padding: 12px 20px;
     border-radius: var(--radius-md);
     font-weight: 700;
     box-shadow: 0 8px 26px rgba(0,224,255,.35);
}
.btn_primary:hover { background: #33E7FF; color: #00131a; }
.btn_outline {
     background: transparent;
     color: #CFCFCF;
     padding: 12px 20px;
     border: 1px solid #3a3a3c;
     border-radius: var(--radius-md);
}
.btn_outline:hover { color: #fff; border-color: #5a5a5c; }
.hero_mockup .device_mock { width: 280px; height: 180px; border-radius: 16px; background: linear-gradient(135deg,#0e1a22,#0b2230); box-shadow: 0 12px 32px rgba(0,0,0,.45); margin-left: auto; }

/* Section 2 — Brief */
.about_brief { background: var(--gray-800); padding: 28px 0; }
.about_brief p { color: #DDE6EC; margin: 0; }
.brief_icons i { color: var(--accent-cyan); font-size: 18px; margin-left: 10px; opacity: .85; }

/* Section 3 — Pillars */
.about_pillars { background: #111; padding: 60px 0; }
.about_pillars .pillar { background: #131316; border: 1px solid #222; border-radius: var(--radius-md); padding: 24px; color: #C9D1D9; transition: transform .25s ease, box-shadow .25s ease; }
.about_pillars .pillar i { color: var(--accent-cyan); font-size: 28px; }
.about_pillars .pillar h3 { color: #fff; margin: 10px 0 6px; }
.about_pillars .pillar:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,224,255,.08); }

/* Section 4 — Solutions */
.about_solutions { background: #fff; padding: 70px 0; }
.about_solutions .solution_card { border: 1px solid #E8EEF3; border-left: 4px solid var(--accent-cyan); border-radius: var(--radius-md); padding: 22px; margin-bottom: 22px; transition: box-shadow .25s ease, transform .25s ease; }
.about_solutions .solution_card:hover { box-shadow: 0 16px 40px rgba(0, 224, 255, .18); transform: translateY(-3px); }
.about_solutions h4 { margin-bottom: 8px; color: #0b1a22; }
.about_solutions p { color: #44515a; margin-bottom: 8px; }
.about_solutions ul { margin: 0 0 12px 18px; list-style: disc; color: #4b5963; }
.btn_small { display: inline-block; background: var(--accent-cyan); color: #00131a; padding: 8px 14px; border-radius: var(--radius-sm); font-weight: 700; }
.btn_small:hover { background: #33E7FF; color: #00131a; }

/* Section 5 — Refs */
.about_refs { background: #fff; padding: 70px 0; }
.about_refs .muted { color: #64707a; margin-bottom: 12px; }

/* Modern Project Cards */
.project_card_modern {
     background: #fff;
     border-radius: 24px;
     overflow: hidden;
     box-shadow: 0 8px 30px rgba(0,0,0,0.12);
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     height: 100%;
     display: flex;
     flex-direction: column;
}
.project_card_modern:hover {
     transform: translateY(-12px);
     box-shadow: 0 28px 56px rgba(0,178,227,0.28);
}
.project_image_wrapper {
     position: relative;
     overflow: hidden;
     padding-top: 90%; /* Taller images */
     background: #f5f5f5;
}
.project_image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: contain; /* show full image without cropping */
     background: #fff;    /* letterbox area blends with card */
     transition: transform 0.4s ease;
}
.project_card_modern:hover .project_image {
     transform: scale(1.1);
}
.project_overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
     display: flex;
     align-items: flex-end;
     justify-content: center;
     padding: 30px;
     opacity: 0;
     transition: opacity 0.3s ease;
}
.project_card_modern:hover .project_overlay {
     opacity: 1;
}
.project_link_btn {
     background: #00B2E3;
     color: #fff;
     padding: 16px 40px;
     border-radius: 35px;
     font-size: 16px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 0.8px;
     transition: all 0.3s ease;
     box-shadow: 0 6px 16px rgba(0,178,227,0.4);
}
.project_link_btn:hover {
     background: #0099C8;
     color: #fff;
     transform: translateY(-2px);
     box-shadow: 0 8px 24px rgba(0,178,227,0.5);
}
.project_link_btn i {
     margin-right: 10px;
     font-size: 18px;
}
.project_content {
     padding: 36px;
     flex: 1;
     display: flex;
     flex-direction: column;
}
.project_title {
     font-size: 26px;
     font-weight: 700;
     color: #222;
     margin: 0 0 14px;
     line-height: 1.3;
}
.project_subtitle {
     font-size: 17px;
     color: #64707a;
     line-height: 1.7;
     margin: 0;
     flex: 1;
}

/* Section 6 — Team */
.about_team { background: #fafbfc; padding: 70px 0; }

/* Modern Team Cards */
.team_card_modern {
     background: #fff;
     border-radius: 28px;
     padding: 50px 36px;
     text-align: center;
     box-shadow: 0 8px 30px rgba(0,0,0,0.1);
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     height: 100%;
     position: relative;
     overflow: hidden;
}
.team_card_modern::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 6px;
     background: linear-gradient(90deg, #00B2E3, #00E0FF);
     transform: scaleX(0);
     transition: transform 0.4s ease;
}
.team_card_modern:hover::before {
     transform: scaleX(1);
}
.team_card_modern:hover {
     transform: translateY(-12px);
     box-shadow: 0 28px 56px rgba(0,178,227,0.25);
}
.team_avatar_wrapper {
     position: relative;
     width: 200px;
     height: 200px;
     margin: 0 auto 28px;
}
.team_avatar {
     width: 200px;
     height: 200px;
     border-radius: 50%;
     object-fit: cover;
     border: 6px solid #fff;
     box-shadow: 0 12px 36px rgba(0,0,0,0.18);
     transition: all 0.3s ease;
     position: relative;
     z-index: 2;
}
.team_card_modern:hover .team_avatar {
     transform: scale(1.05);
     box-shadow: 0 18px 48px rgba(0,178,227,0.4);
}
.team_avatar_border {
     position: absolute;
     top: -10px;
     left: -10px;
     right: -10px;
     bottom: -10px;
     border-radius: 50%;
     background: linear-gradient(135deg, #00B2E3, #00E0FF);
     opacity: 0;
     transition: opacity 0.3s ease;
     z-index: 1;
}
.team_card_modern:hover .team_avatar_border {
     opacity: 0.35;
}
.team_details {
     padding-top: 16px;
}
.team_name {
     font-size: 28px;
     font-weight: 700;
     color: #222;
     margin: 0 0 12px;
     line-height: 1.2;
}
.team_position {
     font-size: 17px;
     color: #00B2E3;
     font-weight: 600;
     margin-bottom: 24px;
     text-transform: uppercase;
     letter-spacing: 0.8px;
}
.team_social_link {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 56px;
     height: 56px;
     border-radius: 50%;
     background: #f5f5f5;
     color: #0077b5;
     font-size: 26px;
     transition: all 0.3s ease;
}
.team_social_link:hover {
     background: #0077b5;
     color: #fff;
     transform: translateY(-4px);
     box-shadow: 0 10px 24px rgba(0,119,181,0.4);
}

/* Section 7 — Testimonials */
.about_testimonials { background: #0f1521; padding: 60px 0; }
.about_testimonials .t_card { color: #cfe6f3; }
.about_testimonials blockquote { background: #0b1a22; border: 1px solid #142734; border-left: 4px solid var(--accent-cyan); border-radius: var(--radius-md); padding: 18px; margin-bottom: 8px; }
.about_testimonials .t_meta { font-size: 14px; color: #8fb9cc; }

/* Section 8 — CTA */
.about_cta { background: #0b0b0d; padding: 36px 0; }
.about_cta h2 { color: #fff; margin: 0 0 6px; }
.about_cta p { color: #B8B8B8; margin: 0; }
.about_cta .btn_primary { margin-right: 8px; }

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .about_hero h1 { font-size: 34px; }
  .about_hero h2 { font-size: 18px; }
  .about_hero .cta_group { flex-direction: column; align-items: stretch; }
}

/* Newsletter */
 

/* Social icons */
 

/* Subtle fade-up on footer columns */
 

.text_align_center {
     text-align: center;
}

/** footer **/

/* ==================================
   FOOTER BACKGROUND ANIMATION
   Modern, tech-focused animated background
   Brand colors: #00BFFF (cyan), #000 (black), #fff (white)
   ================================== */

.footer {
     background: linear-gradient(180deg, #000000 0%, #0a0e1a 50%, #0f1521 100%);
     padding-top: 90px;
     position: relative;
     overflow: hidden;
}

/* Canvas layer for animated particles and lines */
#footerCanvas {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 0;
     pointer-events: none;
}

/* Ensure footer content stays above animation */
.footer .container {
     position: relative;
     z-index: 1;
}

/* Animated gradient overlay - subtle data flow effect */
.footer::before {
     content: '';
     position: absolute;
     top: 0;
     left: -100%;
     width: 300%;
     height: 100%;
     background: linear-gradient(
          90deg,
          transparent 0%,
          rgba(0, 191, 255, 0.03) 25%,
          rgba(0, 191, 255, 0.06) 50%,
          rgba(0, 191, 255, 0.03) 75%,
          transparent 100%
     );
     animation: footerScan 15s linear infinite;
     z-index: 0;
}

/* Glowing line effect - horizontal data stream */
.footer::after {
     content: '';
     position: absolute;
     top: 50%;
     left: -100%;
     width: 200%;
     height: 2px;
     background: linear-gradient(
          90deg,
          transparent 0%,
          #00BFFF 50%,
          transparent 100%
     );
     box-shadow: 0 0 20px rgba(0, 191, 255, 0.8);
     animation: footerGlowLine 8s ease-in-out infinite;
     z-index: 0;
     opacity: 0.4;
}

/* Scanning animation - simulates data flow */
@keyframes footerScan {
     0% {
          transform: translateX(0);
     }
     100% {
          transform: translateX(33.33%);
     }
}

/* Glowing line movement */
@keyframes footerGlowLine {
     0%, 100% {
          transform: translateX(0) translateY(-50%);
          opacity: 0;
     }
     50% {
          opacity: 0.6;
     }
     100% {
          transform: translateX(100%) translateY(-50%);
          opacity: 0;
     }
}

.newslatter_form {
     display: flex;
     align-items: center;
     margin-bottom: 70px;
}

.ente {
     color: #000;
     border: inherit;
     padding: 0 30px;
     height: 66px;
     width: 100%;
     font-size: 17px;
     border-radius: var(--radius-md);
}

.subs_btn {
     max-width: 289px;
     display: inline-block;
     background: var(--bg-dark);
     height: 66px;
     width: 100%;
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: bold;
     transition: ease-in all 0.5s;
     border-radius: var(--radius-md);
}

.subs_btn:hover {
     background: var(--primary);
     color: var(--white);
     transition: ease-in all 0.5s;
}

.Informa h3 {
     color: #ffffff;
     font-size: 23px;
     font-weight: bold;
     line-height: 21px;
     margin-bottom: 15px;
     margin-top: 26px;
     text-transform: uppercase;
}

.Informa li {
     font-size: 17px;
     line-height: 37px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #bdbdbe;
}

.helpful ul li a {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
}

.helpful ul li a:hover {
     color: var(--muted);
}

ul.social_icon {
     float: right;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 15px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     color: #fff;
     display: inline-block;
     text-align: center;
     line-height: 33px;
     font-size: 28px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     color: var(--primary);
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}

.conta ul li a {
     color: #ffffff;
}

.conta ul li a i {
     padding-right: 5px;
}

.copyright {
     background: var(--bg-dark);
     margin-top: 80px;
     padding: 20px 0px;
}

.copyright p {
     color: var(--muted);
     font-weight: 400;
}

.copyright a {
     color: var(--muted);
}

.copyright a:hover {
     color: #fff;
}


/** end footer **/


/*- - ener page css--*/

.inner_page .header {
     box-shadow: 0 -3px 20px 0px #717171;
     position: inherit;
   
}

.inner_page .about {
     margin: 90px 0;
}

/* ==================================
   CONTACT PAGE STYLES
   Professional, modern contact page design
   ================================== */

/* Contact Hero Section */
.contact_hero {
     background: linear-gradient(135deg, #0a0e1a 0%, #1a2332 100%);
     padding: 80px 0 60px;
     margin-top: 90px;
     position: relative;
     overflow: hidden;
}

.contact_hero::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: radial-gradient(circle at 30% 50%, rgba(0, 178, 227, 0.1) 0%, transparent 70%);
     pointer-events: none;
}

.contact_hero_title {
     font-size: 48px;
     font-weight: 700;
     color: #fff;
     margin-bottom: 20px;
     position: relative;
     z-index: 1;
}

.contact_hero_subtitle {
     font-size: 20px;
     color: #B8B8B8;
     max-width: 700px;
     margin: 0 auto;
     position: relative;
     z-index: 1;
}

/* Contact Info Section */
.contact_info_section {
     padding: 60px 0;
     background: #f8f9fa;
}

.contact_info_card {
     background: #fff;
     border-radius: var(--radius-md);
     padding: 40px 30px;
     text-align: center;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
     transition: all 0.4s ease;
     height: 100%;
     border-top: 3px solid transparent;
}

.contact_info_card:hover {
     transform: translateY(-8px);
     box-shadow: 0 12px 40px rgba(0, 178, 227, 0.2);
     border-top-color: var(--primary);
}

.contact_info_icon {
     width: 80px;
     height: 80px;
     background: linear-gradient(135deg, var(--primary), var(--accent-cyan));
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 25px;
     transition: all 0.3s ease;
}

.contact_info_card:hover .contact_info_icon {
     transform: scale(1.1) rotate(5deg);
}

.contact_info_icon i {
     font-size: 36px;
     color: #fff;
}

.contact_info_card h3 {
     font-size: 22px;
     font-weight: 700;
     color: #222;
     margin-bottom: 15px;
}

.contact_info_card p {
     font-size: 16px;
     color: #666;
     line-height: 1.8;
     margin: 0;
}

.contact_info_card p a {
     color: var(--primary);
     text-decoration: none;
     transition: all 0.3s ease;
}

.contact_info_card p a:hover {
     color: var(--primary-dark);
     text-decoration: underline;
}

/* Social Links in Contact Card */
.contact_social_links {
     display: flex;
     justify-content: center;
     gap: 15px;
     margin-top: 20px;
}

.contact_social_link {
     width: 45px;
     height: 45px;
     background: #f5f5f5;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--primary);
     font-size: 20px;
     transition: all 0.3s ease;
}

.contact_social_link:hover {
     background: var(--primary);
     color: #fff;
     transform: translateY(-3px);
}

/* Live Chat Button */
.contact_live_chat_btn {
     display: inline-block;
     background: var(--primary);
     color: #fff;
     padding: 12px 30px;
     border-radius: var(--radius-sm);
     font-weight: 600;
     margin-top: 15px;
     transition: all 0.3s ease;
}

.contact_live_chat_btn:hover {
     background: var(--primary-dark);
     color: #fff;
     transform: translateY(-2px);
     box-shadow: 0 8px 20px rgba(0, 178, 227, 0.3);
}

/* Contact Form Section */
.contact {
     padding: 60px 0;
     background: #fff;
}

.contact_form_wrapper {
     background: #f8f9fa;
     border-radius: var(--radius-md);
     padding: 40px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact_form_wrapper .titlepage h2 {
     margin-bottom: 15px;
}

.contact_form_wrapper .titlepage p {
     color: #666;
     margin-bottom: 30px;
}

.form_label {
     display: block;
     font-size: 15px;
     font-weight: 600;
     color: #333;
     margin-bottom: 8px;
}

.contactus,
.textarea {
     width: 100%;
     border: 2px solid #e0e0e0;
     padding: 15px 20px;
     border-radius: var(--radius-sm);
     font-size: 15px;
     margin-bottom: 20px;
     transition: all 0.3s ease;
     background: #fff;
}

.contactus:focus,
.textarea:focus {
     outline: none;
     border-color: var(--primary);
     box-shadow: 0 0 0 3px rgba(0, 178, 227, 0.1);
}

.textarea {
     resize: vertical;
     min-height: 150px;
}

.send_btn {
     background: var(--primary);
     color: #fff;
     border: none;
     padding: 16px 40px;
     border-radius: var(--radius-sm);
     font-size: 16px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
     width: 100%;
}

.send_btn:hover {
     background: var(--primary-dark);
     transform: translateY(-2px);
     box-shadow: 0 8px 24px rgba(0, 178, 227, 0.3);
}

.send_btn i {
     margin-right: 8px;
}

/* Map Section */
.contact_map_wrapper {
     margin-bottom: 30px;
}

.map_title {
     font-size: 24px;
     font-weight: 700;
     color: #222;
     margin-bottom: 20px;
}

.contact_map {
     border-radius: var(--radius-md);
     overflow: hidden;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact_map iframe {
     display: block;
     border-radius: var(--radius-md);
}

/* FAQ Section */
.contact_faq {
     background: #f8f9fa;
     border-radius: var(--radius-md);
     padding: 30px;
}

.faq_title {
     font-size: 24px;
     font-weight: 700;
     color: #222;
     margin-bottom: 25px;
}

.faq_item {
     background: #fff;
     border-radius: var(--radius-sm);
     padding: 20px;
     margin-bottom: 15px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
}

.faq_item:hover {
     box-shadow: 0 4px 20px rgba(0, 178, 227, 0.15);
     transform: translateX(5px);
}

.faq_question {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 10px;
}

.faq_question i {
     color: var(--primary);
     font-size: 20px;
     flex-shrink: 0;
}

.faq_question strong {
     color: #222;
     font-size: 16px;
}

.faq_answer {
     color: #666;
     font-size: 15px;
     line-height: 1.7;
     padding-left: 32px;
}

/* Alert Messages */
.alert {
     border-radius: var(--radius-sm);
     padding: 15px 20px;
     margin-bottom: 25px;
     border: none;
}

.alert-success {
     background: #d4edda;
     color: #155724;
}

.alert-success i {
     margin-right: 8px;
}

.alert-danger {
     background: #f8d7da;
     color: #721c24;
}

/* Responsive Design */
@media (max-width: 991px) {
     .contact_hero_title {
          font-size: 36px;
     }
     
     .contact_hero_subtitle {
          font-size: 18px;
     }
     
     .contact_form_wrapper {
          padding: 30px 20px;
     }
}

@media (max-width: 767px) {
     .contact_hero {
          padding: 60px 0 40px;
     }
     
     .contact_hero_title {
          font-size: 28px;
     }
     
     .contact_hero_subtitle {
          font-size: 16px;
     }
     
     .contact_info_section {
          padding: 40px 0;
     }
     
     .contact {
          padding: 40px 0;
     }
}