*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',sans-serif;scroll-behavior:smooth}
body{
background:linear-gradient(135deg,#f8fafc,#eef4ff,#f5f7fb);
color:#111827;
line-height:1.6;
}

header{
position:sticky;top:0;z-index:999;
background:linear-gradient(90deg,#081326,#0f172a,#081326);
backdrop-filter:blur(8px);
padding:18px 7%;
display:flex;justify-content:space-between;align-items:center;
border-bottom:1px solid rgba(255,255,255,.12)
}
.logo{color:#ffffff;
text-shadow:0 2px 10px rgba(0,0,0,0.25);
font-size:30px;font-weight:800;letter-spacing:.5px
}
.logo span{color:#22c55e}
nav a{
color:#fff;text-decoration:none;margin-left:22px;
font-size:15px;transition:.3s
}
nav a:hover{color:#22c55e}
.hero h1{
color:#0f172a;
text-shadow:0 2px 10px rgba(255,255,255,0.35);
font-size:54px;
line-height:1.15;
margin-bottom:18px
}
.hero h1 span{color:#22c55e}
.hero p{
font-size:20px;
color:#1e293b;
font-weight:500;
text-shadow:0 1px 2px rgba(255,255,255,0.4);
max-width:700px;
margin-bottom:28px;
line-height:1.8
}
.btn{
display:inline-block;
padding:14px 26px;
border-radius:10px;
text-decoration:none;
font-weight:700;
margin:8px 10px 0 0;
transition:.3s
}

@media(max-width:768px){

.btn{
display:block;
width:100%;
margin-bottom:12px;
}

}
.btn-primary{background:#22c55e;color:#081326}
.btn-secondary{
background:#22c55e;
border:1px solid #22c55e;
color:#081326;
box-shadow:0 8px 20px rgba(34,197,94,0.25)
}
.btn:hover{transform:translateY(-2px)}
.hero-box{
background:rgba(255,255,255,0.72);
backdrop-filter:blur(14px);
border:1px solid rgba(255,255,255,0.55);
padding:30px;
border-radius:24px;
box-shadow:0 20px 60px rgba(15,23,42,0.10)
}
.hero-box h3{
color:#16a34a;
margin-bottom:18px;
font-size:32px;
font-weight:800
}
.hero-box ul{
padding-left:22px;
color:#1e293b;
font-weight:600;
line-height:2;
font-size:17px
}
section{
padding:45px 7%;
}
.title{text-align:center;font-size:38px;margin-bottom:14px}
.sub{
text-align:center;
color:#1e293b;
font-size:18px;
font-weight:500;
line-height:1.8;

max-width:820px;
margin:0 auto 45px;

background:rgba(255,255,255,0.65);
backdrop-filter:blur(10px);

padding:16px 28px;
border-radius:16px;

border:1px solid rgba(34,197,94,0.15);

box-shadow:0 10px 30px rgba(15,23,42,0.05)
}
.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:22px
}
.card{
background:rgba(255,255,255,0.88);
backdrop-filter:blur(12px);
padding:32px;
border-radius:24px;
border:1px solid rgba(34,197,94,0.10);
box-shadow:0 10px 30px rgba(15,23,42,0.06);

transition:
transform .45s ease,
box-shadow .45s ease,
border-color .45s ease;

position:relative;
overflow:hidden;
}

.card form{
margin-top:25px;
}

.card input,
.card select,
.card textarea{
width:100%;
padding:16px 18px;
margin-bottom:16px;
border:1px solid #dbe4ee;
border-radius:14px;
background:#f8fafc;
font-size:15px;
transition:.3s;
}

.card input:focus,
.card select:focus,
.card textarea:focus{
outline:none;
border-color:#22c55e;
background:#fff;
box-shadow:0 0 0 4px rgba(34,197,94,.12);
}

.card textarea{
height:140px;
resize:none;
}

.card button{
width:100%;
border:none;
padding:16px;
border-radius:14px;
background:linear-gradient(135deg,#22c55e,#16a34a);
color:#fff;
font-size:17px;
font-weight:700;
cursor:pointer;
transition:.3s;
}

.card button:hover{
transform:translateY(-3px);
box-shadow:0 15px 30px rgba(34,197,94,.25);
}

section{
position:relative;
}

#about{
background:linear-gradient(180deg,#ffffff,#f7fafc);
border-radius:30px;
padding:80px 40px;
margin-top:40px;
}

.about-text{
background:rgba(255,255,255,0.75);
backdrop-filter:blur(14px);
padding:40px;
border-radius:28px;
border:1px solid rgba(34,197,94,0.12);
box-shadow:0 10px 40px rgba(15,23,42,0.08);
}

.about-text h3{
font-size:34px;
margin-bottom:22px;
color:#0f172a;
line-height:1.3;
}

.about-text p{
font-size:17px;
line-height:1.9;
color:#334155;
margin-bottom:20px;
}

.about-stats{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
}

.stat-card{
background:linear-gradient(135deg,#0f172a,#112240);
padding:28px;
border-radius:24px;
color:white;
text-align:center;
box-shadow:0 10px 30px rgba(15,23,42,0.18);
transition:.35s ease;
}

.stat-card:hover{
transform:translateY(-6px);
}

.stat-card h3{
font-size:34px;
color:#22c55e;
margin-bottom:8px;
}

.stat-card p{
font-size:15px;
opacity:.9;
}
.strip{
display:flex;
justify-content:center;
align-items:center;
gap:18px;
flex-wrap:wrap;

background:linear-gradient(90deg,#081326,#0f1f3d);
color:#ffffff;

padding:16px 20px;

font-size:15px;
font-weight:600;
letter-spacing:.5px;

border-top:1px solid rgba(34,197,94,.25);
border-bottom:1px solid rgba(34,197,94,.25);

box-shadow:0 10px 30px rgba(0,0,0,.12)
}

.strip span{
color:#22c55e;
font-weight:700
}
.card:hover{
transform:translateY(-12px) scale(1.02);

box-shadow:
0 25px 60px rgba(34,197,94,0.18);

border-color:rgba(34,197,94,0.45);
}

.card h3{
font-size:34px;
font-weight:700;
margin-bottom:10px;
color:#0f172a;
}

.list{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:50px;
}

.item{
background:rgba(255,255,255,0.82);
backdrop-filter:blur(10px);

padding:24px;
border-radius:22px;

border:1px solid rgba(34,197,94,0.12);
box-shadow:0 10px 30px rgba(15,23,42,0.06);

font-size:20px;
font-weight:600;
color:#0f172a;

transition:.35s ease;
opacity:0;
animation:showCard 0.8s ease forwards;
}

.item:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(15,23,42,0.12);
border-color:#22c55e;
}
.item:nth-child(1){
animation-delay:0.1s;
transform:translateX(-60px);
}

.item:nth-child(2){
animation-delay:0.3s;
transform:translateY(-60px);
}

.item:nth-child(3){
animation-delay:0.5s;
transform:translateX(60px);
}

.item:nth-child(4){
animation-delay:0.7s;
transform:translateY(60px);
}

.item:nth-child(5){
animation-delay:0.9s;
transform:translateX(-60px);
}

.item:nth-child(6){
animation-delay:1.1s;
transform:translateY(60px);
}

@keyframes showCard{
to{
opacity:1;
transform:translate(0,0);
}
}
.testimonials-slider{
overflow:hidden;
position:relative;
width:100%;
margin-top:50px;
}

.testimonials-track{
display:flex;
gap:24px;
width:max-content;
animation:scrollTestimonials 22s linear infinite;
}

.testimonials-track:hover{
animation-play-state:paused;
}

.testimonial{
min-width:320px;
max-width:320px;

background:linear-gradient(135deg,#081326,#0f1f45);
padding:28px;
border-radius:22px;
border:1px solid rgba(34,197,94,0.18);
box-shadow:0 10px 30px rgba(0,0,0,0.12);

flex-shrink:0;
}

.testimonial h4{
color:#22c55e;
margin-bottom:14px;
font-size:22px;
}

.testimonial p{
color:rgba(255,255,255,0.82);
line-height:1.7;
font-size:16px;
}

@keyframes scrollTestimonials{
0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}
}
.contact-wrap{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
align-items:start;
}
.contact-features{
display:flex;
flex-direction:column;
gap:18px;
padding-top:10px;
}

.feature-box{
background:rgba(255,255,255,0.7);
backdrop-filter:blur(12px);

padding:22px;
border-radius:18px;

border:1px solid rgba(34,197,94,0.12);

box-shadow:0 10px 30px rgba(0,0,0,0.06);

transition:.35s ease;

cursor:pointer;
overflow:hidden;
position:relative;
}

.feature-box:hover{
transform:translateY(-8px) scale(1.02);
box-shadow:0 20px 40px rgba(34,197,94,0.14);
}

.feature-box h3{
font-size:28px;
margin-bottom:10px;
color:#081326;
}

.feature-box p{
color:#374151;
line-height:1.6;
}
.contact-info{
color:#1e293b;
font-size:18px;
font-weight:500;
margin-bottom:14px;
line-height:1.7;
}

.contact-btn{
display:flex;
justify-content:center;
align-items:center;
flex:1;
padding:14px;
border-radius:12px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.whatsapp-btn{
background:#22c55e;
color:#fff;
border-radius:12px;
}

.linkedin-btn{
background:#0a66c2;
color:white;
border-radius:12px;
}

.contact-btn:hover{
transform:translateY(-3px);
opacity:.92;
}

.quick-actions{
display:flex;
gap:15px;
margin:20px 0;
}

.quick-actions .contact-btn{
flex:1;
height:55px;
display:flex;
align-items:center;
justify-content:center;
padding:0;
border-radius:12px;
}
.mini-stats{ display:flex; gap:10px; flex-wrap:wrap; margin:15px 0 20px; } .mini-stats span{ background:#f1f5f9; padding:8px 14px; border-radius:50px; font-size:13px; font-weight:600; } .quick-actions{ display:flex; gap:12px; margin:15px 0; } .quick-actions .contact-btn{ flex:1; margin:0; } @media(max-width:768px){ .quick-actions{ flex-direction:column; } }

form{
background:rgba(255,255,255,0.78);
padding:32px;
border-radius:24px;
border:1px solid rgba(34,197,94,0.18);
box-shadow:0 15px 40px rgba(0,0,0,0.18);
backdrop-filter:blur(12px);
}
input,select,textarea{
width:100%;
padding:14px;
margin-bottom:14px;
border:none;
border-radius:10px;
background:#f8fafc;
border:1px solid #dbe4ee;
color:#0f172a;
font-size:15px;
transition:.3s ease;
}
input::placeholder,
textarea::placeholder{
color:#64748b;
}
textarea{min-height:120px;resize:vertical}
button{
width:100%;
padding:14px;
border:none;
border-radius:10px;
font-weight:700;
background:#22c55e;
cursor:pointer;
color:#081326
}
footer{
padding:28px;
text-align:center;
background:#07101f;
color:#94a3b8
}
.whatsapp{
position:fixed;
right:18px;
bottom:18px;
background:#22c55e;
color:#081326;
padding:14px 16px;
border-radius:50px;
font-weight:700;
text-decoration:none;
box-shadow:0 10px 20px rgba(0,0,0,.25)
}
@media(max-width:900px){
.hero,.contact-wrap{grid-template-columns:1fr}
.hero h1{font-size:40px}
/* nav{display:none} */
}

.navbar-toggler{
border:1px solid white;
margin-left:auto;
display:block;
width:auto !important;
}
.navbar-nav .nav-link{
color:#ffffff !important;
}

.navbar-nav .nav-link:hover{
color:#22c55e !important;
}

/* responsive */
/* =========================
RESPONSIVE DESIGN
========================= */

@media(max-width:992px){

header{
padding:15px 5%;
}

.hero{
grid-template-columns:1fr;
padding:120px 5% 60px;
text-align:center;
gap:30px;
min-height:auto;
}

.hero h1{
font-size:42px;
line-height:1.2;
}

.hero p{
font-size:18px;
max-width:100%;
}

.hero-box{
padding:25px;
}

.contact-wrap{
grid-template-columns:1fr;
}

.about-stats{
grid-template-columns:1fr 1fr;
}

nav a{
margin-left:14px;
font-size:14px;
}

}


/* MOBILE */

@media(max-width:768px){

header{
padding:14px 20px;
flex-wrap:wrap;
}

.logo{
font-size:28px;
}

.hero{
padding:100px 20px 40px;
}

.hero h1{
font-size:34px;
}

.hero p{
font-size:16px;
line-height:1.7;
}

.title{
font-size:30px;
}

.sub{
font-size:16px;
padding:14px 18px;
}

.hero-box h3{
font-size:26px;
}

.hero-box ul{
font-size:15px;
line-height:1.8;
}

.card{
padding:24px;
}

.about-text{
padding:24px;
}

.about-text h3{
font-size:28px;
}

.about-text p{
font-size:16px;
}

.about-stats{
grid-template-columns:1fr;
}

.stat-card{
padding:22px;
}

.contact-wrap{
gap:20px;
}

form{
padding:24px;
}

input,
select,
textarea{
font-size:14px;
padding:12px;
}

button{
padding:13px;
}

footer{
font-size:14px;
padding:22px;
}

.strip{
font-size:13px;
gap:10px;
padding:14px;
}

nav{
width:100%;
text-align:center;
margin-top:15px;
}

nav a{
display:inline-block;
margin:8px 10px;
font-size:15px;
}

}


/* SMALL MOBILE */

@media(max-width:480px){

.hero h1{
font-size:28px;
}

.hero p{
font-size:15px;
}

.logo{
font-size:24px;
}

.title{
font-size:26px;
}

.card h3{
font-size:20px;
}

.hero-box{
padding:20px;
border-radius:18px;
}

.sub{
font-size:15px;
line-height:1.6;
}

.btn{
font-size:14px;
padding:12px 18px;
}

.whatsapp{
right:12px;
bottom:12px;
padding:12px 14px;
font-size:14px;
}

}
.hero{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:40px;
align-items:center;
}

@media(max-width:768px){

.hero{
grid-template-columns:1fr;
}

.hero img{
width:100%;
height:auto;
object-fit:cover;
}

}

/* DARK OVERLAY */

.hero::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

background:rgba(0,0,0,0.55);
}

.hero .container{
position:relative;
z-index:2;
}

.hero h1{
font-size:58px;
font-weight:800;
line-height:1.2;
color:white;
margin-bottom:20px;
}

.hero h1 span{
color:#22c55e;
}

.hero p{
font-size:18px;
line-height:1.8;
color:#e5e7eb;
margin-bottom:25px;
}

.hero-box{
background:rgba(255,255,255,0.10);
backdrop-filter:blur(12px);

padding:30px;
border-radius:24px;

border:1px solid rgba(255,255,255,0.15);
}

.hero-box h3{
color:#22c55e;
margin-bottom:20px;
font-size:30px;
}

.hero-box ul{
color:white;
line-height:2;
padding-left:20px;
}

/* TABLET */

@media(max-width:992px){

.hero{
text-align:center;
padding:100px 20px;
}

.hero h1{
font-size:42px;
}

.hero-box{
margin-top:40px;
}

}

/* MOBILE */

@media(max-width:576px){

.hero{
padding:90px 15px;
}

.hero h1{
font-size:30px;
}

.hero p{
font-size:15px;
}

.hero-box{
padding:22px;
}

.hero-box h3{
font-size:24px;
}

}

/* ABOUT PAGE */
.hero-about{
background:
linear-gradient(rgba(5,15,35,0.72),
rgba(5,15,35,0.72)),
url('images/about-bg.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;
}


/* SERVICE PAGE */
/* SERVICE PAGE BANNER */

.service-banner{

position:relative;

height:80vh;

display:flex;
align-items:center;
justify-content:center;

text-align:center;

background:
linear-gradient(
rgba(5,15,35,0.65),
rgba(5,15,35,0.65)
),

url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=1974&auto=format&fit=crop');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

overflow:hidden;
}

/* CONTENT */

.service-content{
position:relative;
z-index:2;
}

.service-content h1{

font-size:64px;
font-weight:800;

color:white;

margin-bottom:20px;

text-shadow:0 4px 20px rgba(0,0,0,0.35);
}

.service-content h1 span{
color:#22c55e;
}

.service-content p{

max-width:760px;

margin:auto;

font-size:20px;
line-height:1.9;

color:#e2e8f0;

margin-bottom:28px;
}

/* BREADCRUMB BUTTON */

.breadcrumb-box{

display:inline-block;

padding:12px 26px;

background:rgba(255,255,255,0.12);

border:1px solid rgba(255,255,255,0.18);

backdrop-filter:blur(10px);

border-radius:50px;

color:white;

font-size:15px;

transition:.35s ease;
}

.breadcrumb-box a{
color:#22c55e;
text-decoration:none;
font-weight:700;
}

.breadcrumb-box:hover{
transform:translateY(-3px);
background:rgba(255,255,255,0.18);
}

/* MOBILE */

@media(max-width:768px){

.service-banner{
height:55vh;
padding:20px;
}

.service-content h1{
font-size:38px;
}

.service-content p{
font-size:16px;
line-height:1.7;
}

.breadcrumb-box{
font-size:14px;
padding:10px 20px;
}

}
/* CHOOSE US PAGE */

.hero-choose{
background:
linear-gradient(rgba(0,0,0,0.70),
rgba(0,0,0,0.70)),
url('images/choose-bg.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

/* CONTACT PAGE */
.hero-contact{
background:
linear-gradient(rgba(0,0,0,0.72),
rgba(0,0,0,0.72)),
url('images/contact-bg.jpg');

background-size:cover;
background-position:center;
background-repeat:no-repeat;
}
    .hero-home{

background:
linear-gradient(
rgba(5,15,35,0.45),
rgba(5,15,35,0.55)
),

url('../assests/home-banner.jfif');

background-size:cover;
background-position:center center;
background-repeat:no-repeat;

min-height:100vh;
padding:120px 0;

position:relative;

}

/* TEXT STYLE */

.hero-home h1{
color:#ffffff;
font-size:58px;
font-weight:800;
line-height:1.2;
text-shadow:0 4px 20px rgba(0,0,0,0.35);
}

.hero-home h1 span{
color:#22c55e;
}

.hero-home p{
color:#f1f5f9;
font-size:18px;
line-height:1.9;
max-width:650px;
text-shadow:0 2px 10px rgba(0,0,0,0.25);
}

/* GLASS EFFECT BOX */

.hero-home .hero-box{

background:rgba(255,255,255,0.12);
backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,0.18);

padding:35px;
border-radius:24px;

box-shadow:
0 10px 40px rgba(0,0,0,0.25);

}

.hero-home .hero-box h3{
color:#22c55e;
font-size:30px;
margin-bottom:20px;
}

.hero-home .hero-box ul{
color:white;
line-height:2;
font-size:17px;
}

/* MOBILE RESPONSIVE */

@media(max-width:768px){

.hero-home{
padding:90px 20px;
background-position:center;
}

.hero-home h1{
font-size:34px;
text-align:center;
margin-top:-20px;
}

.hero-home p{
font-size:16px;
text-align:center;
}

.hero-home .hero-box{
margin-top:20px;
}
}

/* ABOUT PAGE HERO */

.hero-about-banner{

position:relative;

height:65vh;

display:flex;
align-items:center;
justify-content:center;

text-align:center;

background:
linear-gradient(
rgba(5,15,35,0.60),
rgba(5,15,35,0.60)
),

url('./assests/about\ banner.png');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

overflow:hidden;

}

/* CONTENT */

.about-content{
position:relative;
z-index:2;
}

.hero-about-banner h1{

font-size:64px;
font-weight:800;
color:white;

margin-bottom:18px;

text-shadow:0 4px 20px rgba(0,0,0,0.35);

}
.hero-about-banner{

position:relative;

height:80vh;

display:flex;
align-items:center;
justify-content:center;

text-align:center;

background:
linear-gradient(
rgba(5,15,35,0.70),
rgba(5,15,35,0.70)
),

url('./assests/about-banner-2.jfif');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

padding:20px;

}

.about-content{
position:relative;
z-index:2;
max-width:850px;
}

.hero-about-banner h1{

font-size:64px;
font-weight:800;
color:white;

margin-bottom:20px;

}

.hero-about-banner h1 span{
color:#22c55e;
}

.hero-about-banner p{

font-size:20px;
line-height:1.8;
color:#e2e8f0;

margin-bottom:25px;

}

.breadcrumb-text{

display:inline-block;

padding:12px 28px;

background:linear-gradient(135deg,#22c55e,#16a34a);

color:white;

font-size:15px;
font-weight:600;

border-radius:50px;

box-shadow:0 8px 20px rgba(34,197,94,0.35);

border:none;

transition:.3s ease;

cursor:pointer;

}

.breadcrumb-text:hover{

transform:translateY(-3px);

box-shadow:0 12px 25px rgba(34,197,94,0.45);

background:linear-gradient(135deg,#16a34a,#22c55e);

}

.breadcrumb-text a{

color:white;

text-decoration:none;

font-weight:700;

}

.breadcrumb-text a:hover{

color:#d1fae5;

}

/* MOBILE */

@media(max-width:768px){

.hero-about-banner{
height:55vh;
}

.hero-about-banner h1{
font-size:38px;
}

.hero-about-banner p{
font-size:16px;
}

}

/* CHOOSE US BANNER */

.choose-banner{
height:80vh;

display:flex;
align-items:center;
justify-content:center;

background:
linear-gradient(
rgba(5,15,35,0.70),
rgba(5,15,35,0.70)
),

/* url('assests/choose-banner.jfif'); */
url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1600&q=80');
/* url('https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=2070&auto=format&fit=crop'); */


background-size:cover;
background-position:center;
background-repeat:no-repeat;

text-align:center;
padding:20px;
}

.choose-content{
max-width:850px;
}

.choose-content h1{
font-size:64px;
font-weight:800;
color:white;
margin-bottom:20px;
}

.choose-content h1 span{
color:#22c55e;
}

.choose-content p{
font-size:20px;
line-height:1.8;
color:#e2e8f0;
margin-bottom:25px;
}

@media(max-width:768px){

.choose-banner{
height:60vh;
}

.choose-content h1{
font-size:38px;
}

.choose-content p{
font-size:16px;
}

}
.choose-content h1{
font-size:52px;
font-weight:800;
line-height:1.2;
}

/* CHOOSE PAGE MOBILE FIX */

@media (max-width: 480px){

.hero-choose-new{
    min-height: 70vh;
    padding: 80px 20px;
}

.hero-choose-new h1{
    font-size: 34px;
    line-height: 1.2;
}

.hero-choose-new p{
    font-size: 16px;
    line-height: 1.8;
    padding: 0 10px;
}

.hero-choose-new .breadcrumb-text{
    padding: 12px 25px;
    font-size: 14px;
}

}

/* CHOOSE PAGE MOBILE FIX */

@media (max-width: 768px){

    .choose-banner{
        height: 55vh;
        padding: 20px;
        background-position: center;
    }

    .choose-content{
        max-width: 100%;
        text-align: center;
    }

    .choose-content h1{
        font-size: 38px !important;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .choose-content p{
        font-size: 15px !important;
        line-height: 1.7;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .breadcrumb-text{
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px){

    .choose-banner{
        height: 50vh;
    }

    .choose-content h1{
        font-size: 30px !important;
    }

    .choose-content p{
        font-size: 14px !important;
    }

}

.stats-section{
padding:90px 0;
background:#f8fafc;
}

.premium-stat{
background:linear-gradient(135deg,#081326,#0f1f45);
color:white;

padding:40px 25px;
border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,0.15);

transition:.4s;
}

.premium-stat::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;

background:linear-gradient(90deg,#22c55e,#16a34a);
}

.premium-stat:hover{
transform:translateY(-12px);
box-shadow:0 25px 50px rgba(34,197,94,0.20);
}

.stat-icon{
font-size:45px;
margin-bottom:15px;
}

.premium-stat h2{
font-size:56px;
font-weight:800;
color:#22c55e;
margin-bottom:10px;
text-shadow:0 0 20px rgba(34,197,94,0.35);
}

.premium-stat p{
color:#e2e8f0;
font-size:16px;
}

.contact-banner{

    height:80vh;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    background:
    linear-gradient(
    rgba(5,15,35,.72),
    rgba(5,15,35,.72)
    ),
    url('assests/contact-banner.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    padding:20px;
}

.contact-content{
    max-width:850px;
}

.contact-content h1{
    font-size:64px;
    font-weight:800;
    color:white;
    margin-bottom:20px;
}

.contact-content h1 span{
    color:#22c55e;
}

.contact-content p{
    font-size:20px;
    color:#e2e8f0;
    line-height:1.8;
    margin-bottom:25px;
}

@media(max-width:768px){

    .contact-banner{
        height:55vh;
    }

    .contact-content h1{
        font-size:38px;
    }

    .contact-content p{
        font-size:16px;
    }

}

/* CONTACT BANNER BUTTON FIX */

.breadcrumb-text{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    text-align:center;
}

@media (max-width:768px){

    .contact-content{
        text-align:center;
    }

    .breadcrumb-text{
        display:flex;
        width:220px;
        margin:0 auto;
        padding:12px 20px;
        font-size:14px;
        margin-bottom: 45px;
    }

}

.projects-banner{

height:80vh;

display:flex;
align-items:center;
justify-content:center;

text-align:center;

background:
 linear-gradient(
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.55)
    ),
url('./assests/project-banner.png');

background-size:cover;
background-position:center;
background-repeat:no-repeat;

}

.projects-content{
max-width:850px;
}

.projects-content h1{
font-size:64px;
font-weight:800;
color:white;
}

.projects-content h1 span{
color:#22c55e;
}

.projects-content p{
color:#e2e8f0;
font-size:20px;
line-height:1.8;
margin:20px 0;
}

.project-info{
padding:25px;
}

.project-info h4{
font-weight:700;
margin-bottom:12px;
}

.project-info span{
color:#22c55e;
font-weight:700;
}

.projects-section{
    padding:100px 0;
    background:#f8fafc;
}

.projects-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}


.project-card{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 20px;
    overflow: hidden;

    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


.project-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,255,128,0.25);
    border-color: #22c55e;
}


.project-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}


.project-content{
    padding:25px;
}



.project-content h3{
    color:black;
    font-size:24px;
    margin-bottom:15px;
}


.project-content p{
    color:black;
    line-height:1.8;
}


.project-content h4{
    margin-top:20px;
    margin-bottom:10px;
}



.project-content ul{
    margin-top:15px;
    padding-left:20px;
}

.project-content ul li{
    color:#e5e7eb;
    margin-bottom:10px;
}


@media(max-width:768px){

    .projects-grid{
        grid-template-columns:1fr;
    }

    .project-card img{
        height:220px;
    }

}

.projects-intro{

    padding:80px 0 40px;

    text-align:center;
}

.projects-intro h2{

    font-size:48px;
    font-weight:800;

    color:#0f172a;

    margin-bottom:20px;
}

.projects-intro p{

    max-width:900px;

    margin:auto;

    font-size:18px;

    line-height:1.8;

    color:#64748b;
}

.projects-cta{

    background:#ffffff;

    padding:80px 20px;

    text-align:center;
}

.projects-cta h2{
    color:#0f172a;
}

.projects-cta p{
    color:#64748b;
}

.projects-cta h3{

    color:#22c55e;

    font-size:38px;

    margin-top:35px;

    margin-bottom:15px;
}

.projects-cta p{

    max-width:800px;

    margin:0 auto;

    color:#d1d5db;

    font-size:18px;

    line-height:1.8;
}


.project-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 25px;
    background:#22c55e;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.project-btn:hover{
    background:#16a34a;
}


@media(max-width:768px){

    .projects-cta h2{
        font-size:32px;
    }

    .projects-cta h3{
        font-size:24px;
    }

    .projects-cta p{
        font-size:16px;
    }

}

.project-card ul li{
    color: #000 !important;
}

.project-card h3,
.project-card h4{
    color: #111;
}

.whatsapp-btn{
    /* display:inline-block; */
    background:#22c55e;
    color:#fff;
    /* padding:15px 40px; */
    border-radius:12px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    /* margin-top:25px; */
    transition:0.3s ease;
    box-shadow:0 8px 25px rgba(34,197,94,0.35);
}

.whatsapp-btn:hover{
    transform:translateY(-3px);
    background:#16a34a;
    box-shadow:0 12px 35px rgba(34,197,94,0.45);
}

.country-flag{
    width:18px;
    height:13px;
    margin-right:6px;
    vertical-align:middle;
}



/* .privacy-hero{
    background: linear-gradient(135deg,#001845,#0a2a7a);
    color:#fff;
    text-align:center;
    padding:80px 20px;
} */

.privacy-hero{
    background:#081f5c;
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.privacy-hero h1{
    font-size:55px;
    margin-bottom:15px;
    font-weight:700;
}

.privacy-hero p{
    font-size:20px;
    max-width:700px;
    margin:auto;
}

.privacy-section{
    padding:80px 0;
    background:#ffffff;
}

.privacy-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    margin-bottom:30px;
    border-left:5px solid #22c55e;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.privacy-card:hover{
    transform:translateY(-5px);
}

.privacy-card h2{
    color:#0b1f4d;
    margin-bottom:15px;
    font-size:28px;
}

.privacy-card p,
.privacy-card li{
    color:#555;
    line-height:1.8;
}

.contact-box{
    background:linear-gradient(135deg,#ffffff,#ffffff);
    padding:60px 30px;
    border-radius:20px;
}

.contact-box a{
    color:#22c55e;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
}

@media(max-width:768px){

    .privacy-hero h1{
        font-size:34px;
    }

    .privacy-hero p{
        font-size:16px;
    }

    .privacy-card{
        padding:20px;
    }

    .privacy-card h2{
        font-size:20px;
    }

}

.policy-badge{
    display:inline-block;
    margin-top:20px;
    padding:10px 20px;
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.2);
    border-radius:50px;
    color:#fff;
}

.contact-email-btn{
    display:inline-block;
    margin-top:20px;
    background:#22c55e;
    color:#fff !important;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}


/* Footer Responsive Fix */

footer .col-md-3{
    margin-bottom:30px;
}

@media (max-width:768px){

    footer{
        text-align:left;
    }

    footer .col-12{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    footer .ps-5{
        padding-left:20px !important;
    }

    footer .pe-5{
        padding-right:20px !important;
    }

    footer .logo{
        margin-bottom:15px;
    }

    footer p{
        padding-right:0 !important;
    }

    footer .d-flex{
        align-items:start;
    }

    footer hr{
        margin:20px auto;
    }

    footer h6{
        font-size:14px;
    }

}

footer a{
    display:inline-block;
    padding:4px 0;
}

