 .banner {
      position: relative;
      width: 100%;
      height: 90vh;
      background: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1500&q=80") 
                  no-repeat center center/cover;
      display: flex;
      align-items: center;
      color: #fff;
      padding: 0 8%;
    }

    .banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
    }   

    .banner-content2 {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }

    .banner-content small {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 1px;
    }

    .banner-content h1 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.3;
      margin: 15px 0;
    }

    .banner-content h1 span {
      color: #ff3b3b; /* Highlighted words */
    }

    .banner-content p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      color: #e9e9e9;
    }

    .cta-btn {
      display: inline-block;
      background: #ff3b3b;
      color: #fff;
      font-size: 1.2rem;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 600;
      transition: 0.3s;
    }

    .cta-btn:hover {
      background: #e62e2e;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .banner-content h1 {
        font-size: 2rem;
      }
      .banner-content p {
        font-size: 1rem;
      }
      .cta-btn {
        font-size: 1rem;
        padding: 10px 20px;
      }
    }
    .logo-slider {
      width: 85%;
      margin: 30px auto !important; 
      justify-content: center;
      align-items: center;

    }
    
    
    .logo-slider img {
      max-width: 100px;
      margin: 20px auto;
      display: block;
    }
    .logo-item {
  position: relative;
  text-align: center;
}


.logo-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.feature-box {
  padding: 15px;
}

.feature-img {
  max-width: 80px;   /* adjust size */
  margin: 0 auto;
  display: block;
}

.feature-box h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.service-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
}

.service-card:hover {
  border-color: #6a1b9a;
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.service-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.btn-book {
  display: inline-block;
  margin-top: 10px;
  color: #6a1b9a;
  font-weight: 600;
  text-decoration: none;
}

.btn-book:hover {
  text-decoration: underline;
  color: #4a0072;
}
.section-title {
  color: #6a1b9a;
}

.custom-service-box {
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.custom-service-box:hover {
  border-color: #6a1b9a;
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.custom-service-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.custom-service-title {
  font-weight: 700;
  font-size: 18px;
}

.custom-service-text {
  color: #555;
  font-size: 15px;
}

.custom-btn-book {
  display: inline-block;
  margin-top: 10px;
  color: #6a1b9a;
  font-weight: 600;
  text-decoration: none;
}

.custom-btn-book:hover {
  text-decoration: underline;
  color: #4a0072;
}
.banner-img {
  border-radius: 10px;
  max-height: 300px;
  object-fit: cover;
}

.why-title {
  color: #d32f2f; /* red like screenshot */
  font-weight: 700;
  text-align: left;
}

.btn-support {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(90deg, #e53935, #d32f2f);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-support:hover {
  background: linear-gradient(90deg, #b71c1c, #c62828);
  color: #fff;
}
.news-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: left;
}

.news-card img {
  height: 200px;
  object-fit: cover;
}

.news-card .card-body {
  padding: 15px;
}

.news-card .card-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}

.btn-read {
  display: inline-block;
  padding: 8px 18px;
  background: #3f24d9;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-read:hover {
  background: #24108c;
  color: #fff;
}

/* Slick Dots */
.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #3f24d9;
}
.slick-dots li.slick-active button:before {
  color: #24108c;
}



.client-testimonial-title {
  font-weight: 600;
  font-size: 20px;
  background: linear-gradient(to right, #a60084, #e91e63);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.client-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: auto;
}

.client-testimonial-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #eee;
  margin: 0 auto 15px; /* centers the image horizontally */
  display: block;      /* ensures margin auto works */
}


.client-testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #24108c;
  margin-bottom: 12px;
}

.client-testimonial-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Slick Dots (scoped to this slider only) */
.client-testimonial-slider .slick-dots {
  bottom: -30px;
}
.client-testimonial-slider .slick-dots li button:before {
  font-size: 12px;
  color: #3f24d9;
}
.client-testimonial-slider .slick-dots li.slick-active button:before {
  color: #24108c;
}


.story-main-title {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  background: linear-gradient(to right, #6a11cb, #d91d4d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.story-sub-title {
  color: #d91d4d;
  font-weight: 600;
  margin-bottom: 15px;
}

.story-text {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 12px;
}


.video-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.video-thumbnail {
  width: 100%;
  height: 400px; /* Increase height */
  object-fit: cover; /* Keeps image proportional */
  border-radius: 10px;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 80px;
  transform: translate(-50%, -50%);
  background: red;
  color: #fff;
  font-size: 28px;
  padding: 18px 22px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s ease;
}

.play-btn:hover {
  background: #d91d4d;
}


.faq-title {
  font-size: 22px;
  font-weight: bold;
  color: #4a0dab; /* Blue-purple gradient text */
}

.accordion-button {
  background-color: #b92025;
  color: #fff;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #b92025;
  color: #fff;
  box-shadow: none;
}

.accordion-body {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.new-size p{
  font-size: 14px !important;
}
.carServiceModal-btn {
      display: inline-block;
      padding: 10px 20px;
      background: #007bff;
      color: #fff;
      text-decoration: none;
      border-radius: 5px;
      font-size: 16px;
    }

    /* Modal styles */
    .carServiceModal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      background: rgba(0,0,0,0.6);
    }

    .carServiceModal-content {
      background: #fff;
      max-width: 400px;
      margin: 40px auto;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    }

    .carServiceModal-header {
      background: #f4f4f4;
      padding: 15px;
      position: relative;
    }

    .carServiceModal-header h2 {
      margin: 0;
      font-size: 18px;
    }

    .carServiceModal-close {
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 22px;
      cursor: pointer;
    }

    .carServiceModal-banner {
      background: linear-gradient(90deg, #0099ff, #00cc99);
      color: #fff;
      padding: 12px;
      font-weight: bold;
    }

    .carServiceModal-body {
      padding: 15px;
    }

    .carServiceModal-body h3 {
      margin-top: 0;
      font-size: 16px;
    }

    .carServiceModal-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .carServiceModal-list li {
      display: flex;
      align-items: center;
      margin: 8px 0;
      font-size: 15px;
    }

    .carServiceModal-list li img {
      width: 20px;
      height: 20px;
      margin-right: 10px;
    }

    @media(max-width: 576px){
      .carServiceModal-btn{
        font-size: 12px;
      }
    }



