.elementor-kit-5{--e-global-color-primary:#D11F29;--e-global-color-secondary:#475569;--e-global-color-text:#1E1E1E;--e-global-color-accent:#D4A251;--e-global-color-6db0603:#B51B25;--e-global-color-14bf336:#B7832F;--e-global-color-8bd8e40:#FFF8F2;--e-global-color-ffeb014:#FFFFFF;--e-global-color-30dfcf3:#ECEFF1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#1E1E1E;font-family:"Nunito Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.7px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-block-end:14px;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-accent );}.elementor-kit-5 h1{color:var( --e-global-color-text );font-family:"Fraunces", Sans-serif;font-size:48px;font-weight:700;line-height:1.15;letter-spacing:-0.3px;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:"Fraunces", Sans-serif;font-size:36px;font-weight:700;line-height:1.2;letter-spacing:-0.2px;}.elementor-kit-5 h3{color:var( --e-global-color-text );font-family:"Fraunces", Sans-serif;font-size:28px;font-weight:600;line-height:1.25;}.elementor-kit-5 h4{color:var( --e-global-color-secondary );font-family:"Nunito Sans", Sans-serif;font-size:28px;font-weight:700;line-height:1.40;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-5{font-size:15px;}.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:22px;}.elementor-kit-5 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:15px;}.elementor-kit-5 h1{font-size:28px;}.elementor-kit-5 h2{font-size:24px;}.elementor-kit-5 h3{font-size:20px;}.elementor-kit-5 h4{font-size:16px;line-height:1.4;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========= Bihari Supachya — Rich Gold + High-Gloss Header (single, consolidated) ========= */

/* Brand tokens */
:root{
  --accent: #D11F29;              /* brand red */
  --gold:   #D4A251;              /* brand gold (logo) */
  --gold-deep:   #B7832F;         /* deeper gold for accents */
  --gold-bright: #F0C26A;         /* bright gold highlight */
  --text:   #1E1E1E;

  /* glass controls */
  --glass:         rgba(255,255,255,0.38);
  --glass-strong:  rgba(255,255,255,0.72);  /* stronger on sticky */
}

/* ====== Base Header (gold-tinted glass) ====== */
#site-header{
  position: relative;
  border-radius: 16px;
  padding: 18px 22px;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, padding .25s ease;

  /* Gold glass: white glass + warm gold wash (no cream) */
  background:
    linear-gradient(180deg,
      rgba(240,194,106,0.22) 0%,
      rgba(212,162,81,0.18) 26%,
      rgba(212,162,81,0.12) 100%
    ),
    linear-gradient(180deg,
      rgba(255,255,255,0.42) 0%,
      rgba(255,255,255,0.20) 50%,
      rgba(255,255,255,0.06) 100%
    ),
    var(--glass);

  border: 1px solid rgba(212,162,81,0.60);
  backdrop-filter: blur(10px) saturate(170%);
  -webkit-backdrop-filter: blur(10px) saturate(170%);

  /* outer ambient + subtle gold glow + inner crispness */
  box-shadow:
    0 14px 40px rgba(17,24,39,0.12),
    0 10px 24px rgba(212,162,81,0.18),
    inset 0 0 0 1px rgba(255,255,255,0.30);
}

/* High-gloss sheen (white specular + warm radial flare) */
#site-header::before{
  content:"";
  position:absolute; inset:0; pointer-events:none;
  border-radius: inherit;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0.90) 0%,
      rgba(255,255,255,0.55) 18%,
      rgba(255,255,255,0.18) 42%,
      rgba(255,255,255,0.00) 70%
    ),
    radial-gradient(120% 90% at 50% -40%,
      rgba(255,230,173,0.35) 0%,
      rgba(212,162,81,0.00) 70%
    );
}

/* Gold shimmer line along bottom */
#site-header::after{
  content:"";
  position:absolute; left:12px; right:12px; bottom:-1px; height:2px;
  border-radius:2px; pointer-events:none;
  background: linear-gradient(
    90deg,
    rgba(183,131,47,0.00) 0%,
    rgba(240,194,106,0.55) 12%,
    rgba(255,216,138,0.95) 50%,
    rgba(240,194,106,0.55) 88%,
    rgba(183,131,47,0.00) 100%
  );
  box-shadow:
    0 0 12px rgba(240,194,106,0.45),
    0 2px 10px rgba(212,162,81,0.28);
}

/* ====== Sticky (Elementor adds .elementor-sticky--active) ====== */
#site-header.elementor-sticky--active{
  padding: 12px 22px;  /* gentle shrink */
  background:
    linear-gradient(180deg,
      rgba(240,194,106,0.28) 0%,
      rgba(212,162,81,0.22) 26%,
      rgba(212,162,81,0.16) 100%
    ),
    linear-gradient(180deg,
      rgba(255,255,255,0.48) 0%,
      rgba(255,255,255,0.24) 50%,
      rgba(255,255,255,0.08) 100%
    ),
    var(--glass-strong);
  border-color: rgba(212,162,81,0.70);
  backdrop-filter: blur(12px) saturate(185%);
  -webkit-backdrop-filter: blur(12px) saturate(185%);
  box-shadow:
    0 16px 46px rgba(17,24,39,0.14),
    0 12px 28px rgba(212,162,81,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.32);
}

/* Logo gentle shrink on sticky (if your logo wrapper has .logo) */
#site-header.elementor-sticky--active .logo img{
  transform: scale(.92);
  transform-origin: left center;
  transition: transform .25s ease;
}

/* ====== Nav links ====== */
#site-header .header-nav a{
  color: var(--text);
  font-weight: 600;
  letter-spacing: .02em;
  position: relative;
  padding: 12px 14px;
  transition: color .2s ease;
}
#site-header .header-nav .current-menu-item > a,
#site-header .header-nav a:hover{
  color: var(--accent);
}
#site-header .header-nav .current-menu-item > a::after,
#site-header .header-nav a:hover::after{
  content:"";
  position:absolute; left:10px; right:10px; bottom:6px; height:3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
}

/* ====== Cart chip to match gold glass ====== */
#site-header .elementor-menu-cart__toggle{
  border: 1px solid rgba(212,162,81,0.55);
  background: linear-gradient(180deg, rgba(240,194,106,0.16) 0%, rgba(255,255,255,0.24) 100%);
  box-shadow: 0 6px 16px rgba(212,162,81,0.22);
  backdrop-filter: blur(8px) saturate(160%);
  -webkit-backdrop-filter: blur(8px) saturate(160%);
}

/* ====== Fallback (no backdrop-filter support) ====== */
@supports not (backdrop-filter: blur(1px)){
  #site-header{
    background:
      linear-gradient(180deg, rgba(240,194,106,0.22) 0%, rgba(212,162,81,0.16) 100%),
      rgba(255,255,255,0.94);
  }
}

/* ====== Mobile tweaks ====== */
@media (max-width: 767px){
  #site-header{
    backdrop-filter: blur(10px) saturate(160%);
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    border-radius: 14px;
  }
}
/* Force the bar to stay visible and not fade out */
#announcement-bar {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Keep it above the header */
#announcement-bar { position: relative; z-index: 1001; }
#site-header       { position: relative; z-index: 1000; }
/* Kill Storefront-style separator drawn under the header */
#masthead .main-header.col-full::before,
#masthead .main-header.col-full::after,
.site-header .main-header.col-full::before,
.site-header .main-header.col-full::after {
  content: none !important;
  display: none !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* Belt-and-suspenders: ensure the wrapper below has no top border */
.site-content,
#content,
.site-main,
.content-area {
  border-top: 0 !important;
}

/* Tiny overlap so no seam can peek through */
#masthead,
.site-header {
  margin-bottom: -2px !important;
  overflow: hidden;
}
/* Hide any Menu Cart that sits inside Elementor's sticky clones/spacers */
.elementor-sticky--clone .elementor-widget-woocommerce-menu-cart,
.elementor-sticky__spacer .elementor-widget-woocommerce-menu-cart {
  display: none !important;
}

/* Keep the active (visible) cart on top and clickable */
header .elementor-widget-woocommerce-menu-cart { z-index: 10050; position: relative; }
/* ===== Footer — gold glass + clean lists (Bihari Supachya) ===== */

/* Catch-all for Storefront + Elementor */
#colophon.site-footer,
footer.site-footer,
footer.elementor-location-footer,
.bs-footer {
  position: relative;
  color: #1E1E1E;
  background:
    linear-gradient(180deg, rgba(212,162,81,.10) 0%, rgba(212,162,81,.06) 100%),
    #ffffff !important;                    /* force over white */
  border-top: 1px solid rgba(212,162,81,.45);
  box-shadow: inset 0 20px 40px rgba(17,24,39,.05);
}

/* subtle top sheen */
#colophon.site-footer::before,
footer.site-footer::before,
footer.elementor-location-footer::before,
.bs-footer::before {
  content:"";
  position:absolute; left:0; right:0; top:0; height:6px;
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0));
  pointer-events:none;
}

/* inner containers padding */
#colophon.site-footer .col-full,
footer.elementor-location-footer .elementor-container,
.bs-footer .elementor-container,
.bs-footer .e-con {
  padding-top: 32px;
  padding-bottom: 24px;
}

/* headings & text */
.bs-footer .elementor-heading-title,
#colophon.site-footer h4, #colophon.site-footer h5,
footer.site-footer h4, footer.site-footer h5 {
  color: #1E1E1E;
  font-weight: 700;
  letter-spacing: .2px;
  margin: 0 0 10px;
}
.bs-footer p,
#colophon.site-footer p,
footer.site-footer p {
  color: #3a3a3a;
  line-height: 1.55;
  margin: 0 0 10px;
}

