.elementor-77 .elementor-element.elementor-element-63c521a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5acd0ee *//* ════════════════════════════════════════════════════════════════════
   D'GRANDEUR INTERIORS — PREMIUM DARK STICKY HEADER | CSS
   Prefix: "dgh-"
   Dark theme matches the dark D'grandeur logo
════════════════════════════════════════════════════════════════════ */

:root {
  --dgh-ink:           #0a0a0a;
  --dgh-ink-2:         #141414;
  --dgh-ink-3:         #1f1f1f;
  --dgh-text:          #e8e8e8;
  --dgh-text-dim:      #a0a0a0;
  --dgh-text-low:      #6a6a6a;
  --dgh-orange:        #f08a2e;
  --dgh-orange-dark:   #d97520;
  --dgh-white:         #ffffff;
  --dgh-line:          rgba(255,255,255,0.08);
  --dgh-line-bright:   rgba(255,255,255,0.15);

  --dgh-font:          'Poppins', sans-serif;
  --dgh-font-serif:    'Playfair Display', Georgia, serif;
  --dgh-ease:          cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --dgh-ease-smooth:   cubic-bezier(0.16, 1, 0.3, 1);

  --dgh-topbar-h:      42px;
  --dgh-header-h:      96px;
  --dgh-header-h-sm:   72px;
}


/* Reset within scope */
.dgh-topbar *,
.dgh-topbar *::before,
.dgh-topbar *::after,
.dgh-header *,
.dgh-header *::before,
.dgh-header *::after,
.dgh-mobile *,
.dgh-mobile *::before,
.dgh-mobile *::after {
  box-sizing: border-box;
}


/* ════════════════════════════════════════════════════
   TOP ANNOUNCEMENT BAR (Subtle dark)
════════════════════════════════════════════════════ */
.dgh-topbar {
  background: var(--dgh-ink);
  color: var(--dgh-text);
  font-family: var(--dgh-font);
  height: var(--dgh-topbar-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--dgh-line);
  position: relative;
  z-index: 99;
}

.dgh-topbar-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.dgh-topbar-left {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.dgh-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dgh-text-dim);
  font-size: 12.5px;
  text-decoration: none;
  transition: color 0.3s var(--dgh-ease);
  font-weight: 400;
  letter-spacing: 0.2px;
}

.dgh-top-link:hover {
  color: var(--dgh-orange);
}

.dgh-top-link-static {
  cursor: default;
}

.dgh-top-link-static:hover {
  color: var(--dgh-text-dim);
}

.dgh-top-link i {
  font-size: 11px;
  color: var(--dgh-orange);
}

.dgh-topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dgh-top-text {
  font-size: 12px;
  color: var(--dgh-text-low);
  letter-spacing: 0.5px;
}

.dgh-social {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  color: var(--dgh-text-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.3s var(--dgh-ease);
}

.dgh-social:hover {
  background: var(--dgh-orange);
  color: var(--dgh-white);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240,138,46,0.4);
}


/* ════════════════════════════════════════════════════
   MAIN STICKY HEADER (DARK PREMIUM)
════════════════════════════════════════════════════ */
.dgh-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--dgh-ink-2);
  height: var(--dgh-header-h);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--dgh-line);
  transition: all 0.4s var(--dgh-ease-smooth);
  font-family: var(--dgh-font);
}

.dgh-header.dgh-scrolled {
  height: var(--dgh-header-h-sm);
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  border-bottom-color: var(--dgh-line-bright);
}

.dgh-header.dgh-hidden {
  transform: translateY(-100%);
}

.dgh-header-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}


/* ─── LOGO IMAGE ─── */
.dgh-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  height: 100%;
  max-height: var(--dgh-header-h);
  overflow: hidden;
  transition: transform 0.4s var(--dgh-ease-smooth);
}

.dgh-logo:hover {
  transform: scale(1.03);
}

.dgh-logo-img {
  max-height: 64px;
  height: auto;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain;
  transition: max-height 0.4s var(--dgh-ease-smooth), max-width 0.4s var(--dgh-ease-smooth);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

.dgh-header.dgh-scrolled .dgh-logo-img {
  max-height: 48px;
  max-width: 160px;
}


/* ─── NAVIGATION ─── */
.dgh-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.dgh-nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dgh-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: var(--dgh-text);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.3s var(--dgh-ease), transform 0.3s var(--dgh-ease);
}

