/*
Theme Name: Triprex Child
Theme URI: https://www.triprex.egenslab.com/
Template: triprex
Author: Egens Lab
Author URI: https://www.egenslab.com/
Description: Triprex Child Theme for Kutana Explorer - International Trust Bar, Full-Width Header, and Luxury Home Slider Styling.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   Kutana Explorer Design Tokens
   ========================================================================== */

:root {
  --kutana-primary: #0F52BA;
  --kutana-primary-dark: #0A367C;
  --kutana-accent: #E0A96D;
  --kutana-accent-gold: #FFB800;
  --kutana-whatsapp: #25D366;
  --kutana-whatsapp-dark: #128C7E;
  --kutana-dark: #0F172A;
  --kutana-light-bg: #F8FAFC;
  --kutana-font: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ==========================================================================
   Global Heading Font — Montserrat 600 (site-wide)
   Only sets font-family/weight/style — does NOT override color/size on
   general elements so footer, cards, etc. retain their own colours.
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
}

/* --------------------------------------------------------------------------
   Full-Width Top International Trust Bar
   -------------------------------------------------------------------------- */
.kutana-top-trust-bar {
  width: 100% !important;
  background: #090D16 !important;
  background: linear-gradient(90deg, #090D16 0%, #0F172A 100%) !important;
  color: #F8FAFC !important;
  font-family: var(--kutana-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  position: relative !important;
  z-index: 9999 !important;
}

.kutana-top-trust-bar .kutana-container {
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.kutana-trust-items {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.kutana-trust-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #CBD5E1 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.kutana-trust-item:hover {
  color: #FFFFFF !important;
}

.kutana-star-rating {
  color: var(--kutana-accent-gold) !important;
  font-weight: 700 !important;
}

.kutana-badge-tag {
  background: rgba(224, 169, 109, 0.18) !important;
  color: var(--kutana-accent) !important;
  padding: 2px 9px !important;
  border-radius: 12px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(224, 169, 109, 0.35) !important;
}

.kutana-trust-right {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.kutana-social-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding-right: 6px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.kutana-social-link {
  color: #CBD5E1 !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.kutana-social-link:hover {
  color: var(--kutana-accent) !important;
  transform: translateY(-1px) !important;
}

.kutana-contact-link {
  color: #F8FAFC !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.kutana-contact-link:hover {
  color: var(--kutana-accent) !important;
}

.kutana-currency-badge {
  background: rgba(255, 255, 255, 0.08) !important;
  padding: 3px 10px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #94A3B8 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* --------------------------------------------------------------------------
   LUXURY MAIN NAVIGATION & HEADER (Desktop & Mobile)
   -------------------------------------------------------------------------- */
header.header-area, 
.ekit-template-content-header,
.elementskit-header-area,
.ekit-template-content-header .elementor-section,
.ekit-template-content-header .e-con {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: #0B1120 !important; /* Deep luxury navy matching top trust bar */
  border-bottom: 1px solid rgba(224, 169, 109, 0.2) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Ensure header container aligns vertically centered */
.ekit-template-content-header .elementor-container,
.ekit-template-content-header .e-con-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 20px !important;
}

/* Logo image styling */
.elementor-widget-theme-site-logo img,
.elementor-widget-image a img,
.header-logo img,
.site-logo img,
.custom-logo {
  max-height: 78px !important;
  min-height: 60px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4)) !important;
  transition: transform 0.25s ease !important;
}

.elementor-widget-theme-site-logo img:hover,
.header-logo img:hover {
  transform: scale(1.03) !important;
}

/* Desktop Main Menu Items */
.elementor-nav-menu--main .elementor-item {
  font-family: var(--kutana-font) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #F8FAFC !important;
  letter-spacing: 0.3px !important;
  padding: 10px 16px !important;
  transition: color 0.25s ease !important;
}

.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item.highlighted {
  color: var(--kutana-accent) !important;
}

/* Style "TALK TO AN EXPERT" Icon Box into a Sleek Gold Pill Button */
.ekit-template-content-header .elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: linear-gradient(135deg, #E0A96D 0%, #C58B4D 100%) !important;
  padding: 10px 22px !important;
  border-radius: 30px !important;
  box-shadow: 0 4px 16px rgba(224, 169, 109, 0.4) !important;
  transition: all 0.3s ease !important;
}

.ekit-template-content-header .elementor-widget-icon-box .elementor-icon-box-wrapper:hover {
  background: linear-gradient(135deg, #F3C48E 0%, #E0A96D 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(224, 169, 109, 0.6) !important;
}

.ekit-template-content-header .elementor-widget-icon-box .elementor-icon-box-icon a,
.ekit-template-content-header .elementor-widget-icon-box .elementor-icon-box-icon i {
  color: #0F172A !important;
  font-size: 20px !important;
}

.ekit-template-content-header .elementor-widget-icon-box .elementor-icon-box-title a {
  font-family: var(--kutana-font) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #0F172A !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  line-height: 1.2 !important;
}

.ekit-template-content-header .elementor-widget-icon-box .elementor-icon-box-description {
  font-family: var(--kutana-font) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* HAMBURGER TOGGLE VISIBILITY CONTROL */
/* Hide hamburger toggle on Desktop screens */
@media (min-width: 1025px) {
  .elementor-menu-toggle {
    display: none !important;
  }
}

/* Mobile & Tablet Hamburger Toggle Styling */
@media (max-width: 1024px) {
  /* Hide bulky Talk to Expert widget on mobile header to free right space */
  .ekit-template-content-header .elementor-widget-icon-box {
    display: none !important;
  }

  /* Force header columns to span full width and push toggle to far right */
  .ekit-template-content-header .elementor-container,
  .ekit-template-content-header .e-con-inner,
  .ekit-template-content-header .elementor-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .ekit-template-content-header .elementor-column,
  .ekit-template-content-header .e-con {
    width: auto !important;
  }

  .elementor-widget-nav-menu {
    margin-left: auto !important;
    margin-right: 0 !important;
    float: right !important;
  }

  .elementor-menu-toggle {
    display: flex !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    float: right !important;
    background: linear-gradient(135deg, rgba(224, 169, 109, 0.2) 0%, rgba(255, 184, 0, 0.12) 100%) !important;
    border: 1.5px solid rgba(224, 169, 109, 0.5) !important;
    border-radius: 10px !important;
    padding: 8px 12px !important;
    color: var(--kutana-accent) !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25) !important;
  }

  .elementor-menu-toggle:hover,
  .elementor-menu-toggle:focus {
    background: var(--kutana-accent) !important;
    color: #0F172A !important;
    border-color: var(--kutana-accent) !important;
    box-shadow: 0 4px 16px rgba(224, 169, 109, 0.45) !important;
  }

  .elementor-menu-toggle i,
  .elementor-menu-toggle svg {
    fill: currentColor !important;
    color: currentColor !important;
    font-size: 22px !important;
  }
}

/* Mobile Menu Dropdown Drawer — Full-Width Floating Drawer Overlay */
.elementor-nav-menu--dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #0A0F1E !important;
  border-top: 1px solid rgba(224, 169, 109, 0.25) !important;
  border-bottom: 2px solid var(--kutana-accent) !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 0 16px 16px !important;
  padding: 12px 0 !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.7) !important;
  margin: 0 !important;
  z-index: 99999 !important;
  box-sizing: border-box !important;
}

.elementor-nav-menu--dropdown .elementor-item {
  font-family: var(--kutana-font) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #E2E8F0 !important;
  padding: 14px 28px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  transition: all 0.2s ease !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.elementor-nav-menu--dropdown .elementor-item:last-child {
  border-bottom: none !important;
}

.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
  color: var(--kutana-accent) !important;
  background: rgba(224, 169, 109, 0.12) !important;
  padding-left: 36px !important;
}

/* Ensure mobile header container stays relative so dropdown anchors to bottom of header */
header.header-area, 
.ekit-template-content-header,
.elementskit-header-area,
.elementor-widget-nav-menu {
  position: relative !important;
}

/* --------------------------------------------------------------------------
   LUXURY HOME HERO SLIDER — Cinematic Photo-First Style
   -------------------------------------------------------------------------- */

/* Make the slider full-width */
.elementor-widget-slides,
.elementor-widget-slides .elementor-widget-container,
.elementor-slides-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

/* Elementor overlay — uniform dark gradient for centered readable text */
.elementor-background-overlay {
  background: rgba(5, 10, 20, 0.52) !important;
}

/* Slide inner — absolute cover with flexbox centering (horizontal & vertical) */
.elementor-slides-wrapper .swiper-slide-inner {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 40px 20px !important;
  box-sizing: border-box !important;
}

/* Content container — centered in slide */
.elementor-slides-wrapper .swiper-slide-contents {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  background: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: center !important;
  z-index: 10 !important;
}

/* Hero Heading */
.elementor-slides-wrapper .elementor-slide-heading {
  font-family: var(--kutana-font) !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  line-height: 1.2 !important;
  margin-bottom: 14px !important;
  letter-spacing: -0.5px !important;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.9),
    0 6px 20px rgba(0,0,0,0.6) !important;
}

/* Tagline */
.elementor-slides-wrapper .elementor-slide-description {
  font-family: var(--kutana-font) !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.90) !important;
  line-height: 1.6 !important;
  margin-bottom: 22px !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8) !important;
}