/* LINKS — normalize + hover */
.bs-footer a,
#colophon.site-footer a,
footer.site-footer a {
  color: #2e2b28;
  text-decoration: none;
  transition: color .18s ease, text-underline-offset .18s ease;
}
.bs-footer a:hover,
#colophon.site-footer a:hover,
footer.site-footer a:hover {
  color: #D11F29;            /* brand red */
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* UL lists (if you use a Nav Menu or Icon List) */
.bs-footer ul,
#colophon.site-footer ul,
footer.site-footer ul { list-style: none; padding-left: 0; margin: 0; }
.bs-footer ul li,
#colophon.site-footer ul li,
footer.site-footer ul li {
  position: relative;
  padding-left: 16px;
  margin: 6px 0;
  line-height: 1.5;
}
.bs-footer ul li::before,
#colophon.site-footer ul li::before,
footer.site-footer ul li::before {
  content:"";
  width:6px; height:6px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #F6D899, #D4A251);
  position:absolute; left:0; top:.72em;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}

/* QUICK LINKS — you used a Text Editor (anchors in a paragraph). 
   Turn each <a> into a block with gold dot bullets. */
.bs-footer .elementor-widget-text-editor p a,
#colophon.site-footer .elementor-widget-text-editor p a,
footer.site-footer .elementor-widget-text-editor p a {
  display: block;
  position: relative;
  padding-left: 16px;
  margin: 6px 0;
  line-height: 1.5;                /* fixes the overlap */
}
.bs-footer .elementor-widget-text-editor p a::before,
#colophon.site-footer .elementor-widget-text-editor p a::before,
footer.site-footer .elementor-widget-text-editor p a::before {
  content:"";
  width:6px; height:6px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #F6D899, #D4A251);
  position:absolute; left:0; top:.72em;
}

/* copyright strip */
.bs-footer .site-info,
#colophon.site-footer .site-info,
footer.site-footer .site-info {
  margin-top: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(212,162,81,.35);
  color: #57534e;
  font-size: .92rem;
}

/* kill any inner hard white blocks some themes inject */
#colophon.site-footer .col-full,
footer.site-footer .col-full { background: transparent !important; }
/* ===== Footer Quick Links (Icon List) ===== */
.quick-links {
  /* override any global “footer link” overrides cleanly */
  --ql-text: var(--text, #1E1E1E);
  --ql-link: var(--text, #1E1E1E);
  --ql-hover: var(--accent, #D11F29); /* brand red */
  --ql-icon: var(--gold, #D4A251);    /* brand gold */
}

/* Layout & spacing for the list */
.quick-links .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 10px;                  /* vertical spacing between items */
}

/* Each list item */
.quick-links .elementor-icon-list-item {
  line-height: 1.45;
}

/* Link text (normal state) */
.quick-links .elementor-icon-list-item a,
.quick-links .elementor-icon-list-item a:visited {
  color: var(--ql-link) !important;   /* stop global hover from turning it white */
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

/* Hover/focus state for link text */
.quick-links .elementor-icon-list-item a:hover,
.quick-links .elementor-icon-list-item a:focus {
  color: var(--ql-hover) !important;   /* brand red on hover */
}

/* Icons (SVG or font) — consistent size & color */
.quick-links .elementor-icon-list-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: var(--ql-icon) !important;
}

/* Make sure custom SVGs also take the gold color */
.quick-links .elementor-icon-list-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--ql-icon) !important;
}

/* Delightful micro-interaction: nudge icon on hover */
.quick-links .elementor-icon-list-item:hover .elementor-icon-list-icon {
  transform: translateX(2px);
}

/* Optional: adjust the "Quick Links" heading if it’s too big */
.quick-links-heading h3,
.quick-links-heading .elementor-heading-title {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
  margin-bottom: 14px;
}

/* If your "Quick Links" heading is a separate Heading widget,
   add CSS class `quick-links-heading` to that heading widget */
.quick-links .elementor-icon-list-item a:hover { text-decoration: underline; }
/* ===== Premium Quick Links polish ===== */
.quick-links {
  --ql-text: var(--text, #1E1E1E);
  --ql-hover: var(--accent, #D11F29);
  --ql-icon: var(--gold, #D4A251);
  --ql-wash-1: rgba(212,162,81,.10);
  --ql-wash-2: rgba(212,162,81,.05);
  --ql-ring: rgba(212,162,81,.35);
  --ql-shadow: 0 6px 18px rgba(17,24,39,.08);
}

/* list structure */
.quick-links .elementor-icon-list-items{
  display:flex; flex-direction:column; gap:12px;
}

/* each item: add padding, hover bg + left accent bar */
.quick-links .elementor-icon-list-item{
  position:relative;
  padding:10px 14px;
  border-radius:12px;
  transition: background .25s ease, box-shadow .25s ease, transform .20s ease;
}

/* subtle gold wash bg on hover */
.quick-links .elementor-icon-list-item:hover{
  background:
    linear-gradient(180deg, var(--ql-wash-1) 0%, var(--ql-wash-2) 100%);
  box-shadow: var(--ql-shadow);
  transform: translateX(2px);
}

/* left accent bar animation */
.quick-links .elementor-icon-list-item::before{
  content:"";
  position:absolute; left:8px; top:14px; bottom:14px; width:3px;
  background: var(--ql-icon);
  border-radius:3px;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform .25s ease;
  opacity:.85;
}
.quick-links .elementor-icon-list-item:hover::before{
  transform: scaleY(1);
}

/* icon pill: consistent circle, ring, color */
.quick-links .elementor-icon-list-icon{
  width:26px; min-width:26px; height:26px; margin-right:12px;
  border-radius:999px;
  display:inline-flex; align-items:center; justify-content:center;
  background: rgba(212,162,81,.14);
  border:1px solid var(--ql-ring);
  color: var(--ql-icon) !important;
  transition: transform .20s ease, background .20s ease, border-color .20s ease;
}
.quick-links .elementor-icon-list-icon svg{
  width:16px; height:16px; fill: currentColor !important;
}
.quick-links .elementor-icon-list-item:hover .elementor-icon-list-icon{
  transform: translateX(1px);
  background: rgba(212,162,81,.18);
  border-color: rgba(212,162,81,.5);
}

/* link text (no underline on hover) */
.quick-links .elementor-icon-list-item a,
.quick-links .elementor-icon-list-item a:visited{
  color: var(--ql-text) !important;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: .005em;
  text-decoration: none !important;
  transition: color .20s ease;
}
.quick-links .elementor-icon-list-item a:hover{
  color: var(--ql-hover) !important;     /* brand red on hover */
  text-decoration: none !important;      /* keep it clean */
}

/* accessibility: show clear but elegant focus for keyboard users */
.quick-links .elementor-icon-list-item a:focus-visible{
  outline: 2px dashed var(--ql-hover);
  outline-offset: 3px;
  border-radius: 8px;
}

/* mobile tweaks */
@media (max-width: 767px){
  .quick-links .elementor-icon-list-item{
    padding:8px 12px;
  }
  .quick-links .elementor-icon-list-icon{
    width:22px; min-width:22px; height:22px;
  }
  .quick-links .elementor-icon-list-icon svg{
    width:14px; height:14px;
  }
}
:root{
  --accent: #D11F29;      /* brand red */
  --gold:   #D4A251;      /* brand gold */
  --text:   #1E1E1E;
  --glass:  rgba(255,255,255,0.58);
  --glass-strong: rgba(255,255,255,0.72);
}
/* Main glass panel */
header.site-header .main-header.col-full{
  position: relative;
  background:
    linear-gradient(180deg, rgba(212,162,81,.12) 0%, rgba(212,162,81,.06) 100%),
    var(--glass);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(212,162,81,.35);
  border-radius: 16px;
  box-shadow:
    0 12px 28px rgba(17,24,39,.08),
    0 2px 8px rgba(212,162,81,.12);
  padding: 16px 22px;
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, padding .25s ease;
  overflow: visible;
}

/* soft top sheen */
header.site-header .main-header.col-full::before{
  content:""; position:absolute; inset:0; pointer-events:none; border-radius:inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.40) 0%, rgba(255,255,255,0) 55%);
}

/* gold glow line under header */
header.site-header .main-header.col-full::after{
  content:"";
  position:absolute; left:12px; right:12px; bottom:-1px; height:2px; border-radius:2px; pointer-events:none;
  background: linear-gradient(90deg,
    rgba(212,162,81,0) 0%,
    rgba(212,162,81,.50) 20%,
    rgba(212,162,81,.75) 50%,
    rgba(212,162,81,.50) 80%,
    rgba(212,162,81,0) 100%);
}

/* Sticky state: a touch tighter + stronger glass */
.elementor-sticky--effects header.site-header .main-header.col-full{
  padding: 10px 18px;
  background:
    linear-gradient(180deg, rgba(212,162,81,.14) 0%, rgba(212,162,81,.08) 100%),
    var(--glass-strong);
  border-color: rgba(212,162,81,.55);
  box-shadow:
    0 14px 40px rgba(17,24,39,.12),
    0 10px 24px rgba(212,162,81,.18);
}

/* Hide any theme seam and keep the mini-cart visible */
#masthead, .site-header{ margin-bottom:-2px !important; overflow:visible !important; }
/* Works for Elementor Site Logo widget */
header.site-header .site-logo img{
  transition: transform .25s ease, filter .25s ease;
  transform-origin: left center;
}
.elementor-sticky--effects header.site-header .site-logo img{
  transform: scale(.92);
}

/* gentle radial highlight on hover */
header.site-header .site-logo a{ position:relative; display:inline-block; }
header.site-header .site-logo a::after{
  content:""; position:absolute; inset:-8px; border-radius:999px; pointer-events:none;
  background: radial-gradient(60% 60% at 50% 30%, rgba(212,162,81,.36), rgba(212,162,81,0));
  opacity:0; transition:opacity .25s ease;
}
header.site-header .site-logo a:hover::after{ opacity:1; }
/* Base */
header .elementor-nav-menu--main .elementor-item{
  color: var(--text);
  font-weight: 600;
  letter-spacing: .02em;
  padding: 10px 14px;
  border-radius: 999px;
  position: relative;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

/* Soft chip + gold underline on hover */
header .elementor-nav-menu--main .elementor-item:hover{
  background: rgba(212,162,81,.12);
}
header .elementor-nav-menu--main .elementor-item::after{
  content:""; position:absolute; left:12px; right:12px; bottom:6px; height:2px;
  border-radius:2px; opacity:.85; transform:scaleX(0); transform-origin:left;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transition: transform .22s ease;
}
header .elementor-nav-menu--main .elementor-item:hover::after{ transform:scaleX(1); }

/* Current page */
header .elementor-nav-menu--main .elementor-item.elementor-item-active{
  color: var(--accent);
  background: rgba(212,162,81,.10);
}

/* Accessibility: visible keyboard focus */
header .elementor-nav-menu--main .elementor-item:focus-visible{
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 12px;
}
header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle{
  border: 1px solid rgba(212,162,81,.45);
  background: linear-gradient(180deg, rgba(212,162,81,.10), rgba(255,255,255,.20));
  backdrop-filter: blur(8px) saturate(150%);
  -webkit-backdrop-filter: blur(8px) saturate(150%);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(212,162,81,.18);
  padding: 10px 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}
header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(212,162,81,.22);
}
/* Elementor’s dropdown container */
header .elementor-nav-menu--dropdown,
header .e-n-menu-dropdown{
  background:
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(212,162,81,.08) 100%);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border: 1px solid rgba(212,162,81,.35);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(17,24,39,.14);
}

header .elementor-nav-menu--dropdown a.elementor-item{
  padding: 12px 16px;
  border-radius: 10px;
}
header .elementor-nav-menu--dropdown a.elementor-item:hover{
  background: rgba(212,162,81,.12);
}
/* ==== Footer layout: apply ONLY in the footer ==== */
.elementor-location-footer .foot-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;   /* Brand a tad wider */
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}

/* Make sure direct child columns behave like grid items */
.elementor-location-footer .foot-wrap > .e-con,
.elementor-location-footer .foot-wrap > .elementor-column {
  min-width: 0;          /* prevent overflow / text crunching */
  margin: 0 !important;  /* remove column margins if any */
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
  .elementor-location-footer .foot-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile: single column */
@media (max-width: 767px) {
  .elementor-location-footer .foot-wrap {
    grid-template-columns: 1fr;
  }
}

/* Safety: in case anything set writing-mode/columns somewhere */
.elementor-location-footer .foot-wrap {
  writing-mode: horizontal-tb !important;
  column-count: initial !important;
}
/* =========================
   Footer 3-column alignment
   ========================= */
.elementor-location-footer .foot-wrap{
  width:100%;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));  /* 3 equal columns */
  gap: clamp(24px, 3vw, 56px);
  align-items: start; /* align column content at the top */
}

/* Make sure direct child columns act like clean grid items */
.elementor-location-footer .foot-wrap > .e-con,
.elementor-location-footer .foot-wrap > .elementor-column{
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;           /* kill stray padding inside grid items */
}

/* Normalise heading and first-child spacing in each column */
.elementor-location-footer .foot-wrap h1,
.elementor-location-footer .foot-wrap h2,
.elementor-location-footer .foot-wrap h3,
.elementor-location-footer .foot-wrap .elementor-heading-title{
  margin-top: 0 !important;         /* same baseline */
}

/* Consistent vertical rhythm inside each column */
.elementor-location-footer .footer-brand > .elementor-widget:not(:last-child),
.elementor-location-footer .footer-links > .elementor-widget:not(:last-child),
.elementor-location-footer .footer-support > .elementor-widget:not(:last-child){
  margin-bottom: clamp(8px, 1.2vw, 16px);
}

/* Slightly tighten the tagline under the brand name */
.elementor-location-footer .footer-brand .elementor-heading-title + .elementor-widget{
  margin-top: clamp(4px, .8vw, 10px) !important;
}

