*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins', sans-serif;
}
 
html{
  scroll-behavior:smooth;
}

body{
  line-height:1.6;
  color:#1f2937;
  background:#ffffff;
}

img{
  max-width:100%;
  display:block;
}

section{
  position: relative;
  scroll-margin-top: 90px;
}

.section-heading{
  text-align:center;
  margin-bottom:50px;
}

.section-kicker{
  color:#2E7BFF;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
  margin-bottom:4px;
}

.section-heading h2{
  font-size:38px;
  color:#0B1F3A;
  margin-top: 0;
}

.navbar{
  position:sticky;
  top:0;
  z-index:1000;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 10%;
  background: rgba(6,18,36,0.98);
  border-bottom:1px solid rgba(255,255,255,0.08);
  backdrop-filter:blur(10px);
  box-shadow:0 4px 20px rgba(0,0,0,0.15);
}

.nav-whatsapp {
  background: #25D366;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
}

.nav-whatsapp:hover {
  background: #1ebe5d;
}

.logo a{
  text-decoration:none;
  color:#ffffff;
}

.logo-img{
height:70px;
width:auto;
margin-top: 6px;
filter: drop-shadow(0 0 6px rgba(80,160,255,0.6));
}

#nav-menu{
  display:flex;
  align-items:center;
  gap:24px;
}

#nav-menu a{
position:relative;
text-decoration:none;
color:#ffffff;
font-weight:600;
transition:color 0.25s ease, text-shadow 0.25s ease;
padding-bottom:6px;
}

#nav-menu a::after{
content:"";
position:absolute;
left:50%;
bottom:0;
width:0;
height:2px;
background:#00c6ff;
transition:width 0.3s ease, left 0.3s ease;
}

#nav-menu a:hover{
color:#00c6ff;
text-shadow:0 0 8px rgba(0,198,255,0.45);
}

#nav-menu a:hover::after{
width:100%;
left:0;
}

.menu-toggle{
  display:none;
  font-size:28px;
  color:#ffffff;
  cursor:pointer;
}

.hero{
position: relative;
min-height:auto;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:60px 5% 40px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
background:
linear-gradient(rgba(11,31,58,0.85), rgba(11,31,58,0.85)),
url("images/highway-truck.jpg");

background-size:cover;
background-position:center;

color:#ffffff;
overflow:visible;
}

.hero h1{
font-size:30px;
line-height:1.2;
letter-spacing:-0.5px;
font-weight:700;
margin-bottom:22px;
max-width:780px;
margin-left:auto;
margin-right:auto;
}

.hero::before{
  content:"";
  position:absolute;
  top:-120px;
  left:-120px;
  width:420px;
  height:420px;
  background:#2E7BFF;
  opacity:0.12;
  filter:blur(120px);
  border-radius:50%;
}

.hero::after{
  content:"";
  position:absolute;
  bottom:-140px;
  right:-120px;
  width:430px;
  height:430px;
  background:#2E7BFF;
  opacity:0.10;
  filter:blur(120px);
  border-radius:50%;
}

.hero-content{
position:relative;
z-index:2;
max-width:1100px;
margin:0 auto;
padding:0px 16px;
}

.hero-content::before{
content:"";
position:absolute;
top:-30px;
left:-10px;
right:-10px;
bottom:-30px;
background:radial-gradient(circle at center, rgba(0,198,255,0.10) 0%, rgba(11,31,58,0.18) 45%, rgba(11,31,58,0) 75%);
filter:blur(18px);
z-index:-1;
pointer-events:none;
}

.hero-kicker{
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:13px;
  font-weight:700;
  color:#3fd7ff;
  margin-bottom:18px;
}

