/* Great Turkish Eats — design system (v4 concept) */

:root {
  --gte-navy: #190e63;
  --gte-navy-deep: #0d0838;
  --gte-teal: #4bd1c1;
  --gte-teal-deep: #2a9c90;
  --gte-gold: #d9a441;
  --gte-gold-deep: #b4832f;
  --gte-cream: #fbf8f2;
  --gte-stone: #f2efe6;
  --gte-stone-deep: #e7e1d2;
  --gte-ink: #241f35;
  --gte-card: #ffffff;
  --gte-radius: 18px;
  --gte-font:
    "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  --gte-script: "Caveat", cursive;
  --gte-iznik: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='64'%20height='64'%3E%3Cg%20fill='none'%20stroke='%23190E63'%20stroke-opacity='0.07'%20stroke-width='1.3'%3E%3Cpath%20d='M32%2010c-5%207-5%2014%200%2021%205-7%205-14%200-21z'/%3E%3Cpath%20d='M32%2031v22'/%3E%3Cpath%20d='M32%2031c-6-2-10-6-10-13%206%200%2010%204%2010%208'/%3E%3Cpath%20d='M32%2031c6-2%2010-6%2010-13-6%200-10%204-10%208'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---- Base ---- */
body.gte-design {
  font-family: var(--gte-font);
  color: var(--gte-ink);
  background: var(--gte-cream);
}

body.gte-design h1,
body.gte-design h2,
body.gte-design h3 {
  font-family: var(--gte-font);
  font-weight: 800;
  color: var(--gte-navy);
  letter-spacing: -0.01em;
}

.gte-script {
  font-family: var(--gte-script);
  font-weight: 700;
}

.gte-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.gte-tulip {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.gte-tulip path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gte-tulip--teal {
  color: var(--gte-teal-deep);
}

.gte-tulip--gold {
  color: var(--gte-gold);
}

/* Hide default MyListing / Elementor chrome when our shortcodes render */
body.gte-design .elementor-location-header .c27-main-header,
body.gte-design .elementor-location-header .header-top,
body.gte-design .elementor-location-header .header-bottom,
body.gte-design .elementor-location-header .header,
body.gte-design
  .elementor-location-header
  > .elementor
  > .elementor-section:not(:has(.gte-site-header)) {
  /* keep Elementor container, style our header inside */
}

body.gte-design .elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}

/* Sit under the WP admin bar when logged in */
body.admin-bar .elementor-location-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .elementor-location-header {
    top: 46px;
  }
}

/*
 * My Listing hides #wpadminbar below 1200px (frontend.css).
 * Restore it for logged-in admins so toolbar + sticky header offset work on tablet/mobile.
 */
@media only screen and (max-width: 1200px) {
  body.admin-bar #wpadminbar {
    display: block !important;
  }

  html.admin-bar {
    margin-top: 32px !important;
  }
}

@media screen and (max-width: 782px) {
  html.admin-bar {
    margin-top: 46px !important;
  }

  /* WP stacks the admin bar as relative on small screens */
  body.admin-bar #wpadminbar {
    position: fixed;
  }
}

body.gte-design .elementor-location-header .elementor-section,
body.gte-design .elementor-location-header .elementor-container,
body.gte-design .elementor-location-header .elementor-widget-wrap,
body.gte-design .elementor-location-header .elementor-column {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

body.gte-design .elementor-location-header .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}

body.gte-design .elementor-location-footer .elementor-section,
body.gte-design .elementor-location-footer .elementor-container,
body.gte-design .elementor-location-footer .elementor-widget-wrap,
body.gte-design .elementor-location-footer .elementor-column {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  background: transparent !important;
}

body.gte-design .elementor-location-footer .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
}

/* ---- Site header ---- */
.gte-site-header {
  background: #fff;
  position: relative;
  z-index: 50;
  width: 100%;
  animation: gte-fade-down 0.45s ease both;
  /* No light border — gradient accent only */
  border-bottom: none;
  transition: box-shadow 0.2s ease;
}

.gte-site-header.is-compact {
  box-shadow: 0 6px 20px rgba(25, 14, 99, 0.08);
}

.gte-site-header::after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--gte-teal) 0%,
    var(--gte-gold) 50%,
    var(--gte-navy) 100%
  );
}