/* Tablet: 2 columns */
@media (max-width: 1024px){
  .elementor-location-footer .foot-wrap{
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile: single column */
@media (max-width: 767px){
  .elementor-location-footer .foot-wrap{
    grid-template-columns: 1fr;
  }
}

/* Safety: in case some widget introduced odd writing-modes or columns */
.elementor-location-footer .foot-wrap{
  writing-mode: horizontal-tb !important;
  column-count: initial !important;
}

/* ------------- OPTIONAL: fallback if you didn't add classes ------------- */
.elementor-location-footer .foot-wrap > .e-con:nth-child(1) { /* left column */
  /* acts like .footer-brand */
}
.elementor-location-footer .foot-wrap > .e-con:nth-child(2) { /* middle column */
  /* acts like .footer-links */
}
.elementor-location-footer .foot-wrap > .e-con:nth-child(3) { /* right column */
  /* acts like .footer-support */
}
:root{
  --gold: #D4A251;
  --text: #1E1E1E;
  --accent: #D11F29; /* already in use */
}

/* Polished title */
.foot-title .elementor-heading-title{
  position: relative;
  color: var(--text);
  letter-spacing: .01em;
  margin: 0 0 28px;
}

/* soft gold pill before */
.foot-title .elementor-heading-title::before{
  content:"";
  position:absolute; left:-28px; top:10px;
  width:10px; height:10px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #fff 0%, #fff0 55%),
              var(--gold);
  box-shadow: 0 0 0 4px rgba(212,162,81,.12);
}

/* gradient underline */
.foot-title .elementor-heading-title::after{
  content:"";
  position:absolute; left:0; bottom:-12px;
  width:88px; height:4px; border-radius:999px;
  background: linear-gradient(90deg, var(--gold) 0%, rgba(212,162,81,0) 100%);
  box-shadow: 0 2px 10px rgba(212,162,81,.35);
}
:root{
  --gold: #D4A251;
  --gold-deep: #9A6A19;
  --text: #1E1E1E;
}

/* Turn the one Text Editor widget into a gold-glass card */
.foot-support{
  position: relative;
  padding: clamp(16px, 2vw, 22px);
  border-radius: 16px;
  border: 1px solid rgba(212,162,81,.35);
  background:
    linear-gradient(180deg, rgba(212,162,81,.12), rgba(212,162,81,.06)),
    rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(6px) saturate(150%);
  backdrop-filter: blur(6px) saturate(150%);
  box-shadow: 0 12px 28px rgba(17,24,39,.08);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.foot-support:hover{
  border-color: rgba(212,162,81,.55);
  box-shadow: 0 16px 36px rgba(17,24,39,.12);
}

/* Inner layout spacing */
.foot-support__inner{
  color: var(--text);
}

/* Polished title with gold underline */
.foot-support__title{
  position: relative;
  margin: 0 0 18px;
  font-weight: 700;
  letter-spacing: .02em;
}
.foot-support__title::after{
  content:"";
  position:absolute; left:0; bottom:-10px;
  width:120px; height:3px; border-radius:999px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

/* List reset & spacing */
.foot-support__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 12px;
}
.foot-support__list li{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
  font-weight: 500;
}

/* Icon badge */
.foot-support__list .ico{
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 999px;
  background: #F7EAD5;             /* soft gold tint */
  box-shadow: inset 0 0 0 1px rgba(212,162,81,.22), 0 1px 6px rgba(212,162,81,.18);
}
.foot-support__list .ico svg{
  width: 18px; height: 18px;
  color: var(--gold-deep);
}

/* Make sure link colors inside this block remain readable */
.foot-support a{
  color: var(--text);
  text-decoration: none;
}
.foot-support a:hover{
  color: var(--gold-deep);
  text-decoration: underline;
  text-underline-offset: .18em;
}
/* ===== Vars (tweak if you like) ===== */
:root{
  --ink: #1E1E1E;
  --muted: #4B5563;
  --paper: #ffffff;
  --glass: rgba(255,255,255,.92);
  --gold: #D4A251;
  --gold-deep: #B78638;
  --gold-soft: rgba(212,162,81,.22);
  --ring: rgba(212,162,81,.45);
}

/* ===== Card ===== */
.foot-support{
  background:
    linear-gradient(180deg, rgba(212,162,81,.06) 0%, rgba(212,162,81,.02) 100%),
    var(--glass);
  border: 1px solid var(--ring);
  border-radius: 18px;
  box-shadow:
    0 16px 40px rgba(17,24,39,.08),
    0 2px 6px rgba(212,162,81,.12);
  padding: 22px;
  max-width: 560px;           /* adjust inside your layout if needed */
}

.foot-support__inner{
  position: relative;
}

/* Title with accent rule */
.foot-support__title{
  margin: 0 0 16px 0;
  font-weight: 700;
  font-size: 1.35rem;         /* match your Quick Links heading size if desired */
  color: var(--ink);
  letter-spacing: .2px;
  position: relative;
}
.foot-support__title::after{
  content:"";
  display:block;
  width: 64px;
  height: 3px;
  margin-top: 10px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
}

/* List layout */
.foot-support__list{
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  row-gap: 14px;
}

.foot-support__list li{
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 12px;
  color: var(--ink);
  font-weight: 600;
}

/* Icon bubble */
.foot-support .ico{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 100% at 25% 20%, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 55%),
    var(--gold-soft);
  border: 1px solid rgba(212,162,81,.45);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.6),
    0 6px 14px rgba(212,162,81,.18);
  color: var(--gold-deep);     /* SVG icon color */
}

/* Links */
.foot-support__link{
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease, text-underline-offset .2s ease;
}
.foot-support__link:hover,
.foot-support__link:focus{
  color: var(--gold-deep);
  border-bottom-color: rgba(212,162,81,.45);
  text-underline-offset: .18em;
  outline: none;
}

/* Make the time text visually match links (optional) */
.foot-support time{
  color: var(--ink);
}

/* Responsive tweak */
@media (max-width: 767px){
  .foot-support{ padding: 16px; }
  .foot-support__title{ margin-bottom: 12px; font-size: 1.2rem; }
  .foot-support__list{ row-gap: 12px; }
  .foot-support .ico{ width: 34px; height: 34px; }
  .foot-support .ico svg{ width: 16px; height: 16px; }
}
/* --- Fix link hover inside the Customer Support card --- */
.foot-support a,
.foot-support a:visited {
  color: var(--ink) !important;            /* keep readable */
  text-decoration: none !important;        /* no theme underline */
  background: transparent !important;      /* kill any highlight bg */
  box-shadow: none !important;             /* kill fancy underline effects */
  -webkit-text-fill-color: currentColor;   /* guard against fill-color tricks */
  transition: color .2s ease, border-color .2s ease;
}

/* Our intended hover state only for the card */
.foot-support a:hover,
.foot-support a:focus {
  color: var(--gold-deep) !important;                /* brand hover */
  border-bottom: 1px solid rgba(212,162,81,.45) !important;
  text-underline-offset: .18em;
  background: none !important;                       /* hard stop any bg hover */
  outline: none;
}

/* Optional: use a neat gradient bar instead of a border if you prefer */
.foot-support .foot-support__link {
  position: relative;
  display: inline-block;                              /* ensures underline behaves */
}
.foot-support .foot-support__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-deep));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}
.foot-support .foot-support__link:hover::after,
.foot-support .foot-support__link:focus::after {
  transform: scaleX(1);
}
/* Keep the link readable + kill underline/strike in the card */
.foot-support a,
.foot-support a:hover,
.foot-support a:focus,
.foot-support a:active,
.foot-support a:visited {
  color: var(--ink) !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove the animated bar entirely */
.foot-support .foot-support__link::after {
  content: none !important;
}

/* Just in case something injects a strike tag */
.foot-support del,
.foot-support s {
  text-decoration: none !important;
}
/* ===========================================================
   FIX PACK — kill the skinny gap under header + restore
   the gold-tinted footer background (Elementor + Shoptimizer)
   Paste at the VERY END of Site Settings CSS
   =========================================================== */

/* 1) HEADER — no seam, no spacer, first block starts flush */
#masthead,
.site-header,
header.elementor-location-header{
  margin-bottom:-3px !important;   /* hides any 1px seam under header */
  overflow:visible !important;     /* keep mini-cart visible */
  border-bottom:0 !important;
}

/* The very next wrapper after the header must NOT add space */
:is(header.elementor-location-header,#masthead,.site-header)
  + :is(.elementor,.site-content,#content,main,.site-main){
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
}

/* First Elementor section/container starts absolutely flush */
header.elementor-location-header + .elementor
  > :is(.e-con,.elementor-section):first-child{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Storefront/Shoptimizer spacer directly under header */
.site-header + .col-full-nav{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* Nuke faint top rules that look like a “hairline gap” */
.site-content::before,
.site-content .col-full::before,
#content::before,
.content-area::before,
.col-full::before{
  content:none !important;
  display:none !important;
  border:0 !important;
  background:none !important;
}

/* If you use an announcement bar, don't let it create a gap */
#announcement-bar, #announcement-ba{
  margin-bottom:0 !important;
  position:relative;
  z-index:1001;
}

/* 2) FOOTER — restore soft gold vellum everywhere */
#colophon.site-footer,
.site-footer,
footer.elementor-location-footer{
  position:relative;
  background:
    radial-gradient(120% 60% at 0% 0%, rgba(212,162,81,.06) 0%, rgba(212,162,81,0) 60%),
    radial-gradient(120% 60% at 100% 0%, rgba(212,162,81,.06) 0%, rgba(212,162,81,0) 60%),
    linear-gradient(180deg, rgba(212,162,81,.08) 0%, rgba(255,255,255,0) 40%),
    #FFFFFF !important;
  border-top:1px solid rgba(212,162,81,.30) !important;
  box-shadow: inset 0 30px 80px rgba(17,24,39,.03) !important;
  margin-top:auto; flex-shrink:0; clear:both;   /* sticky footer safety */
}

/* Subtle top sheen (kept even if the theme removed it) */
#colophon.site-footer::before,
.site-footer::before,
footer.elementor-location-footer::before{
  content:"";
  position:absolute; left:0; right:0; top:0; height:6px;
  background:linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0));
  pointer-events:none;
}

/* Inner wrappers MUST stay transparent or they’ll paint white */
#colophon .col-full,
.site-footer .col-full,
footer.elementor-location-footer .elementor-container,
footer.elementor-location-footer .e-con{
  background:transparent !important;
}

/* 3) STICKY FOOTER skeleton (keeps footer at bottom on short pages) */
html,body{height:100%}
body > .site, body > #page{min-height:100%; display:flex; flex-direction:column}
.site-content,#content,.site-main,main#main{flex:1 0 auto}

/* Optional: Account pages safe space so chat bubble doesn’t overlap */
:root{ --account-bottom-safe:96px }
@media (min-width:1025px){ :root{ --account-bottom-safe:64px } }
body.woocommerce-account .site-content,
body.woocommerce-account #content,
body.woocommerce-account .site-main{
  padding-bottom:var(--account-bottom-safe) !important;
}
/* =========================================================
   HARD FIX — 1) Kill header gap  2) Restore gold footer tint
   Paste at the VERY END of Site Settings CSS
   ========================================================= */

/* ---------- 1) HEADER: remove the skinny gap ---------- */
/* Never let the header leave a seam */
#masthead,
.site-header,
header.elementor-location-header{
  margin-bottom:-3px !important;
  overflow:visible !important;         /* keep mini-cart visible */
  border-bottom:0 !important;
}

/* Elementor’s sticky placeholder often causes the blank strip */
.elementor-sticky__spacer{
  height:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}

/* The very next wrapper after the header must start flush */
:is(header.elementor-location-header,#masthead,.site-header)
  + :is(.elementor,.site-content,#content,main,.site-main){
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
}

/* First Elementor section/container: absolutely flush */
header.elementor-location-header + .elementor
  > :is(.e-con,.elementor-section):first-child{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Theme separators that masquerade as a "gap" */
#masthead::after,
.site-header::after,
header.elementor-location-header::after,
.site-content::before,
.site-content .col-full::before,
#content::before,
.content-area::before,
.col-full::before{
  content:none !important;
  display:none !important;
}

/* Announcement bar should not introduce space */
#announcement-bar, #announcement-ba{ margin-bottom:0 !important; }

/* Storefront/Shoptimizer spacer under header */
.site-header + .col-full-nav{
  display:none !important; height:0 !important; margin:0 !important; padding:0 !important;
  border:0 !important; background:transparent !important; box-shadow:none !important;
}

/* ---------- 2) FOOTER: restore the gold vellum ---------- */
#colophon.site-footer,
.site-footer,
footer.elementor-location-footer{
  position:relative;
  background:
    radial-gradient(120% 60% at 0% 0%, rgba(212,162,81,.06) 0%, rgba(212,162,81,0) 60%),
    radial-gradient(120% 60% at 100% 0%, rgba(212,162,81,.06) 0%, rgba(212,162,81,0) 60%),
    linear-gradient(180deg, rgba(212,162,81,.08) 0%, rgba(255,255,255,0) 40%),
    #FFFFFF !important;
  border-top:1px solid rgba(212,162,81,.30) !important;
  box-shadow: inset 0 30px 80px rgba(17,24,39,.03) !important;
  margin-top:auto; flex-shrink:0; clear:both;
}

/* Tiny sheen at top of footer */
#colophon.site-footer::before,
.site-footer::before,
footer.elementor-location-footer::before{
  content:""; position:absolute; left:0; right:0; top:0; height:6px;
  background:linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0));
  pointer-events:none;
}

/* Make common footer wrappers transparent so they don’t paint white */
#colophon .col-full,
.site-footer .col-full,
footer.elementor-location-footer > .elementor-section,
footer.elementor-location-footer > .e-con,
footer.elementor-location-footer .elementor-container{
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* (Extra guard) If a footer SECTION itself had a white fill */
footer.elementor-location-footer .elementor-section,
footer.elementor-location-footer .e-con{
  background-color:transparent !important;
  background-image:none !important;
}

/* ---------- 3) Sticky-footer skeleton (keeps footer at bottom) ---------- */
html,body{height:100%}
body > .site, body > #page{min-height:100%; display:flex; flex-direction:column}
.site-content,#content,.site-main,main#main{flex:1 0 auto}

/* My Account safe space so chat bubble never overlaps */
:root{ --account-bottom-safe:96px }
@media (min-width:1025px){ :root{ --account-bottom-safe:64px } }
body.woocommerce-account .site-content,
body.woocommerce-account #content,
body.woocommerce-account .site-main{
  padding-bottom:var(--account-bottom-safe) !important;
}

/* ===== Header brand lockup ===== */
header.elementor-location-header .brand-stack{
  line-height: 1.05;
  margin-left: 2px; /* tiny optical nudge */
}

header.elementor-location-header .brand-title{
  font-weight: 800;
  letter-spacing: .2px;
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--text, #1E1E1E);
}

header.elementor-location-header .brand-sub{
  display: block;
  font-size: clamp(10px, .9vw, 12px);
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .75;
  color: var(--text, #1E1E1E);
}

/* Slight tighten when sticky */
.elementor-sticky--effects header.elementor-location-header .brand-title{
  font-size: clamp(16px, 1.35vw, 20px);
}
.elementor-sticky--effects header.elementor-location-header .brand-sub{
  opacity: .7;
}

/* If you didn't use Elementor's Responsive hide for the tagline, this will hide it on phones */
@media (max-width: 767px){
  header.elementor-location-header .brand-sub{ display:none; }
}
/* Tidy the brand block next to the logo */
header.elementor-location-header .brand-stack{
  display:flex; flex-direction:column; gap:3px;
  line-height:1.08;
  /* keep the block from getting too wide or wrapping oddly */
  max-width: 360px;
}

/* Title sizing: compact on desktop, tighter when sticky */
header.elementor-location-header .brand-title{
  margin:0;
  font-weight:800;
  letter-spacing:.2px;
  /* smaller than now so header height drops */
  font-size: clamp(22px, 1.8vw, 30px);
  color: var(--text, #1E1E1E);
  white-space: nowrap;               /* keep on one line on desktop */
}

.elementor-sticky--effects header.elementor-location-header .brand-title{
  font-size: clamp(20px, 1.6vw, 26px);
}

/* Tagline */
header.elementor-location-header .brand-sub{
  margin:0;
  font-size: clamp(10px, .9vw, 12px);
  text-transform: uppercase;
  letter-spacing:.08em;
  opacity:.78;
  color: var(--text, #1E1E1E);
}

/* Mobile: show logo, keep title modest, hide the tagline */
@media (max-width: 1024px){
  header.elementor-location-header .brand-title{
    font-size: clamp(18px, 2.4vw, 22px);
  }
}
@media (max-width: 767px){
  header.elementor-location-header .brand-sub{ display:none; }
  header.elementor-location-header .brand-title{ white-space:normal; } /* allow wrap on phones */
}

/* Ensure the whole header row stays nicely centered vertically */
header.elementor-location-header .elementor-container,
header.elementor-location-header .e-con{
  align-items: center !important;
}
/* ===== Center the nav by balancing left/right blocks ===== */
@media (min-width:1025px){
  /* Row container */
  #site-header.logo-block{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
  }

  /* Let the middle menu grow; sides have equal fixed range */
  #site-header .header-center{ flex:1 1 auto; }

  /* Left + Right widths equal (your right class is 'header-rig') */
  #site-header .brand-stack,
  #site-header .header-rig,
  #site-header .header-right{              /* works if you later rename to header-right */
    flex:0 0 clamp(260px, 24vw, 360px);    /* tweak numbers if needed */
    margin:0;                              /* kill stray margins */
  }

  /* Keep menu items on one line and truly centered */
  #site-header .elementor-nav-menu--main{
    display:flex; flex-wrap:nowrap; justify-content:center;
  }
  #site-header .elementor-nav-menu{ white-space:nowrap; }
  #site-header .elementor-nav-menu a.elementor-item{ padding:0 12px; }
}
/* ===== Our Story CTA: brown fill + red→gold border + gold SVG arrow ===== */
#story-cta .elementor-button{
  --brown:#8A5A06;
  --brown-hover:#744807;
  --gold:#C8A24A;
  --red:#C7462B;

  position:relative;
  background:var(--brown);
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
  padding:.9rem 1.6rem;
  border:none;
  border-radius:9999px;
  box-shadow:0 8px 24px rgba(138,90,6,.18);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  overflow:visible;
}

/* gradient ring (red → gold) around the pill */
#story-cta .elementor-button::before{
  content:"";
  position:absolute;
  inset:-2px;                      /* thickness of ring */
  border-radius:inherit;
  background:linear-gradient(90deg, var(--red), var(--gold));
  z-index:-1;
}
#story-cta .elementor-button:hover{
  background:var(--brown-hover);
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(138,90,6,.22);
}
#story-cta .elementor-button:focus-visible{
  outline:none;
  box-shadow:0 0 0 3px #fff, 0 0 0 6px var(--gold); /* accessible focus ring */
}