.hero h1{
  font-size:46px;
  line-height:1.25;
  letter-spacing: -0.3px;
  margin-bottom:30px;
  font-weight:800;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text{
  max-width:920px;
  margin:10 auto 50px;
  font-size:17px;
  line-height: 1.7;
  color:#d9e4ff;
}

.hero-proof {
  margin-top: 10px;
  font-size: 14px;
  color: #bbb;
}

.hero-buttons{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:35px;
}

.hero-buttons a{
width:100%;
max-width:260px;
}

.hero-trust{
margin-top:18px;
font-size:14px;
color:#c6d6e6;
letter-spacing:0.3px;
max-width:650px;
margin-left:auto;
margin-right:auto;
line-height:1.6;

display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
text-align:center;
}

section {
  scroll-margin-top: 120px;
}

.route-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:0.28;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(80,180,255,0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 50%, rgba(80,180,255,0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 35%, rgba(80,180,255,0.9) 0 2px, transparent 3px),
    linear-gradient(110deg,
      transparent 0%,
      transparent 18%,
      rgba(80,180,255,0.0) 18%,
      rgba(80,180,255,0.45) 20%,
      rgba(80,180,255,0.45) 21%,
      transparent 23%,
      transparent 100%),
    linear-gradient(160deg,
      transparent 0%,
      transparent 48%,
      rgba(80,180,255,0.0) 48%,
      rgba(80,180,255,0.35) 50%,
      rgba(80,180,255,0.35) 51%,
      transparent 53%,
      transparent 100%);
  animation: routeFlow 10s linear infinite;
}

@keyframes routeFlow{
  0%{
    transform:translateX(-2%) translateY(0);
  }
  50%{
    transform:translateX(2%) translateY(-1%);
  }
  100%{
    transform:translateX(-2%) translateY(0);
  }
}

@keyframes mapPulse {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.02);
    filter: brightness(1.15);
  }
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}

.btn{
  background:#25d366;
  color:#ffffff;
  padding:14px 28px;
  border:none;
  border-radius:999px;
  white-space: nowrap;
  text-decoration:none;
  display:inline-block;
  font-weight:600;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(46,123,255,0.35);
  transition:0.3s ease;
}

.btn:hover{
  background: #1ebe5d;
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(46,123,255,0.45);
}

.btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,0.35);
  box-shadow:none;
}

.btn-outline:hover{
  background:rgba(255,255,255,0.08);
}

.trust-strip{
  padding:38px 10%;
  text-align:center;
  background:#ffffff;
  border-bottom:1px solid #eef2f7;
  position: relative;
  z-index: 3;
}

.trust-strip p{
  font-weight:600;
  color:#0B1F3A;
  margin-bottom:18px;
}

.trust-logos{
display:flex;
justify-content:center;
align-items:center;
gap:16px;
margin-top:35px;
overflow-x:auto;
overflow-y:visible;
white-space:normal;
flex-wrap:wrap;
padding-bottom:8px;
}

.trust-logos span{
flex:0 0 auto;
display:inline-block;
padding:10px 18px;
background:rgba(0,0,0,0.04);
border-radius:30px;
font-size:14px;
font-weight:600;
color:#ffffff;
white-space:nowrap;
}

.services{
  padding:30px 10%;
  background:#F4F7FB;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:28px;
  margin-top: 40px;
}

.service-card{
background:#ffffff;
padding:32px 28px;
border-radius:20px;
border:1px solid rgba(0,198,255,0.08);
box-shadow:0 12px 30px rgba(0,0,0,0.06);
transition:transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,198,255,0.14);
border-color:rgba(0,198,255,0.25);
}

.service-card h3{
color:#0B1F3A;
margin-bottom:12px;
font-size:22px;
line-height:1.3;
}

.service-card p{
color:#4b5563;
font-size:15px;
line-height:1.7;
}

.stats{
  padding:60px 10% 30px;
  display:flex;
  justify-content:center;
  gap:60px;
  text-align:center;
  flex-wrap: wrap;
  background:#ffffff;
}

.stat{
  min-width:180px;
}

.stat h2{
  font-size:46px;
  color:#2E7BFF;
  margin-bottom:8px;
}