.gte-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 16px clamp(16px, 2.5vw, 28px);
  gap: 28px;
  min-height: 112px;
  box-sizing: border-box;
  transition:
    padding 0.3s ease,
    min-height 0.3s ease;
}

.gte-site-header.is-compact .gte-header-inner {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 76px;
}

.gte-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.gte-logo img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 4px 12px rgba(25, 14, 99, 0.18);
  transition:
    height 0.3s ease,
    width 0.3s ease;
}

.gte-site-header.is-compact .gte-logo img {
  height: 58px;
  width: 58px;
}

.gte-logo-word {
  font-family: var(--gte-font);
  font-weight: 800;
  font-size: 18px;
  color: var(--gte-navy);
  line-height: 1.1;
  transition: font-size 0.3s ease;
}

.gte-logo-word span {
  display: block;
  font-family: var(--gte-script);
  font-weight: 700;
  font-size: 28px;
  color: var(--gte-teal-deep);
  line-height: 1;
  margin-bottom: 1px;
  transition: font-size 0.3s ease;
}

.gte-site-header.is-compact .gte-logo-word {
  font-size: 15px;
}

.gte-site-header.is-compact .gte-logo-word span {
  font-size: 22px;
}

.gte-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14.72px;
  font-weight: 600;
  color: var(--gte-navy);
  line-height: 1;
}

.gte-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  transition: color 0.15s ease;
}

.gte-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--gte-gold);
  transform: scaleX(0);
  transition: transform 0.15s ease;
}

.gte-nav a:hover {
  color: var(--gte-teal-deep);
}

.gte-nav a:hover::after {
  transform: scaleX(1);
}

body.gte-design .gte-btn,
body.gte-design .gte-search-submit,
body.gte-design .gte-search-tab,
body.gte-design .gte-btn--drawer {
  text-shadow: none !important;
}

.gte-btn {
  background: var(--gte-navy);
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 13.76px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(25, 14, 99, 0.25);
  transition:
    background 0.15s ease,
    padding 0.3s ease;
  flex-shrink: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.gte-site-header.is-compact .gte-btn--header {
  padding: 11px 20px;
}

.gte-btn:hover {
  background: var(--gte-navy-deep);
  color: #fff !important;
}

/* Mobile menu toggle — desktop hidden */
.gte-menu-toggle {
  display: none;
  appearance: none;
  border: none;
  background: transparent;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  color: var(--gte-navy);
  flex-shrink: 0;
  border-radius: 10px;
  line-height: 0;
}

.gte-menu-toggle:focus-visible {
  outline: 2px solid var(--gte-teal);
  outline-offset: 2px;
}

.gte-menu-toggle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 26px;
  height: 20px;
}

.gte-menu-toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
  transform-origin: center;
}

.gte-site-header.is-menu-open .gte-menu-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.gte-site-header.is-menu-open .gte-menu-toggle-bar:nth-child(2) {
  opacity: 0;
}

.gte-site-header.is-menu-open .gte-menu-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Drawer + backdrop — inactive on desktop */
.gte-menu-backdrop,
.gte-mobile-drawer {
  display: none;
}

/* ---- Hero ---- */
.gte-hero {
  --gte-wave-h: 78px;
  background: transparent;
  color: #f5f0e4;
  padding: 56px 24px 0;
  position: relative;
  overflow: hidden;
}