/* gold arrow SVG before the text */
#story-cta .elementor-button .elementor-button-text{
  display:inline-flex; align-items:center; gap:.5rem;
}
#story-cta .elementor-button .elementor-button-text::before{
  content:"";
  width:18px; height:18px;
  background:no-repeat center/contain
    url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">\
<path d="M4 12h14M12 6l6 6-6 6" stroke="%23C8A24A" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
</svg>');
  transition:transform .15s ease;
}
#story-cta .elementor-button:hover .elementor-button-text::before{
  transform:translateX(2px);
}

/* (Optional) subtle red→gold glow under the button — uncomment if you like */
/*
#story-cta .elementor-button::after{
  content:""; position:absolute; left:50%; top:100%; transform:translate(-50%,-28%);
  width:80%; height:60%; pointer-events:none;
  background:radial-gradient(ellipse at center, rgba(199,70,43,.10), transparent 70%),
             radial-gradient(ellipse at center, rgba(200,162,74,.10), transparent 70%);
  filter:blur(10px); z-index:-2;
}
*/
#story-cta .elementor-button{
  background:
    linear-gradient(90deg, rgba(0,0,0,.06), rgba(0,0,0,.16)), /* contrast overlay */
    linear-gradient(90deg,#C7462B 0%, #C8A24A 100%);
  color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.18);
}
#story-cta .elementor-button .elementor-button-text::before{ /* white arrow as above */ }
/* ---- Button gradient to reuse on text ---- */
:root{
  --button-grad: linear-gradient(135deg, #C77A2A, #8C5A21);
}

/* ---- Gradient text for headings ---- */
.gold-heading--gradient{
  background-image: var(--button-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; /* required for Safari/Chrome */
  color: transparent;                   /* fallback */
  font-weight: 800;
  letter-spacing: .2px;
}

/* Slightly stronger contrast on hover (optional) */
.gold-heading--gradient:hover{
  filter: brightness(1.07);
}

@media (max-width: 767px){
  .gold-heading--gradient{
    line-height: 1.15;
  }
}
/* ==== Brand variables (safe defaults if globals aren't mapped) ==== */
:root{
  --brand-red: #D11F29;           /* Primary */
  --brand-red-hover: #B51B25;     /* Primary Hover */
  --brand-gold: #D4A251;          /* Accent Gold */
  --brand-gold-dark: #B7832F;     /* Accent Gold Dark (hover) */
  --brand-text: #1E1E1E;          /* Text */
}

/* ===============================
   NEWSLETTER — INPUT + BUTTON
   Target container with class: newsletter--brand
   =============================== */
.newsletter--brand input[type="email"],
.newsletter--brand input[type="text"],
.newsletter--brand .elementor-field-type-email .elementor-field,
.newsletter--brand .elementor-field-group .elementor-field {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--brand-gold) !important; /* the underline */
  border-radius: 0 !important;
  color: var(--brand-text) !important;
  padding: 18px 0 !important;
  box-shadow: none !important;
}

.newsletter--brand input::placeholder,
.newsletter--brand .elementor-field::placeholder {
  color: rgba(212,162,81,.85) !important;           /* warm gold placeholder */
  letter-spacing: .18em;                             /* luxury spacing */
}

.newsletter--brand input:focus,
.newsletter--brand .elementor-field:focus {
  outline: none !important;
  border-color: var(--brand-gold-dark) !important;
  box-shadow: 0 0 0 4px rgba(212,162,81,.14) !important; /* soft glow */
}

/* Subscribe button – same language as Add to cart */
.newsletter--brand .elementor-button,
.newsletter--brand button[type="submit"] {
  padding: 16px 32px !important;
  border: 0 !important;
  border-radius: 9999px !important;
  color: #fff !important;
  font-weight: 700 !important;
  background-image: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-dark)) !important;
  box-shadow: 0 8px 22px rgba(212,162,81,.28) !important;
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease !important;
}

.newsletter--brand .elementor-button:hover,
.newsletter--brand button[type="submit"]:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(183,131,47,.36) !important;
}

/* Keep the whole row feeling premium on mobile */
@media (max-width: 767px){
  .newsletter--brand .elementor-button{ width: 100%; }
}

/* ===============================
   SOCIAL ICONS — PREMIUM BADGES
   Target widget with class: social-icons--brand
   =============================== */
.social-icons--brand .elementor-social-icon {
  width: 48px; height: 48px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  /* Gold fill + subtle red ring to echo your logo */
  background-image: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-dark));
  color: #fff;
  box-shadow:
    0 6px 18px rgba(212,162,81,.25),
    inset 0 0 0 2px var(--brand-red);   /* fine red ring */
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.social-icons--brand .elementor-social-icon:hover {
  background-image: linear-gradient(135deg, var(--brand-gold-dark), #8C5A21);
  box-shadow:
    0 10px 24px rgba(212,162,81,.35),
    inset 0 0 0 2px var(--brand-red-hover);
  transform: translateY(-1px);
}

/* Ensure SVG icons render in white if needed */
.social-icons--brand .elementor-social-icon svg,
.social-icons--brand .elementor-social-icon i {
  fill: currentColor; color: #fff;
}
/* ===============================
   SOCIAL ICONS — GOLD COIN REFINEMENT
   Target widget with class: social-icons--brand
   =============================== */
.social-icons--brand .elementor-social-icon,
.social-icons--brand .elementor-icon,
.social-icons--brand a.elementor-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  /* Clean gold coin look */
  background-image: linear-gradient(135deg, var(--brand-gold), var(--brand-gold-dark)) !important;
  color: #fff !important;
  border: 0 !important;
  padding: 0 !important;

  /* Soft premium shadow */
  box-shadow: 0 10px 22px rgba(212,162,81,.28) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
  overflow: hidden !important;
}

/* Make sure the glyphs are crisp white */
.social-icons--brand .elementor-social-icon i,
.social-icons--brand .elementor-social-icon svg,
.social-icons--brand .elementor-icon i,
.social-icons--brand .elementor-icon svg {
  color: #fff !important;
  fill: currentColor !important;
  width: 22px; height: 22px;    /* balanced glyph size */
}

