/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 14:36:04 */
/* TOC:
-----------------------------------
1. variables
2. colors
3. typographics
4. margins & paddings
5. buttons
6. modificators
----------------------------------- */
/* 1. variables
----------------------------------- */
:root {
  --radius: 16px;
  --shadow-sm: 0 2px 8px rgba(43,43,40,.05);
  --shadow: 0 10px 30px rgba(43,43,40,.08);
  --shadow-lg: 0 24px 60px rgba(43,43,40,.12);
  --maxw: 1180px;
  --ease: cubic-bezier(.4,0,.2,1);
}

/* 2. colors
----------------------------------- */
.bg-primary {
  background-color: var(--global-palette1);
}
.bg-secondary {
  background-color: var(--global-palette2);
}
.bg-dark {
  background-color: var(--global-palette3);
}
.bg-subtle {
  background-color: var(--global-palette7);
}
.bg-light {
  background-color: var(--global-palette8);
}
.bg-white {
  background-color: var(--global-palette9);
}
.bg-gradient {
  background: linear-gradient(right, var(--global-palette1), var(--global-palette2));
}
.bg-primary, .bg-primary a, .bg-primary .elementor-heading-title,
.bg-secondary, .bg-secondary a, .bg-secondary .elementor-heading-title,
.bg-dark, .bg-dark a, .bg-dark .elementor-heading-title {
  color: var(--global-palette9);
}
.bg-light, .bg-light a, .bg-light .elementor-heading-title,
.bg-white, .bg-white a, .bg-white .elementor-heading-title {
  color: var(--global-palette3);
}
.text-primary {
  color: var(--global-palette1) !important;
}
.text-light, .text-light .elementor-heading-title {
  color: var(--global-palette8) !important;
}
.text-white, .text-white .elementor-heading-title {
  color: var(--global-palette9) !important;
}

/* 3. typographics
----------------------------------- */
body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}
@media (min-width: 768px) {
body {
  font-size: 16px;
}
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 !important;
}
.h3 .elementor-heading-title {
  font-size: 2rem;
}
.elementor-widget-container p, .single-content p:last-child, .custom-html-widget p {
  margin: 0 !important;
}
.elementor-widget-container p:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
.lead {
  color: var(--global-palette6);
  font-size: 1.2rem;
}
}
.bg-primary .lead,
.bg-secondary .lead,
.bg-dark .lead {
  color: rgba(255,255,255,.7);
}
.bg-dark .disclaimer {
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  font-style: italic;
}
.eyebrow .elementor-heading-title {
  color: var(--global-palette1);
  font-family: var(--global-body-font-family);
  font-weight: 500;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  display: inline-block;
}

/* 4. margins & paddings
------------------------------ */
.section {
  padding: clamp(48px,9vw,96px) 0;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 1rem;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 1.5rem;
}
@media (min-width: 768px) {
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 1.5rem;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 2rem;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 3rem;
}
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}

/* 5. buttons
------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"],
.button, .wp-block-button__link, .elementor-button-wrapper .elementor-button, .elementor-form .elementor-button, .forminator-button-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--global-body-font-family);
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: .02em;
  line-height: 1.65;
  padding: 15px 28px;
  border-radius: 50px;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: all .25s var(--ease);
  white-space: nowrap;
  overflow: hidden !important;
}
.button:hover, .button:focus, 
.elementor-button:hover, .elementor-button:focus, 
.header-button:hover, .header-button:focus,
.forminator-button-submit:active, .forminator-button-submit:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
/* btn colors */
.btn-primary .elementor-button {
  background-color: var(--global-palette1);
  border-color: var(--global-palette1);
  color: var(--global-palette9);
  fill: var(--global-palette9);
  box-shadow: 0 8px 22px rgba(142,111,67,.28);
}
.btn-primary .elementor-button:hover,
.btn-primary .elementor-button:focus,
.btn-primary-outline .elementor-button:hover,
.btn-primary-outline .elementor-button:focus {
  background-color: var(--global-palette2);
  border-color: var(--global-palette2);
  color: var(--global-palette9);
  fill: var(--global-palette9);
}
.btn-white .elementor-button,
.btn-white .elementor-button:hover,
.btn-white .elementor-button:focus, 
.btn-white-outline .elementor-button:hover,
.btn-white-outline .elementor-button:focus {
  background-color: var(--global-palette9);
  border-color: var(--global-palette9);
  color: var(--global-palette1);
  fill: var(--global-palette1);
}
/* outlined buttons */
.btn-primary-outline .elementor-button {
  background-color: transparent;
  border-color: var(--global-palette1);
  color: var(--global-palette1);
  fill: var(--global-palette1);
}
.btn-white-outline .elementor-button {
  background-color: transparent;
  border-color: var(--global-palette9);
  color: var(--global-palette9);
  fill: var(--global-palette9);
}