/* Gold Pill CTA Button */
.elementor-slides-wrapper .elementor-slide-button {
  display: inline-block !important;
  background: linear-gradient(135deg, #E0A96D 0%, #C58B4D 100%) !important;
  color: #0F172A !important;
  font-family: var(--kutana-font) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 11px 28px !important;
  border-radius: 30px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(224, 169, 109, 0.5) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.elementor-slides-wrapper .elementor-slide-button:hover {
  background: linear-gradient(135deg, #F3C48E 0%, #E0A96D 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 28px rgba(224, 169, 109, 0.65) !important;
  color: #0F172A !important;
}

/* Navigation Arrows */
.elementor-swiper-button {
  width: 48px !important;
  height: 48px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 50% !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.25s ease !important;
  margin: 0 16px !important;
}

.elementor-swiper-button:hover {
  background: var(--kutana-accent) !important;
  border-color: var(--kutana-accent) !important;
  color: #0F172A !important;
  transform: scale(1.1) !important;
}

/* Pagination pills */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.45) !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
  width: 8px !important;
  height: 8px !important;
}

.swiper-pagination-bullet-active {
  background: var(--kutana-accent-gold) !important;
  width: 28px !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(255, 184, 0, 0.55) !important;
}

/* --------------------------------------------------------------------------
   Floating WhatsApp Live Chat Widget
   -------------------------------------------------------------------------- */
.kutana-whatsapp-widget {
  position: fixed !important;
  bottom: 28px !important;
  right: 28px !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
}

.kutana-whatsapp-btn {
  width: 60px !important;
  height: 60px !important;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
  color: #FFFFFF !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 30px !important;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4) !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
}

.kutana-whatsapp-btn:hover {
  transform: scale(1.1) rotate(5deg) !important;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6) !important;
  color: #FFFFFF !important;
}

