   body {
      font-family: 'Poppins', sans-serif;
    }
.logo{
  width: 70px;
  height: 60px;
}
    .header {
      background-color: white; /* Eye-catching Yellow */
      padding: 10px 20px;
      border-bottom: 2px solid #f8c200; /* Yellow border */
    }

    .header .logo {
      font-size: 1.4rem;
      font-weight: 700;
      color: #000;
      text-decoration: none;
    }

    .book-btn {
      background-color: #000;
      color: #fff;
      border: none;
      padding: 10px 22px;
      border-radius: 5px;
      font-weight: 600;
      transition: 0.3s;
    }

    .book-btn:hover {
      background-color: red !important;
      color: white !important;
    }


    /* hero section */
      .hero {
      background-color: #fff8e1;
      padding: 30px 0;
    }

    .hero h1 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #000;
    }

    .hero h1 span {
      color: 	#f8c200;
    }

    .hero p {
      font-size: 1.1rem;
      color: #333;
    }

    .book-btn {
      background-color: #000;
      color: #fff;
      border: none;
      padding: 12px 28px;
      border-radius: 5px;
      font-weight: 600;
      font-size: 1rem;
      transition: 0.3s;
    }

    .book-btn:hover {
      background-color: #333;
    }

    /* Media Queries for responsiveness */
    @media (max-width: 992px) {
      .hero h1 {
        font-size: 2rem;
        text-align: center;
      }

      .hero p {
        text-align: center;
        font-size: 1rem;
      }

      .book-btn {
        display: block;
        margin: 20px auto 0;
      }

      .hero .img-fluid {
        margin-top: 30px;
      }
    }

    @media (max-width: 576px) {
      .hero h1 {
        font-size: 1.4rem;
      }

      .hero p {
        font-size: 0.95rem;
        padding: 0 10px;
      }

      .book-btn {
        padding: 10px 22px;
        font-size: 0.95rem;
      }
    }

    /* cta */
      .call-now-btn {
    background-color: #f8c200;
    color: #000;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }

  .call-now-btn:hover {
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }

  @media (max-width: 576px) {
    .call-now-btn {
      font-size: 1rem;
      padding: 12px 20px;
      display: inline-block;
    }
  }

 /* our location */
   .highlight-td {
    background-color: #fff3cd !important; /* Light yellow shade */
    color: #000;
    font-weight: 600;
    text-align: center;
  }
   .table-warning {
    background-color: #f8c200 !important;
    color: #000 !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1.5px solid #f8c200 !important;
  }
  @media (max-width: 576px) {
    table.table thead {
      display: none;
    }
    table.table tbody tr {
      display: block;
      margin-bottom: 1rem;
      border: 2px solid #f8c200;
      border-radius: 10px;
      padding: 10px;
      background: #fff;
    }
    table.table tbody tr td {
      display: flex;
      justify-content: space-between;
      padding: 8px 10px;
      font-size: 1rem;
    }
    table.table tbody tr td:first-child {
      font-weight: 700;
      color: #f8c200;
    }
  }
  /* Highlight City Column Only */
.service-location-table td:first-child {
  background-color: red ; /* Light yellow */
  font-weight: bold;
  color: white !important;
  text-align: center;
}

  /* our vechicles */
    .our-vehicles {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .vehicle-card {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 2px solid #f8c200;
  }
  .vehicle-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(248, 194, 0, 0.5);
  }
  .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3; /* Maintain a consistent aspect ratio */
    object-fit: contain;
  }
  .card-body {
    padding: 1.25rem 1rem;
  }
  .btn-book {
    background-color: #f8c200;
    border: none;
    box-shadow: 0 4px 10px rgba(248, 194, 0, 0.6);
    transition: background-color 0.3s ease;
    white-space: nowrap;
  }
  .btn-book:hover {
    background-color: #d4a800;
    box-shadow: 0 6px 14px rgba(212, 168, 0, 0.8);
  }
  .btn-enquiry {
    color: #f8c200;
    border: 2px solid #f8c200;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
  }
  .btn-enquiry:hover {
    background-color: #f8c200;
    color: #fff;
  }
  .btn-group {
    flex-wrap: nowrap !important;
    margin-top: 1rem;
    padding: 0 0.5rem;
    gap: 1rem;
  }

  /* Small devices (phones) */
  @media (max-width: 575.98px) {
    .card-img-top {
      aspect-ratio: 3 / 2;
      height: auto;
    }
  }

  /* why chosee us */
   .why-choose-us {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .section-title {
    font-weight: 800;
    font-size: 2.75rem;
    color: #222;
    letter-spacing: 1.5px;
  }
  .underline {
    width: 120px;
    height: 4px;
    background: #f8c200;
    border-radius: 2px;
  }
  .feature-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    cursor: default;
    border: 2px solid #f8c200;
  }
  .feature-card:hover {
    box-shadow: 0 10px 25px rgba(248, 194, 0, 0.35);
    transform: translateY(-8px);
    border-color: #f8c200;
  }
  .icon-wrapper {
    font-size: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon {
    width: 56px;
    height: 56px;
  }
  .feature-title {
    font-weight: 700;
    color: #f8c200;
    font-size: 1.25rem;
  }
  .feature-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666;
    padding: 0 0.5rem;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .section-title {
      font-size: 2rem;
    }
    .icon-wrapper {
      font-size: 3rem;
    }
  }

   /* Sightseeing Section */
  .sightseeing-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .sightseeing-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: 1px;
  }

  .sightseeing-underline {
    width: 100px;
    height: 4px;
    background-color: #3498db;
    margin-bottom: 2rem;
    border-radius: 2px;
  }

  .sightseeing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.8rem;
  }

  .sightseeing-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .sightseeing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(52, 152, 219, 0.4);
  }

  .sightseeing-img {
    width: 100%;
    height: 200px;
    display: block;
  }

  .sightseeing-img-title {
    margin: 12px 0 16px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #34495e;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .sightseeing-title {
      font-size: 2rem;
    }
  
  }

   .seo-cab-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1f2937;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  }

  .seo-cab-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f8c200; /* Highlight color */
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .seo-cab-paragraph {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
  }

  .seo-cab-paragraph strong {
    color: #f8c200; /* Highlight keywords */
  }

  @media (max-width: 600px) {
    .seo-cab-title {
      font-size: 1.8rem;
    }
    .seo-cab-paragraph {
      font-size: 1rem;
    }
  }

  

   #contact a:hover {
    color: #d4a800 !important;
  }

  .contact-details p {
    font-size: 1.1rem;
    color: #444;
  }

  .map-responsive iframe {
    border-radius: 12px;
  }

  @media (max-width: 767px) {
    #contact .contact-details {
      margin-bottom: 2rem;
    }
  }
  .sticky-whatsapp, .sticky-call {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    background-color: #25D366;
    color: white;
    font-size: 32px; /* Increased Icon Size */
    width: 65px;      /* Increased Button Size */
    height: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
  }

  .sticky-whatsapp {
    left: 20px;
    background-color: #25D366;
  }

  .sticky-call {
    right: 20px;
    background-color: #007bff;
  }

  .sticky-whatsapp:hover, .sticky-call:hover {
    transform: scale(1.1);
  }

  @media (max-width: 500px) {
    .sticky-whatsapp, .sticky-call {
      font-size: 28px;
      width: 60px;
      height: 60px;
      line-height: 60px;
    }
  }


  




