.accordion-bg {
  background-color: rgb(245, 245, 245);
}

.butn:link,
.butn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  text-decoration: none;
  background-color: #5e16bd;
  background-image: linear-gradient(90deg, #501aa8, #870de8);
  padding: 1rem 2.5rem;
  width: 25.1rem;
  margin-right: 13px;
  border-radius: 4px;
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.per-person {
  color: #7c7c7c;
  font-weight: 500;
  font-size: 13px;
}

.butn::before {
  background: #fff;
  content: "";
  height: 55px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transform: rotate(35deg);
  width: 20px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.butn::after {
  background: #fff;
  content: "";
  height: 8rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 2rem;
}

.butn__new::before {
  left: -50%;
}

.butn__new::after {
  left: -100%;
}

.butn:hover,
.butn:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
  left: 50%;
  opacity: 0.5s;
}

.butn__new:hover::after {
  left: 150%;
  opacity: 0.6;
}

.trip-home {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  background-attachment: fixed !important;
}

.trip-home {
  height: 100%;
}

.new-year {
  position: absolute;
  height: 28px !important;
  width: 160px;
  transition: all 0.7s;
  border-radius: 0px !important;
}

.christmas {
  position: absolute;
  height: 28px !important;
  width: 160px;
  transition: all 0.7s;
  border-radius: 0px !important;
}

.itinerary-logo-content p {
  font-size: 14px;
  background: #d8eefe !important;
  margin: 4px;
  color: black !important;
  border-radius: 31px;
  padding: 5px 10px;
  text-transform: capitalize;
}

.acc-inner li::before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #4ec0db !important;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  content: "";
  margin-top: 5px;
}

.acc-inner li:hover::before {
  border-left: 10px solid #555 !important;
}

.with-travel {
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
  display: none;
}

.with-travel-price {
  color: #4ec0db;
  font-weight: 800;
  margin-right: 5px;
  margin-left: 5px;
}


.travel-des {
  padding: 30px !important;
}

.travel-des a {
  max-width: 200px;
}

.price-occupancy {
  padding: 10px 21px;
  background: #fff;
  border: 1px solid #eee;
  margin: 5px;
  border-radius: 5px;
  font-family: "Heebo", sans-serif;
}

.price-occupancy1 {
  border: none;
}

.price-occupancy1:focus {
  outline: 0px solid !important;
  border: 2px solid #4ec1db0d !important;
  /* -moz-outline-style: none !important; */
  border-color: none !important;
  background-color: #4ec0db0f;
  box-shadow: none !important;
}

.upcoming-slot h4 {
  font-weight: 400;
  padding: 3px 8px 3px 8px;
  background: white;
  border-radius: 10px;
  box-shadow: rgb(255 255 255 / 30%) 0px 1px 2px 0px, rgb(125 128 130 / 15%) 0px 2px 6px !important;
  font-size: 14px !important;
  line-height: 26px;
  color: #878686 !important;
  margin: 0;
}

.occupancy {
  display: flex;
  justify-content: center;
}

.ai1::before {
  background-image: url(assets/img/images/line.svg) !important;
}

.accordion-button::after {
  background-image: url(assets/img/images/arrow-down.svg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(assets/img/images/arrow-up.svg) !important;
  transform: rotate(-360deg) !important;
}

.why-us {
  background: url(assets/img/images/sea-travel.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0px;
}

.why-us::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.why-para {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 60px;
}

.why-us .trip-inner>h3 {
  margin-bottom: 30px;
  padding: 20px 24px;
}

.silder-inner h3 {
  font-size: 11px;
  color: #4EC0DB;
  font-weight: 700;
}

.silder-inner h2 {
  color: #094067;
  font-size: 20px;
  margin-bottom: 0.7rem;
}

.silder-inner h4 {
  display: flex;
  align-items: center;
  color: #5F6C7B;
  font-size: 12px;
  font-weight: 400;
}

.silder-inner h4>img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  margin-top: -7px;
}

.inquiry i {
  margin-left: 20px;
  font-size: 24px;
}

.price-sticky {
  position: sticky;
  top: 120px;
  margin-top: 125px;
}

@media (max-width: 767px) {
  .price-sticky {
    margin-top: 20px;
  }
}


.desktop-inform {
  display: block;
}

@media (max-width: 600px) {
  .kerala-overview {
    font-size: 20px !important;
  }

  .price-occupancy {
    padding: 10px 18px !important;
    font-size: 14px !important;
    box-shadow: rgb(0 207 264 / 35%) 0px 6px 10px, rgba(0, 0, 0, 0.23) 0px 2px 5px;
  }

  .silder-inner h4 {
    font-size: 12px !important;

  }

  .acc-container {
    padding: 0px 0px 0px 6px !important;
  }

  #tab1 p {
    font-size: 11px;
  }

  .trip-home {
    height: 100%;
  }


  .accordion-button {
    font-size: 10px !important;
    /* padding: 10px 20px !important; */
  }

  .days {
    font-size: 10px !important;
  }

  .butn:link,
  .butn:visited {
    margin-right: auto !important;
    width: auto !important;
  }

  .butn::after {
    top: -21px !important;
    width: 1rem !important;
  }


  .butn__new::after {
    left: 6% !important;
  }

  .butn__new::before {
    left: -7% !important;
  }

  #price {
    margin-left: 105px !important;
  }

  .readless {
    display: none;
  }

  #tab2 p {
    font-size: 11px;
  }

  #moreText {
    visibility: visible !important;
  }

  #readMoreLink {
    visibility: visible !important;
  }

  .travel-des1 p {
    text-align: justify;
    margin-bottom: 1.2rem !important;
    font-size: 14px !important;
  }

  .occupancy {
    font-size: 10px !important;
  }

  .slider-item2 {
    flex: 0 0 calc(96%) !important;
    padding: 15px;
  }

  .slider-item2 img {
    height: 380px !important;
  }

  .slider-item2-image {
    margin-left: 0px !important;
  }

  .trek-sec {
    display: block !important;
  }

  .diff-sec {
    display: none !important;
  }

  .desktop-inform {
    display: none !important;
  }
}

