/* =========================
GREENTECH LIGHT THEME
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
scroll-padding-top:90px;
}

body{
font-family:'Poppins',sans-serif;
background:#f4f8fb;
color:#0f1720;
overflow-x:hidden;
}

img{
width:100%;
display:block;
/* border-radius:24px; */
/* max-width: 250px; */
}

a{
text-decoration:none;
}

/* HEADER */

.gtx-header-main {
    padding: 2px 0;
    background: rgb(255 255 255);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.gtx-navbar{
padding:0;
}

.gtx-logo{
font-size:30px;
font-weight:800;
color:#071521;
}

.gtx-logo span{
color:#16c172;
}

.gtx-menu{
gap:10px;
align-items:center;
}

.gtx-menu .nav-link{
font-size:15px;
font-weight:normal;
color:#071521;
position:relative;
transition:.4s;
}

 

.gtx-btn-main{
padding:14px 28px;
border-radius:50px;
background:#16c172;
color:#fff;
font-weight:600;
display:inline-block;
transition:.4s;
box-shadow:0 15px 40px rgba(22,193,114,.18);
}

.gtx-btn-main:hover{
transform:translateY(-4px);
background:#0fa863;
color:#fff;
}

/* TOGGLER */

.gtx-toggler{
border:none;
box-shadow:none !important;
padding:0;
width:46px;
height:46px;
border-radius:14px;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
gap:5px;
}

.gtx-toggler span{
display:block;
width:24px;
height:2px;
background:#071521;
border-radius:20px;
}

/* HERO */
/* HERO SECTION FIX */

 

/* HEADER HEIGHT FIX */

.gtx-header-main{
height:auto;
}

/* MOBILE FIX */

@media(max-width:768px){

.hero{
padding-top:120px !important;
}

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

.hero::before{
content:"";
position:absolute;
width:650px;
height:650px;
background:#16c17215;
right:-180px;
top:-180px;
border-radius:50%;
filter:blur(120px);
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.section-tag{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:#e8fff4;
color:#16c172;
font-size:13px;
font-weight:600;
margin-bottom:15px;
}

.hero-content h1{
font-size:50px;
line-height:1.1;
margin-bottom:24px;
font-weight:600;
color:#071521;
}

.hero-content p{
font-size:18px;
line-height:1.9;
color:#5f6d78;
margin-bottom:35px;
}

.hero-btns{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:45px;
}

.btn-primary{
padding:15px 28px;
border-radius:50px;
background:#16c172;
border:none;
font-weight:600;
transition:.4s;
color: white;
}

.btn-primary:hover{
background:#0ea35f;
transform:translateY(-4px);
}

.btn-outline{
padding:15px 28px;
border-radius:50px;
background:#fff;
border:1px solid rgba(0,0,0,.08);
color:#071521;
font-weight:600;
transition:.4s;
}

.btn-outline:hover{
background:#16c172;
color:#fff;
}

.hero-stats{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.floating-card{
background:#fff;
padding:25px;
border-radius:24px;
box-shadow:0 15px 40px rgba(0,0,0,.05);
min-width:180px;
}

.floating-card h3{
font-size:34px;
margin-bottom:8px;
color:#16c172;
}

.hero-image img{
box-shadow:0 25px 60px rgba(0,0,0,.08);
}

/* SECTION */

section{
padding:60px 0;
}

.title-center{
text-align:center;
margin-bottom:30px;
}

.title-center h2{
font-size:48px;
margin-top:18px;
/* font-weight:800; */
}

/* GRIDS */

.services-grid,
.counter-grid,
.industry-grid,
.tech-grid,
.cert-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.about
{
    background-color: #009e4b12;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:35px;
}

.service-card,
.feature-card,
.counter-box,
.industry-card,
.tech-card,
.cert-card,
.testimonial-card{
background:#084a7a17;
padding:35px;
border-radius:28px;
box-shadow:0 15px 40px rgba(0,0,0,.05);
transition:.4s;
height:100%;
}

.service-card:hover,
.feature-card:hover,
.counter-box:hover,
.industry-card:hover,
.tech-card:hover,
.cert-card:hover,
.testimonial-card:hover{
transform:translateY(-8px);
}

.icon-line{
width:60px;
height:6px;
background:#16c172;
border-radius:50px;
margin-bottom:22px;
}

/* PROCESS */

.process-line{
display:flex;
flex-wrap:wrap;
gap:16px;
justify-content:center;
}

.step{
padding:16px 24px;
background:#fff;
border-radius:50px;
box-shadow:0 12px 30px rgba(0,0,0,.05);
font-weight:600;
}

/* GALLERY */

.gallery-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.gallery-grid img{
height:320px;
object-fit:cover;
transition:.5s;
}

.gallery-grid img:hover{
transform:scale(1.05);
}

/* TESTIMONIALS */

.testimonial-slider{
display:flex;
gap:25px;
overflow:auto;
scrollbar-width:none;
padding-bottom:10px;
}

.testimonial-slider::-webkit-scrollbar{
display:none;
}

.testimonial-card{
min-width:380px;
}

.testimonial-card p{
font-size:18px;
line-height:1.8;
margin-bottom:20px;
color:#61707d;
}

.testimonial-card h4{
font-size:22px;
margin-bottom:5px;
}

/* CTA */

.cta-box{
background:linear-gradient(135deg,#16c172,#09a55e);
padding:60px;
border-radius:35px;
display:flex;
justify-content:space-between;
align-items:center;
gap:30px;
flex-wrap:wrap;
color:#fff;
}

.cta-box h2{
font-size:44px;
margin-bottom:15px;
font-weight:800;
}

.cta-btns{
display:flex;
gap:18px;
flex-wrap:wrap;
}

/* FOOTER */

.footer{
background:#fff;
padding:90px 0 40px;
border-top:1px solid rgba(0,0,0,.06);
}

.footer-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.footer h3,
.footer h4{
margin-bottom:20px;
font-weight:700;
}

.footer p,
.footer li{
color:#5f6d78;
}

.footer ul{
padding:0;
list-style:none;
}

.footer ul li{
margin-bottom:12px;
}

.footer input{
width:100%;
padding:16px;
border:none;
outline:none;
border-radius:14px;
background:#f4f8fb;
}

/* RESPONSIVE */

@media(max-width:1100px){

.hero-grid,
.about-grid{
grid-template-columns:1fr;
}

.hero-content h1{
font-size:52px;
}

.services-grid,
.counter-grid,
.industry-grid,
.tech-grid,
.cert-grid,
.footer-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:991px){

.navbar-collapse{
background:#fff;
padding:30px;
margin-top:20px;
border-radius:24px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.gtx-menu{
gap:10px;
align-items:flex-start;
}

.gtx-btn-main{
margin-top:20px;
display:inline-block;
}

}

@media(max-width:768px){

.hero{
padding-top:160px;
}

.hero-content h1{
font-size:42px;
}

.title-center h2{
font-size:34px;
}

.services-grid,
.counter-grid,
.industry-grid,
.tech-grid,
.cert-grid,
.gallery-grid,
.footer-grid,
.feature-grid{
grid-template-columns:1fr;
}

.testimonial-card{
min-width:100%;
}

.cta-box h2{
font-size:32px;
}

}

@media(max-width:500px){

.hero-content h1{
font-size:34px;
}

.btn-primary,
.btn-outline,
.gtx-btn-main{
width:100%;
text-align:center;
}

.hero-btns,
.cta-btns{
flex-direction:column;
}

}




/* DROPDOWN */

.gtx-dropdown-main{
position:relative;
}

.gtx-dropdown-menu{
border:none;
padding:14px;
border-radius:22px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
min-width:260px;
margin-top:18px;
background:#fff;
}

.gtx-dropdown-menu .dropdown-item{
padding:14px 18px;
border-radius:14px;
font-weight:500;
color:#071521;
transition:.4s;
margin-bottom:6px;
}

.gtx-dropdown-menu .dropdown-item:hover{
background:#16c172;
color:#fff;
padding-left:24px;
}

/* MOBILE */

@media(max-width:991px){

.gtx-dropdown-menu{
box-shadow:none;
padding:10px 0 0;
margin-top:0;
border-radius:0;
background:transparent;
}

.gtx-dropdown-menu .dropdown-item{
padding:12px 15px;
font-size:15px;
}

}

/* HOVER DROPDOWN */

.gtx-dropdown-main{
position:relative;
}

.gtx-dropdown-menu{
display:block;
opacity:0;
visibility:hidden;
transform:translateY(15px);
transition:.4s ease;
pointer-events:none;
border:none;
padding:14px;
border-radius:22px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
min-width:260px;
margin-top:0;
background:#fff;
position:absolute;
top:100%;
left:0;
z-index:999;
}

/* HOVER OPEN */

.gtx-dropdown-main:hover .gtx-dropdown-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
pointer-events:auto;
}

.gtx-dropdown-menu .dropdown-item{
padding:6px 8px;
border-radius:14px;
font-weight:500;
color:#071521;
transition:.4s;
margin-bottom:6px;
}

.gtx-dropdown-menu .dropdown-item:hover{
background:#16c172;
color:#fff;
padding-left:24px;
}

/* MOBILE */

@media(max-width:991px){

.gtx-dropdown-menu{
position:relative;
opacity:1;
visibility:visible;
transform:none;
display:none;
box-shadow:none;
padding:10px 0 0;
background:transparent;
pointer-events:auto;
}

.gtx-dropdown-main:hover .gtx-dropdown-menu{
display:block;
}

.gtx-dropdown-menu .dropdown-item{
padding:12px 15px;
font-size:15px;
}

}




/* IMAGE MOVE EFFECT */

.about-image{
position:relative;
perspective:1000px;
overflow:hidden;
border-radius:30px;
}

.about-image img{
width:100%;
display:block;
border-radius:30px;
transition:transform .15s linear;
will-change:transform;
}









/* =========================
HERO SLIDER
========================= */

.gtx-hero-slider-main{
position:relative;
overflow:hidden;
margin-top:19px;
padding: 60px 0px 0px;

}

.gtx-hero-slider-wrapper{
position:relative;
height:60vh; 
min-height:600px;
overflow:hidden;
}

.gtx-hero-slide{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
opacity:0;
visibility:hidden;
transition:1s ease;
}

.gtx-hero-slide.active-slide{
opacity:1;
visibility:visible;
z-index:2;
}

.gtx-hero-bg{
position:absolute;
inset:0;
}

.gtx-hero-bg img{
width:100%;
height:100%;
object-fit:cover;
}

.gtx-hero-bg::after{
content:"";
position:absolute;
inset:0;
/* background:linear-gradient(to right,rgba(7,21,33,.88),rgba(7,21,33,.45)); */
}

.gtx-hero-content{
position:relative;
z-index:5;
max-width:700px;
height: 48vh;
min-height: 633px;
display:flex;
flex-direction:column;
justify-content:center;
color:#fff;
}

.gtx-hero-tag{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:rgba(255,255,255,.12);
backdrop-filter:blur(10px);
font-size:13px;
font-weight:600;
margin-bottom:25px;
letter-spacing:1px;
width:max-content;
}

.gtx-hero-content h1{
font-size:55px;
line-height:1.1;
font-weight:800;
margin-bottom:25px;
animation:heroFadeUp 1s ease;
}

.gtx-hero-content p{
font-size:18px;
line-height:1.9;
margin-bottom:40px;
color:rgba(255,255,255,.85);
max-width:600px;
animation:heroFadeUp 1.2s ease;
}

.gtx-hero-btns{
display:flex;
gap:18px;
flex-wrap:wrap;
animation:heroFadeUp 1.4s ease;
}

.gtx-hero-btn{
padding:15px 30px;
border-radius:50px;
background:#16c172;
color:#fff;
font-weight:600;
transition:.4s;
display:inline-block;
}

.gtx-hero-btn:hover{
background:#0da25d;
transform:translateY(-4px);
color:#fff;
}

.gtx-hero-btn-outline{
padding:15px 30px;
border-radius:50px;
border:1px solid rgba(255,255,255,.3);
color:#fff;
font-weight:600;
transition:.4s;
display:inline-block;
backdrop-filter:blur(10px);
}

.gtx-hero-btn-outline:hover{
background:#fff;
color:#071521;
}

/* ARROWS */

.gtx-slide-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
width:60px;
height:60px;
border:none;
border-radius:50%;
background:rgba(255,255,255,.12);
backdrop-filter:blur(12px);
color:#fff;
font-size:24px;
cursor:pointer;
z-index:10;
transition:.4s;
}

.gtx-slide-arrow:hover{
background:#16c172;
}

.gtx-prev-slide{
left:30px;
}

.gtx-next-slide{
right:30px;
}

/* DOTS */

.gtx-slider-dots{
position:absolute;
bottom:40px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:12px;
z-index:10;
}

.gtx-dot{
width:14px;
height:14px;
border-radius:50%;
background:rgba(255,255,255,.4);
cursor:pointer;
transition:.4s;
}

.gtx-dot.active-dot{
background:#16c172;
width:38px;
border-radius:30px;
}

/* ANIMATION */

@keyframes heroFadeUp{

from{
opacity:0;
transform:translateY(40px);
}

to{
opacity:1;
transform:translateY(0);
}

}

/* RESPONSIVE */

@media(max-width:991px){

.gtx-hero-content h1{
font-size:54px;
}

}

@media(max-width:768px){

.gtx-hero-slider-wrapper{
height:85vh;
min-height:650px;
}

.gtx-hero-content{
min-height:650px;
}

.gtx-hero-content h1{
font-size:40px;
}

.gtx-hero-content p{
font-size:16px;
}

.gtx-slide-arrow{
width:45px;
height:45px;
font-size:18px;
}

.gtx-prev-slide{
left:12px;
}

.gtx-next-slide{
right:12px;
}

}

@media(max-width:500px){

.gtx-hero-content h1{
font-size:32px;
}

.gtx-hero-btn,
.gtx-hero-btn-outline{
width:100%;
text-align:center;
}

.gtx-hero-btns{
flex-direction:column;
}

}




/* =========================
IMAGE SERVICE CARDS
========================= */

.gtx-image-services-sec{
padding:60px 0;
background:#ffffff;
}

.gtx-sec-head{
max-width:760px;
margin:auto;
margin-bottom:60px;
}

.gtx-sec-tag{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:#e9fff4;
color:#16c172;
font-size:13px;
font-weight:600;
margin-bottom:20px;
}

.gtx-sec-head h2{
font-size:52px;
font-weight:normal;
margin-bottom:18px;
color:#071521;
}

.gtx-sec-head p{
font-size:17px;
line-height:1.8;
color:#61707d;
}

/* CARD */

.gtx-img-service-card{
background:#fff;
border-radius:34px;
overflow:hidden;
height:100%;
position:relative;
transition:.5s;
box-shadow:0 20px 50px rgba(0,0,0,.05);
}

.gtx-img-service-card:hover{
transform:translateY(-10px);
}

.gtx-img-service-image{
height:320px;
overflow:hidden;
position:relative;
}

.gtx-img-service-image::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(to top,rgba(0,0,0,.15),transparent);
}

.gtx-img-service-image img{
width:100%;
height:100%;
object-fit:cover;
transition:1s ease;
}

.gtx-img-service-card:hover .gtx-img-service-image img{
transform:scale(1.1);
}

.gtx-img-service-content{
padding:15px 35px;
position:relative;
}

.gtx-img-service-content span{
display:inline-block;
padding:8px 16px;
border-radius:50px;
background:#e9fff4;
color:#16c172;
font-size:12px;
font-weight:600;
margin-bottom:18px;
}

.gtx-img-service-content h3{
font-size:25px;
/* font-weight:800; */
margin-bottom:0px;
line-height:1.3;
color:#071521;
text-align:center;
}

.gtx-img-service-content p{
font-size:16px;
line-height:1.9;
color:#61707d;
margin-bottom:24px;
}

.gtx-img-service-content a{
display:inline-flex;
align-items:center;
gap:8px;
font-weight:700;
color:#16c172;
transition:.4s;
}

.gtx-img-service-content a:hover{
gap:14px;
color:#0da25d;
}

/* RESPONSIVE */

@media(max-width:991px){

.gtx-sec-head h2{
font-size:42px;
}

.gtx-img-service-content h3{
font-size:26px;
}

}

@media(max-width:768px){

.gtx-image-services-sec{
padding:80px 0;
}

.gtx-sec-head h2{
font-size:34px;
}

.gtx-img-service-image{
height:260px;
}

.gtx-img-service-content{
padding:28px;
}

.gtx-img-service-content h3{
font-size:24px;
}

}

@media(max-width:500px){

.gtx-sec-head h2{
font-size:28px;
}

.gtx-img-service-card{
border-radius:24px;
}

.gtx-img-service-image{
height:220px;
}

.gtx-img-service-content{
padding:22px;
}

}



/* =========================
MODERN FOOTER DESIGN
========================= */

.gts-footer-wrap{
background:#071521;
position:relative;
overflow:hidden;
padding-top:60px;
}

.gts-footer-wrap::before{
content:"";
position:absolute;
width:500px;
height:500px;
background:#16c17210;
border-radius:50%;
top:-200px;
right:-150px;
filter:blur(120px);
}

/* TOP */

.gts-footer-top{
padding-bottom:0px;
border-bottom:1px solid rgba(255,255,255,.08);
}

/* LOGO */

.gts-footer-logo{
font-size:34px;
font-weight:800;
color:#fff;
display:inline-block;
margin-bottom:25px;
}

.gts-footer-logo span{
color:#16c172;
}

.gts-footer-about p{
font-size:16px;
line-height:1.9;
color:rgb(255, 255, 255);
margin-bottom:30px;
max-width:360px;
}

/* SOCIAL */

.gts-footer-socials{
display:flex;
gap:14px;
}

.gts-footer-socials a{
width:48px;
height:48px;
border-radius:50%;
background:rgba(255,255,255,.08);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:18px;
transition:.4s;
}

.gts-footer-socials a:hover{
background:#16c172;
transform:translateY(-5px);
}

/* LINKS */

.gts-footer-links h3,
.gts-footer-contact h3{
font-size:24px;
font-weight:700;
color:#fff;
margin-bottom:30px;
}

.gts-footer-links ul{
padding:0;
margin:0;
list-style:none;
}

.gts-footer-links ul li{
margin-bottom:16px;
}

.gts-footer-links ul li a{
font-size:15px;
color:rgb(255, 255, 255);
transition:.4s;
}

.gts-footer-links ul li a:hover{
color:#16c172;
padding-left:8px;
}

/* CONTACT */

.gts-contact-item{
display:flex;
gap:16px;
margin-bottom:24px;
align-items:flex-start;
}

.gts-contact-icon{
min-width:52px;
height:52px;
border-radius:16px;
background:rgba(22,193,114,.15);
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
}

.gts-contact-item h5{
font-size:18px;
font-weight:600;
color:#fff;
margin-bottom:5px;
}

.gts-contact-item p{
font-size:15px;
line-height:1.8;
color:rgb(255, 255, 255);
margin:0;
}

/* NEWSLETTER */

.gts-footer-newsletter{
margin-top:70px;
background:linear-gradient(135deg,#16c172,#0da25d);
padding:50px;
border-radius:35px;
position:relative;
overflow:hidden;
}

.gts-footer-newsletter::before{
content:"";
position:absolute;
width:250px;
height:250px;
background:rgba(255,255,255,.08);
border-radius:50%;
top:-120px;
right:-80px;
}

.gts-footer-newsletter h2{
font-size:42px;
font-weight:800;
color:#fff;
margin-bottom:12px;
}

.gts-footer-newsletter p{
font-size:16px;
color:rgba(255,255,255,.9);
margin:0;
}

/* FORM */

.gts-newsletter-form{
display:flex;
background:#fff;
padding:8px;
border-radius:60px;
overflow:hidden;
margin-top:15px;
}

.gts-newsletter-form input{
flex:1;
border:none;
outline:none;
padding:18px 24px;
font-size:15px;
background:none;
}

.gts-newsletter-form button{
border:none;
padding:16px 32px;
border-radius:50px;
background:#071521;
color:#fff;
font-weight:600;
transition:.4s;
}

.gts-newsletter-form button:hover{
background:#000;
}

/* COPYRIGHT */

.gts-footer-bottom{
padding:28px 0;
text-align:center;
}

.gts-footer-bottom p{
margin:0;
font-size:15px;
color:rgba(255,255,255,.6);
}

/* RESPONSIVE */

@media(max-width:991px){

.gts-footer-newsletter h2{
font-size:34px;
}

.gts-footer-newsletter{
padding:40px 30px;
}

}

@media(max-width:768px){

.gts-footer-wrap{
padding-top:80px;
}

.gts-footer-logo{
font-size:28px;
}

.gts-footer-newsletter h2{
font-size:28px;
}

.gts-newsletter-form{
flex-direction:column;
border-radius:24px;
gap:12px;
padding:18px;
}

.gts-newsletter-form button{
width:100%;
}

}

@media(max-width:500px){

.gts-footer-newsletter{
padding:30px 22px;
border-radius:24px;
}

.gts-contact-item{
gap:12px;
}

.gts-contact-icon{
min-width:46px;
height:46px;
font-size:20px;
}

}











/* =========================
CALL TO ACTION SECTION
========================= */

.gtx-cta-section{
padding:60px 0 0px;
background:#009e4b12;
position:relative;
overflow:hidden;
}

.gtx-cta-wrapper{
background:linear-gradient(135deg,#0f6c3d,#15804a);
border-radius:40px;
padding:60px 70px 80px;
position:relative;
overflow:hidden;
}

/* PATTERN */

.gtx-cta-wrapper::before{
content:"";
position:absolute;
inset:0;
background-image:radial-gradient(rgba(255,255,255,.08) 2px, transparent 2px);
background-size:60px 60px;
opacity:.7;
}

/* SHAPES */

.gtx-cta-shape{
position:absolute;
border-radius:50%;
background:rgba(255,255,255,.06);
}

.gtx-shape-one{
width:220px;
height:220px;
top:-80px;
right:-60px;
}

.gtx-shape-two{
width:140px;
height:140px;
bottom:120px;
left:-40px;
}

/* CONTENT */

.gtx-cta-top{
position:relative;
z-index:2;
max-width:850px;
margin:auto;
}

.gtx-cta-tag{
display:inline-block;
padding:10px 18px;
background:rgba(255,255,255,.12);
border:1px solid rgba(255,255,255,.15);
backdrop-filter:blur(10px);
border-radius:50px;
font-size:13px;
font-weight:600;
letter-spacing:1px;
color:#fff;
margin-bottom:24px;
}

.gtx-cta-top h2{
font-size:45px;
line-height:1.1;
font-weight:800;
color:#fff;
margin-bottom:24px;
}

.gtx-cta-top p{
font-size:16px;
line-height:1.9;
color:rgba(255,255,255,.88);
margin-bottom:0;
}

/* BOX */

.gtx-cta-box{
background:#fff;
border-radius:36px;
padding:20px 30px;
margin-top:0px;
position:relative;
z-index:2;
transform:translateY(60px);
box-shadow:0 30px 80px rgba(0,0,0,.08);
}

/* CONTACT */

.gtx-cta-contact{
display:flex;
align-items:center;
gap:24px;
}

.gtx-cta-icon{
width:90px;
height:90px;
border-radius:24px;
background:#e9fff4;
display:flex;
align-items:center;
justify-content:center;
font-size:42px;
color:#16c172;
}

.gtx-cta-contact span{
display:block;
font-size:16px;
font-weight:500;
color:#61707d;
margin-bottom:8px;
}

.gtx-cta-contact h3{
font-size:30px;
font-weight:800;
color:#16c172;
margin:0;
}

/* OR */

.gtx-cta-or{
text-align:center;
font-size:40px;
font-weight:800;
color:#0f6c3d;
}

/* BUTTON */

.gtx-cta-btn-wrap{
display:flex;
justify-content:center;
}

.gtx-cta-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:10px 50px;
border-radius:20px;
background:#95c11f;
color:#fff;
font-size:20px;
font-weight:700;
transition:.4s;
min-height:85px;
}

.gtx-cta-btn:hover{
background:#7da319;
transform:translateY(-4px);
color:#fff;
}

/* RESPONSIVE */

@media(max-width:991px){

.gtx-cta-wrapper{
padding:70px 35px 0;
}

.gtx-cta-top h2{
font-size:48px;
}

.gtx-cta-box{
padding:35px;
}

.gtx-cta-contact h3{
font-size:34px;
}

.gtx-cta-or{
font-size:42px;
}

}

@media(max-width:768px){

.gtx-cta-section{
padding:80px 0 40px;
}

.gtx-cta-wrapper{
border-radius:28px;
padding:60px 20px 0;
}

.gtx-cta-top h2{
font-size:34px;
}

.gtx-cta-top p{
font-size:16px;
}

.gtx-cta-box{
padding:28px 22px;
border-radius:24px;
transform:translateY(40px);
}

.gtx-cta-contact{
flex-direction:column;
text-align:center;
}

.gtx-cta-contact h3{
font-size:28px;
}

.gtx-cta-or{
font-size:34px;
padding:10px 0;
}

.gtx-cta-btn{
width:100%;
font-size:18px;
min-height:70px;
}

}

@media(max-width:500px){

.gtx-cta-top h2{
font-size:28px;
}

.gtx-cta-icon{
width:75px;
height:75px;
font-size:34px;
}

.gtx-cta-contact h3{
font-size:24px;
}

}





/* =========================
WHY CHOOSE SECTION
========================= */

.gt-why-sec{
padding:60px 0;
background:#f5f5f5;
overflow:hidden;
}

.gt-why-image{
position:relative;
border-radius:30px;
overflow:hidden;
height:100%;
}

.gt-why-image img{
width:100%;
height:100%;
object-fit:cover;
border-radius:30px;
transition:.6s;
}

.gt-why-image:hover img{
transform:scale(1.05);
}

/* CONTENT */

.gt-why-content{
padding-left:20px;
}

.gt-why-tag{
display:inline-block;
font-size:15px;
font-weight:600;
letter-spacing:3px;
color:#01a54c;
margin-bottom:18px;
position:relative;
padding-left:28px;
}

.gt-why-tag::before{
content:"";
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:14px;
height:14px;
background:#01a54c;
border-radius:50%;
}

.gt-why-content h2{
font-size:72px;
line-height:1.05;
font-weight:300;
color:#13693e;
margin-bottom:45px;
}

/* ITEMS */

.gt-why-item{
display:flex;
align-items:flex-start;
gap:24px;
margin-bottom:34px;
}

.gt-why-icon{
min-width:82px;
height:82px;
border-radius:50%;
background:#16c17221;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
}

.gt-why-content h2{
font-size:25px;
line-height:1.4;
font-weight:600;
color:#13693e;
margin-bottom:35px;
}

.gt-why-text h3{
font-size:20px;
font-weight:600;
color:#13693e;
margin-bottom:8px;
}

.gt-why-text p{
font-size:16px;
line-height:1.8;
color:#7c7c7c;
margin:0;
}

.gt-why-btn{
padding:18px 34px;
font-size:16px;
border-radius:14px;
}

/* BUTTON */

.gt-why-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:22px 40px;
background:#9bc31c;
color:#fff;
font-size:18px;
font-weight:700;
border-radius:18px;
margin-top:20px;
transition:.4s;
}

.gt-why-btn:hover{
background:#13693e;
color:#fff;
transform:translateY(-4px);
}

/* RESPONSIVE */

@media(max-width:1200px){

.gt-why-content h2{
font-size:58px;
}

}

@media(max-width:991px){

.gt-why-content{
padding-left:0;
}

.gt-why-content h2{
font-size:46px;
}

}

@media(max-width:768px){

.gt-why-sec{
padding:80px 0;
}

.gt-why-content h2{
font-size:38px;
}

.gt-why-item{
gap:18px;
}

.gt-why-icon{
min-width:65px;
height:65px;
font-size:28px;
}

.gt-why-text h3{
font-size:22px;
}

.gt-why-text p{
font-size:15px;
}

.gt-why-btn{
width:100%;
text-align:center;
}

}

@media(max-width:500px){

.gt-why-content h2{
font-size:32px;
}

.gt-why-item{
flex-direction:column;
}

}






.product-wrapper{
    max-width:1400px;
    margin:auto;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.product-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    transition:0.3s ease;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    display:flex;
    flex-direction:column;
    height:100%;
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-img{
    background:#dfe7f2;
    /* padding:25px; */
    position:relative;
    overflow:hidden;
}

.product-img::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(135deg,
    rgba(255,255,255,0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255,255,255,0.2) 50%,
    rgba(255,255,255,0.2) 75%,
    transparent 75%);
    background-size:60px 60px;
    opacity:0.3;
}

.product-img img{
    width:100%;
    /* height:280px; */
    object-fit:contain;
    position:relative;
    z-index:2;
}

.badge{
    position:absolute;
    left:0;
    bottom:0;
    background:#1456ff;
    color:#fff;
    padding:12px 18px;
    font-size:14px;
    font-weight:700;
    line-height:1.2;
    clip-path:polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    z-index:3;
}

.product-content{
    padding:24px 20px 28px;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.product-content h3{
    font-size:20px;
    line-height:1.5;
    margin-bottom:2px;
    color:#111;
    font-weight:600;
}

.product-content p{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin-bottom:22px;
}

.product-content a{
    text-decoration:none;
    color:#444;
    font-size:16px;
    font-weight:500;
    margin-top:auto;
    transition:0.3s;
}

.product-content a:hover{
    color:#1456ff;
    padding-left:5px;
}

/* Tablet */
@media(max-width:1024px){
    .product-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */
@media(max-width:600px){
    .product-grid{
        grid-template-columns:1fr;
    }

    .product-content h3{
        font-size:18px;
    }

    .product-content p{
        font-size:15px;
    }
}




.gts-workflow-section{
    padding:100px 0;
    background:#f7faf9;
    position:relative;
    overflow:hidden;
}

.gts-workflow-heading{
    max-width:700px;
    margin:auto;
}

.gts-subtitle{
    display:inline-block;
    background:#0c8b51;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.gts-workflow-heading h2{
    font-size:42px;
    font-weight:normal;
    color:#111;
    margin-bottom:15px;
}

.gts-workflow-heading p{
    font-size:16px;
    color:#666;
    line-height:1.8;
}

.gts-workflow-card{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    text-align:center;
    position:relative;
    height:100%;
    color: white;
    transition:0.4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.gts-workflow-card:hover{
    transform:translateY(-10px);
}

.gts-workflow-number{
    position:absolute;
    top:20px;
    right:20px;
    font-size:45px;
    font-weight:700;
    color:rgba(12,139,81,0.08);
}

.gts-workflow-icon{
    width:80px;
    height:80px;
    margin:auto;
    background:#0c8b51;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    margin-bottom:25px;
}

.gts-workflow-card h3{
    font-size:22px;
    margin-bottom:15px;
    color:#111;
}

.gts-workflow-card p{
    font-size:15px;
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){

    .gts-workflow-heading h2{
        font-size:32px;
    }

}

/* INNER PAGES */

.inner-hero{
    min-height:420px;
    padding:150px 0 90px;
    position:relative;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#f5faf8;
}

.inner-hero::before{
    content:"";
    position:absolute;
    inset:0;
    /* background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 46%,rgba(255,255,255,.24) 100%); */
    z-index:1;
}

.inner-hero img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.inner-hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
}

.inner-hero-content h1{
    font-size:56px;
    line-height:1.1;
    font-weight:700;
    color:#ffffff;
    margin-bottom:18px;
}

.inner-hero-content p{
    font-size:18px;
    line-height:1.8;
    color:#ffffff;
    margin:0;
}

.inner-section{
    padding:60px 0;
}

.inner-section.alt{
    background:#f7faf9;
}

.inner-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:48px;
    align-items:center;
}

.inner-copy h2,
.contact-panel h2{
    font-size:38px;
    line-height:1.25;
    color:#111;
    margin-bottom:18px;
}

.inner-copy p,
.inner-copy li,
.contact-panel p{
    color:#5c6670;
    font-size:16px;
    line-height:1.8;
}

.inner-copy ul{
    padding-left:20px;
    margin:20px 0 0;
}

.inner-image{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.inner-image img{
    height:420px;
    object-fit:cover;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.feature-card,
.project-card,
.contact-card{
    background:#fff;
    border-radius:14px;
    padding:28px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
    border:1px solid rgba(15,23,32,.06);
}

.feature-card i,
.contact-card i{
    width:54px;
    height:54px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    background:#0c8b51;
    font-size:22px;
    margin-bottom:20px;
}

.feature-card h3,
.project-card h3,
.contact-card h3{
    font-size:20px;
    color:#111;
    margin-bottom:12px;
}

.feature-card p,
.project-card p,
.contact-card p{
    color:#626b75;
    line-height:1.75;
    margin:0;
}

.project-card{
    padding:0;
    overflow:hidden;
}

.project-card img{
    height:260px;
    object-fit:cover;
}

.project-card div{
    padding:24px;
}

.contact-layout{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:34px;
    align-items:start;
}

.contact-details{
    display:grid;
    gap:18px;
}

.contact-form{
    background:#fff;
    padding:34px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
    border:1px solid rgba(15,23,32,.06);
}

.contact-form label{
    color:#111;
    font-weight:500;
    margin-bottom:8px;
}

.contact-form input,
.contact-form textarea,
.contact-form select{
    width:100%;
    border:1px solid #d7dee7;
    border-radius:8px;
    padding:13px 14px;
    margin-bottom:18px;
    outline:none;
}

.contact-form textarea{
    min-height:130px;
    resize:vertical;
}

.contact-form button{
    border:none;
}

@media(max-width:991px){
    .inner-hero{
        padding:135px 0 70px;
        min-height:360px;
    }

    .inner-hero-content h1{
        font-size:40px;
    }

    .inner-grid,
    .contact-layout{
        grid-template-columns:1fr;
    }

    .feature-grid{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:600px){
    .inner-hero-content h1{
        font-size:32px;
    }

    .inner-section{
        padding:65px 0;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }

    .inner-image img,
    .project-card img{
        height:240px;
    }
}









/* ================= SOLUTIONS SECTION ================= */

.sv-solutions-section{
    padding:60px 20px;
    background:#f7f9fc;
}

.sv-container{
    max-width:1300px;
    margin:auto;
}

.sv-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.sv-heading span{
    color:#16c172;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.sv-heading h2{
    font-size:42px;
    margin:15px 0;
    color:#111;
    font-weight:700;
}

.sv-heading p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.sv-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.sv-card{
    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
    border:1px solid #edf0f5;
}

.sv-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.sv-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg, #16c172, #16c172);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.sv-card h3{
    font-size:20px;
    line-height:1.5;
    color:#111;
    margin:0;
}

.sv-highlight{
    background:linear-gradient(135deg, #16c172, #16c172);
    color:#fff;
}

.sv-highlight h3,
.sv-highlight p{
    color:#fff;
}

.sv-highlight p{
    margin-top:10px;
    font-size:15px;
}

/* Tablet */
@media(max-width:991px){
    .sv-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .sv-heading h2{
        font-size:34px;
    }
}

/* Mobile */
@media(max-width:576px){
    .sv-grid{
        grid-template-columns:1fr;
    }

    .sv-heading h2{
        font-size:28px;
    }

    .sv-card{
        padding:25px 20px;
    }
}









.btpack-showcase{
    padding:80px 5%;
    background:#fff;
}

.btpack-wrapper{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.btpack-image-box{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 20px 60px rgba(0,0,0,0.15);
}

.btpack-image-box img{
    width:100%;
    display:block;
    transition:.5s;
}

.btpack-image-box:hover img{
    transform:scale(1.05);
}

.btpack-image-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.45),
        transparent
    );
}

.btpack-badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:#fff;
    padding:12px 20px;
    border-radius:50px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.btpack-tag{
    display:inline-block;
    background:#16c172;
    color:#fff;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
}

.btpack-content-box h2{
    font-size:40px;
    line-height:1.1;
    margin-bottom:20px;
    color:#111;
}

.btpack-content-box p{
    font-size:18px;
    line-height:1.8;
    color:#666;
    margin-bottom:35px;
}

.btpack-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-bottom:35px;
}

.btpack-feature{
    background:#fff;
    padding:9px 5px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
    transition:.3s;
    font-size: 13px;
}

.btpack-feature:hover{
    transform:translateY(-5px);
}

.btpack-feature i{
    font-style:normal;
    font-size:20px;
}

.btpack-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 35px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btpack-btn:hover{
    background:#16c172;
}

@media(max-width:991px){

.btpack-wrapper{
    grid-template-columns:1fr;
}

.btpack-content-box h2{
    font-size:38px;
}

.btpack-feature-grid{
    grid-template-columns:1fr;
}

}




.btapp-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    margin-top:40px;
    max-width:1300px;
        margin:auto;

}

.btapp-card{
    background:#fff;
    padding:25px 20px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s ease;
    position:relative;
    overflow:hidden;
}

.btapp-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#16c172;
}

.btapp-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(15,98,254,.15);
}

.btapp-icon{
    width:70px;
    height:70px;
    margin:auto auto 15px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color: #16c172;
}

.btapp-card h4{
    font-size:18px;
    margin-bottom:10px;
    color:#111;
}

.btapp-card p{
    font-size:14px;
    line-height:1.6;
    color:#666;
}

@media(max-width:1200px){
    .btapp-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:768px){
    .btapp-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:480px){
    .btapp-grid{
        grid-template-columns:1fr;
    }
}













.solar-consultancy-sec{
    padding:60px 0;
    background:#f7f9fc;
        margin:auto;
max-width: 1300px;
}

.solar-head{
    text-align:center;
    max-width:850px;
    margin:auto auto 50px;
}

.solar-head span{
    display:inline-block;
    padding:8px 18px;
    background:#16c172;
    color:#fff;
    border-radius:30px;
    font-size:14px;
}

.solar-head h2{
    font-size:48px;
    margin:20px 0;
    color:#111;
}

.solar-head p{
    color:#666;
    line-height:1.8;
}

.solar-service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.solar-service-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.solar-service-card:hover{
    transform:translateY(-8px);
}

.solar-service-card i{
    font-size:45px;
    color:#16c172;
    margin-bottom:20px;
}

.solar-service-card h4{
    margin-bottom:12px;
    color:#111;
}

.solar-service-card p{
    color:#666;
    line-height:1.6;
}

@media(max-width:991px){
    .solar-service-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .solar-service-grid{
        grid-template-columns:1fr;
    }

    .solar-head h2{
        font-size:34px;
    }
}









.whyus-pro{
    padding:60px 0;
    background:#ffffff;
}

.whyus-container{
    max-width:1300px;
    margin:auto;
}

.whyus-heading{
    text-align:center;
    /* max-width:850px; */
    margin:auto auto 60px;
}

.whyus-heading span{
    display:inline-block;
    padding:8px 18px;
    background:#16c172;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.whyus-heading h2{
    font-size:40px;
    margin:0px 0 20px;
    color:#111;
}

.whyus-heading p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.whyus-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.whyus-card{
    background:#fff;
    padding:18px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s ease;
    position:relative;
}

.whyus-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#16c172;
}

