:root{
  --primary:#0A3D62;   /* Blue */
  --secondary:#F57C00; /* Orange */
  --light:#F8FAFC;
  --dark:#222;
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Inter', sans-serif;
}
h1, h2, h3{
  color:var(--primary);
}
body{
  background:#f8fafc;
  color:#111;
}

/* NAVBAR */
.nav{
  background:#fff;
}

.nav-links a:hover{
  color:var(--secondary);
}

.nav-links .active{
  color:var(--primary);
}

.nav-btn{
  background:var(--secondary);
  color:#fff !important;
}

.logo{
  font-weight:700;
  font-size:20px;
}

.nav-links a{
  margin:0 15px;
  text-decoration:none;
  color:#333;
}

.nav-btn{
  background:#0a3d62;
  color:#fff;
  padding:8px 16px;
  border-radius:6px;
}

/* HERO */
.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:80px 60px;
}
.hero-ultra{
  background:linear-gradient(135deg,var(--primary),#1e5f8b);
  color:#fff;
}

.hero-left{
  width:50%;
}

.hero-left h1{
  font-size:3rem;
  font-weight:700;
}

.hero-left p{
  margin:20px 0;
  color:#555;
}

.hero-buttons{
  margin-top:20px;
}

.btn-primary{
  background:#0a3d62;
  color:#fff;
  padding:12px 24px;
  border-radius:8px;
  text-decoration:none;
  margin-right:10px;
}

.btn-outline{
  border:2px solid #0a3d62;
  padding:10px 20px;
  border-radius:8px;
  text-decoration:none;
  color:#0a3d62;
}

/* HERO RIGHT */
.hero-right{
  width:40%;
}

.hero-card{
  background:#fff;
  padding:20px;
  border-radius:12px;
  margin-bottom:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

/* TRUST */
.trust{
  display:flex;
  justify-content:space-around;
  padding:50px;
  background:#fff;
}

.trust-box h3{
  font-size:28px;
}

/* SERVICES */
.section{
  padding:80px 60px;
}

.cards{
  display:flex;
  gap:20px;
}

.card{
  flex:1;
  background:#fff;
  padding:30px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

/* CTA */
.cta{
  background:#0a3d62;
  color:#fff;
  text-align:center;
  padding:80px 20px;
}

/* FOOTER */
footer{
  text-align:center;
  padding:20px;
  background:#111;
  color:#fff;
}
.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}

.tagline{
  font-size:18px;
  margin:10px 0;
  color:#ddd;
}

.hero-content{
  max-width:700px;
}
.flex{
  display:flex;
  align-items:center;
  gap:40px;
}

.img-box img{
  width:100%;
  border-radius:15px;
}

.hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:80px;
}

.hero-text{
  width:50%;
}

.hero-img img{
  width:400px;
  border-radius:20px;
}

.cards{
  display:flex;
  justify-content:center;
  gap:30px;
}

.card{
  text-align:center;
  padding:30px;
  background:#fff;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.card img{
  width:60px;
  margin-bottom:10px;
}

.cta{
  text-align:center;
  background:#0a3d62;
  color:#fff;
  padding:80px 20px;
}
.hero-text p {
  margin-bottom: 20px;
}

.btn-primary {
  margin-top: 10px;
  display: inline-block;
}
.section .container {
  text-align: center;
  max-width: 800px;
}
.section h2 {
  text-align: center;
}

.section p {
  text-align: center;
}
.section p {
  margin-bottom: 15px;
  line-height: 1.7;
}
.container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.hero {
  text-align: center;
  padding: 80px 20px;
}

.hero-center {
  max-width: 900px;
  margin: auto;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.tagline {
  margin: 10px 0 20px;
  font-size: 18px;
  color: #555;
}

.hero p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.hero-image-bottom {
  margin-top: 40px;
}

.hero-image-bottom img {
  width: 80%;
  max-width: 600px;
  border-radius: 20px;
}
.center-text {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.about-image {
  margin-top: 30px;
}

.about-image img {
  width: 80%;
  max-width: 500px;
  border-radius: 20px;
}
.hero-premium{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:80px;
}

.hero-left{
  width:50%;
}

.hero-left h1{
  font-size:3rem;
  font-weight:700;
}

.highlight{
  margin:20px 0;
  font-size:18px;
  color:#555;
}

.hero-points div{
  margin:10px 0;
  font-weight:500;
}

.hero-right img{
  width:450px;
  border-radius:20px;
}
.about-cards{
  display:flex;
  gap:20px;
  justify-content:center;
  margin-top:30px;
}

.about-card{
  background:#fff;
  padding:25px;
  border-radius:15px;
  width:300px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}
/* SPLIT SECTION */
.split-section{
  display:flex;
  align-items:center;
  padding:80px;
  gap:40px;
}

.split-img img{
  width:400px;
  border-radius:20px;
}

.split-text{
  max-width:500px;
}

.split-text ul{
  margin-top:15px;
}

.split-text li{
  margin:8px 0;
}

.reverse{
  flex-direction:row-reverse;
}

/* HERO */
.hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:80px;
}

.hero-text{
  width:50%;
}

.hero-img img{
  width:400px;
  border-radius:20px;
}

/* CARDS */
.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:40px;
}

.card{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

/* STATS */
.stats-ultra{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  padding:60px 80px;
  background:#fff; /* remove dark */
  text-align:center;
}

.stat{
  padding:20px;
}

.stat h2{
  font-size:2rem;
  color:var(--primary);
}

.stat p{
  margin-top:5px;
  color:#555;
}

/* REMOVE THIS COMPLETELY */
.highlight{
  background:none;
  color:inherit;
  padding:0;
}
/* CTA */
.cta{
  background:#0a3d62;
  color:#fff;
  text-align:center;
  padding:80px;
}
body{
  background: linear-gradient(to bottom, #f8fafc, #eef2f7);
}

/* NAV */
.nav{
  display:flex;
  justify-content:space-between;
  padding:20px 60px;
  background:#fff;
  box-shadow:0 2px 20px rgba(0,0,0,0.05);
}

.nav-links a{
  margin:0 15px;
  text-decoration:none;
  color:#333;
}

.nav-btn{
  background:#0a3d62;
  color:#fff;
  padding:8px 16px;
  border-radius:6px;
}

/* HERO */
.hero{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:80px;
}

.hero-text{
  width:50%;
}

.hero-img img{
  width:400px;
  border-radius:20px;
}

/* SPLIT */
.split-section{
  display:flex;
  align-items:center;
  gap:40px;
  padding:80px;
}

.reverse{
  flex-direction:row-reverse;
}

.split-img img{
  width:400px;
  border-radius:20px;
}

/* CARDS */
.cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:40px;
}

.card{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
  transition:0.3s;
}

.card:hover{
  transform:translateY(-10px);
  box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

/* STATS */
.stats{
  display:flex;
  justify-content:space-around;
  padding:60px;
  background:#fff;
  text-align:center;
}

/* CTA */
.cta{
  background:#0a3d62;
  color:#fff;
  text-align:center;
  padding:80px;
}

/* BUTTON */
.btn-primary{
  background:#0a3d62;
  color:#fff;
  padding:12px 25px;
  border-radius:8px;
  text-decoration:none;
  transition:0.3s;
}

.btn-primary:hover{
  background:#111;
  transform:scale(1.05);
}
/* BODY BACKGROUND (PREMIUM GRADIENT) */
body{
  background: linear-gradient(135deg,#f8fafc,#eef2f7);
}

/* NAVBAR (GLASS EFFECT) */
.nav{
  display:flex;
  justify-content:space-between;
  padding:20px 60px;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.7);
  position:sticky;
  top:0;
  z-index:100;
}

.logo{
  font-weight:700;
  font-size:20px;
}

.nav-links a{
  margin:0 15px;
  text-decoration:none;
  color:#333;
}

.nav-btn{
  background:#0a3d62;
  color:#fff;
  padding:8px 16px;
  border-radius:8px;
}

/* HERO PREMIUM */
.hero-premium{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:100px 80px;
}

.hero-content{
  max-width:550px;
}

.hero-content h1{
  font-size:3.2rem;
  font-weight:700;
  line-height:1.2;
}

.subtitle{
  margin-top:15px;
  font-size:18px;
  color:#555;
}

.desc{
  margin:20px 0;
  color:#666;
  line-height:1.6;
}

/* BUTTONS */
.hero-buttons{
  margin-top:25px;
}

.btn-main{
  background:linear-gradient(135deg,#0a3d62,#1e5f8b);
  color:#fff;
  padding:14px 28px;
  border-radius:10px;
  text-decoration:none;
  margin-right:10px;
  transition:0.3s;
}

.btn-main:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.btn-outline{
  border:2px solid #0a3d62;
  padding:12px 25px;
  border-radius:10px;
  text-decoration:none;
  color:#0a3d62;
}

/* IMAGE */
.hero-image img{
  width:420px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.1);
}
.about-premium{
  padding:80px;
}

.about-card{
  display:flex;
  gap:40px;
  background:#fff;
  padding:40px;
  border-radius:20px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
  align-items:center;
}

.about-img img{
  width:300px;
  border-radius:15px;
}

.points div{
  margin-top:10px;
}
.about-new{
  padding:100px 80px;
}

.about-container{
  display:flex;
  align-items:center;
  gap:60px;

  background:#fff;
  padding:50px;
  border-radius:25px;

  box-shadow:0 30px 80px rgba(0,0,0,0.08);
}

.about-image img{
  width:350px;
  border-radius:20px;
}

.about-content{
  max-width:500px;
}

.about-desc{
  margin:15px 0;
  color:#555;
}

.about-points div{
  margin-top:10px;
  font-weight:500;
}
.vision-new{
  padding:100px 80px;
}

.vision-container{
  display:flex;
  align-items:center;
  justify-content:space-between;

  background:#fff;
  padding:50px;
  border-radius:25px;

  box-shadow:0 30px 80px rgba(0,0,0,0.08);
}

.vision-text{
  max-width:500px;
}

.mt{
  margin-top:20px;
}

.mission-list div{
  margin-top:10px;
}

.vision-image img{
  width:350px;
  border-radius:20px;
}
/* PAGE HERO */
.page-hero{
  text-align:center;
  padding:80px 20px;
}

.page-hero h1{
  font-size:2.5rem;
}

/* ABOUT */
.about-full{
  padding:80px;
}

.about-wrapper{
  display:flex;
  align-items:center;
  gap:50px;
}

.about-text{
  max-width:600px;
}

.about-text p{
  margin:15px 0;
  color:#555;
}

.about-image img{
  width:350px;
  border-radius:20px;
}

/* VISION MISSION */
.vision-mission{
  padding:80px;
}

.vm-container{
  display:flex;
  gap:30px;
}

.vm-card{
  flex:1;
  background:#fff;
  padding:30px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.vm-card ul{
  margin-top:10px;
}

.vm-card li{
  margin:8px 0;
}
.about-pro{
  padding:100px 80px;
}

.about-grid{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}

.about-left{
  width:50%;
}

.highlight-text{
  margin:20px 0;
  font-size:18px;
  color:#444;
}

/* CARDS */
.about-cards{
  margin-top:20px;
}

.info-box{
  background:#fff;
  padding:20px;
  border-radius:15px;
  margin-bottom:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

/* IMAGE CARD */
.about-right{
  width:40%;
}

.image-card{
  background:#fff;
  padding:20px;
  border-radius:20px;
  box-shadow:0 20px 60px rgba(0,0,0,0.1);
}

.image-card img{
  width:100%;
  border-radius:15px;
}.about-ultra{
  padding:100px 60px;
  text-align:center;
}

/* HEADER */
.about-header{
  max-width:700px;
  margin:auto;
}

.about-header p{
  margin-top:10px;
  color:#555;
}

/* IMAGE */
.about-image-big{
  margin:40px 0;
}

.about-image-big img{
  width:100%;
  max-width:700px;
  border-radius:25px;
  box-shadow:0 25px 70px rgba(0,0,0,0.1);
}

/* CARDS GRID */
.about-grid-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:30px;
}

/* BOX */
.about-box{
  background:#fff;
  padding:30px;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
  transition:0.3s;
}

.about-box:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}
/* PAGE HERO */
.page-hero{
  text-align:center;
  padding:80px 20px;
}

/* ABOUT ULTRA */
.about-ultra{
  padding:100px 60px;
  text-align:center;
}

.about-header{
  max-width:700px;
  margin:auto;
}

.about-header p{
  margin-top:10px;
  color:#555;
}

/* IMAGE */
.about-image-big{
  margin:40px 0;
}

.about-image-big img{
  width:100%;
  max-width:700px;
  border-radius:25px;
  box-shadow:0 25px 70px rgba(0,0,0,0.1);
}

/* CARDS */
.about-grid-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:30px;
}

.about-box{
  background:#fff;
  padding:30px;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
  transition:0.3s;
}

.about-box:hover{
  transform:translateY(-10px);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

/* VISION */
.vision-section{
  padding:100px 60px;
}

.vision-container{
  display:flex;
  gap:30px;
}

.vision-card{
  flex:1;
  background:#fff;
  padding:30px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.vision-card ul{
  margin-top:10px;
}

.vision-card li{
  margin:8px 0;
}
/* SERVICES */
.services-section{
  padding:80px 60px;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.service-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  transition:0.3s;
}

.service-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(0,0,0,0.12);
}

.service-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}

.service-card h3{
  padding:15px;
}

.service-card p{
  padding:0 15px 20px;
  color:#555;
}
/* PARTNER INTRO */
.partner-intro{
  padding:80px 60px;
}

.partner-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}

.partner-text{
  max-width:550px;
}

.partner-text p{
  margin:15px 0;
  color:#555;
}

.partner-image img{
  width:400px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

/* BENEFITS */
.partner-benefits{
  padding:80px 60px;
  text-align:center;
}

.benefits-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin-top:40px;
}

.benefit-card{
  background:#fff;
  padding:30px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  transition:0.3s;
}

.benefit-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(0,0,0,0.12);
}