.stat p{
  color:#374151;
  font-weight:600;
}

.how-it-works{
  padding:30px 10% 50px;
  background:#ffffff;
}

.steps{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
  gap:28px;
}

.step{
  background:#F8FAFD;
  padding:30px;
  border-radius:20px;
  text-align:center;
  border:1px solid #edf2f7;
}

.step-number{
  width:52px;
  height:52px;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#2E7BFF;
  color:#ffffff;
  font-weight:700;
  font-size:18px;
}

.step h3{
  color:#0B1F3A;
  margin-bottom:10px;
}

.step p{
  color:#4b5563;
}

.why-choose{
  padding:60px 10%;
  background:#F4F7FB;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:28px;
}

.why-card{
  background:#ffffff;
  padding:30px;
  border-radius:20px;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.why-card{
transition: all 0.35s ease;
}

.why-card h3{
  color:#0B1F3A;
  margin-bottom:10px;
}

.why-card p{
  color:#4b5563;
}

.why-card:hover{
transform: translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15),
           0 0 15px rgba(0,180,255,0.25);
}

.coverage{
  padding:80px 20px;
  text-align:center;
  background:#071628;
  color: white;
}

.coverage h2{
  margin-bottom: 15px;
  font-size: 32px;
}

.coverage p{
  max-width: 700px;
  margin: 0 auto 40px;
  color: #b0b7c3;
}

.coverage img{
  max-width:900px;
  width:100%;
  margin:40px auto;
  display:block;
  border-radius:12px;
  box-shadow: 0 20px 60px rgba(0, 140, 255, 0.25);
  transition: 0.4s ease;

  animation: mapPulse 4s ease-in-out infinite;
}

.nigeria-coverage img {
  animation: mapPulse 4s ease-in-out infinite;
  transform-origin: center;
  will-change: transform;
}

.nigeria-coverage img:hover {
  transform: scale(1.05);
  box-shadow: 0 25px 80px rgba(0, 140, 255, 0.35);
}

@keyframes mapPulse{
0%{
transform: scale(1);
filter: brightness(1);
}

50%{
transform: scale(1.02);
filter: brightness(1.15);
}

100%{
transform: scale(1);
filter: brightness(1);
}
}

.coverage-text{
  max-width:760px;
  margin:0 auto 30px;
  color:#4b5563;
}

.coverage-map{
  max-width:700px;
  margin:0 auto;
}

.coverage-map img{
  width:100%;
  opacity:0.95;
  border-radius:16px;
}

coverage{
position: relative;
overflow: hidden;
}

.coverage::after{
content:"";
position:absolute;
top:0;
left:-100%;
width:200%;
height:100%;
background:linear-gradient(
90deg,
transparent,
rgba(0,180,255,0.25),
transparent
);
animation: freightMove 6s linear infinite;
pointer-events:none;
}

@keyframes freightMove{
0%{
transform: translateX(0);
}

100%{
transform: translateX(50%);
}
}

.form-section{
  padding:40px 10%;
  background:#F4F7FB;
}

#carrier-form{
  max-width:900px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

#carrier-form textarea{
grid-column:span 3;
}

#carrier-form button{
grid-column:span 3;
justify-self:center;
}

#carrier-form input,
#carrier-form select,
#carrier-form textarea{
  width:100%;
  padding:15px 16px;
  border:1px solid #d9e2ec;
  border-radius:14px;
  font-size:15px;
  background:#ffffff;
  color:#1f2937;
  outline:none;
  transition:0.25s ease;
}

#carrier-form input:focus,
#carrier-form select:focus,
#carrier-form textarea:focus{
  border-color:#2E7BFF;
  box-shadow:0 0 0 4px rgba(46,123,255,0.12);
}

#carrier-form textarea{
  grid-column:span 2;
  min-height:130px;
  resize:vertical;
}

#carrier-form button{
  grid-column:span 2;
  justify-self:start;
}

