.elementor-13271 .elementor-element.elementor-element-7082666{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13271 .elementor-element.elementor-element-69440be{width:100%;max-width:100%;}.elementor-13271 .elementor-element.elementor-element-df1b545{--display:flex;}.elementor-13271 .elementor-element.elementor-element-36ad2f3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5fb87f9 *//* MAIN CONTAINER */
.retreat-container {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* LEFT COLUMN (2/3) */
.retreat-main {
  flex: 2;
  min-width: 0;
}

/* TAB NAVIGATION */
.tab-navigation {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #e0e0e0;
  flex-wrap: wrap;
}

.tab-btn {
  background: none;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-btn:hover {
  color: #333;
}

.tab-btn.active {
  color: #4A90E2;
  border-bottom-color: #4A90E2;
}

/* TAB CONTENT */
.tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* RIGHT SIDEBAR (1/3) */
.retreat-sidebar {
  flex: 1;
  min-width: 0;
}

/* STICKY BOOKING BOX */
.booking-box {
  position: sticky;
  top: 100px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.booking-box h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #333;
}

.price {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin: 0 0 20px 0;
}

.price span {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.retreat-details {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.retreat-details p {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.cta-button {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background: #4A90E2;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s ease;
  margin: 20px 0;
}

.cta-button:hover {
  background: #357ABD;
}

.note {
  font-size: 13px;
  color: #E63946;
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: 500;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .retreat-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .retreat-main,
  .retreat-sidebar {
    flex: 1;
  }
  
  .booking-box {
    position: static;
  }
  
  .tab-navigation {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .tab-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}/* End custom CSS */
/* Start custom CSS *//* Nuclear option - remove ALL footers */
footer,
.footer,
#footer,
.site-footer,
#site-footer,
.site-info,
#colophon,
footer[role="contentinfo"],
.footer-widget-area,
.footer-wrapper,
.elementor-location-footer,
div[data-elementor-type="footer"],
.mk-footer,
#mk-footer,
.page-footer,
#page-footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide that T&C text specifically */
body > *:not(.elementor):not(.elementor-location-footer) {
  margin-bottom: 0 !important;
}/* End custom CSS */