/* Pulse Animation Ring */
.kutana-whatsapp-btn::before {
  content: '' !important;
  position: absolute !important;
  top: -4px !important;
  left: -4px !important;
  right: -4px !important;
  bottom: -4px !important;
  border-radius: 50% !important;
  border: 2px solid #25D366 !important;
  animation: kutanaPulse 2s infinite ease-in-out !important;
  opacity: 0.8 !important;
}

@keyframes kutanaPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.25);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.kutana-whatsapp-tooltip {
  position: absolute !important;
  right: 72px !important;
  background: #0F172A !important;
  color: #FFFFFF !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
  opacity: 0 !important;
  transform: translateX(10px) !important;
  transition: all 0.3s ease !important;
  pointer-events: none !important;
}

.kutana-whatsapp-widget:hover .kutana-whatsapp-tooltip {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* --------------------------------------------------------------------------
   Modern Card & Visual Micro-Interactions
   -------------------------------------------------------------------------- */
/* ==========================================================================
   LUXURY DESTINATION MASONRY & CARDS (Desired Vacation Spots)
   ========================================================================== */
.home1-destination-section,
.triprex_destination_masonary {
  background: #FDFBF7 !important; /* Warm luxury ivory/cream background */
  padding: 85px 0 !important;
}

/* Section Header */
.home1-destination-section .section-title h2,
.triprex_destination_masonary .section-title h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  color: #0F172A !important;
  letter-spacing: -0.5px !important;
  margin-top: 8px !important;
}

/* Destination Card Container */
.destination-card,
.destination-card2,
.destination-card3 {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.1) !important;
  border: 1px solid rgba(224, 169, 109, 0.18) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  min-height: 380px !important;
}

.destination-card:hover,
.destination-card2:hover,
.destination-card3:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.2) !important;
  border-color: rgba(224, 169, 109, 0.45) !important;
}

/* Image Zoom */
.destination-card img,
.destination-card2 img,
.destination-card3 img {
  width: 100% !important;
  height: 100% !important;
  min-height: 380px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.destination-card:hover img,
.destination-card2:hover img,
.destination-card3:hover img {
  transform: scale(1.08) !important;
}

/* Cinematic Dark Bottom Gradient Overlay */
.destination-card .overlay,
.destination-card2 .overlay,
.destination-card3 .overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(5, 10, 25, 0.92) 0%,
    rgba(5, 10, 25, 0.45) 50%,
    rgba(5, 10, 25, 0.05) 85%
  ) !important;
  border-radius: 20px !important;
  opacity: 1 !important;
  transition: background 0.4s ease !important;
}

.destination-card:hover .overlay {
  background: linear-gradient(
    to top,
    rgba(5, 10, 25, 0.96) 0%,
    rgba(5, 10, 25, 0.58) 55%,
    rgba(5, 10, 25, 0.1) 85%
  ) !important;
}

/* Hide duplicate HTML title (.card-title) so only .content single title renders */
.destination-card .card-title {
  display: none !important;
}

/* Always-Visible Single Card Content & Title at Bottom */
.destination-card .content {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  padding: 24px 22px !important;
  text-align: left !important;
  opacity: 1 !important;
  z-index: 5 !important;
  width: 100% !important;
  transition: transform 0.35s ease !important;
}

.destination-card:hover .content {
  transform: translateY(-4px) !important;
}

.destination-card .content h4,
.destination-card .content h4 a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none !important;
  transition: color 0.25s ease !important;
  border-bottom: none !important;
  display: block !important;
}

.destination-card:hover .content h4 a {
  color: var(--kutana-accent-gold) !important;
}

/* Tour Count Badge (.eg-tag) */
.destination-card .eg-tag,
.destination-card .batch {
  display: inline-block !important;
  background: rgba(224, 169, 109, 0.22) !important;
  border: 1px solid rgba(224, 169, 109, 0.45) !important;
  border-radius: 20px !important;
  padding: 4px 14px !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  margin-top: 6px !important;
}

.destination-card .eg-tag span,
.destination-card .batch span {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: var(--kutana-accent-gold) !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* --------------------------------------------------------------------------
   Animated Stats Counter Bar
   -------------------------------------------------------------------------- */
.kutana-stats-bar {
  width: 100% !important;
  background: linear-gradient(135deg, #0A0F1E 0%, #0F172A 50%, #0A1628 100%) !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 100 !important;
  overflow: hidden !important;
}

/* Subtle animated shimmer line at top */
.kutana-stats-bar::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 300% !important;
  height: 2px !important;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(224, 169, 109, 0.8) 40%,
    rgba(255, 184, 0, 1) 50%,
    rgba(224, 169, 109, 0.8) 60%,
    transparent 100%
  ) !important;
  animation: kutanaShimmer 3s ease-in-out infinite !important;
}

@keyframes kutanaShimmer {
  0%   { transform: translateX(0); }
  100% { transform: translateX(33.33%); }
}

.kutana-stats-inner {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.kutana-stat-item {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 36px 20px !important;
  position: relative !important;
  transition: transform 0.3s ease !important;
}

.kutana-stat-item:hover {
  transform: translateY(-4px) !important;
}

.kutana-stat-icon {
  font-size: 32px !important;
  margin-bottom: 10px !important;
  line-height: 1 !important;
  filter: drop-shadow(0 2px 8px rgba(224, 169, 109, 0.4)) !important;
  animation: kutanaIconFloat 3s ease-in-out infinite !important;
}

/* Stagger float animations per icon */
.kutana-stat-item:nth-child(1) .kutana-stat-icon { animation-delay: 0s; }
.kutana-stat-item:nth-child(3) .kutana-stat-icon { animation-delay: 0.3s; }
.kutana-stat-item:nth-child(5) .kutana-stat-icon { animation-delay: 0.6s; }
.kutana-stat-item:nth-child(7) .kutana-stat-icon { animation-delay: 0.9s; }
.kutana-stat-item:nth-child(9) .kutana-stat-icon { animation-delay: 1.2s; }

@keyframes kutanaIconFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-5px); }
}