/* 6. modificators
------------------------------------- */
.bordered {
  border: 1px solid var(--global-palette7);
}
.border-right {
  border-right: 1px solid var(--global-palette7);
}
.border-top {
  border-top: 1px solid var(--global-palette7);
}
.op-50 {
  opacity: 0.5 !important;
}
.op-75 {
  opacity: 0.75 !important;
}
.overflow-h {
  overflow: hidden !important;
}
.rounded {
  border-radius: var(--radius);
  overflow: hidden;
}
.shadow {
  box-shadow: var(--shadow);
}
.shadow-lg {
  box-shadow: var(--shadow-lg);
}
.shadow-sm {
  box-shadow: var(--shadow-sm);
}
.gap-16 > .elementor-element-populated {
  gap: 16px;
}
.gap-24 > .elementor-element-populated {
  gap: 24px;
}
.gap-32 > .elementor-element-populated {
  gap: 32px;
}
.gap-48 > .elementor-element-populated {
  gap: 48px;
}
.gap-60 > .elementor-element-populated {
  gap: 60px;
}
.grid-2 > .elementor-element-populated,
.grid-3 > .elementor-element-populated,
.grid-4 > .elementor-element-populated,
.grid-5 > .elementor-element-populated {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr) !important;
}
@media (min-width: 768px) {
.grid-2 > .elementor-element-populated {
  grid-template-columns: repeat(2, 1fr) !important;
}
.grid-3 > .elementor-element-populated {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
.grid-4 > .elementor-element-populated {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.grid-5 > .elementor-element-populated {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
}
}
/* Reveal animation */
.reveal {
opacity:0;
transform:translateY(28px);
transition:opacity .7s var(--ease),transform .7s var(--ease);
}
.reveal.in {
opacity:1;
transform:none;
}

/* NAVBAR (desktop)
===================================== */
#masthead {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,253,249,.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: box-shadow .3s var(--ease);
  border-bottom: 1px solid var(--global-palette7);
  z-index: 999;
}
.site-header-main-section-left {
  justify-content: space-between;
}
.header-navigation[class*="header-navigation-style-underline"] .header-menu-container > ul > li > a::after {
  height: 1px;
}
.site-header-section-right {
  gap: 8px;
}
.header-html a.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-html a.nav-phone::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  content: "";
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.header-html a.nav-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%238e6f43' d='M304.3 387.5l-31.9-18.4c-53.8-31-98.6-75.8-129.6-129.6l-18.4-31.9 26-26 33.2-33.2L146 54.2 48.1 72c4.2 214.5 177.4 387.6 391.9 391.9L457.7 366l-94.2-37.7-33.2 33.2-26 26zM352 272l160 64L480 512l-32 0C200.6 512 0 311.4 0 64L0 32 176 0l64 160-55.6 55.6c26.8 46.5 65.5 85.2 112 112L352 272z'/%3E%3C/svg%3E");
}