.form-message{
  max-width:900px;
  margin:18px auto 0;
  font-weight:600;
  color:#0B1F3A;
}

.testimonials{
padding:100px 10%;
background:linear-gradient(180deg,#f5f9ff 0%,#ffffff 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 40px auto;
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}

.nigeria-testimonials .testimonial-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.testimonial-card p{
  color:#333;
  line-height: 1.6;
  margin-bottom:20px;
}

.testimonial-card h4{
  color:#0B1F3A;
}

.book-call{
  padding:60px 10%;
  background:#F4F7FB;
}

.book-call-content{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

.book-call-content p{
  max-width:720px;
  margin:0 auto 28px;
  color:#4b5563;
}

.final-cta{
  padding:60px 10%;
  background:#0B1F3A;
  color:#ffffff;
  text-align:center;
}

.final-cta h2{
  font-size:40px;
  margin-bottom:14px;
}

.final-cta p{
  max-width:700px;
  margin:0 auto 24px;
  color:#dbe7f6;
}

footer{
  background:#08182d;
  color:#d1d5db;
  text-align:center;
  padding:24px 20px;
}

.floating-btn{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999;
  background:#2E7BFF;
  color:#ffffff;
  text-decoration:none;
  padding:14px 22px;
  border-radius:999px;
  font-weight:700;
  box-shadow:0 12px 26px rgba(46,123,255,0.35);
  transition:0.3s ease;
}

.floating-btn:hover{
  transform:translateY(-2px);
}

.reveal{
  opacity:0;
  transform:translateY(60px);
  transition:all 0.8s ease;
}

.reveal.active{
  opacity:1;
  transform:translateY(0);
}

@media (max-width: 900px){
  .hero h1{
    font-size:44px;
  }

  .stats{
    gap:36px;
  }
}

@media (max-width: 768px){
  .navbar{
    padding:16px 6%;
  }

  .menu-toggle{ 
    display:block;
  }

  #nav-menu{
    display:none;
    position:absolute;
    top:72px;
    right:6%;
    width:230px;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:20px;
    border-radius:16px;
    background:#0B1F3A;
    box-shadow:0 14px 30px rgba(0,0,0,0.18);
  }

  #nav-menu.active{
    display:flex;
  }

  .hero{
    min-height:auto;
    padding:120px 20px 90px;
  }

  .hero h1{
    font-size:36px;
  }

  .hero-text{
    font-size:16px;
  }

  .stats{
    flex-direction:column;
    align-items:center;
    gap:28px;
  }

  #carrier-form{
    grid-template-columns:1fr;
  }

  #carrier-form textarea,
  #carrier-form button{
    grid-column:span 1;
  }

  .section-heading h2{
    font-size:30px;
  }

  .final-cta h2{
    font-size:32px;
  }

  .floating-btn{
    right:18px;
    bottom:18px;
    padding:12px 18px;
  }

  .logo-img{
    height:90px;
    width: auto;
    display: block;
  }
}

.coverage{
position: relative;
overflow: hidden;
}

.coverage::after{
content:"";
position:absolute;
top:0;
left:-100%;
width:200%;
height:100%;
background:linear-gradient(
90deg,
transparent,
rgba(0,180,255,0.25),
transparent
);
animation: freightFlow 6s linear infinite;
pointer-events:none;
}

@keyframes freightFlow{
0%{
transform: translateX(0);
}

100%{
transform: translateX(50%);
}
}

.coverage{
position:relative;
overflow:hidden;
}

.coverage::after{
content:"";
position:absolute;
top:0;
left:-100%;
width:200%;
height:100%;
background:linear-gradient(
90deg,
transparent 0%,
rgba(0,180,255,0.12) 45%,
rgba(0,180,255,0.22) 50%,
rgba(0,180,255,0.12) 55%,
transparent 100%
);
animation: freightFlow 7s linear infinite;
pointer-events:none;
}

