/* Kanha / index-5 page styles */
/* Overlap booking cards (image-2 style) */
.togo-overlap-cards {
  position: relative;
  z-index: 5;
  margin-top: -85px; /* pull into hero */
  margin-bottom: 0;
}

.togo-booking-card {
  position: relative;
  display: block;
  height: 170px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center; 
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.togo-booking-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0.05) 100%);
}

.togo-booking-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.togo-booking-card__footer {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.togo-booking-card__left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.togo-booking-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.20);
  flex: 0 0 auto;
}

.togo-booking-card__icon i {
  font-size: 16px;
  line-height: 1;
}

.togo-booking-card__text {
  min-width: 0;
}

.togo-booking-card__title {
  margin: 0;
  font-size: 13px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.togo-booking-card__subtitle {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.togo-booking-card__arrow {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.20);
  display: grid;
  place-items: center;
  color: #fff;
  flex: 0 0 auto;
}

.togo-booking-card__arrow svg {
  width: 14px;
  height: 14px;
}

/* Pull the next section up behind the cards, but keep its content readable */
.togo-about-with-overlap {
  margin-top: -85px;
  padding-top: 128px !important;
  position: relative;
  z-index: 1;
}

/* Center the about text with a readable max-width */
.togo-about-5-heading .togo-about-5-text p {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.85;
}

/* Tourist attractions slider: show nav arrows + allow overflow */
.togo-destination-4-ptb.fix {
  overflow: visible;
}

.togo-destination-4-ptb .togo-destination-4-slider-wrapper {
  padding-top: 48px;
}

.togo-destination-4-ptb .togo-destination-4-slider-arrow {
  top: 0;
  right: 40px;
}

.togo-destination-4-ptb .togo-destination-4-slider-arrow button {
  background-color: #fff;
  cursor: pointer;
}

/* Glass / transparent strip for destination slider (title + arrow) */
.togo-destination-item.style-3 {
  position: relative;
}

.togo-destination-item.style-3 .togo-destination-item-wrap {
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  margin: 0;
  z-index: 2;
  color: #fff;
}

.togo-destination-item.style-3 .togo-destination-item-title a {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.15;
}

.togo-destination-item.style-3 .togo-destination-3-btn a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  transition: transform 160ms ease, background 160ms ease;
}

.togo-destination-item.style-3 .togo-destination-3-btn a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.22);
}

.togo-destination-item.style-3 .togo-destination-3-btn svg {
  width: 12px;
  height: 12px;
  display: block;
}

.togo-destination-item.style-3 .togo-destination-3-btn svg path {
  stroke: currentColor;
}

