.elementor-42499 .elementor-element.elementor-element-51e9a3a > .elementor-widget-container{margin:-10px 0px -10px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-51e9a3a *//* ============================ TOKENS ============================ */
#gtwp-header,
#gtwp-overlay,
#gtwp-drawer {
  --gtwp-cream: #FBFBFB;   /* light header background. Use #E6E2D8 for warm soft-beige */
  --gtwp-navy:  #09183D;
  --gtwp-orange:#FFAE0E;
  --gtwp-white: #FBFBFB;
  --gtwp-ui: "Circe", "Trebuchet MS", Arial, sans-serif;
  --gtwp-display: "Cormorant", Georgia, serif;
}

/* ===== Force the Elementor HEADER wrappers to full width (kills the boxed/cropped bar) ===== */
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con,
.elementor-location-header .e-con-inner,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget-html,
.elementor-location-header .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}

/* local reset */
#gtwp-header, #gtwp-header *,
#gtwp-overlay,
#gtwp-drawer, #gtwp-drawer * { box-sizing: border-box; }
#gtwp-header a, #gtwp-drawer a { text-decoration: none; }
#gtwp-header button, #gtwp-drawer button {
  font: inherit; color: inherit; background: none; border: 0; margin: 0; padding: 0; cursor: pointer;
}
#gtwp-header img, #gtwp-drawer img { display: block; max-width: 100%; }

/* ============================ BAR ============================ */
#gtwp-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: var(--gtwp-cream);
  color: var(--gtwp-navy);
  font-family: var(--gtwp-ui);
  border-bottom: 1px solid rgba(9, 24, 61, 0.06);
  transition: background .3s ease, box-shadow .3s ease;
}
#gtwp-header.gtwp-scrolled { box-shadow: 0 4px 18px rgba(9, 24, 61, 0.08); }

#gtwp-header .gtwp-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px clamp(16px, 5vw, 64px);
  transition: padding .35s ease;
}
#gtwp-header.gtwp-scrolled .gtwp-inner { padding-top: 8px; padding-bottom: 8px; }

/* left: burger */
#gtwp-header .gtwp-left { display: flex; align-items: center; justify-self: start; }
#gtwp-header .gtwp-burger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gtwp-navy);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 14px;
  margin: -14px;
}
#gtwp-header .gtwp-burger-icon {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 26px;
  height: 18px;
}
#gtwp-header .gtwp-burger-icon span {
  display: block; height: 2px; width: 100%;
  background: var(--gtwp-navy); border-radius: 2px;
}
#gtwp-header .gtwp-burger-label { display: none; }
#gtwp-header .gtwp-burger:hover { opacity: .7; }

/* center: logo */
#gtwp-header .gtwp-center { justify-self: center; display: flex; }
#gtwp-header .gtwp-logo img { height: 92px; width: auto; transition: height .35s ease; }
#gtwp-header.gtwp-scrolled .gtwp-logo img { height: 64px; }

/* right cluster */
#gtwp-header .gtwp-right { display: flex; align-items: center; gap: 14px; justify-self: end; }

/* language switch */
#gtwp-header .gtwp-lang {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; letter-spacing: .04em;
}
#gtwp-header .gtwp-lang-link { color: var(--gtwp-navy); opacity: .55; font-size: 14px; line-height: 1; transition: opacity .2s, color .2s; }
#gtwp-header .gtwp-lang-link:hover { opacity: 1; color: var(--gtwp-orange); }
#gtwp-header .gtwp-lang-link.gtwp-lang-active { opacity: 1; font-weight: 700; }
#gtwp-header .gtwp-lang-sep { display: none; }

/* round phone button (the ONLY circle) */
#gtwp-header .gtwp-phone {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1.5px solid var(--gtwp-orange);
  background: var(--gtwp-orange);
  color: #ffffff;
  transition: opacity .2s;
}
#gtwp-header .gtwp-phone:hover { opacity: .9; }
#gtwp-header.gtwp-scrolled .gtwp-phone { width: 38px; height: 38px; }

/* buttons - SQUARE corners */
#gtwp-header .gtwp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  white-space: nowrap; border-radius: 0; padding: 11px 20px;
  font-size: 14px; font-weight: 600; letter-spacing: .03em; line-height: 1;
  transition: background .2s, color .2s, opacity .2s;
}
#gtwp-header .gtwp-btn-outline { background: transparent; color: var(--gtwp-navy); border: 1.5px solid var(--gtwp-navy); }
#gtwp-header .gtwp-btn-outline:hover { background: var(--gtwp-navy); color: var(--gtwp-white); }
#gtwp-header .gtwp-btn-solid { background: var(--gtwp-orange); color: var(--gtwp-navy); border: 1.5px solid var(--gtwp-orange); }
#gtwp-header .gtwp-btn-solid:hover { opacity: .9; }

#gtwp-header .gtwp-cta { display: inline-flex; align-items: center; gap: 12px; }

/* ============================ OVERLAY + DRAWER ============================ */
#gtwp-overlay {
  position: fixed; inset: 0; z-index: 100000;
  background: rgba(9, 24, 61, 0.45);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, visibility 0s linear .3s;
}
#gtwp-overlay.gtwp-open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .3s ease, visibility 0s; }

#gtwp-drawer {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 100001;
  width: min(380px, 88vw);
  background: var(--gtwp-cream); color: var(--gtwp-navy);
  font-family: var(--gtwp-ui);
  padding: 22px 28px 32px; overflow-y: auto;
  transform: translateX(-100%); visibility: hidden;
  transition: transform .32s ease, visibility 0s linear .32s;
  -webkit-overflow-scrolling: touch;
  display: flex; flex-direction: column; gap: 22px;
}
#gtwp-drawer.gtwp-open { transform: translateX(0); visibility: visible; transition: transform .32s ease, visibility 0s; }

