   body {
      font-family: 'Inter', sans-serif;
      margin: 0;
      background-color: #ffffff;
    }

    header.main-header {
      background: rgba(156, 155, 155, 0.4);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 1rem auto;
      border-radius: 0.75rem;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .logo {
      display: flex;
      align-items: center;
    }

    .logo img {
      height: 50px;
      border-radius: 8px;
    }

    .book-btn {
      background-color: #9333ea;
      color: #2f2323;
      font-weight: 600;
      padding: 0.75rem 1.5rem;
      border-radius: 0.5rem;
      border: none;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }

    .hero-section {
    margin: 0;
    padding: 0;
  }

  /* style.css */

.hero-section .main-container {
  background-image: url('assets/images/car/slide-bg-41.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  border-radius: 10px;
  color: white;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 100%;
  min-height: 60vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: white;
}

  .features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    color: white;
  }

  .call-button {
    background-color: #28a745;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
  }

  .call-button:hover {
    background-color: #218838;
  }



.glass-card {
  background: rgba(236, 245, 234, 0.5);
  padding: 50px;
  border-radius: 25px;
  backdrop-filter: blur(15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 1000px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.section-title {
  font-size: 32px;
  color: #004d40;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.feature-box {
  background: linear-gradient(135deg, #dbfcc0dd, #e3ffe6d9);
  padding: 25px 20px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: center;
  cursor: default;
}

.feature-box:hover {
  transform: scale(1.05);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1);
}

.emoji {
  font-size: 38px;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.feature-box span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}


.vehicle-section {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.vehicle-heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.vehicle-scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.vehicle-scroll-track {
  display: flex;
  gap: 1rem;
  animation: scroll-left 5s linear infinite; /* Faster */
}

.vehicle-card {
  flex: 0 0 auto;
  width: 150px;
  background: #fafefb;
  border-radius: 12px;
  padding: 1rem 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.vehicle-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.vehicle-type {
  font-size: 0.95rem;
  font-weight: 500;
  color: #111827;
}

.vehicle-features {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}

/* Auto Scroll Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.trust-badge {
  text-align: center;
  font-weight: 600;
  margin: 2rem auto 2rem;
  background: #efe6e6;
  padding: 1rem;
  border-radius: 8px;
  max-width: 600px;
  color: #111827;
}

.how-to-book {
  padding: 60px 20px;
  background: linear-gradient(to right, #ffffff, #f9f9f9);
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.how-to-book-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 24px;
  background: #f2ededcc;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1),
              inset 0 0 10px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}

.how-to-book h3 {
  font-size: 30px;
  color: #1e2a38;
  margin-bottom: 50px;
}

.how-to-book h3 span {
  color: #ff6b00;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.step-card {
  background: #fefefe;
  padding: 40px 25px;
  border-radius: 20px;
  width: 280px;
  box-shadow: 8px 8px 20px #d4dbe0,
              -8px -8px 20px #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.step-icon {
  font-size: 42px;
  margin-bottom: 18px;
}

.step-card h4 {
  font-size: 20px;
  color: #222;
}


.enquiry-form-section-v2 {
  padding: 80px 20px;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  display: flex;
  justify-content: center;
  font-family: 'Segoe UI', sans-serif;
}

.enquiry-card {
  background: rgba(227, 229, 226, 0.6);
  padding: 40px 30px;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  max-width: 500px;
  width: 100%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-title {
  font-size: 22px;
  color: #0b0c0f;
  margin-bottom: 10px;
}

.form-subtext {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.enquiry-form input,
.enquiry-form select {
  padding: 12px 15px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.enquiry-form input:focus,
.enquiry-form select:focus {
  outline: none;
  border-color: #0d47a1;
  box-shadow: 0 0 0 2px rgba(13, 71, 161, 0.1);
}

.enquiry-form button {
  padding: 14px;
  background-color: #0d47a1;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.enquiry-form button:hover {
  background-color: #0a357e;
}

.trip-roadmap-modern {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.trip-roadmap-modern h3 {
  font-size: 22px;
  margin-bottom: 40px;
  color: #111418;
}

.timeline {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  max-width: 600px;
  border-left: 4px solid #ccc;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
}

.timeline-icon {
  position: absolute;
  left: -28px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: var(--color);
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.timeline-content {
  background: rgb(230, 252, 222);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  text-align: left;
}

.timeline-content h4 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.timeline-content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}


.contact-btn {
  background-color: #10b981;
  color: white;
  padding: 8px 14px;
  font-size: 0.9rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.contact-btn:hover {
  background-color: #059669;
}

.image-card img {
  width: 250px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

  .footer-section {
    background-color: #1f2937; /* Dark background */
    color: #f3f4f6;            /* Light text */
    padding: 40px 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
  }

  /* Logo Styling */
  .logo-container {
    margin-bottom: 20px;
  }

  .footer-logo { 
    height: 50px;
    border-radius: 10px;
    display: block;
    margin: 0 auto; /* Centers the logo */
  }

  /* Language and Title Styling */
  .language-support, .language-list {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-title {
    font-weight: bold;
    color: #4cc9f0; /* Light blue */
    font-size: 22px;
    margin-bottom: 10px;
  }

  /* Contact Links Styling */
  .phone-link {
    font-weight: bold;
    color: #4cc9f0;
    text-decoration: none;
  }

  .phone-link:hover {
    text-decoration: underline;
  }

  .whatsapp-link {
    font-weight: bold;
    color: #25D366; /* WhatsApp green */
    text-decoration: none;
  }

  .whatsapp-link:hover {
    text-decoration: underline;
  }

  /* Powered By Text Styling */
  .powered {
    margin-top: 20px;
    font-size: 14px;
  }

  .powered a {
    color: #4cc9f0;
    text-decoration: none;
  }

  .powered a:hover {
    text-decoration: underline;
  }

.contact-info {
  margin-bottom: 10px; /* Space below the contact section */
}

.contact-info h3 {
  margin-bottom: 30px; /* Space below the title */
}

.contact-info p {
  margin-top: 15px; /* Space above the phone number */
}

.powered {
  font-size: 14px;
  margin-top: 15px;
}


/* Popup Overlay */
.booking-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Card */
.booking-popup {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: 'Segoe UI', sans-serif;
}

.booking-popup h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  text-align: center;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 1.4rem;
  cursor: pointer;
}

/* Form Fields */
.booking-popup input,
.booking-popup select,
.booking-popup button {
  width: 100%;
  padding: 10px 12px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

.booking-popup button {
  background-color: #10b981;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.booking-popup button:hover {
  background-color: #059669;
}

.banner-section {
  padding: 20px;
  background-color: #f8f9fc;
}

.image-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-width: 2000px;
  margin: auto;
}


.hero-section h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero-section p {
  font-size: 20px;
  margin-bottom: 0px;
}

.hero-section button {
  background-color: #f90;
  color: #000;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.main-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.main-header .logo {
  flex-shrink: 0;
}

.main-header .logo img {
  height: 50px;
}

.book-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

  .review-carousel-section {
    padding: 20px;
    background: #f7f6f6;
  }

  .review-carousel-section h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }

  .review-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 10px;
    scroll-behavior: smooth;
  }

  .review-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 20px;
    width: 250px;
    min-height: 180px;
  }

  .stars {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .review {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .name {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .contact-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
  }

 .what-you-get {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin: 20px auto;
  max-width: 600px;
}

.what-you-get h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
  justify-items: center;
  justify-content: center; /* centers items in final row */
  text-align: center;
}

.features-grid .feature-item:nth-child(4),
.features-grid .feature-item:nth-child(5) {
  grid-column: span 1; /* ensures they don’t stretch full width */
}

@media (max-width: 500px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.icon-container {
  background: #f1f3f6;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-container img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.timeline-item {
  background: white;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--color, #ccc);
  min-width: 200px;
  max-width: 300px;
}

.timeline-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.timeline-icon {
  font-size: 24px;
  color: var(--color, #8E24AA);
  flex-shrink: 0;
}

.text-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.text-content p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #666;
}

.timeline-item {
  background: white;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--color, #ccc);
  min-width: 200px;
  max-width: 300px;
  transition: transform 0.2s ease;
}

.timeline-item:hover {
  transform: translateY(-4px);
}


.timeline-icon {
  font-size: 24px;
  color: var(--color, #FB8C00);
  flex-shrink: 0;
}

.text-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.text-content p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #666;
}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(135deg, #ffffff 0%, #c3cfe2 100%);
      min-height: 100vh;
      padding: 5px;
    }

    .trip-roadmap-modern {
      max-width: 800px;
      margin: auto;
    }

    h3 {
      text-align: center;
      margin-bottom: 50px;
      font-size: 32px;
      font-weight: bold;
      color: #2c3e50;
      position: relative;
    }

    h3::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background: linear-gradient(90deg, #667eea, #764ba2);
      border-radius: 2px;
    }

    .timeline {
      position: relative;
      padding: 10%;
    }

    .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(to bottom, #e3e8ee, #c5d2e0);
      transform: translateX(-50%);
      border-radius: 2px;
    }

    .timeline-item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      margin-bottom: 40px;
      opacity: 0;
      animation: fadeInUp 0.6s ease forwards;
    }

    .timeline-item:nth-child(odd) {
      flex-direction: row;
    }

    .timeline-item:nth-child(even) {
      flex-direction: row-reverse;
    }

    .timeline-item:nth-child(1) { animation-delay: 0.1s; }
    .timeline-item:nth-child(2) { animation-delay: 0.2s; }
    .timeline-item:nth-child(3) { animation-delay: 0.3s; }
    .timeline-item:nth-child(4) { animation-delay: 0.4s; }
    .timeline-item:nth-child(5) { animation-delay: 0.5s; }

    .timeline-icon {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 60px;
      background: var(--color, #667eea);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      z-index: 10;
      color: #fff;
      border: 4px solid white;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .timeline-content {
      background: white;
      padding: 25px 30px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      position: relative;
      width: calc(50% - 60px);
      border-left: 5px solid var(--color, #667eea);
      transition: all 0.3s ease;
    }

    .timeline-item:nth-child(odd) .timeline-content::after {
      content: '';
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      border-left: 15px solid white;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }

    .timeline-item:nth-child(even) .timeline-content::after {
      content: '';
      position: absolute;
      left: -15px;
      top: 50%;
      transform: translateY(-50%);
      border-right: 15px solid white;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }

    .timeline-content h4 {
      font-size: 20px;
      font-weight: 600;
      color: #2c3e50;
      margin-bottom: 8px;
    }

    .timeline-content p {
      font-size: 16px;
      color: #7f8c8d;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Mobile Responsive - Preserve left-right layout */
@media screen and (max-width: 768px) {
  .timeline::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .timeline-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px; /* reduced space */
  }

  .timeline-content {
    width: 100%;
    margin-top: 10px; /* reduced space */
    padding: 16px;
    border-left: none;
    border-top: 4px solid var(--color, #667eea);
  }

  .timeline-content::after {
    display: none;
  }

  .timeline-icon {
    position: relative;
    left: auto;
    transform: none;
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 480px) {
  .timeline-content {
    padding: 12px 16px;
  }

  .timeline-content h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .timeline-content p {
    font-size: 13px;
  }

  .timeline-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

.image-banner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

  @media (max-width: 500px) {
  .banner-text {
    font-size: 14px;
    padding: 8px;
    flex: content;
  }

  .book-btn {
    width: 30%;
    padding: 10px;
  }
}

.banner-text {
  display: flex;
  flex-direction: column; /* ensures vertical stacking */
  align-items: center;
  justify-content: center;
  gap: 10px; /* space between text and button */
  text-align: center;
  padding: 20px;
  font-size: 20px;
}

.success-popup {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  color: #28a745;
  padding: 25px 40px 25px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1000;
  font-family: Arial, sans-serif;
  position: relative;
}

.success-popup .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #888;
}

.success-popup .close-btn:hover {
  color: #000;
}

.header-buttons {
  display: center;
  gap: 12px;
}

.call-btn {
  padding: 10px 20px;
  background-color: #4367e9; /* Green color */
  color: white;
  border: 2px solid #4d80ed;
  border-radius: 6px;
  text-decoration: none; /* Remove underline */
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease; /* Smooth hover effect */
}

  .popup-box {
  max-width: 100%;
  overflow: hidden;
}

.image-banner {
  position: relative;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.offer-text {
  padding-top: 30px; /* Space at the top of the text */
  font-size: 24px;
}

.header-buttons {
  margin-top: 10px; /* Space above the button */
}

.call-btn {
  padding: 12px 24px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.call-btn:hover {
  background-color: white;
  color: #28a745;
}

@media (max-width: 768px) {
  .offer-text {
    font-size: 18px;
    padding-top: 15px;
  }

  .call-btn {
    padding: 30px 40px;
  }
}

/* Timeline Content Layout */
.timeline-content.row-layout {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Icon Container with Border */
.timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.timeline-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text Content */
.text-content h4 {
  margin: 0;
  font-size: 18px;
  color: #222;
}

.text-content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

/* Section Title */
.trip-roadmap-modern h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .timeline-content.row-layout {
    flex-direction: row; /* Keep the image on the left even on mobile */
    align-items: flex-start;
  }

  .timeline-icon {
    margin-bottom: 0;
  }
}

  .step-icon {
  font-size: 45px; /* Icon size */
  color: green; /* Icon color */
  margin-bottom: 10px; /* Spacing below the icon */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
    top: 0px !important; /* Google Translate Cleanup */
}

/* Header Styles */
header.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.logo img {
    height: 50px;
    border-radius: 10px;
}

.call-btn {
    background-color: #ff7f00;
    color: white;
    padding: 40px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}

.call-btn:hover {
    background-color: #e67300;
}

/* Popup Styles */
.translate-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.translate-popup.active {
    display: block;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.popup-overlay.active {
    display: block;
}

.close-popup {
    cursor: pointer;
    color: red;
    font-weight: bold;
    float: right;
}

/* Google Translate Cleanup */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
    font-size: 14px !important;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}


/* Additional Mobile View Enhancements */
@media (max-width: 768px) {
  .popup-box {
      margin: 10px;
      border-radius: 10px;
  }

  .image-banner {
      height: 220px; /* Slightly smaller for mobile */
  }

  .offer-text {
      font-size: 18px; /* Smaller text */
      padding: 0 10px; /* Add padding to prevent edge touch */
  }

  .header-buttons {
      flex-direction: column; /* Stack buttons vertically if more buttons are added later */
      gap: 10px;
  }

  .call-btn {
      font-size: 14px;
      padding: 10px 20px;
      width: 80%; /* Button width for easy touch */
      max-width: 250px;
      text-align: center;
  }
}

@media (max-width: 480px) {
  .image-banner {
      height: 180px; /* Smaller banner */
  }

  .offer-text {
      font-size: 16px;
      line-height: 1.4;
  }

  .call-btn {
      font-size: 13px;
      padding: 8px 18px;
      width: 100%; /* Full width for small screens */
  }
}

.image-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* This keeps the container size proportional */
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-section {
  background: linear-gradient(135deg, #ff6b6b, #f06595);
  color: white;
  padding: 50px 20px;
  text-align: center;
}

.banner-container {
  max-width: 800px;
  margin: 0 auto;
}

.banner-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.banner-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  background: #9583d5;
  padding: 10px 0;
}

.scroll-wrapper {
  display: inline-flex;
  animation: scroll-left 15s linear infinite;
}

/* Bottom Sticky Banner */
.bottom-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #3771aa;
  border-top: 1px solid #ddd;
  overflow: hidden;
  white-space: nowrap;
  z-index: 999;
}

.banner-wrapper {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
}

.banner-offer {
  font-size: 22px;
  color: #100e0e;
  padding: 0 50px;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.bottom-banner:hover .banner-wrapper {
  animation-play-state: paused;
}

/* Scroll Popup Style */
.scroll-popup {
  position: fixed;
  bottom: 80px; /* above banner */
  right: 20px;
  background-color: #7f7de2;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  display: none;
  z-index: 1000;
}

.scroll-popup .popup-content p {
  margin: 0 0 10px 0;
}

.scroll-popup button {
  background-color: #ff5c5c;
  color: white;
  border: none;
  padding: 15px 15px;
  cursor: pointer;
  border-radius: 4px;
}

/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  color: #333;
}

/* Hero Section Styles */
.hero-section .main-container {
  background-image: url('assets/images/car/slide-bg-41.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  border-radius: 12px;
  color: white;
  text-align: center;
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.hero-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  margin-bottom: 20px;
}

.features-list li {
  margin: 8px 0;
  font-size: 16px;
}

/* CTA Button */
.cta-button {
  display: inline-block;
  background-color: #ff6600;
  color: white;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s;
}

.cta-button:hover {
  background-color: #e65c00;
}

/* Responsive */
@media (min-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .cta-button {
    font-size: 18px;
  }
}
