

/* ================= HERO SECTION ================= */

.industry-hero{
padding:0px 8%;
background:linear-gradient(135deg,#ffffff,#f4f8ff);
display:flex;
align-items:center;
justify-content:space-between;
gap:50px;
overflow:hidden;
margin-top:-401px;
}

.hero-content{
flex:1;
animation:slideLeft 1s ease;
}

.hero-content span{
color:#c89b3c;
font-size:18px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
}

.hero-content h1{
font-size:58px;
line-height:1.2;
color:#062b67;
margin:20px 0;
font-weight:700;
}

.hero-content p{
font-size:18px;
line-height:1.8;
color:#555;
margin-bottom:35px;
}

.hero-features{
display:flex;
flex-wrap:wrap;
gap:25px;
}

.feature-box{
display:flex;
align-items:center;
gap:12px;
background:#fff;
padding:15px 20px;
border-radius:50px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;
}

.feature-box:hover{
transform:translateY(-8px);
}

.feature-box i{
font-size:25px;
color:#c89b3c;
}

.hero-image{
flex:1;
animation:slideRight 1s ease;
}

.hero-image img{
width:100%;
border-radius:20px;
box-shadow:0 20px 50px rgba(0,0,0,.15);
}

/* ================= TITLE ================= */

.section-title{
text-align:center;
padding:70px 20px 50px;
}

.section-title h2{
font-size:45px;
color:#062b67;
position:relative;
display:inline-block;
}

.section-title h2::after{
content:'';
width:80px;
height:4px;
background:#c89b3c;
position:absolute;
bottom:-10px;
left:50%;
transform:translateX(-50%);
}

/* ================= CARDS ================= */

.industry-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
padding:0 5% 80px;
}
.industry-card{
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.5s;
position:relative;
overflow:hidden;
}

.industry-card::before{
content:'';
position:absolute;
top:0;
left:-100%;
width:100%;
height:5px;
background:linear-gradient(90deg,#062b67,#c89b3c);
transition:.5s;
}

.industry-card:hover::before{
left:0;
}
.industry-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}
.icon-box{
width:75px;
height:75px;
background:rgba(200,155,60,.1);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;
}

.icon-box i{
font-size:32px;
color:#c89b3c;
}

.industry-card h3{
font-size:22px;
    margin-top: 80px;
margin-bottom:12px;
color:#062b67;
}

.industry-card p{   
line-height:1.7;
color:#666;
}

/* ================= COUNTERS ================= */

.stats{
background:#062b67;
padding:60px 5%;
margin-top:20px;
}

.stats-grid{
display:flex;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
}

.stat-box{
text-align:center;
color:#fff;
padding:20px;
}
.stat-box i{
font-size:50px;
color:#c89b3c;
margin-bottom:15px;
}

.stat-box h3{
font-size:42px;
color:#062b67;
margin-bottom:8px;
}

.stat-box p{
    color:grey;
font-size:18px;
}

/* ================= CTA ================= */

.cta{
padding:0px 20px;
    margin-top: 56px;
    margin-bottom: -79px;
text-align:center;
background:#f8fafc;
}

.cta h2{
font-size:40px;
color:#062b67;
margin-bottom:20px;
}

.cta p{
max-width:700px;
margin:auto;
line-height:1.8;
color:#555;
}

.cta-btn{
display:inline-block;
margin-top:30px;
padding:16px 40px;
background:#062b67;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:600;
transition:.4s;
}

.cta-btn:hover{
background:#c89b3c;
transform:translateY(-5px);
}

/* ================= ANIMATION ================= */

@keyframes slideLeft{
from{
opacity:0;
transform:translateX(-60px);
}
to{
opacity:1;
transform:translateX(0);
}
}

@keyframes slideRight{
from{
opacity:0;
transform:translateX(60px);
}
to{
opacity:1;
transform:translateX(0);
}
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.hero-content h1{
font-size:42px;
}

.industry-hero{
flex-direction:column;
text-align:center;
}

.hero-features{
justify-content:center;
}

}

@media(max-width:768px){

.hero-content h1{
font-size:34px;
}

.section-title h2{
font-size:32px;
}

.cta h2{
font-size:30px;
}

}
/* Header */

.header-section{
background:#fff;
padding:10px 0;
box-shadow:0 2px 10px rgba(0,0,0,.08);
margin-bottom: 150px;
}
.navbar-brand img{
height:80px;
margin-right: 20;
}
.nav-link{
font-weight:200;
color:#0b2454;
margin:0 10px;
}
.nav-link:hover{
color:#c89b2d;
}
.contact-btn{
background:#0b2454;
color:#fff;
padding:10px 20px;
border-radius:8px;
}