/* Remove any default inner squares/padding Elementor might add */
.social-icons--brand .elementor-icon svg,
.social-icons--brand .elementor-icon i {
  background: transparent !important;
  border: 0 !important;
}

/* Hover: subtle lift + slight brightness like the buttons */
.social-icons--brand .elementor-social-icon:hover,
.social-icons--brand .elementor-icon:hover,
.social-icons--brand a.elementor-icon:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 12px 26px rgba(183,131,47,.36) !important;
}

/* Optional: tidy spacing between icons (Elementor grid sometimes tight) */
.social-icons--brand .elementor-grid .elementor-grid-item:not(:last-child) {
  margin-right: 10px;
}
/* Hide the extra "View cart" link that appears under product cards */
.woocommerce ul.products li.product a.added_to_cart.wc-forward,
.woocommerce-page ul.products li.product a.added_to_cart.wc-forward,
.elementor-widget-archive-products a.added_to_cart.wc-forward,
.woocommerce-card__header a.added_to_cart.wc-forward,
.products .product a.added_to_cart.wc-forward {
  display: none !important;
}
html, body { height: 100%; }
body > .site, body > #page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.site-content, #content, .site-main, main#main {
  flex: 1 0 auto;
}
/* ====== Brand tokens ====== */
:root{
  --brand-red: #B51C1C;
  --brand-red-hover: #8F1515;
  --brand-cream: #F7E9D5;
  --brand-cream-hover: #EFD7B6;
  --muted-text: #6B6B6B;
}

/* ====== First footer column (container) ====== */
.footer-first{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  gap:12px;                 /* space between logo/desc/socials */
  padding:8px 12px;
  flex:0 0 28%;             /* ~28% width on desktop to balance 3 columns */
  max-width:28%;
}

/* Image Box (logo + text) */
.footer-first .elementor-image-box-title{
  display:none;             /* we don’t use an Image Box title */
}
.footer-first .elementor-image-box-img img{
  width:130px;              /* desktop logo size */
  height:auto;
}
.footer-first .elementor-image-box-description{
  color:var(--muted-text);
  font-size:14px;
  line-height:1.6;
  max-width:32ch;           /* keep the blurb tidy */
  margin-top:6px;
}

/* ====== Social Icons styling (on-brand) ====== */
.footer-social{
  margin-top:10px;
}

/* Wrap (makes spacing consistent even if widget settings vary) */
.footer-social .elementor-social-icons-wrapper{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}

/* Each icon button */
.footer-social .elementor-social-icon{
  background:var(--brand-cream);
  color:var(--brand-red);
  border-radius:12px;       /* soft rounded pill */
  width:42px;
  height:42px;
  line-height:42px;         /* vertically center for <i> icons */
  text-align:center;
  font-size:22px;           /* icon size */
  transition:transform .18s ease, background-color .18s ease, color .18s ease;
}

/* Normalize SVG icons as well */
.footer-social .elementor-social-icon svg{
  width:22px; height:22px;
}

/* Hover state */
.footer-social .elementor-social-icon:hover{
  background:var(--brand-cream-hover);
  color:var(--brand-red-hover);
  transform:translateY(-1px) scale(1.04);
}

/* ====== Responsive tweaks ====== */
@media (max-width: 1024px){   /* Tablet */
  .footer-first{
    flex-basis:45%;
    max-width:45%;
  }
  .footer-first .elementor-image-box-img img{
    width:118px;
  }
}

@media (max-width: 767px){    /* Mobile */
  .footer-first{
    flex-basis:100%;
    max-width:100%;
    align-items:center;        /* center the column content */
    text-align:center;
    padding:6px;
  }
  .footer-first .elementor-image-box-description{
    max-width:38ch;           /* a touch wider for mobile */
  }
  .footer-social .elementor-social-icons-wrapper{
    justify-content:center;
  }
}
/* Shared column behaviour */
.footer-col{
  display:flex;
  flex-direction:column;
  gap:10px;
}

/* Headings in footer */
.footer-col .elementor-heading-title{
  font-weight:700;
  font-size:20px;
  line-height:1.3;
  color:#121A2A;              /* deep navy */
  letter-spacing:.2px;
  margin:0 0 6px 0;
}

/* Lists & nav items */
.footer-links a,
.footer-col .elementor-icon-list-item a,
.footer-col .menu-item a{
  color:#1F2B43;              /* navy-400 */
  text-decoration:none;
  position:relative;
  transition:color .18s ease;
}

/* Subtle underline on hover */
.footer-links a::after,
.footer-col .elementor-icon-list-item a::after,
.footer-col .menu-item a::after{
  content:"";
  position:absolute;
  left:0; bottom:-2px;
  width:0; height:1px;
  background:#B51C1C;        /* brand red */
  transition:width .18s ease;
}

.footer-links a:hover,
.footer-col .elementor-icon-list-item a:hover,
.footer-col .menu-item a:hover{
  color:#B51C1C;
}
.footer-links a:hover::after,
.footer-col .elementor-icon-list-item a:hover::after,
.footer-col .menu-item a:hover::after{
  width:100%;
}

/* Space between list items */
.footer-col .elementor-icon-list-items .elementor-icon-list-item,
.footer-col .menu > li{
  margin:6px 0;
}

/* Contact column line-height and spacing */
.footer-col .elementor-widget-text-editor,
.footer-col .elementor-widget-icon-list{
  line-height:1.8;
}

/* Column widths (desktop) */
.footer-first{ flex:0 0 28%; max-width:28%; }
.footer-col{   flex:0 0 24%; max-width:24%; }

/* Tablet */
@media (max-width: 1024px){
  .footer-first,
  .footer-col{ flex-basis:45%; max-width:45%; }
}

/* Mobile */
@media (max-width: 767px){
  .footer-first,
  .footer-col{ flex-basis:100%; max-width:100%; }
  .footer-col .elementor-heading-title{ text-align:center; }
  .footer-links .elementor-icon-list-items,
  .footer-col .menu,
  .footer-col .elementor-widget-text-editor{ text-align:center; }
}
/* ====== Global footer surface ====== */
.elementor-location-footer{
  background: linear-gradient(180deg,#FBF4E6 0%,#F7EBD4 100%);
  border-top: 1px solid #EAD8B0;
  color:#1F2A44;
  /* palette from your logo */
  --bs-gold:#E4B869;
  --bs-red:#B22424;
  --bs-red-dark:#951B1B;
  --bs-navy:#1F2A44;
  --bs-muted:#5B6A87;
}

/* ====== Top row: logo + blurb + social ====== */
.footer-first{
  display:flex; align-items:center; gap:32px;
  padding:36px 0; border-bottom:1px solid #EAD8B0;
}

/* Logo & blurb */
.footer-brand .elementor-image-box-img img{
  width:76px;height:76px;border-radius:50%;
  box-shadow:0 0 0 4px rgba(228,184,105,.15);
}
.footer-brand .elementor-image-box-title{ margin:0 0 6px; }
.footer-brand .elementor-image-box-description{
  margin:0; line-height:1.6; color:var(--bs-muted);
}

/* Social icons */
.footer-social .elementor-icon{
  background:var(--bs-red); color:#fff; border-radius:12px;
  width:44px;height:44px; display:inline-flex;align-items:center;justify-content:center;
  transition:transform .2s, box-shadow .2s, background .2s;
}
.footer-social .elementor-icon:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(178,36,36,.25);
  background:var(--bs-red-dark);
}

/* ====== Columns (Services / Links / Contact) ====== */
.footer-col{ padding:28px 0 6px; }

.footer-title{
  margin:0 0 14px; font-weight:800; letter-spacing:.2px; color:var(--bs-navy);
}

/* Icon List & general links (Services + Contact list) */
.footer-list a{
  color:var(--bs-navy); text-decoration:none; border-bottom:1px solid transparent;
  transition:color .2s, border-color .2s;
}
.footer-list a:hover{ color:var(--bs-red); border-bottom-color:var(--bs-gold); }

/* The list bullets/icons */
.footer-list .elementor-icon-list-icon{ color:var(--bs-gold); }
.footer-list .elementor-icon-list-item{ margin-bottom:10px; }

/* Quick Links = WordPress Menu widget inside .footer-links */
.footer-links nav, .footer-links .menu{
  list-style:none; margin:0; padding:0;
}
.footer-links a{
  color:var(--bs-navy); text-decoration:none; display:inline-block; padding:4px 0;
  border-bottom:1px solid transparent; transition:color .2s, border-color .2s;
}
.footer-links a:hover{ color:var(--bs-red); border-bottom-color:var(--bs-gold); }

/* Contact text block */
.footer-text{ color:var(--bs-muted); line-height:1.7; }

/* ====== Copyright bar ====== */
.footer-copy{
  background:#2F58C8; color:#fff; text-align:center;
  padding:10px 12px; border-radius:10px;
  max-width:var(--e-global-content-width,1170px);
  margin:18px auto; font-weight:600;
}

/* ====== Responsiveness ====== */
@media (max-width:1024px){
  .footer-first{ gap:20px; }
}

@media (max-width:767px){
  .footer-first{
    flex-direction:row; align-items:flex-start; gap:16px; padding:24px 0;
  }
  .footer-copy{ border-radius:0; margin:0; }
  /* tighten column spacing on mobile if needed */
  .footer-col{ padding:18px 0 0; }
}
/* Copyright line styles */
.footer-copy{
  color:#ffffff !important;             /* or #1B2A41 if bar is light */
  font-weight:500;
  letter-spacing:0.2px;
  text-align:center;
  display:block;
  padding:12px 0;                       /* matches your bar height */
}
.footer-copy a{ color:inherit; text-decoration:none; }
@media (max-width:767px){
  .footer-copy{ font-size:13px; padding:12px 16px; }
}
/* Wrapper bar */
.footer-copy-wrap{
  background:#3867F0;                /* your blue bar (swap if needed) */
  padding:12px 0;                     /* height of the bar */
  width:100%;
  text-align:center;
  z-index:10;
}

/* The actual copyright text */
.footer-copy{
  display:block;
  color:#ffffff !important;           /* readable on the blue bar */
  font-weight:500;
  letter-spacing:0.2px;
}

/* Links inside the line inherit color and stay clean */
.footer-copy a{
  color:inherit;
  text-decoration:none;
}

/* Mobile tune */
@media (max-width:767px){
  .footer-copy{ font-size:13px; padding:0 16px; }
}
/* Make the copyright readable on a light footer */
.footer-copy,
.footer-copy *{
  color:#1e293b !important;        /* deep navy on light bg */
  text-shadow:none !important;
  mix-blend-mode:normal;
  opacity:1 !important;
}

.footer-copy{
  display:inline-block;
  padding:10px 16px;
  border-radius:12px;
  background:rgba(30,41,59,.06);   /* very subtle pill backdrop */
  font-size:14px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.02em;
}