/* NAVBAR (mobile)
===================================== */
#mobile-toggle {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon,
.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon:after {
  content: "";
  background: var(--global-palette3);
  height: 2px;
  width: 3rem;
  display: block;
  position: absolute;
  right: 0;
  top: 1.25rem;
  transition: all .75s ease;
}
.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon:after {
  width: 2rem;
  top: .5rem;
}
.mobile-toggle-open-container .menu-toggle-open:hover  .menu-toggle-icon {
  width: 2rem;
}
.mobile-toggle-open-container .menu-toggle-open:hover  .menu-toggle-icon:after {
  width: 3rem;
}
.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon .kadence-svg-iconset {
  display: none;
}
/* offcanvas (#mobile-drawer)
------------------------------------- */
.popup-drawer .drawer-header {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  min-height: 78px;
  padding: 19px;
}
#mobile-drawer .drawer-header .drawer-toggle {
  border: 0;
  border-radius: 0;
  font-size: 40px;
  padding: 0;
  z-index: 9;
}
.popup-drawer.active .drawer-toggle .toggle-close-bar {
  color: var(--global-palette1);
}
.drawer-toggle .toggle-close-bar {
  height: 1px;
  margin-top: -1px;
  width: 1em;
  border-radius: 0;
  margin-left: -0.5em;
}
.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .drawer-content {
  transition: all 1.4s ease;
  transition-delay: 0.2s;
}
.drawer-content .site-header-item:first-child {
  background-color: transparent;
  margin-bottom: 0 !important;
  width: 100%;
}
#mobile-site-navigation {
  margin-bottom: 1rem;
}
.mobile-header-button-wrap,
.mobile-header-button-inner-wrap,
.mobile-header-button {
  width: 100%;
}
.mobile-header-button.btn-primary-outline {
  background-color: transparent;
  border-color: var(--global-palette1);
  color: var(--global-palette1);
  fill: var(--global-palette1);
}
.mobile-header-button.btn-primary-outline:hover,
.mobile-header-button.btn-primary-outline:focus {
  background-color: var(--global-palette2);
  border-color: var(--global-palette2);
  color: var(--global-palette9);
  fill: var(--global-palette9);
}

/* PAGE: HOME
===================================== */
/* section: hero
------------------------------------- */
#hero.section {
  padding: clamp(40px,9vw,80px) 0;
}
#hero h1 .accent {
  color: var(--global-palette1);
  font-style: italic;
}
.photo-card {
  background-color: rgba(255,253,249,.95);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  box-shadow: var(--shadow);
  border-left: 3px solid var(--global-palette1);
}
.photo-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem !important;
}
@media (min-width: 768px) {
.photo-card h3 {
  font-size: 1.5rem;
}
}
.photo-card .lead {
  color: var(--global-palette6);
  font-size: .9rem;
}

/* section: trust-badges
------------------------------------- */
#trust-badges .elementor-icon-list-items.elementor-inline-items {
  gap: 1.5rem;
  justify-content: space-between;
}
#trust-badges .elementor-icon-list-icon {
  background-color: rgba(142,111,67,.1);
  border-radius: 10px;
  font-size: 1.5rem;
  padding: 0.3em;
}
#trust-badges .elementor-icon-list-icon svg {
  color: var(--global-palette1);
  fill: var(--global-palette1);
  margin: 0;
}
#trust-badges .elementor-icon-list-text {
  color: var(--global-palette5);
  font-size: .9rem;
  font-weight: 400;
  padding-inline-start: 8px !important;
}