/* Photo/gradient layer — wave cutout is transparent so the page pattern shows through */
.gte-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(
      165deg,
      rgba(13, 8, 56, 0.95) 0%,
      rgba(25, 14, 99, 0.86) 45%,
      rgba(25, 14, 99, 0.72) 100%
    ),
    var(--gte-hero-image) center / cover no-repeat;
  -webkit-mask-image:
    linear-gradient(#000 0 0),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,0 L1440,0 L1440,40 C1200,8 960,64 720,32 C480,0 240,80 0,40 Z'/%3E%3C/svg%3E");
  mask-image:
    linear-gradient(#000 0 0),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,0 L1440,0 L1440,40 C1200,8 960,64 720,32 C480,0 240,80 0,40 Z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% calc(100% - var(--gte-wave-h) + 1px), 100% var(--gte-wave-h);
  mask-size: 100% calc(100% - var(--gte-wave-h) + 1px), 100% var(--gte-wave-h);
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-composite: source-over;
  mask-composite: add;
}

.gte-hero-media::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 380px;
  height: 380px;
  background: radial-gradient(
    circle,
    rgba(75, 209, 193, 0.25) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.gte-hero-media::before {
  content: "";
  position: absolute;
  left: -60px;
  bottom: 60px;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(217, 164, 65, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.gte-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.gte-hero-search {
  margin-top: 34px;
  max-width: 780px;
  position: relative;
  z-index: 5;
  animation: gte-fade-up 0.55s ease 0.28s both;
}

.gte-hero-bottom-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 0;
  margin-top: -17px;
  position: relative;
  z-index: 6;
  max-width: 1180px;
}

.gte-hero .gte-trust-float {
  margin-bottom: 28px;
  margin-left: auto;
  position: relative;
  z-index: 6;
}

/* Transparent spacer — page pattern shows through the wave cutout */
.gte-hero-wave {
  position: relative;
  display: block;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  height: var(--gte-wave-h);
  margin-top: -1px;
  background: transparent;
}

.gte-eyebrow {
  font-size: 12.16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gte-teal);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(75, 209, 193, 0.12);
  border: 1px solid rgba(75, 209, 193, 0.35);
  padding: 7px 14px;
  border-radius: 999px;
  animation: gte-fade-up 0.55s ease 0.05s both;
}

.gte-hero h1 {
  font-size: 46.4px;
  max-width: 680px;
  color: #fff !important;
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 0.35em;
  animation: gte-fade-up 0.55s ease 0.12s both;
}

.gte-hero h1 .gte-script {
  color: var(--gte-teal);
  font-size: 1.2em;
}

.gte-hero-sub {
  max-width: 500px;
  color: #d8d3ee;
  font-size: 17.28px;
  margin: 0 0 8px;
  animation: gte-fade-up 0.55s ease 0.2s both;
}

.gte-trust-float {
  background: var(--gte-navy-deep);
  border: 1px solid rgba(75, 209, 193, 0.3);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  animation: gte-fade-up 0.6s ease 0.35s both;
}

.gte-trust-float .gte-stars {
  color: var(--gte-gold);
  font-size: 15.2px;
  letter-spacing: 1px;
}

.gte-trust-float p {
  margin: 2px 0 0;
  font-size: 12.48px;
  color: #c9c3e8;
}

.gte-trust-float strong {
  font-size: 13.6px;
  color: #fff;
  display: block;
}

/* Homepage Elementor: hero section shell */
body.gte-front-page .elementor-133 > .elementor-section.gte-hero-section,
body.gte-front-page .elementor-133 > .elementor-top-section:first-child {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.gte-front-page
  .elementor-133
  > .elementor-top-section:first-child
  > .elementor-container {
  max-width: none !important;
  padding: 0 !important;
}

body.gte-front-page
  .elementor-133
  > .elementor-top-section:first-child
  .elementor-column-wrap,
body.gte-front-page
  .elementor-133
  > .elementor-top-section:first-child
  .elementor-widget-wrap {
  padding: 0 !important;
}

/* ---- Custom hero search ---- */
.gte-search {
  --gte-search-rest-icon: #190e63;
  --gte-search-take-icon: #2a9c90;
  max-width: 780px;
  text-align: left;
}

.gte-search-shell {
  background: #fff;
  border-radius: var(--gte-radius);
  box-shadow: 0 24px 50px rgba(9, 5, 40, 0.35);
  overflow: hidden;
}

.gte-search-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--gte-stone-deep);
  background: #ebe7f4;
}

.gte-search-tab {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  color: #6b6280;
  font-family: var(--gte-font);
  font-size: 15px;
  font-weight: 700;
  padding: 14px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  line-height: 1;
  text-shadow: none;
  margin-bottom: -1px;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.gte-search-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(25, 14, 99, 0.08);
  color: inherit;
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.gte-search-tab svg {
  display: block;
}

.gte-search-tab:hover {
  color: var(--gte-navy);
}

.gte-search-tab:focus-visible {
  outline: 2px solid var(--gte-teal);
  outline-offset: -2px;
}

.gte-search-panel {
  background: #fff;
  border: none;
  outline: none;
  border-radius: 0;
  padding: 22px 22px 24px;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Active type — white segment blends into the search panel */
.gte-search.is-type-place-2 .gte-search-tab[data-type="place-2"],
.gte-search.is-type-takeaways .gte-search-tab[data-type="takeaways"] {
  background: #fff;
  color: var(--gte-navy);
  border-bottom-color: #fff;
  position: relative;
  z-index: 1;
}

.gte-search.is-type-place-2
  .gte-search-tab[data-type="place-2"]
  .gte-search-tab-icon {
  background: var(--gte-search-rest-icon);
  color: #fff;
}

.gte-search.is-type-takeaways
  .gte-search-tab[data-type="takeaways"]
  .gte-search-tab-icon {
  background: var(--gte-search-take-icon);
  color: #fff;
}

.gte-search-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
  margin-bottom: 22px;
}

.gte-search-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1.5px solid var(--gte-stone-deep);
  padding-bottom: 10px;
}

.gte-search-field label {
  font-size: 12.48px;
  color: #48415a;
  font-weight: 600;
  font-family: var(--gte-font);
  margin: 0;
}

.gte-search-field input {
  border: none;
  box-shadow: none;
  outline: none;
  font-family: var(--gte-font);
  font-size: 16px;
  color: var(--gte-ink);
  background: transparent;
  padding: 2px 0;
  width: 100%;
  line-height: 1.4;
  -webkit-appearance: none;
  appearance: none;
}

.gte-search-field input::placeholder {
  color: #9a93a8;
  opacity: 1;
}

.gte-search-field input:focus {
  outline: none;
}

.gte-search-location-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gte-search-location-wrap input {
  flex: 1;
  min-width: 0;
}

.gte-locate-btn {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--gte-navy);
  padding: 4px;
  margin: 0;
  cursor: pointer;
  line-height: 0;
  border-radius: 8px;
  flex-shrink: 0;
  opacity: 0.7;
  transition:
    opacity 0.15s ease,
    color 0.15s ease,
    background 0.15s ease;
}

