/* <!--======== Scroll up and prograss css start ========--> */
#scrollUp {
  text-align: center;
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 10;
  border-radius: 50%;
  background: #141e48 !important;
  padding: 1px;
  transition: all linear 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #fab404 !important;
}
#scrollUp .scrollprogress .progress-circle {
  transition: stroke-dashoffset 0.5s ease;
}
#scrollUp .arrowup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#scrollUp:hover {
  background: #0a0a0a !important;
}
.scrollprogress {
  transform: rotate(-90deg);
}
/* <!--======== Scroll up and prograss css Ends ========--> */
/* toaster css*/
#toast-container > .toast-success {
  background-color: #48fc079f; /* Custom green */
  color: white;
}
#toast-container > .toast-error {
  background-color: #dc3546cb; /* Custom red */
  color: white;
}
/* toaster css end */
/* service css */
.enquiry-btn {
  color: #fffdfd !important;
  background-color: #141e48 !important;
}
.enquiry-btn:hover {
  color: rgb(0, 0, 0) !important;
  background-color: #fab404 !important;
}

/*------------------------------ TOp Booking Box ------------------------------*/
.booking-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.booking-box:hover {
  box-shadow: 5px 5px 8px 8px rgba(0.5, 0.5, 0.5, 0.5) !important;
  transform: translateY(-4px);
}

.booking-box .booking-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  bottom: 0px;
  display: block;
  transition: transform 0.4s ease;
}

.booking-box .booking-img:hover {
  transform: scale(1.1);
}

/* h5 and p overlayed on image */
.booking-box h5,
.booking-box p {
  position: absolute;
  left: 0;
  width: 100%;
  color: #070707;
  background: rgba(255, 184, 51, 0.786);
  margin: 0;
  padding: 5px 0;
  transition: all 0.4s ease;
}

.booking-box h5 {
  bottom: 38px;
  font-size: 20px;
  font-weight: 600;
}

.booking-box p {
  bottom: 0px;
}

/* Animate position on hover */
.booking-box:hover h5 {
  bottom: 73px;
}

.booking-box:hover p {
  bottom: 35px;
}

/* Button initially hidden */
.booking-box .btn {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  bottom: 0px;
  width: 100%;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease, bottom 0.4s ease;
  z-index: 2;
  border-radius: 0px;
}

/* Show button on hover */
.booking-box:hover .btn {
  opacity: 1;
  bottom: 0px;
  border-radius: 0px;
  background-color: #141e48 !important;
}

/* .booking-box .btn:hover {
  color: #070707;
  background-color: #FFB933 !important;
} */

.cab-img {
  height: 200px;
  object-fit: cover;
}

.other-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.other-card:hover {
  transform: translateY(-7px);
  box-shadow: 10px 10px 10px 25px rgba(0.25, 0.25, 0.25, 0.25);
}

.other-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.other-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d3557;
}

.other-text {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 1rem;
}

.btn-outline-primary {
  border-radius: 50px;
  padding: 0.4rem 1rem;
}

/* @media (max-width: 768px) {
      .cab-img {
        height: 180px;
      }
    } */

/*------------------------------ holiday package ------------------------------*/
/* Domestic card enhancements */
.Domestic-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  /* cursor: pointer; */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.Domestic-card:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 8px 10px rgba(0.5, 0.5, 0.5, 0.5) !important;
}

.Domestic-card:hover .card-img-top {
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}

/* Smooth hover zoom for image */
.Domestic-card .card-img-top {
  height: 180px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.Domestic-card .submit-btn {
  color: white;
  background-color: #141e48 !important;
}
.Domestic-card .submit-btn:hover {
  color: #070707;
  background-color: #fab404 !important;
}
.Domestic-card .submit-btn-s {
  color: #070707;
  background-color: #fab404 !important;
}
.Domestic-card .submit-btn-s:hover {
  color: white;
  background-color: #141e48 !important;
}
/* Testimonials */
.all_review_box {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.all_review_box:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px 10px rgba(0.5, 0.5, 0.5, 0.5);
}
.testimonials_view_more .view-more {
  background-color: #141e48 !important;
  color: white !important;
  padding: 10px 20px 10px 20px !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: 2px solid #fab404 !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
  text-decoration: none !important;
}

.testimonials_view_more .view-more:hover {
  background-color: #141e48 !important;
  transform: scale(1.05) !important;
  box-shadow: 5px 5px 5px 5px rgba(0.4, 0.4, 0.4, 0.4);
  text-decoration: none !important;
  border: 2px solid #fab404 !important;
}

.testimonial-message {
    display: -webkit-box;
    -webkit-line-clamp: 10;    /* 🔥 10 line dikhani hai */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-message.expanded {
    -webkit-line-clamp: unset;  /* 🔥 Read More pe pura expand */
}


.view-toggle {
    display: none;
    color: #ff6600;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    margin-top: 6px;
    display: inline-block;
    transition: color 0.3s ease;
}
.view-toggle:hover {
    color: #141e48;
}
/* testimonials end */

/* ====================== all enquiry module ===========================*/
.all-enquiry-btn .submit-btn {
  color: #070707;
  background-color: #fab404 !important;
}
.all-enquiry-btn .submit-btn:hover {
  color: white;
  background-color: #141e48 !important;
}

.error {
  color: red;
  font-size: 13px;
}




