.review-carousel {
  position: relative;
  max-width: 600px;
  margin: auto;
  background-color: #fff8ee;
  border-radius: 12px;
  overflow: hidden;
  min-height: 180px;
}

.review-slide {
  display: none;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
}

.review-slide.active {
  display: block;
}

.review-content {
  font-size: 16px;
  font-style: italic;
  color: #444;
}

.review-author {
  font-size: 15px;
  font-weight: 600;
  color: #cc8904;
}

    /* Responsive max-width based on screen */
.custom-modal-width {
    max-width: 960px; /* or 768px */
    width: auto;
}

/* Limit height and enable scrolling if needed */
.modal-body {
    max-height: 75vh;
    overflow-y: auto;
    padding: 1rem;
}

/* Optional: Prevent large empty gaps if few cards */
#cab-list {
    justify-content: start;
}

#cab-list .card {
    min-width: 250px;
    max-width: 300px;
}


  .trip-type-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 360px;
    margin: auto;
  }

  .trip-type-option {
    position: relative;
  }

  .trip-type-option input[type="radio"] {
    display: none;
  }

  .trip-type-option label {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 6px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
  }

  .trip-type-option label:hover {
    background-color: #dee9ff;
  }

  .trip-type-option input[type="radio"]:checked + label {
    background-color: #cc8904 !important;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
  }

  @media (max-width: 480px) {
    .trip-type-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 8px;
    }

    .trip-type-option label {
      font-size: 13px;
      padding: 8px 0;
    }
  }
  
  
  .trip-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 in a row on desktop */
  gap: 10px;
  max-width: 720px; /* Optional: wider grid for desktop */
  margin: auto;
}

@media (max-width: 768px) {
  .trip-type-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 in a row on tablets/mobiles */
  }
}

@media (max-width: 480px) {
  .trip-type-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 in a row on small screens */
    gap: 8px;
  }

  .trip-type-option label {
    font-size: 13px;
    padding: 8px 0;
  }
}


select.form-control {
  height: auto !important;
  padding: 8px 12px !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
  width: 100%;
  overflow: visible;
}

    .review-card {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.07);
      padding: 20px;
      height: 100%;
    }

    .review-name {
      font-weight: 600;
      font-size: 1.1rem;
      color: #34495e;
      margin-bottom: 10px;
    }

    .review-text {
      font-size: 0.95rem;
      color: #555;
    }

    .owl-dots .owl-dot span {
      background: #ccc !important;
    }

    .owl-dots .owl-dot.active span {
      background: #ff9900 !important;
    }
.trip-image-container {
    position: relative;
    overflow: hidden;
}

.overlay-buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.trip-image-container:hover .overlay-buttons {
    opacity: 1;
    visibility: visible;
}
.overlay-buttons a {
  padding: 10px 25px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 30px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  user-select: none;
  text-decoration: none;
  display: inline-block;
  min-width: 110px;
  text-align: center;
}

/* Call Now button style */
.overlay-buttons a.btn-outline-dark {
  color: #fff;
  background: transparent;
  border-color: #fff;
  box-shadow: 0 6px 15px rgba(255, 255, 255, 0.4);
}

.overlay-buttons a.btn-outline-dark:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.7);
  transform: translateY(-3px);
}

/* Book Now button style */
.overlay-buttons a.btn-warning {
  color: #212529;
  background: #ffcc00;
  border-color: #ffcc00;
  box-shadow: 0 6px 15px rgba(255, 204, 0, 0.5);
}

.overlay-buttons a.btn-warning:hover {
  background: #e6b800;
  border-color: #e6b800;
  box-shadow: 0 8px 20px rgba(230, 184, 0, 0.7);
  transform: translateY(-3px);
}




  .review-card {
    background: #f9f9f9;
    padding: 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,0.1);
    text-align: center;
    min-height: 180px;
  }
  .review-name {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
  .review-stars {
    color: #ffc107; /* Gold */
    margin-bottom: 0.75rem;
    font-size: 1rem;
  }
  .review-text {
    font-style: italic;
    color: #555;
  }