/* section: services
------------------------------------- */
#services .elementor-blockquote {
  padding: 20px 26px;
  background: var(--global-palette8);
  border-left: 4px solid var(--global-palette1);
  border-radius: 0 12px 12px 0;
}
#services .elementor-blockquote p {
  font-family: var(--global-heading-font-family);
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--global-palette6);
}
#services .elementor-price-table .elementor-price-table__header {
  background-color: var(--global-palette8);
  padding: 1.5rem;
  margin-bottom: 0;
}
#services .elementor-price-table .elementor-price-table__header .elementor-price-table__heading {
  color: var(--global-palette1);
  font-family: var(--global-heading-font-family);
  font-weight: 500;
  font-size: 1.25rem;
}
#services .elementor-price-table .elementor-price-table__features-list li {
  color: var(--global-palette5);
  font-size: 1rem;
  line-height: 1.25;
}
#services .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
  margin-inline: 0;
  display: flex;
  padding: 1.125rem 1.5rem;
}
#services .elementor-price-table .elementor-price-table__features-list li:not(:last-child) {
  margin-bottom: 0;
}
#services .elementor-price-table .elementor-price-table__features-list svg {
  height: 1.5rem;
  width: 1rem;
  margin-inline-end: 1em;
}
@media (min-width: 768px) {
#services .left {
  border-right: 1px solid var(--global-palette7);
}
}
#services .right .elementor-price-table .elementor-price-table__header {
  background: var(--global-palette1);
}
#services .right .elementor-price-table .elementor-price-table__header .elementor-price-table__heading {
  color: var(--global-palette9);
}
#services .right .elementor-price-table .elementor-price-table__feature-inner {
  background-color: var(--global-palette9);
  font-weight: 400;
}
.vs-note {
  text-align: center;
  font-size: .88rem;
  color: var(--global-palette6);
  font-style: italic;
}

/* section: membership
------------------------------------- */
.elementor-widget-icon-box {
  background: transparent;
  border: 1px solid var(--global-palette7);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  margin-bottom: 0 !important;
  padding: 2rem;
}
.elementor-widget-icon-box .elementor-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-color: rgba(142,111,67,.1);
  color: var(--global-palette1);
  fill: var(--global-palette1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 1.5rem;
}
.elementor-widget-icon-box .elementor-icon svg {
  width: 25px;
  height: 25px;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 1.5rem;
  margin-bottom: 10px !important;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--global-palette6);
  font-size: .95rem;
  line-height: 1.65;
}
/*
.elementor-widget-icon-box:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(148,155,138,.4);
}
.elementor-widget-icon-box:hover .elementor-icon {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
  fill: var(--global-palette9);
}
*/

/* section: how-it-works
------------------------------------------ */
#how-it-works .elementor-counter {
  padding: 0 14px;
  position: relative;
}
@media (min-width: 768px) {
#how-it-works .elementor-counter-after::after {
  background: repeating-linear-gradient(90deg,var(--global-palette1) 0 6px,transparent 6px 12px);
  content: '';
  position: absolute;
  top: 36px;
  left: calc(50% + 50px);
  width: calc(100% - 80px);
  height: 2px;
  opacity: .4;
}
}
#how-it-works .elementor-counter .elementor-counter-number-wrapper {
  flex-direction: column;
}
#how-it-works .elementor-counter .elementor-counter-number {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0 auto 22px;
  background: var(--global-palette9);
  border: 2px solid var(--global-palette1);
  color: var(--global-palette1);
  font-family: var(--global-body-font-family);
  font-size: 2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}
#how-it-works .elementor-counter .elementor-counter-number-suffix {
  color: var(--global-palette5);
  font-family: var(--global-heading-font-family);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .2px;
  text-align: center;
  margin-bottom: 10px;
}
#how-it-works .elementor-counter .elementor-counter-title {
  color: var(--global-palette6);
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}


/* section: about
----------------------------------- */
#about .elementor-widget-icon-box {
  padding: 1rem;
  box-shadow: none;
}
#about .elementor-icon-box-title {
  font-family: var(--global-body-font-family);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px !important;
}
#about .elementor-icon-box-description  {
  font-size: .9rem;
  line-height: 1.25;
}
#about .elementor-view-stacked .elementor-icon {
  background-color: rgba(142,111,67,.1);
  color: var(--global-palette1);
  fill: var(--global-palette1);
  border-radius: 12px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 0;
}