#gtwp-drawer .gtwp-drawer-head { display: flex; align-items: center; justify-content: space-between; }
#gtwp-drawer .gtwp-drawer-logo img { height: 48px; width: auto; }
#gtwp-drawer .gtwp-close { color: var(--gtwp-navy); padding: 6px; }
#gtwp-drawer .gtwp-close:hover { opacity: .7; }

#gtwp-drawer .gtwp-nav { display: flex; flex-direction: column; }
#gtwp-drawer .gtwp-nav a {
  color: var(--gtwp-navy); font-family: var(--gtwp-display);
  font-size: 26px; font-weight: 500; line-height: 1.2; padding: 9px 0;
  transition: color .2s;
}
#gtwp-drawer .gtwp-nav a:hover,
#gtwp-drawer .gtwp-nav a:focus-visible { color: var(--gtwp-orange); }

#gtwp-drawer .gtwp-drawer-cta { display: flex; flex-direction: column; gap: 12px; }
#gtwp-drawer .gtwp-drawer-cta .gtwp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 0; padding: 13px 20px;
  font-size: 14px; font-weight: 600; letter-spacing: .03em;
  transition: background .2s, color .2s, opacity .2s;
}
#gtwp-drawer .gtwp-btn-outline { background: transparent; color: var(--gtwp-navy); border: 1.5px solid var(--gtwp-navy); }
#gtwp-drawer .gtwp-btn-outline:hover { background: var(--gtwp-navy); color: var(--gtwp-white); }
#gtwp-drawer .gtwp-btn-solid { background: var(--gtwp-orange); color: var(--gtwp-navy); border: 1.5px solid var(--gtwp-orange); }
#gtwp-drawer .gtwp-btn-solid:hover { opacity: .9; }

#gtwp-drawer .gtwp-drawer-contact a { color: var(--gtwp-navy); font-size: 16px; font-weight: 500; }
#gtwp-drawer .gtwp-drawer-contact a:hover { color: var(--gtwp-orange); }

#gtwp-drawer .gtwp-drawer-social { display: flex; align-items: center; gap: 14px; }
#gtwp-drawer .gtwp-drawer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1.5px solid rgba(9, 24, 61, 0.25); color: var(--gtwp-navy);
  transition: background .2s, color .2s, border-color .2s;
}
#gtwp-drawer .gtwp-drawer-social a:hover { background: var(--gtwp-navy); color: var(--gtwp-white); border-color: var(--gtwp-navy); }

#gtwp-drawer .gtwp-drawer-lang {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 500; letter-spacing: .04em;
  padding-top: 4px; border-top: 1px solid rgba(9, 24, 61, 0.12); margin-top: 2px;
}
#gtwp-drawer .gtwp-drawer-lang .gtwp-lang-link { color: var(--gtwp-navy); opacity: .6; font-size: 14px; line-height: 1; transition: opacity .2s, color .2s; }
#gtwp-drawer .gtwp-drawer-lang .gtwp-lang-link:hover { opacity: 1; color: var(--gtwp-orange); }
#gtwp-drawer .gtwp-drawer-lang .gtwp-lang-link.gtwp-lang-active { opacity: 1; font-weight: 700; }
#gtwp-drawer .gtwp-drawer-lang .gtwp-lang-sep { display: none; }
#gtwp-drawer .gtwp-drawer-lang .gtwp-lang-pre { opacity: .55; margin-right: 4px; }

/* keyboard focus visibility */
#gtwp-header a:focus-visible,
#gtwp-header button:focus-visible,
#gtwp-drawer a:focus-visible,
#gtwp-drawer button:focus-visible { outline: 2px solid var(--gtwp-orange); outline-offset: 3px; }

/* ============================ RESPONSIVE ============================ */
/* Tablet (768-1023): language to drawer; both CTAs stay in one row */
@media (max-width: 1023px) {
  #gtwp-header .gtwp-right .gtwp-lang { display: none; }
  #gtwp-header .gtwp-logo img { height: 74px; }
  #gtwp-header.gtwp-scrolled .gtwp-logo img { height: 56px; }
  #gtwp-header .gtwp-right { gap: 10px; }
  #gtwp-header .gtwp-cta { gap: 10px; }
  #gtwp-header .gtwp-btn { padding: 10px 14px; }
}

/* Phone (<=767): two rows - burger | logo | phone, then both CTAs full-width */
@media (max-width: 767px) {
  #gtwp-header .gtwp-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "burger logo phone"
      "cta    cta  cta";
    column-gap: 8px;
    row-gap: 10px;
    padding: 10px 16px;
  }
  #gtwp-header .gtwp-left   { grid-area: burger; }
  #gtwp-header .gtwp-center { grid-area: logo; }
  #gtwp-header .gtwp-right  { display: contents; }
  #gtwp-header .gtwp-phone  { grid-area: phone; justify-self: end; }
  #gtwp-header .gtwp-cta    { grid-area: cta; display: flex; gap: 10px; }
  #gtwp-header .gtwp-cta .gtwp-btn { flex: 1; }
  #gtwp-header .gtwp-logo img { height: 50px; }
  #gtwp-header.gtwp-scrolled .gtwp-logo img { height: 42px; }
  #gtwp-header.gtwp-scrolled .gtwp-inner { padding-top: 8px; padding-bottom: 8px; }
  #gtwp-drawer .gtwp-nav a { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  #gtwp-header *, #gtwp-overlay, #gtwp-drawer { transition: none !important; }
}/* End custom CSS */