/* ================= HEADING ================= */

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
font-weight:700;
color:#052b67;
position:relative;
display:inline-block;
}

.section-title h2::after{
content:'';
position:absolute;
width:90px;
height:4px;
background:#d4a537;
bottom:-12px;
left:50%;
transform:translateX(-50%);
border-radius:10px;
}

/* ================= SERVICES ================= */

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;
margin-bottom:60px;
}

.service-card{
background:#fff;
padding:30px 20px;
border-radius:18px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:.4s;
position:relative;
overflow:hidden;
}

.service-card::before{
content:'';
position:absolute;
top:0;
left:-100%;
width:100%;
height:4px;
background:linear-gradient(90deg,#052b67,#d4a537);
transition:.5s;
}

.service-card:hover::before{
left:0;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.service-card i{
font-size:42px;
color:#2bb673;
margin-bottom:15px;
transition:.4s;
}

.service-card:hover i{
transform:scale(1.2);
}

.service-card h4{
font-size:17px;
color:#052b67;
font-weight:600;
line-height:1.5;
}

/* ================= BOTTOM SECTION ================= */

.bottom-wrapper{
display:grid;
grid-template-columns:1.5fr 1fr;
gap:30px;
}

/* LEFT BOX */

.why-us{
background:white;
border-radius:20px;
padding:40px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
}

.content-side{
flex:1;
}

.content-side h3{
font-size:30px;
color:#052b67;
margin-bottom:25px;
}

.content-side ul{
list-style:none;
}

.content-side ul li{
margin-bottom:15px;
color:#555;
font-size:16px;
display:flex;
align-items:center;
}

.content-side ul li i{
color:#d4a537;
margin-right:12px;
font-size:18px;
}

.logo-side{
text-align:center;
}

.logo-side h2{
font-size:70px;
font-weight:700;
color:#052b67;
line-height:1;
}

.logo-side p{
color:#2bb673;
font-size:20px;
font-weight:600;
margin-top:10px;
}

/* RIGHT CTA */

.cta-box{
background:linear-gradient(135deg,#052b67,#001a47);
padding:40px;
border-radius:20px;
color:white;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
position:relative;
overflow:hidden;
}

.cta-box::before{
content:'';
position:absolute;
width:200px;
height:200px;
background:rgba(255,255,255,0.05);
border-radius:50%;
top:-50px;
right:-50px;
}

.cta-box h3{
font-size:32px;
margin-bottom:20px;
line-height:1.3;
}

.cta-box p{
line-height:1.8;
margin-bottom:25px;
opacity:.9;
}

.cta-btn{
display:inline-block;
background:#d4a537;
color:white;
padding:14px 28px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.4s;
}

.cta-btn:hover{
transform:translateY(-5px);
background:#e3b445;
}

.contact-info{
margin-top:25px;
}

.contact-info div{
margin-bottom:12px;
display:flex;
align-items:center;
}

.contact-info i{
margin-right:12px;
color:#d4a537;
}

/* ================= ANIMATION ================= */

.service-card{
animation:fadeUp .8s ease forwards;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px){

.bottom-wrapper{
grid-template-columns:1fr;
}

.why-us{
flex-direction:column;
text-align:center;
}

.content-side ul li{
justify-content:center;
}

}

@media(max-width:768px){

.section-title h2{
font-size:32px;
}

.cta-box h3{
font-size:26px;
}

.content-side h3{
font-size:24px;
}

}



/* ================= HEADING ================= */

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
font-weight:700;
color:#052b67;
position:relative;
display:inline-block;
}

.section-title h2::after{
content:'';
position:absolute;
width:90px;
height:4px;
background:#d4a537;
bottom:-12px;
left:50%;
transform:translateX(-50%);
border-radius:10px;
}

/* ================= SERVICES ================= */

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;
margin-bottom:60px;
}

.service-card{
background:#fff;
padding:30px 20px;
border-radius:18px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
transition:.4s;
position:relative;
overflow:hidden;
}

.service-card::before{
content:'';
position:absolute;
top:0;
left:-100%;
width:100%;
height:4px;
background:linear-gradient(90deg,#052b67,#d4a537);
transition:.5s;
}

.service-card:hover::before{
left:0;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.service-card i{
font-size:42px;
color:#2bb673;
margin-bottom:15px;
transition:.4s;
}

.service-card:hover i{
transform:scale(1.2);
}

.service-card h4{
font-size:17px;
color:#052b67;
font-weight:600;
line-height:1.5;
}

/* ================= BOTTOM SECTION ================= */

.bottom-wrapper{
display:grid;
grid-template-columns:1.5fr 1fr;
gap:30px;
}

/* LEFT BOX */

.why-us{
background:white;
border-radius:20px;
padding:40px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
}

.content-side{
flex:1;
}

.content-side h3{
font-size:30px;
color:#052b67;
margin-bottom:25px;
}

.content-side ul{
list-style:none;
}

.content-side ul li{
margin-bottom:15px;
color:#555;
font-size:16px;
display:flex;
align-items:center;
}

.content-side ul li i{
color:#d4a537;
margin-right:12px;
font-size:18px;
}

.logo-side{
text-align:center;
}

.logo-side h2{
font-size:70px;
font-weight:700;
color:#052b67;
line-height:1;
}

.logo-side p{
color:#2bb673;
font-size:20px;
font-weight:600;
margin-top:10px;
}

/* RIGHT CTA */

.cta-box{
background:linear-gradient(135deg,#052b67,#001a47);
padding:40px;
border-radius:20px;
color:white;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
position:relative;
overflow:hidden;
}

.cta-box::before{
content:'';
position:absolute;
width:200px;
height:200px;
background:rgba(255,255,255,0.05);
border-radius:50%;
top:-50px;
right:-50px;
}

.cta-box h3{
font-size:32px;
margin-bottom:20px;
line-height:1.3;
}

.cta-box p{
line-height:1.8;
margin-bottom:25px;
opacity:.9;
}

.cta-btn{
display:inline-block;
background:#d4a537;
color:white;
padding:14px 28px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.4s;
}

.cta-btn:hover{
transform:translateY(-5px);
background:#e3b445;
}

.contact-info{
margin-top:25px;
}

.contact-info div{
margin-bottom:12px;
display:flex;
align-items:center;
}

.contact-info i{
margin-right:12px;
color:#d4a537;
}

/* ================= ANIMATION ================= */

.service-card{
animation:fadeUp .8s ease forwards;
}

@keyframes fadeUp{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* ================= RESPONSIVE ================= */

@media(max-width:991px){

.bottom-wrapper{
grid-template-columns:1fr;
}

.why-us{
flex-direction:column;
text-align:center;
}

.content-side ul li{
justify-content:center;
}

}

@media(max-width:768px){

.section-title h2{
font-size:32px;
}

.cta-box h3{
font-size:26px;
}

.content-side h3{
font-size:24px;
}

}

/* =========================
 CONTACT SECTION
========================= */

.contact-section{
background:linear-gradient(135deg,#072042,#0d2c54);
padding:80px 8%;
position:relative;
overflow:hidden;
margin-top: 120px;
}

.contact-section::before{
content:'';
position:absolute;
width:400px;
height:400px;
background:rgba(255,255,255,.05);
border-radius:50%;
top:-120px;
right:-120px;
}

.contact-container{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:40px;
align-items:center;
}

.left-contact{
color:white;
}

.left-contact h2{
font-size:34px;
margin-bottom:30px;
}

.contact-info{
margin-bottom:25px;
display:flex;
gap:15px;
align-items:flex-start;
transition:.4s;
}

.contact-info:hover{
transform:translateX(10px);
}

.contact-info i{
color:#f4b400;
font-size:20px;
margin-top:5px;
}

.contact-info p{
font-size:14px;
line-height:1.8;
}

.social-icons{
margin-top:30px;
display:flex;
gap:15px;
}

.social-icons a{
width:45px;
height:45px;
background:rgba(255,255,255,.08);
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:white;
transition:.4s;
backdrop-filter:blur(10px);
}

.social-icons a:hover{
background:#f4b400;
transform:translateY(-8px);
}

/* FORM */

.contact-form{
background:rgba(255,255,255,.12);
padding:35px;
border-radius:20px;
backdrop-filter:blur(20px);
box-shadow:0 15px 40px rgba(0,0,0,.2);
animation:fadeUp 1s ease;
}

.form-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.contact-form input,
.contact-form textarea{
width:100%;
padding:14px;
border:none;
outline:none;
border-radius:10px;
background:rgba(255,255,255,.95);
font-size:14px;
}

.contact-form textarea{
grid-column:span 2;
resize:none;
height:120px;
}

.submit-btn{
margin-top:20px;
background:#f4b400;
color:white;
border:none;
padding:14px 35px;
font-weight:600;
border-radius:50px;
cursor:pointer;
transition:.4s;
}
.submit-btn:hover{
transform:translateY(-5px);
box-shadow:0 15px 25px rgba(244,180,0,.4);
}