.benefit-card img{
  width:60px;
  margin-bottom:10px;
}
/* HERO PREMIUM */
.partner-hero{
  padding:120px 20px 80px;
  text-align:center;

  background: linear-gradient(135deg,#0a3d62,#1e5f8b);
  color:#fff;
}

.partner-hero h1{
  font-size:3rem;
  font-weight:700;
}

.hero-sub{
  margin-top:15px;
  font-size:18px;
  opacity:0.9;
}

.hero-cta{
  margin-top:30px;
}

/* BUTTONS */
.btn-main{
  background:#fff;
  color:#0a3d62;
  padding:14px 28px;
  border-radius:10px;
  text-decoration:none;
  margin-right:10px;
  font-weight:600;
}

.btn-outline{
  border:2px solid #fff;
  padding:12px 25px;
  border-radius:10px;
  text-decoration:none;
  color:#fff;
}
.partner-intro{
  padding:80px 60px;
}

.partner-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;

  background:#fff;
  padding:50px;
  border-radius:25px;

  box-shadow:0 30px 80px rgba(0,0,0,0.08);
}

.partner-text{
  max-width:500px;
}

.partner-text p{
  margin:15px 0;
  color:#555;
}

.partner-points li{
  margin:10px 0;
  font-weight:500;
}

.partner-img img{
  width:380px;
  border-radius:20px;
}
.partner-final-cta{
  background:#0a3d62;
  color:#fff;
  text-align:center;
  padding:80px 20px;
}
/* TEAM */
.team-section{
  padding:80px 60px;
}

