/* =========================================================
   MAHALAXMI TRADERS – MASTERPIECE LUXURY FOOTER
   Exact replica of reference design with photorealistic imagery
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Inter:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,700;1,400&display=swap');

:root {
  --gold: #e2b957;
  --green: #0f4a3c;
  --cream: #f8f2e4;
}

/* Fluid responsive root scaling for desktop canvas */
html {
  font-size: clamp(5.6px, calc(100vw / 210.3), 10px);
}

.site-premium-footer {
  position: relative !important;
  width: 210.3rem !important;
  height: 74.8rem !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: linear-gradient(100deg, #0c4633 0%, #0b4232 55%, #0a3a2c 100%) !important;
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  color: #fff !important;
  box-sizing: border-box !important;
}

.site-premium-footer * {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

.site-premium-footer a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-premium-footer a:hover {
  color: var(--gold) !important;
}

.site-premium-footer a:focus-visible {
  outline: 2px solid var(--gold) !important;
  outline-offset: 3px !important;
}

.site-premium-footer ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Background atmospheric gradient overlays */
.site-premium-footer::before {
  content: "";
  position: absolute;
  left: 143.7rem;
  top: 0;
  right: 0;
  height: 46rem;
  background: linear-gradient(90deg, rgba(60, 120, 80, 0.18), rgba(90, 150, 90, 0.35));
  pointer-events: none;
  z-index: 1;
}

.site-premium-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 16rem;
  background: linear-gradient(#0a4030, #093a2b);
  pointer-events: none;
  z-index: 1;
}

.site-premium-footer .a {
  position: absolute !important;
  z-index: 3 !important;
}

.site-premium-footer .band,
.site-premium-footer .lotus,
.site-premium-footer .temple {
  position: absolute !important;
  z-index: 1 !important;
}

.site-premium-footer .band {
  z-index: 2 !important;
}

/* =========================================================
   PHOTOREALISTIC MAKHANA ARTWORK (LEFT & RIGHT)
   ========================================================= */

/* Left Photorealistic Bowl */
.site-premium-footer .art-left {
  position: absolute !important;
  left: -12rem !important;
  top: 16rem !important;
  width: 42rem !important;
  height: 36rem !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: url('../assets/images/footer-makhana-left.jpg') no-repeat center center / cover !important;
  border-radius: 50% !important;
  mask-image: radial-gradient(circle at 45% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 75%) !important;
  -webkit-mask-image: radial-gradient(circle at 45% 50%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 75%) !important;
}

/* Top-Left Cascading Foliage */
.site-premium-footer .foliage-left {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 20rem !important;
  height: 24rem !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: url('../assets/images/footer-makhana-left.jpg') no-repeat top left / 55rem auto !important;
  mask-image: radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 75%) !important;
  -webkit-mask-image: radial-gradient(circle at 10% 10%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 75%) !important;
}

/* Right Photorealistic Overflowing Bowl on Burlap with Sunlight */
.site-premium-footer .art-right {
  position: absolute !important;
  right: -8rem !important;
  top: 0 !important;
  width: 58rem !important;
  height: 47rem !important;
  z-index: 1 !important;
  pointer-events: none !important;
  background: url('../assets/images/footer-makhana-right.jpg') no-repeat right center / cover !important;
  mask-image: radial-gradient(circle at 65% 55%, rgba(0, 0, 0, 1) 42%, rgba(0, 0, 0, 0) 80%) !important;
  -webkit-mask-image: radial-gradient(circle at 65% 55%, rgba(0, 0, 0, 1) 42%, rgba(0, 0, 0, 0) 80%) !important;
}

/* =========================================================
   LOGO BLOCK (STRICT ISOLATION FROM NAVBAR)
   ========================================================= */
.site-premium-footer .logo {
  position: absolute !important;
  left: 17.5rem !important;
  top: 3.5rem !important;
  width: 28.9rem !important;
  text-align: center !important;
  display: block !important;
  flex-direction: initial !important;
  gap: 0 !important;
  z-index: 3 !important;
}

.site-premium-footer .logo .footer-logo-img {
  width: 22.5rem !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.45));
  transition: transform 0.3s ease;
}

.site-premium-footer .logo:hover .footer-logo-img {
  transform: scale(1.02);
}

.site-premium-footer .logo .ring {
  width: 8.8rem !important;
  height: 8.8rem !important;
  display: block !important;
  margin: 0 auto !important;
}