.kutana-stat-number {
  font-family: var(--kutana-font) !important;
  font-size: 44px !important;
  font-weight: 800 !important;
  color: var(--kutana-accent-gold) !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
  letter-spacing: -1px !important;
  text-shadow: 0 0 30px rgba(255, 184, 0, 0.35) !important;
}

.kutana-stat-label {
  font-family: var(--kutana-font) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #94A3B8 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px !important;
  text-align: center !important;
}

.kutana-stat-divider {
  width: 1px !important;
  height: 60px !important;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  ) !important;
  flex-shrink: 0 !important;
}

/* Responsive Stats */
@media (max-width: 768px) {
  .kutana-stats-inner {
    flex-wrap: wrap !important;
    padding: 20px !important;
    gap: 0 !important;
  }
  .kutana-stat-item {
    flex: 0 0 50% !important;
    padding: 24px 12px !important;
  }
  .kutana-stat-divider {
    display: none !important;
  }
  .kutana-stat-number {
    font-size: 32px !important;
  }
}

/* Responsive Slider Styling */
@media (max-width: 768px) {
  .elementor-slides-wrapper .swiper-slide-contents {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 0 auto !important;
    width: 92% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .elementor-slides-wrapper .elementor-slide-heading {
    font-size: 32px !important;
    margin-bottom: 10px !important;
  }
  .elementor-slides-wrapper .elementor-slide-description {
    font-size: 15px !important;
    margin-bottom: 18px !important;
  }
  .elementor-slides-wrapper .elementor-slide-button {
    padding: 10px 24px !important;
    font-size: 12px !important;
  }
  /* Top Trust Bar Mobile Optimization */
  .kutana-top-trust-bar {
    padding: 6px 0 !important;
    font-size: 11px !important;
  }
  .kutana-top-trust-bar .kutana-container {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    padding: 0 12px !important;
    gap: 8px !important;
  }
  .kutana-trust-items {
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }
  .kutana-trust-text,
  .kutana-trust-item--feature,
  .kutana-currency-badge {
    display: none !important;
  }
  .kutana-badge-tag {
    padding: 2px 7px !important;
    font-size: 10px !important;
  }
  .kutana-contact-link {
    font-size: 11px !important;
    white-space: nowrap !important;
  }
  .kutana-whatsapp-btn {
    width: 50px !important;
    height: 50px !important;
    font-size: 24px !important;
  }
}

/* ==========================================================================
   WHY CHOOSE KUTANA EXPLORER
   ========================================================================== */
.kutana-why-section {
  width: 100% !important;
  background: #F9F6F1 !important;
  padding: 80px 0 !important;
  position: relative !important;
}

.kutana-why-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
}

.kutana-why-header {
  text-align: center !important;
  margin-bottom: 56px !important;
}

.kutana-why-eyebrow {
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 3.5px !important;
  color: var(--kutana-accent) !important;
  margin-bottom: 14px !important;
  padding: 5px 16px !important;
  border: 1px solid rgba(224,169,109,0.4) !important;
  border-radius: 20px !important;
  background: rgba(224,169,109,0.08) !important;
}

.kutana-why-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  color: #0F172A !important;
  line-height: 1.15 !important;
  margin: 12px 0 16px !important;
  letter-spacing: -0.5px !important;
}

.kutana-why-title em {
  font-style: normal !important;
  color: var(--kutana-accent) !important;
}

.kutana-why-subtitle {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #64748B !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  line-height: 1.75 !important;
}

.kutana-why-cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

.kutana-why-card {
  background: #FFFFFF !important;
  border-radius: 20px !important;
  padding: 40px 28px 36px !important;
  text-align: center !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.07) !important;
  border: 1px solid rgba(224, 169, 109, 0.12) !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.kutana-why-card::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--kutana-accent), var(--kutana-accent-gold)) !important;
  transform: scaleX(0) !important;
  transition: transform 0.35s ease !important;
}

.kutana-why-card:hover::after {
  transform: scaleX(1) !important;
}

.kutana-why-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.13) !important;
  border-color: rgba(224, 169, 109, 0.3) !important;
}

.kutana-why-card-icon {
  font-size: 48px !important;
  margin-bottom: 20px !important;
  display: block !important;
  line-height: 1 !important;
}

.kutana-why-card-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  margin: 0 0 12px !important;
}