.gte-locate-btn:hover,
.gte-locate-btn:focus-visible {
  opacity: 1;
  color: var(--gte-teal-deep);
  background: rgba(75, 209, 193, 0.12);
}

.gte-locate-btn:focus-visible {
  outline: 2px solid var(--gte-teal);
  outline-offset: 2px;
}

.gte-locate-btn.is-loading {
  opacity: 0.45;
  pointer-events: none;
  animation: gte-locate-pulse 0.9s ease infinite;
}

@keyframes gte-locate-pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 0.75;
  }
}

.gte-search-submit {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: var(--gte-navy);
  color: #fff;
  border-radius: 12px;
  padding: 15px;
  font-weight: 700;
  font-size: 15.68px;
  font-family: var(--gte-font);
  text-shadow: none;
  box-shadow: 0 10px 24px rgba(25, 14, 99, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  min-height: 52px;
  transition: background 0.15s ease;
}

.gte-search-submit:hover {
  background: var(--gte-navy-deep);
  color: #fff;
}

.gte-search-submit:focus-visible {
  outline: 2px solid var(--gte-teal);
  outline-offset: 3px;
}

/* Continuous Iznik pattern across the homepage main canvas.
   Sections stay transparent so the motif never restarts per row. */
body.gte-front-page .elementor-133 {
  background-color: var(--gte-cream);
  background-image: var(--gte-iznik);
  background-size: 64px 64px;
}

body.gte-front-page .elementor-133 > .elementor-section:not(:first-child),
body.gte-front-page .gte-pattern-band,
body.gte-front-page .elementor-133 .gte-categories,
body.gte-front-page .elementor-133 .gte-regions,
body.gte-front-page .elementor-133 .gte-trust-section,
body.gte-front-page .elementor-133 .gte-feed-section {
  background: transparent !important;
  background-image: none !important;
}

body.gte-front-page .elementor-133 > .elementor-section:not(:first-child) {
  padding-top: 0;
  padding-bottom: 0;
}

/* Solid bands that sit on top of the continuous pattern */
body.gte-front-page .elementor-133 .gte-cte {
  background: var(--gte-navy) !important;
  background-image: none !important;
}

body.gte-front-page .elementor-133 > .elementor-section:has(.gte-newsletter-section),
body.gte-front-page .elementor-133 .gte-newsletter-section,
.gte-newsletter-section {
  background: var(--gte-cream) !important;
  background-image: none !important;
}

/* ---- Sections ---- */
.gte-section {
  padding: 60px 0;
}

.gte-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
}