.site-premium-footer .logo h2 {
  font-family: 'Cinzel', Georgia, serif !important;
  font-size: 4.7rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.03em !important;
  margin-top: 2.6rem !important;
  margin-bottom: 0 !important;
  color: #fff !important;
  text-align: center !important;
}

.site-premium-footer .logo h3 {
  font-family: 'Cinzel', Georgia, serif !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.62em !important;
  color: var(--gold) !important;
  margin: 1.4rem 0 0 0.6em !important;
  text-align: center !important;
}

.site-premium-footer .logo .ln {
  height: 1px !important;
  background: linear-gradient(90deg, transparent, var(--gold) 15%, var(--gold) 85%, transparent) !important;
  margin-top: 1.6rem !important;
  position: relative !important;
  width: 100% !important;
}

.site-premium-footer .logo .ln::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
  background: var(--gold);
  transform: rotate(45deg);
}

.site-premium-footer .logo p {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 1.9rem !important;
  color: var(--gold) !important;
  margin-top: 1.1rem !important;
  line-height: 2.2rem !important;
  text-align: center !important;
  white-space: nowrap !important;
}

/* =========================================================
   NAVIGATION LINK COLUMNS
   ========================================================= */
.site-premium-footer .col {
  position: absolute !important;
  z-index: 3 !important;
}

.site-premium-footer .col h4 {
  position: relative !important;
  font-family: 'Cinzel', Georgia, serif !important;
  font-size: 2.3rem !important;
  font-weight: 500 !important;
  line-height: 3rem !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  height: 3rem !important;
  margin-bottom: 0 !important;
}

.site-premium-footer .col h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 3.9rem;
  width: 4.8rem;
  height: 0.2rem;
  background: linear-gradient(90deg, var(--gold) 80%, transparent);
}

.site-premium-footer .col ul {
  list-style: none !important;
  margin-top: 3.3rem !important;
  padding: 0 !important;
}

.site-premium-footer .col li {
  font-size: 1.9rem !important;
  line-height: 4.04rem !important;
  color: #f1f1e8 !important;
  white-space: nowrap !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-premium-footer .col li a:hover {
  transform: translateX(4px);
  display: inline-block;
}

/* Golden Vertical Divider */
.site-premium-footer .vline {
  position: absolute !important;
  z-index: 3 !important;
  left: 143.7rem !important;
  top: 9rem !important;
  height: 28.3rem !important;
  width: 1px !important;
  background: linear-gradient(transparent, rgba(226, 185, 87, 0.6) 15%, rgba(226, 185, 87, 0.6) 85%, transparent) !important;
}

/* =========================================================
   STAY CONNECTED BLOCK
   ========================================================= */
.site-premium-footer .conn {
  position: absolute !important;
  z-index: 3 !important;
}

.site-premium-footer .conn h4 {
  font-family: 'Cinzel', Georgia, serif !important;
  font-size: 2.2rem !important;
  font-weight: 500 !important;
  line-height: 3rem !important;
  text-transform: uppercase !important;
  color: #fff !important;
}

.site-premium-footer .conn p {
  font-size: 1.85rem !important;
  line-height: 2.5rem !important;
  margin-top: 0.9rem !important;
  color: #d8d3c5 !important;
}

.site-premium-footer .soc {
  display: flex !important;
  gap: 1.6rem !important;
  margin-top: 2.2rem !important;
}

.site-premium-footer .soc a {
  width: 5rem !important;
  height: 5rem !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.3) !important;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease !important;
}

.site-premium-footer .soc a:hover {
  transform: translateY(-3px) scale(1.08) !important;
  box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.4) !important;
}

.site-premium-footer .soc svg {
  width: 2.8rem !important;
  height: 2.8rem !important;
}

.site-premium-footer .conn hr {
  border: 0 !important;
  height: 1px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  width: 32.5rem !important;
  margin: 2.4rem 0 1.6rem !important;
}

.site-premium-footer .conn ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-premium-footer .conn li {
  display: flex !important;
  align-items: center !important;
  height: 4.2rem !important;
  font-size: 1.9rem !important;
  white-space: nowrap !important;
  color: #f1eee3 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-premium-footer .conn li svg {
  width: 2.8rem !important;
  height: 2.8rem !important;
  margin: 0 1.9rem 0 0.1rem !important;
  fill: var(--gold) !important;
  flex: none !important;
}

.site-premium-footer .conn li a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

