/* ============================================================
   side_iklan — salinan style dari .tour-details-side
   Gunakan class ini sebagai pengganti / alternatif standalone
   ============================================================ */

/* --- Widget Contact (kotak Need Help?) --- */
.side_iklan .widget-contact {
  padding: 40px;
  background-color: var(--header);
  margin-bottom: 30px;
  margin-top: 30px;
}

.side_iklan .widget-contact h3 {
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.side_iklan .widget-contact .list-style-one li a {
  color: var(--white);
}

.side_iklan .widget-contact .list-style-one li:not(:last-child) {
  margin-bottom: 10px;
}

.side_iklan .widget-contact .list-style-one li i {
  margin-right: 5px;
  color: var(--white);
}

/* --- Sidebar Bg Image Items (kotak promo gambar) --- */
.side_iklan .tour-sidebar-bg-image-items {
  position: relative;
  z-index: 9;
}

.side_iklan .tour-sidebar-bg-image-items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.side_iklan .tour-sidebar-bg-image-items .tour-bg-content {
  position: absolute;
  left: 40px;
  top: 40px;
}

.side_iklan .tour-sidebar-bg-image-items .tour-bg-content span {
  color: var(--white);
}

.side_iklan .tour-sidebar-bg-image-items .tour-bg-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .side_iklan .tour-sidebar-bg-image-items .tour-bg-content h3 {
    font-size: 25px;
  }
}

.side_iklan .tour-sidebar-bg-image-items .tour-bg-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}

.side_iklan .tour-sidebar-bg-image-items .tour-bg-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.side_iklan .tour-sidebar-bg-image-items .tour-bg-content .theme-btn::after {
  background-color: var(--white);
}

.side_iklan .tour-sidebar-bg-image-items .tour-bg-content .theme-btn:hover {
  color: var(--theme);
}

/* --- Sidebar Items (kotak booking/form) --- */
.side_iklan .tour-sidebar-items {
  border-radius: 10px;
  background: var(--white);
  filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, 0.25));
  padding: 40px;
}

.side_iklan .tour-sidebar-items h3 {
  font-size: 24px;
}

.side_iklan .tour-sidebar-items .form-list {
  position: relative;
  margin-top: 10px;
}

.side_iklan .tour-sidebar-items .form-list li {
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 20px;
  padding-top: 15px;
}

.side_iklan .tour-sidebar-items .form-list li .form-clt {
  flex-basis: 55%;
}

.side_iklan .tour-sidebar-items .form-list li .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 11px 16px;
  color: #696969;
  background-color: transparent;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 8px !important;
  border: 1px solid rgba(21, 21, 21, 0.1);
  color-scheme: dark;
  line-height: 1;
}

@media (max-width: 575px) {
  .side_iklan .tour-sidebar-items .form-list li .form-clt input {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.side_iklan .tour-sidebar-items .form-list li .form-clt input::placeholder {
  color: #455151;
}

.side_iklan .tour-sidebar-items .form-list li .form-clt .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  display: block;
}

.side_iklan .tour-sidebar-items .form-list li .form-clt .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.side_iklan .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  background-color: var(--white);
  top: 5px;
}

.side_iklan .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}

.side_iklan .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--white);
  font-size: 11px;
  display: block;
}

.side_iklan .tour-sidebar-items .form-list li .form-clt .checkbox-single .text-color {
  color: #455151;
  font-size: 16px;
  font-weight: 500;
}

.side_iklan .tour-sidebar-items .form-list .input-group-addon {
  position: absolute;
  right: 12px;
  top: 8px;
}

/* --- Tickets List --- */
.side_iklan .tour-sidebar-items .tickets-list {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}

.side_iklan .tour-sidebar-items .tickets-list p {
  font-size: 16px;
  color: #455151;
  font-weight: 800;
  margin-bottom: 10px;
}

.side_iklan .tour-sidebar-items .tickets-list ul li {
  color: #8B8B8B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.side_iklan .tour-sidebar-items .tickets-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.side_iklan .tour-sidebar-items .tickets-list ul li b {
  font-weight: 400;
  color: #8B8B8B;
  padding-left: 10px;
}

.side_iklan .tour-sidebar-items .tickets-list ul li .form-clt {
  flex-basis: 50%;
}

.side_iklan .tour-sidebar-items .tickets-list ul li .form-clt .single-select {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  background: var(--white);
  padding: 11px 16px;
  line-height: initial;
  font-size: 14px;
  color: #455151;
  font-weight: 700;
  height: initial;
}