@keyframes freightFlow{
0%{
transform:translateX(0);
}
100%{
transform:translateX(50%);
}
}

.testimonials{
padding:90px 10%;
background:#f9fbff;
}

.testimonials-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:40px;
}

.testimonial-card{
    background:#ffffff;
    padding:28px;
    border-radius:18px;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    transition:0.35s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

.testimonial-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(0,198,255,0.15);
}

.nigeria-testimonials .stars{
color:#00c6ff;
font-size:18px;
margin-bottom:14px;
letter-spacing:2px;
}

.nigeria-testimonials .testimonial-text{
color:#ffffff;
line-height:1.7;
margin-bottom:20px;
}

.nigeria-testimonials .testimonial-profile{
display:flex;
align-items:center;
gap:12px;
}

.nigeria-testimonials .profile-circle{
width:40px;
height:40px;
border-radius:50%;
background:#00c6ff;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
}

.profile-info h4 {
    color: #111;   /* DARK TEXT */
    font-size: 16px;
    margin: 0;
}

.profile-info span {
    color: #666;   /* softer gray for role */
    font-size: 14px;
}

footer{
text-align:center;
padding:40px 20px;
font-size:14px;
color:#94a3b8;
}

footer a{
color:#38bdf8;
text-decoration:none;
font-weight:600;
}

footer a:hover{
text-decoration:underline;
}

.footer-tag{
font-size:16px;
font-weight:600;
color:#cbd5e1;
margin-bottom:12px;
letter-spacing:0.3px;
}

.broker-strip{
padding:60px 10% 40px;
background:#f8fafc;
text-align:center;
}

.broker-title{
font-size:15px;
letter-spacing:1px;
color:#6b7280;
margin-bottom:24px;
font-weight:600;
}

.broker-logos{
display:flex;
justify-content:center;
align-items: center;
gap:20px;
flex-wrap:wrap;
max-width: 900;
margin: 0 auto;
font-weight:700;
color:#1f2937;
font-size:16px;
}

.broker-logos span{
display:inline-block;
background:#f1f5f9 !important;
padding:10px 18px !important;
border-radius:999px !important;
font-weight:600 !important;
color:#374151 !important;
transition:all 0.25s ease;
cursor:pointer;
}

.broker-logos span:hover{
background:#e0f2fe !important;
color:#2E7BFF !important;
transform:translateY(-2px);
}

html {
  scroll-padding-top: 140px;
}

#carrier-form textarea{
grid-column:span 3;
}

#carrier-form button{
grid-column:span 3;
justify-self:center;
}

#carrier-form button{
grid-column:span 3;
justify-self:center;
}


@media (max-width:768px){

#carrier-form{
grid-template-columns:1fr;
}

#carrier-form textarea,
#carrier-form button{
grid-column:span 1;
}

}

section[id]{
scroll-margin-top: 110px;
}

#services{
  padding-top: 40px !important;
}

#how{
  padding-top: 40px !important;
}

#coverage{
  padding-top: 40px !important;
}

#apply{
  padding-top: 40px !important;
}

#book-call{
  padding-top: 40px !important;
}

.book-call .section-heading{
  margin-bottom: 20px;
}

.book-call .section-kicker{
  margin-bottom: 4px;
}

.book-call .section-heading h2{
  margin-top: 0;
  margin-bottom: 12px;
}

.book-call-content p{
  margin-top: 0;
  margin-bottom: 24px;
}

#book-call{
scroll-margin-top:120px;
}