.site-premium-footer .conn li a:hover {
  color: var(--gold) !important;
}

/* =========================================================
   CREAM WAVE BAND WITH TRUST BADGES
   ========================================================= */
.site-premium-footer .ft {
  display: flex !important;
  align-items: center !important;
  gap: 2.5rem !important;
  height: 8rem !important;
}

.site-premium-footer .ft .ic {
  width: 8rem !important;
  height: 8rem !important;
  border-radius: 50% !important;
  background: radial-gradient(#f9ecd0, #f2e1bb) !important;
  display: grid !important;
  place-items: center !important;
  flex: none !important;
  box-shadow: inset 0 0 0 1px #ecd9ae, 0 3px 8px rgba(0, 0, 0, 0.06) !important;
}

.site-premium-footer .ft .ic svg {
  width: 3.9rem !important;
  height: 3.9rem !important;
  fill: var(--green) !important;
}

.site-premium-footer .ft b {
  display: block !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  line-height: 3rem !important;
  color: var(--green) !important;
}

.site-premium-footer .ft span {
  display: block !important;
  font-size: 1.85rem !important;
  line-height: 3rem !important;
  color: #1d4d3f !important;
}

.site-premium-footer .sep {
  position: absolute !important;
  z-index: 3 !important;
  top: 48.8rem !important;
  width: 1px !important;
  height: 5.4rem !important;
  background: #d9b46a !important;
}

/* =========================================================
   BOTTOM HERITAGE BAR
   ========================================================= */
.site-premium-footer .legal {
  position: absolute !important;
  left: 9.7rem !important;
  top: 64.3rem !important;
  display: flex !important;
  align-items: center !important;
  font-size: 1.85rem !important;
  line-height: 3rem !important;
  color: #f2f2ea !important;
  z-index: 3 !important;
}

.site-premium-footer .legal i {
  display: block !important;
  width: 1px !important;
  height: 1.4rem !important;
  background: var(--gold) !important;
  margin: 0 2.4rem !important;
}

.site-premium-footer .root {
  position: absolute !important;
  left: 130rem !important;
  top: 63.5rem !important;
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 1.95rem !important;
  line-height: 3rem !important;
  font-weight: 500 !important;
  color: var(--gold) !important;
  z-index: 3 !important;
}

.site-premium-footer .orn {
  position: absolute !important;
  left: 141.8rem !important;
  top: 68.3rem !important;
  width: 9rem !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, var(--gold), transparent) !important;
  z-index: 3 !important;
}

.site-premium-footer .orn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: -0.35rem;
  background: var(--gold);
  transform: rotate(45deg);
}

/* =========================================================
   MOBILE & TABLET RESPONSIVENESS (<1180px)
   ========================================================= */
@media (max-width: 1180px) {
  html {
    font-size: 8px !important;
  }
  .site-premium-footer {
    width: auto !important;
    height: auto !important;
    padding: 32px 22px 28px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 28px 24px !important;
    background: #0b4232 !important;
  }
  .site-premium-footer::before,
  .site-premium-footer::after,
  .site-premium-footer .art-left,
  .site-premium-footer .foliage-left,
  .site-premium-footer .art-right,
  .site-premium-footer .band,
  .site-premium-footer .lotus,
  .site-premium-footer .temple,
  .site-premium-footer .vline,
  .site-premium-footer .sep,
  .site-premium-footer .orn {
    display: none !important;
  }
  .site-premium-footer .a {
    position: static !important;
    flex: 1 1 42% !important;
    min-width: 190px !important;
  }
  .site-premium-footer .logo,
  .site-premium-footer .legal,
  .site-premium-footer .root {
    flex-basis: 100% !important;
  }
  .site-premium-footer .logo {
    width: auto !important;
    text-align: left !important;
  }
  .site-premium-footer .logo .footer-logo-img {
    margin: 0 !important;
    max-width: 190px !important;
  }
  .site-premium-footer .logo .ring {
    margin: 0 !important;
  }
  .site-premium-footer .logo h3 {
    margin-left: 0 !important;
  }
  .site-premium-footer .conn {
    flex-basis: 100% !important;
  }
  .site-premium-footer .ft {
    background: var(--cream) !important;
    padding: 14px !important;
    border-radius: 12px !important;
    height: auto !important;
  }
  .site-premium-footer .legal {
    flex-wrap: wrap !important;
    gap: 8px 0 !important;
  }
  .site-premium-footer .root {
    text-align: center !important;
  }
}