.whyus-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(15,98,254,.15);
}

.whyus-card i{
    width:75px;
    height:75px;
    margin:auto auto 20px;
    border-radius:50%;
    background:#eef4ff;
    color:#16c172;
    font-size:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.whyus-card h4{
    font-size:16px;
    margin-bottom:12px;
    color:#111;
}

.whyus-card p{
    color:#666;
    line-height:1.7;
    font-size:15px;
}

.whyus-footer{
    margin-top:50px;
    text-align:center;
    padding:25px;
    background:#fff;
    border-radius:15px;
    font-size:18px;
    font-weight:500;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

@media(max-width:1200px){
    .whyus-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .whyus-grid{
        grid-template-columns:1fr;
    }

    .whyus-heading h2{
        font-size:34px;
    }

}












.solsrv-section{
    padding:80px 5%;
    background:#f7f9fc;
}

.solsrv-head{
    max-width:900px;
    margin:auto;
    text-align:center;
    margin-bottom:50px;
}

.solsrv-tag{
    display:inline-block;
    padding:8px 18px;
    background:#16c172;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.solsrv-head h2{
    font-size:42px;
    line-height:1.3;
    color:#111;
    margin-bottom:20px;
}

.solsrv-head p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}

.solsrv-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    max-width:1300px;
    margin:auto;
}

