/*
Theme Name: NV Supermart Child
Theme URI: https://ghardesigner.com/
Description: Child theme for NV Supermart Parent. Existing header, hero and footer preserved.
Author: Rajeev Chaurasiya
Template: ghardesigner-custom
 * Version: 1.1.15
Text Domain: ghar-designer-child
*/

/* Load the parent theme stylesheet first; child overrides are below. */
@import url("../ghardesigner-custom/style.css");

/* Priority 1 — Success modal */
.gd-success-modal[hidden]{display:none}
.gd-success-modal{
  position:fixed;
  inset:0;
  z-index:100000;
  display:grid;
  place-items:center;
  padding:20px;
}
.gd-success-backdrop{
  position:absolute;
  inset:0;
  background:rgba(16,36,51,.68);
  backdrop-filter:blur(4px);
}
.gd-success-dialog{
  position:relative;
  z-index:1;
  width:min(520px,100%);
  background:#fff;
  border:1px solid rgba(0,105,171,.10);
  border-radius:18px;
  box-shadow:0 28px 90px rgba(0,0,0,.28);
  padding:38px 34px 32px;
  text-align:center;
}
.gd-success-icon{
  width:72px;
  height:72px;
  margin:0 auto 20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e9f8ef;
  color:#187a3d;
  font-size:38px;
  font-weight:800;
  line-height:1;
}
.gd-success-dialog h2{
  margin:0 0 10px;
  color:#17374e;
  font-family:"Exo 2","Segoe UI",Arial,sans-serif;
  font-size:32px;
  line-height:1.15;
}
.gd-success-dialog p{
  margin:0 auto;
  max-width:420px;
  color:#667789;
  font-size:15px;
  line-height:1.65;
}
.gd-success-close{
  margin-top:24px;
  border:0;
  cursor:pointer;
  min-width:150px;
}
body.gd-success-modal-open{overflow:hidden}

/* The old inline success message is intentionally not displayed. */
.gd-modal-status.is-success{display:none!important}

@media(max-width:520px){
  .gd-success-modal{padding:14px}
  .gd-success-dialog{
    padding:30px 20px 25px;
    border-radius:15px;
  }
  .gd-success-icon{
    width:62px;
    height:62px;
    font-size:32px;
    margin-bottom:17px;
  }
  .gd-success-dialog h2{font-size:27px}
  .gd-success-dialog p{font-size:14px}
  .gd-success-close{width:100%}
}


/* v1.0.4 — Hero Slider refined split-panel treatment
   Uses the parent theme's existing hero markup. No slider PHP/JS is changed. */
.gd-hero-slider,
.gd-hero-slides,
.gd-hero-slide{min-height:570px;}

.gd-hero-slide{position:relative;overflow:hidden;}

/* Keep the house image clear from the middle-right onward; only the copy side is softened. */
.gd-hero-overlay{
  z-index:1;
  background:linear-gradient(90deg,
    rgba(247,251,253,.97) 0%,
    rgba(247,251,253,.97) 36%,
    rgba(247,251,253,.88) 42%,
    rgba(247,251,253,.55) 48%,
    rgba(247,251,253,.16) 54%,
    rgba(247,251,253,0) 62%) !important;
}

/* Defined architectural panel on the left. */
.gd-hero-slide::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 auto 0 0;
  width:44%;
  pointer-events:none;
  background-color:rgba(247,251,253,.94);
  background-image:
    linear-gradient(rgba(7,112,178,.095) 1px,transparent 1px),
    linear-gradient(90deg,rgba(7,112,178,.095) 1px,transparent 1px),
    radial-gradient(circle,rgba(7,112,178,.18) 0 1.2px,transparent 1.7px);
  background-size:32px 32px,32px 32px,18px 18px;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 78%,rgba(0,0,0,.55) 91%,transparent 100%);
  mask-image:linear-gradient(90deg,#000 0%,#000 78%,rgba(0,0,0,.55) 91%,transparent 100%);
}

/* Fine architectural arcs and technical marks, deliberately low contrast. */
.gd-hero-slide::after{
  content:"";
  position:absolute;
  z-index:2;
  left:-8%;
  bottom:-48%;
  width:52%;
  height:78%;
  border:1px solid rgba(7,112,178,.13);
  border-radius:50%;
  pointer-events:none;
  box-shadow:
    0 0 0 26px rgba(7,112,178,.018),
    0 0 0 52px rgba(7,112,178,.012);
}

.gd-hero-inner{position:relative;z-index:4;}
.gd-hero-copy{max-width:610px;padding:42px 0 44px;}
.gd-hero-kicker{margin-bottom:12px;}
.gd-hero-copy h1{margin-bottom:14px;}
.gd-hero-copy p{margin-bottom:20px;}
.gd-hero-prev,.gd-hero-next,.gd-hero-dots{z-index:6;}

@media(max-width:900px){
  .gd-hero-slider,.gd-hero-slides,.gd-hero-slide{min-height:450px;}
  .gd-hero-slide::before{width:58%;}
  .gd-hero-overlay{
    background:linear-gradient(90deg,
      rgba(247,251,253,.97) 0%,
      rgba(247,251,253,.94) 42%,
      rgba(247,251,253,.58) 56%,
      rgba(247,251,253,0) 76%) !important;
  }
  .gd-hero-copy{padding:36px 0 40px;}
}