/* --- Extra Items (checkbox extras) --- */
.side_iklan .tour-sidebar-items .extra-items {
  border-bottom: 1px solid rgba(21, 20, 21, 0.09);
  padding-bottom: 24px;
}

.side_iklan .tour-sidebar-items .extra-items p {
  color: #455151;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  border: 1px solid rgba(21, 20, 21, 0.15);
  top: 5px;
  background-color: var(--white);
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--theme);
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--white);
  font-size: 11px;
  display: block;
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single .text-color {
  font-weight: 500;
  color: #455151;
  font-size: 16px;
}

.side_iklan .tour-sidebar-items .extra-items .checkbox-single .text-color .star {
  color: #FFA41B;
  margin-right: 5px;
}

/* --- Total & CTA --- */
.side_iklan .tour-sidebar-items .total-list {
  display: flex;
  align-items: center;
  padding-top: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.side_iklan .tour-sidebar-items .total-list li {
  font-size: 20px;
  font-weight: 800;
  color: #151415;
}

.side_iklan .tour-sidebar-items .theme-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.side_iklan .tour-sidebar-items .text {
  text-align: center;
  text-transform: capitalize;
  color: var(--text);
}






.iklan_blog {
    position: relative;
    
}
.iklan_blog::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(216, 216, 216, 0) 20%, rgba(126, 126, 126, 0.5) 50%, rgba(0, 0, 0, 0.75) 90%);
    
    border-radius: 10px;
}
.iklan_blog img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.iklan_blog .tour-bg-content {
    position: absolute;
    left: 40px;
    bottom: 40px;
    
}
@media (max-width: 1399px) {
    .iklan_blog .tour-bg-content {
        left: 20px;
        bottom: 20px;
    }
}
.iklan_blog .tour-bg-content span {
    color: var(--white);
}
.iklan_blog .tour-bg-content h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
@media (max-width: 1399px) {
    .iklan_blog .tour-bg-content h3 {
        font-size: 25px;
    }
}
.iklan_blog .tour-bg-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--white);
}
.iklan_blog .tour-bg-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}


/* ===== LOGO NAVBAR ===== */

/* Desktop default — 180x80 */
.header-logo img,
.header-logo-2 img {
  width: 180px !important;
  height: 80px !important;
  object-fit: contain !important;
}

/* ===== TABLET LANDSCAPE (max 1199px) ===== */
@media (max-width: 1199px) {
  .header-logo img,
  .header-logo-2 img {
    width: 160px !important;
    height: 70px !important;
  }
}

/* ===== TABLET PORTRAIT (max 992px) ===== */
@media (max-width: 992px) {
  .header-logo img,
  .header-logo-2 img {
    width: 150px !important;
    height: 65px !important;
  }
}

/* ===== MOBILE LANDSCAPE (max 768px) ===== */
@media (max-width: 768px) {
  .header-logo img,
  .header-logo-2 img {
    width: 140px !important;
    height: 60px !important;
  }
}

/* ===== MOBILE PORTRAIT (max 480px) ===== */
@media (max-width: 480px) {
  .header-logo img,
  .header-logo-2 img {
    width: 120px !important;
    height: 52px !important;
  }
}


/* ===== HERO SECTION — height px, bukan aspect-ratio ===== */
.hero-section.hero-4 {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  /* Ganti aspect-ratio → height px yang fixed */
  height: 440px !important;       /* desktop */

  display: flex !important;
  align-items: flex-end !important; /* konten di bagian bawah hero */

  /* Jarak dari navbar (asumsi navbar ~80px) + ruang napas */
  padding-top: 100px !important;
  padding-bottom: 56px !important;
}

/* ===== BREADCRUMBS — tidak berubah ===== */
.hero-section.hero-4 .breadcrumbs-page {
  display: flex !important;
  align-items: center !important;
  list-style: none !important;
  padding: 0 !important;
  gap: 0 !important;
  font-size: 17px !important;
  margin-top: 12px !important;
}

.hero-section.hero-4 .breadcrumbs-page li a {
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: color 0.2s !important;
}

.hero-section.hero-4 .breadcrumbs-page li a:hover {
  color: #FB5B32 !important;
}