.team-container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.team-card{
  background:#fff;
  padding:25px;
  border-radius:20px;
  text-align:center;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
  transition:0.3s;
}

.team-card:hover{
  transform:translateY(-10px);
  box-shadow:0 30px 70px rgba(0,0,0,0.12);
}

.team-card img{
  width:100px;
  height:100px;
  border-radius:50%;
  object-fit:cover;
  margin-bottom:15px;
}

.team-card span{
  display:block;
  font-weight:600;
  color:#0a3d62;
  margin-bottom:10px;
}

.team-card p{
  font-size:14px;
  color:#555;
}
/* WHY SECTION */
.why-section{
  padding:80px 60px;
  text-align:center;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:20px;
  margin-top:30px;
}

.why-card{
  background:#fff;
  padding:25px;
  border-radius:20px;
  box-shadow:0 15px 40px rgba(0,0,0,0.06);
  transition:0.3s;
}

.why-card:hover{
  transform:translateY(-8px);
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

.why-card h3{
  margin-bottom:10px;
}

.why-card p{
  font-size:14px;
  color:#555;
}
/* CONTACT */
.contact-section{
  padding:80px 60px;
}

.contact-container{
  display:flex;
  gap:50px;
  align-items:center;
}

/* LEFT */
.contact-info{
  width:50%;
}

.contact-info img{
  width:100%;
  margin-top:20px;
  border-radius:20px;
}

.contact-details p{
  margin:10px 0;
  font-weight:500;
}

/* FORM */
.contact-form{
  width:50%;
  background:#fff;
  padding:40px;
  border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.contact-form form{
  display:flex;
  flex-direction:column;
}

.contact-form input,
.contact-form textarea{
  margin:10px 0;
  padding:12px;
  border-radius:8px;
  border:1px solid #ddd;
}

.contact-form button{
  margin-top:15px;
  padding:12px;
  background:#0a3d62;
  color:#fff;
  border:none;
  border-radius:8px;
  cursor:pointer;
}
.stats-section{
  padding:60px;
  background:#fff;
}

.stats-grid{
  display:flex;
  justify-content:space-around;
  text-align:center;
}

.stat-box h2{
  font-size:2rem;
  color:#0a3d62;
}
.home-services{
  padding:80px;
  text-align:center;
}

.home-services-grid{
  display:flex;
  gap:30px;
  justify-content:center;
  margin-top:30px;
}

.home-service-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.home-service-card img{
  width:250px;
  height:150px;
  object-fit:cover;
}
.hero-ultra{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:100px 80px;
}

.hero-left{
  width:50%;
}

.hero-left h1{
  font-size:3.2rem;
  font-weight:700;
}

.hero-sub{
  margin:15px 0;
  color:#555;
}

.hero-tags span{
  display:inline-block;
  margin:8px;
  padding:10px 16px;

  background:#fff;              /* solid white */
  color:var(--primary);         /* dark text */

  border-radius:25px;
  font-size:14px;
  font-weight:500;

  box-shadow:0 5px 15px rgba(0,0,0,0.1);
}
.hero-tags span:hover{
  background:var(--secondary);
  color:#fff;
  transform:translateY(-2px);
}
.hero-tags span{
  background:rgba(255,255,255,0.15);
  color:#fff;
  border:1px solid rgba(255,255,255,0.3);
}

.hero-right img{
  width:450px;
  border-radius:25px;
  box-shadow:0 25px 70px rgba(0,0,0,0.1);
}
.stats-ultra{
  display:flex;
  justify-content:space-around;
  padding:60px;
  background:#fff;
}

.stat{
  text-align:center;
}

.highlight{
  background:#0a3d62;
  color:#fff;
  padding:20px;
  border-radius:15px;
}
/* NAVBAR */
.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 60px;

  background:rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);

  position:sticky;
  top:0;
  z-index:1000;

  box-shadow:0 2px 20px rgba(0,0,0,0.05);
}