/* section: reviews
------------------------------------- */
#reviews .ti-widget.ti-goog .ti-review-item > .ti-inner,
#reviews .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  border-color: var(--global-palette7) !important;
  background-color: transparent !important;
  box-shadow: var(--shadow-sm) !important;
  padding: 1.5rem !important;
}
#reviews .ti-widget.ti-goog .ti-controls .ti-next, 
#reviews .ti-widget.ti-goog .ti-controls .ti-prev {
  background-color: var(--global-palette9);
  outline-color: var(--global-palette7);
}
#reviews .ti-widget.ti-goog .ti-controls .ti-next:hover,
#reviews .ti-widget.ti-goog .ti-controls .ti-next:focus,
#reviews .ti-widget.ti-goog .ti-controls .ti-prev:hover,
#reviews .ti-widget.ti-goog .ti-controls .ti-prev:focus {
  background-color: var(--global-palette2) !important;
  outline-color: var(--global-palette2) !important;
}
#reviews .ti-widget.ti-goog .ti-controls .ti-next::before,
#reviews .ti-widget.ti-goog .ti-controls .ti-prev::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-color: var(--global-palette6);
  width: 10px;
  height: 10px;
}

/* section: expectations
----------------------------------- */
#expectations .elementor-widget-price-table {
  background: var(--global-palette9);
  border: 1px solid var(--global-palette7);
  border-radius: var(--radius);
  padding: 36px 34px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 0;
}
#expectations .elementor-price-table__heading {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
#expectations .elementor-price-table__heading:before {
  content: "";
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
#expectations .table_success .elementor-price-table__heading::before {
  background-color: rgba(8,104,8,.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23086808' d='M448 130L431 147 177.5 399.2l-16.9 16.9-16.9-16.9L17 273.1 0 256.2l33.9-34 17 16.9L160.6 348.3 397.1 112.9l17-16.9L448 130z'/%3E%3C/svg%3E");
}
#expectations .table_danger .elementor-price-table__heading::before {
  background-color: rgba(173,40,47,.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23AD282F' d='M345 137l17-17L328 86.1l-17 17-119 119L73 103l-17-17L22.1 120l17 17 119 119L39 375l-17 17L56 425.9l17-17 119-119L311 409l17 17L361.9 392l-17-17-119-119L345 137z'/%3E%3C/svg%3E");
}

.elementor-widget-price-table .elementor-widget-container {
  background-color: transparent;
}
.elementor-price-table .elementor-price-table__header {
  background: transparent;
  padding: 0;
  text-align: left;
  margin-bottom: 24px;
}
.elementor-price-table .elementor-price-table__heading {
  color: var(--global-palette5);
}
.elementor-price-table .elementor-price-table__price {
  display: none;
}
.elementor-price-table .elementor-price-table__features-list li {
  font-size: 1rem;
}
.elementor-price-table .elementor-price-table__features-list li:not(:last-child) {
  margin-bottom: 16px;
}
.elementor-price-table .elementor-price-table__features-list li svg {
  font-size: 12px;
}
.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
  margin-inline: 4px;
}

/* section: faq
------------------------------------------ */
#faq .elementor-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#faq .elementor-accordion .elementor-accordion-item {
  background: var(--global-palette9) !important;
  border: 1px solid var(--global-palette7) !important;
  border-radius: 14px !important;
  overflow: hidden;
  transition: box-shadow .25s,border-color .25s;
}
#faq .elementor-accordion .elementor-accordion-item:has(> .elementor-tab-title.elementor-active) {
  box-shadow: var(--shadow);
  border-color: rgba(148,155,138,.4);
}
#faq .elementor-accordion .elementor-tab-title {
  border: 0;
  color: var(--global-palette5);
  font-family: var(--global-heading-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding: 1.5rem;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}
#faq .elementor-accordion .elementor-tab-title a {
  text-decoration: none !important;
}
#faq .elementor-accordion .elementor-tab-title.elementor-active,
#faq .elementor-accordion .elementor-tab-content.elementor-active {
  background-color: var(--global-palette9);
}
#faq .elementor-accordion .elementor-tab-content {
  border-block-start: 0;
  color: var(--global-palette6);
  padding: 0 1.5rem 1.5rem;
  font-size: 1rem;
}
/* open/close icon */
#faq .elementor-accordion .elementor-tab-title::after {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%238e6f43' d='M224 385.9l17-17L401 209l17-17L384 158.1l-17 17-143 143L81 175l-17-17L30.1 192l17 17L207 369l17 17z'/%3E%3C/svg%3E");
}
#faq .elementor-accordion .elementor-tab-title::after {
  transform: rotate(0deg);
  transition-duration: 500ms;
}
#faq .elementor-accordion .elementor-tab-title.elementor-active::after {
  transform: rotate(-180deg);
  transition-duration: 500ms;
}
#faq-callout h3 {
  color: #fff;
  font-size: 1.7rem;
}
#faq-callout p {
  color: rgba(255,255,255,.9);
  font-size: .96rem;
}