.hero-section.hero-4 .breadcrumbs-page li.separator {
  margin: 0 10px !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

.hero-section.hero-4 .breadcrumbs-page li.active span {
  color: #FB5B32 !important;
  font-weight: 600 !important;
}

/* ===== TABLET LANDSCAPE (max 1199px) ===== */

@media (max-width: 1199px) {
  .hero-section.hero-4 {
    height: 400px !important;   /* was 460px → fix: harus < 430px */
    padding-bottom: 48px !important;
  }
}

/* ===== TABLET PORTRAIT (max 992px) ===== */
@media (max-width: 992px) {
  .hero-section.hero-4 {
    height: 380px !important;
    padding-bottom: 40px !important;
  }

  .hero-section.hero-4 h1 {
    font-size: 36px !important;
    margin-bottom: 4px !important;
  }
}

/* ===== MOBILE LANDSCAPE (max 768px) ===== */
@media (max-width: 768px) {
  .hero-section.hero-4 {
    height: 320px !important;
    padding-bottom: 32px !important;
  }

  .hero-section.hero-4 h1 {
    font-size: 30px !important;
    margin-bottom: 4px !important;
  }

  .hero-section.hero-4 .breadcrumbs-page {
    font-size: 15px !important;
  }
}

/* ===== MOBILE PORTRAIT (max 480px) ===== */
@media (max-width: 480px) {
  .hero-section.hero-4 {
    height: 260px !important;
    padding-bottom: 24px !important;
  }

  .hero-section.hero-4 h1 {
    font-size: 26px !important;
    margin-bottom: 4px !important;
  }

  .hero-section.hero-4 .breadcrumbs-page {
    font-size: 14px !important;
    margin-top: 8px !important;
  }

  .hero-section.hero-4 .breadcrumbs-page li.separator {
    font-size: 16px !important;
    margin: 0 6px !important;
  }
}


/* BUTTONS PAKET WISATA  */
/* .buttons_paket {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid rgba(21, 21, 21, 0.15);
  background-color: transparent;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
  z-index: 0;
} */

.buttons_paket {
    position: relative;
    display: flex; /* ganti dari inline-flex */
    align-items: center;
    justify-content: center; /* tambah agar konten tetap center */
    gap: 8px;
    padding: 11px 20px;
    border: 1px solid rgba(21, 21, 21, 0.15);
    background-color: transparent;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
    z-index: 0;
    width: 100%; /* tambah */
    box-sizing: border-box; /* tambah */
}

.buttons_paket::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--theme);
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.buttons_paket span,
.buttons_paket i {
  position: relative;
  z-index: 1;
  color: var(--text);
  transition: color 0.3s ease;
}

.buttons_paket:hover span,
.buttons_paket:hover i {
  color: #ffffff;
}

.buttons_paket:hover {
  border-color: var(--theme);
}

.buttons_paket:hover::after {
  transform: scaleX(1);
}


/* BUTTONS BOOKING PAKET WISATA */
/* .buttons_booking_paket {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: 1px solid #1ebe5b;
  background-color: #25D366;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.3s ease;
  z-index: 0;
} */

.buttons_booking_paket {
    position: relative;
    display: flex; 
    align-items: center;
    justify-content: center; 
    gap: 8px;
    padding: 11px 20px;
    border: 1px solid #1ebe5b;
    background-color: #25D366;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
    z-index: 0;
    width: 100%; 
    box-sizing: border-box; 
}

.buttons_booking_paket::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.buttons_booking_paket span,
.buttons_booking_paket i {
  position: relative;
  z-index: 1;
  color: #ffffff;
  transition: color 0.3s ease;
}

.buttons_booking_paket:hover span,
.buttons_booking_paket:hover i {
  color: var(--text);
}

.buttons_booking_paket:hover {
  border-color: rgba(161, 22, 22, 0.15);
}

.buttons_booking_paket:hover::after {
  transform: scaleX(1);
}

.tour-place-item-2 .tour-place-image a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* BUTTONS BOOKING DETAIL PAKET WISATA */
.buttons_booking_detail_paket {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 18px 30px;
    border: 1px solid #1ebe5b;
    background-color: #25D366;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
    z-index: 0;
  }

.buttons_booking_detail_paket::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}


.buttons_booking_detail_paket span,
.buttons_booking_detail_paket i {
  position: relative;
  z-index: 1;
  color: #ffffff;
  transition: color 0.3s ease;
}


.buttons_booking_detail_paket span {
  position: relative;
  z-index: 1;
  color: #ffffff;
  transition: color 0.3s ease;
}

.buttons_booking_detail_paket i {
  position: relative;
  z-index: 1;
  color: #ffffff;
  transition: color 0.3s ease;
  font-size: 18px; 
}

.buttons_booking_detail_paket:hover span,
.buttons_booking_detail_paket:hover i {
  color: var(--text);
}