.dgh-nav-link i {
  font-size: 12px;
  color: var(--dgh-orange);
  opacity: 0.7;
  transition: opacity 0.3s var(--dgh-ease), transform 0.3s var(--dgh-ease);
}

.dgh-nav-link::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--dgh-orange);
  transform: translateX(-50%);
  transition: width 0.4s var(--dgh-ease-smooth);
}

.dgh-nav-link:hover {
  color: var(--dgh-white);
  transform: translateY(-1px);
}

.dgh-nav-link:hover i {
  opacity: 1;
  transform: scale(1.15);
}

.dgh-nav-link:hover::before {
  width: 28px;
}

.dgh-nav-link.dgh-active {
  color: var(--dgh-orange);
  font-weight: 600;
}

.dgh-nav-link.dgh-active i {
  opacity: 1;
}

.dgh-nav-link.dgh-active::before {
  width: 28px;
}


/* ─── ACTIONS (Search + CTA + Burger) ─── */
.dgh-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.dgh-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--dgh-line-bright);
  background: transparent;
  color: var(--dgh-white);
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s var(--dgh-ease);
}

.dgh-icon-btn:hover {
  background: var(--dgh-orange);
  color: var(--dgh-white);
  border-color: var(--dgh-orange);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(240,138,46,0.35);
}

.dgh-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: var(--dgh-orange);
  color: var(--dgh-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.4s var(--dgh-ease);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(240,138,46,0.35);
}

.dgh-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.7s var(--dgh-ease);
}

.dgh-cta-btn:hover {
  background: var(--dgh-orange-dark);
  color: var(--dgh-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(240,138,46,0.5);
}

.dgh-cta-btn:hover::before { left: 100%; }

.dgh-cta-btn i {
  font-size: 11px;
  transition: transform 0.3s var(--dgh-ease);
}

.dgh-cta-btn:hover i {
  transform: translateX(3px);
}


/* ─── BURGER (mobile only) ─── */
.dgh-burger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--dgh-line-bright);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding: 0;
  transition: all 0.3s var(--dgh-ease);
}

.dgh-burger span {
  position: absolute;
  left: 50%;
  width: 18px;
  height: 1.5px;
  background: var(--dgh-white);
  transform: translateX(-50%);
  transition: all 0.4s var(--dgh-ease-smooth);
}

.dgh-burger span:nth-child(1) { top: 14px; }
.dgh-burger span:nth-child(2) { top: 50%; transform: translate(-50%, -50%); }
.dgh-burger span:nth-child(3) { bottom: 14px; }

.dgh-burger-active {
  background: var(--dgh-orange);
  border-color: var(--dgh-orange);
}

.dgh-burger-active span {
  background: var(--dgh-white);
}

.dgh-burger-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.dgh-burger-active span:nth-child(2) {
  opacity: 0;
}

.dgh-burger-active span:nth-child(3) {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}


/* ════════════════════════════════════════════════════
   MOBILE MENU OVERLAY (Same dark theme)
════════════════════════════════════════════════════ */
.dgh-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--dgh-ink);
  color: var(--dgh-white);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.4s var(--dgh-ease-smooth),
              transform 0.4s var(--dgh-ease-smooth),
              visibility 0s 0.4s linear;
  overflow-y: auto;
  font-family: var(--dgh-font);
}

.dgh-mobile-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.4s var(--dgh-ease-smooth),
              transform 0.4s var(--dgh-ease-smooth),
              visibility 0s 0s linear;
}

.dgh-mobile-inner {
  padding: 130px 8% 60px;
  max-width: 720px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.dgh-mobile-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--dgh-orange);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.dgh-mobile-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.dgh-mobile-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  font-family: var(--dgh-font-serif);
  font-size: 30px;
  font-weight: 600;
  color: var(--dgh-white);
  text-decoration: none;
  border-bottom: 1px solid var(--dgh-line);
  letter-spacing: -0.5px;
  position: relative;
  transition: color 0.3s var(--dgh-ease), padding 0.3s var(--dgh-ease);
}

/* Number prefix */
.dgh-m-num {
  font-family: var(--dgh-font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--dgh-text-low);
  width: 26px;
  flex-shrink: 0;
}

/* Icon next to label */
.dgh-m-ico {
  font-size: 18px;
  color: var(--dgh-orange);
  width: 26px;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.3s var(--dgh-ease);
}

/* Arrow at end */
.dgh-m-arr {
  margin-left: auto;
  font-size: 16px;
  color: var(--dgh-orange);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s var(--dgh-ease), transform 0.3s var(--dgh-ease);
}