.my-custom-carousel .my-carousel-item {
  padding: 20px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px;
  background-color: #f8f8f8;
}
.my-review-card img.my-review-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
}


.my-review-card img.my-review-img2 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  margin-top: 50px;
margin-left: -25px;
}

.my-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.my-review-name {
  font-weight: bold;
  margin-left: 12px;
}
.my-review-verified {
  color: #3498db;
  margin-left: 6px;
}
.my-review-date {
  font-size: 13px;
  color: #7f8c8d;
  margin-left: 10px;
}
.my-review-rating {
  color: #fcbf02;
  margin: 12px 0;
}
.my-review-text {
  font-size: 16px;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #3498db;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev {
  left: -55px;
}
.owl-nav button.owl-next {
  right: -55px;
}

/* Media Queries */
@media (max-width: 768px) {
  .my-custom-carousel .my-carousel-item {
    padding: 15px;
  }
  .my-review-card img.my-review-img {
    width: 60px;
    height: 60px;
  }
  .my-review-text {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .my-custom-carousel .my-carousel-item {
    padding: 10px;
  }
  .my-review-card img.my-review-img {
    width: 50px;
    height: 50px;
  }
  .my-review-text {
    font-size: 13px;
  }
}








  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .googlereview {
        text-align: center;
    }
    .star-rating {
font-size: 15px;
    }
}

.googlelogofull {
    width: 100px;
    height: 40px;
    margin-right: 10px;
}

.googlereview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-rating {
    margin-left: 10px;
}

.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.bgreviews{
  background-color:#f8f8f8 ;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}


.blinking-cta {
  padding:15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  animation: blinkBackground 3s infinite;
  border-radius: 10px;
  margin: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border: 3px dotted black; /* You can change the color and thickness */

}

@keyframes blinkBackground {
  0% { background-color: #f39c12; }
  25% { background-color: #e74c3c; }
  50% { background-color: #8e44ad; }
  75% { background-color: #3498db; }
  100% { background-color: #27ae60; }
}


.trust-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  text-align: center;
}

.trust-box {
  background: red ;
  border-radius: 15px;
  padding: 25px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
    border: 3px dotted red ; /* You can change the color and thickness */
}

.trust-box:hover {
  transform: translateY(-6px);
}

.trust-box i {
  font-size: 38px;
  color: white;
  margin-bottom: 10px;
}

.trust-box p {
  font-size: 14px;
  font-weight: 600;
  color: white !important;
  margin: 0;
}

/* Force 3 per row on small screens */
@media (max-width: 576px) {
  .trust-container {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-box {
    padding: 5px 5px;
  }

  .trust-box i {
    font-size: 30px;
  }

  .trust-box p {
    font-size: 12px;
  }
}




/* animated */
.animated-tilt {
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background: linear-gradient(45deg, #ff4b2b, #ff416c, #1e90ff, #00b894);
  background-size: 300% 300%;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  animation: gradientMove 5s ease infinite, tiltMove 2s ease-in-out infinite;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Gradient background animation */
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Continuous tilt animation */
@keyframes tiltMove {
  0% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}

.gradient-wave-btn {
  background: linear-gradient(-45deg, #ff9800, #ff5722, #0776df, #ff5722);
  background-size: 400% 400%;
  animation: waveGradient 6s ease infinite;
  color: #fff;
  padding: 10px 22px;
  border-radius: 50px;
  border: none;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);
}
.gradient-wave-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(255, 87, 34, 0.6);
}
@keyframes waveGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.tour-img {
  height: 220px; /* adjust as needed */
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  display: flex;
  width: calc(160px * 10); /* 5 logos * 2 (duplicate) */
  animation: scrollLogos 20s linear infinite;
  gap: 40px;
  align-items: center;
}

.logo-track img {
  height: 130px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.logo-track img:hover {
  transform: scale(1.1);
}

@keyframes scrollLogos {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.review-btn {
  background: linear-gradient(45deg, #ff0000, #cc0000);
  color: #fff;
  padding: 12px 26px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
.review-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.6);
  color: #fff;
}