/* section: after-request
------------------------------------- */
#after-request .elementor-widget-counter {
  background: var(--global-palette9);
  border: 1px solid var(--global-palette7);
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
  position: relative;
  margin: 0;
  margin-bottom: 0 !important;
  transition: transform .3s var(--ease),box-shadow .3s;
}
#after-request .elementor-widget-counter:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
#after-request .elementor-widget-counter:not(:last-child)::after {
  top: auto;
  right: 50%;
  bottom: -26px;
  left: auto;
  transform: translateX(50%);
  color: var(--global-palette1);
  content: '↓';
  position: absolute;
  font-size: 1.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
#after-request .elementor-widget-counter:not(:last-child)::after {
  content: '→';
  top: 50%;
  right: -28px;
  bottom: auto;
  transform: translateY(-50%);
}
}
#after-request .elementor-counter .elementor-counter-number-wrapper {
  background: var(--global-palette1);
  border-radius: 30px;
  color: var(--global-palette9);
  display: flex;
  flex: 1;
  font-size: 32px;
  font-weight: 300;
  line-height: 60px;
  margin: 20px auto;
  text-align: center;
  width: 60px;
}
#after-request .elementor-counter p {
  color: var(--global-palette5);
  font-size: .88rem;
  font-weight: 400;
  line-height: 1.5;
}

/* section: contact
----------------------------------- */
.privacy {
  font-size: .82rem;
  color: var(--global-palette6);
}
#contact-form .forminator-row .forminator-no-margin .forminator-col {
  margin-bottom: 18px;
}
#contact-form .forminator-label {
  font-family: var(--global-body-font-family);
  color: var(--global-palette5);
  line-height: 1.65;
  display: block;
  font-size: .85rem;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: unset;
}
#contact-form .forminator-label .forminator-required {
  color: red;
}
input[type="text"], input[type="email"], input[type="tel"], select {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--global-palette7);
  border-radius: 10px;
  font-family: var(--global-body-font-family);
  font-size: .95rem;
  font-weight: 400;
  color: var(--global-palette5);
  background: var(--global-palette9);
  transition: border-color .2s,box-shadow .2s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus {
  outline: none;
  border-color: var(--global-palette1);
  box-shadow: 0 0 0 3px rgba(142,111,67,.15);
}
select {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%238e6f43' d='M224 385.9l17-17L401 209l17-17L384 158.1l-17 17-143 143L81 175l-17-17L30.1 192l17 17L207 369l17 17z'/%3E%3C/svg%3E");
}
#contact-form .forminator-button-submit {
  box-shadow: 0 8px 22px rgba(142,111,67,.28);
  width: 100%;
}
#contact-form .forminator-button-submit:active,
#contact-form .forminator-button-submit:hover {
  background-color: var(--global-palette2);
  opacity: 0.9;
}
#contact-form .forminator-row-last {
  margin-bottom: 0;
}
#contact-form .forminator-error-message {
  margin-top: 8px;
  color: red;
  font-size: 0.75rem;
  line-height: 1.1;
  display: block;
}
#contact-form .forminator-response-message {
  display: none;
  margin-bottom: 0.75rem;
}

