body{
padding-top:90px;
}
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
html, body {
  font-family: 'Libre Baskerville', serif;
}
h1, h2, h3, h4 {
  font-family: 'Libre Baskerville', serif;
}

button,
.btn,
.navbar,
.navbar-brand,
.nav-link {
  font-family: 'Rethink Sans', sans-serif;
}

/* Brand name */
.navbar-brand {
  font-size: 1.55rem;   
  font-weight: 800;     
  letter-spacing: 0.4px;
  color: #ffffff !important;
}

/* Nav links */
.navbar .nav-link {
  font-size: 1.1rem;    
  font-weight: 800;    
  color: #ffffff !important;
  padding: 0.75rem 1rem;
}

/* Hover / Active */
.navbar .nav-link:hover,
.navbar .nav-link.active {
  opacity: 0.85;
}

/* Dropdown caret */
.navbar .dropdown-toggle::after {
  transform: scale(1.2);
  margin-left: 6px;
  filter: brightness(0) invert(1);
}

/* Request a Demo button */
.navbar .btn-warning {
  font-size: 1rem;
  font-weight: 800;
  padding: 0.6rem 1.3rem;
}
@media (max-width: 992px){
  .navbar-brand{
    font-size: 1.3rem;
  }

  .navbar .nav-link{
    font-size: 1.05rem;
  }
}
/* ================= HERO LOTTIE ================= */

.hero-lottie-wrapper{
  position: relative;
  width: 100%;
  height: 420px;
}