/* LOGO */
.logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:18px;
}

.logo img{
  width:40px;
  height:40px;
}

/* LINKS */
.nav-links{
  display:flex;
  align-items:center;
}

.nav-links a{
  margin:0 12px;
  text-decoration:none;
  color:#333;
  font-weight:500;
  transition:0.3s;
}

.nav-links a:hover{
  color:#0a3d62;
}

/* ACTIVE LINK */
.nav-links .active{
  color:#0a3d62;
  font-weight:600;
}

/* BUTTON */
.nav-btn{
  background:linear-gradient(135deg,#0a3d62,#1e5f8b);
  color:#fff !important;
  padding:10px 18px;
  border-radius:8px;
  margin-left:15px;
  transition:0.3s;
}

.nav-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.logo img{
  width:40px;
  height:40px;
  object-fit:contain;
}
/* WHATSAPP FLOAT BUTTON */
.whatsapp-btn{
  position:fixed;
  bottom:25px;
  right:25px;
  width:60px;
  height:60px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.2);
  z-index:999;
}

.whatsapp-btn img{
  width:32px;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width: 768px){

  /* NAVBAR */
  .nav{
    padding:15px 20px;
  }

  .nav-links{
    display:none; /* hide menu (we'll upgrade later) */
  }

  /* HERO */
  .hero-ultra{
    flex-direction:column;
    text-align:center;
    padding:60px 20px;
  }

  .hero-left,
  .hero-right{
    width:100%;
  }

  .hero-left h1{
    font-size:2rem;
  }

  .hero-right img{
    width:100%;
    margin-top:20px;
  }

  /* STATS */
  .stats-ultra{
    flex-direction:column;
    gap:20px;
  }

  /* GRIDS */
  .cards,
  .services-grid,
  .team-container,
  .why-grid{
    grid-template-columns:1fr !important;
  }

  /* ABOUT / SPLIT */
  .about-container,
  .partner-container,
  .contact-container{
    flex-direction:column;
  }

  /* IMAGES */
  .about-image img,
  .partner-image img,
  .hero-image img{
    width:100%;
  }

  /* CONTACT FORM */
  .contact-info,
  .contact-form{
    width:100%;
  }

  /* CTA */
  .cta{
    padding:60px 20px;
  }

}
.hero-ultra h1,
.hero-ultra p{
  color:#fff;
}

.hero-sub{
  color:#e0e0e0;
}
.logo span{
  font-size:18px;
  font-weight:600;
  color:var(--primary);
}