/* Tabbed info cards (Zones + Safari details) */
.togo-tab-card {
  background: #fff;
  border: 1px solid rgba(15, 45, 29, 0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

/* If a background-image is set inline, force proper cover (no split/repeat) */
.togo-tab-card[style*="background-image"] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Edge-to-edge tabbed info section: no outer padding / gutters / radius */
.togo-tab-section--edge {
  padding: 0 !important;
  margin: 0 !important;
}
.togo-tab-section--edge > .container-fluid {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.togo-tab-section--edge .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.togo-tab-section--edge .row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.togo-tab-card--flush {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 100%;
  padding: 50px 60px !important;
  position: relative;
}

/* FAQ section — mobile: best-time → heading → FAQ lists */
@media (max-width: 991.98px) {
  .kz-faq-mobile-stack {
    display: flex;
    flex-direction: column;
  }
  .kz-faq-mobile-stack > .row {
    display: contents;
  }
  .kz-faq-mobile-stack .kz-faq-season-col {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .kz-faq-mobile-stack .kz-faq-heading-col {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .kz-faq-mobile-stack .kz-faq-heading-col .togo-faq-heading {
    margin-bottom: 28px !important;
  }
  .kz-faq-mobile-stack .kz-faq-list-col {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .kz-faq-mobile-stack .kz-faq-list-col + .kz-faq-list-col {
    order: 4;
  }
}

/* Season list with icons (Best time to visit) */
.togo-season-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.togo-season-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.togo-season-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
.togo-season-icon--sun {
  background: #fff3d1;
  color: #f5b301;
}
.togo-season-icon--rain {
  background: #e6e1f5;
  color: #6b4ea8;
}
.togo-season-text {
  flex: 1 1 auto;
  min-width: 0;
}
.togo-season-text .togo-faq-card-title {
  margin: 0 0 4px;
  font-weight: 700;
}
.togo-season-text p {
  margin: 0;
  color: #4a5568;
  font-size: 14px;
  line-height: 1.55;
}
.togo-tab-card--flush::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgb(255 255 255 / 0%) 60%, rgba(255, 255, 255, 0.78) 100%);
  pointer-events: none;
  z-index: 0;
}
.togo-tab-card--flush > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .togo-tab-card--flush {
    padding: 40px 40px !important;
  }
}
@media (max-width: 767.98px) {
  .togo-tab-card--flush {
    padding: 30px 24px !important;
  }
}

.togo-tab-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.togo-tab-card__header i {
  color: #0f2d1d;
  font-size: 16px;
}

.togo-tab-card__title {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  
  color: #0f2d1d;
  font-family: var(--togo-ff-marcellus);
}

/* Kaziranga FAQ (image-style layout) */
.kz-faq-wrap {
  background: linear-gradient(90deg, #f3f2ee 0%, #ffffff 45%, #ffffff 100%);
  border-radius: 18px;
  border: 1px solid rgba(15, 45, 29, 0.10);
  overflow: hidden;
}

.kz-faq-left {
  padding: 26px 26px;
  background: radial-gradient(1200px 400px at -10% -10%, rgba(255, 209, 102, 0.22) 0%, rgba(255, 255, 255, 0) 55%),
              radial-gradient(900px 380px at 110% 10%, rgba(66, 153, 225, 0.18) 0%, rgba(255, 255, 255, 0) 58%),
              linear-gradient(180deg, #f5f1ea 0%, #f2efe9 100%);
  height: 100%;
  position: relative;
}

.kz-faq-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(15, 45, 29, 0.10) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.08;
  pointer-events: none;
}

.kz-faq-left::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 66px;
  height: 1px;
  background: linear-gradient(90deg, rgba(15,45,29,0) 0%, rgba(15,45,29,0.16) 25%, rgba(15,45,29,0.16) 75%, rgba(15,45,29,0) 100%);
  pointer-events: none;
}

.kz-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.kz-faq-badge i {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #0f2d1d;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 45, 29, 0.10);
  font-size: 17px;
}

.kz-faq-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  color: #0f2d1d;
}

.kz-season {
  display: flex;
  gap: 12px;
  padding: 16px 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.kz-season + .kz-season {
  border-top: 1px solid rgba(15, 45, 29, 0.10);
}

.kz-season-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 45, 29, 0.10);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
  color: #0f2d1d;
}

.kz-season:first-of-type .kz-season-icon {
  background: radial-gradient(circle at 30% 30%, rgba(255, 222, 128, 0.95) 0%, rgba(255, 255, 255, 0.92) 62%);
  border-color: rgba(255, 193, 7, 0.25);
  box-shadow: 0 14px 26px rgba(255, 193, 7, 0.16), 0 10px 22px rgba(0, 0, 0, 0.06);
}

.kz-season:last-of-type .kz-season-icon {
  background: radial-gradient(circle at 30% 30%, rgba(144, 205, 244, 0.95) 0%, rgba(255, 255, 255, 0.92) 62%);
  border-color: rgba(66, 153, 225, 0.22);
  box-shadow: 0 14px 26px rgba(66, 153, 225, 0.14), 0 10px 22px rgba(0, 0, 0, 0.06);
}

.kz-season-icon i {
  font-size: 18px;
  line-height: 1;
}

.kz-season h5 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: #0f2d1d;
  text-transform: none;
  letter-spacing: 0;
}

.kz-season p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(15, 45, 29, 0.75);
  font-weight: 600;
}

.kz-faq-right {
  padding: 22px 22px;
}

.kz-faq-right h4 {
  margin: 0 0 14px;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
  color: #0f2d1d;
}

.kz-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 14px;
}

.kz-faq-item {
  border-radius: 12px;
  border: 1px solid rgba(15, 45, 29, 0.12);
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.kz-faq-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  color: #0f2d1d;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
}