/* footer (#colophon)
===================================== */
footer .footer-logo {
  margin-bottom: 16px;
}
footer .footer-desc {
  max-width: 360px;
}
footer .widget-title {
  margin-bottom: 18px !important;
}
footer .widget-area ul {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
footer .footer-contact-tel a,
footer .footer-contact-request a,
footer .footer-contact-location a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-contact-tel a::before,
footer .footer-contact-request a::before,
footer .footer-contact-location a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  content: "";
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
footer .footer-contact-tel a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a88b5c' d='M301.7 367.6l-21.3-12.3c-51.4-29.6-94.1-72.4-123.7-123.7l-12.3-21.3 17.3-17.3 40.7-40.7L156 36.2 32 58.7 32 64c0 229.7 186.3 416 416 416l5.3 0 22.5-124L359.7 309.5 319 350.2l-17.3 17.4zM352 272l160 64L480 512l-32 0C200.6 512 0 311.4 0 64L0 32 176 0l64 160-55.6 55.6c26.8 46.5 65.5 85.2 112 112L352 272z'/%3E%3C/svg%3E");
}
footer .footer-contact-request a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a88b5c' d='M32 159.2l224 154 224-154L480 96 32 96l0 63.2zM480 198L256 352 32 198l0 218 448 0 0-218zM0 416L0 176 0 96 0 64l32 0 448 0 32 0 0 32 0 80 0 240 0 32-32 0L32 448 0 448l0-32z'/%3E%3C/svg%3E");
}
footer .footer-contact-location a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23a88b5c' d='M352 192c0-88.4-71.6-160-160-160S32 103.6 32 192c0 20.2 9.1 48.6 26.5 82.7c16.9 33.2 39.9 68.2 63.4 100.5c23.4 32.2 46.9 61 64.5 81.9c1.9 2.3 3.8 4.5 5.6 6.6c1.8-2.1 3.6-4.3 5.6-6.6c17.7-20.8 41.1-49.7 64.5-81.9c23.5-32.3 46.4-67.3 63.4-100.5C342.9 240.6 352 212.2 352 192zm32 0c0 88.8-120.7 237.9-170.7 295.9C200.2 503.1 192 512 192 512s-8.2-8.9-21.3-24.1C120.7 429.9 0 280.8 0 192C0 86 86 0 192 0S384 86 384 192zm-240 0a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zm48 80a80 80 0 1 1 0-160 80 80 0 1 1 0 160z'/%3E%3C/svg%3E");
}
footer .site-bottom-footer-wrap .site-container {
  border-top: 1px solid rgba(255,255,255,.1);
}
footer .social-button:hover {
  transform: translateY(-2px);
}

/* section: book-now
#book-now .elementor-icon-list-item a {
  border: 1px solid;
  border-radius: 3rem;
  line-height: 1;
  padding: 0.75em 1.5em;
}
#book-now .elementor-icon-list-items.elementor-inline-items,
#book-now .elementor-icon-list-item {
  margin-left: 0;
  margin-right: 0;
}
#book-now .elementor-icon-list-items.elementor-inline-items {
  gap: 0.5rem;
}
#book-now .small-text a {
  color: var(--global-palette1);
  text-decoration: underline;
}
----------------------------------- */

/* 8. forminator
input[type="text"], input[type="email"], input[type="tel"] {
  background-color: transparent;
  border: 2px solid rgba(0,0,0,.25);
  border-radius: 1rem;
  color: var(--global-palette9);
  font-family: var(--global-heading-font-family);
  font-size: 1.25rem;
  padding: 1rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus	{
  border-color: var(--global-palette1);
  box-shadow: 0 0 0 5px var(--global-palette2);
  color: var(--global-palette3);
}
input::placeholder {
  color: rgba(0,0,0,.5);
}
.forminator-label {
  text-transform: uppercase;
  font-family: var(--global-heading-font-family);
}
.iti__selected-country-primary {
  padding: 0 1.5rem !important;
}
.forminator-button-submit,
.forminator-button-submit:hover,
.forminator-button-submit:focus {
  background-color: var(--global-palette1);
  border: 1px solid var(--global-palette1);
  border-radius: 1rem;
  color: var(--global-palette9);
  font-family: var(--global-heading-font-family);
  font-size: 1.25rem;
  line-height: 1;
  padding: 1em;
  width: 100%;
}
.forminator-button-submit:hover,
.forminator-button-submit:focus {
  box-shadow: inset 0 0 100px 0 rgba(255,255,255,.25) !important;
}
----------------------------------- */
