header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

header.header.scrolled {
  background: rgba(0,0,0,0.85);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}





/* Force menu items to uppercase */
header .menu a,
header .menu li,
nav ul li a {
  text-transform: uppercase !important;
}









/* ===== Feature Section Container ===== */
.home-feature-section {
  background: transparent !important;
  padding: 0 0 60px 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  column-gap: 30px !important;
  row-gap: 30px !important;
  max-width: 1200px !important;
  margin: -140px auto 0 auto !important;  /* overlap video */
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 5 !important;
}

.home-feature-section > * {
  margin: 0 !important;
  padding: 0 !important;
}

/* ===== Feature Boxes ===== */
.feature-box {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(6px) !important;
  border-radius: 0 0 16px 16px !important;
  padding: 30px 20px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
  text-align: center !important;
  flex: 1 1 calc(25% - 30px) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  margin: 0 !important;
}

.feature-box:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.12) !important;
}

/* ===== First Row Rounded Tops ===== */
.home-feature-section .feature-box:nth-child(-n+4) {
  border-radius: 16px 16px 16px 16px !important;
}

/* ===== Icon Styling ===== */
.feature-box .feature-icon {
  color: #809E64 !important;
  font-size: 2.5rem !important;
  margin: 0 0 15px 0 !important;
}

/* ===== Headings ===== */
.feature-box h3 {
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  color: #3b3b3b !important;
  margin: 0 0 10px 0 !important;
}

/* ===== Description Text ===== */
.feature-box p {
  color: #5a5a5a !important;
  font-size: 0.95rem !important;
  line-height: 1.4em !important;
  margin: 0 0 15px 0 !important;
}

/* ===== Buttons (Goldenish Green base) ===== */
.feature-box .elementor-button,
.feature-box .feature-button {
  background: linear-gradient(180deg, rgba(128,158,100,0.9), rgba(96,126,75,0.9)) !important; /* #809E64 range */
  color: #fff !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  padding: 10px 26px !important;
  border-radius: 30px !important;
  border: none !important;
  backdrop-filter: blur(4px) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
  box-shadow: 0 6px 16px rgba(76,136,79,0.25) !important; /* match green, was gold */
  display: inline-block !important;
  text-decoration: none !important;
  width: auto !important;
  align-self: center !important;
}

/* 🚫 Reset ALL inner elements to prevent overlays/circles */
.feature-box .elementor-button *,
.feature-box .feature-button * {
  all: unset !important;
  display: inline !important;
  color: inherit !important;
}

/* ===== Hover Effect — force #4C884F ===== */
.feature-box .elementor-button:hover,
.feature-box .elementor-button:focus,
.feature-box .feature-button:hover,
.feature-box .feature-button:focus {
  background: linear-gradient(180deg, rgba(76,136,79,0.95), rgba(66,120,70,0.95)) !important; /* #4C884F range */
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(76,136,79,0.35) !important; /* green glow */
}


/* ===== Responsive Layout ===== */
@media (max-width: 1024px) {
  .feature-box {
    flex: 1 1 calc(50% - 30px) !important;
  }
  .home-feature-section .feature-box:nth-child(-n+2) {
    border-radius: 16px 16px 16px 16px !important;
  }
}

@media (max-width: 600px) {
  .feature-box {
    flex: 1 1 100% !important;
    border-radius: 16px !important;
  }
}





/* Place Polylang language switcher flag next to Book Now button */
.primary-menu-ul .lang-item {
  position: absolute !important;
  top: 50%;                 /* vertically center */
  right: -390px !important;  /* adjust this until it sits just left of Book Now */
  transform: translateY(-50%);
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999;
}

.primary-menu-ul .lang-item img {
  width: 24px !important; 
  height: auto !important;
  border-radius: 3px;
  display: block !important;
}
 block !important;
}


/* Pill badge style for Book Directly middle item */
.bd-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  background: rgba(128,158,100,0.12); /* soft green wash */
  border: 1px solid rgba(128,158,100,0.35);
  border-radius: 999px;
  gap: 10px;
}
.bd-chip .elementor-icon { 
  color: #4C884F; 
  font-size: 18px;
}
.bd-chip .elementor-heading-title {
  margin: 0;
  letter-spacing: .6px;
  font-weight: 600;
  color: #2f3a2f;
}


#quendoo-spbsbw .quendoo-spbsbw-btn {
  display: inline-block;
  margin: 5px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #8daa63;
  color: #fff !important;
  border: 0;
}


/* Only lift the sidebar widget above the page widget */
body [class*="quendoo-spbsbw-overlay"],
body [class*="quendoo-spbsbw-sidebar"],
body [class*="quendoo-spbsbw-container"],
body [class*="quendoo-spbsbw"] {
  z-index: 999999 !important;
}

#quendoo-bcw {
  position: relative;
  z-index: 20 !important;
}



