.kz-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.kz-faq-num {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: rgba(15, 45, 29, 0.08);
  font-size: 12px;
  font-weight: 900;
  flex: 0 0 auto;
}

.kz-faq-plus {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(15, 45, 29, 0.08);
  flex: 0 0 auto;
  position: relative;
}

.kz-faq-plus::before,
.kz-faq-plus::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.9;
}

.kz-faq-plus::before {
  width: 12px;
  height: 2px;
}

.kz-faq-plus::after {
  width: 2px;
  height: 12px;
}

.kz-faq-btn[aria-expanded="true"] .kz-faq-plus::after {
  opacity: 0;
}

.kz-faq-body {
  padding: 0 12px 12px;
  color: rgba(15, 45, 29, 0.75);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .kz-faq-grid {
    grid-template-columns: 1fr;
  }
}

.togo-tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 14px;
}

.togo-tab {
  appearance: none;
  border: 1px solid rgba(15, 45, 29, 0.18);
  background: rgba(15, 45, 29, 0.06);
  color: #0f2d1d;
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.togo-tab[aria-selected="true"] {
  background: #0f2d1d;
  border-color: #0f2d1d;
  color: #fff;
}

.togo-tab:active {
  transform: translateY(1px);
}

.togo-tab-panel[hidden] {
  display: none !important;
}

.togo-tab-card__grid {
  
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.togo-tab-card__desc {
  margin: 0 0 12px;
  color: #000;
  font-size: 15px;
  
}

.togo-tab-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.togo-tab-card__list li {
  


  display: flex;
gap: 12px;
align-items: flex-start;
color: rgb(0 0 0);
font-size: 15px;
line-height: 17px;
font-weight: 400;
}

.togo-tab-card__list i {
  color: #0f2d1d;
  margin-top: 2px;
  flex: 0 0 auto;
}

.togo-tab-card__media {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 210px;
  background: #f3f4f6;
}

/* Make media feel like a full background area */
.togo-tab-card__media--fullbg {
  border-radius: 0 16px 16px 0;
  margin: -18px -18px -18px 0; /* cancel card padding on right side */
  min-height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.togo-tab-card__fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.00) 35%, rgba(255,255,255,0.55) 100%);
  pointer-events: none;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .togo-overlap-cards {
    margin-top: -55px;
  }
  .togo-about-with-overlap {
    margin-top: -55px;
    padding-top: 135px !important;
  }
  .togo-booking-card {
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  .togo-hero-5-ptb.togo-hero-5-bg {
    padding-bottom: 28px !important;
  }

  .togo-hero-5-heading.mb-50 {
    margin-bottom: 0 !important;
  }

  .togo-hero-5-btn .togo-btn-primary {
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    padding: 2px 26px 6px;
  }

  .togo-overlap-cards {
    margin-top: 0;
    margin-bottom: 36px;
    padding-top: 8px;
    position: relative;
    z-index: 2;
  }

  .togo-overlap-cards .container.container-1440 {
    max-width: 100% !important;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .togo-overlap-cards .row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
  }

  .togo-booking-card {
    height: 155px;
    border-radius: 14px;
  }

  .togo-booking-card__footer {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 9px 10px;
    gap: 8px;
    border-radius: 12px;
  }

  .togo-booking-card__left {
    gap: 8px;
  }

  .togo-booking-card__icon {
    width: 34px;
    height: 34px;
  }

  .togo-booking-card__icon i {
    font-size: 14px;
  }

  .togo-booking-card__title {
    font-size: 10px;
    letter-spacing: 0.02em;
    white-space: normal;
    line-height: 1.2;
  }

  .togo-booking-card__subtitle {
    margin-top: 2px;
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .togo-booking-card__arrow {
    width: 30px;
    height: 30px;
  }

  .togo-booking-card__arrow svg {
    width: 12px;
    height: 12px;
  }

  .togo-about-with-overlap {
    margin-top: 0;
    padding-top: 48px !important;
  }
}

/* Destination sliders — 2 cards per row on mobile */
@media (max-width: 767.98px) {
  .togo-destination-4-ptb > .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .togo-destination-4-ptb .togo-destination-4-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .togo-destination-3-ptb .container.container-1440 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .togo-destination-3-ptb .togo-destination-3-slider-wrapper,
  .togo-destination-4-ptb .togo-destination-4-slider-wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .togo-destination-4-ptb .togo-destination-4-slider-wrapper {
    padding-top: 40px;
  }

  .togo-destination-4-ptb .togo-destination-4-slider-arrow {
    top: 0;
    right: 0;
  }

  .togo-destination-3-slider-wrapper .togo-tour-2-active .swiper-slide,
  .togo-destination-4-slider-wrapper .togo-destination-4-active .swiper-slide {
    height: auto;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-thumb,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-thumb {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-thumb a,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-thumb a {
    display: block;
    height: 100%;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-thumb img,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-wrap,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-wrap {
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 6px 8px;
    border-radius: 10px;
    align-items: flex-end;
    gap: 4px;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-count {
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 2px;
    display: block;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-title,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-title {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-title a,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-title a {
    font-size: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-item-content p {
    display: none;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-3-btn a,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-3-btn a {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
  }

  .togo-destination-3-slider-wrapper .togo-destination-item.style-3 .togo-destination-3-btn svg,
  .togo-destination-4-slider-wrapper .togo-destination-item.style-3 .togo-destination-3-btn svg {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 991.98px) {
  .togo-destination-item.style-3 .togo-destination-item-wrap {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .togo-tab-card__grid {
    grid-template-columns: 1fr;
  }
  .togo-tab-card__media {
    min-height: 180px;
  }
  .togo-tab-card__media--fullbg {
    border-radius: 16px;
    margin: 0;
    min-height: 200px;
  }
}

@media (max-width: 575.98px) {
  .togo-overlap-cards .container.container-1440 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Banner CTA: full-bleed background video */
.togo-banner-8-video-wrap {
  overflow: hidden;
}

.togo-banner-8-video-wrap .togo-banner-8-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.togo-banner-8-video-wrap .togo-banner-8-video-light-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.32);
  pointer-events: none;
}

.togo-banner-8-video-wrap::before,
.togo-banner-8-video-wrap::after {
  z-index: 2;
}

.togo-banner-8-video-wrap > .container {
  position: relative;
  z-index: 3;
}

/* CTA + footer inside one video section */
.togo-footer-video-zone.togo-banner-8-style {
  height: auto !important;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.togo-footer-video-zone__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 100%;
}

.togo-footer-video-content {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.togo-footer-video-cta {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 36px;
}

.togo-footer-video-cta .togo-banner-3-heading {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.togo-footer-video-cta .togo-section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.togo-footer-video-cta .togo-banner-8-text {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.togo-footer-video-cta .togo-banner-8-text p {
  text-align: center;
}

.togo-footer-video-cta .togo-banner-3-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.togo-footer-over-video {
  width: 100%;
  margin-top: auto;
}

.togo-footer-video-content .togo-footer-guide-strip,
.togo-footer-video-content .togo-footer-glass-panel {
  width: 100%;
}

.togo-footer-video-zone .togo-footer-8-ptb {
  margin-top: 0 !important;
  padding-top: 0;
  padding-bottom: 28px;
}

.togo-footer-video-zone .togo-banner-8-video-light-overlay {
  background: rgba(255, 255, 255, 0.15);
}

.togo-footer-video-zone.togo-banner-8-style::after {
  height: 75%;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.5) 0%, rgba(17, 17, 17, 0) 100%);
}

.togo-footer-glass-panel {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  border-radius: 0 0 28px 28px;
  padding: 28px 30px 22px;
}

.togo-footer-video-zone .togo-footer-widget-menu ul li a {
  color: rgba(255, 255, 255, 0.92);
}

.togo-footer-video-zone .togo-footer-widget-menu ul li a:hover {
  color: #fff;
}

/* Footer nav — inline chevron + compact text */
.togo-footer-video-zone .kz-footer-nav-menu .kz-footer-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.togo-footer-video-zone .kz-footer-nav-menu .kz-footer-nav-list li {
  list-style: none;
  margin: 0;
}

.togo-footer-video-zone .kz-footer-nav-menu .kz-footer-nav-list li:not(:last-child) {
  margin-bottom: 5px;
}

.togo-footer-video-zone .kz-footer-nav-menu .kz-footer-nav-list li a.kz-footer-nav-link {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px;
  width: 100%;
  padding: 3px 0;
  margin: 0;
  border-radius: 0;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none;
  vertical-align: middle;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.togo-footer-video-zone .kz-footer-nav-menu .kz-footer-nav-list li a.kz-footer-nav-link:hover {
  color: #fff !important;
  padding-left: 3px;
  background: transparent;
  transform: none;
}

.togo-footer-video-zone .kz-footer-nav-link__arrow {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  font-size: 9px;
  line-height: 1;
  opacity: 0.75;
  color: rgba(255, 209, 102, 0.95);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.togo-footer-video-zone .kz-footer-nav-link:hover .kz-footer-nav-link__arrow {
  opacity: 1;
  transform: translateX(2px);
}

.togo-footer-video-zone .kz-footer-nav-link__text {
  flex: 1 1 auto;
  min-width: 0;
  display: inline;
  white-space: normal;
}

.togo-footer-video-zone .togo-footer-widget-title {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 14px !important;
}

/* Footer SAFARI + PACKAGES column */
.togo-footer-widget-subtitle {
  margin: 12px 0 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--togo-ff-body);
}

.togo-footer-widget--safari-packages .togo-footer-widget-menu + .togo-footer-widget-subtitle {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

/* Footer about column */
.togo-footer-video-zone .kz-footer-about__text p {
  margin: 0 0 10px;
  font-size: 13px;
  text-align: justify;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.togo-footer-video-zone .kz-footer-about__text p:last-child {
  margin-bottom: 0;
}

.togo-footer-video-zone .kz-footer-about__cta {
  margin-top: 10px !important;
}

.togo-footer-video-zone .kz-footer-about__cta a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 209, 102, 0.95) !important;
}

/* Footer contact — phone only */
.togo-footer-video-zone .kz-footer-contact__phone a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.togo-footer-video-zone .kz-footer-contact__phone a:hover {
  color: #fff !important;
}

.togo-footer-video-zone .kz-footer-contact__phone i {
  font-size: 13px;
  color: rgba(255, 209, 102, 0.95);
}

.togo-footer-video-zone .kz-footer-copyright {
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  max-width: 960px;
  margin: 0 auto;
}

.togo-footer-video-zone .togo-footer-2-main-wrapper {
  padding-bottom: 6px !important;
}

/* Footer travel guide strip (over video background) */
.togo-footer-guide-strip {
  margin-bottom: 0;
}

.togo-footer-guide-strip__panel {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 28px 0;
}

.togo-footer-guide-item {
  height: 100%;
  padding: 8px 36px;
  border-right: 1px solid rgba(17, 17, 17, 0.12);
}

.togo-footer-guide-item--last {
  border-right: none;
}

.togo-footer-guide-item__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.togo-footer-guide-item__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
}

.togo-footer-guide-item__icon svg {
  display: block;
}

.togo-footer-guide-item__title {
  margin: 0;
  font-family: var(--togo-ff-marcellus);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #111;
}

.togo-footer-guide-item__text {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}

.togo-footer-guide-item__text--compact {
  font-size: 14px;
  line-height: 1.55;
}

.togo-footer-guide-item__text:last-child {
  margin-bottom: 0;
}

.togo-footer-guide-item__text strong {
  font-weight: 600;
  color: #111;
}

.togo-footer-guide-map {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
}

.togo-footer-guide-map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

@media (max-width: 991.98px) {
  .togo-footer-guide-strip__panel {
    padding: 28px 0;
  }

  .togo-footer-guide-item {
    padding: 20px 28px;
    border-right: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  }

  .togo-footer-guide-item--last {
    border-bottom: none;
  }
}

@media (max-width: 991.98px) {
  .togo-footer-video-zone.togo-banner-8-style {
    min-height: 0;
  }

  .togo-footer-glass-panel {
    padding: 28px 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}

@media (max-width: 575.98px) {
  .togo-footer-guide-strip {
    margin-bottom: 0;
  }

  .togo-footer-guide-strip__panel {
    padding: 20px 0;
  }

  .togo-footer-guide-item {
    padding: 16px 20px;
  }

  .togo-footer-guide-item__title {
    font-size: 20px;
  }

  .togo-footer-guide-item__text {
    font-size: 14px;
  }

  .togo-footer-guide-map iframe {
    height: 180px;
  }
}

/* Desktop header — active nav pill on dark transparent bar */
@media (min-width: 1200px) {
  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul {
    white-space: nowrap;
  }

  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li {
    margin: 0 7px;
  }

  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li > a {
    border-radius: 999px;
    border: 1px solid transparent;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, padding 0.25s ease;
  }

  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li > a:focus,
  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li > a:focus-visible {
    outline: none;
  }

  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li > a:hover {
    color: var(--togo-common-white) !important;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
  }

  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li.active > a,
  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li > a:active {
    color: var(--togo-common-white) !important;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  }

  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li.active > a::after {
    color: var(--togo-common-white) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .togo-hdr-transparent .togo-header-style-2 .togo-header-menu > nav > ul > li > a {
    font-size: 14px;
  }
}

/* Desktop sticky header — keep nav readable while scrolling */
@media (min-width: 1200px) {
  :root {
    --background-dark: #1a1a1a;
    --border-header: rgba(255, 255, 255, 0.08);
  }

  body > header {
    position: relative;
    z-index: 1000;
    width: 100%;
  }

  .togo-hdr-transparent {
    background: var(--background-dark);
    border-color: var(--border-header);
  }

  .togo-hdr-transparent.togo-hdr-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    border-color: #eeeeee;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .togo-hdr-transparent.togo-hdr-fixed .togo-header-style-2 .togo-header-menu > nav > ul > li > a {
    color: var(--togo-common-black) !important;
  }

  .togo-hdr-transparent.togo-hdr-fixed .togo-header-style-2 .togo-header-menu > nav > ul > li > a:hover {
    color: var(--togo-theme-primary) !important;
    background: rgba(58, 61, 43, 0.08);
    border-color: rgba(58, 61, 43, 0.12);
  }

  .togo-hdr-transparent.togo-hdr-fixed .togo-header-style-2 .togo-header-menu > nav > ul > li.active > a,
  .togo-hdr-transparent.togo-hdr-fixed .togo-header-style-2 .togo-header-menu > nav > ul > li > a:active {
    color: #ffffff !important;
    background: var(--togo-theme-primary);
    border-color: var(--togo-theme-primary);
    box-shadow: none;
  }

  .togo-hdr-transparent.togo-hdr-fixed .togo-header-style-2 .togo-header-menu > nav > ul > li.active > a::after {
    color: #ffffff !important;
  }
}

/* Mobile / tablet header layout */
@media (max-width: 1199px) {
  .togo-header-mobile-row {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .togo-header-logo-col,
  .togo-header-actions-col {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .togo-header-logo-col {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 12px;
  }

  .togo-header-actions-col {
    flex: 0 0 auto;
    padding-left: 0;
  }

  .togo-header-logo {
    display: flex;
    align-items: center;
    line-height: 0;
  }

  .togo-header-logo img {
    width: 100px;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .togo-header-2-right {
    min-height: 40px;
  }
}

@media (max-width: 575px) {
  .togo-header-wrapper {
    padding: 14px 16px !important;
  }

  .togo-header-logo img {
    width: 88px;
  }
}

.togo-header-mobile-actions {
  gap: 10px;
  flex-shrink: 0;
}

.togo-header-mobile-actions .offcanvas-open-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  color: var(--togo-common-black);
}

.togo-header-mobile-actions .offcanvas-open-btn i {
  font-size: 18px;
  line-height: 1;
}

.togo-header-mobile-phone {
  align-items: center;
  justify-content: center;
  color: var(--togo-common-black);
  text-decoration: none;
}

.togo-header-mobile-phone:hover {
  color: var(--togo-theme-primary);
}

@media (max-width: 1199px) {
  .togo-header-mobile-actions .ml-20 {
    margin-left: 0 !important;
  }

  .togo-header-mobile-actions .togo-header-btn-box .togo-btn-primary {
    padding: 10px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
}

body.mobile-menu-open {
  overflow: hidden;
}

/* Fixed header — mobile & tablet (header sits outside #has-smooth, so sticky cannot span the page) */
@media (max-width: 1199.98px) {
  body > header {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 0;
    overflow: visible;
  }

  .togo-hdr-transparent {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background: var(--background-dark, #1a1a1a);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .togo-hdr-transparent .togo-header-wrapper {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  #has-smooth-wrap {
    padding-top: 64px;
  }
}

/* Mobile breadcrumb + text slider strip */
@media (max-width: 767.98px) {
  .togo-breadcrumb-style-2-ptb {
    padding-top: 48px !important;
    padding-bottom: 24px !important;
  }

  .togo-breadcrumb-title {
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 6px;
  }

  .togo-breadcrumb-text p,
  .togo-breadcrumb-heading p {
    font-size: 12px !important;
    line-height: 1.45 !important;
    margin-bottom: 0;
  }

  .togo-text-2-slider-bg {
    height: 42px;
  }

  .togo-text-2-slider-wrapper {
    padding: 9px 0;
  }

  .togo-text-2-slider-item {
    display: flex;
    align-items: center;
  }

  .togo-text-2-slider-item span {
    font-size: 13px;
    margin-right: 10px;
  }

  .togo-text-2-slider-item img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
}

@media (max-width: 575.98px) {
  .togo-breadcrumb-style-2-ptb {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  .togo-breadcrumb-title {
    font-size: 20px !important;
  }

  .togo-breadcrumb-text p,
  .togo-breadcrumb-heading p {
    font-size: 11px !important;
  }

  .togo-text-2-slider-wrapper {
    padding: 8px 0;
  }

  .togo-text-2-slider-item span {
    font-size: 12px;
    margin-right: 8px;
  }

  .togo-text-2-slider-item img {
    width: 12px;
    height: 12px;
  }
}

/* Site-wide mobile typography */
@media (max-width: 767.98px) {
  .togo-section-subtitle {
    font-size: 11px !important;
    margin-bottom: 8px;
  }

  .togo-section-title {
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin-bottom: 14px !important;
  }

  .togo-section-title.fs-36 {
    font-size: 20px !important;
  }

  .togo-section-title.fs-46 {
    font-size: 22px !important;
  }

  .togo-section-title.fs-56 {
    font-size: 24px !important;
  }

  .togo-section-title.fs-64 {
    font-size: 26px !important;
  }

  .togo-about-5-heading .togo-about-5-text p,
  .togo-about-5-heading p,
  .togo-destination-4-text p,
  .togo-about-7-text p,
  .togo-banner-10-text p,
  .togo-faq-text p,
  .togo-season-text p,
  .togo-banner-8-text p,
  .kz-faq-page-lead,
  .kz-terms-page-lead {
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .togo-about-5-ptb.pt-100 {
    padding-top: 48px !important;
  }

  .togo-about-5-ptb.pb-60 {
    padding-bottom: 36px !important;
  }

  .togo-about-5-ptb .container.container-1440 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 575.98px) {
  .togo-section-title {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }

  .togo-section-title.fs-36,
  .togo-section-title.fs-46,
  .togo-section-title.fs-56 {
    font-size: 18px !important;
  }

  .togo-section-title.fs-64 {
    font-size: 20px !important;
  }

  .togo-about-5-heading .togo-about-5-text p,
  .togo-about-5-heading p,
  .togo-destination-4-text p,
  .togo-about-7-text p,
  .togo-banner-10-text p,
  .togo-faq-text p,
  .togo-season-text p,
  .togo-banner-8-text p,
  .kz-faq-page-lead,
  .kz-terms-page-lead {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}

/* Step 7 — image + contact card side by side on mobile */
.togo-step-7-thumb__img {
  width: 100%;
  max-width: 500px;
  display: block;
}

@media (max-width: 767.98px) {
  .togo-step-7-ptb .togo-step-7-thumb-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 24px !important;
    padding-left: 0 !important;
  }

  .togo-step-7-ptb .togo-step-7-thumb {
    flex: 1 1 50%;
    min-width: 0;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

  .togo-step-7-ptb .togo-step-7-thumb__img {
    width: 100% !important;
    max-width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    border-radius: 20px;
  }

  .togo-step-7-ptb .togo-step-7-contact {
    flex: 1 1 50%;
    min-width: 0;
    position: static !important;
    width: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .togo-step-7-ptb .togo-step-7-contact-icon {
    margin-bottom: 8px !important;
  }

  .togo-step-7-ptb .togo-step-7-contact-icon svg {
    width: 28px;
    height: 28px;
  }

  .togo-step-7-ptb .togo-step-7-contact-title {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 6px;
  }

  .togo-step-7-ptb .togo-step-7-contact-title br,
  .togo-step-7-ptb .togo-step-7-contact p br {
    display: none;
  }

  .togo-step-7-ptb .togo-step-7-contact p {
    font-size: 10px;
    line-height: 1.35;
    margin-bottom: 10px;
  }

  .togo-step-7-ptb .togo-step-7-contact .togo-btn-primary {
    padding: 7px 12px;
    font-size: 10px;
    line-height: 1.2;
  }
}

/* About page info cards — 2 per row on mobile */
@media (max-width: 767.98px) {
  .togo-testimonial-6-ptb {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
  }

  .togo-testimonial-6-shape .container.container-1440 {
    max-width: 100% !important;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .togo-testimonial-6-shape .row {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 12px;
  }

  .togo-testimonial-6-shape .togo-trand-6-item {
    border-radius: 80px 80px 12px 12px;
  }

  .togo-testimonial-6-shape .togo-trand-6-item-thumb,
  .togo-testimonial-6-shape .togo-trand-6-item-thumb img {
    border-radius: 80px 80px 0 0;
  }

  .togo-testimonial-6-shape .togo-trand-6-item-content {
    padding: 12px 8px 14px;
    margin-top: -6px;
  }

  .togo-testimonial-6-shape .togo-trand-6-item-title {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .togo-testimonial-6-shape .togo-trand-6-item-content p {
    font-size: 10px !important;
    line-height: 1.4;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .togo-testimonial-6-shape .togo-trand-6-item-btn .togo-tour-btn {
    font-size: 11px;
  }

  .togo-testimonial-6-shape .togo-trand-6-item-btn .togo-tour-btn span::before,
  .togo-testimonial-6-shape .togo-trand-6-item-btn .togo-tour-btn span::after {
    height: 1px;
  }
}

/* Footer — full width + accordion on mobile */
@media (min-width: 768px) {
  .kz-footer-accordion .kz-footer-accordion__toggle {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: default;
    pointer-events: none;
  }

  .kz-footer-accordion__icon {
    display: none;
  }

  .kz-footer-accordion__panel[hidden] {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .togo-footer-video-zone.togo-banner-8-style {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .togo-footer-video-content.container.container-1440 {
    max-width: 100% !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .togo-footer-over-video,
  .togo-footer-guide-strip {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .togo-footer-guide-strip__panel {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .togo-footer-glass-panel {
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 20px 16px 18px;
  }

  .kz-footer-main-row {
    --bs-gutter-y: 0;
  }

  .kz-footer-main-row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
  }

  .togo-footer-video-zone .togo-footer-widget.mb-28 {
    margin-bottom: 0 !important;
  }

  .kz-footer-about {
    margin-bottom: 18px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .kz-footer-contact {
    margin-top: 4px !important;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .kz-footer-accordion .kz-footer-accordion__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .kz-footer-accordion.is-open .kz-footer-accordion__toggle {
    border-bottom-color: rgba(255, 255, 255, 0.28);
  }

  .kz-footer-accordion__label {
    flex: 1 1 auto;
    min-width: 0;
  }

  .kz-footer-accordion__icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
  }

  .kz-footer-accordion__icon::before,
  .kz-footer-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 209, 102, 0.95);
    border-radius: 1px;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .kz-footer-accordion__icon::before {
    width: 12px;
    height: 2px;
    transform: translate(-50%, -50%);
  }

  .kz-footer-accordion__icon::after {
    width: 2px;
    height: 12px;
    transform: translate(-50%, -50%);
  }

  .kz-footer-accordion.is-open .kz-footer-accordion__icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
  }

  .kz-footer-accordion__panel {
    padding: 10px 0 14px;
  }

  .kz-footer-accordion__panel[hidden] {
    display: none !important;
  }

  .togo-footer-widget--safari-packages .togo-footer-widget-menu + .togo-footer-widget-subtitle {
    margin-top: 10px;
    padding-top: 10px;
  }
}