.hero-lottie{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.hero-lottie.active{
  opacity: 1;
}

.hero-lottie lottie-player{
  width: 100%;
  height: 100%;
}

@media (max-width: 992px){
  .hero-lottie-wrapper{
    height: 320px;
    margin-top: 40px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background: linear-gradient(90deg, #0056b3, #003d80);
  position: relative;
  z-index: 100;
}

.bg-gradient-custom {
  background: linear-gradient(90deg, #0056b3 0%, #003d80 100%);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
/* Desktop navbar only */
@media (min-width: 992px) {
  .navbar {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Brand container */
.navbar-brand {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: auto; /* Keeps logo left, button right */
}

/* Logo image */
.navbar-logo {
  height: 200px !important; 
  width: auto;
  display: block;
  margin: -40px 0; /* This "tricks" the navbar into thinking the logo is shorter than it is */
}

/* Company name */
.company-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  white-space: nowrap;
}

/* Nav links */
.navbar-nav .nav-link {
  font-size: 1.1rem;
  font-weight: 400;
  color: #ffffff !important;
  padding: 0.75rem 1rem;
  white-space: nowrap;
}

.navbar-nav .nav-link:hover {
  color: #ffd700 !important;
}

.dropdown-menu {
  background: #ffffff; /* White background */
  border-radius: 10px;
  border: 1px solid #e5e7eb; /* Light gray border */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* Soft shadow */
}

/* Dropdown text */
.dropdown-item {
  color: #333333; /* Dark text for readability */
  font-weight: 500;
}

/* Hover */
.dropdown-item:hover {
  background: #f3f4f6; /* Light gray hover */
  color: #000000;
}


/* CTA Button */
.demo-btn {
  background: #ffd700;
  color: #000;
  font-weight: 500;
  border-radius: 30px;
  padding: 8px 20px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.demo-btn:hover {
  background: #ffb300;
  transform: scale(1.05);
}

.story{
padding:120px 0 80px;
}

.story h1{
font-size:2.8rem;
font-weight:700;
margin-bottom:15px;
}

.story p{
font-size:1.05rem;
line-height:1.8;
color:#4b5563;
}

.story img{
max-width:420px;
margin:auto;
}
@media(max-width:768px){

.story{
text-align:center;
padding:110px 20px 60px;
}

.story h1{
font-size:2rem;
}

.story p{
font-size:0.95rem;
}

.story img{
max-width:260px;
margin:25px auto;
}

}
.about-section{
padding:80px 0;
}

.section-title{
font-size:32px;
font-weight:700;
margin-bottom:20px;
position:relative;
}

.section-title::after{
content:"";
width:60px;
height:3px;
background:#ffc107;
position:absolute;
left:0;
bottom:-10px;
}

.service-list{
padding-left:20px;
margin-top:10px;
}

.service-list li{
margin-bottom:8px;
font-weight:500;
}
@media(max-width:768px){

.about-section{
padding:60px 20px;
text-align:center;
}

.section-title{
font-size:26px;
}

.service-list{
padding-left:0;
list-style-position:inside;
}

lottie-player{
width:250px !important;
height:250px !important;
margin:auto;
}

}
.stats-section{
background:#f5f5f5;
padding:80px 0;
}

.stat-box h1{
font-size:60px;
font-weight:700;
color:#0d1b2a;
}

.plus,
.percent{
color:#2315e1;
}

.stat-box h6{
margin-top:5px;
font-weight:600;
color:#777;
}

.stat-box p{
margin-top:10px;
font-size:14px;
color:#666;
line-height:1.7;
}

.border-mid{
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
@media(max-width:768px){

.stat-box{
margin-bottom:30px;
}

.stat-box h1{
font-size:38px;
}

.border-mid{
border:none;
}

}
.why-box{
padding:30px;
border-radius:8px;
}

.why-img{
max-width:350px;
}
@media(max-width:768px){

.why-img{
max-width:260px;
margin:25px auto;
}

}
@media(max-width:768px){

.why-img{
max-width:260px;
margin:25px auto;
}

}
img{
max-width:100%;
height:auto;
display:block;
}
.sg-footer {
  background: linear-gradient(90deg, #003d80 0%, #002855 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Soft glow */
.sg-footer::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  left: -160px;
  top: -200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 65%);
  filter: blur(35px);
  pointer-events: none;
}

.sg-footer::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -170px;
  bottom: -220px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 65%);
  filter: blur(35px);
  pointer-events: none;
}

/* Brand */
.sg-footer-brand {
  font-size: 1.9rem;
  letter-spacing: 1px;
}

/* Titles */
.sg-footer-title {
  font-weight: 700;
  color: #ffffff;
}

/* Text */
.sg-footer-text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

/* Email */
.sg-footer-email {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.sg-footer-email:hover {
  color: #ffe600;
}

/* Links */
.sg-footer-list li {
  margin-bottom: 10px;
}

.sg-footer-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.sg-footer-link:hover {
  color: #ffe600;
  transform: translateX(4px);
}

/* Social Buttons */
.sg-social-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}

.sg-social-btn:hover {
  background: #ffe600;
  color: #003d80;
  transform: translateY(-4px) scale(1.05);
}

/* Divider */
.sg-footer-divider {
  border-color: rgba(255, 255, 255, 0.25);
}

/* Bottom text */
.sg-footer-bottom p {
  color: rgba(255, 255, 255, 0.85);
}


/* Responsive */
@media (max-width: 768px) {
  .sg-footer {
    text-align: center;
  }
  .sg-footer-socials {
    justify-content: center;
  }
}
/* ================= FOOTER MAP ================= */

.footer-map-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.footer-map {
  width: 100%;
  max-width: 520px;
  height: auto;
}

/* Location dots */
.map-dot {
  fill: #ffe600;
  stroke: rgba(255, 230, 0, 0.6);
  stroke-width: 6;
  animation: pulse 2s infinite;
}

/* Location labels */
.map-label {
  fill: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
}

/* Connecting line */
.map-line {
  stroke: #ffe600;
  stroke-width: 2;
  stroke-dasharray: 6;
  opacity: 0.8;
}

/* Pulse animation */
@keyframes pulse {
  0% {
    r: 6;
    opacity: 1;
  }
  70% {
    r: 12;
    opacity: 0;
  }
  100% {
    r: 6;
    opacity: 1;
  }
}


/* ================= FOOTER MAP ================= */

#footer-map {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #0b2f5b; /* fallback */
}

/* Remove Leaflet default background lines */
.leaflet-container {
  background: transparent;
  font-family: inherit;
}

/* Popup styling */
.leaflet-popup-content-wrapper {
  background: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-tip {
  background: rgba(0, 0, 0, 0.85);
}

.leaflet-popup-content {
  margin: 10px 14px;
  font-size: 14px;
  font-weight: 600;
}


.leaflet-control-zoom a {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: none;
}

.leaflet-control-zoom a:hover {
  background: #ffe600;
  color: #003d80;
}

/* Hide attribution if needed */
.leaflet-control-attribution {
  font-size: 10px;
  opacity: 0.6;
}





/* ================= SCROLL REVEAL  ================= */
.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-zoom {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal-left { transform: translateX(-28px); }
.reveal-right { transform: translateX(28px); }
.reveal-zoom { transform: scale(0.96); }

.reveal.show,
.reveal-up.show,
.reveal-left.show,
.reveal-right.show,
.reveal-zoom.show {
  opacity: 1;
  transform: none;
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }


@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-up,
  .reveal-left,
  .reveal-right,
  .reveal-zoom {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}


/* =====================================================
   🔥 FINAL MOBILE FIX – iPhone 14 Pro Max (430px)
   Paste at VERY END of CSS
===================================================== */

@media (max-width: 430px) {

  /* ===== GLOBAL RESET ===== */
  html, body {
    overflow-x: hidden;
  }



/* =====================================================
   🔥 FINAL MOBILE FIX – iPhone 14 Pro Max (430px)
   Paste at VERY END of CSS
===================================================== */

@media (max-width: 430px) {

  /* ===== GLOBAL RESET ===== */
  html, body {
    overflow-x: hidden;
  }

  .container,
  .container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* ===== NAVBAR ===== */
  .navbar {
    height: 78px !important;
    padding: 12px 18px !important;
  }

.navbar-logo {
    height: 70px !important;   /* increase this value */
    width: auto !important;
  }

}
}
/* ===== CLEAN WORKING NAVBAR FIX ===== */

.navbar-logo{
height:200px;
width:auto;
margin:-40px 0;
}

@media (max-width:991px){

.navbar{
padding:10px 15px;
}

.navbar-collapse{
background:#003d80;
padding:15px;
border-radius:10px;
}

}
/* Lottie visible */

.hero-lottie-wrapper{
height:auto !important;
margin-top:20px !important;
}

.hero-lottie{
position:relative !important;
opacity:1 !important;
}

.hero-lottie lottie-player{
width:100% !important;
height:260px !important;
}
@media (max-width:768px){

.reveal,
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-zoom{
opacity:1 !important;
transform:none !important;
}

}
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal-up.show {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 { transition-delay: 0.1s; }
.delay-300 { transition-delay: 0.3s; }
.delay-500 { transition-delay: 0.5s; }

.sg-footer-brand{
margin-bottom:0 !important;
line-height:0;
}

.footer-logo{
max-width:230px;
height:auto;
display:block;
margin-bottom:2px;
}

.sg-footer-text{
margin-top:0;
}
.sg-footer .col-lg-2,
.sg-footer .col-lg-3 {
  text-align: left;
}

.sg-footer-list {
  padding-left: 0;
}

.sg-footer-list li {
  text-align: left;
}
.sg-footer-text{
  text-align: left;
  line-height: 1.8;
  max-width: 420px;
}
.clients-section {
    padding: 90px 40px;
    background: #ffffff;
    text-align: center;
}

.clients-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b63ff;
    margin-bottom: 10px;
}

.clients-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 60px;
}


.clients-slider {
    overflow: hidden;
    width: 100%;
}


.clients-track {
    display: flex;
    width: max-content;
    animation: slideClients 25s linear infinite;
}


.client-card {
    min-width: 220px;
    margin: 0 15px;
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


.client-card img {
    max-width: 140px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: 0.3s ease;
}


.client-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


@keyframes slideClients {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


@media (max-width: 768px) {
    .clients-title {
        font-size: 32px;
    }

    .clients-subtitle {
        font-size: 15px;
    }

    .client-card {
        min-width: 180px;
    }
}
.final-cta{
padding:80px 0;
background:#f5f7fb;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:25px;
flex-wrap:wrap;
margin-top:30px;
}

.cta-btn{
padding:14px 34px;
border-radius:40px;
background:linear-gradient(135deg,#2f6edb,#2cc7b8);
color:#fff;
font-weight:600;
text-decoration:none;
box-shadow:0 12px 25px rgba(0,0,0,0.15);
transition:all .3s ease;
}

.cta-btn:hover{
transform:translateY(-3px);
box-shadow:0 16px 30px rgba(0,0,0,0.2);
color:#fff;
}
@media(max-width:768px){

.cta-buttons{
gap:15px;
}

.cta-btn{
padding:12px 26px;
font-size:14px;
}

}
.final-cta .section-title::after{
display:none;
}
.primary-btn{
display:inline-block;
background:linear-gradient(135deg,#2f6edb,#2cc7b8);
color:#ffffff !important;
border-radius:40px;
padding:14px 32px;
text-decoration:none;
font-weight:600;
margin-top:20px;
box-shadow:0 12px 25px rgba(0,0,0,0.15);
transition:all .3s ease;
}

.primary-btn:hover{
transform:translateY(-3px);
box-shadow:0 16px 30px rgba(0,0,0,0.2);
color:#ffffff;
text-decoration:none;
}