.solsrv-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    display:flex;
    align-items:flex-start;
    gap:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.35s;
    border-left:5px solid #16c172;
}

.solsrv-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(15,98,254,.15);
}

.solsrv-icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eef4ff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.solsrv-icon i{
    font-size:30px;
    color:#16c172;
}

.solsrv-content h4{
    font-size:22px;
    margin-bottom:10px;
    color:#111;
}

.solsrv-content p{
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){

    .solsrv-grid{
        grid-template-columns:1fr;
    }

    .solsrv-head h2{
        font-size:30px;
    }

}











.amc-pro-section{
    padding:60px 0;
    background:#ffffff;
}

.amc-pro-wrapper{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.amc-pro-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.amc-pro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.amc-pro-image::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.5),
        transparent
    );
}

.amc-pro-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:14px 22px;
    border-radius:50px;
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.amc-pro-badge i{
    color:#16c172;
}

.amc-tag{
    display:inline-block;
    background:#16c172;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    margin-bottom:15px;
}

.amc-pro-content h2{
    font-size:27px;
    margin-bottom:20px;
    color:#111;
}

.amc-pro-content p{
    color:#666;
    line-height:1.8;
    font-size:17px;
    margin-bottom:35px;
}

.amc-benefits-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.amc-benefit-card{
    background:#fff;
    padding:18px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:0 8px 20px rgba(0,0,0,.07);
    transition:.3s;
}