/* Links inside copyright */
.footer-copy a{
  color:#1e293b !important;
  text-decoration:none;
  border-bottom:1px solid rgba(30,41,59,.35);
  transition:border-color .2s ease;
}
.footer-copy a:hover{ border-color:#1e293b; }

@media (max-width:480px){
  .footer-copy{ padding:9px 14px; font-size:13.5px; }
}
/* === Footer copyright – refined === */
.footer-copy{
  display:inline-block;
  padding:10px 16px;
  border-radius:12px;
  color:#1e293b;                 /* dark ink on your light footer */
  font-size:14px;
  line-height:1.5;
  font-weight:600;
  letter-spacing:.02em;
  background:rgba(30,41,59,.06); /* soft pill backdrop */
  animation:footerFadeUp .45s ease both;
}

/* subtle fade/slide-in */
@keyframes footerFadeUp {
  from { opacity:0; transform: translateY(6px); }
  to   { opacity:1; transform: none; }
}

/* Links – remove default underline & add elegant hover bar */
.footer-copy a{
  position:relative;
  color:#1e293b;
  text-decoration:none;          /* remove default underline */
  /* animated underline */
  background-image:linear-gradient(currentColor,currentColor);
  background-size:0% 2px;
  background-position:0 100%;
  background-repeat:no-repeat;
  transition:background-size .25s ease, color .25s ease, opacity .2s ease;
  opacity:.92;                   /* just a touch softer by default */
}
.footer-copy a:hover{
  background-size:100% 2px;      /* grow underline from left to right */
  opacity:1;
}

/* Small screens: tighten up a bit */
@media (max-width: 480px){
  .footer-copy{ font-size:13.5px; padding:9px 14px; }
}
/* ===== Footer Copyright (force weight + clean underline) ===== */
.footer-copy{
  display:inline-block;
  padding:10px 16px;
  border-radius:12px;
  color:#1f2937;                     /* dark slate */
  font-size:14px;
  line-height:1.5;
  font-weight:700 !important;        /* force bold */
  letter-spacing:.02em;
  background:rgba(30,41,59,.06);     /* soft pill */
  animation:footerFadeUp .45s ease both;
}

/* ensure all text inside stays bold if any child resets it */
.footer-copy, .footer-copy *{
  font-weight:700 !important;
}

/* links: remove default underline/border from anywhere */
.footer-copy a{
  color:#1f2937;
  text-decoration:none !important;   /* kill browser underline */
  border:0 !important;               /* kill any older border-bottom rule */
  box-shadow:none !important;

  /* Elegant animated underline */
  position:relative;
  background-image:linear-gradient(currentColor,currentColor);
  background-size:0% 2px;
  background-position:0 100%;
  background-repeat:no-repeat;
  transition:background-size .25s ease, color .25s ease, opacity .2s ease;
  opacity:.95;
}
.footer-copy a:hover{
  background-size:100% 2px;
  opacity:1;
}

/* subtle fade-in */
@keyframes footerFadeUp {
  from { opacity:0; transform: translateY(6px); }
  to   { opacity:1; transform: none; }
}

/* small screen tweak */
@media (max-width:480px){
  .footer-copy{ font-size:13.5px; padding:9px 14px; }
}
/* -------------------------- */
/* Footer – premium copyright */
/* -------------------------- */

/* (Optional) Add this class to the container that holds the heading:
   elementor container -> Advanced -> CSS Classes: footer-copy-wrap
   It gives a subtle hairline and breathing room.  */
.footer-copy-wrap{
  border-top: 1px solid rgba(10, 20, 30, .065);
  padding: 22px 0 28px;
  margin-top: 6px;
}

/* Main line */
.footer-copy{
  display: inline-flex;
  gap: .5rem;
  align-items: baseline;
  color: #1f2a37;               /* Deep slate for contrast on your warm background */
  font-weight: 500;
  font-size: 15.5px;
  line-height: 1.6;
  letter-spacing: .01em;
  text-align: center;
  white-space: normal;
}

/* Brand emphasis */
.footer-copy .brand{
  font-weight: 800;
  letter-spacing: .2px;
}

/* Thin divider between brand and descriptor */
.footer-copy .divider{
  color: rgba(25, 30, 40, .28);
  margin: 0 .25rem;
}

/* Descriptor lighter so the brand pops */
.footer-copy .descriptor{ opacity: .82; }

/* Rights text slightly dimmed to avoid visual noise */
.footer-copy .rights{ opacity: .72; }

/* Link group */
.footer-copy .links{
  display: inline-flex;
  gap: .65rem;
  margin-left: .4rem;
}

/* Dot between links */
.footer-copy .dot{
  opacity: .38;
  margin: 0 -.1rem; /* pulls dot closer to links so it feels cohesive */
}

/* Links – tasteful hover underline grow */
.footer-copy a{
  position: relative;
  color: #0f3c76;                /* refined blue that matches your palette */
  font-weight: 600;
  text-decoration: none;
}
.footer-copy a::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  opacity: .9;
}
.footer-copy a:hover::after{
  transform: scaleX(1);
}

/* Tabular numerals for the year so it doesn’t “jitter” */
.footer-copy .y{ font-variant-numeric: tabular-nums; }

/* Responsive polish */
@media (min-width: 1024px){
  .footer-copy{ font-size: 16px; }
}
@media (max-width: 520px){
  .footer-copy{ 
    font-size: 14.5px; 
    line-height: 1.7;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: .35rem;
  }
  .footer-copy .divider{ display:none; }  /* tighter on small screens */
  .footer-copy .dot{ margin: 0; }
}
/* ===== Footer links: make Nav Menu & Icon List identical ===== */

/* Turn off Icon List bullets/icons so it looks like a plain list */
.elementor-widget-icon-list .elementor-icon-list-icon {
  display: none !important;
}
.elementor-widget-icon-list .elementor-icon-list-text {
  margin-left: 0 !important;
}

/* Base list spacing (works for both widgets) */
.elementor-widget-nav-menu .elementor-nav-menu--layout-vertical .elementor-item,
.elementor-widget-icon-list .elementor-icon-list-item a {
  display: inline-block;
  margin: 6px 0 !important;
  line-height: 1.65 !important;
}

/* Base link color (same for both) */
.elementor-widget-nav-menu .elementor-item,
.elementor-widget-icon-list .elementor-icon-list-item a {
  color: #1f2a37 !important;              /* dark slate text */
  text-decoration: none !important;
  position: relative;
  transition: color .2s ease, opacity .2s ease;
}

/* Subtle brand underline on hover (red→gold) */
.elementor-widget-nav-menu .elementor-item::after,
.elementor-widget-icon-list .elementor-icon-list-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg,#C51D1A 0%, #D8A44A 100%);
  transition: width .25s ease;
}

/* Hover/focus — same behavior on both widgets */
.elementor-widget-nav-menu .elementor-item:hover,
.elementor-widget-nav-menu .elementor-item:focus,
.elementor-widget-icon-list .elementor-icon-list-item a:hover,
.elementor-widget-icon-list .elementor-icon-list-item a:focus {
  color: #C51D1A !important;              /* brand red on hover */
}
.elementor-widget-nav-menu .elementor-item:hover::after,
.elementor-widget-nav-menu .elementor-item:focus::after,
.elementor-widget-icon-list .elementor-icon-list-item a:hover::after,
.elementor-widget-icon-list .elementor-icon-list-item a:focus::after {
  width: 18px;                             /* small underline dash */
}

/* Show active/current link with the accent too */
.elementor-widget-nav-menu .current-menu-item > .elementor-item,
.elementor-widget-icon-list .elementor-icon-list-item.elementor-item-active a {
  color: #C51D1A !important;
}
.elementor-widget-nav-menu .current-menu-item > .elementor-item::after,
.elementor-widget-icon-list .elementor-icon-list-item.elementor-item-active a::after {
  width: 18px;
}

/* Optional: comfortable tap spacing on phones */
@media (max-width: 767px){
  .elementor-widget-nav-menu .elementor-nav-menu--layout-vertical .elementor-item,
  .elementor-widget-icon-list .elementor-icon-list-item a {
    margin: 8px 0 !important;
  }
}
/* ===== Footer Nav Menu (Quick Links) — unify hover, remove Elementor arrows/underline ===== */

/* Kill the built-in arrow/indicator Elementor injects on anchors */
.footer-list .elementor-nav-menu--main .elementor-item:before,
.footer-list .elementor-nav-menu--main .elementor-item:after {
  content: none !important;
  display: none !important;
}