.gte-section-head h2 {
  font-size: 28.8px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.gte-see-all {
  font-size: 13.6px;
  font-weight: 700;
  color: var(--gte-teal-deep);
  border-bottom: 1px solid var(--gte-teal-deep);
  padding-bottom: 2px;
  text-decoration: none;
}

.gte-see-all:hover {
  color: var(--gte-navy);
  border-color: var(--gte-navy);
}

.gte-section-lede {
  color: #615a6e;
  max-width: 560px;
  font-size: 15.2px;
  margin-top: 6px;
}

.gte-kicker {
  font-size: 11.84px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gte-teal-deep);
  margin-bottom: 8px;
  display: block;
}

.gte-feed-head {
  padding-top: 48px;
}

/* Categories — up to 8 cards (4 across on desktop, wraps to a second row) */
.gte-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gte-cat-card {
  position: relative;
  border-radius: var(--gte-radius);
  overflow: hidden;
  height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  color: #fff;
  box-shadow: 0 8px 22px rgba(25, 14, 99, 0.12);
  transition: transform 0.15s ease;
  text-decoration: none;
}

.gte-cat-card:hover {
  transform: translateY(-3px);
  color: #fff;
}

.gte-cat-card--photo {
  background-size: cover;
  background-position: center;
}

.gte-cat-card--photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 8, 56, 0.15) 30%,
    rgba(13, 8, 56, 0.9) 100%
  );
}

.gte-cat-card--solid {
  background: var(--gte-navy);
}

.gte-cat-card--solid::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='64'%20height='64'%3E%3Cg%20fill='none'%20stroke='%234BD1C1'%20stroke-opacity='0.18'%20stroke-width='1.3'%3E%3Cpath%20d='M32%2010c-5%207-5%2014%200%2021%205-7%205-14%200-21z'/%3E%3Cpath%20d='M32%2031v22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 64px 64px;
}

.gte-cat-card--soon {
  cursor: default;
  opacity: 0.92;
}

.gte-cat-card--soon:hover {
  transform: none;
}

.gte-cat-icon {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gte-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gte-navy);
  flex-shrink: 0;
  margin-bottom: 10px;
}

.gte-cat-card h3 {
  position: relative;
  z-index: 1;
  font-size: 16.8px;
  margin: 0 0 2px;
  color: #fff !important;
}

.gte-cat-card span {
  position: relative;
  z-index: 1;
  font-size: 12.48px;
  color: #d8d3ee;
}

/* Regions */
.gte-region-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gte-region-card {
  position: relative;
  border-radius: var(--gte-radius);
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: #fff;
  box-shadow: 0 8px 22px rgba(25, 14, 99, 0.14);
  transition: transform 0.15s ease;
  text-decoration: none;
}

.gte-region-card:hover {
  transform: translateY(-3px);
  color: #fff;
}

.gte-region-card--r1 {
  background: linear-gradient(
    200deg,
    var(--gte-navy) 0%,
    var(--gte-navy-deep) 100%
  );
}

.gte-region-card--r2 {
  background: linear-gradient(
    200deg,
    var(--gte-teal) 0%,
    var(--gte-teal-deep) 100%
  );
}

.gte-region-card--r3 {
  background: linear-gradient(
    200deg,
    var(--gte-gold) 0%,
    var(--gte-gold-deep) 100%
  );
}

.gte-region-card--r4 {
  background: #fff;
  color: var(--gte-navy);
  border: 1.5px dashed var(--gte-stone-deep);
  box-shadow: none;
}

.gte-region-card--r4:hover {
  color: var(--gte-navy);
}

.gte-region-tulip {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 26px;
  height: 26px;
  opacity: 0.3;
}

.gte-region-card--r4 .gte-region-tulip {
  color: var(--gte-teal-deep);
  opacity: 0.6;
}

.gte-region-card h3 {
  font-size: 18.4px;
  color: inherit !important;
  margin: 0 0 2px;
}