.kutana-why-card-desc {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #64748B !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

@media (max-width: 992px) {
  .kutana-why-cards { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 580px) {
  .kutana-why-cards { grid-template-columns: 1fr !important; }
  .kutana-why-title { font-size: 28px !important; }
  .kutana-why-inner { padding: 0 20px !important; }
}

/* ==========================================================================
   CTA BANNER
   ========================================================================== */
.kutana-cta-banner {
  width: 100% !important;
  position: relative !important;
  background:
    linear-gradient(135deg,
      rgba(5, 12, 30, 0.94) 0%,
      rgba(10, 25, 15, 0.90) 50%,
      rgba(5, 18, 30, 0.94) 100%
    ),
    url('https://images.unsplash.com/photo-1547471080-7cc2caa01a7e?w=1600&q=80') center / cover no-repeat !important;
  padding: 100px 40px !important;
  text-align: center !important;
  overflow: hidden !important;
}

.kutana-cta-banner::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: radial-gradient(circle, rgba(255,184,0,0.06) 1px, transparent 1px) !important;
  background-size: 44px 44px !important;
  pointer-events: none !important;
}

.kutana-cta-overlay { display: none !important; }

.kutana-cta-inner {
  position: relative !important;
  z-index: 2 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}

.kutana-cta-eyebrow {
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: var(--kutana-accent-gold) !important;
  margin-bottom: 20px !important;
  padding: 6px 18px !important;
  background: rgba(255, 184, 0, 0.12) !important;
  border: 1px solid rgba(255, 184, 0, 0.3) !important;
  border-radius: 20px !important;
}

.kutana-cta-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 58px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  line-height: 1.1 !important;
  margin: 0 0 24px !important;
  letter-spacing: -2px !important;
  text-shadow: 0 4px 24px rgba(0,0,0,0.4) !important;
}

.kutana-cta-title em {
  font-style: normal !important;
  color: var(--kutana-accent-gold) !important;
}

.kutana-cta-desc {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.80) !important;
  line-height: 1.7 !important;
  margin: 0 auto 40px !important;
  max-width: 600px !important;
}

.kutana-cta-buttons {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  margin-bottom: 32px !important;
}

.kutana-cta-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 16px 36px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.kutana-cta-btn--gold {
  background: linear-gradient(135deg, #E0A96D 0%, #C58B4D 100%) !important;
  color: #0F172A !important;
  box-shadow: 0 8px 28px rgba(224, 169, 109, 0.5) !important;
}

.kutana-cta-btn--gold:hover {
  background: linear-gradient(135deg, #F3C48E 0%, #E0A96D 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 36px rgba(224, 169, 109, 0.65) !important;
  color: #0F172A !important;
}

.kutana-cta-btn--outline {
  background: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid rgba(255,255,255,0.45) !important;
}

.kutana-cta-btn--outline:hover {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.85) !important;
  transform: translateY(-3px) !important;
  color: #FFFFFF !important;
}

.kutana-cta-badges {
  display: flex !important;
  gap: 24px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.kutana-cta-badge {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.60) !important;
}

@media (max-width: 768px) {
  .kutana-cta-banner { padding: 70px 20px !important; }
  .kutana-cta-title { font-size: 34px !important; letter-spacing: -0.5px !important; }
  .kutana-cta-desc { font-size: 15px !important; }
  .kutana-cta-btn { padding: 13px 26px !important; font-size: 12px !important; }
}

/* ==========================================================================
   NEWSLETTER / FREE QUOTE BANNER
   ========================================================================== */
.kutana-newsletter {
  width: 100% !important;
  background: linear-gradient(135deg, #B8732A 0%, #D4924A 35%, #E0A96D 65%, #C58B4D 100%) !important;
  padding: 72px 40px !important;
  position: relative !important;
  overflow: hidden !important;
}

.kutana-newsletter::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px) !important;
  background-size: 32px 32px !important;
  pointer-events: none !important;
}

.kutana-newsletter::after {
  content: '🦒🦁🐘' !important;
  position: absolute !important;
  right: 30px !important;
  bottom: -16px !important;
  font-size: 90px !important;
  opacity: 0.10 !important;
  pointer-events: none !important;
  filter: grayscale(1) !important;
  line-height: 1 !important;
}

.kutana-newsletter-inner {
  max-width: 1100px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 64px !important;
  align-items: center !important;
  position: relative !important;
  z-index: 2 !important;
}

.kutana-newsletter-eyebrow {
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 3.5px !important;
  color: rgba(255,255,255,0.7) !important;
  margin-bottom: 10px !important;
}

.kutana-newsletter-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
  letter-spacing: -0.8px !important;
}

.kutana-newsletter-sub {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.85) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

.kutana-newsletter-fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.kutana-nl-input {
  width: 100% !important;
  padding: 15px 20px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 2px solid rgba(255,255,255,0.3) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,0.18) !important;
  color: #FFFFFF !important;
  outline: none !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

.kutana-nl-input::placeholder {
  color: rgba(255,255,255,0.60) !important;
}

.kutana-nl-input:focus {
  background: rgba(255,255,255,0.28) !important;
  border-color: rgba(255,255,255,0.75) !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.15) !important;
}

.kutana-nl-btn {
  width: 100% !important;
  padding: 16px 24px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  background: #0F172A !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.35) !important;
}

.kutana-nl-btn:hover {
  background: #1E293B !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.45) !important;
}

.kutana-nl-note {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  color: rgba(255,255,255,0.60) !important;
  margin: 10px 0 0 !important;
  text-align: center !important;
}

.kutana-nl-success {
  background: rgba(255, 255, 255, 0.20) !important;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  color: #FFFFFF !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 22px 26px !important;
  border-radius: 14px !important;
  text-align: center !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15) !important;
  line-height: 1.5 !important;
}

@media (max-width: 768px) {
  .kutana-newsletter { padding: 50px 20px !important; }
  .kutana-newsletter-inner {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .kutana-newsletter-title { font-size: 26px !important; }
  .kutana-newsletter::after { display: none !important; }
}

/* ==========================================================================
   LUXURY TOUR PACKAGES & THRILLING TOUR PLANS (Clean & Crisp)
   ========================================================================== */
.package-section,
.package-grid-section,
.home1-package-section,
.triprex-package-area {
  background: #FDFBF7 !important; /* Warm ivory luxury background */
  padding: 85px 0 !important;
  position: relative !important;
}

/* Tour Section Header — Fix Invisible White Header Text */
.package-section .section-title,
.package-grid-section .section-title,
.home1-package-section .section-title {
  text-align: center !important;
  margin-bottom: 48px !important;
}

.package-section .section-title span,
.package-grid-section .section-title span,
.home1-package-section .section-title span,
.package-section .section-title .sub-title {
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  color: var(--kutana-accent) !important;
  background: rgba(224, 169, 109, 0.12) !important;
  border: 1px solid rgba(224, 169, 109, 0.35) !important;
  padding: 5px 16px !important;
  border-radius: 20px !important;
  margin-bottom: 10px !important;
}

.package-section .section-title h2,
.package-grid-section .section-title h2,
.home1-package-section .section-title h2,
.package-section .section-title h2.title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  color: #0F172A !important; /* Crisp dark navy title */
  line-height: 1.25 !important;
  margin: 0 !important;
}

/* ==========================================================================
   HIDE PRICING & HIDE CLUNKY DARK LOCATION BOX OVER IMAGE
   ========================================================================== */
.package-card .price-area,
.package-card .price-area *,
.package-card2 .price-area,
.package-card3 .price-area,
.package-card .card-content-bottom .price-area,
.package-card .starting-from,
.package-card-content .price-area {
  display: none !important;
}

/* Hide the large dark location box that overlays half of the card image */
.package-card .batch .location,
.package-card .batch .location-list,
.package-card .batch .location-area,
.package-card-img-wrap .location-area,
.package-card-img-wrap .location,
.package-card-img-wrap .location-list {
  display: none !important;
}

/* Clean Card Container */
.package-card,
.package-card2,
.package-card3 {
  background: #FFFFFF !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06) !important;
  border: 1px solid rgba(224, 169, 109, 0.2) !important;
  transition: all 0.35s ease !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  position: relative !important;
}

.package-card:hover,
.package-card2:hover,
.package-card3:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12) !important;
  border-color: var(--kutana-accent) !important;
}

/* Image Aspect & Zoom */
.package-card .package-card-img-wrap,
.package-card2 .package-card-img-wrap,
.package-card3 .package-card-img-wrap,
.package-card .card-img {
  position: relative !important;
  height: 220px !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 18px 18px 0 0 !important;
}

.package-card .package-card-img-wrap img,
.package-card2 .package-card-img-wrap img,
.package-card3 .package-card-img-wrap img,
.package-card .card-img img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

.package-card:hover .package-card-img-wrap img,
.package-card:hover .card-img img {
  transform: scale(1.06) !important;
}

/* Small Clean Top-Left Duration Badge */
.package-card .batch,
.package-card2 .batch,
.package-card3 .batch,
.package-card .batch .date {
  position: absolute !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  bottom: auto !important;
  background: var(--kutana-accent) !important;
  color: #0F172A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 12px !important;
  border-radius: 14px !important;
  z-index: 10 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25) !important;
  width: auto !important;
  max-width: fit-content !important;
}

/* Content Area */
.package-card .package-card-content,
.package-card2 .package-card-content,
.package-card3 .package-card-content {
  padding: 20px 18px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex-grow: 1 !important;
  background: #FFFFFF !important;
}

/* Location Tag Below Image inside Card Body */
.package-card-content .location-area,
.package-card-content .location-list {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
  list-style: none !important;
  padding: 0 !important;
}

.package-card-content .location-area a,
.package-card-content .location-list li a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: var(--kutana-accent) !important;
  text-decoration: none !important;
}

/* Tour Title */
.package-card .card-content-top h5,
.package-card .card-content-top h5 a,
.package-card h3.title,
.package-card h4.title,
.package-card .package-title a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #0F172A !important;
  line-height: 1.35 !important;
  margin: 4px 0 16px !important;
  text-decoration: none !important;
  display: block !important;
  transition: color 0.2s ease !important;
}

.package-card:hover .card-content-top h5 a {
  color: var(--kutana-accent) !important;
}

/* Bottom CTA Area */
.package-card .card-content-bottom {
  display: block !important;
  padding-top: 14px !important;
  border-top: 1px solid #F1F5F9 !important;
  margin-top: auto !important;
  width: 100% !important;
}

