:root {
  --primary-blue: #324896;
  --primary-green: #7ab93b;
  --nav-text: #333333;
  --pill-bg: #eef2f7;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* Navbar Customization */
.navbar {
  padding: 1.25rem 0;
  background: #ffffff;
  transition: all 0.3s ease;
}

.navbar-brand {
  padding: 0;
}

/* Responsive Logo Container */

.logo-wrapper {
  display: flex;
  align-items: center; /* vertically center the logo */
  justify-content: center; /* horizontally center if needed */
  height: 50px; /* set logo container height */
}

.logo-wrapper img {
  height: 100%; /* make image fit container height */
  width: auto; /* maintain aspect ratio */
  display: block;
}

.logo-divider {
  width: 1.5px;
  height: 24px;
  background-color: #e0e0e0;
  margin: 0 4px;
}

.logo-text {
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}

.logo-text .blue {
  color: var(--primary-blue);
}
.logo-text .green {
  color: var(--primary-green);
}

/* Navigation Links */
.nav-link {
  color: var(--nav-text) !important;
  font-weight: 500;
  font-size: 0.95rem;
  margin: 0 8px;
  padding: 8px 16px !important;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.nav-link:hover {
  color: var(--primary-blue) !important;
}

.nav-link.active-page {
  background-color: var(--pill-bg);
  color: var(--primary-blue) !important;
}

/* Add Business Button */
.nav-btn{
  margin-top: -15px;
}
.btn-add-biz {
  background-color: var(--primary-blue);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 33, 91, 0.15);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
  white-space: nowrap;
  border-bottom: #7ab93b 4px solid;
}

.btn-add-biz:hover {
  background-color: #001a4a;
  transform: translateY(-1px);
}

/* Hilling Banner Section */
.hero-banner {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.hill-content {
  background-image: url("../images/about4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 20px 0;
  text-align: center;
  margin-top: -15px;
}

.banner-title {
  color: #ffffff;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* HERO */
.ride-hero {
  padding: 60px 0;
}

.hero-img {
  max-width: 100%;
}

.ride-title {
  font-weight: 700;
  font-size: 28px;
}

.ride-desc {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: capitalize;

  color: #555;

  max-width: 532px;
  margin: 15px 0;

  opacity: 1;
}

/* LIST */
.ride-list {
  list-style: none;
  padding: 0;
}

/* LIST ITEM */
.ride-list li {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  padding-left: 38px; /* space for icon */
  color: #111;
}

/* ICON (CIRCLE + CHECK) */
.ride-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;

  width: 24px;
  height: 24px;

  background: #2f3e9e; /* blue */
  color: #7ab93b; /* green tick */

  font-size: 14px;
  font-weight: bold;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
}
/* SERVICE BENEFIT */
.service-benefit {
  padding: 80px 0;
  
  
}
.service-benefit .container{
    padding: 60px 20px;
    border-radius: 20px;
  
background: #cfe3e3;
}
.section-title {
  font-weight: 700;
  color: #1e3a8a;
}

/* SECTION SUBTITLE */
.section-sub {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #555;
  margin-top: 10px;
  width: 100%;
  max-width: 1057px;
  height: auto;

  margin: 0 auto; /* center */
  text-align: center;

  opacity: 1;

}
/* CARD */
.benefit-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.benefit-card img {
  width: 100px;
  height: 93px;
  margin-bottom: 10px;
}
.benefit-card h6 {
    color: #073569;
  font-family: "Brice", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 55px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  margin-top: -10px;
}

.section-sub.benefit-card p {
    
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #555;
}
/* About Detailed Content Section */
.about-details {
  padding: 80px 0;
}

.video-container {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  height: 95%; /* Force container to fill column height */
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* Ensures image fills the container height */
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-btn svg {
  margin-left: 4px;
}

.about-text-content {
  padding-left: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers text vertically if needed */
}

.section-tagline {
  color: #073569;
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-description {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #555;
}

.mission-vision-grid h3 {
  color: var(--primary-blue);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.mission-vision-grid p {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .ride-hero,
  .ride-easy {
    text-align: center;
  }

  .ride-list {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .test-title {
    font-size: 24px;
  }

  .test-sub {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .test-title {
    font-size: 20px;
  }

  .test-sub {
    font-size: 13px;
  }
}
/* Default dots */
.swiper-pagination-bullet {
  width: 30px;
  height: 6px;
  border-radius: 10px;
  background: #dcdcdc;
  opacity: 1;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

/* Active dot (blue like your design) */
.swiper-pagination-bullet-active {
  width: 40px;
  background: #2f3e9e; /* 🔵 blue */
}
/* STARS (EXACT RED) */
.stars {
  color: #ff2d2d;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

/* USER */
.user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

/* NAME */
.user h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

/* ROLE */
.user span {
  font-size: 12px;
  color: #6b7280;
}
/* Download App Section */
.download-app-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.download-container {
  background-color: var(--primary-blue);
  border-radius: 40px;
  padding: 60px;
  color: white;
  position: relative;
  overflow: visible;
}

.download-tag {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 1px;
}

.download-heading {
  font-size: clamp(1.8rem, 4vw, 1.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 40px;
  max-width: 650px;
}
.store-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.store-btn img {
  height: 50px;
  transition: transform 0.2s;
}

.store-btn:hover img {
  transform: scale(1.05);
}

.mobile-mockup-container {
  position: absolute;
  right: 130px;
  bottom: -150px;
  width: 320px;
  height: 650px;
  z-index: 5;
  overflow: visible;
}

.mobile-mockup-container img {
  width: 120%;
  height: 110%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  display: block;
}

/* Footer Section */
.main-footer {
  background-color: #ffffff;
  padding: 80px 0 40px;
  border-top: 1px solid #f0f0f0;
}

.footer-logo {
  margin-right: 0; /* remove extra right margin */
  margin-bottom: 20px; /* optional spacing below logo */
  display: flex;
  align-items: center; /* vertically center if needed */
  justify-content: flex-start; /* align left */
}

.footer-logo .logo-wrapper img {
  height: 50px; /* adjust logo size */
  width: auto; /* maintain aspect ratio */
  display: block;
}

.footer-desc {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer-hindi {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 8px;
  display: block;
}

.footer-title {
  color: var(--primary-blue);
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}

.footer-links li::before {
  content: "•";
  color: #000;
  position: absolute;
  left: 0;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--primary-blue);
  text-decoration: underline;
}

.contact-item {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.contact-item a {
  color: #555;
  text-decoration: underline;
}

.newsletter-input {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 12px 25px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.btn-subscribe {
   background-color: var(--primary-blue);
  color: #ffffff !important;
  margin-bottom: 10px;
  border-radius: 50px;
  padding: 10px 28px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 33, 91, 0.15);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
  white-space: nowrap;
  border-bottom: #7ab93b 4px solid;
}
.btn-subscribe:hover {
  background-color: #001a4a;
  transform: translateY(-1px);
}

.newsletter-agree {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #555;
}

.bottom-bar {
  background-color: #000A15;
  padding: 15px 0;
}

.copyright-text {
  color: #FFFFFF;
  font-size: 0.85rem;
  margin: 0;
}

.copyright-text a {
  color: #FFFFFF;
  text-decoration: underline;
}


.social-icons {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}

.social-icons img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* Responsive Adjustments */
/* Responsive Adjustments */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
  }
  .btn-add-biz {
    width: 100%;
    margin-top: 15px;
  }
  .about-text-content {
    padding-left: 0;
    margin-top:-40px;
  }
  .about-details {
    padding: 50px 0 20px;
  }
  .video-container {
    height: auto;
    margin-top: 20px;
  }
  .story-title {
    font-size: 1.8rem;
  }

  .stat-divider {
    display: none;
  }
  .stat-item {
    margin-bottom: 25px;
  }
  .stat-item:last-child {
    margin-bottom: 0;
  }
  .stat-number {
    font-size: 1.8rem;
  }

  .community-title {
    font-size: 1.8rem;
  }

  .services-grid-container {
    padding: 40px 20px;
  }
  .service-card {
    margin-bottom: 20px;
  }

  /* Download Section Responsive */
  .download-container {
    padding: 40px;
    margin-bottom: 100px;
  }
  .mobile-mockup-container {
    position: relative;
    right: auto;
    bottom: -80px;
    margin: 0 auto;
    width: 250px;
  }
  .download-heading {
    text-align: center;
  }
  .download-tag {
    text-align: center;
  }
  .store-buttons {
    justify-content: center;
  }

  .social-icons {
    justify-content: center;
    margin-top: 15px;
  }
  .copyright-text {
    text-align: center;
  }
}

.btn-add-biz {
  width: 100%;
  margin-top: 15px;
}
.hill-divider svg {
  min-height: 50px;
}

.nav-link {
  margin: 5px 0;
}

.btn-add-biz {
  width: 100%;
  margin-top: 15px;
}

.hill-divider svg {
  height: 50px;
}

.hill-divider {
  top: -35px;
}

@media (max-width: 576px) {
  .logo-text {
    font-size: 1.2rem;
  }
  .hero-banner {
    padding-top: 20px;
  }
  .hill-background {
    min-height: 140px;
  }
  .about-text-content {
    padding-left: 0;
    margin-top: 40px;
  }
  .about-details {
    padding: 50px 0 20px;
  }
  .video-container {
    height: auto;
    margin-top: 10px;
  }
}
@media (max-width: 991.98px) {
  .main-footer{
    margin-top: -180px;
  }
  .navbar-collapse {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
  }
  .btn-add-biz {
    width: 100%;
    margin-top: 15px;
  }
  .about-text-content {
    padding-left: 0;
    
  }
  .about-details {
    padding: 40px;
    margin-bottom: 10px;
  }
  .video-container {
    height: auto;
  }
  .story-title {
    font-size: 1.8rem;
  }

  .stat-divider {
    display: none;
  }
  .stat-item {
    margin-bottom: 25px;
  }
  .stat-item:last-child {
    margin-bottom: 0;
  }
  .stat-number {
    font-size: 1.8rem;
  }

  .community-title {
    font-size: 1.8rem;
  }

  /* Download Section Responsive */
  .download-container {
    padding: 40px;
    margin-bottom: 100px;
  }
  .mobile-mockup-container {
    position: relative;
    right: auto;
    bottom: -80px;
    margin: 0 auto;
    width: 250px;
  }
  .download-heading {
    text-align: center;
  }
  .download-tag {
    text-align: center;
  }
  .store-buttons {
    justify-content: center;
  }

  .social-icons {
    justify-content: center;
    margin-top: 15px;
  }
  .copyright-text {
    text-align: center;
  }
}