@media (max-width: 768px){
  .hero{
    padding: 70px 16px 90px;
    min-height: auto;
  }

  .hero-content{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .hero h1{
    font-size: 42px;
    line-height: 1.1;
    word-break: break-word;
  }

  .hero p{
font-size:15px;
line-height:1.7;
max-width:820px;
margin:0 auto 24px;
color:#d9e5f2;
}

  .hero-buttons{
display:flex;
justify-content:center;
gap:16px;
margin-top:8px;
margin-bottom:18px;
flex-wrap:wrap;
}

  .hero-buttons .btn,
  .hero .btn,
  .hero .btn-outline{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .hero-trust{
    font-size: 14px;
    line-height: 1.6;
    white-space: normal;
  }

  .trust-logos{
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.pricing{
padding:60px 10%;
background:#ffffff;
text-align:center;
}

.pricing-content{
max-width:1100px;
margin:0 auto;
}

.pricing h2{
font-size:36px;
margin-bottom:20px;
color:#0B1F3A;
}

.pricing p{
max-width:700px;
margin:0 auto 40px;
color:#4b5563;
}

.pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:28px;
}

.pricing-card {
   background: #fff;
   padding: 30px;
   border-radius: 12px;
   transition: all 0.3s ease;
   box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.pricing-card:hover {
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,198,255,0.14);
border-color:rgba(0,198,255,0.25);
}

.pricing-card h3{
margin-bottom:10px;
color:#0B1F3A;
}

.price{
font-size:22px;
font-weight:700;
margin-bottom:20px;
color:#2E7BFF;
}

.pricing-note{
font-size:14px;
color:#4b5563;
margin-bottom:20px;
}

.pricing-card ul{
list-style:none;
padding:0;
}

.pricing-card li{
margin-bottom:10px;
color:#4b5563;
}

.whatsapp-float {
   position: fixed;
   width: 60px;
   height: 60px;
   bottom: 20px;
   right: 20px;
   background-color: #25D366;
   color: #fff;
   border-radius: 50%;
   text-align: center;
   font-size: 30px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
   z-index: 1000;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
}

.whatsapp-float:hover {
   background-color: #1ebe5d;
}

.hero-buttons .btn {
    width: auto !important;
    max-width: fit-content !important;
    display: inline-block;
}

/* NIGERIA ONLY STYLING */

.nigeria-coverage{
  padding:80px 20px;
  text-align:center;
}

.nigeria-coverage h2{
  margin-bottom:15px;
  font-size:32px;
}

.nigeria-coverage p{
  max-width:700px;
  margin:0 auto 40px;
  color:#b0b7c3;
}

.nigeria-coverage img{
  max-width:700px;
  width:100%;
  margin:40px auto;
  display:block;
  border-radius:20px;
  box-shadow: 0 20px 60px rgba(0,140,255,0.25);
  transition:0.4s ease;
}

.nigeria-coverage img:hover{
  transform:scale(1.03);
  box-shadow:0 25px 80px rgba(0,140,255,0.35);
}

.whatsapp-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  background: #25D366;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* Add space between sections */
section {
  padding: 80px 0;
}

/* FIX US TESTIMONIALS ONLY */
#testimonials .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

#testimonials .testimonial-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  color: #111;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
  width: 100%;
}

#testimonials .testimonial-text {
  color: #444;
  margin: 15px 0;
  line-height: 1.6;
}

#testimonials .testimonial-profile{
    display:flex;
    align-items:center;
    gap:12px;
}

#testimonials .profile-circle{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#00c6ff;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

#testimonials .testimonial-profile {
  margin-top: 15px;
}

/* FIX US TESTIMONIAL SECTION WIDTH */
#testimonials {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

#testimonials .testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 198, 255, 0.25) !important;
}

.nigeria-highlight {
  padding: 60px 20px;
  background: #f7f9fc;
  text-align: center;
}

.nigeria-highlight .container {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.nigeria-highlight h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.nigeria-highlight p {
  max-width: 600px;
  margin: 0 auto 20px;
  color: #555;
}

.nigeria-highlight .btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background: #00c6ff;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nigeria-highlight .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 198, 255, 0.4);
}

.nigeria-highlight .container {
  transition: all 0.3s ease;
}

.nigeria-tag {
  font-size: 14px;
  color: #00c6ff;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}