.package-card .primary-btn1,
.package-card .egns-btn,
.package-card a.book-btn,
.package-card .card-content-bottom a {
  width: 100% !important;
  background: linear-gradient(135deg, #E0A96D 0%, #C58B4D 100%) !important;
  color: #0F172A !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 12px 16px !important;
  border-radius: 25px !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  box-shadow: 0 4px 12px rgba(224, 169, 109, 0.3) !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

.package-card .primary-btn1:hover,
.package-card .egns-btn:hover,
.package-card a.book-btn:hover,
.package-card .card-content-bottom a:hover {
  background: linear-gradient(135deg, #F3C48E 0%, #E0A96D 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(224, 169, 109, 0.5) !important;
  color: #0F172A !important;
}

/* ==========================================================================
   ELEMENTOR FOOTER REDESIGN — targeting actual Elementor classes
   The footer is built with Elementor (template ID 8801), NOT theme PHP widgets.
   ========================================================================== */

/* ---- 1. Footer Background — override the plugin's inline style ---- */
/* We inject this via functions.php wp_head:999 too, but belt-and-suspenders */
.ekit-template-content-footer .elementor-section,
.ekit-template-content-footer .elementor-section.elementor-section-stretched {
  background-color: #0B1120 !important;
  background-image: none !important;
}

/* The Elementor background overlay inside the footer section */
.ekit-template-content-footer .elementor-background-overlay {
  background: rgba(11, 17, 32, 0.97) !important;
  opacity: 1 !important;
}

/* ---- 2. Footer Section outer wrapper background ---- */
.ekit-template-content-footer {
  background-color: #0B1120 !important;
  background-image: none !important;
  border-top: 2px solid rgba(224, 169, 109, 0.30) !important;
  display: block !important;
  width: 100% !important;
}

/* ---- 3. Column Headings (KUTANA EXPLORER, USEFUL LINKS, etc.) ---- */
.ekit-template-content-footer h2.elementor-heading-title,
.ekit-template-content-footer h3.elementor-heading-title,
.ekit-template-content-footer .elementor-widget-heading .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  margin-bottom: 20px !important;
  line-height: 1.4 !important;
}

/* ---- 4. Description text / paragraphs ---- */
.ekit-template-content-footer .elementor-widget-text-editor p,
.ekit-template-content-footer .elementor-text-editor p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.75 !important;
  margin-bottom: 18px !important;
}

/* ---- 5. FIX GIANT CHEVRON SVG ICONS in icon-list widget ---- */
/* The chevron is an SVG inside .elementor-icon-list-icon */
.ekit-template-content-footer .elementor-icon-list-icon {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  margin-right: 8px !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ekit-template-content-footer .elementor-icon-list-icon svg {
  width: 10px !important;
  height: 10px !important;
  fill: var(--kutana-accent) !important;
}

/* Icon list item layout */
.ekit-template-content-footer .elementor-icon-list-items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ekit-template-content-footer .elementor-icon-list-item {
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
}

.ekit-template-content-footer .elementor-icon-list-item > a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.ekit-template-content-footer .elementor-icon-list-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.4 !important;
  transition: color 0.2s ease !important;
}

.ekit-template-content-footer .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--kutana-accent) !important;
}

.ekit-template-content-footer .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  fill: var(--kutana-accent) !important;
}

/* ---- 5b. INLINE LIST ITEMS (Support, Contact Us, Disclaimer) ---- */
.ekit-template-content-footer .elementor-icon-list-items.elementor-inline-items {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 18px !important;
}

.ekit-template-content-footer .elementor-inline-item,
.ekit-template-content-footer .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
  display: inline-flex !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  align-items: center !important;
}

.ekit-template-content-footer .elementor-inline-item .elementor-icon-list-text {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.50) !important;
  transition: color 0.2s ease !important;
}

.ekit-template-content-footer .elementor-inline-item:hover .elementor-icon-list-text {
  color: var(--kutana-accent) !important;
}

/* ---- 6. FIX GIANT SOCIAL ICONS (Facebook, Instagram SVG circles) ---- */
.ekit-template-content-footer .elementor-social-icons-wrapper {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.ekit-template-content-footer .elementor-grid-item {
  display: inline-flex !important;
}

.ekit-template-content-footer .elementor-icon.elementor-social-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  font-size: 16px !important;
  padding: 0 !important;
}

/* The SVG inside the social icon */
.ekit-template-content-footer .elementor-social-icon svg {
  width: 16px !important;
  height: 16px !important;
  fill: currentColor !important;
}

.ekit-template-content-footer .elementor-social-icon:hover {
  background: var(--kutana-accent) !important;
  border-color: var(--kutana-accent) !important;
  color: #0F172A !important;
  transform: translateY(-2px) !important;
}

.ekit-template-content-footer .elementor-social-icon:hover svg {
  fill: #0F172A !important;
}

/* ---- 7. Contact info — icon-list used for phone/email/address ---- */
/* Contact icons (phone, email, location) already handled by icon-list above */
/* Extra specificity for contact column icons */
.ekit-template-content-footer .elementor-widget-icon-list .elementor-icon-list-icon svg {
  width: 13px !important;
  height: 13px !important;
  fill: var(--kutana-accent) !important;
}

/* ---- 8. Inner section / column spacing ---- */
.ekit-template-content-footer .elementor-section.elementor-inner-section {
  padding: 55px 0 45px !important;
}

/* ---- 9. Bottom bar (copyright row if inside Elementor) ---- */
.ekit-template-content-footer .elementor-widget-text-editor.copyright p,
.ekit-template-content-footer p.copyright {
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.40) !important;
}

/* ---- 10. General text color fix — all text inside footer ---- */
.ekit-template-content-footer,
.ekit-template-content-footer * {
  font-family: 'Montserrat', sans-serif !important;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .ekit-template-content-footer .elementor-section.elementor-inner-section {
    padding: 35px 0 30px !important;
  }
  .ekit-template-content-footer .elementor-icon.elementor-social-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }
}

/* Override the theme's inline background-image and use our dark navy */
footer.footer-section,
footer.footer-section.newsletter-exists {
  background-color: #0B1120 !important;
  background-image: none !important;
  border-top: 2px solid rgba(224, 169, 109, 0.30) !important;
  position: relative !important;
  overflow: visible !important;
}

/* Remove the theme's ::before that may add more background graphics */
footer.footer-section::before {
  content: none !important;
  display: none !important;
}

/* ---- Footer Top Padding ---- */
.footer-section .footer-top {
  padding-top: 65px !important;
  padding-bottom: 55px !important;
}

/* ---- Footer Widget Headings ---- */
.footer-section h3,
.footer-section h5,
.footer-section .footer-top .footer-widget h3,
.footer-section .footer-top .footer-widget h5,
.footer-section .footer-top .footer-widget .widget-title h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 20px !important;
  line-height: 1.4 !important;
}

/* Widget title SVG decorative icon */
.footer-section .footer-top .footer-widget .widget-title svg {
  width: 14px !important;
  height: 14px !important;
  fill: var(--kutana-accent) !important;
}