@media(max-width:768px){
  .gd-hero-slider,.gd-hero-slides,.gd-hero-slide{min-height:430px;}
  .gd-hero-slide::before{
    width:100%;
    height:100%;
    -webkit-mask-image:none;
    mask-image:none;
    background-color:rgba(247,251,253,.86);
  }
  .gd-hero-overlay{
    background:linear-gradient(180deg,
      rgba(247,251,253,.94) 0%,
      rgba(247,251,253,.82) 58%,
      rgba(247,251,253,.60) 100%) !important;
  }
  .gd-hero-slide::after{width:90%;height:45%;left:-24%;bottom:-22%;}
  .gd-hero-copy{padding:34px 0 46px;}
  .gd-hero-copy h1{font-size:clamp(36px,8vw,48px);}
}

@media(max-width:520px){
  .gd-hero-slider,.gd-hero-slides,.gd-hero-slide{min-height:410px;}
  .gd-hero-copy{padding:28px 0 42px;}
  .gd-hero-kicker{font-size:12px;letter-spacing:1.1px;}
  .gd-hero-copy h1{font-size:34px;line-height:1.08;}
  .gd-hero-copy p{font-size:15px;line-height:1.5;margin-bottom:18px;}
  .gd-hero-btn{padding:12px 20px;}
}

/* v1.0.6 — consolidated Hero Slider + admin-controlled primary navigation.
   Only the identified issues are addressed. WordPress admin remains the
   single source of truth for menu structure and hero banner content. */

/* HERO: fixed frame so multiple slides never stack in document flow. */
.gd-hero-slider{
  position:relative;
  overflow:hidden;
  height:470px;
  min-height:470px;
  background:#eef7fc;
}
.gd-hero-slides{
  position:relative;
  height:470px;
  min-height:470px;
  overflow:hidden;
}
.gd-hero-slide{
  position:absolute !important;
  inset:0;
  width:100%;
  height:100%;
  min-height:0 !important;
  opacity:0;
  visibility:hidden;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
  transition:opacity .55s ease;
  overflow:hidden;
}
.gd-hero-slide.is-active{
  position:absolute !important;
  inset:0;
  opacity:1;
  visibility:visible;
  z-index:1;
}
.gd-hero-overlay{
  z-index:2;
  background:linear-gradient(90deg,
    rgba(247,251,253,.97) 0%,
    rgba(247,251,253,.97) 36%,
    rgba(247,251,253,.88) 42%,
    rgba(247,251,253,.55) 48%,
    rgba(247,251,253,.16) 54%,
    rgba(247,251,253,0) 62%) !important;
}
/* Plain architectural blue grid — no dots. */
.gd-hero-slide::before{
  content:"";
  position:absolute;
  z-index:3;
  inset:0 auto 0 0;
  width:44%;
  pointer-events:none;
  background-color:rgba(247,251,253,.94);
  background-image:
    linear-gradient(rgba(7,112,178,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(7,112,178,.14) 1px,transparent 1px);
  background-size:32px 32px;
  -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 78%,rgba(0,0,0,.55) 91%,transparent 100%);
  mask-image:linear-gradient(90deg,#000 0%,#000 78%,rgba(0,0,0,.55) 91%,transparent 100%);
}
.gd-hero-slide::after{
  content:"";
  position:absolute;
  z-index:3;
  left:-8%;
  bottom:-48%;
  width:52%;
  height:78%;
  border:1px solid rgba(7,112,178,.13);
  border-radius:50%;
  pointer-events:none;
  box-shadow:0 0 0 26px rgba(7,112,178,.018),0 0 0 52px rgba(7,112,178,.012);
}
.gd-hero-inner{position:relative;z-index:4;width:min(1180px,92%);margin:0 auto;}
.gd-hero-copy{max-width:610px;padding:42px 0 44px;}
.gd-hero-kicker{margin-bottom:12px;}
.gd-hero-copy h1{margin-bottom:14px;}
.gd-hero-copy p{margin-bottom:20px;}
.gd-hero-prev,.gd-hero-next,.gd-hero-dots{z-index:7;}
.gd-hero-prev,.gd-hero-next{top:50%;}

/* ADMIN MENU: use the WordPress Primary Menu only. */
.gd-nav > ul.gd-primary-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:4px;
}
.gd-nav > ul.gd-primary-menu > li{position:relative;}
.gd-nav > ul.gd-primary-menu > li > a{
  display:block;
  padding:12px 13px;
  color:#253443;
  font-size:15px;
  font-weight:650;
  border-radius:7px;
}
.gd-nav > ul.gd-primary-menu > li:hover > a,
.gd-nav > ul.gd-primary-menu > li.current-menu-item > a,
.gd-nav > ul.gd-primary-menu > li.current-menu-ancestor > a{
  background:var(--gd-blue-soft);
  color:var(--gd-blue);
}
.gd-nav ul.gd-primary-menu .sub-menu{
  list-style:none;
  margin:0;
  padding:8px 0;
  position:absolute;
  left:0;
  top:100%;
  min-width:230px;
  background:#fff;
  border:1px solid var(--gd-border);
  border-radius:9px;
  box-shadow:var(--gd-shadow);
  display:none;
  z-index:9999;
}
.gd-nav ul.gd-primary-menu li:hover > .sub-menu,
.gd-nav ul.gd-primary-menu li:focus-within > .sub-menu{display:block;}
.gd-nav ul.gd-primary-menu .sub-menu li{position:relative;}
.gd-nav ul.gd-primary-menu .sub-menu li a{
  display:block;
  padding:10px 14px;
  color:#253443;
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
}
.gd-nav ul.gd-primary-menu .sub-menu li a:hover,
.gd-nav ul.gd-primary-menu .sub-menu li.current-menu-item > a,
.gd-nav ul.gd-primary-menu .sub-menu li.current-menu-ancestor > a{
  background:var(--gd-blue-soft);
  color:var(--gd-blue);
}
.gd-nav ul.gd-primary-menu .sub-menu .sub-menu{left:100%;top:-8px;margin-left:2px;}
.gd-nav ul.gd-primary-menu > li.menu-item-has-children > a:after{
  content:"⌄";
  font-size:11px;
  margin-left:6px;
  opacity:.55;
}
.gd-nav ul.gd-primary-menu .sub-menu li.menu-item-has-children > a:after{
  content:"›";
  float:right;
  margin-left:12px;
}