.gte-region-card span {
  font-size: 12.48px;
  opacity: 0.85;
}

/* Listing feed restyle */
body.gte-front-page .lf-item,
body.gte-front-page .grid-item,
body.gte-front-page .listing-preview {
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

body.gte-front-page .grid-item .lf-item-container,
body.gte-front-page .lf-item-container,
body.gte-front-page .listing-preview {
  background: var(--gte-card);
  border-radius: var(--gte-radius);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(25, 14, 99, 0.08);
  border: 1px solid var(--gte-stone-deep);
}

body.gte-front-page .grid-item:hover .lf-item-container,
body.gte-front-page .lf-item:hover,
body.gte-front-page .listing-preview:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(25, 14, 99, 0.16);
}

body.gte-front-page .listing-preview-title,
body.gte-front-page h4.listing-preview-title,
body.gte-front-page .lf-item-info-2 h4 {
  font-family: var(--gte-font) !important;
  font-size: 17.28px !important;
  font-weight: 800 !important;
  color: var(--gte-navy) !important;
  line-height: 1.25 !important;
}

body.gte-front-page .lf-item-info-2 h6 {
  font-size: 13.12px !important;
  color: #8a8395 !important;
  font-weight: 500 !important;
}

body.gte-front-page .lf-contact,
body.gte-front-page .lf-contact li {
  font-size: 12.8px !important;
  color: #8a8395 !important;
}

body.gte-front-page .category-name {
  font-size: 12.8px !important;
}

body.gte-front-page .section-title,
body.gte-front-page .elementor-heading-title {
  font-family: var(--gte-font);
  font-weight: 800;
  color: var(--gte-navy);
}

body.gte-front-page .elementor-widget-case27-listing-feed-widget {
  padding: 0 24px 40px;
  max-width: 1180px;
  margin: 0 auto;
}

body.gte-front-page .elementor-widget-shortcode .gte-feed-head + *,
body.gte-front-page .elementor-widget-case27-listing-feed-widget .row {
  margin-left: -11px;
  margin-right: -11px;
}

/* Hide Top Picks / Promoted (and any feed-headed section) when there are no listings */
body.gte-front-page
  .elementor-section:has(.gte-feed-head):not(:has(.grid-item)):not(:has(.lf-item)):not(:has(.listing-preview)) {
  display: none !important;
}

/* Trust strip */
.gte-section.gte-trust-section {
  padding-bottom: 100px;
}

.gte-fresh {
  background: var(--gte-card);
  border: 1px dashed #cabfd6;
  border-radius: var(--gte-radius);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  box-shadow: 0 6px 18px rgba(25, 14, 99, 0.05);
}

.gte-icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gte-stone);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gte-teal-deep);
}

.gte-icon-badge .gte-tulip {
  width: 26px;
  height: 26px;
}

.gte-fresh strong {
  font-weight: 800;
  color: var(--gte-navy);
  font-size: 16.32px;
  display: block;
}

.gte-fresh p {
  margin: 4px 0 0;
  color: #615a6e;
  font-size: 14.08px;
  max-width: 640px;
}

/* CTE */
.gte-cte {
  background: var(--gte-navy);
  padding: 0;
  background-image: none !important;
}

.gte-cte-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
}

