.cursor-pointer {
  cursor: pointer;
}

.my-swal-popup {
  width: 700px !important;
  max-width: 90%; /* ensures responsiveness */
  font-size: 18px; /* optional, increase text size */
}

.topPack-image-box {
  height: 220px;
}

.custom-image-box {
  height: 100%;
  width: 100%;
}

.home-slider-image-box .image {
  height: 250px;
}

.home-slider-image-box .image img {
  width: 100%;
  height: 100%;
}

.topPack-content h4 a {
  font-size: 20px;
}

.home-packages-slider-ul {
  padding-left: 15px !important;
}

.home-packages-slider-ul li p {
  font-size: 10pt !important;
  color: rgba(113, 121, 126) !important;
}

@media only screen and (max-width: 768px) {
  .topPack-content {
    font-size: 18px;
  }
}

/* DETAILED PAGE CSS */
.package_highlights p strong span {
  font-size: 13pt !important;
  color: black;
}

.package_highlights p span {
  font-size: 11pt !important;
}

.faq-custom-styling h4 button {
  font-size: 16px !important;
}

.faq-custom-styling .accordion-body p span {
  font-size: 11pt !important;
}

.custom-package-listing .tour-package-standard .tour-standard-image {
  height: 250px;
}

/* FOOTER WHATSAPP CHAT CSS */
@media only screen and (max-width: 992px) {
  .whatsapp-toggle {
    bottom: 40px !important;
    right: 15px !important;
  }
  .chat-popup {
    bottom: 100px !important;
    right: 20px !important;
  }
  .book-vacation-now {
    bottom: 100px !important;
    right: 15px !important;
  }
  .filter-button img {
    width: 20px;
    height: 20px;
  }
}

.whatsapp-toggle {
  position: fixed;
  bottom: 110px;
  right: 50px;
  background-color: #25d366;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
}

.whatsapp-toggle img {
  width: 32px;
  height: 32px;
}

.chat-popup {
  position: fixed;
  bottom: 165px;
  right: 90px;
  width: 320px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1001;
  overflow: hidden;
}

.chat-header span {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 17px;
}

.chat-header {
  position: relative;
  background-color: #118c7e;
  padding: 16px;
  text-align: center;
  color: white;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.chat-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.chat-header h4 {
  margin: 0 0 5px;
}

.chat-header p {
  margin: 0;
  font-size: 13px;
  color: #e8f5ec;
}

.chat-body {
  padding: 16px;
}

.chat-body input,
.chat-body select,
.chat-body textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background-color: #f9f9f9;
  box-sizing: border-box; /* ✅ Fixes overflow issue */
}

.send-btn {
  background-color: #118c7e;
  color: white;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.send-btn:hover {
  background-color: #1ebe5d;
}

.wa__btn_submit {
  width: 24px;
}

/* FOOTER BOOK NOW BUTTON APPOINTMENT SYSTEM */
.book-vacation-now {
  position: fixed;
  bottom: 170px;
  right: 50px;
  z-index: 1000;
  font-size: 16px;
}

/* Hide arrows for Chrome, Safari, Edge, Opera */
.range-widget input[type="number"]::-webkit-inner-spin-button,
.range-widget input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows for Firefox */
.range-widget input[type="number"] {
  -moz-appearance: textfield;
}

@media only screen and (min-width: 1199px) {
  .custom-destination-box {
    height: 300px;
  }
  .custom-destination-page {
    height: 300px;
    width: 260px;
  }
}

/* DESTINATION SECTION */
.destination-img {
  object-fit: cover;
  background-position: center;
  height: 100% !important;
}

/* PACKAGE DETAILS PAGE */
/* .booking-form-outer-div {
  position: relative;
}
.floating-form {
  position: fixed;
  top: 0px;
} */