.dgh-mobile-link:hover {
  color: var(--dgh-orange);
  padding-left: 12px;
}

.dgh-mobile-link:hover .dgh-m-ico {
  transform: scale(1.15);
}

.dgh-mobile-link:hover .dgh-m-arr {
  opacity: 1;
  transform: translateX(0);
}

.dgh-mobile-footer {
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid var(--dgh-line);
}

.dgh-mobile-cta {
  display: block;
  text-align: center;
  padding: 16px 30px;
  background: var(--dgh-orange);
  color: var(--dgh-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  margin-bottom: 30px;
  transition: all 0.3s var(--dgh-ease);
  box-shadow: 0 8px 24px rgba(240,138,46,0.4);
}

.dgh-mobile-cta:hover {
  background: var(--dgh-orange-dark);
  color: var(--dgh-white);
  transform: translateY(-2px);
}

.dgh-mobile-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.dgh-mobile-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--dgh-line-bright);
  color: var(--dgh-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s var(--dgh-ease);
}

.dgh-mobile-social a:hover {
  background: var(--dgh-orange);
  border-color: var(--dgh-orange);
  transform: translateY(-3px);
}

.dgh-mobile-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.dgh-mobile-contact a {
  font-size: 13px;
  color: var(--dgh-text-dim);
  text-decoration: none;
  transition: color 0.3s var(--dgh-ease);
}

.dgh-mobile-contact a:hover {
  color: var(--dgh-orange);
}

.dgh-mobile-contact i {
  margin-right: 8px;
  color: var(--dgh-orange);
}


/* ════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .dgh-nav-link {
    padding: 10px 12px;
    font-size: 13px;
  }
  .dgh-actions { gap: 10px; }
  .dgh-cta-btn {
    padding: 11px 18px;
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .dgh-nav { display: none; }
  .dgh-cta-btn { display: none; }
  .dgh-burger { display: block; }
  .dgh-icon-btn { display: none; }
}

@media (max-width: 768px) {
  .dgh-topbar-left {
    gap: 16px;
  }
  .dgh-top-link span { display: none; }
  .dgh-top-link i { font-size: 13px; }
  .dgh-top-link-static { display: none; }
  .dgh-top-text { display: none; }

  .dgh-logo-img {
    max-height: 52px;
    max-width: 170px;
  }
}

@media (max-width: 540px) {
  :root {
    --dgh-topbar-h: 36px;
    --dgh-header-h: 78px;
    --dgh-header-h-sm: 64px;
  }
  .dgh-logo-img {
    max-height: 44px;
    max-width: 140px;
  }
  .dgh-header.dgh-scrolled .dgh-logo-img {
    max-height: 38px;
    max-width: 120px;
  }
  .dgh-topbar-right .dgh-social:nth-child(5),
  .dgh-topbar-right .dgh-social:nth-child(6) {
    display: none;
  }
  .dgh-topbar-inner { padding: 0 4%; }
  .dgh-header-inner { padding: 0 4%; }
  .dgh-mobile-link {
    font-size: 26px;
    padding: 18px 0;
  }
  .dgh-mobile-inner {
    padding: 100px 6% 40px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .dgh-header,
  .dgh-mobile,
  .dgh-mobile *,
  .dgh-header *,
  .dgh-topbar * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.2s !important;
  }
}


/* ════════════════════════════════════════════════════════════════════
   D'GRANDEUR — HEADER CART ICON STYLES
════════════════════════════════════════════════════════════════════ */

.dgh-cart-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  margin: 0 4px !important;
  flex-shrink: 0 !important;
}

.dgh-cart-icon:hover {
  background: #f08a2e !important;
  color: #ffffff !important;
  border-color: #f08a2e !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(240,138,46,0.4) !important;
}

.dgh-cart-icon i {
  font-size: 16px !important;
  color: inherit !important;
}

.dgh-cart-count {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  min-width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #f08a2e !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 5px !important;
  border: 2px solid #141414 !important;
  font-family: 'Poppins', sans-serif !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

.dgh-cart-icon:hover .dgh-cart-count {
  border-color: #f08a2e !important;
  background: #ffffff !important;
  color: #f08a2e !important;
}

/* Hide cart count when zero */
.dgh-cart-count:empty,
.dgh-cart-count:where([data-count="0"]) {
  display: none !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .dgh-cart-icon {
    width: 40px !important;
    height: 40px !important;
  }
  .dgh-cart-icon i {
    font-size: 14px !important;
  }
}/* End custom CSS */