.gte-cte-avatar {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(
    155deg,
    var(--gte-teal) 0%,
    var(--gte-teal-deep) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 5px solid var(--gte-gold);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.gte-cte-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.gte-cte-copy {
  max-width: 680px;
}

.gte-cte-quote {
  font-family: var(--gte-script);
  font-size: 32px;
  color: #fff;
  line-height: 1.25;
  max-width: none;
  margin: 0 0 14px;
}

.gte-cte-quote::before {
  content: "\201C";
  color: var(--gte-teal);
}

.gte-cte-quote::after {
  content: "\201D";
  color: var(--gte-teal);
}

.gte-cte-bio {
  color: #c9c3e8;
  font-size: 15.04px;
  max-width: 640px;
  margin: 0 0 6px;
}

.gte-cte-name {
  font-weight: 800;
  color: #fff;
  font-size: 15.2px;
}

.gte-cte-role {
  font-size: 12.48px;
  color: var(--gte-teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* Newsletter — solid cream so the page pattern does not show through */
.gte-newsletter-section {
  background: var(--gte-cream) !important;
  background-image: none !important;
}

.gte-newsletter {
  background: linear-gradient(
    120deg,
    var(--gte-teal) 0%,
    var(--gte-teal-deep) 100%
  );
  color: var(--gte-navy-deep);
  border-radius: var(--gte-radius);
  padding: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 14px 34px rgba(42, 156, 144, 0.25);
}

.gte-newsletter h2 {
  color: var(--gte-navy-deep) !important;
  font-size: 24px;
  margin: 0 0 0.3em;
}

.gte-newsletter p {
  color: #0f5a50;
  font-size: 14.72px;
  max-width: 360px;
  margin: 0;
}

.gte-nl-form {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.gte-nl-field {
  position: relative;
  flex: 0 0 auto;
  width: 340px;
  min-width: 0;
}

.gte-nl-form input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: none;
  background: #fff;
  color: var(--gte-ink);
  font-family: var(--gte-font);
}

.gte-nl-form input::placeholder {
  color: #8a8498;
  opacity: 1;
}

.gte-nl-form button {
  flex: 0 0 auto;
  background: var(--gte-navy);
  color: #fff;
  border: none;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--gte-font);
}

.gte-nl-form button:hover {
  background: var(--gte-navy-deep);
}

/* ---- Footer ---- */
.gte-site-footer {
  background: var(--gte-navy-deep);
  color: #c9c3e8;
  padding: 56px 24px 24px;
  margin-top: 0;
}

.gte-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}

.gte-footer-grid h4 {
  color: #fff;
  font-size: 13.6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 16px;
  font-weight: 800;
}

.gte-footer-grid a,
.gte-footer-grid a:link,
.gte-footer-grid a:visited,
.gte-footer-grid a:active,
.gte-footer-grid a:focus {
  display: block;
  font-size: 14.08px;
  margin-bottom: 9px;
  opacity: 0.85;
  color: #c9c3e8;
  text-decoration: none;
}

.gte-footer-grid a:hover {
  opacity: 1;
  color: var(--gte-teal);
}

.gte-footer-grid .gte-footer-logo,
.gte-footer-grid .gte-footer-logo:link,
.gte-footer-grid .gte-footer-logo:visited,
.gte-footer-grid .gte-footer-logo:active,
.gte-footer-grid .gte-footer-logo:focus,
.gte-footer-grid .gte-footer-logo:hover {
  display: inline-flex;
  font-size: inherit;
  margin: 0 0 32px;
  opacity: 1;
  color: inherit;
}

.gte-footer-grid p {
  font-size: 13.6px;
  opacity: 0.8;
  margin: 0;
  color: #c9c3e8;
}

.gte-footer-tagline {
  max-width: 280px;
  line-height: 1.45;
  color: #c9c3e8 !important;
  opacity: 0.85;
}

.gte-footer-address {
  margin-bottom: 10px !important;
  color: #c9c3e8 !important;
}

.gte-footer-logo {
  /* Logo PNG uses transparent knockouts for fork/text — white plate is required. */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 176px;
  height: 176px;
  margin: 0 0 32px;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  background: transparent;
  overflow: visible;
  box-shadow: none;
  flex-shrink: 0;
}

.gte-footer-logo::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #fff;
  z-index: 0;
}

.gte-footer-logo img,
.gte-footer-logo-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 176px !important;
  height: 176px !important;
  max-width: none;
  border-radius: 50%;
  box-shadow: none;
  object-fit: cover;
  flex-shrink: 0;
}

.gte-social-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.gte-footer-grid .gte-social-row a,
.gte-footer-grid .gte-social-row a:link,
.gte-footer-grid .gte-social-row a:visited,
.gte-footer-grid .gte-social-row a:active,
.gte-footer-grid .gte-social-row a:focus,
.gte-footer-grid .gte-social-row a:hover {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
  color: #fff;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
}

.gte-footer-grid .gte-social-row a:hover {
  background: var(--gte-teal);
  color: var(--gte-navy-deep);
}

.gte-social-row svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  max-width: none;
  margin: auto;
}

.gte-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
  font-size: 12.48px;
  opacity: 0.7;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}