.silder-inner1 p {
  border: none !important;
  margin-bottom: 0px !important;
  font-size: 12px;
  font-weight: 400;
  color: #5F6C7B;
  padding-bottom: 10px;
}

.silder-inner span {
  display: flex;
  align-items: center;
  color: #4EC0DB;
  font-size: 16px;
  margin-left: 5px;
  font-weight: 600;
}

.silder-inner {
  padding: 30px 20px;
  background: #ffff;
}

.short-trips {
  background: none;
  padding-bottom: 60px;
}

.container-fluid {
  width: 96%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

.acc-btn::after {
  background-image: url(assets/img/images/arroww\ Black.svg) !important;
}

.acc-btn:not(.collapsed)::after {
  background-image: url(assets/img/images/arroww\ white.svg) !important;
  transform: rotate(-360deg) !important;
}

.trip-nav {
  grid-template-columns: repeat(4, 1fr) !important;
}

#tab1 p {
  padding-left: 30px;
  position: relative;
}

#tab1 p::before {
  content: "";
  position: absolute;
  font-size: 20px;
  background: url(assets/img/icon/chexh\ 1.png);
  left: 0;
  width: 20px;
  margin-top: 3px;
  background-position: center;
  height: 20px;
  background-size: cover;
}

#tab2 p {
  padding-left: 30px;
  position: relative;
}

#tab2 p::before {
  content: "";
  position: absolute;
  font-size: 20px;
  background: url(assets/img/icon/Close\ 1.png);
  left: 0;
  width: 20px;
  margin-top: 3px;
  background-position: center;
  height: 20px;
  background-size: cover;
}

/* .trip-home {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      position: relative;
    } */

#moreText {
  visibility: hidden;
}

#readMoreLink {
  visibility: hidden;
}

.arrow-right {
  height: 20px;
  width: 30px;
  margin-left: 10px;
}

.des-sub {
  display: flex;
  justify-content: center;
  /* margin-left: -43px !important; */
  margin-bottom: 43px;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #094067 !important;
}

.whatapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  animation: fadeInUp1 0.5s ease-in-out forwards;
  display: block !important;
}

.whatapp img {
  width: 50px;
}

.faq {
  background-image: url(assets/img/images/world2.png) !important;
}

/* dates update */
.kodai-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.andaman-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.kerala-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.ooty-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.munnar-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.pondi-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.wayanad-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.chik-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.goa-dates {
  color: #5f6c7b !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.diff i {
  padding: 0 6px 0 0px;
  color: #4ec0db;
  text-shadow: -1.3px 1px #000;
}

.difficulty {
  font-size: 14px;
  font-weight: 700;
}

.sub-diff {
  font-size: 14px;
  font-weight: 600;
}

.diff {
  padding-bottom: 10px;
}

.diff-sec {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.trek-sec {
  display: none;
}

.trek {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
}

.trip-form a {
  width: 100% !important;
  background: #094067 !important;
  color: #fff !important;
}

.mobile-bottom-bar {
  display: none;
}

.desk-desc {
  display: block !important;
  line-height: 1.7rem;
}

.mob-desc {
  display: none !important;
}

#dotPagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 180px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 150px);
  z-index: 10;
  padding: 0;
  align-items: center;
  /* Added to vertically align dots of different sizes */
}

.dot {
  width: 6px;
  /* Smaller inactive dots */
  height: 6px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
  padding: 0;
}

.dot.active {
  background-color: #ffffff;
  width: 6px;
  /* Larger active dot */
  height: 6px;
  opacity: 1;
}