.buttons_booking_detail_paket:hover {
  border-color: rgba(161, 22, 22, 0.15);
}

.buttons_booking_detail_paket:hover::after {
  transform: scaleX(1);
}

/* HANYA untuk mobile */
@media (max-width: 767px) {
  .buttons_booking_detail_paket {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-radius: 0;
    justify-content: center;
    padding: 16px 20px;
    z-index: 9999;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
    border-top: 1px solid #1ebe5b;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .footer-section {
    padding-bottom: 72px !important;
  }
}
/* Reset untuk medium ke atas — INI yang paling penting */
@media (min-width: 768px) {
  .buttons_booking_detail_paket {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #1ebe5b;
  }

  body {
    padding-bottom: 0;
  }
}



/* SECTION SHERE TAG DAN SOSIAL MEDIA */

.share_section_destinasi {
  border-top: 1px solid rgba(21, 21, 21, 0.1);
  padding: 50px 0 70px;
  margin-top: 50px;
}

@media (max-width: 1399px) {
  .share_section_destinasi {
    margin-top: 30px;
    padding: 30px 0 30px;
  }
}

/* Tagcloud */
.share_section_destinasi .tagcloud span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  color: var(--header);
}

@media (max-width: 1399px) {
  .share_section_destinasi .tagcloud span {
    font-size: 16px;
    margin-right: 10px;
  }
}

.share_section_destinasi .tagcloud a {
  display: inline-block;
  padding: 7px 14px;
  line-height: 1;
  margin-right: 8px;
  color: var(--text);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}

.share_section_destinasi .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

/* Social Share */
.share_section_destinasi .social-share span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
  color: var(--header);
}

@media (max-width: 1399px) {
  .share_section_destinasi .social-share span {
    font-size: 16px;
    margin-right: 10px;
  }
}

.share_section_destinasi .social-share a {
  color: var(--text);
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100px;
  text-align: center;
  border: 1px solid rgba(21, 21, 21, 0.1);
  transition: all 0.4s ease-in-out;
}

.share_section_destinasi .social-share a:not(:last-child) {
  margin-right: 10px;
}

.share_section_destinasi .social-share a:hover {
  color: var(--white);
  background-color: var(--theme);
  border: 1px solid var(--theme);
}



/* CTA SIDE DI HOME */
.adventure-wrapper .adventure-thumb .content_cta_home_page {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
  padding: 30px 35px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  z-index: 999;
}

@media (max-width: 1399px) {
  .adventure-wrapper .adventure-thumb .content_cta_home_page {
    padding: 20px;
  }
}

.adventure-wrapper .adventure-thumb .content_cta_home_page h6 {
  font-weight: 500;
  color: var(--white);
}

.adventure-wrapper .adventure-thumb .content_cta_home_page h3 {
  font-size: 30px;
}

@media (max-width: 1399px) {
  .adventure-wrapper .adventure-thumb .content_cta_home_page h3 {
    font-size: 20px;
  }
}

.adventure-wrapper .adventure-thumb .content_cta_home_page h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}

.adventure-wrapper .adventure-thumb .content_cta_home_page h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.adventure-wrapper .adventure-thumb .content_cta_home_page .booking-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .adventure-wrapper .adventure-thumb .content_cta_home_page .booking-item {
    flex-wrap: wrap;
  }
}

.adventure-wrapper .adventure-thumb .content_cta_home_page .booking-item .content h4 {
  font-size: 24px;
  color: var(--white);
  position: relative;
  padding-left: 85px;
}

.adventure-wrapper .adventure-thumb .content_cta_home_page .booking-item .content h4::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  left: 0;
  top: 15px;
  background-color: var(--white);
}

.adventure-wrapper .adventure-thumb .content_cta_home_page .booking-item .content span {
  color: var(--white);
}


 .padding-custom{
    padding-top: 50px ;
  }

  @media (max-width: 1199px) {
    .padding-custom{
      padding-top: 50px;
    }
   }

  @media (max-width: 991px) {
    .padding-custom{
      padding-top: 30px;
    }
  }


.testimonial-wrapper .testimonial-content .content p {
  min-height: 150px; /* mobile */
  
}

@media (min-width: 768px) {
  .testimonial-wrapper .testimonial-content .content p {
    min-height: 200px; /* tablet */
  }
}

@media (min-width: 1200px) {
  .testimonial-wrapper .testimonial-content .content p {
    min-height: 250px; /* desktop */
  }
}

.testimonial-wrapper .testimonial-content .content .client-image img {
  max-height: clamp(50px, 8vw, 80px);
}