/* Also make sure the "active" link doesn't draw a default underline/border */
.footer-list .elementor-nav-menu--main .elementor-item.elementor-item-active {
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* Neutralize any theme underline or border on hover/active/focus */
.footer-list .elementor-nav-menu--main .elementor-item,
.footer-list .elementor-nav-menu--main .elementor-item:hover,
.footer-list .elementor-nav-menu--main .elementor-item:focus {
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Optional: match the clean hover you use in the Shop list (just color change) */
.footer-list .elementor-nav-menu--main .elementor-item {
  transition: color .2s ease;
}
.footer-list .elementor-nav-menu--main .elementor-item:hover {
  color: #C62828; /* brand red you’re using for accents */
}
/* Footer contact text (Text widget has class .footer-text) */
.footer-text a,
.footer-text a:visited{
  color:#1e2a39 !important;           /* readable ink color */
  text-decoration:none;                /* clean base */
  border-bottom:1px solid rgba(30,42,57,.12); /* subtle underline */
  transition:color .2s ease, border-color .2s ease;
}

/* Hover/focus state – make it match your brand red */
.footer-text a:hover,
.footer-text a:focus{
  color:#C62828 !important;            /* brand red */
  border-color:#C62828 !important;     /* underline matches */
  text-decoration:none;
}

/* If the email/phone are wrapped in spans, force their color too */
.footer-text a *,
.footer-text a:hover *{
  color:inherit !important;
}
/* Footer brand: center logo + text (Image Box widget) */
.footer-brand .elementor-image-box-wrapper{
  display: flex;
  align-items: center;         /* vertical centering */
  gap: 18px;                   /* space between logo and text */
}

.footer-brand .elementor-image-box-img{
  margin: 0;                   /* remove default bottom margin */
}

.footer-brand .elementor-image-box-title,
.footer-brand .elementor-image-box-description{
  margin: 0;                   /* keep text tightly aligned */
  line-height: 1.45;
}

/* Mobile: stack and center */
@media (max-width: 768px){
  .footer-brand .elementor-image-box-wrapper{
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}
/* Center logo and text inside the Image Box with class `footer-brand` */
.footer-brand .elementor-image-box-wrapper{
  /* robust centering without breaking responsive */
  display: grid;                          /* use grid for easy vertical centering */
  grid-template-columns: auto 1fr;        /* logo | text */
  align-items: center;                    /* vertical centering */
  column-gap: 18px;                       /* space between logo & text */
}

.footer-brand .elementor-image-box-img{
  margin: 0;               /* remove default bottom margin */
  line-height: 0;          /* remove stray spacing around the image */
}

.footer-brand .elementor-image-box-title,
.footer-brand .elementor-image-box-description{
  margin: 0;               /* keep text block compact */
  line-height: 1.45;
}

/* Mobile: stack and center neatly */
@media (max-width: 768px){
  .footer-brand .elementor-image-box-wrapper{
    grid-template-columns: 1fr;           /* stack logo over text */
    row-gap: 12px;
    text-align: center;
  }
}
/* Footer brand: center logo + single-line text */
.footer-brand .elementor-image-box-wrapper{
  display:flex !important;         /* forces row layout */
  align-items:center !important;   /* vertical centering */
  gap:16px;                        /* spacing between logo and text */
}

.footer-brand .elementor-image-box-img{
  margin:0 !important;             /* kill default margins */
  line-height:0;
  flex:0 0 auto;                   /* keep logo at natural size */
}
.footer-brand .elementor-image-box-img img{display:block;}

.footer-brand .elementor-image-box-content{
  margin:0 !important;             /* no stray margins */
  padding:0 !important;
}

.footer-brand .elementor-image-box-title,
.footer-brand .elementor-image-box-description{
  margin:0 !important;
  line-height:1.45;
}

/* If the widget is set to Image Position: Left/Right, Elementor adds this class: */
.footer-brand.elementor-position-left  .elementor-image-box-wrapper,
.footer-brand.elementor-position-right .elementor-image-box-wrapper{
  display:flex !important;
  align-items:center !important;
}

/* Mobile: stack and center */
@media (max-width: 768px){
  .footer-brand .elementor-image-box-wrapper{
    flex-direction:column;
    text-align:center;
    gap:12px;
  }
}
/* ---- Icon Boxes in the hero card (laptop overlap fix) ---- */
.hero-icons .elementor-icon-box-wrapper{
  display: flex;                /* stack everything vertically */
  flex-direction: column;
  align-items: center;          /* center icon + text */
  gap: .35rem;                  /* safe space between lines */
}

.hero-icons .elementor-icon-box-title{
  margin: .35rem 0 .1rem;       /* trim top/bottom so it can't collide */
  line-height: 1.25;
}

.hero-icons .elementor-icon-box-description{
  margin: 0;                    /* no extra margins */
  line-height: 1.5;             /* give the body copy breathing room */
  text-align: center;
}

/* Make sure nothing is being nudged into the title by effects */
.hero-icons .elementor-icon-box-content{
  transform: none !important;
}

/* Laptop widths: gently scale & constrain */
@media (max-width: 1366px){
  .hero-icons .elementor-icon-box-title{
    font-size: clamp(20px, 1.9vw, 26px);
  }
  .hero-icons .elementor-icon-box-description{
    font-size: clamp(14px, 1.2vw, 16px);
    max-width: 24ch;            /* prevents long lines from wrapping upward */
  }
}

/* Optional: a tiny nudge for tighter screens */
@media (max-width: 1200px){
  .hero-icons .elementor-icon-box-wrapper{ gap: .25rem; }
  .hero-icons .elementor-icon-box-description{ line-height: 1.45; }
}
/* =========  Nishaa Foods – CTA System  ========= */

/* 1) Brand tokens – adjust these 5 to match your palette */
:root{
  --brand:        #B5703B;     /* primary brand (warm brown) */
  --brand-600:    #9E5F32;     /* darker shade for hover */
  --brand-700:    #8A532C;     /* focus ring/active */
  --on-brand:     #ffffff;     /* text on brand color */
  --ink-soft:     #EADACC;     /* soft outline/tint over hero */
}

/* 2) Buttons container */
.hero-ctas{
  display:flex; gap:14px; flex-wrap:wrap; justify-content:center;
  margin-top:14px;
}

/* Full-width on mobile for easy tapping */
@media (max-width: 767px){
  .hero-ctas .elementor-button{ width:100%; }
}

/* 3) Base button look (applies to both buttons) */
.cta-primary .elementor-button,
.cta-secondary .elementor-button{
  --radius: 10px;
  --pad-y: 14px; --pad-x: 22px;
  border-radius: var(--radius);
  padding: var(--pad-y) var(--pad-x);
  font-weight: 600;
  letter-spacing: .2px;
  transition: all .18s ease-out;
  box-shadow: 0 6px 14px rgba(0,0,0,.10);        /* soft premium lift */
}

/* Accessible focus ring */
.cta-primary .elementor-button:focus,
.cta-secondary .elementor-button:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,255,255,.6), 0 0 0 6px var(--brand-700);
}

/* 4) Solid – Primary */
.cta-primary .elementor-button{
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-600) 100%);
  color: var(--on-brand);
  border: 1px solid var(--brand-600);
}
.cta-primary .elementor-button:hover{
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.cta-primary .elementor-button:active{
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

/* 5) Outline – Secondary */
.cta-secondary .elementor-button{
  background: rgba(255,255,255,.08);             /* subtle glass over the hero */
  color: var(--on-brand);
  border: 2px solid var(--ink-soft);
  backdrop-filter: saturate(140%) blur(2px);      /* gentle premium feel */
}
.cta-secondary .elementor-button:hover{
  border-color: #fff;
  background: rgba(255,255,255,.12);
  transform: translateY(-1px);
}

/* 6) Ensure text alignment is crisp inside */
.cta-primary .elementor-button .elementor-button-text,
.cta-secondary .elementor-button .elementor-button-text{
  line-height: 1.1;
}

/* 7) Optional: tighten gap from heading to CTAs,
   and from CTAs to features grid (white card) */
.hero-title{ max-width: 900px; margin: 0 auto; text-align: center; }
.hero-ctas{ margin-top: 16px; }
@media (min-width: 768px){
  /* Increase hero breathing room on desktop */
  .hero-ctas{ margin-top: 18px; }
}

/* 8) If the features grid sits under the buttons,
   add small spacing so things breathe */
.features-under-hero{ margin-top: 22px; }
/* === Trust / USP card polish (uses your existing .usp-row class) === */

/* Base: centered white card, soft elevation, rounded edges */
.usp-row{
  position: relative;
  background: #fff;                 /* ensure solid white */
  border-radius: 14px;
  box-shadow:
    0 14px 30px rgba(0,0,0,.10),
    0 3px 10px rgba(0,0,0,.06);
  padding: 22px 28px;
  max-width: 1120px;                /* keep it from spanning too wide */
  margin: 0 auto 18px;              /* centered + a bit of space below */
}

/* If the card sits ABOVE the headline (your current layout)
   keep the shadow a touch lighter so attention stays on H1/CTAs */
@media (min-width: 992px){
  .usp-row{
    box-shadow:
      0 12px 26px rgba(0,0,0,.09),
      0 2px 8px rgba(0,0,0,.05);
    margin-bottom: 20px;            /* breathing room before the headline */
  }
}

/* If you later move the card BELOW the buttons, uncomment this:
.hero .usp-row{ margin-top: 22px; }
*/

/* Make sure hero text always sits above the card’s shadow */
.hero-title, .hero-ctas{ position: relative; z-index: 2; }
.usp-row{ z-index: 1; }

/* Mobile: slightly smaller radius, gentler shadow, tighter padding */
@media (max-width: 767px){
  .usp-row{
    border-radius: 12px;
    padding: 16px 14px;
    box-shadow:
      0 10px 22px rgba(0,0,0,.08),
      0 2px 6px rgba(0,0,0,.05);
    margin-bottom: 16px;
  }
}
/* Optional: faint inner divider for each USP item row (if your grid stacks) */
.usp-row .elementor-column + .elementor-column{
  border-left: 1px solid rgba(0,0,0,.06);
}
@media (max-width:767px){
  .usp-row .elementor-column + .elementor-column{ border-left: 0; }
}
/* Center the two buttons inside the existing .hero-ctas container */
.hero-ctas{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:16px;
}

/* On mobile, each button stretches to full width for easy tapping */
@media (max-width: 767px){
  .hero-ctas .elementor-button{ width:100%; }
}
:root{
  --brand:     #B5703B;   /* change if you have a different brand brown */
  --brand-600: #9E5F32;
  --brand-700: #7D4E28;
  --on-brand:  #ffffff;
  --ink-soft:  #EADACC;
}

/* Base for both */
.cta-primary .elementor-button,
.cta-secondary .elementor-button{
  --r: 10px; --py: 14px; --px: 22px;
  border-radius: var(--r);
  padding: var(--py) var(--px);
  font-weight: 600; letter-spacing: .2px;
  transition: all .18s ease-out;
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
  line-height: 1.1;
}

/* Focus ring */
.cta-primary .elementor-button:focus,
.cta-secondary .elementor-button:focus{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255,255,255,.55),
    0 0 0 6px var(--brand-700),
    0 6px 14px rgba(0,0,0,.10);
}

/* Solid primary */
.cta-primary .elementor-button{
  background: linear-gradient(180deg, var(--brand) 0%, var(--brand-600) 100%);
  color: var(--on-brand);
  border: 1px solid var(--brand-600);
}
.cta-primary .elementor-button .elementor-button-text{
  position: relative; padding-right: 26px;
}
.cta-primary .elementor-button .elementor-button-text::after{
  content: "→";
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  opacity: .9; transition: transform .18s ease-out, opacity .18s;
}
.cta-primary .elementor-button:hover{
  transform: translateY(-1px); filter: brightness(1.02);
}
.cta-primary .elementor-button:hover .elementor-button-text::after{
  transform: translate(2px,-50%); opacity: 1;
}
.cta-primary .elementor-button:active{
  transform: translateY(0); box-shadow: 0 3px 10px rgba(0,0,0,.12);
}

/* Glass-outline secondary */
.cta-secondary .elementor-button{
  background: rgba(255,255,255,.08);
  color: var(--on-brand);
  border: 2px solid var(--ink-soft);
  backdrop-filter: saturate(140%) blur(2px);
}
.cta-secondary .elementor-button:hover{
  border-color: #fff; background: rgba(255,255,255,.12); transform: translateY(-1px);
}
.usp-row{
  background:#fff;
  border-radius:12px;
  box-shadow: 0 12px 26px rgba(0,0,0,.09), 0 2px 8px rgba(0,0,0,.05);
  padding:20px 26px;
  max-width:1120px;
  margin:0 auto 20px;
}
@media (max-width:767px){
  .usp-row{ border-radius:11px; padding:16px 14px; margin-bottom:16px; }
}
/* ===== Nishaa Foods / Bihari Supachya palette tokens ===== */
:root{
  --brand-primary:        #D11F29;  /* Primary */
  --brand-primary-600:    #B51B25;  /* Primary Hover / Deep */
  --brand-secondary:      #475569;  /* Steel blue */
  --brand-gold:           #D4A251;  /* Accent Gold */
  --brand-gold-600:       #B7832F;  /* Gold Hover / Dark */
  --ink-900:              #1E1E1E;  /* Text */
  --panel:                #FFFFFF;  /* Cards */
  --panel-warm:           #FFF8F2;  /* Warm background */
  --border-200:           #ECEFF1;  /* Border */
}
/* Softer, premium card look for the top USPs */
.usp-row{
  background: var(--panel);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(0,0,0,.09), 0 2px 8px rgba(0,0,0,.05);
  padding: 20px 26px;
  max-width: 1120px;
  margin: 0 auto 20px;
  border: 1px solid rgba(0,0,0,.04);
}
@media (max-width: 767px){
  .usp-row{ border-radius: 11px; padding: 16px 14px; margin-bottom: 16px; }
}
/* Add this to the hero container (the one that holds bg image + title) */
.hero {
  position: relative;
  isolation: isolate;               /* ensures overlay sits above bg only */
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.22) 0%,
    rgba(0,0,0,.18) 35%,
    rgba(0,0,0,0) 65%
  );
  z-index:-1;
}
:root{
  --clr-primary: #D11F29;           /* Primary */
  --clr-primary-hover:#B51B25;      /* Primary Hover */
  --clr-gold:#D4A251;               /* Accent Gold */
  --clr-gold-dark:#B7832F;          /* Accent Gold (Dark) */
  --clr-bg-warm:#FFF8F2;            /* Background (warm) */
  --clr-text:#FFFFFF;
}

/* Primary */
.btn--primary{
  background:var(--clr-primary);
  color:#fff;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:0 6px 22px rgba(209,31,41,.25), inset 0 1px 0 rgba(255,255,255,.15);
  transition: transform .15s ease, box-shadow .2s ease, background .15s ease;
}
.btn--primary:hover{
  background:var(--clr-primary-hover);
  transform: translateY(-1px);
  box-shadow:0 10px 26px rgba(181,27,37,.28), inset 0 1px 0 rgba(255,255,255,.18);
}

/* Ghost */
.btn--ghost{
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(3px);
  -webkit-backdrop-filter:blur(3px);
  box-shadow:0 8px 22px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.06);
}
.btn--ghost:hover{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.28);
}
.early-access-card{
  border-radius:16px;
  border:1px solid #ECEFF1;
  box-shadow:0 18px 34px rgba(0,0,0,.14);
  background:#fff;
}

/* Make the button feel related to your palette */
.early-access-card .btn{
  background: var(--clr-gold);
  color:#1E1E1E;
  border:1px solid rgba(0,0,0,.04);
}
.early-access-card .btn:hover{
  background: var(--clr-gold-dark);
  color:#fff;
}
:root{
  --text: #1E1E1E;
  --secondary: #475569;
  --accent: #D4A251;         /* Gold */
  --accent-900: #B7832F;     /* Darker gold for hover/active */
  --bg-warm: #FFF8F2;
  --border: #ECEFF1;
  --white: #FFFFFF;
  --shadow-1: 0 10px 30px rgba(0,0,0,.08);
  --shadow-2: 0 6px 18px rgba(0,0,0,.10);
  --radius-pill: 999px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 10px;
  --ease: cubic-bezier(.22,1,.36,1);
}
/* 1) Hero title (big H1) */
.hero-title{
  line-height: 1.1;
  letter-spacing: .02em;
  color: var(--white);                 /* Keep it clean on the photo */
  text-wrap: balance;
}

/* Optional gold “chip” highlight inside the heading:
   wrap just the words you want with <span class="chip">…</span> in the Heading text */
.hero-title .chip{
  display: inline-block;
  padding: .25em .55em;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-900) 100%);
  color: #24190A;                      /* Deep brown for contrast on gold */
  border-radius: var(--radius-pill);
  box-shadow: 0 6px 16px rgba(215,162,76,.35);
}

/* 2) Hero CTAs container spacing/alignment */
.hero-ctas{
  gap: 14px;                           /* Works if it’s a flex container */
}
@media (max-width: 768px){
  .hero-ctas{ gap: 10px; }
}

/* Base button reset (applies to both) */
.cta-primary a, .cta-primary button,
.cta-secondary a, .cta-secondary button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: var(--radius-pill);
  transition: all .28s var(--ease);
  text-decoration: none;
  letter-spacing: .02em;
  box-shadow: none;
}