.amc-benefit-card:hover{
    transform:translateY(-5px);
}

.amc-benefit-card i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#eef4ff;
    color:#16c172;
    display:flex;
    align-items:center;
    justify-content:center;
}

.amc-benefit-card span{
    font-weight:500;
    color:#222;
}

@media(max-width:991px){

    .amc-pro-wrapper{
        grid-template-columns:1fr;
    }

    .amc-pro-content h2{
        font-size:34px;
    }

    .amc-benefits-grid{
        grid-template-columns:1fr;
    }

}










.services-section{
    padding:60px 0;
    background:#f8fafc;
}

.services-section .container{
    max-width:1300px;
    margin:auto;
    padding:0 20px;
    /* display:grid; */
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.service-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    border-top:5px solid #16c172;
    transition:.3s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-8px);
}

.service-label{
    display:inline-block;
    background:#16c172;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.service-box h2{
    font-size:32px;
    color:#111827;
    margin-bottom:18px;
    line-height:1.3;
}

.service-box h4{
    margin:25px 0 15px;
    color:#16c172;
    font-size:20px;
}

.service-box p{
    color:#555;
    line-height:1.9;
    margin-bottom:15px;
}

.service-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.service-box ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:14px;
    line-height:1.7;
    color:#333;
}

.service-box ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#16c172;
    color:#fff;
    text-align:center;
    line-height:20px;
    font-size:12px;
}