/* ---- Footer Logo ---- */
.footer-section .footer-top .footer-widget .footer-logo img {
  max-height: 55px !important;
  width: auto !important;
  object-fit: contain !important;
}

/* ---- Footer Paragraphs ---- */
.footer-section .footer-top .footer-widget p,
.footer-section .footer-top .footer-widget address {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.75 !important;
  margin-bottom: 22px !important;
}

/* ---- Widget Link Lists (Useful Links, Quick Link) ---- */
.footer-section .footer-top .footer-widget .widget-list,
.footer-section .footer-top .footer-widget ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-section .footer-top .footer-widget .widget-list li,
.footer-section .footer-top .footer-widget ul li {
  margin-bottom: 9px !important;
}

/* Clean link style — no ::before arrows at all */
.footer-section .footer-top .footer-widget .widget-list li a,
.footer-section .footer-top .footer-widget ul:not(.social-list):not(.social) li a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  text-decoration: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
  display: inline-block !important;
}

/* KILL all pseudo-elements on footer widget list items */
.footer-section .footer-top .footer-widget li::before,
.footer-section .footer-top .footer-widget li::after,
.footer-section .footer-top .footer-widget a::before,
.footer-section .footer-top .footer-widget a::after {
  content: none !important;
  display: none !important;
}

.footer-section .footer-top .footer-widget .widget-list li:hover a,
.footer-section .footer-top .footer-widget ul:not(.social-list):not(.social) li:hover a {
  color: var(--kutana-accent) !important;
  padding-left: 5px !important;
}

/* ---- Contact Info Block ---- */
.footer-section .footer-top .footer-widget .single-contact a,
.footer-section .footer-top .footer-widget .single-contact address {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.7 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.footer-section .footer-top .footer-widget .single-contact a:hover {
  color: var(--kutana-accent) !important;
}

/* Fix HUGE contact icons (phone, email, location) */
.footer-section .footer-top .footer-widget .single-contact i,
.footer-section .footer-top .footer-widget .single-contact .icon i,
.footer-section .footer-top i[class*="bx"],
.footer-section .footer-top i[class*="bi"],
.footer-section .footer-top i[class*="fa"] {
  font-size: 15px !important;
  line-height: 1 !important;
  color: var(--kutana-accent) !important;
}

/* ---- Social Icons in Widget (Facebook, Instagram circles) ---- */
.footer-section .footer-top .social-icon-area ul,
.footer-section .footer-top ul.social,
.footer-section .footer-top .footer-widget .social-area ul {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}

.footer-section .footer-top .social-icon-area ul li a,
.footer-section .footer-top ul.social li a,
.footer-section .footer-top .footer-widget .social-links a,
.footer-section .footer-top .footer-widget .social-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  font-size: 0 !important;  /* zero-out inherited size */
  overflow: hidden !important;
}

.footer-section .footer-top .social-icon-area ul li a i,
.footer-section .footer-top ul.social li a i,
.footer-section .footer-top .footer-widget .social-links a i,
.footer-section .footer-top .footer-widget .social-link i {
  font-size: 15px !important;
  line-height: 1 !important;
  color: inherit !important;
}

.footer-section .footer-top .social-icon-area ul li:hover a,
.footer-section .footer-top ul.social li:hover a,
.footer-section .footer-top .footer-widget .social-links a:hover,
.footer-section .footer-top .footer-widget .social-link:hover {
  background: var(--kutana-accent) !important;
  border-color: var(--kutana-accent) !important;
  color: #0F172A !important;
  transform: translateY(-2px) !important;
}

/* ---- Footer Bottom Bar ---- */
.footer-section .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 18px 0 !important;
  background: rgba(0, 0, 0, 0.25) !important;
}

.footer-section .footer-bottom p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.45) !important;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}

.footer-section .footer-bottom p a {
  font-weight: 600 !important;
  color: var(--kutana-accent) !important;
  text-decoration: none !important;
}

.footer-section .footer-bottom p a:hover {
  color: #FFFFFF !important;
}

/* Bottom bar social icons */
.footer-section .footer-bottom .social-list {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-section .footer-bottom .social-list li a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: rgba(255, 255, 255, 0.55) !important;
  background: transparent !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  font-size: 0 !important;
}

.footer-section .footer-bottom .social-list li a i {
  font-size: 11px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: inherit !important;
}

.footer-section .footer-bottom .social-list li:hover a {
  background: var(--kutana-accent) !important;
  border-color: var(--kutana-accent) !important;
  color: #0F172A !important;
  transform: translateY(-2px) !important;
}

/* Bottom right links (Support, Contact, Disclaimer) */
.footer-section .footer-bottom .footer-right ul {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
}

.footer-section .footer-bottom .footer-right ul li {
  position: relative !important;
}

.footer-section .footer-bottom .footer-right ul li a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.50) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.footer-section .footer-bottom .footer-right ul li a:hover {
  color: var(--kutana-accent) !important;
}

.footer-section .footer-bottom .footer-right ul li::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: -11px !important;
  width: 3px !important;
  height: 3px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.25) !important;
}

.footer-section .footer-bottom .footer-right ul li:first-child::before {
  display: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .footer-section .footer-top {
    padding-top: 40px !important;
    padding-bottom: 36px !important;
  }
  .footer-section .footer-bottom {
    padding: 14px 0 !important;
  }
  .footer-section .footer-bottom p {
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .footer-section .footer-bottom .footer-right ul {
    justify-content: center !important;
  }
  .footer-section .footer-bottom .social-list {
    justify-content: center !important;
  }
}