.elementor-14502 .elementor-element.elementor-element-19f4e34:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-14502 .elementor-element.elementor-element-19f4e34 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5EFE3;}.elementor-14502 .elementor-element.elementor-element-19f4e34 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-14502 .elementor-element.elementor-element-19f4e34 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-14502 .elementor-element.elementor-element-d3a0390 > .elementor-widget-container{margin:50px 50px 50px 50px;}.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-d3a0390 *//* ============ TOKENS — Nattika-aligned (palm green + sand) ============ */
    :root {
      --page-bg: #ffffff;
      --footer-bg: #F5EFE3;        /* warm cream / sand */
      --footer-bg-deep: #EFE7D6;   /* deeper sand for hover/divider */

      --ink: #2D4A3D;              /* deep palm/forest green */
      --ink-soft: #466459;
      --ink-deep: #1F362B;

      --accent: #B8916A;           /* warm sand / terracotta — replaces orange */
      --accent-deep: #9C7853;

      --text: #4A453E;             /* warm dark gray */
      --text-muted: #807a72;
      --line: rgba(45, 74, 61, 0.14);
      --line-strong: rgba(45, 74, 61, 0.28);
      --input-border: #D5CDB9;

      --serif: 'Cormorant Garamond', 'Times New Roman', serif;
      --sans: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    html, body {
      background: var(--page-bg);
      font-family: var(--sans);
      color: var(--text);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.6;
      font-size: 15px;
    }

    a { color: inherit; text-decoration: none; }

    /* ============ DEMO PREVIEW STRIP ============ */
    .preview-hero {
      min-height: 45vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 5rem 2rem 3rem;
      background: var(--page-bg);
    }
    .preview-badge {
      font-size: 0.68rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--ink);
      padding: 0.45rem 1.1rem;
      border: 1px solid var(--ink);
      margin-bottom: 1.6rem;
      font-weight: 500;
    }
    .preview-hero h1 {
      font-family: var(--serif);
      font-weight: 500;
      font-style: italic;
      color: var(--ink);
      font-size: clamp(1.8rem, 4vw, 2.6rem);
      line-height: 1.2;
      max-width: 22ch;
    }
    .preview-hero p {
      color: var(--text-muted);
      max-width: 50ch;
      margin-top: 1rem;
      font-size: 0.95rem;
    }

    /* ============ FOOTER ============ */
    .site-footer {
      background: var(--footer-bg);
      color: var(--text);
      padding-top: 4.5rem;
      position: relative;
    }

    /* thin top accent line in deep palm green */
    .site-footer::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 1px;
      background: var(--line-strong);
    }

    .footer-inner {
      max-width: 1380px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    /* Top grid: 5 columns */
    .footer-top {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr 1fr 1.05fr;
      gap: 2.4rem;
      padding-bottom: 3rem;
    }

    /* ---- BRAND COLUMN ---- */
    .brand { max-width: 340px; }

    .brand-logo-img {
      max-width: 220px;
      height: auto;
      display: block;
      margin-bottom: 1.5rem;
      /* logo is on white from CDN — let it sit naturally on cream */
      mix-blend-mode: multiply;
    }
    .brand-fallback {
      display: none;
      flex-direction: column;
      margin-bottom: 1.5rem;
      line-height: 1;
    }
    .brand-fallback .name {
      font-family: var(--serif);
      font-weight: 500;
      font-style: italic;
      font-size: 2.4rem;
      color: var(--ink);
      line-height: 1;
    }
    .brand-fallback .tag {
      font-size: 0.62rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--ink-soft);
      margin-top: 0.55rem;
      font-weight: 500;
    }

    .brand-desc {
      font-size: 0.88rem;
      color: var(--text);
      line-height: 1.7;
      margin-bottom: 1.4rem;
    }

    .contact-list {
      list-style: none;
      margin-bottom: 1.3rem;
    }
    .contact-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
      font-size: 0.86rem;
      margin-bottom: 0.55rem;
      color: var(--text);
      line-height: 1.5;
    }
    .contact-list .ico {
      color: var(--ink);
      display: inline-flex;
      flex-shrink: 0;
      margin-top: 2px;
      opacity: 0.85;
    }
    .contact-list a:hover { color: var(--ink); }

    .socials {
      display: flex;
      gap: 0.55rem;
      align-items: center;
      flex-wrap: wrap;
    }
    /* Monochrome forest-green social icons (refined, on-brand — not brand-color circles) */
    .socials a {
      width: 34px;
      height: 34px;
      border: 1px solid var(--line-strong);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--ink);
      transition: all 0.25s ease;
      background: transparent;
    }
    .socials a:hover {
      background: var(--ink);
      color: var(--footer-bg);
      border-color: var(--ink);
      transform: translateY(-2px);
    }

    /* ---- LINK COLUMNS ---- */
    /* ALL CAPS spaced sans heading — matches Nattika's actual top-nav style */
    .col-heading {
      font-family: var(--sans);
      font-weight: 600;
      font-size: 0.82rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--ink);
      line-height: 1.2;
      margin-bottom: 0.75rem;
    }

    /* WAVE underline — Nattika beach motif. Replaces Kairali's dashes entirely. */
    .heading-wave {
      display: block;
      width: 64px;
      height: 8px;
      margin-bottom: 1.5rem;
      color: var(--accent);
    }

    .link-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.6rem;
    }
    .link-list a {
      font-size: 0.88rem;
      color: var(--text);
      line-height: 1.45;
      transition: color 0.2s ease, padding-left 0.25s ease;
      display: inline-block;
    }
    .link-list a:hover {
      color: var(--ink);
      padding-left: 5px;
    }

    /* ---- NEWSLETTER ---- */
    .newsletter-block { margin-top: 2rem; }

    .newsletter-form {
      display: flex;
      width: 100%;
    }
    .newsletter-form input {
      flex: 1;
      border: 1px solid var(--input-border);
      background: rgba(255,255,255,0.5);
      padding: 0.8rem 0.95rem;
      font-family: var(--sans);
      font-size: 0.85rem;
      color: var(--text);
      outline: none;
      transition: border-color 0.2s ease, background 0.2s ease;
      min-width: 0;
    }
    .newsletter-form input::placeholder { color: var(--text-muted); }
    .newsletter-form input:focus {
      border-color: var(--ink);
      background: #fff;
    }
    .newsletter-form button {
      background: var(--ink);
      color: var(--footer-bg);
      border: 1px solid var(--ink);
      padding: 0.8rem 1.3rem;
      font-family: var(--sans);
      font-size: 0.72rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.25s ease;
      white-space: nowrap;
    }
    .newsletter-form button:hover {
      background: var(--accent);
      border-color: var(--accent);
      color: #fff;
    }

    /* ---- LANGUAGE STRIP ---- */
    .lang-strip {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.76rem;
      color: var(--text-muted);
      margin-top: 1.4rem;
      flex-wrap: wrap;
    }
    .lang-strip > span {
      letter-spacing: 0.18em;
      text-transform: uppercase;
      font-size: 0.66rem;
      font-weight: 600;
      color: var(--ink);
    }
    .lang-strip a {
      color: var(--text);
      transition: color 0.2s ease;
    }
    .lang-strip a:hover { color: var(--ink); }
    .lang-strip a + a {
      border-left: 1px solid var(--line-strong);
      padding-left: 0.6rem;
    }

    /* ---- BOTTOM BAR ---- */
    .footer-divider {
      border: none;
      border-top: 1px solid var(--line);
      margin: 0;
    }

    .footer-bottom {
      padding: 1.5rem 0 0.4rem;
      display: flex;
      justify-content: center;
    }
    .legal-links {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 0.3rem 0;
    }
    .legal-links li { display: inline-flex; align-items: center; }
    .legal-links a {
      font-size: 0.81rem;
      color: var(--text);
      padding: 0 0.85rem;
      transition: color 0.2s ease;
      white-space: nowrap;
    }
    .legal-links a:hover { color: var(--ink); }
    /* Subtle dot separators (not orange bars) */
    .legal-links li:not(:last-child)::after {
      content: '';
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background: var(--accent);
      display: inline-block;
      opacity: 0.7;
    }

    .footer-bottom-2 {
      padding: 0.4rem 0 1.8rem;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 0.6rem;
    }
    .copyright {
      font-size: 0.78rem;
      color: var(--text-muted);
      letter-spacing: 0.02em;
    }
    .copyright .accent {
      color: var(--ink);
      font-family: var(--serif);
      font-style: italic;
      font-size: 0.92rem;
    }
    
    /* ============ RESPONSIVE ============ */
    @media (max-width: 1180px) {
      .footer-top {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2.5rem;
      }
      .brand { max-width: 100%; grid-column: 1 / -1; }
    }
    @media (max-width: 760px) {
      .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
      }
    }
    @media (max-width: 480px) {
      .footer-inner { padding: 0 1.4rem; }
      .footer-top { grid-template-columns: 1fr; }
      .legal-links li:not(:last-child)::after { display: none; }
      .legal-links a { padding: 0 0.6rem; }
    }/* End custom CSS */