@media(max-width:991px){

    .services-section .container{
        grid-template-columns:1fr;
    }

    .service-box{
        padding:30px;
    }

    .service-box h2{
        font-size:26px;
    }

    .gtx-hero-slider-main{
        display: none;
    }
}







 
.pe-project-execution{
    padding:60px 0;
    background:#ffffff;
}

.pe-project-execution .container{
    max-width:1320px;
    margin:auto;
    padding:0 15px;
}

.pe-heading{
    text-align:center;
    margin-bottom:50px;
}

.pe-heading h2{
    font-size:42px;
    font-weight:normal;
    margin-bottom:10px;
    color:#111;
}

.pe-heading p{
    font-size:18px;
    color:#666;
}

.pe-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.pe-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s ease;
}

.pe-card:hover{
    transform:translateY(-8px);
}

.pe-img{
    /* height:230px; */
    overflow:hidden;
}

.pe-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.pe-card:hover img{
    transform:scale(1.08);
}

.pe-card h3{
    font-size:24px;
    padding:25px 25px 10px;
    color:#111;
}

.pe-card p{
    padding:0 25px 25px;
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){
    .pe-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .pe-grid{
        grid-template-columns:1fr;
    }

    .pe-heading h2{
        font-size:32px;
    }

    .pe-img{
        height:220px;
    }
} 