@media(max-width:820px){
  .gd-hero-slider,.gd-hero-slides{height:430px;min-height:430px;}
  .gd-hero-slide::before{width:100%;height:100%;-webkit-mask-image:none;mask-image:none;background-color:rgba(247,251,253,.86);}
  .gd-hero-overlay{background:linear-gradient(180deg,rgba(247,251,253,.94) 0%,rgba(247,251,253,.82) 58%,rgba(247,251,253,.60) 100%) !important;}
  .gd-hero-copy{padding:34px 0 46px;}
  .gd-hero-copy h1{font-size:clamp(36px,8vw,48px);}
  .gd-nav > ul.gd-primary-menu{display:block;}
  .gd-nav > ul.gd-primary-menu > li{border-bottom:1px solid #eef2f5;}
  .gd-nav > ul.gd-primary-menu > li > a{padding:12px 4px;}
  .gd-nav ul.gd-primary-menu .sub-menu{position:static;box-shadow:none;border:0;padding:0 0 5px 12px;min-width:0;}
  .gd-nav ul.gd-primary-menu li:hover > .sub-menu{display:none;}
  .gd-nav ul.gd-primary-menu li.is-open > .sub-menu{display:block;}
  .gd-nav ul.gd-primary-menu .sub-menu .sub-menu{margin-left:0;}
}
@media(max-width:520px){
  .gd-hero-slider,.gd-hero-slides{height:410px;min-height:410px;}
  .gd-hero-copy{padding:28px 0 42px;}
  .gd-hero-kicker{font-size:12px;letter-spacing:1.1px;}
  .gd-hero-copy h1{font-size:34px;line-height:1.08;}
  .gd-hero-copy p{font-size:15px;line-height:1.5;margin-bottom:18px;}
  .gd-hero-btn{padding:12px 20px;}
}

/* v1.1.0 — Final footer visual/layout refinement. Admin controls remain intact. */
.gd-footer-v110{
  --gd-footer-bg:#f1faec;
  --gd-footer-bg-deep:#237500;
  --gd-footer-line:rgba(54,165,3,.18);
  --gd-footer-text:#173b0c;
  --gd-footer-muted:#4a6541;
  --gd-footer-accent:#36a503;
  background:var(--gd-footer-bg);
  color:var(--gd-footer-text);
  border-top:1px solid rgba(54,165,3,.12);
}
.gd-footer-v110 .gd-footer-main{
  position:relative;
  overflow:hidden;
  padding:54px 0 30px;
  background-color:var(--gd-footer-bg);
  background-image:linear-gradient(rgba(54,165,3,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(54,165,3,.13) 1px,transparent 1px);
  background-size:34px 34px;
}

/* v1.7.9 — subtle architectural blueprint linework; footer content/layout unchanged. */
.gd-footer-v110 .gd-footer-main::before{
  content:"";
  position:absolute;
  z-index:1;
  right:-5%;
  bottom:-42%;
  width:52%;
  height:125%;
  pointer-events:none;
  opacity:.16;
  border:1px solid rgba(54,165,3,.32);
  border-radius:48% 52% 42% 58%;
  box-shadow:0 0 0 28px rgba(54,165,3,.035),0 0 0 56px rgba(54,165,3,.025),inset 0 0 0 1px rgba(54,165,3,.12);
  transform:rotate(-9deg);
}
.gd-footer-v110 .gd-footer-main::after{
  content:"";
  position:absolute;
  z-index:1;
  right:4%;
  top:12%;
  width:34%;
  height:58%;
  pointer-events:none;
  opacity:.10;
  background:
    linear-gradient(90deg,transparent 49.5%,rgba(54,165,3,.45) 50%,transparent 50.5%),
    linear-gradient(0deg,transparent 49.5%,rgba(54,165,3,.45) 50%,transparent 50.5%);
  background-size:22px 22px;
  border:1px solid rgba(54,165,3,.22);
}
.gd-footer-v110 .gd-footer-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1.28fr 1fr 1fr 1fr;
  gap:52px;
  align-items:start;
}
.gd-footer-v110 .gd-footer-column{min-width:0}
.gd-footer-v110 .gd-footer-logo .custom-logo-link{display:inline-flex;margin:0 0 16px}
.gd-footer-v110 .gd-footer-logo .custom-logo{max-width:240px;max-height:82px;width:auto;height:auto}
.gd-footer-v110 .gd-footer-site-title{display:inline-block;margin-bottom:16px;color:var(--gd-footer-text);font-size:25px;font-weight:800;text-decoration:none}
.gd-footer-v110 .gd-footer-about{color:var(--gd-footer-muted);font-size:14px;line-height:1.65;max-width:390px}
.gd-footer-v110 .gd-footer-about p{margin:0 0 8px}
.gd-footer-v110 h3{margin:0 0 22px;color:var(--gd-footer-text);font-size:14px;line-height:1.3;text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.gd-footer-v110 .gd-footer-menu,.gd-footer-v110 .gd-footer-menu ul{list-style:none;margin:0;padding:0}
.gd-footer-v110 .gd-footer-menu li{margin:0 0 13px}
.gd-footer-v110 .gd-footer-menu a{position:relative;padding-left:15px;color:var(--gd-footer-muted);text-decoration:none;font-size:12px;line-height:1.45;transition:color .2s ease}
.gd-footer-v110 .gd-footer-menu a:before{content:'›';position:absolute;left:0;color:var(--gd-footer-accent);font-weight:700}
.gd-footer-v110 .gd-footer-menu a:hover{color:var(--gd-footer-accent)}
.gd-footer-v110 .gd-footer-menu .sub-menu{margin:8px 0 0 12px;padding-left:12px;border-left:1px solid var(--gd-footer-line)}
.gd-footer-v110 .gd-footer-socials{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 17px;padding-bottom:0;border-bottom:0}
.gd-footer-v110 .gd-footer-socials a{width:34px;height:34px;display:grid;place-items:center;border:1.4px solid var(--gd-footer-accent);border-radius:50%;color:var(--gd-footer-text);text-decoration:none;background:rgba(255,255,255,.26)}
.gd-footer-v110 .gd-footer-socials a:hover{background:#fff;color:var(--gd-footer-accent)}
.gd-footer-v110 .gd-footer-socials svg{width:16px;height:16px;fill:currentColor;stroke:currentColor;stroke-width:0}
.gd-footer-v110 .gd-footer-socials svg rect,.gd-footer-v110 .gd-footer-socials svg circle{fill:none;stroke:currentColor;stroke-width:1.7}
.gd-footer-v110 .gd-footer-contact-block{display:grid;gap:13px;color:var(--gd-footer-muted);font-size:13px;line-height:1.45}
.gd-footer-v110 .gd-footer-contact-item{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:start}
.gd-footer-v110 .gd-footer-contact-icon{display:grid;place-items:center;color:var(--gd-footer-accent);width:26px;height:24px;line-height:1;text-align:center}
.gd-footer-v110 .gd-footer-contact-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.gd-footer-v110 .gd-footer-contact-item strong{display:block;color:var(--gd-footer-text);font-size:13px;margin-bottom:2px}
.gd-footer-v110 .gd-footer-contact-item a{color:var(--gd-footer-muted);text-decoration:none}
.gd-footer-v110 .gd-footer-contact-item a:hover{color:var(--gd-footer-accent)}
.gd-footer-v110 .gd-footer-contact-item p{margin:0}
.gd-footer-v110 .gd-footer-enquire{display:inline-flex;align-items:center;gap:14px;margin-top:17px;padding:12px 20px;border-radius:7px;background-color:var(--gd-footer-accent);background-image:none;color:#fff;text-decoration:none;font-weight:800;font-size:13px;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 7px 18px rgba(54,165,3,.16)}
.gd-footer-v110 .gd-footer-enquire span{font-size:20px;line-height:1}
.gd-footer-v110 .gd-footer-enquire:hover{background-color:#2b8502;background-image:none;color:#fff}
.gd-footer-v110 .gd-footer-payments{position:relative;z-index:2;margin-top:36px;display:grid;grid-template-columns:minmax(80px,1fr) auto minmax(80px,1fr);align-items:center;gap:16px}
.gd-footer-v110 .gd-footer-payment-rule{height:1px;background:var(--gd-footer-accent);opacity:.7}
.gd-footer-v110 .gd-footer-payment-title{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--gd-footer-text);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.gd-footer-v110 .gd-footer-payment-list{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:1px}
.gd-footer-v110 .gd-footer-payment-item{min-width:78px;height:38px;display:flex;align-items:center;justify-content:center;padding:5px 10px;border:1px solid rgba(54,165,3,.12);border-radius:6px;background:rgba(255,255,255,.72)}
.gd-footer-v110 .gd-footer-payment-item img{display:block;width:auto;max-width:74px;max-height:25px;object-fit:contain}
.gd-footer-v110 .gd-footer-payment-item a{display:flex;align-items:center;justify-content:center}
.gd-footer-v110 .gd-footer-bottom{position:relative;z-index:3;border-top:1px solid rgba(255,255,255,.2);background:var(--gd-footer-bg-deep);padding:15px 0;color:#eff9ea}
.gd-footer-v110 .gd-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-width:0}
.gd-footer-v110 .gd-footer-bottom-inner > span{font-size:12px}
.gd-footer-v110 .gd-footer-legal-menu{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;list-style:none;margin:0;padding:0}
.gd-footer-v110 .gd-footer-legal-menu li{display:flex;align-items:center}
.gd-footer-v110 .gd-footer-legal-menu li:not(:last-child):after{content:'|';margin:0 10px;color:rgba(255,255,255,.58)}
.gd-footer-v110 .gd-footer-legal-menu a{color:#f4fbed;font-size:12px;text-decoration:none}
.gd-footer-v110 .gd-footer-legal-menu a:hover{color:#fff}
.gd-footer-v110 .gd-footer-bottom-tagline{white-space:nowrap}
@media(max-width:980px){
  .gd-footer-v110 .gd-footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:30px}
}
@media(max-width:820px){
  .gd-footer-v110 .gd-footer-grid{grid-template-columns:1fr 1fr;gap:34px 28px}
  .gd-footer-v110 .gd-footer-payments{display:grid;grid-template-columns:1fr;gap:10px}
  .gd-footer-v110 .gd-footer-payment-rule{display:none}
  .gd-footer-v110 .gd-footer-payment-list{grid-column:auto}
  .gd-footer-v110 .gd-footer-bottom-inner{flex-wrap:wrap;justify-content:center;text-align:center}
}
@media(max-width:520px){
  .gd-footer-v110 .gd-footer-main{padding:42px 0 26px}
  .gd-footer-v110 .gd-footer-grid{grid-template-columns:1fr;gap:30px}
  .gd-footer-v110 .gd-footer-about{max-width:none}
  .gd-footer-v110 .gd-footer-payment-list{gap:7px}
  .gd-footer-v110 .gd-footer-payment-item{min-width:68px}
  .gd-footer-v110 .gd-footer-bottom-inner{flex-direction:column;gap:9px}
  .gd-footer-v110 .gd-footer-bottom-tagline{white-space:normal}
}



/* v1.1.2 — Footer readability + contact icon refinement.
 * Targeted footer-only refinement; existing footer structure and functionality remain unchanged.
 */
.gd-footer-v110 .gd-footer-main{
  /* Keep the architectural grid, but make it noticeably lighter. */
  background-image:
    linear-gradient(rgba(54,165,3,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(54,165,3,.07) 1px,transparent 1px);
}

.gd-footer-v110 .gd-footer-about{
  font-size:15px;
  line-height:1.7;
}

.gd-footer-v110 h3{
  font-size:17px;
  line-height:1.35;
  letter-spacing:.08em;
  font-weight:700;
  margin-bottom:20px;
}

.gd-footer-v110 .gd-footer-menu li{
  margin-bottom:13px;
}

.gd-footer-v110 .gd-footer-menu a{
  font-size:15.5px;
  line-height:1.5;
  font-weight:500;
}

.gd-footer-v110 .gd-footer-contact-block{
  font-size:15px;
  line-height:1.5;
  gap:13px;
}

.gd-footer-v110 .gd-footer-contact-item{
  grid-template-columns:26px 1fr;
  gap:8px;
}

.gd-footer-v110 .gd-footer-contact-icon svg{
  width:20px;
  height:20px;
}

/* Corporate Office + Phone stay at their current 20px icon size.
 * Email + Working Hours receive a slightly larger, consistent SVG treatment.
 */
.gd-footer-v110 .gd-footer-contact-icon.gd-icon-email svg,
.gd-footer-v110 .gd-footer-contact-icon.gd-icon-hours svg{
  width:22px;
  height:22px;
}

.gd-footer-v110 .gd-footer-contact-item strong{
  font-size:14px;
  margin-bottom:3px;
  font-weight:700;
}

.gd-footer-v110 .gd-footer-contact-item a,
.gd-footer-v110 .gd-footer-contact-item p,
.gd-footer-v110 .gd-footer-contact-item div{
  font-size:15px;
}

.gd-footer-v110 .gd-footer-bottom-inner > span,
.gd-footer-v110 .gd-footer-legal-menu a{
  font-size:13px;
}

@media(max-width:520px){
  .gd-footer-v110 h3{
    font-size:17px;
  }
  .gd-footer-v110 .gd-footer-menu a{
    font-size:15.5px;
  }
  .gd-footer-v110 .gd-footer-about,
  .gd-footer-v110 .gd-footer-contact-block,
  .gd-footer-v110 .gd-footer-contact-item a,
  .gd-footer-v110 .gd-footer-contact-item p,
  .gd-footer-v110 .gd-footer-contact-item div{
    font-size:15px;
  }
}

/* v1.2.0 — Lead-first House Plan Detail Page */
.gd-house-plan-page{background:#fff;color:#102b4e;padding:28px 0 70px}
.gd-hp-container{max-width:1240px;margin:0 auto}
.gd-hp-breadcrumbs{display:flex;gap:9px;align-items:center;flex-wrap:wrap;font-size:13px;color:#6b7a90;margin:0 0 22px}.gd-hp-breadcrumbs a{color:#315a8a;text-decoration:none}.gd-hp-breadcrumbs a:hover{text-decoration:underline}
.gd-hp-head h1{font-size:38px;line-height:1.15;margin:0 0 10px;font-weight:750;color:#082957;letter-spacing:-.02em}.gd-hp-subtitle{font-size:16px;line-height:1.7;max-width:780px;margin:0 0 14px;color:#5c6d82}.gd-hp-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.gd-hp-chips span{padding:7px 11px;border:1px solid #d8e5f2;border-radius:999px;background:#f7fbff;color:#174c84;font-size:12px;font-weight:650}
.gd-hp-top-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(320px,.78fr);gap:24px;align-items:start}.gd-hp-gallery{min-width:0}.gd-hp-main-image{border-radius:16px;overflow:hidden;background:#edf5fb;aspect-ratio:16/9;box-shadow:0 10px 30px rgba(15,56,94,.08)}.gd-hp-main-image img{width:100%;height:100%;object-fit:cover;display:block}.gd-hp-image-placeholder{height:100%;display:grid;place-items:center;color:#7c8ea3}.gd-hp-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:4px}.gd-hp-thumb{border:2px solid transparent;background:#fff;border-radius:10px;padding:0;width:92px;min-width:92px;overflow:hidden;cursor:pointer}.gd-hp-thumb:first-child{border-color:#164f91}.gd-hp-thumb img{display:block;width:100%;height:62px;object-fit:cover}
.gd-hp-lead-card{border:1px solid #d9e4ef;border-radius:16px;background:#fff;box-shadow:0 14px 35px rgba(10,49,86,.10);padding:0;overflow:hidden;position:sticky;top:24px}.gd-hp-lead-head{padding:22px;background:linear-gradient(135deg,#073b84,#125db0);color:#fff;display:flex;gap:13px}.gd-hp-lock-icon{font-size:25px;line-height:1}.gd-hp-lead-head h2{font-size:22px;margin:0 0 6px;color:#fff}.gd-hp-lead-head p{font-size:13px;line-height:1.55;margin:0;color:#e9f3ff}.gd-hp-lead-form{padding:18px}.gd-hp-lead-form label{display:block;font-size:12px;font-weight:700;color:#173a61;margin:0 0 11px}.gd-hp-lead-form label span{color:#d24b4b}.gd-hp-lead-form label small{font-weight:500;color:#7a8898}.gd-hp-lead-form input,.gd-hp-lead-form textarea{display:block;width:100%;margin-top:6px;border:1px solid #d8e2ec;border-radius:8px;padding:11px 12px;font-size:14px;color:#193a5f;background:#fff;box-sizing:border-box;outline:none}.gd-hp-lead-form input:focus,.gd-hp-lead-form textarea:focus{border-color:#3b77b6;box-shadow:0 0 0 3px rgba(59,119,182,.10)}.gd-hp-primary-btn{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;border:0;border-radius:8px;padding:13px 16px;background:#073f8f;color:#fff;text-decoration:none;font-weight:750;font-size:14px;cursor:pointer;box-sizing:border-box}.gd-hp-primary-btn:hover{background:#052f6c;color:#fff}.gd-hp-primary-btn span{font-size:18px}.gd-hp-privacy{font-size:11px;line-height:1.5;color:#718198;text-align:center;margin:10px 0 0}
.gd-hp-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.gd-hp-panel,.gd-hp-copy,.gd-hp-related-placeholder,.gd-hp-faq-placeholder{border:1px solid #e1e9f1;border-radius:14px;background:#fff;padding:24px}.gd-hp-panel h2,.gd-hp-copy h2,.gd-hp-related-placeholder h2,.gd-hp-faq-placeholder h2{font-size:20px;color:#0b3565;margin:0 0 16px}.gd-hp-specs{margin:0}.gd-hp-specs div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #edf1f5}.gd-hp-specs div:last-child{border-bottom:0}.gd-hp-specs dt{color:#6a7889;font-size:13px}.gd-hp-specs dd{margin:0;color:#193a5f;font-size:13px;font-weight:650;text-align:right}.gd-hp-feature-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.gd-hp-feature-list li{position:relative;padding-left:25px;font-size:14px;line-height:1.5;color:#465b71}.gd-hp-feature-list li:before{content:'✓';position:absolute;left:0;top:0;color:#1b64ad;font-weight:800}.gd-hp-copy{margin-top:20px}.gd-hp-copy div{font-size:15px;line-height:1.75;color:#4f6074}.gd-hp-copy p:last-child{margin-bottom:0}
.gd-hp-floor-lock{margin-top:24px;border:1px solid #d9e6f2;border-radius:16px;overflow:hidden;background:linear-gradient(110deg,#f8fbff,#edf6ff);display:grid;grid-template-columns:.72fr 1.28fr;min-height:360px}.gd-hp-floor-copy{padding:34px}.gd-hp-eyebrow{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#1a5a99;margin-bottom:9px}.gd-hp-floor-copy h2{font-size:28px;line-height:1.2;color:#082f60;margin:0 0 12px}.gd-hp-floor-copy p{font-size:14px;line-height:1.65;color:#5a6d82}.gd-hp-floor-copy ul{padding-left:18px;color:#4f6277;font-size:13px;line-height:1.9}.gd-hp-floor-copy .gd-hp-primary-btn{max-width:250px;margin-top:18px}.gd-hp-floor-preview{position:relative;overflow:hidden;background:#f7fbff;min-height:360px}.gd-hp-blur-grid{position:absolute;inset:28px;background-image:linear-gradient(rgba(29,83,135,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(29,83,135,.12) 1px,transparent 1px);background-size:52px 52px;filter:blur(1.5px);opacity:.5}.gd-hp-floor-preview:after{content:'FLOOR PLAN LOCKED';position:absolute;inset:0;display:grid;place-items:center;color:rgba(10,55,100,.18);font-weight:800;font-size:30px;letter-spacing:.08em;transform:rotate(-8deg)}.gd-hp-lock-badge{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:#0a4b96;color:#fff;font-size:28px;box-shadow:0 10px 25px rgba(8,58,112,.25)}.gd-hp-floor-image{padding:28px;background:#fff}.gd-hp-floor-image img{width:100%;height:auto;display:block}.gd-hp-related-placeholder,.gd-hp-faq-placeholder{margin-top:24px;background:#fbfdff}.gd-hp-related-placeholder p,.gd-hp-faq-placeholder p{margin:0;color:#6b7b8e;font-size:14px}
.gd-hp-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.gd-hp-admin-grid p:first-child,.gd-hp-admin-grid p:nth-child(11),.gd-hp-admin-grid p:nth-child(12),.gd-hp-admin-grid p:nth-child(13),.gd-hp-admin-grid p:nth-child(14),.gd-hp-admin-grid p:nth-child(15){grid-column:1/-1}
@media(max-width:980px){.gd-hp-top-grid{grid-template-columns:1fr}.gd-hp-lead-card{position:static}.gd-hp-floor-lock{grid-template-columns:1fr}.gd-hp-floor-preview{min-height:260px}.gd-hp-info-grid{grid-template-columns:1fr}}
@media(max-width:620px){.gd-house-plan-page{padding-top:20px}.gd-hp-head h1{font-size:29px}.gd-hp-top-grid{gap:16px}.gd-hp-main-image{border-radius:12px}.gd-hp-thumbs{gap:7px}.gd-hp-thumb{width:76px;min-width:76px}.gd-hp-thumb img{height:52px}.gd-hp-panel,.gd-hp-copy,.gd-hp-related-placeholder,.gd-hp-faq-placeholder{padding:18px}.gd-hp-feature-list{grid-template-columns:1fr}.gd-hp-floor-copy{padding:24px}.gd-hp-floor-copy h2{font-size:24px}.gd-hp-floor-preview{min-height:220px}.gd-hp-admin-grid{grid-template-columns:1fr}.gd-hp-admin-grid p{grid-column:1/-1!important}}

/* v1.2.1 — House Plan admin media controls */
.gd-hp-media-admin .description{color:#646970}
.gd-hp-media-admin .button{vertical-align:middle}

/* v1.5.0 — Contact page only. Does not modify Header, Footer, Hero or Breadcrumb. */
.gd-contact-page{color:#063b5c;background:#fff}.gd-contact-page .container{max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}
.gd-contact-intro{padding:72px 0 48px;background:#f5fbfe;border-bottom:1px solid #d9edf6}.gd-contact-intro-inner{max-width:850px}.gd-contact-eyebrow{display:inline-block;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:1.7px;color:#0075b5;margin-bottom:12px}.gd-contact-intro h1{margin:0 0 16px;font-size:48px;line-height:1.12;color:#063b5c}.gd-contact-intro p{margin:0;max-width:760px;font-size:18px;line-height:1.7;color:#526577}
.gd-contact-main{padding:78px 0}.gd-contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,520px);gap:70px;align-items:start}.gd-contact-info h2,.gd-contact-form-card h2,.gd-contact-map-head h2{margin:0 0 14px;color:#063b5c;font-size:34px;line-height:1.2}.gd-contact-info>p,.gd-contact-form-card>p{color:#526577;line-height:1.75;margin:0 0 28px}.gd-contact-info-list{display:grid;gap:12px}.gd-contact-info-card{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border:1px solid #d8eaf3;border-radius:12px;background:#fff;text-decoration:none;box-shadow:0 8px 24px rgba(6,59,92,.05)}.gd-contact-info-card:hover{border-color:#b9ddec}.gd-contact-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:50%;background:#eaf6fc;color:#006fae;font-weight:800}.gd-contact-info-card strong{display:block;color:#063b5c;font-size:15px;margin-bottom:3px}.gd-contact-info-card small{display:block;color:#526577;font-size:14px;line-height:1.55}
.gd-contact-form-card{padding:32px;border:1px solid #d8eaf3;border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(6,59,92,.08)}.gd-contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gd-contact-form label{display:block;color:#063b5c;font-weight:700;font-size:14px;margin-bottom:15px}.gd-contact-form label>span{color:#c79a45}.gd-contact-form label small{font-weight:500;color:#8294a2}.gd-contact-form input,.gd-contact-form textarea{width:100%;box-sizing:border-box;margin-top:7px;border:1px solid #cfe2ec;border-radius:9px;padding:12px 13px;font:inherit;color:#063b5c;background:#fff;outline:none}.gd-contact-form input:focus,.gd-contact-form textarea:focus{border-color:#0075b5;box-shadow:0 0 0 3px rgba(0,117,181,.08)}.gd-contact-form textarea{resize:vertical}.gd-contact-submit{width:100%;border:0;border-radius:9px;padding:14px 18px;background:#006fae;color:#fff;font-weight:800;font-size:15px;cursor:pointer}.gd-contact-submit span{margin-left:8px}.gd-contact-note{display:block;text-align:center;color:#7b8d99;margin-top:11px}.gd-contact-alert{padding:12px 14px;border-radius:9px;margin:0 0 16px;font-size:14px}.gd-contact-success{background:#eefaf2;color:#176b38;border:1px solid #bfe6ca}.gd-contact-error{background:#fff5f4;color:#9b2c24;border:1px solid #f0c9c4}.gd-contact-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.gd-contact-map-section{padding:0 0 78px}.gd-contact-map-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.gd-contact-map-button{display:inline-flex;padding:11px 16px;border-radius:8px;background:#eaf6fc;color:#006fae;text-decoration:none;font-weight:800}.gd-contact-map-wrap{height:420px;border:1px solid #d8eaf3;border-radius:18px;overflow:hidden;box-shadow:0 14px 35px rgba(6,59,92,.07)}.gd-contact-map-wrap iframe{width:100%;height:100%;border:0;display:block}.gd-contact-cta{padding:0 0 80px}.gd-contact-cta .container{padding:34px 40px;border-radius:16px;background:#006fae;display:flex;align-items:center;justify-content:space-between;gap:30px}.gd-contact-cta span{font-size:12px;letter-spacing:1.5px;font-weight:800;color:#d7effa}.gd-contact-cta h2{margin:7px 0 0;color:#fff;font-size:30px}.gd-contact-cta a{display:inline-flex;align-items:center;gap:8px;padding:14px 20px;border-radius:9px;background:#fff;color:#006fae;text-decoration:none;font-weight:800;white-space:nowrap}
@media(max-width:900px){.gd-contact-grid{grid-template-columns:1fr;gap:42px}.gd-contact-intro h1{font-size:40px}.gd-contact-map-wrap{height:360px}}
@media(max-width:600px){.gd-contact-intro{padding:52px 0 38px}.gd-contact-intro h1{font-size:34px}.gd-contact-main{padding:54px 0}.gd-contact-info h2,.gd-contact-form-card h2,.gd-contact-map-head h2{font-size:28px}.gd-contact-form-card{padding:22px}.gd-contact-form-grid{grid-template-columns:1fr}.gd-contact-map-head{align-items:flex-start;flex-direction:column}.gd-contact-map-wrap{height:300px}.gd-contact-cta .container{padding:28px 22px;align-items:flex-start;flex-direction:column}.gd-contact-cta h2{font-size:25px}.gd-contact-cta a{width:100%;justify-content:center}}

/* Contact page — enlarge only Office and Working Hours icon glyphs */
.gd-contact-info-list .gd-contact-info-card:nth-child(4) .gd-contact-icon,
.gd-contact-info-list .gd-contact-info-card:nth-child(5) .gd-contact-icon {
    font-size: 21px;
    line-height: 1;
}


/* =========================================================
   NV SUPERMART — HERO IMAGE ONLY
   FINAL OVERRIDE
   Desktop unchanged
   Mobile: complete 1920 × 600 image, no white space
   ========================================================= */

.gd-hero-copy,
.gd-hero-kicker,
.gd-hero-copy h1,
.gd-hero-copy p,
.gd-hero-copy .gd-hero-btn,
.gd-hero-copy .gd-hero-actions,
.gd-hero-prev,
.gd-hero-next,
.gd-hero-dots {
  display: none !important;
}

.gd-hero-overlay,
.gd-hero-slide::before,
.gd-hero-slide::after {
  display: none !important;
  content: none !important;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.gd-hero-slider,
.gd-hero-slides,
.gd-hero-slide {
  background-color: transparent !important;
}

.gd-hero-slide {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.gd-hero-inner {
  min-height: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   NV SUPERMART — MOBILE HERO FINAL
   IMAGE RATIO ONLY
   DESKTOP COMPLETELY UNTOUCHED
   ========================================================= */

@media screen and (max-width: 767px) {

    /* Remove the parent's fixed mobile hero height */
    body .gd-hero {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .gd-hero-slider {
        width: 100% !important;
        height: 31.25vw !important;
        min-height: 0 !important;
        max-height: 31.25vw !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body .gd-hero-slides {
        width: 100% !important;
        height: 31.25vw !important;
        min-height: 0 !important;
        max-height: 31.25vw !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body .gd-hero-slides > article.gd-hero-slide,
    body .gd-hero-slides > article.gd-hero-slide.is-active {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;

        width: 100% !important;
        height: 31.25vw !important;
        min-height: 0 !important;
        max-height: 31.25vw !important;

        margin: 0 !important;
        padding: 0 !important;

        background-size: 100% 100% !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }

    body .gd-hero-inner {
        width: 100% !important;
        height: 31.25vw !important;
        min-height: 0 !important;
        max-height: 31.25vw !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
/* =========================================================
   NV SUPERMART — MOBILE WHITE SPACE FINAL FIX
   ONLY REMOVE EXTRA WRAPPER HEIGHT
   IMAGE SIZE UNCHANGED
   DESKTOP UNTOUCHED
   ========================================================= */

@media screen and (max-width: 767px) {

    .gd-hero,
    .gd-hero-slider,
    .gd-hero-slides {
        height: 125px !important;
        min-height: 125px !important;
        max-height: 125px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .gd-hero-slides > article.gd-hero-slide,
    .gd-hero-slides > article.gd-hero-slide.is-active {
        height: 125px !important;
        min-height: 125px !important;
        max-height: 125px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .gd-hero-inner {
        height: 125px !important;
        min-height: 125px !important;
        max-height: 125px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}