.gte-footer-credit a,
.gte-footer-credit a:link,
.gte-footer-credit a:visited,
.gte-footer-credit a:active,
.gte-footer-credit a:focus {
  display: inline;
  margin: 0;
  color: #c9c3e8;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 1;
}

.gte-footer-credit a:hover {
  color: var(--gte-teal);
  opacity: 1;
}

/* Keep footer links readable — MyListing a/a:active/a:focus defaults to near-black. */
.gte-site-footer a:link,
.gte-site-footer a:visited,
.gte-site-footer a:active,
.gte-site-footer a:focus {
  color: #c9c3e8;
}

.gte-site-footer a:hover {
  color: var(--gte-teal);
}

.gte-site-footer .gte-social-row a,
.gte-site-footer .gte-social-row a:link,
.gte-site-footer .gte-social-row a:visited,
.gte-site-footer .gte-social-row a:active,
.gte-site-footer .gte-social-row a:focus {
  color: #fff;
}

.gte-site-footer .gte-social-row a:hover {
  color: var(--gte-navy-deep);
}

/* Motion */
@keyframes gte-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gte-fade-down {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Screen reader */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Homepage page settings: kill transparent header blend leftovers */
body.elementor-page-133 .c27-main-header,
body.gte-front-page header.c27-main-header {
  display: none !important;
}

/* Soften Elementor section gaps on front */
body.gte-front-page
  .elementor-133
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: none;
}

/* Responsive */
@media (max-width: 900px) {
  .gte-nav--desktop,
  .gte-btn--header {
    display: none;
  }

  .gte-hero {
    padding-top: 120px;
  }

  .gte-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .gte-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(13, 8, 56, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

  .gte-menu-backdrop[hidden] {
    display: none !important;
  }

  .gte-menu-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .gte-mobile-drawer {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100010;
    width: min(86vw, 360px);
    background: #fff;
    padding: 22px 22px 28px;
    box-shadow: -18px 0 40px rgba(25, 14, 99, 0.18);
    transform: translateX(105%);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .gte-mobile-drawer[hidden] {
    display: none !important;
  }

  body.admin-bar .gte-mobile-drawer {
    top: 46px;
  }

  @media screen and (min-width: 783px) {
    body.admin-bar .gte-mobile-drawer {
      top: 32px;
    }
  }

  .gte-mobile-drawer.is-visible {
    transform: translateX(0);
  }

  .gte-mobile-drawer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gte-stone-deep);
  }

  .gte-mobile-drawer-title {
    font-family: var(--gte-font);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--gte-navy);
  }

  .gte-menu-close {
    appearance: none;
    border: none;
    background: var(--gte-stone);
    color: var(--gte-navy);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .gte-menu-close:focus-visible {
    outline: 2px solid var(--gte-teal);
    outline-offset: 2px;
  }

  .gte-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 28px;
  }

  .gte-mobile-nav a {
    display: block;
    padding: 14px 4px;
    font-family: var(--gte-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--gte-navy);
    text-decoration: none;
    border-bottom: 1px solid rgba(25, 14, 99, 0.08);
    transition:
      color 0.15s ease,
      padding-left 0.15s ease;
  }

  .gte-mobile-nav a:hover,
  .gte-mobile-nav a:focus-visible {
    color: var(--gte-teal-deep);
    padding-left: 6px;
  }

  .gte-btn--drawer {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 16px 22px;
    font-size: 14.5px;
    border-radius: 14px;
    margin-top: auto;
  }

  body.gte-menu-open {
    overflow: hidden;
  }

  .gte-hero h1 {
    font-size: 33.6px;
  }

  .gte-cat-grid,
  .gte-region-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gte-cte-inner {
    flex-direction: column;
    text-align: center;
    gap: 26px;
  }

  .gte-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gte-hero-bottom-row {
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 16px;
  }

  .gte-hero .gte-trust-float,
  .gte-trust-float {
    width: 80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .gte-trust-float .gte-stars {
    letter-spacing: 2px;
  }

  .gte-search-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .gte-logo-word {
    display: none;
  }

  .gte-nl-form {
    flex-direction: column;
    width: 100%;
  }

  .gte-nl-field {
    max-width: none;
    width: 100%;
  }

  .gte-nl-form input {
    width: 100%;
  }

  .gte-footer-grid {
    grid-template-columns: 1fr;
  }
}