.btpack-slider{
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:20px;
}

.btpack-slide{
    display:none;
}

.btpack-slide.active{
    display:block;
}

.btpack-slide img{
    width:100%;
    display:block;
    border-radius:20px;
}

.btpack-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,0.6);
    color:#fff;
    font-size:22px;
    cursor:pointer;
    z-index:2;
    transition:.3s;
}

.btpack-arrow:hover{
    background:#ff6b00;
}

.btpack-prev{
    left:15px;
}

.btpack-next{
    right:15px;
}

.btpack-badge{
    position:absolute;
    bottom:20px;
    left:20px;
    background:#ff6b00;
    color:#fff;
    padding:10px 20px;
    border-radius:30px;
    z-index:2;
}










/* Technology Partners */
.tpn-tech-partners{
    padding:60px 20px;
    background:#f8fafc;
}

.tpn-container{
    max-width:1300px;
    margin:auto;
}

.tpn-heading{
    text-align:center;
    margin-bottom:50px;
}

.tpn-heading span{
    display:inline-block;
    color:#2563eb;
    font-size:15px;
    font-weight:600;
    margin-bottom:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.tpn-heading h2{
    font-size:52px;
    color:#111827;
    margin-bottom:15px;
}

.tpn-heading p{
    max-width:650px;
    margin:auto;
    color:#6b7280;
    line-height:1.7;
    font-size: 18px;
}

.tpn-logo-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.tpn-logo-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:10px 10px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:160px;
    transition:.3s;
    box-shadow:0 4px 20px rgba(0,0,0,.05);
}

.tpn-logo-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.tpn-logo-box img{
   
    object-fit:contain;
}

/* Tablet */
@media(max-width:768px){
    .tpn-logo-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tpn-heading h2{
        font-size:30px;
    }
}

/* Mobile */
@media(max-width:576px){
    .tpn-logo-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .tpn-heading h2{
        font-size:26px;
    }

    .tpn-logo-box{
        min-height:130px;
    }
}










.pe-click-zoom{
    cursor: zoom-in;
}






.pe-video{
    width:100%;
    height:auto;
    display:block;
}