/* 3) Primary CTA (Shop) */
.cta-primary a, .cta-primary button{
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-900) 100%);
  color: #24190A;
  box-shadow: 0 10px 24px rgba(183,131,47,.28), inset 0 1px 0 rgba(255,255,255,.35);
  border: none;
}
.cta-primary a:hover, .cta-primary button:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(183,131,47,.36), inset 0 1px 0 rgba(255,255,255,.45);
}
.cta-primary a:active, .cta-primary button:active{
  transform: translateY(0);
}

/* 4) Secondary CTA (Ghost) */
.cta-secondary a, .cta-secondary button{
  background: rgba(255,255,255,.08);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(2px);
}
.cta-secondary a:hover, .cta-secondary button:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.45);
}
/* The row */
.usp-row{
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow-1);
  border-radius: var(--radius-lg);
}

/* Individual USP items (Elementor columns/containers) */
.usp-row .elementor-widget-container{
  border-radius: var(--radius-md);
}

/* Icons & headings inside USPs (optional polish) */
.usp-row i, .usp-row svg{
  color: var(--accent);
}
.usp-row h5, .usp-row .elementor-heading-title{
  color: var(--secondary);
  letter-spacing: .02em;
}
.early-access-card{
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2);
  padding: clamp(18px, 2vw, 22px);
}

/* Button inside the card (uses site style, just recolor) */
.early-access-card a.elementor-button,
.early-access-card button{
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-900) 100%) !important;
  border: none !important;
  color: #24190A !important;
  border-radius: var(--radius-pill) !important;
  box-shadow: 0 10px 24px rgba(183,131,47,.22) !important;
}
.early-access-card a.elementor-button:hover,
.early-access-card button:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(183,131,47,.30) !important;
}
@media (max-width: 1024px){
  .hero-title{ font-size: clamp(28px, 5vw, 42px); }
}
@media (max-width: 767px){
  .hero-title{ text-align: left; }
  .usp-row{ box-shadow: 0 6px 18px rgba(0,0,0,.06); }
}

/* Polish the beige contact details card */
body.page-id-153 .elementor-widget-text-editor .elementor-widget-container,
body.page-id-153 .elementor-widget:not(.elementor-widget-heading) .elementor-widget-container{
  background: #FFFBF5;
  border: 1px solid #F3E6D6;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(15,23,42,.06);
  padding: 18px 20px;
}

body.page-id-153 .elementor-widget-text-editor p{ margin:0 0 .45rem; }
body.page-id-153 .elementor-widget-text-editor a{
  color:#B51B25; font-weight:600; text-decoration:none;
}
body.page-id-153 .elementor-widget-text-editor a:hover{ text-decoration:underline; }
/* CONTACT PAGE — make the heading premium and kill the yellow strip */
body.page-id-153 header.entry-header{
  display:flex !important;
  align-items:center !important;
  gap:.6rem !important;
}

/* Gold dot */
body.page-id-153 header.entry-header::before{
  content:"" !important;
  width:22px !important; height:22px !important;
  border-radius:999px !important;
  background:#D4A251 !important;
  display:inline-block !important;
  transform:translateY(1px) !important;
}

/* The theme prints the title via ::before — style that text */
body.page-id-153 h1.entry-title::before{
  color:#0F172A !important;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif !important;
  font-weight:800 !important;
  letter-spacing:-.015em !important;
  line-height:1.15 !important;
}

/* Remove the beige/yellow block under the title */
body.page-id-153 h1.entry-title::after{
  content:none !important;
}

/* Keep spacing tidy around the title */
body.page-id-153 h1.entry-title{
  margin:.35rem 0 1.1rem !important;
}
/* CONTACT (page 153) — nuke the yellow strip for good */
body.page-id-153 h1.entry-title::after{
  content:none !important;
  display:none !important;
  background:transparent !important;
  height:0 !important;
  width:0 !important;
  border:0 !important;
}
/* Premium heading + layout */
body.page-id-153 header.entry-header{
  display:flex !important; align-items:center !important; gap:.6rem !important;
}
body.page-id-153 header.entry-header::before{
  content:"" !important; width:22px !important; height:22px !important;
  border-radius:999px !important; background:#D4A251 !important; display:inline-block !important;
}
body.page-id-153 h1.entry-title::before{
  color:#0F172A !important;
  font:800 2.1rem/1.15 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Roboto, Helvetica, Arial !important;
  letter-spacing:-.015em !important;
}
body.page-id-153 h1.entry-title{ margin:.35rem 0 1.1rem !important; }
/* Contact details card */
body.page-id-153 .elementor-widget-text-editor .elementor-widget-container,
body.page-id-153 .elementor-widget:not(.elementor-widget-heading) .elementor-widget-container{
  background:#FFFBF5 !important;
  border:1px solid #F3E6D6 !important;
  border-radius:14px !important;
  box-shadow:0 2px 10px rgba(15,23,42,.05) !important;
  padding:18px 20px !important;
}
body.page-id-153 .elementor-widget-text-editor p{ margin:0 0 .45rem !important; }
body.page-id-153 .elementor-widget-text-editor a{
  color:#B51B25 !important; font-weight:600 !important; text-decoration:none !important;
}
body.page-id-153 .elementor-widget-text-editor a:hover{ text-decoration:underline !important; }

/* small: let the title breathe a bit */
@media (max-width: 768px){
  body.page-id-153 header.entry-header::before{ width:18px; height:18px; }
  body.page-id-153 h1.entry-title::before{ font-size:1.8rem !important; }
}
/* CONTACT (page 153) — premium heading + kill yellow strip */
body.page-id-153 header.entry-header{
  display:flex !important;
  align-items:center !important;
  gap:.6rem !important;
}

/* Gold dot */
body.page-id-153 header.entry-header::before{
  content:"" !important;
  width:22px !important; height:22px !important;
  border-radius:999px !important;
  background:#D4A251 !important;
  display:inline-block !important;
  transform:translateY(1px) !important;
}

/* Title text */
body.page-id-153 h1.entry-title{
  margin:.35rem 0 1.1rem !important;
  color:#0F172A !important;
  font:800 2.1rem/1.15 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Roboto, Helvetica, Arial !important;
  letter-spacing:-.015em !important;
}

/* Nuke theme's yellow strip */
body.page-id-153 h1.entry-title::after{
  content:none !important;
  display:none !important;
}
@media (max-width:768px){
  body.page-id-153 header.entry-header::before{ width:18px; height:18px; }
  body.page-id-153 h1.entry-title{ font-size:1.8rem !important; }
}
/* CONTACT (page 153) — remove the theme underline bar, everywhere it might be added */
body.page-id-153 header.entry-header::after,
body.page-id-153 .entry-header .entry-title::after,
body.page-id-153 h1.entry-title::after {
  content: none !important;
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
/* Make the generated title text look premium */
body.page-id-153 h1.entry-title::before{
  color:#0F172A !important;
  font:800 2.1rem/1.15 ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Roboto, Helvetica, Arial !important;
  letter-spacing:-.015em !important;
}
/* ===============================
   Nishaa Foods — Contact polish
   Scope: .contact-scope
   =============================== */
.contact-scope{
  /* local tokens (override here if you like) */
  --ink:        #0F172A;     /* title/body */
  --muted:      #475569;     /* subtitle */
  --paper:      #FFFFFF;     /* cards */
  --veil:       #FFF9F2;     /* warm wash */
  --ring:       rgba(212,162,81,.38);
  --gold:       #D4A251;
  --gold-deep:  #B7832F;
  --accent:     #D11F29;     /* brand red (for links etc.) */
  --radius-lg:  16px;
  --radius-md:  12px;
  --shadow-1:   0 14px 32px rgba(15,23,42,.08);
  --shadow-2:   0 6px 16px rgba(15,23,42,.06);
}

/* Layout rhythm inside the section */
.contact-scope .elementor-widget,
.contact-scope .elementor-widget-container{
  /* prevent odd negative margins from other blocks */
  --gap: clamp(12px, 2.2vw, 18px);
}
.contact-scope .elementor-widget:not(:last-child){
  margin-bottom: var(--gap);
}

/* ============== Kicker ============== */
.contact-scope .contact-kicker{
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(212,162,81,.14) 0%, rgba(212,162,81,.06) 100%),
    #fff;
  border: 1px solid var(--ring);
  box-shadow: var(--shadow-2);
  line-height: 1;
}
.contact-scope .contact-kicker::before{
  content:"";
  width: 10px; height: 10px; border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #FFE9B8, var(--gold));
  box-shadow: 0 0 0 4px rgba(212,162,81,.14);
}

/* ============== Title (H1) ============== */
.contact-scope .contact-title{
  margin: .25rem 0 .15rem 0;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.12;
  /* clamp to stay elegant on all sizes */
  font-size: clamp(28px, 4.2vw, 40px);
  position: relative;
  isolation: isolate;
}

/* Gold underline (subtle, premium) */
.contact-scope .contact-title:after{
  content:"";
  display:block;
  width: clamp(96px, 14vw, 140px);
  height: 5px;
  margin-top: .5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: .9;
}

/* ============== Subtitle ============== */
.contact-scope .contact-subtitle{
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.7;
  max-width: 70ch;
}

/* ============== Contact card ============== */
.contact-scope .contact-card{
  background:
    linear-gradient(180deg, rgba(212,162,81,.08) 0%, rgba(212,162,81,.04) 100%),
    var(--paper);
  border: 1px solid var(--ring);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-1);
  padding: clamp(16px, 2.2vw, 22px);
  color: var(--ink);
}

/* “speech-bubble” pin */
.contact-scope .contact-card::before{
  content:"";
  position:absolute;
  /* rely on the widget’s box (Elementor wraps), so use transform only */
  transform: translate(14px, -12px);
  width: 18px; height: 18px;
  border-radius: 999px;
  background: radial-gradient(120% 100% at 25% 20%, #fff 0%, rgba(255,255,255,0) 55%),
              rgba(212,162,81,.35);
  border: 1px solid var(--ring);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 3px 8px rgba(212,162,81,.20);
  display: block;
}

/* Card text spacing */
.contact-scope .contact-card p{
  margin: 0 0 .45rem 0;
  line-height: 1.65;
}

/* Emphasize labels like “Email:” if present */
.contact-scope .contact-card strong{
  color: var(--ink);
}

/* Links inside the card */
.contact-scope .contact-card a{
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(209,31,41,.22);
  transition: color .2s ease, border-color .2s ease;
}
.contact-scope .contact-card a:hover,
.contact-scope .contact-card a:focus{
  color: #B51B25;
  border-bottom-color: #B51B25;
  outline: none;
}

/* ============== Map block polish (iframed map container right below card) ============== */
.contact-scope .elementor-widget-google_maps iframe,
.contact-scope iframe[src*="google.com/maps"]{
  border-radius: var(--radius-md);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow-2);
}

/* ============== Section spacing ============== */
.contact-scope{
  /* gentle warm backdrop band */
  background:
    radial-gradient(120% 60% at 0% 0%, rgba(212,162,81,.06) 0%, rgba(212,162,81,0) 60%),
    radial-gradient(120% 60% at 100% 0%, rgba(212,162,81,.06) 0%, rgba(212,162,81,0) 60%),
    var(--paper);
  border-radius: clamp(12px, 1.6vw, 18px);
  padding: clamp(12px, 1.2vw, 16px);
}

/* Ensure inner container breathes nicely under the site header */
.contact-scope .e-con-inner,
.contact-scope .elementor-container{
  padding-top: clamp(8px, 1.4vw, 16px);
}

/* ============== Responsive tweaks ============== */
@media (max-width: 1024px){
  .contact-scope .contact-title{ font-size: clamp(26px, 5vw, 34px); }
}
@media (max-width: 767px){
  .contact-scope .contact-kicker{ padding: .5rem .75rem; }
  .contact-scope .contact-card{ padding: 14px; }
  .contact-scope .contact-title:after{ height: 4px; }
}

/* ===============================
   Accessibility niceties
   =============================== */
.contact-scope a:focus-visible{
  outline: 2px dashed var(--gold-deep);
  outline-offset: 3px;
  border-radius: 6px;
}/* End custom CSS */