@media screen and (max-width:732px) {
  .mobile-bottom-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* ensure it's above other elements */
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
  }

  .mobile-bottom-bar .btn {
    background-color: #4ec0db !important;
    border-radius: 2rem;
    padding: 8px 12px !important;
    color: #fff !important;
  }

  .mob-price {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    gap: 10px;
    padding: 10px;
  }

  .mob-price .price-box {
    flex: 2;
  }

  .price-box h6 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }

  .mob-price .butn {
    flex: 2;
    border-radius: 2rem !important;
    padding: 10px 4px !important;
  }

  .mob-price .price-amount {
    margin-bottom: 0 !important;
    font-size: 25px;
    font-weight: 700;
    color: #4ec0db;
    margin-right: 4px;
  }

  .mob-price .price-amount span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }

  .desk-desc {
    display: none !important;
  }

  .mob-desc {
    display: block !important;
  }

  #dotPagination {
    display: none !important;
  }
}

/* Mobile Price  */

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  animation: slideUp 0.6s ease-out forwards;
  transform: translateY(100%);
  z-index: 1000;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}

.bottom-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.price-box {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-4px);
  }
}

.price-amount {
  font-size: 18px;
  font-weight: bold;
  color: #e63946;
}

.per-person {
  font-size: 12px;
  color: #555;
  display: block;
}

.btn-book {
  background-color: #1d3557;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;

}

.btn-book:hover {
  background-color: #457b9d;
  transform: scale(1.05);
}

.mobile-bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  z-index: 1000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.bottom-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-box .label {
  margin: 0;
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.price-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.price-amount {
  font-size: 20px;
  font-weight: bolder;
  color: #4ec0db;
}

.per-person {
  font-size: 12px;
  color: #777;
}

.btn-book {
  background-color: #4CAF50;
  color: white;
  padding: 10px 13px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.btn-book:hover {
  background-color: #43a047;
  color: white;
}


/* Modal Box */

.popup-modal {
  background: white;
  padding: 24px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
  animation: fadeInUp 0.3s ease-out;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.popup-modal h3 {
  margin-bottom: 16px;
}

.popup-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.popup-list li {
  margin-bottom: 8px;
  font-size: 15px;
}


.btn-book.full {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* fab button  */
.whatsapp-fab {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: #25d366;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

/* .swiper-container.two {
  padding-top: 50px;
  padding-bottom: 50px;
} */

.swiper-container.two .swiper-slide {
  width: 300px;
  height: 500px;
  position: relative;
}

.swiper-container.two .slider-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.swiper-container.two .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container.two .swiper-slide-shadow-left,
.swiper-container.two .swiper-slide-shadow-right {
  background-image: none;
}

.accordion-button:not(.collapsed) {
  background: #094067 !important;
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
}

.accordion-button::after {
  background-color: #fff;
  border-radius: 100%;
  background-size: 75%;
}

.animated-badge {
  transition: all 0.3s ease;
}

.accordion-button:hover .animated-badge {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .animated-badge {
    font-size: 14px !important;
  }
}

.scroll-section {
  /* padding: 50px 0; */
  opacity: 0;
  transition: opacity 0.5s ease;
}

.scroll-section.loaded {
  opacity: 1;
}

/* .swiper-container.two {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  visibility: hidden;
} */

.swiper-container.two.initialized {
  visibility: visible;
}

.swiper-container.two .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
  margin: 0 10px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.swiper-container.two.initialized .swiper-slide {
  opacity: 1;
  transform: scale(1);
}

.swiper-container.two .slider-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.swiper-container.two .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-section {
  /* padding: 50px 0; */
  opacity: 0;
  transition: opacity 0.5s ease;
}

.scroll-section.loaded {
  opacity: 1;
}

/* .swiper-container.two {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  visibility: hidden;
} */

.swiper-container.two.initialized {
  visibility: visible;
}

.swiper-container.two .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
  margin: 0 10px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.swiper-container.two.initialized .swiper-slide {
  opacity: 1;
  transform: scale(1);
}

.swiper-container.two .slider-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.swiper-container.two .slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-br {
  display: none;
}

@media (max-width: 767px) {
  .mobile-br {
    display: inline;
  }
}

/* banner height */



/* for mobile */
@media (max-width: 768px) {
  .banner-hight-top {
    margin-top: 180px;
  }

  .banner-hight-bottom {
    margin-bottom: 180px;
  }
}

@media screen and (max-width:700px) {
  .tab-box {
    font-size: 15px !important;
  }
}

@media screen and (max-width:900px) {

  .ilt-up {
    margin: 0px 0 !important;
  }

}

.ilt-up {
  margin: 0px 0 !important;
}

@media (max-width: 576px) {
  .mobile-small-text {
    font-size: 10px;
  }
}

.icon-blue {
  color: #4ec0db;
}

