.elementor-kit-6{--e-global-color-primary:#647255;--e-global-color-secondary:#46513D;--e-global-color-text:#2F2B26;--e-global-color-accent:#C6A46A;--e-global-color-ifp_hw_bg:#F8F5EF;--e-global-color-ifp_hw_surface:#FFFFFF;--e-global-color-ifp_hw_sand:#D8C3A5;--e-global-color-ifp_hw_brown:#8A674A;--e-global-color-ifp_hw_text_soft:#6F675E;--e-global-color-ifp_hw_border:#E7DED2;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.08em;--e-global-typography-primary-letter-spacing:-0.02em;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.15em;--e-global-typography-secondary-letter-spacing:-0.015em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.18em;--e-global-typography-ifp_hw_button-font-family:"Inter";--e-global-typography-ifp_hw_button-font-weight:700;--e-global-typography-ifp_hw_button-line-height:1.2em;--e-global-typography-ifp_hw_small_label-font-family:"Inter";--e-global-typography-ifp_hw_small_label-font-weight:700;--e-global-typography-ifp_hw_small_label-text-transform:uppercase;--e-global-typography-ifp_hw_small_label-letter-spacing:0.18em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#647255;color:#FFFFFF;border-radius:12px 12px 12px 12px;padding:15px 24px 15px 24px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --ifp-hw-primary: #647255;
  --ifp-hw-primary-dark: #46513D;
  --ifp-hw-accent: #C6A46A;
  --ifp-hw-bg: #F8F5EF;
  --ifp-hw-surface: #FFFFFF;
  --ifp-hw-sand: #D8C3A5;
  --ifp-hw-brown: #8A674A;
  --ifp-hw-text: #2F2B26;
  --ifp-hw-text-soft: #6F675E;
  --ifp-hw-border: #E7DED2;

  --ifp-hw-radius-sm: 10px;
  --ifp-hw-radius-md: 16px;
  --ifp-hw-radius-lg: 24px;
  --ifp-hw-radius-xl: 32px;

  --ifp-hw-shadow-soft: 0 14px 40px rgba(47, 43, 38, 0.08);
  --ifp-hw-shadow-card: 0 10px 28px rgba(47, 43, 38, 0.10);
  --ifp-hw-shadow-hover: 0 18px 48px rgba(47, 43, 38, 0.14);

  --ifp-hw-container: 1240px;
  --ifp-hw-section-space: clamp(64px, 8vw, 120px);
}

body {
  background: var(--ifp-hw-bg);
  color: var(--ifp-hw-text);
}

.ifp-hw-section {
  padding-top: var(--ifp-hw-section-space);
  padding-bottom: var(--ifp-hw-section-space);
}

.ifp-hw-container {
  max-width: var(--ifp-hw-container);
  margin-left: auto;
  margin-right: auto;
}

.ifp-hw-overline,
.ifp-hw-label {
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ifp-hw-accent);
}

.ifp-hw-heading,
.ifp-hw-heading h1,
.ifp-hw-heading h2,
.ifp-hw-heading h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ifp-hw-text);
  letter-spacing: -0.02em;
}

.ifp-hw-text,
.ifp-hw-text p {
  font-family: "Inter", Arial, sans-serif;
  color: var(--ifp-hw-text-soft);
  line-height: 1.7;
}

.ifp-hw-card {
  background: var(--ifp-hw-surface);
  border: 1px solid var(--ifp-hw-border);
  border-radius: var(--ifp-hw-radius-lg);
  box-shadow: var(--ifp-hw-shadow-soft);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.ifp-hw-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ifp-hw-shadow-hover);
  border-color: rgba(198, 164, 106, 0.45);
}

.ifp-hw-card img,
.ifp-hw-rounded-img img {
  border-radius: var(--ifp-hw-radius-lg);
}

.ifp-hw-button-primary .elementor-button,
.elementor-button.ifp-hw-button-primary,
.ifp-hw-button-primary a.elementor-button {
  background: var(--ifp-hw-primary);
  color: #ffffff;
  border-radius: 12px;
  padding: 15px 24px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(70, 81, 61, 0.18);
  transition: all 0.25s ease;
}

.ifp-hw-button-primary .elementor-button:hover,
.elementor-button.ifp-hw-button-primary:hover,
.ifp-hw-button-primary a.elementor-button:hover {
  background: var(--ifp-hw-primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(70, 81, 61, 0.24);
}

.ifp-hw-button-secondary .elementor-button,
.elementor-button.ifp-hw-button-secondary,
.ifp-hw-button-secondary a.elementor-button {
  background: #ffffff;
  color: var(--ifp-hw-primary-dark);
  border: 1px solid var(--ifp-hw-border);
  border-radius: 12px;
  padding: 15px 24px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  transition: all 0.25s ease;
}

.ifp-hw-button-secondary .elementor-button:hover,
.elementor-button.ifp-hw-button-secondary:hover,
.ifp-hw-button-secondary a.elementor-button:hover {
  border-color: var(--ifp-hw-primary);
  color: var(--ifp-hw-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--ifp-hw-shadow-soft);
}

.ifp-hw-glass-box {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(231, 222, 210, 0.9);
  border-radius: var(--ifp-hw-radius-lg);
  box-shadow: var(--ifp-hw-shadow-card);
  backdrop-filter: blur(14px);
}

.ifp-hw-booking-box {
  background: #ffffff;
  border: 1px solid var(--ifp-hw-border);
  border-radius: var(--ifp-hw-radius-lg);
  box-shadow: var(--ifp-hw-shadow-card);
}

.ifp-hw-icon-box {
  background: #ffffff;
  border: 1px solid var(--ifp-hw-border);
  border-radius: var(--ifp-hw-radius-md);
  padding: 18px;
  box-shadow: 0 8px 20px rgba(47, 43, 38, 0.06);
}

.ifp-hw-soft-bg {
  background:
    radial-gradient(circle at top left, rgba(198, 164, 106, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--ifp-hw-bg) 100%);
}

.ifp-hw-green-cta {
  background:
    linear-gradient(135deg, rgba(70, 81, 61, 0.98), rgba(100, 114, 85, 0.94)),
    var(--ifp-hw-primary-dark);
  color: #ffffff;
  border-radius: var(--ifp-hw-radius-lg);
  overflow: hidden;
}

.ifp-hw-green-cta h2,
.ifp-hw-green-cta h3,
.ifp-hw-green-cta p {
  color: #ffffff;
}

.ifp-hw-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid var(--ifp-hw-border);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--ifp-hw-text-soft);
  font-size: 14px;
}

.ifp-hw-divider {
  height: 1px;
  background: var(--ifp-hw-border);
}

.elementor-field-group .elementor-field,
.elementor-field-textual {
  border-radius: 10px;
  border-color: var(--ifp-hw-border);
  min-height: 46px;
}

.elementor-field-group .elementor-field:focus,
.elementor-field-textual:focus {
  border-color: var(--ifp-hw-primary);
  box-shadow: 0 0 0 3px rgba(100, 114, 85, 0.12);
}

@media (max-width: 767px) {
  :root {
    --ifp-hw-section-space: 56px;
  }

  .ifp-hw-card,
  .ifp-hw-booking-box,
  .ifp-hw-glass-box {
    border-radius: 18px;
  }

  .ifp-hw-button-primary .elementor-button,
  .ifp-hw-button-secondary .elementor-button {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */