:root {
  --bg: #fffaf3;
  /* warm cream */
  --primary: #4d0816;
  /* saffron-maroon */
  --primary-700: #4d0816;
  --accent: #feb000;
  /* gold */
  --ink: #011544;
  /* deep brown */
  --muted: #6b625b;
  --card: #ffffff;
  --ring: 0 10px 30px rgba(181, 76, 42, .15);
  --soft: 0 6px 16px rgba(0, 0, 0, .08);
  --radius: 18px;
}

h1 h2 h3 h4 h5 h6 {}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block
}

a {
  color: var(--primary);
  text-decoration: none
}

p {
  text-align: justify;
  font-size: 14px;
}

.container {
  width: min(1200px, 90%);
  margin-inline: auto
}

.badge {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  padding: .35rem .6rem;
  border: 1px solid #ead9c9;
  border-radius: 999px;
  background: #fff7ef;
  color: var(--primary-700);
  font-size: .8rem
}

/* Header */
/* header {
  position: sticky;
  top: 0;
  z-index: 999999;
  background: rgba(255, 250, 243, .9);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid #f1e6d6
} */
header {
  position: relative;
  z-index: 999999;
}

.header-main {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fffaf3;
  transition: .3s;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  padding: .4rem 0;
  font-size: .9rem
}

.topbar .cta {
  display: flex;
  gap: .6rem;
  align-items: center
}

.topbar .cta a {
  background: var(--primary);
  color: #fff;
  padding: .35rem .7rem;
  border-radius: 999px;
  font-weight: 600
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .8rem 0
}

.logo>img {
  display: flex;
  height: 80px;
  width: auto;
  align-items: center;
  gap: .6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: black;
  max-width: 220px;
  object-fit: contain;
}

.logo>img.site-logo-mobile {
  display: none;
}

/* Sticky Header */

.header-main.sticky .logo>img {
  height: 70px;
}

/* Optional: Reduce header padding */

.header-main {
  transition: all .35s ease;
}

.header-main.sticky {
  padding: 5px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .10);
}


.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 24px;
  padding: 0px 0 0;
}

.logo {
  flex: 0 0 auto;
  order: 1;
}

.header-right {
  display: contents;
}

.header-product-search {
  order: 2;
  flex: 1 1 460px;
  max-width: 760px;
  min-width: 260px;
  height: 52px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eadccc;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
}

.header-product-search select,
.header-product-search input {
  height: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #2b211d;
  font-size: 15px;
}

.header-product-search select {
  width: 210px;
  min-width: 170px;
  padding: 0 18px;
  border-right: 1px solid #eadccc;
  cursor: pointer;
}

.header-product-search input {
  flex: 1;
  min-width: 0;
  padding: 0 18px;
}

.header-product-search button {
  height: 100%;
  min-width: 120px;
  border: 0;
  background: #7a0019;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
}

.header-product-search button:hover {
  background: #9b0f2d;
}

.desktop-menu {
  order: 4;
  flex: 0 0 100%;
  width: 100%;
  border-top: 1px solid #f0e4d6;
}

.desktop-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  margin: 0;
  padding: 0;
}

.book-btn {
  flex-shrink: 0;
}

nav ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0
}

nav a {
  padding: .55rem .75rem;
  font-size: 15px;
  border-radius: 10px;
  color: var(--ink)
}

nav a:hover {
  color: var(--primary);
  text-decoration: none
}

.mega-title a {
  font-weight: bold;
  font-size: 20px;
  padding-left: 0px;
}

.menu-btn {
  display: none
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate
}

.hero .wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 3rem;
  align-items: center;
  padding: 0
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .7rem;
  border: 1px dashed #e8d8c6;
  border-radius: 999px;
  background: #fff
}

.title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.15;
  margin: .6rem 0;
  color: var(--primary-700)
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 52ch
}

.actions {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-top: 1rem
}

.btn {
  padding: .8rem 0.8rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 600
}

.btn.primary {
  background: var(--primary);
  color: #fff
}

.btn.ghost {
  background: #fff;
  border-color: #f0e7da
}

.hero-art {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--ring)
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 70% 20%, rgba(217, 163, 26, .15), transparent), radial-gradient(40% 40% at 0% 100%, rgba(181, 76, 42, .13), transparent)
}

/* Section base */
section {
  padding: 1rem 0
}

.section-header {
  display: ;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem
}

.section-header h2 {
  font-family: "Playfair Display", serif;
  margin: 0;
  font-size: clamp(3rem, 2.1vw, 2rem);
  text-align: center;
  width: 100%;
  line-height: 50px;
}

.section-header p {
  color: var(--muted);
  max-width: ;
  text-align: center;
}

/* Cards grid */
/* GRID SYSTEM */
.grid {
  display: grid;
  gap: 1rem;
}

/* Desktop columns */
.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Tablet */
@media (max-width: 980px) {

  .grid.cols-6,
  .grid.cols-5,
  .grid.cols-4,
  .grid.cols-3,
  .grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 560px) {

  .grid.cols-6,
  .grid.cols-5,
  .grid.cols-4,
  .grid.cols-3,
  .grid.cols-2 {
    grid-template-columns: 1fr;
  }
}


.card {
  background: var(--card);
  border: 1px solid #f1e7da;
  border-radius: 16px;
  padding: 20px !important;
  box-shadow: var(--soft);
  display: flex;
  flex-direction: column;
  gap: .3rem;
  margin-bottom: 20px;
}

.card .icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff7ef;
  border: 1px solid #f2e0d6
}

.card h3 {
  margin: 20px 0px 10px 0px;
  font-size: 18px;
  padding: 0;
}

.card p {
  color: var(--muted);
  font-size: .95rem;
  margin: 0px;
  padding: 0;
}

.card-img {
  width: 100%;
  height: auto;
  object-fit: ;
}

.card a.more {
  margin: 0 1rem;
  align-self: flex-start;
  font-weight: 600
}

/* Packages carousel */
.carousel {
  display: flex;
  gap: 1rem;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: .5rem
}

.carousel .pkg {
  scroll-snap-align: start;
  min-width: 260px
}

.pkg {
  background: #fff;
  border: 1px solid #f1e6d6;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--soft)
}

.pkg h4 {
  padding: 0 1rem;
  margin: 0px;
  font-size: 16px;
  line-height: 1.3;
}

.pkg img {
  margin-bottom: 10px;
  border-radius: 12px 12px 0 0;
}

.pkg .mini {
  color: var(--muted);
  font-size: .92rem;
  padding: 0 1rem;
}

.pkg a.more {
  margin: 0 1rem;
  align-self: flex-start;
  font-weight: 600
}

/* Tabs */
.tabs {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem
}

.tabs button {
  padding: .55rem .8rem;
  border: 1px solid #eadccc;
  background: #fff;
  border-radius: 999px;
  cursor: pointer
}

.tabs button.active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary)
}

.tab-panel {
  display: none
}

.tab-panel.active {
  display: block
}

/* Testimonial */
.testimonial {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  align-items: center;
  background: #fff;
  border: 1px solid #f2e6d8;
  border-radius: 16px;
  padding: 1rem
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f0e0c8
}

/* Contact */
.contact {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.5rem
}

.field {
  display: flex;
  flex-direction: column;
  gap: .4rem
}

.field input,
.field textarea {
  padding: .8rem 1rem;
  border: 1px solid #eadccc;
  border-radius: 12px;
  background: #fff;
  margin-top: 10px;
}

.captcha-box {
  padding: .8rem 1rem;
  border: 1px solid #eadccc;
  border-radius: 12px;
  background: #fff;
  margin-top: 10px;
}

.field textarea {
  min-height: 100px
}

/* Footer */
footer {
  background: #1c1713;
  color: #e9e1d9;
}

footer a {
  color: #f6d38b
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem;
  padding: 2rem 0
}

.foot-bottom {
  border-top: 1px solid #3b332c;
  padding: 1rem 0;
  color: #b9afa7;
  font-size: .9rem
}

/* Utilities */
.hidden {
  display: none
}

/* Responsive */
@media (max-width: 980px) {
  .hero .wrap {
    grid-template-columns: 1fr;
    gap: 1.5rem
  }

  .contact {
    grid-template-columns: 1fr
  }

  .grid.cols-4 {
    grid-template-columns: repeat(2, 1fr)
  }

  .grid.cols-3 {
    grid-template-columns: repeat(2, 1fr)
  }

  nav ul {
    display: none
  }

  .menu-btn {
    display: inline-flex;
    padding: .6rem .7rem;
    border: 1px solid #eadccc;
    border-radius: 10px;
    background: #fff
  }
}

@media (max-width: 560px) {

  .grid.cols-4,
  .grid.cols-3 {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

/* --- FIX HERO SLIDER LAYOUT --- */
.hero-art {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
}

.hero-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-swiper .swiper-wrapper {
  width: 100%;
}

.hero-swiper .swiper-slide {
  width: 100% !important;
}

/* image fix */
.hero-swiper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 12px;
}

/* --- NAVIGATION BUTTONS FIX --- */
/* Small Circular Navigation Buttons */
.hero-prev,
.hero-next {
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}

/* Position left/right */
.hero-prev {
  left: 10px !important;
}

.hero-next {
  right: 10px !important;
}

/* Arrow icon styling */
.hero-prev::after,
.hero-next::after {
  font-size: 12px !important;
  color: #000 !important;
  font-weight: 700;
}


/* --- PAGINATION FIX --- */
.hero-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 30;
}

.hero-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
}

/* BREADCRUMBS */
.breadcrumbs {
  font-size: 15px;
  margin: 20px 0;
  opacity: 0;
  animation: fadeUp 1.4s ease-out forwards;
}

.breadcrumbs a {
  color: #444;
}

.breadcrumbs span {
  color: #888;
}

/* TWO COLUMN LAYOUT */
.service-wrapper {
  display: flex;
  width: 100%;
  gap: 35px;
  margin-top: 30px;
}

/* LEFT */
.service-left {
  flex: 0 0 70%;
  max-width: 70%;
}

/* RIGHT - STICKY SIDEBAR */
.service-right {
  flex: 0 0 30%;
  max-width: 30%;
  position: sticky;
  top: 120px;
  height: fit-content;
  background: #fafafa;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
}

/* SMOOTH SCROLL */
html {
  scroll-behavior: smooth;
}

/* ANIMATION */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .service-wrapper {
    flex-direction: column;
  }

  .service-left,
  .service-right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .service-right {
    position: static;
  }
}

/* FAQ Accordion */
.faq-accordion {
  margin-top: 30px;
}

.faq-item {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-q {
  padding: 14px 18px;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-q h4 {
  margin: 0;
  font-size: 16px;
}

.faq-a {
  padding: 14px 18px;
  background: #fafafa;
  display: none;
  line-height: 1.6;
}

/* Related Slider (Swiper) */
.related-section {
  margin-top: 40px;
}

.swiper {
  padding: 10px 0;
}

.related-swiper .swiper-slide {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
}

.related-card {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.related-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

/* ===============================
      CONSULT FLOATING BUTTON
================================ */

.consult-fab {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99999999;
}

.fab-main {

  width: 72px;
  height: 72px;

  border-radius: 50%;

  background: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  cursor: pointer;

  box-shadow: 0 10px 35px rgba(0, 0, 0, .25);

  transition: .3s;

  position: relative;

  z-index: 99999999;

}

.fab-main:hover {

  transform: scale(1.08);

}

.fab-main img {

  width: 42px;

  height: 42px;

  pointer-events: none;

}

.fab-menu {

  position: absolute;

  right: 0;

  bottom: 90px;

  display: none;

  flex-direction: column;

  gap: 12px;

  z-index: 99999999;

}

.fab-item a {

  display: block;

  background: #7a0019;

  color: #fff;

  padding: 10px 18px;

  border-radius: 30px;

  text-decoration: none;

  white-space: nowrap;

  box-shadow: 0 5px 20px rgba(0, 0, 0, .18);

}



/* Go To Top */
/*=========================================
        LUXURY BACK TO TOP
=========================================*/

.back-to-top {

  position: fixed;

  right: 28px;

  bottom: 115px;
  /* Above FAB */

  width: 58px;

  height: 58px;

  border-radius: 50%;

  background: linear-gradient(135deg, #8B0000, #b8860b);

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 20px;

  cursor: pointer;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);

  opacity: 0;

  visibility: hidden;

  transform: translateY(20px);

  transition: .35s ease;

  z-index: 99999998;

}

.back-to-top:hover {

  transform: translateY(-5px) scale(1.08);

  box-shadow: 0 15px 35px rgba(0, 0, 0, .35);

}

.back-to-top.show {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}

.back-to-top::before {

  content: "";

  position: absolute;

  inset: -4px;

  border-radius: 50%;

  border: 2px solid rgba(212, 175, 55, .45);

  animation: pulseRing 2s infinite;

}

@keyframes pulseRing {

  0% {
    transform: scale(.9);
    opacity: .8;
  }

  70% {
    transform: scale(1.2);
    opacity: 0;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }

}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .back-to-top {

    width: 50px;

    height: 50px;

    bottom: 100px;

    right: 18px;

    font-size: 18px;

  }

}


/* Share Buttons */
.share-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.share-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* small responsiveness */
@media(max-width:900px) {
  .related-card img {
    height: 100px;
  }

  .fab-menu {
    right: 0;
  }
}





/* Swiper navigation buttons – small circle style */
.related-swiper .swiper-button-prev,
.related-swiper .swiper-button-next {
  width: 34px !important;
  height: 34px !important;
  background: #ffffff;
  color: #000000 !important;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
  top: 50%;
  transform: translateY(-50%);
}

/* Force Swiper icons to become black arrows */
.related-swiper .swiper-button-prev:after,
.related-swiper .swiper-button-next:after {
  font-size: 16px !important;
  color: #000000 !important;
  font-weight: 700;
}

/* Hover effect */
.related-swiper .swiper-button-prev:hover,
.related-swiper .swiper-button-next:hover {
  background: #f1f1f1;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}




/* Packages Slider */
.packages-swiper {
  width: 100%;
  padding: 10px 0 40px;
}

.packages-swiper .swiper-wrapper {
  display: flex !important;
  align-items: stretch;
}

.packages-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  flex-shrink: 0 !important;
  height: auto;
  width: calc((100% - 45px) / 4) !important;
}

@media (max-width: 1199px) {
  .packages-swiper .swiper-slide {
    width: calc((100% - 30px) / 3) !important;
  }
}

@media (max-width: 899px) {
  .packages-swiper .swiper-slide {
    width: calc((100% - 15px) / 2) !important;
  }
}

@media (max-width: 639px) {
  .packages-swiper .swiper-slide {
    width: 100% !important;
  }
}


.pkg {
  background: #fff;
  border: 1px solid #f1e6d6;
  border-radius: 16px;
  padding: 0rem;
  box-shadow: var(--soft);
  width: 280px;
}

.pkg-media-link {
  display: block;
  color: inherit;
}

.pkg-title-link {
  color: #241820;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}

.pkg-title-link:hover {
  color: #7a0019;
}

.pkg img {
  width: 100%;
  height: 160px;
  border-radius: 12px 12px 0px 0px;
  object-fit: cover;
}

/* Nav buttons */
.pkg-prev,
.pkg-next {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  color: #000 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.pkg-prev:after,
.pkg-next:after {
  font-size: 14px !important;
  font-weight: 700;
  color: #000 !important;
}

/* Pagination Dots */
.pkg-pagination .swiper-pagination-bullet {
  background: #ccc;
}

.pkg-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

@media (max-width: 767px) {
  .topbar {
    display: none !important;
  }
}




/*==================================================
        ULTRA LUXURY MEGA MENU
==================================================*/

nav {
  position: relative;
}

nav>ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav>ul>li {
  position: relative;
}

/* top menu */

nav>ul>li>a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  color: #fffaf3;
  font-size: 16px;
  font-weight: 500;
  transition: .3s;
}

.desktop-menu>ul>li.has-mega>a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.desktop-menu>ul>li.has-mega>a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  transition: .3s;
}

.desktop-menu>ul>li.has-mega:hover>a::after,
.desktop-menu>ul>li.has-mega:focus-within>a::after {
  transform: rotate(180deg);
}

nav ul li>a:hover {

  color: #faab00;

}


/*======================
      MEGA MENU
=======================*/

nav li .mega {
  position: fixed;
  left: var(--mega-left, 50%);
  top: var(--mega-top, 145px);
  transform: translateX(-50%);
  width: 1280px;
  max-width: 95vw;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .18);
  border-top: 4px solid #7a0019;
  padding: 20px;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  z-index: 999999;
}

@media(min-width:981px) {
  nav li .mega {
    margin-top: 5px;
  }
}

/* Services */

.services-menu .mega {

  grid-template-columns: repeat(4, 1fr);

}

/* Products */

.products-menu .mega {

  width: 420px;

  grid-template-columns: 1fr;

}

.content-menu .mega {

  width: 420px;

  grid-template-columns: 1fr;

}

/* Sangrah */

.sangrah-menu .mega {

  width: 1000px;

  grid-template-columns: repeat(3, 1fr);

}

/* Videos */

.video-menu .mega {

  width: 700px;

  grid-template-columns: repeat(2, 1fr);

}

/* Show */

@media(min-width:981px) {

  nav li.has-mega:hover>.mega,
  nav li.has-mega:focus-within>.mega {

    display: grid;

  }

}

/*=========================
     COLUMN
==========================*/

.mega-col {

  width: 100%;

}

.mega-head {

  margin-bottom: 18px;

  padding-bottom: 10px;

  border-bottom: 2px solid #eee;

}

.mega-head a {

  color: #7a0019;

  font-size: 19px;

  font-weight: 700;

  text-decoration: none;

}

.mega-head a:hover {

  color: #9d0828;

}

.mega-col ul {

  display: block !important;

  flex-direction: column !important;

  gap: 0 !important;

  width: 100%;

  margin: 0;

  padding: 0;

  list-style: none;

}

.mega-col li {

  display: block !important;

  width: 100%;

  margin: 0;

  padding: 0;

  float: none;

}

.mega-col li a {

  display: block !important;

  width: 100%;

  padding: 3px 0;

  line-height: 1.6;

  white-space: normal;

  word-break: normal;

  overflow-wrap: break-word;

}

.mega-col li a:hover {

  color: #7a0019;

  padding-left: 8px;

}

.mega-col:not(:last-child) {

  border-right: 1px solid #eee;

  padding-right: 20px;

}

/*=========================
      MOBILE
==========================*/

.menu-btn {

  display: none;

}

@media(max-width:980px) {

  .menu-btn {

    display: block;

    background: #7a0019;

    color: #fff;

    border: none;

    border-radius: 10px;

    padding: 12px 18px;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

  }

  nav ul {

    display: none;

    position: absolute;

    right: 0;

    top: 65px;

    width: 340px;

    background: #fff;

    border-radius: 18px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);

    padding: 15px;

    flex-direction: column;

    align-items: stretch;

    gap: 0;

    max-height: 80vh;

    overflow-y: auto;

    z-index: 999999;

  }

  nav ul.show {

    display: flex;

  }

  nav ul>li {

    width: 100%;

    border-bottom: 1px solid #eee;

  }

  nav ul>li>a {

    padding: 15px 10px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    font-size: 17px;

    font-weight: 600;

  }

  /* Mobile Mega */

  nav li .mega {

    position: relative;

    left: auto;

    top: auto;

    transform: none;

    width: 100% !important;

    max-width: 100%;

    display: none;

    grid-template-columns: 1fr;

    padding: 12px;

    margin: 10px 0;

    background: #fafafa;

    border: 1px solid #eee;

    border-radius: 12px;

    box-shadow: none;

  }

  nav li .mega.open {

    display: grid;

  }

  .mega-col {

    padding: 12px 0;

    border-right: none !important;

    border-bottom: 1px solid #eee;

  }

  .mega-col:last-child {

    border-bottom: none;

  }

  .mega-head {

    margin-bottom: 10px;

    padding-bottom: 8px;

  }

  .mega-head a {

    font-size: 16px;

  }

  .mega-col li a {

    padding: 8px 0;

    font-size: 15px;

  }

}


nav li.has-mega {
  position: relative;
}

nav li .mega::before {

  content: "";

  position: absolute;

  top: -17px;

  left: var(--arrow-left, 50%);

  transform: translateX(-50%) rotate(45deg);

  width: 25px;

  height: 25px;

  background: #fff;

  border-top: 4px solid #7a0019;

  border-left: 4px solid #7a0019;

}

.services-menu {
  --arrow-left: 37%;
}

.products-menu {
  --arrow-left: 35%;
}

.sangrah-menu {
  --arrow-left: 54%;
}

.video-menu {
  --arrow-left: 69%;
}


/*=========================================================
            MOBILE DRAWER MENU
=========================================================*/

.menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #7a0019;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 20px;
}

/* Hide Mobile Menu on Desktop */

.mobile-menu,
.mobile-overlay {
  display: none;
}

/* Hide call button on mobile */
@media (max-width: 980px) {
  .call-btn {
    display: none !important;
  }
}

/*=========================================================
                    MOBILE
=========================================================*/

@media(max-width:980px) {

  /* Hide Desktop Navigation */

  .desktop-menu {
    display: none;
  }

  .header-flex {
    padding: 0px 68px px 0;
    gap: 10px 12px;
  }

  .logo>img {
    height: 66px;
  }

  .logo>img.site-logo-desktop {
    display: none;
  }

  .logo>img.site-logo-mobile {
    display: block;
    height: 58px;
    width: 58px;
    max-width: 58px;
  }

  .header-main.sticky .logo>img.site-logo-mobile {
    height: 52px;
    width: 52px;
    max-width: 52px;
  }

  .header-product-search {
    order: 4;
    flex: 0 0 100%;
    max-width: none;
    height: 48px;
  }

  .header-product-search select {
    width: 40%;
    min-width: 135px;
    padding: 0 12px;
  }

  .header-product-search input {
    padding: 0 12px;
  }

  .header-product-search button {
    min-width: 54px;
    width: 56px;
  }

  .header-product-search button span {
    display: none;
  }

  .header-actions {
    margin-left: auto;
    gap: 8px;
  }

  .header-actions .btn-outline,
  .header-actions .btn-primary {
    display: none;
  }

  .user-toggle span {
    display: none;
  }

  .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99997;
  }

  .header-main.sticky~.menu-btn {
    top: 12px;
  }

  /* Overlay */

  .mobile-overlay {

    display: block;

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, .45);

    opacity: 0;

    visibility: hidden;

    transition: .35s;

    z-index: 99998;

  }

  .mobile-overlay.show {

    opacity: 1;

    visibility: visible;

  }

  /* Drawer */

  .mobile-menu {

    display: block;

    position: fixed;

    top: 0;

    left: -360px;

    width: 340px;

    height: 100vh;

    background: #fff;

    overflow-y: auto;

    transition: .35s;

    z-index: 99999;

    box-shadow: 5px 0 35px rgba(0, 0, 0, .15);

  }

  .mobile-menu.show {

    left: 0;

  }

  /* Header */

  .mobile-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 18px;

    border-bottom: 1px solid #eee;

    background: #fff;

    position: sticky;

    top: 0;

    z-index: 5;

  }

  .mobile-header img {

    height: 70px;
    width: 70px;
    object-fit: contain;

  }

  .mobile-header button {

    border: none;

    background: none;

    font-size: 28px;

    cursor: pointer;

    color: #7a0019;

  }

  /* Navigation */

  .mobile-nav {

    margin: 0;

    padding: 0;

    list-style: none;

  }

  .mobile-nav>li {

    border-bottom: 1px solid #efefef;

  }

  .mobile-nav>li>a {

    display: block;

    padding: 15px 20px;

    color: #222;

    text-decoration: none;

    font-size: 17px;

    font-weight: 600;

  }

  .mobile-nav>li>a:hover {

    background: #fafafa;

  }

  /* Accordion */

  .accordion-title {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 15px 20px;

    cursor: pointer;

    font-size: 17px;

    font-weight: 600;

  }

  .accordion-title i {

    transition: .35s;

    font-size: 14px;

  }

  .accordion.active .accordion-title i {

    transform: rotate(180deg);

  }

  /* Content */

  .accordion-content {

    display: none;

    background: #fafafa;

    padding: 10px 0;

  }

  .accordion.active .accordion-content {

    display: block;

  }

  /* Category */

  .mobile-category {

    padding: 12px 20px;

    border-bottom: 1px solid #eee;

  }

  .mobile-category:last-child {

    border-bottom: none;

  }

  .mobile-category>a {

    color: #7a0019;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

  }

  /* Submenu */

  .mobile-category ul {

    margin: 10px 0 0;

    padding-left: 15px;

    list-style: none;

  }

  .mobile-category ul li {

    margin: 0;

  }

  .mobile-category ul li a {

    display: block;

    padding: 7px 0;

    text-decoration: none;

    color: #555;

    font-size: 14px;

    transition: .25s;

  }

  .mobile-category ul li a:hover {

    color: #7a0019;

    padding-left: 6px;

  }

  /* CTA */

  .mobile-book {

    padding: 20px;

  }

  .mobile-book a {

    display: block;

    background: #7a0019;

    color: #fff;

    text-align: center;

    padding: 14px;

    border-radius: 10px;

    text-decoration: none;

    font-weight: 600;

  }

}


@media(max-width:560px) {

  .header-flex {
    padding-right: 62px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-icon {
    width: 40px;
    height: 40px;
  }

  .header-product-search {
    height: auto;
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 8px;
    overflow: visible;
  }

  .header-product-search select,
  .header-product-search input,
  .header-product-search button {
    height: 44px;
    border-radius: 10px;
  }

  .header-product-search select {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eadccc;
  }

  .header-product-search input {
    flex: 1 1 calc(100% - 54px);
  }

  .header-product-search button {
    flex: 0 0 48px;
    min-width: 48px;
  }

}



/* CAtegories and Subcategories Home Page */
.category-section {
  padding: 50px 0px 0px 0px;
  object-position: center;
}

.category-section.service-category-band {
  padding: 56px 0;
  color: #241820;
}

.category-section.service-section-light {
  background: #fff8f1;
}

.category-section.service-section-dark {
  background: #2b0718;
  color: #fff;
}

.category-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.category-section-copy {
  max-width: 780px;
  margin: 0 auto;
}

.category-section-copy h2 {
  width: auto;
  text-align: center;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 45px;
}

.category-section-copy p {
  margin: 8px 0 0;
  text-align: center;
  line-height: 1.7;
}

.category-section.service-section-light .section-header h2 {
  color: #241820;
}

.category-section.service-section-light .section-header p {
  color: #6b5c55;
}

.category-section.service-section-dark .section-header h2 {
  color: #fff;
}

.category-section.service-section-dark .section-header p {
  color: rgba(255, 255, 255, .84);
}

.category-view-all {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.category-view-all:hover {
  transform: translateY(-2px);
}

.category-section.service-section-light .category-view-all {
  background: #7d1238;
  color: #fff;
  box-shadow: 0 14px 28px rgba(125, 18, 56, .16);
}

.category-section.service-section-dark .category-view-all {
  background: #fff;
  color: #7d1238;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

.category-section.service-category-band .pkg {
  background: #fff;
  color: #241820;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: none;
}

.category-section.service-category-band .pkg .mini {
  color: #6b5c55;
}

.category-section p {
  max-width: 900px;
}

.category-section .pkg {
  height: 100%;
  width: min(280px, 100%);
  box-shadow: none;
}

.category-section .pkg img {
  width: 100%;
  height: auto;
  object-fit: ;
}

.category-section .swiper {
  padding-bottom: ;
  background: transparent;
}

.category-static-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.category-static-grid .pkg {
  width: 100%;
  max-width: none;
}

@media (max-width: 1199px) {
  .category-static-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-static-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .category-static-grid {
    grid-template-columns: 1fr;
  }
}

.category-swiper,
.category-swiper .swiper-wrapper,
.category-swiper .swiper-slide {
  background: transparent;
}

.category-swiper .swiper-wrapper {
  align-items: stretch;
}

.category-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  width: calc((100% - 60px) / 4) !important;
}

@media (max-width: 1199px) {
  .category-swiper .swiper-slide {
    width: calc((100% - 40px) / 3) !important;
  }
}

@media (max-width: 767px) {
  .category-swiper .swiper-slide {
    width: calc((100% - 20px) / 2) !important;
  }
}

@media (max-width: 575px) {
  .category-swiper .swiper-slide {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .category-section-head {
    align-items: center;
    flex-direction: column;
  }

  .category-view-all {
    width: 100%;
  }
}

.category-swiper .swiper-button-prev,
.category-swiper .swiper-button-next {

  width: 38px;
  height: 38px;
  border-radius: 50%;

  background: #7a0019;
  /* maroon */

  color: #fff;

  box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}

.category-swiper .swiper-button-prev:after,
.category-swiper .swiper-button-next:after {

  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.category-swiper .swiper-button-prev:hover,
.category-swiper .swiper-button-next:hover {

  background: #9c0d2d;
}




/* blogs */
/* BLOG SECTION */

.blog-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.blog-left {
  width: 42%;
}

.blog-right {
  width: 58%;
}

.featured-blog {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.featured-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.featured-content {
  padding: 10px;
}

.featured-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1.4;
}

.featured-content h3 a {
  color: #222;
  text-decoration: none;
}

.featured-content p {
  color: #666;
  margin: 0;
  line-height: 1.8;
}

.news-item {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
  background-color: white;
  border-radius: 0px 10px 10px 0px;
}

.news-item:last-child {
  border-bottom: none;
}

.news-thumb {
  width: 150px;
  height: 100px;
  object-fit: ;
  border-radius: 5px;
  flex-shrink: 0;
}

.news-content {
  flex: 1;
  padding: 5px 0px;
}

.news-content h5 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.5;
}

.news-content h5 a {
  color: #222;
  text-decoration: none;
}

.news-content h5 a:hover {
  color: #7a0019;
}

.blog-date {
  color: #888;
  font-size: 14px;
}

/* Mobile */

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .blog-layout {
    flex-direction: column;
  }

  .blog-left,
  .blog-right {
    width: 100%;
  }

  .news-thumb {
    width: 120px;
    height: 80px;
  }

  .featured-image {
    height: 220px;
  }

}



/* ==========================
   ULTRA LUXURY TESTIMONIALS
========================== */

/* =====================================
   LUXURY TESTIMONIALS
===================================== */

.luxury-testimonials {
  padding: 80px 0;
  background: linear-gradient(135deg,
      #fffdf8 0%,
      #fdf6ea 100%);
}

/* SWIPER */

.testimonial-swiper {
  width: 100%;
  overflow: hidden;
  padding: 20px 5px 60px;
}

.testimonial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.testimonial-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  height: auto;
  width: calc((100% - 75px) / 4) !important;
}

@media(max-width:1199px) {
  .testimonial-swiper .swiper-slide {
    width: calc((100% - 25px) / 2) !important;
  }
}

@media(max-width:575px) {
  .testimonial-swiper .swiper-slide {
    width: 100% !important;
  }
}

/* CARD */

.luxury-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  border: 1px solid rgba(212, 175, 55, .25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: all .3s ease;
  height: 100%;
  max-width: 300px;
}

.luxury-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

/* CLIENT INFO */

.review-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.client-photo {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.client-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-placeholder {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #7a0019;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}

.client-info h4 {
  margin: 0;
  font-size: 18px;
  color: #222;
}

.client-info span {
  color: #888;
  font-size: 14px;
}

/* REVIEW */

.quote-icon {
  font-size: 55px;
  line-height: 1;
  color: #d4af37;
  font-family: Georgia, serif;
  margin-right: 10px;
  float: left;
}

.review-content {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

/* NAVIGATION */

.review-prev,
.review-next {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background: #7a0019;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
}

.review-prev:after,
.review-next:after {
  font-size: 14px !important;
  font-weight: 700;
  color: #fff !important;
}

.review-prev:hover,
.review-next:hover {
  background: #9c0d2d;
}

/* MOBILE */

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .luxury-card {
    padding: 20px;
  }

  .review-content {
    font-size: 14px;
  }

}


/* Contact */
/*=========================
 OUR OFFICES
==========================*/

.presence-section {
  padding: 60px 0;
  background-color: #4d0816;
  position: relative;
  overflow: hidden;
}

.presence-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
  margin-top: ;
  position: relative;
  z-index: 2;
}

.presence-card {
  border-radius: 24px;
  padding: ;
  text-align: center;
  transition: .4s;
}

.presence-card:hover {
  transform: translateY(-12px);
}

.presence-card img {
  height: 66px;
  width: auto;
  margin: auto;
  margin-bottom: 0px;
  opacity: .95;
}

.presence-card h3 {
  color: #fff;
  font-size: 17px;
  margin: 0;
  font-weight: 100;
}

@media(max-width:992px) {
  .presence-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;

  }

  .presence-card img {
    height: 54px;
  }

}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .presence-grid {

    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

  }

  .presence-card img {
    height: 42px;
  }

  .presence-card h3 {
    font-size: 13px;
  }

}


/*==========================
LUXURY ENQUIRY FORM
===========================*/

.luxury-enquiry {

  margin-top: 60px;

  background: rgba(255, 255, 255, .08);

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, .12);

  border-radius: 30px;

  padding: 40px;


  justify-content: center;

  align-items: center;

  gap: 50px;
  text-align: center;

}

.luxury-left {

  width: 100%;

}

.small-title {

  color: #d4af37;

  letter-spacing: 2px;

  font-size: 13px;

  font-weight: 600;

}

.luxury-left h2 {

  color: #fff;

  font-size: 34px;

  margin: 15px 0;

  line-height: 1.3;

}

.luxury-left p {

  color: #d6d6d6;
  text-align: center;
  padding: 0px 10%;
  line-height: 1.8;

}

.luxury-right {

  width: 100%;

}

.form-row {

  display: grid;

  grid-template-columns: 2fr 2fr 2fr 1.8fr;

  gap: 18px;

}

.form-row input,
.form-row select {

  height: 60px;

  border: none;

  border-radius: 50px;

  padding: 0 25px;

  font-size: 15px;

  outline: none;

  background: #fff;

}

.form-row select {

  cursor: pointer;

}

.form-row button {

  border: none;

  border-radius: 50px;

  background: #d4af37;

  color: #111;

  font-size: 16px;

  font-weight: 700;

  cursor: pointer;

  transition: .35s;

}

.form-row button:hover {

  background: #f5c94d;

  transform: translateY(-2px);

}

@media(max-width:992px) {

  .luxury-enquiry {

    flex-direction: column;

    text-align: center;

  }

  .luxury-left,
  .luxury-right {

    width: 100%;

  }

  .form-row {

    grid-template-columns: 1fr 1fr;

  }

}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .form-row {

    grid-template-columns: 1fr;

  }

  .luxury-left h2 {

    font-size: 28px;

  }

}



/* footer */
.lux-footer {
  background: #14070d;
  padding: 80px 0 20px;
  color: #ddd;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1.3fr 1.5fr;
  gap: 60px;
  margin-bottom: 50px;
}

.footer-logo {
  height: 75px;
  width: 75px;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-top p {
  line-height: 2;
  color: #bfbfbf;
}

.social-icons {
  margin-top: 25px;
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #7a0019;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: .3s;
}

.social-icons a:hover {
  background: #d4af37;
  color: #111;
}

.footer-newsletter input {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 50px;
  padding: 0 20px;
  margin: 15px 0;
}

.footer-newsletter button {
  height: 52px;
  padding: 0 30px;
  border: none;
  border-radius: 50px;
  background: #d4af37;
  font-weight: 600;
  cursor: pointer;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.footer-links h4 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-links ul {
  padding-left: 15px;
  margin: 0;

}

.footer-links li {
  margin-bottom: 5px;
  font-size: 14px;
}

.footer-links a {

  color: #bbb;

  text-decoration: none;

  transition: .3s;

}

.footer-links a:hover {

  color: #d4af37;

  padding-left: 6px;

}

.footer-bottom {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-top: 20px;

  font-size: 14px;

}

.footer-bottom>div:last-child {

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;

  gap: 10px 20px;

}

.footer-bottom a {

  color: #bbb;

  margin-left: 0;

  text-decoration: none;

}

.footer-bottom a:hover {

  color: #d4af37;

}

@media(max-width:992px) {

  .footer-top,
  .footer-links {

    grid-template-columns: repeat(2, 1fr);

  }

  .footer-bottom {

    flex-direction: column;

    gap: 20px;

    text-align: center;

  }

}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .footer-top,
  .footer-links {

    grid-template-columns: 1fr;

  }

}




/* Service Page CSS */
.service-hero {
  padding: 0px 0;
  background: #faf7f0;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #7a0019 0%, #c79b37 100%);
  opacity: .08;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-image {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.breadcrumb {
  margin-top: 20px;
  font-size: 15px;
  color: #777;
}

.breadcrumb a {
  color: #7a0019;
  text-decoration: none;
}

.service-hero h1 {
  font-size: 52px;
  font-family: 'Playfair Display', serif;
  margin-bottom: ;
  color: #222;
  padding: 0px;
  margin: 0px;
}

.service-hero p {
  font-size: ;
  color: #555;
  margin: 0px;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 20px 0px;
}

.rating {
  display: inline-block;
  background: #fff;
  padding: 10px 18px;
  border-radius: 40px;
  margin-bottom: ;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  font-weight: 600;
}

.trust-bar {
  background: #4d0816;
  padding: 10px 0;
}

.trust-grid {

  display: grid;

  grid-template-columns: repeat(5, 1fr);

  text-align: center;

}

.trust-grid h2 {
  font-size: 30px;
  color: #ffd754;
  margin: 0;

}

.trust-grid span {

  color: #fff;

}

@media(max-width:992px) {

  .hero-grid {

    grid-template-columns: 1fr;

  }

  .trust-grid {

    grid-template-columns: repeat(2, 1fr);

    gap: 30px;

  }

  .service-hero h1 {

    font-size: 38px;

  }

}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .trust-grid {

    grid-template-columns: 1fr;

  }

}

.about-service {
  padding: 0px 0;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  align-items: center;
}

.about-image img {

  width: 100%;

  border-radius: 22px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, .12);

}

.about-content {
  color: #555;

}

.about-highlights {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;

  margin-top: 35px;

}

.about-highlights div {

  background: #faf7f0;

  padding: 15px 18px;

  border-radius: 12px;

  font-weight: 600;

}

.about-highlights i {

  color: #7a0019;

  margin-right: 8px;

}

.benefits-section {

  padding: 90px 0;

  background: #faf7f0;

}

.benefit-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

  margin-top: 50px;

}

.benefit-card {

  background: #fff;

  padding: 35px;

  border-radius: 22px;

  text-align: center;

  transition: .35s;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

}

.benefit-card:hover {

  transform: translateY(-8px);

}

.benefit-card i {

  font-size: 42px;

  color: #d4af37;

  margin-bottom: 20px;

}

.why-us {

  padding: 50px 0;

  background: #fff;

}

.why-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 20px;

  margin-top: 50px;

}

.why-card {
  padding: 10px;
  border-radius: 22px;
  background: #fffdf8;
  text-align: center !important;
  border: 1px solid rgba(212, 175, 55, .25);
  transition: .35s;

}

.why-card:hover {

  background: #7a0019;

  color: #fff;

  transform: translateY(-10px);

}

.why-card:hover p {

  color: #fff;

}

.why-card i {

  font-size: 42px;

  color: #d4af37;

  margin-bottom: 20px;

}

@media(max-width:992px) {

  .about-grid {

    grid-template-columns: 1fr;

  }

  .benefit-grid,

  .why-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .about-highlights {

    grid-template-columns: 1fr;

  }

  .benefit-grid,

  .why-grid {

    grid-template-columns: 1fr;

  }

}

.consult-process {

  padding: 50px 0;

  background: #fffdf8;

}

.process-wrapper {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-top: 20px;

  flex-wrap: wrap;

}

.process-item {

  width: 160px;
  border: 1px solid #7a0019;
  border-radius: 10px;
  padding: 20px 0px;
  text-align: center !important;

}

.process-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  background: #7a0019;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  margin-bottom: 20px;
}

.process-arrow {
  font-size: 28px;
  color: #d4af37;

}

.package-section {
  padding: 100px 0;
  background: #fff;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 60px;
}

.package-card {
  background: #fff;
  border-radius: 24px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
  position: relative;
  transition: .35s;
}

.package-card:hover {
  transform: translateY(-10px);
}

.package-card.featured {
  background: #7a0019;
  color: #fff;
  transform: scale(1.05);
}

.package-card.featured ul li {
  color: #fff;
}

.package-card .price {
  font-size: 46px;
  font-weight: 700;
  color: #d4af37;
  margin: 25px 0;
}

.package-card ul {
  padding: 0;
  list-style: none;
  margin: 30px 0;
}

.package-card ul li {

  padding: 10px 0;

}

.popular {

  position: absolute;

  top: 18px;

  right: -8px;

  background: #d4af37;

  padding: 8px 18px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: 700;

  color: #222;

}

.sticky-consult {

  position: fixed;

  right: 30px;

  top: 50%;

  transform: translateY(-50%);

  background: #fff;

  padding: 22px;

  border-radius: 18px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, .15);

  width: 230px;

  z-index: 999;

}

.sticky-consult h4 {

  margin-bottom: 18px;

  text-align: center;

}

.sticky-consult a {

  display: block;

  padding: 12px;

  margin: 10px 0;

  background: #7a0019;

  color: #fff;

  text-decoration: none;

  border-radius: 10px;

  text-align: center;

}

@media(max-width:1200px) {

  .sticky-consult {

    display: none;

  }

}

@media(max-width:992px) {

  .package-grid {

    grid-template-columns: 1fr;

  }

  .included-grid {

    grid-template-columns: repeat(2, 1fr);

  }

  .process-wrapper {

    flex-direction: column;

    gap: 30px;

  }

  .process-arrow {

    transform: rotate(90deg);

  }

}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {

  .included-grid {

    grid-template-columns: 1fr;

  }

}

.service-layout {
  padding: 50px 0;
  background: #fff;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 15px;
  align-items: start;
}

.content-column {
  min-width: 0;
}

.sidebar {
  position: sticky;
  top: 90px;
  align-self: start;
  padding: 20px;
}

@media(max-width:991px) {

  .content-wrapper {

    grid-template-columns: 1fr;

  }

  .sidebar {

    position: relative;

    top: 0;

  }

}

.section-title>h2 {
  margin-top: 0px;
}

.enquiry-card>h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.hero-btn {
  color: white;
  outline: white;
  border: 1px solid white;
}

.hero-left {
  width: 50%;
  padding-top: 2%;
}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {
  .hero-left {
    width: 100%
  }

}


/*=========================================
            CATEGORY HERO
=========================================*/

.category-hero {
  position: relative;
  min-height: 67vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  min-height: 70vh;
}

.hero-content {
  color: #fff;
}

.hero-content h1 {
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 0px !important;
  padding: 0px !important;
}

.hero-content p {
  font-size: ;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 35px;
}

.hero-breadcrumb {
  margin-bottom: 25px;
  color: #fff;
  font-size: 15px;
}

.hero-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.hero-breadcrumb span {
  margin: 0 8px;
  opacity: .6;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/*=========================================
            HERO STATS
=========================================*/

.hero-stats {
  background: #fff;
  margin-top: -70px;
  position: relative;
  z-index: 10;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.stat-box {
  padding: 35px;
  text-align: center;
  border-right: 1px solid #eee;
}

.stat-box:last-child {
  border-right: none;
}

.stat-box h3 {
  font-size: 42px;
  color: #7a0019;
  margin-bottom: 10px;
}

.stat-box p {
  color: #666;
}

/*=========================================
            MAIN LAYOUT
=========================================*/

.category-layout {
  padding: 80px 0;
}

.layout-grid {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 40px;
  align-items: start;
}

.content-area {
  min-width: 0;
}

.sidebar {
  position: sticky;
  top: 80px;
}

/*=========================================
            CONTENT BOX
=========================================*/

.content-box {
  background: #fff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.content-box p {
  line-height: 2;
  color: #555;
}

/*=========================================
            BENEFITS
=========================================*/

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.benefit-item {
  background: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  border-left: 4px solid #7a0019;
  font-weight: 600;
}

/*=========================================
            SERVICE GRID
=========================================*/

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 35px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  transition: .35s;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-card-body {
  padding: 25px;
}


.service-card-body h3 {
  margin: 15px 0 0 !important;
  padding: 0 !important;
  color: #222;
}

.service-card-body p,
.service-card p {
  color: #666;
  padding: 0 !important;
}

.read-more {
  display: inline-block;
  color: #7a0019;
  font-weight: 600;
  text-decoration: none;
}

/*=========================================
            WHY CHOOSE
=========================================*/

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.why-box {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.why-box i {
  font-size: 40px;
  color: #7a0019;
}

.why-box h4 {}

/*=========================================
            PROCESS
=========================================*/

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-item {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.step-no {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #7a0019;
  color: #fff;
  margin: auto;
  font-size: 22px;
  margin-bottom: 20px;
}

/*=========================================
            HIGHLIGHTS
=========================================*/

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.highlight-grid div {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

/*=========================================
            SIDEBAR
=========================================*/

.consult-card,
.related-box {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
  margin-bottom: 30px;
}

.consult-card input,
.consult-card textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 16px;
}

.related-box a {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #444;
}

.related-box a:last-child {
  border-bottom: none;
}

/*=========================================
            CTA
=========================================*/

.category-cta {
  background: linear-gradient(135deg, #6d0019, #9b0f2d);
  border-radius: 25px;
  padding: 60px 20px 60px 20px;
  color: #fff;
  text-align: center;
  margin: 25px 0;
}

.category-cta h2 {
  color: #fff;
  font-size: 42px;
  margin: 0px !important;
}

.category-cta p {
  max-width: 700px;
  margin: 20px auto 35px;
  text-align: center;
}

/*=========================================
            FAQ
=========================================*/

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
}

.faq-q {
  padding: 20px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq-a {
  display: none;
  padding: 20px;
  border-top: 1px solid #eee;
  color: #666;
}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:991px) {

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 80px 0;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .layout-grid {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: relative;
    top: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .highlight-grid {
    grid-template-columns: 1fr;
  }

}

@media(max-width:576px) {

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .category-cta {
    padding: 35px 20px;
  }

  .category-cta h2 {
    font-size: 30px;
  }

}

.lux-top {

  position: fixed;

  right: 25px;

  bottom: 120px;

  width: 55px;

  height: 55px;

  border-radius: 50%;

  background: #7a0019;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);

  opacity: 0;

  visibility: hidden;

  transition: .35s;

  z-index: 9999;

  font-size: 20px;

}

.lux-top.show {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}

.lux-top:hover {

  transform: translateY(-5px);

  background: #520012;

}




.enquiry-card input,
.enquiry-card textarea {

  width: 100%;

  padding: 14px 16px;

  border: 1px solid #ddd;

  border-radius: 12px;

  font-size: 15px;

  transition: .3s;

}

.enquiry-card input:focus,
.enquiry-card textarea:focus {

  border-color: #7a0019;

  box-shadow: 0 0 12px rgba(122, 0, 25, .15);

  outline: none;

}

.captcha-box {

  width: 120px;

  margin-top: 8px;

  text-align: center;

  font-weight: 700;

  font-size: 18px;

}



.related-services-list {

  margin: 0;
  padding: 0;
  list-style: none;

}

.related-services-list li {

  margin-bottom: 18px;

}

.related-services-list li:last-child {

  margin-bottom: 0;

}

.related-services-list a {

  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: #222;
  transition: .3s;

}

.related-services-list a:hover {

  transform: translateX(5px);

}

.related-services-list img {

  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;

}

.related-services-list strong {

  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #222;

}

.related-services-list span {

  color: #7a0019;
  font-size: 13px;
  font-weight: 600;

}

.mobile-category a {

  display: flex;
  align-items: center;
  gap: 12px;

}

.mobile-cat-icon {

  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #eee;

}

.mobile-category strong {

  font-size: 15px;
  font-weight: 600;

}

.menu-icon {
  width: 40px;
  float: left;
  margin-right: 10px;
}

/*==================================
HEADER ACTIONS
==================================*/

.header-actions {

  display: flex;

  align-items: center;

  gap: 15px;

  margin-left: 0;

  order: 3;

}

.header-icon {

  position: relative;

  width: 46px;

  height: 46px;

  border: 1px solid #ddd;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  text-decoration: none;

  font-size: 18px;

  color: #222;

  background: #fff;

  transition: .35s;

}

.header-icon:hover {

  background: #7d1238;

  color: #fff;

}

.header-icon span {

  position: absolute;

  top: -5px;

  right: -5px;

  width: 22px;

  height: 22px;

  border-radius: 50%;

  background: #e11d48;

  color: #fff;

  font-size: 11px;

  display: flex;

  justify-content: center;

  align-items: center;

  font-weight: 700;

}

.mobile-search-toggle {
  display: none;
  cursor: pointer;
}

.mobile-search-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
}

.mobile-search-popup.show {
  display: block;
  pointer-events: auto;
}

.mobile-search-panel {
  position: absolute;
  top: 92px;
  left: 50%;
  width: min(92vw, 430px);
  transform: translateX(-50%);
  border: 1px solid #eaded8;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(35, 21, 27, .22);
}

.mobile-search-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.mobile-search-head span {
  display: inline-flex;
  margin-bottom: 4px;
  color: #7d1238;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mobile-search-head h3 {
  margin: 0;
  color: #241820;
  font-family: "Playfair Display", serif;
  font-size: 26px;
}

.mobile-search-head button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff8f1;
  color: #7d1238;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-search-form {
  display: grid;
  gap: 12px;
}

.mobile-search-form select,
.mobile-search-input,
.mobile-search-form button[type="submit"] {
  min-height: 46px;
  border-radius: 8px;
}

.mobile-search-form select {
  width: 100%;
  border: 1px solid #eaded8;
  padding: 0 12px;
  background: #fff;
  color: #241820;
}

.mobile-search-input {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #eaded8;
  padding: 0 12px;
  background: #fff;
}

.mobile-search-input i {
  color: #7d1238;
}

.mobile-search-input input {
  flex: 1;
  min-width: 0;
  height: 44px;
  border: 0;
  outline: 0;
  background: transparent;
}

.mobile-search-form button[type="submit"] {
  border: 0;
  background: #7d1238;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  cursor: pointer;
}

@media(max-width:980px) {
  .mobile-search-toggle {
    display: flex;
  }

  .header-main .header-product-search {
    display: none;
  }
}

@media(min-width:981px) {
  .mobile-search-popup {
    display: none !important;
  }
}

/*==================================
USER MENU
==================================*/

.user-menu {

  position: relative;

}

.mobile-auth-menu {

  display: none;

}


.user-toggle {

  display: flex;

  align-items: center;

  gap: 10px;

  text-decoration: none;

  font-weight: 600;

  color: #222;

}

.user-avatar {

  width: 40px;

  height: 40px;

  border-radius: 50%;

  object-fit: cover;

  border: 2px solid #eee;

}

.user-dropdown {

  position: absolute;

  top: 30px;

  right: 0;

  width: 240px;

  background: #fff;

  border-radius: 14px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);

  padding: 10px 0;

  display: none;

  list-style: none;

  z-index: 9999;

}

.user-menu:hover .user-dropdown,
.user-menu.open .user-dropdown {

  display: block;

}

.user-dropdown li {

  margin: 0;

}

.user-dropdown a {

  display: flex;

  align-items: center;

  gap: 12px;

  padding: 12px 18px;

  text-decoration: none;

  color: #333;

  transition: .3s;

}

.user-dropdown a:hover {

  background: #f8edf2;

  color: #7d1238;

}

.btn-outline {

  padding: 10px 20px;

  border: 1px solid #7d1238;

  color: #7d1238;

  border-radius: 30px;

  text-decoration: none;

  font-weight: 600;

}

.btn-primary {

  padding: 10px 22px;

  background: #7d1238;

  color: #fff;

  border-radius: 30px;

  text-decoration: none;

  font-weight: 600;

}

.desktop-menu>ul {
  justify-content: center;
  gap: 34px;
}

/* Premium typography + desktop navigation alignment */
:root {
  --premium-font-size: 13.5px;
}

html,
body {
  font-size: var(--premium-font-size);
  line-height: 1.72;
}

p,
li,
input,
select,
textarea,
button {
  font-size: .94rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

.desktop-menu>ul {
  justify-content: flex-start;
  gap: 26px;
  width: min(1200px, 90%);
  margin: 0 auto;
}

nav>ul>li>a,
nav a {
  font-size: 14px;
}

.footer-bottom>div:last-child {

  display: flex;

  flex-wrap: wrap;

  justify-content: flex-end;

  gap: 10px 20px;

}

.mega-title a {
  font-size: 17px;
}

.hero-content h1,
.service-hero h1 {
  font-size: clamp(34px, 4vw, 48px);
}

@media (max-width: 980px) {

  html,
  body {
    font-size: 14px;
  }
}

@media(max-width:980px) {

  .desktop-auth-btn {
    display: none !important;
  }

  .mobile-auth-menu {
    display: block;
  }

  .mobile-auth-menu .user-toggle.header-icon {
    display: flex;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .user-menu .user-dropdown {
    top: 52px;
    right: 0;
    z-index: 100002;
  }

  .header-actions {
    gap: 8px;
    margin-left: auto;
  }

  .header-product-search {
    order: 4;
    flex: 0 0 100%;
    max-width: none;
  }

  .user-toggle span {
    display: none;
  }

}

@media(max-width:560px) {

  .header-icon {
    width: 40px;
    height: 40px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-product-search {
    height: auto;
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 8px;
    overflow: visible;
  }

  .header-product-search select,
  .header-product-search input,
  .header-product-search button {
    height: 44px;
    border-radius: 10px;
  }

  .header-product-search select {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eadccc;
  }

  .header-product-search input {
    flex: 1 1 calc(100% - 54px);
  }

  .header-product-search button {
    flex: 0 0 48px;
    min-width: 48px;
  }

}

/* Compact listing heroes */
.shop-hero,
.digital-hero,
.article-hero,
.video-hero,
.compact-listing-hero {
  min-height: 240px;
  padding: 34px 0;
}

.compact-listing-hero .hero-left {
  width: min(720px, 100%);
  padding-top: 0;
}

.compact-listing-hero .hero-buttons {
  margin-top: 20px;
}

@media (max-width: 768px) {

  .shop-hero,
  .digital-hero,
  .article-hero,
  .video-hero,
  .compact-listing-hero {
    min-height: 220px;
    padding: 30px 0;
  }
}

/* Home content showcase */
.content-showcase-section {
  background: #fff8f1;
  padding: 64px 0 72px;
  overflow: hidden;
}

.content-showcase-intro {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.content-showcase-intro span {
  display: inline-flex;
  margin-bottom: 10px;
  border: 1px solid rgba(125, 18, 56, .18);
  border-radius: 999px;
  padding: 6px 14px;
  background: #fff;
  color: #7d1238;
  font-weight: 800;
  font-size: 12px;
}

.content-showcase-intro h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  color: #241820;
  font-size: clamp(30px, 4vw, 44px);
}

.content-showcase-intro p {
  margin: 0;
  color: #6b5c55;
  line-height: 1.75;
}

.home-content-block {
  position: relative;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid #eaded8;
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 54px rgba(42, 24, 30, .07);
}

.home-content-block+.home-content-block {
  margin-top: 34px;
}

.home-content-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 20px;
}

.home-content-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #7d1238;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-content-kicker i {
  color: #7d1238;
}

.home-content-head h3 {
  margin: 0 0 5px;
  color: #241820;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  line-height: 1.2;
}

.home-content-head p {
  margin: 0;
  color: #6b5c55;
  line-height: 1.7;
}

.content-view-all {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #7d1238;
  color: #fff;
  padding: 0 16px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(125, 18, 56, .16);
}

.content-view-all:hover {
  color: #fff;
  transform: translateY(-2px);
}

.home-content-slider-wrap {
  position: relative;
}

.home-content-swiper {
  width: 100%;
  overflow: hidden;
  padding: 4px 4px 18px;
}

.home-content-swiper .swiper-wrapper {
  align-items: stretch;
}

.home-content-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  width: calc((100% - 78px) / 4) !important;
  height: auto;
  min-width: 0;
}

.content-slide-card {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eaded8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(42, 24, 30, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.content-slide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(42, 24, 30, .12);
}

.content-slide-image {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #241820;
}

.content-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.content-slide-card:hover .content-slide-image img {
  transform: scale(1.05);
}

.content-slide-image span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border-radius: 999px;
  background: #7d1238;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 800;
}

.content-slide-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px;
}

.content-slide-body small {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  color: #7d1238;
  font-weight: 800;
}

.content-slide-body h4 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
}

.content-slide-body h4 a {
  color: #241820;
}

.content-slide-body p {
  flex: 1;
  min-height: 72px;
  color: #6b5c55;
  line-height: 1.65;
  margin: 0 0 14px;
}

.content-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  color: #7d1238;
  font-weight: 800;
}

.home-content-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #7d1238;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(42, 24, 30, .18);
}

.home-content-prev {
  left: -12px;
}

.home-content-next {
  right: -12px;
}

.content-empty-note {
  border: 1px dashed #d9c5ba;
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  color: #6b5c55;
  text-align: center;
}

@media(max-width:1199px) {
  .home-content-swiper .swiper-slide {
    width: calc((100% - 44px) / 3) !important;
  }
}

@media(max-width:991px) {
  .home-content-swiper .swiper-slide {
    width: calc((100% - 22px) / 2) !important;
  }
}

@media(max-width:640px) {
  .home-content-swiper .swiper-slide {
    width: 100% !important;
  }
}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {
  .content-showcase-section {
    padding: 46px 0 54px
  }

  .home-content-block {
    padding: 20px 14px
  }

  .home-content-head {
    align-items: flex-start;
    flex-direction: column
  }

  .content-view-all {
    width: 100%
  }

  .home-content-slider-wrap {
    padding: 0 38px
  }

  .home-content-nav {
    display: inline-flex;
    width: 34px;
    height: 34px
  }

  .home-content-prev {
    left: 0
  }

  .home-content-next {
    right: 0
  }

  .home-content-head h3 {
    font-size: 26px
  }

  .content-slide-card {
    min-height: 400px
  }
}

@media(max-width:767px) {

  .packages-swiper .swiper-slide,
  .category-swiper .swiper-slide,
  .testimonial-swiper .swiper-slide,
  .home-content-swiper .swiper-slide,
  .content-swiper .swiper-slide,
  .related-swiper .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .packages-swiper,
  .category-swiper,
  .testimonial-swiper,
  .home-content-swiper,
  .content-swiper,
  .related-swiper {
    padding-left: 0;
    padding-right: 0;
  }

  .luxury-card,
  .content-slide-card {
    max-width: 360px;
  }
}

.menu-link-arrow {
  color: #7d1238;
  font-size: 12px;
  flex: 0 0 auto;
}

.mega-title a .menu-link-icon,
.mega a .menu-link-icon {
  margin-right: 8px;
  color: #7d1238;
  font-size: 13px;
}

.mega a .menu-link-arrow {
  color: #7d1238;
  font-size: 12px;
  margin-right: 4px;
}

/* 404 page */
.not-found-page {
  background: #fff8f1;
}

.not-found-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 18% 20%, rgba(254, 176, 0, .16), transparent 28%),
    linear-gradient(135deg, #fff8f1 0%, #fff 52%, #f8ebdf 100%);
}

.not-found-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 34px;
  border: 1px solid #eaded8;
  border-radius: 8px;
  padding: 38px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 60px rgba(42, 24, 30, .08);
}

.not-found-art {
  min-height: 260px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, #4d0816, #7d1238);
  color: #fff;
  position: relative;
}

.not-found-art i {
  font-size: 82px;
  color: #feb000;
}

.not-found-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  font-family: "Playfair Display", serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, .18);
}

.not-found-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  border: 1px solid rgba(125, 18, 56, .18);
  border-radius: 999px;
  padding: 6px 14px;
  color: #7d1238;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.not-found-content h1 {
  margin: 0 0 12px;
  color: #241820;
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
}

.not-found-content p {
  max-width: 660px;
  margin: 0;
  color: #6b5c55;
  line-height: 1.8;
}

.not-found-actions,
.not-found-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.not-found-actions {
  margin-top: 26px;
}

.not-found-btn,
.not-found-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease;
}

.not-found-btn {
  border: 1px solid #eaded8;
  padding: 0 18px;
  background: #fff;
  color: #7d1238;
}

.not-found-btn.primary {
  border-color: #7d1238;
  background: #7d1238;
  color: #fff;
}

.not-found-btn:hover,
.not-found-links a:hover {
  transform: translateY(-2px);
}

.not-found-links {
  justify-content: center;
  margin-top: 18px;
}

.not-found-links a {
  flex: 1 1 190px;
  max-width: 260px;
  border: 1px solid #eaded8;
  padding: 14px 16px;
  background: #fff;
  color: #241820;
  box-shadow: 0 12px 30px rgba(42, 24, 30, .06);
}

.not-found-links i {
  color: #7d1238;
}

@media (max-width: 768px) {
  .not-found-hero {
    padding: 46px 0 58px;
  }

  .not-found-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .not-found-art {
    min-height: 190px;
  }

  .not-found-actions,
  .not-found-btn {
    width: 100%;
  }

  .not-found-links a {
    max-width: none;
  }
}

.menu-list-compact {
  padding-top: 0 !important;
}

.menu-list-compact li {
  height: auto !important;
}

.menu-list-compact a {
  min-height: 32px;
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 5px 0 !important;
  line-height: 1.3;
  color: #2b211d;
}

.menu-list-compact a:hover {
  color: #7d1238;
  padding-left: 5px !important;
}

.menu-list-compact h4,
.menu-list-compact .menu-link-text {
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.menu-link-arrow {
  color: #7d1238;
  font-size: 12px;
  flex: 0 0 auto;
}

/* Compact category/subcategory hero refinements */
.category-hero {
  min-height: 360px !important;
  padding: 42px 0 !important;
  align-items: center !important;
}

.category-hero .hero-left {
  width: min(680px, 100%) !important;
  padding-top: 0 !important;
}

.category-hero .hero-breadcrumb {
  margin-bottom: 8px !important;
  font-size: 13px !important;
}

.category-hero .hero-content h1 {
  font-size: clamp(32px, 4vw, 46px) !important;
  line-height: 1.08 !important;
  margin: 0 !important;
}

.category-hero .hero-content p {
  margin: 8px 0 0 !important;
  max-width: 720px;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.category-hero .hero-buttons {
  margin: 14px 0 0 !important;
  gap: 10px !important;
}

.category-hero .hero-buttons .btn,
.category-hero .hero-buttons .hero-btn {
  min-height: 38px;
  padding: 9px 16px;
  font-size: 13px;
}

.compact-hero-stats {
  margin-top: 14px;
  max-width: 680px;
}

.compact-hero-stats .trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  text-align: left;
}

.compact-hero-stats .trust-grid div {
  min-width: 88px;
  padding: 0;
}

.compact-hero-stats .trust-grid h2 {
  font-size: 16px;
  line-height: 1.1;
  color: #ffd754;
  margin: 0;
}

.compact-hero-stats .trust-grid span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, .86);
  font-size: 11px;
  line-height: 1.2;
}

.category-hero+.trust-bar {
  display: none !important;
}

@media(max-width:992px) {
  .footer-bottom>div:last-child {
    justify-content: center;
  }
}

@media(max-width:768px) {
  .category-hero {
    min-height: 310px !important;
    padding: 34px 0 !important;
  }

  .compact-hero-stats .trust-grid {
    gap: 8px 12px;
  }
}

/* Home Featured Products */
.home-featured-products-section {
  padding: 48px 0 54px;
  background: #f5f5f5;
  border: 0;
}

.home-featured-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

.home-featured-products-head span {
  display: inline-flex;
  align-items: center;
  color: #7d1238;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.home-featured-products-head h2 {
  margin: 0 0 7px;
  color: #241820;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.18;
}

.home-featured-products-head p {
  margin: 0;
  color: #6b5c55;
  line-height: 1.7;
}

.home-featured-products-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.home-featured-products-nav {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #7d1238;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(42, 24, 30, .16);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.home-featured-products-nav:hover {
  transform: translateY(-2px);
  background: #971313;
  box-shadow: 0 18px 38px rgba(42, 24, 30, .2);
}

.home-featured-products-swiper {
  width: 100%;
  overflow: hidden;
  padding: 4px 4px 16px;
  background: transparent;
}

.home-featured-products-swiper .swiper-wrapper {
  align-items: stretch;
}

.home-featured-products-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  width: calc((100% - 54px) / 4) !important;
  height: auto;
  min-width: 0;
}

.home-featured-product-card {
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #eaded8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(42, 24, 30, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.home-featured-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(42, 24, 30, .12);
}

.home-featured-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 2;
  width: 100%;
  overflow: hidden;
  background: #02133f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.home-featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .3s ease;
}

.home-featured-product-card:hover .home-featured-product-image img {
  transform: scale(1.04);
}

.home-featured-product-image span {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffef00;
  color: #111;
  font-size: 12px;
  font-weight: 900;
}

.home-featured-product-image strong {
  padding: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.28;
}

.home-featured-product-category {
  position: absolute;
  left: 14px;
  bottom: 0;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 18px);
  min-height: 26px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 0 8px 0 0;
  background: #fff;
  color: #7d1238;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-featured-product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 14px 14px;
}

.home-featured-product-body h3 {
  min-height: 0;
  margin: 0 0 6px;
  color: #241820;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.home-featured-product-body h3 a {
  color: inherit;
  text-decoration: none;
}

.home-featured-product-body h3 a:hover {
  color: #7d1238;
}

.home-featured-product-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0;
  margin: 0 0 5px;
  color: #6b5c55;
  line-height: 1.42;
}

.home-featured-product-price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 0 0 10px;
}

.home-featured-product-price del {
  color: #9a8a82;
  font-size: 14px;
}

.home-featured-product-price strong {
  color: #971313;
  font-size: 20px;
  font-weight: 900;
}

.home-featured-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.home-featured-product-actions button,
.home-featured-product-actions a {
  min-height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
  text-decoration: none;
}

.home-featured-product-actions button {
  border: 0;
  background: #7d1238;
  color: #fff;
  cursor: pointer;
}

.home-featured-product-actions button:disabled {
  opacity: .75;
  cursor: wait;
}

.home-featured-product-actions a {
  border: 1px solid #eaded8;
  background: #fff;
  color: #241820;
}

.home-featured-product-actions a:hover {
  border-color: #7d1238;
  color: #7d1238;
}

@media (max-width: 1199px) {
  .home-featured-products-swiper .swiper-slide {
    width: calc((100% - 36px) / 3) !important;
  }
}

@media (max-width: 991px) {
  .home-featured-products-swiper .swiper-slide {
    width: calc((100% - 18px) / 2) !important;
  }
}

@media (max-width: 640px) {
  .home-featured-products-section {
    padding: 40px 0 46px;
  }

  .home-featured-products-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-featured-products-head h2 {
    font-size: 28px;
  }

  .home-featured-products-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .home-featured-products-swiper .swiper-slide {
    width: 100% !important;
  }

  .home-featured-product-card {
    min-height: 0;
  }
}

/* Video menu hierarchy */
.video-menu .mega-col ul {
  margin-left: 14px;
  padding-left: 12px;
  border-left: 1px solid rgba(122, 0, 25, .14);
}

.video-menu .mega-col li a {
  padding-left: 4px;
}

.video-menu .mega-col li a:hover {
  padding-left: 12px;
}

.video-mobile-category ul {
  margin-left: 10px;
  padding-left: 22px;
  border-left: 1px solid rgba(122, 0, 25, .14);
}

/* Video menu spacing reset */
.video-menu .mega-col ul {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.video-menu .mega-col li a,
.video-menu .mega-col li a:hover {
  padding-left: 0;
}

.video-mobile-category ul {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

/* Stories & Lyrics capped columns */
@media(min-width:981px) {
  .stories-menu .mega {
    width: 1000px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stories-menu .menu-list-compact {
    display: block;
  }
}

@media(max-width:980px) {
  .stories-menu .menu-list-compact {
    display: block;
  }
}

/* Home item title size consistency */
.pkg h4,
.pkg-title-link,
.content-slide-body h4,
.content-slide-body h4 a,
.home-featured-product-body h3,
.home-featured-product-body h3 a {
  font-size: 16px;
  line-height: 1.3;
}

/* Home Temple & Prasad reel cards */
.home-content-articles {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.home-content-articles .home-content-head {
  margin-bottom: 18px;
}

.temple-prasad-reel-card {
  min-height: 0;
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(42, 24, 30, .08);
}

.temple-prasad-reel-card .content-slide-body {
  min-height: 148px;
  padding: 0;
  justify-content: space-between;
}

.temple-prasad-reel-card .content-slide-body h4 {
  margin: 0;
}

.temple-home-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.temple-home-actions .content-read-more,
.content-book-prasad {
  width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.temple-home-actions .content-read-more {
  border: 1px solid #eaded8;
  background: #fff;
  color: #241820;
}

.content-book-prasad {
  border: 1px solid #7d1238;
  background: #7d1238;
  color: #fff;
}

.content-book-prasad:hover {
  color: #fff;
  background: #971313;
}

/* Slider arrows centered on card borders */
.packages-swiper,
.category-swiper,
.testimonial-swiper,
.content-swiper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.packages-swiper .swiper-wrapper,
.category-swiper .swiper-wrapper,
.testimonial-swiper .swiper-wrapper,
.content-swiper .swiper-wrapper,
.home-content-swiper .swiper-wrapper,
.home-featured-products-swiper .swiper-wrapper {
  align-items: stretch;
}

.packages-swiper .swiper-slide,
.category-swiper .swiper-slide,
.testimonial-swiper .swiper-slide,
.content-swiper .swiper-slide,
.home-content-swiper .swiper-slide,
.home-featured-products-swiper .swiper-slide {
  min-width: 0;
}

.packages-swiper>.swiper-button-prev,
.category-swiper>.swiper-button-prev,
.testimonial-swiper>.swiper-button-prev,
.content-swiper>.swiper-button-prev {
  left: 4px !important;
}

.packages-swiper>.swiper-button-next,
.category-swiper>.swiper-button-next,
.testimonial-swiper>.swiper-button-next,
.content-swiper>.swiper-button-next {
  right: 4px !important;
}

.home-content-slider-wrap {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-content-swiper,
.home-featured-products-swiper {
  box-sizing: border-box;
  overflow: hidden;
}

.home-content-nav,
.pkg-prev,
.pkg-next,
.category-swiper .swiper-button-prev,
.category-swiper .swiper-button-next,
.review-prev,
.review-next,
.content-prev,
.content-next,
.home-featured-products-nav {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  min-height: 30px;
  font-size: 12px;
  box-shadow: 0 10px 20px rgba(42, 24, 30, .16);
}

.pkg-prev:after,
.pkg-next:after,
.category-swiper .swiper-button-prev:after,
.category-swiper .swiper-button-next:after,
.review-prev:after,
.review-next:after,
.content-prev:after,
.content-next:after {
  font-size: 11px !important;
}

.home-content-prev {
  left: 4px !important;
}

.home-content-next {
  right: 4px !important;
}

.home-featured-products-section .container {
  position: relative;
}

@media (max-width: 767px) {

  .packages-swiper,
  .category-swiper,
  .testimonial-swiper,
  .content-swiper,
  .home-content-slider-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-content-nav,
  .pkg-prev,
  .pkg-next,
  .category-swiper .swiper-button-prev,
  .category-swiper .swiper-button-next,
  .review-prev,
  .review-next,
  .content-prev,
  .content-next,
  .home-featured-products-nav {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px;
    min-height: 28px;
  }

  .packages-swiper>.swiper-button-prev,
  .category-swiper>.swiper-button-prev,
  .testimonial-swiper>.swiper-button-prev,
  .content-swiper>.swiper-button-prev,
  .home-content-prev {
    left: 2px !important;
  }

  .packages-swiper>.swiper-button-next,
  .category-swiper>.swiper-button-next,
  .testimonial-swiper>.swiper-button-next,
  .content-swiper>.swiper-button-next,
  .home-content-next {
    right: 2px !important;
  }
}

/* Featured products controls and category badge refinement */
.home-featured-products-view-all {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7d1238;
  border-radius: 8px;
  padding: 0 13px;
  background: #fff;
  color: #7d1238;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(42, 24, 30, .08);
}

.home-featured-products-view-all:hover {
  background: #7d1238;
  color: #fff;
}

.home-featured-product-category {
  bottom: -2px;
  border-radius: 8px 8px 0 0;
}

/* Service/category detail sidebar and related-service refinements */
.service-layout .sidebar {
  position: static !important;
  top: auto !important;
}

.related-services-list a {
  align-items: flex-start;
}

.related-services-list a>div {
  min-width: 0;
}

.related-services-list span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6b5c55;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}

.related-services-list em {
  display: inline-flex;
  margin-top: 6px;
  color: #7a0019;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

/* Premium practical consultation process */
.consult-process.card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(125, 18, 56, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff8f1);
  box-shadow: 0 18px 48px rgba(42, 24, 30, .08);
}

.consult-process .section-title {
  max-width: 760px;
  margin: 0 auto 22px;
}

.consult-process .section-title span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #7a0019;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.consult-process .section-title h2 {
  margin: 0 0 8px;
}

.consult-process .section-title p {
  max-width: 680px;
  margin: 0 auto;
  color: #6b5c55;
  line-height: 1.7;
}

.consult-process .process-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 0;
}

.consult-process .process-item {
  position: relative;
  width: auto;
  min-height: 100%;
  border: 1px solid #eaded8;
  border-radius: 8px;
  padding: 22px 16px 18px;
  background: #fff;
  text-align: left !important;
  box-shadow: 0 12px 30px rgba(42, 24, 30, .06);
}

.consult-process .process-step {
  position: absolute;
  top: 14px;
  right: 14px;
  color: rgba(125, 18, 56, .18);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.consult-process .process-icon {
  width: 48px;
  height: 48px;
  margin: 0 0 14px;
  border-radius: 8px;
  background: #7a0019;
  color: #fff;
  font-size: 20px;
}

.consult-process .process-item h3 {
  margin: 0 0 8px;
  color: #241820;
  font-size: 17px;
  line-height: 1.3;
}

.consult-process .process-item p {
  margin: 0;
  color: #6b5c55;
  font-size: 13px;
  line-height: 1.55;
}

.consult-process .process-arrow {
  display: none;
}

@media (max-width: 991px) {
  .consult-process .process-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .home-featured-products-controls {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .consult-process.card {
    padding: 20px;
  }

  .consult-process .process-wrapper {
    grid-template-columns: 1fr;
  }
}

.temple-city-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(151, 19, 19, .18);
  border-radius: 999px;
  background: #fff7f4;
  color: #971313;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.temple-city-pill:hover {
  color: #fff;
  background: #971313;
}

.temple-list-reel-body .temple-city-pill,
.home-temple-city {
  margin-bottom: 10px;
}

.temple-clear-city {
  display: inline-flex;
  margin-top: 10px;
  color: #971313;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.temple-detail-city {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.temple-detail-city:hover {
  color: #fff;
  background: rgba(151, 19, 19, .72);
}

.temple-city-filter-select {
  min-height: 48px;
}

/* Consultation popup and home section refinements */
.presence-consult-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  padding: 0 26px;
  background: #d4af37;
  color: #17060b;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
  transition: transform .25s ease, background .25s ease;
}

.presence-consult-btn:hover {
  background: #f4c848;
  transform: translateY(-2px);
}

.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.consultation-modal.show {
  display: flex;
}

.consultation-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 5, 8, .72);
  backdrop-filter: blur(6px);
}

.consultation-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: calc(100vh - 36px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.consultation-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #7d1238;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.consultation-modal-copy {
  min-height: 100%;
  padding: 34px;
  background: linear-gradient(145deg, #4d0816 0%, #7d1238 55%, #971313 100%);
  color: #fff;
}

.consultation-modal-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #f4c848;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.consultation-modal-copy h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.15;
}

.consultation-modal-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  line-height: 1.75;
}

.consultation-modal-copy ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.consultation-modal-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.45;
}

.consultation-modal-copy li i {
  color: #f4c848;
  margin-top: 3px;
}

.consultation-popup-form {
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.consultation-field.full {
  grid-column: 1 / -1;
}

.consultation-field label {
  display: block;
  margin-bottom: 7px;
  color: #241820;
  font-size: 13px;
  font-weight: 800;
}

.consultation-field input,
.consultation-field select,
.consultation-field textarea {
  width: 100%;
  border: 1px solid #eaded8;
  border-radius: 8px;
  background: #fff;
  color: #241820;
  font-size: 15px;
  outline: 0;
  padding: 13px 14px;
}

.consultation-field textarea {
  min-height: 112px;
  resize: vertical;
}

.consultation-field input:focus,
.consultation-field select:focus,
.consultation-field textarea:focus {
  border-color: #7d1238;
  box-shadow: 0 0 0 3px rgba(125, 18, 56, .1);
}

.consultation-captcha-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
}

.consultation-captcha-question {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaded8;
  border-radius: 8px;
  background: #fff8f1;
  color: #7d1238;
  font-size: 18px;
  font-weight: 900;
}

.consultation-submit {
  min-height: 48px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #7d1238;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.consultation-submit:hover {
  background: #971313;
  transform: translateY(-2px);
}

.consultation-modal-open {
  overflow: hidden;
}

.home-content-blogs,
.home-content-stories-lyrics {
  border: 0;
  box-shadow: none;
}

.home-content-blogs {
  background: #f3f4f6;
  border-radius: 0;
  padding: 32px;
}

.home-content-stories-lyrics {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.home-blog-news-layout {
  display: grid;
  grid-template-columns: minmax(260px, 4fr) minmax(0, 8fr);
  gap: 22px;
  align-items: stretch;
}

.home-blog-feature,
.home-blog-mini {
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(26, 27, 31, .06);
}

.home-blog-feature {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.home-blog-feature-image,
.home-blog-mini-image {
  display: block;
  overflow: hidden;
  background: #241820;
}

.home-blog-feature-image {
  aspect-ratio: 4 / 3;
}

.home-blog-feature-image img,
.home-blog-mini-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-blog-feature-body {
  padding: 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.home-blog-feature-body h4,
.home-blog-mini-body h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
}

.home-blog-feature-body h4 a,
.home-blog-mini-body h4 a {
  color: #241820;
}

.home-blog-feature-body p,
.home-blog-mini-body p {
  color: #60666f;
  line-height: 1.55;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-blog-feature-body p {
  -webkit-line-clamp: 3;
}

.home-blog-mini-body p {
  -webkit-line-clamp: 2;
}

.home-blog-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-blog-mini {
  min-height: 132px;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
}

.home-blog-mini-image {
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

.home-blog-mini-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-blog-mini .content-read-more,
.home-blog-feature .content-read-more {
  margin-top: auto;
  font-size: 13px;
}

.temple-prasad-reel-card {
  min-height: 430px;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  color: #fff;
  justify-content: flex-end;
  box-shadow: 0 18px 44px rgba(24, 14, 18, .14);
}

.temple-prasad-reel-card:hover {
  box-shadow: 0 24px 58px rgba(24, 14, 18, .18);
}

.temple-prasad-reel-card .content-slide-body {
  min-height: 178px;
  justify-content: flex-end;
  padding: 18px;
  background: linear-gradient(180deg, rgba(10, 8, 10, 0) 0%, rgba(10, 8, 10, .54) 22%, rgba(10, 8, 10, .92) 100%);
}

.temple-prasad-reel-card .content-slide-body h4 {
  margin: 10px 0 0;
}

.temple-prasad-reel-card .content-slide-body h4 a {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.temple-prasad-reel-card .home-temple-city {
  width: max-content;
  max-width: 100%;
  background: rgba(255, 255, 255, .92);
  color: #7d1238;
}

.temple-prasad-reel-card .temple-home-actions {
  margin-top: 16px;
}

.temple-prasad-reel-card .temple-home-actions .content-read-more {
  background: rgba(255, 255, 255, .95);
  color: #241820;
}

.temple-prasad-reel-card .content-book-prasad {
  background: #d4af37;
  border-color: #d4af37;
  color: #17060b;
}

@media(max-width: 991px) {

  .consultation-dialog,
  .home-blog-news-layout {
    grid-template-columns: 1fr;
  }

  .consultation-modal-copy {
    padding: 28px;
  }
}

@media(max-width: 768px) {
  .luxury-left p {
    padding: 0;
  }

  .consultation-popup-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .consultation-captcha-row,
  .home-blog-news-grid,
  .home-blog-mini {
    grid-template-columns: 1fr;
  }

  .home-content-blogs {
    padding: 22px 14px;
  }

  .home-blog-mini-image {
    aspect-ratio: 16 / 9;
  }
}

/* Full-width home blogs band */
.home-content-blogs {
  position: relative;
  isolation: isolate;
  background: transparent;
  padding: 38px 0;
}

.home-content-blogs::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f3f4f6;
  z-index: -1;
}

@media(max-width: 768px) {
  .home-content-blogs {
    padding: 28px 0;
  }
}

/* Dynamic home hero and mobile refinements */
.home-hero-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #fffaf3 0%, #fff 100%);
}

.home-hero-swiper {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.home-hero-swiper .swiper-slide {
  width: 100% !important;
  height: auto;
}

.home-hero-slide {
  width: 100%;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 42px;
  align-items: center;
  padding: 36px 48px;
  border: 1px solid #eaded8;
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 12%, rgba(212, 175, 55, .16), transparent 28%),
    linear-gradient(135deg, #fff8f1 0%, #fff 50%, #f8ece4 100%);
}

.home-hero-copy {
  max-width: 680px;
}

.home-hero-pill {
  border-style: solid;
  border-color: rgba(125, 18, 56, .14);
  color: #7d1238;
  font-weight: 800;
}

.home-hero-title {
  max-width: 760px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.08;
  color: #2b0714;
}

.home-hero-lead {
  max-width: 620px;
  line-height: 1.75;
}

.home-hero-actions .btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
}

.home-hero-badge {
  margin-top: 18px;
  border: 1px solid rgba(125, 18, 56, .12);
  background: #fff;
  color: #7d1238;
}

.home-hero-section .hero-art {
  width: 100%;
  max-width: none;
  margin-left: 0;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(42, 24, 30, .13);
}

.home-hero-section .hero-art::after {
  display: none;
}

.home-hero-art img,
.home-hero-section .hero-swiper img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}

.home-hero-section .hero-prev,
.home-hero-section .hero-next {
  width: 32px !important;
  height: 32px !important;
  background: #fff !important;
  border: 1px solid #eaded8;
  box-shadow: 0 10px 24px rgba(42, 24, 30, .14);
}

.home-hero-section .hero-prev {
  left: 14px !important;
}

.home-hero-section .hero-next {
  right: 14px !important;
}

.home-hero-section .hero-pagination {
  bottom: 14px !important;
}

@media(max-width: 768px) {
  .home-hero-section {
    padding: 50px 0;
  }

  .home-hero-slide {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 16px;
  }

  .home-hero-copy,
  .home-hero-title,
  .home-hero-lead {
    max-width: none;
    text-align: center;
  }

  .home-hero-title {
    font-size: 30px;
    line-height: 1.12;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-lead {
    font-size: 15px;
    line-height: 1.65;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-pill,
  .home-hero-badge {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-actions {
    justify-content: center;
  }

  .home-hero-actions .btn {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .home-hero-art img,
  .home-hero-section .hero-swiper img {
    height: 260px;
  }

  .home-hero-section .hero-prev,
  .home-hero-section .hero-next {
    width: 28px !important;
    height: 28px !important;
  }
}

@media(max-width: 768px) {
  .luxury-testimonials {
    padding: 48px 0;
  }

  .luxury-testimonials .section-header {
    text-align: center;
    margin-bottom: 14px;
  }

  .luxury-testimonials .section-header h2 {
    font-size: 28px !important;
    line-height: 1.08 !important;
  }

  .luxury-testimonials .section-header p {
    max-width: 320px;
    margin: 8px auto 0;
    text-align: center;
  }

  .testimonial-swiper {
    padding: 12px 38px 36px !important;
  }

  .luxury-card {
    max-width: 100%;
    padding: 18px 16px;
  }

  .review-prev,
  .review-next {
    width: 28px !important;
    height: 28px !important;
    top: 54% !important;
    transform: translateY(-50%) !important;
  }

  .testimonial-swiper>.review-prev,
  .review-prev {
    left: 2px !important;
  }

  .testimonial-swiper>.review-next,
  .review-next {
    right: 2px !important;
  }

  .presence-section .section-header {
    text-align: center;
  }

  .presence-section .section-header h2 {
    font-size: 27px !important;
    line-height: 1.12 !important;
    text-align: center !important;
  }

  .presence-section .section-header p {
    max-width: 330px;
    margin: 8px auto 0;
    text-align: center !important;
  }

  .presence-consult-btn {
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px;
    font-size: 12px;
  }

  .home-content-head,
  .home-featured-products-head,
  .category-section .section-header {
    align-items: center !important;
    text-align: center;
  }

  .home-content-head p,
  .home-featured-products-head p,
  .category-section .section-header p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .content-view-all,
  .home-featured-products-view-all,
  .category-view-all {
    width: auto !important;
    min-height: 34px !important;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px !important;
    font-size: 12px !important;
    border-radius: 8px;
  }

  .home-featured-products-controls,
  .category-heading-row {
    justify-content: center;
  }
}

/* Premium full-image home hero */
.home-hero-section {
  padding: 50px 0;
  background: #fff;
}

.home-hero-swiper {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(24, 14, 18, .16);
}

.home-hero-slide {
  position: relative;
  min-height: 540px;
  display: flex !important;
  align-items: center;
  overflow: hidden;
  padding: 64px 68px;
  border: 0;
  border-radius: 8px;
  background: #16070d;
}

.home-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 4, 7, .92) 0%, rgba(37, 7, 17, .78) 42%, rgba(37, 7, 17, .28) 70%, rgba(37, 7, 17, .08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .26), rgba(0, 0, 0, .08));
}

.home-hero-section .hero-art,
.home-hero-art {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  border-radius: 8px;
  box-shadow: none;
}

.home-hero-art img,
.home-hero-section .hero-swiper img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 660px;
  color: #fff;
}

.home-hero-pill {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .12);
  color: #ffd65a;
  backdrop-filter: blur(8px);
}

.home-hero-title {
  max-width: 680px;
  color: #fff;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.08;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .34);
}

.home-hero-lead {
  max-width: 580px;
  color: rgba(255, 255, 255, .86);
}

.home-hero-actions .btn.primary {
  background: #d4af37;
  color: #17070c;
  border-color: #d4af37;
}

.home-hero-actions .btn.ghost {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-color: rgba(255, 255, 255, .34);
  backdrop-filter: blur(8px);
}

.home-hero-badge {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  backdrop-filter: blur(8px);
}

.home-hero-section .hero-prev,
.home-hero-section .hero-next {
  background: rgba(255, 255, 255, .9) !important;
}

@media(max-width: 768px) {
  .home-hero-swiper {
    border-radius: 8px;
  }

  .home-hero-slide {
    min-height: 500px;
    justify-content: center;
    padding: 54px 18px;
    text-align: center;
  }

  .home-hero-slide::before {
    background: linear-gradient(180deg, rgba(8, 4, 7, .88) 0%, rgba(37, 7, 17, .72) 52%, rgba(8, 4, 7, .9) 100%);
  }

  .home-hero-art img,
  .home-hero-section .hero-swiper img {
    min-height: 500px;
  }

  .home-hero-title {
    font-size: 28px;
    line-height: 1.12;
  }

  .home-hero-lead {
    color: rgba(255, 255, 255, .86);
  }

  .home-hero-actions {
    justify-content: center;
  }
}

/* Home content fine tuning */
.temple-prasad-reel-card .content-slide-body {
  min-height: 50%;
  background: linear-gradient(180deg, rgba(10, 8, 10, 0) 0%, rgba(10, 8, 10, .54) 38%, rgba(10, 8, 10, .92) 100%);
}

.home-blog-news-grid {
  gap: 12px;
}

.home-blog-mini {
  min-height: 106px;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  padding: 9px;
}

.home-blog-mini-image {
  width: 88px;
  height: 76px;
  aspect-ratio: auto;
}

.home-blog-mini-body h4 {
  margin-bottom: 5px;
}

.home-blog-mini-body p {
  margin-bottom: 5px;
  line-height: 1.45;
}

.home-blog-mini .content-read-more {
  margin-top: 0;
  font-size: 12px;
}

.home-content-stories-lyrics,
.home-content-stories-lyrics::before,
.home-content-stories-lyrics .home-content-slider-wrap,
.home-content-stories-lyrics .home-content-swiper {
  background: transparent !important;
  box-shadow: none !important;
}

.home-content-stories-lyrics .content-slide-card {
  box-shadow: none !important;
}

@media(max-width: 768px) {
  .home-blog-mini {
    grid-template-columns: 1fr;
  }

  .home-blog-mini-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

/* Edge-to-edge home hero slider */
.home-hero-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden;
}

.home-hero-section>.container,
.home-hero-section>.container-fluid {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-hero-swiper {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.home-hero-swiper .swiper-wrapper,
.home-hero-swiper .swiper-slide {
  margin: 0 !important;
}

.home-hero-slide {
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.home-hero-section .hero-art,
.home-hero-art,
.home-hero-art img,
.home-hero-section .hero-swiper img {
  border-radius: 0 !important;
}

.home-hero-art img,
.home-hero-section .hero-swiper img {
  min-height: 100vh !important;
}

@media(max-width: 768px) {
  .home-hero-slide {
    min-height: 100vh !important;
  }

  .home-hero-art img,
  .home-hero-section .hero-swiper img {
    min-height: 100vh !important;
  }
}

/* Header + menu + hero fit inside one viewport */
:root {
  --home-header-menu-height: 0px;
}

.home-hero-slide {
  height: calc(100vh - var(--home-header-menu-height, 0px)) !important;
  min-height: calc(100vh - var(--home-header-menu-height, 0px)) !important;
}

.home-hero-art img,
.home-hero-section .hero-swiper img {
  height: 100% !important;
  min-height: calc(100vh - var(--home-header-menu-height, 0px)) !important;
}

@supports (height: 100svh) {
  .home-hero-slide {
    height: calc(100svh - var(--home-header-menu-height, 0px)) !important;
    min-height: calc(100svh - var(--home-header-menu-height, 0px)) !important;
  }

  .home-hero-art img,
  .home-hero-section .hero-swiper img {
    min-height: calc(100svh - var(--home-header-menu-height, 0px)) !important;
  }
}

/* Home hero overlay visibility refinement */
.home-hero-slide::before {
  background:
    linear-gradient(90deg, rgba(8, 4, 7, .9) 0%, rgba(37, 7, 17, .76) 38%, rgba(37, 7, 17, .18) 50%, rgba(37, 7, 17, 0) 62%, rgba(37, 7, 17, 0) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .03)) !important;
}

.home-hero-copy {
  width: min(50%, 660px) !important;
  max-width: 50% !important;
}

.home-hero-title {
  max-width: 100% !important;
}

.home-hero-lead {
  max-width: 100% !important;
}

@media(max-width: 768px) {
  .home-hero-slide {
    align-items: flex-end;
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .home-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(8, 4, 7, .08) 0%, rgba(8, 4, 7, .18) 34%, rgba(20, 5, 11, .72) 68%, rgba(8, 4, 7, .92) 100%) !important;
  }

  .home-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 14px;
    border-radius: 8px;
    background: rgba(10, 5, 8, .28);
    backdrop-filter: blur(4px);
  }

  .home-hero-title {
    font-size: 26px;
  }
}

/* Hero reaches the visible device bottom */
:root {
  --home-hero-height: calc(100vh - var(--home-header-menu-height, 0px));
}

.home-hero-slide {
  height: var(--home-hero-height) !important;
  min-height: var(--home-hero-height) !important;
}

.home-hero-art,
.home-hero-section .hero-art {
  height: var(--home-hero-height) !important;
}

.home-hero-art img,
.home-hero-section .hero-swiper img {
  height: var(--home-hero-height) !important;
  min-height: var(--home-hero-height) !important;
}

/* Hero container text, desktop height cap, and mobile overlay cleanup */
.home-hero-content-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-content-container .home-hero-copy {
  width: min(50%, 660px) !important;
  max-width: 50% !important;
}

@media(min-width: 992px) {
  .home-hero-slide {
    height: min(var(--home-hero-height), 550px) !important;
    min-height: min(var(--home-hero-height), 550px) !important;
  }

  .home-hero-art,
  .home-hero-section .hero-art,
  .home-hero-art img,
  .home-hero-section .hero-swiper img {
    height: min(var(--home-hero-height), 550px) !important;
    min-height: min(var(--home-hero-height), 550px) !important;
  }
}

@media(max-width: 768px) {
  .home-hero-slide::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .16) 34%, rgba(0, 0, 0, .58) 66%, rgba(0, 0, 0, .92) 100%) !important;
  }

  .home-hero-content-container .home-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* Keep home hero text strictly inside the site container */
.home-hero-slide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home-hero-content-container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.home-hero-content-container .home-hero-copy {
  margin-left: 0;
}

@media(max-width: 768px) {
  .home-hero-content-container {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0px;
  }

  .home-hero-content-container .home-hero-copy {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Align homepage hero content with the site container on wider screens */
@media (min-width: 769px) {
  .home-hero-content-container {
    width: min(1200px, 90%) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Home hero dynamic stats */
.home-hero-stats {
  margin-top: 14px;
  max-width: 660px;
}

.home-hero-stats .trust-grid {
  gap: 8px 10px;
}

.home-hero-stats .trust-grid div {
  min-width: 92px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.home-hero-stats .trust-grid h2 {
  font-size: 18px;
}

.home-hero-stats .trust-grid span {
  font-size: 11px;
}

@media (max-width: 768px) {
  .home-hero-stats {
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-stats .trust-grid {
    justify-content: center;
    text-align: center;
  }

  .home-hero-stats .trust-grid div {
    min-width: 82px;
    padding: 6px 8px;
  }

  .home-hero-stats .trust-grid h2 {
    font-size: 15px;
  }

  .home-hero-stats .trust-grid span {
    font-size: 10px;
  }
}

/* Home hero floating stats strip */
.home-hero-section {
  position: relative !important;
  overflow: visible !important;
  margin-bottom: clamp(58px, 6vw, 82px) !important;
}

.home-hero-stats {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 6;
  width: min(1120px, calc(100% - 40px));
  max-width: 1120px;
  margin: 0 !important;
  transform: translate(-50%, 50%);
}

.home-hero-stats .trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(151, 19, 19, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(20, 9, 13, .16);
  text-align: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.home-hero-stats .trust-grid div {
  min-width: 0;
  padding: 18px 14px;
  border: 0;
  border-right: 1px solid rgba(151, 19, 19, .12);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.home-hero-stats .trust-grid div:last-child {
  border-right: 0;
}

.home-hero-stats .trust-grid h2 {
  margin: 0;
  color: #971313;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.home-hero-stats .trust-grid span {
  display: block;
  margin-top: 7px;
  color: #3b2a2f;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 769px) {
  .home-hero-section .hero-pagination {
    bottom: clamp(72px, 8vw, 96px) !important;
  }
}

@media (max-width: 768px) {
  .home-hero-section {
    margin-bottom: 0 !important;
  }

  .home-hero-stats {
    position: static;
    width: calc(100% - 28px);
    max-width: none;
    margin: 14px auto 26px !important;
    transform: none;
  }

  .home-hero-stats .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(20, 9, 13, .12);
  }

  .home-hero-stats .trust-grid div {
    padding: 13px 8px;
    border-right: 1px solid rgba(151, 19, 19, .1);
    border-bottom: 1px solid rgba(151, 19, 19, .1);
  }

  .home-hero-stats .trust-grid div:nth-child(2n) {
    border-right: 0;
  }

  .home-hero-stats .trust-grid div:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .home-hero-stats .trust-grid div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .home-hero-stats .trust-grid h2 {
    font-size: 22px;
  }

  .home-hero-stats .trust-grid span {
    margin-top: 5px;
    font-size: 11px;
  }
}

@media (max-width: 768px) {

  /* keep the mobile stat divider balanced when the last item spans both columns */
  .home-hero-stats .trust-grid div:nth-last-child(2):nth-child(even) {
    border-bottom: 1px solid rgba(151, 19, 19, .1);
  }
}



/* Mobile app-style bottom header */
.logo>img,
.mobile-top-logo img,
.mobile-header img {
  border-radius: 10px;
}

.mobile-top-logo,
.mobile-app-bar {
  display: none;
}

@media (max-width: 980px) {
  body {
    padding-bottom: 78px;
  }

  header {
    position: relative;
    z-index: 9999;
  }

  .header-main {
    display: none !important;
  }

  .mobile-top-logo {
    display: none !important;
  }

  .mobile-app-bar {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 3px;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 66px;
    padding: 6px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(122, 0, 25, .12);
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
    z-index: 99997;
    backdrop-filter: blur(12px);
  }

  .mobile-app-item,
  .mobile-app-bar .menu-btn {
    min-width: 0;
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #32151d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    padding: 0 3px;
    cursor: pointer;
  }

  .mobile-app-item:hover,
  .mobile-app-item:focus,
  .mobile-app-bar .menu-btn:hover,
  .mobile-app-bar .menu-btn:focus,
  .mobile-app-user.open>.mobile-app-item {
    background: #fff3e6;
    color: #7a0019;
  }

  .mobile-app-item span,
  .mobile-app-bar .menu-btn span {
    display: block;
    max-width: 100%;
    color: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
  }

  .mobile-app-item i,
  .mobile-app-bar .menu-btn i {
    font-size: 18px;
  }

  .mobile-app-item em {
    position: absolute;
    top: 4px;
    right: 8px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    border-radius: 999px;
    background: #e11d48;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
  }

  .mobile-app-user {
    min-width: 0;
    position: relative;
  }

  .mobile-app-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eadccc;
  }

  .mobile-app-bar .user-dropdown {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 86px;
    width: min(240px, calc(100vw - 20px));
    z-index: 100003;
  }

  .hero-content,
  .category-hero .hero-content,
  .service-hero .hero-content,
  .compact-listing-hero .hero-content,
  .shop-hero-content,
  .digital-hero-content,
  .article-hero-content,
  .video-hero-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .home-hero-content-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .home-hero-content-container .home-hero-copy {
    padding: 24px 4px 28px !important;
  }
}

@media (max-width: 420px) {
  .mobile-app-bar {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px max(5px, env(safe-area-inset-right)) max(5px, env(safe-area-inset-bottom)) max(5px, env(safe-area-inset-left));
  }

  .mobile-app-item span,
  .mobile-app-bar .menu-btn span {
    font-size: 9px;
  }
}


/* Final mobile header/nav positioning */
@media (max-width: 980px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  header {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-top-logo,
  header>.mobile-top-logo {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .header-main {
    display: none !important;
  }

  .home-hero-section,
  .service-hero,
  .category-hero,
  .shop-hero,
  .digital-hero,
  .article-hero,
  .video-hero,
  .compact-listing-hero {
    margin-top: 0 !important;
  }

  .mobile-app-bar {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    padding: 6px max(6px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left)) !important;
  }

  .mobile-app-bar .user-dropdown {
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  .consult-fab {
    right: 14px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    z-index: 99996 !important;
  }

  .fab-main {
    width: 54px !important;
    height: 54px !important;
  }

  .fab-main img {
    width: 32px !important;
    height: 32px !important;
  }

  .fab-menu {
    bottom: 64px !important;
    gap: 8px !important;
  }

  .fab-item a {
    padding: 9px 14px !important;
    font-size: 12px !important;
  }

  .back-to-top,
  .lux-top {
    right: 14px !important;
    bottom: calc(148px + env(safe-area-inset-bottom)) !important;
    width: 44px !important;
    height: 44px !important;
    font-size: 16px !important;
    z-index: 99995 !important;
  }
}

/* Sharper brighter hero images */
.home-hero-art img,
.home-hero-section .hero-swiper img,
.hero-swiper img {
  filter: brightness(1.1) contrast(1.14) saturate(1.12);
  image-rendering: auto;
}

.home-hero-slide::before {
  background:
    linear-gradient(90deg, rgba(8, 4, 7, .64) 0%, rgba(37, 7, 17, .46) 34%, rgba(37, 7, 17, .12) 52%, rgba(37, 7, 17, 0) 68%, rgba(37, 7, 17, 0) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, 0)) !important;
}

.home-hero-title,
.home-hero-lead,
.category-hero .hero-content,
.service-hero .hero-content {
  text-shadow: 0 3px 14px rgba(0, 0, 0, .34);
}

@media (max-width: 768px) {

  .home-hero-art img,
  .home-hero-section .hero-swiper img,
  .hero-swiper img {
    filter: brightness(1.12) contrast(1.16) saturate(1.12);
  }

  .home-hero-slide::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 34%, rgba(0, 0, 0, .38) 70%, rgba(0, 0, 0, .72) 100%) !important;
  }
}

/* Home carousel arrows aligned with Featured Products controls */
.home-core-services-section .pkg-prev,
.home-core-services-section .pkg-next,
.service-category-band .category-swiper>.swiper-button-prev,
.service-category-band .category-swiper>.swiper-button-next,
.luxury-testimonials .review-prev,
.luxury-testimonials .review-next,
.home-content-stories-lyrics .home-content-nav {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #7d1238 !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 10px 20px rgba(42, 24, 30, .16) !important;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}

.home-core-services-section .pkg-prev:after,
.home-core-services-section .pkg-next:after,
.service-category-band .category-swiper>.swiper-button-prev:after,
.service-category-band .category-swiper>.swiper-button-next:after,
.luxury-testimonials .review-prev:after,
.luxury-testimonials .review-next:after {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.home-core-services-section .pkg-prev:hover,
.home-core-services-section .pkg-next:hover,
.service-category-band .category-swiper>.swiper-button-prev:hover,
.service-category-band .category-swiper>.swiper-button-next:hover,
.luxury-testimonials .review-prev:hover,
.luxury-testimonials .review-next:hover,
.home-content-stories-lyrics .home-content-nav:hover {
  background: #971313 !important;
  box-shadow: 0 14px 28px rgba(42, 24, 30, .2) !important;
}

.home-content-stories-lyrics .home-content-nav:hover {
  transform: translateY(-50%) translateY(-2px) !important;
}

@media (max-width: 767px) {

  .home-core-services-section .pkg-prev,
  .home-core-services-section .pkg-next,
  .service-category-band .category-swiper>.swiper-button-prev,
  .service-category-band .category-swiper>.swiper-button-next,
  .luxury-testimonials .review-prev,
  .luxury-testimonials .review-next,
  .home-content-stories-lyrics .home-content-nav {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }
}

/* First homepage service category: Vastu grid */
.first-service-subcategory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 767px) {
  .first-service-subcategory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 575px) {
  .first-service-subcategory-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Aggarwal eStore */
:root {
  --store-ink: #102c2b;
  --store-green: #174b46;
  --store-mint: #e9f3ef;
  --store-gold: #c59648;
  --store-cream: #fbf8f1;
  --store-border: #dfe8e4
}

* {
  box-sizing: border-box
}

body {
  margin: 0;
  color: var(--store-ink);
  font-family: "DM Sans", sans-serif;
  background: #fff
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: auto
}

.store-notice {
  background: #102c2b;
  color: #fff;
  text-align: center;
  padding: 9px;
  font-size: 13px;
  letter-spacing: .03em
}

.store-notice span {
  color: #d8b778;
  margin: 0 14px
}

.store-head-main {
  height: 94px;
  display: flex;
  align-items: center;
  gap: 34px
}

.store-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--store-ink);
  min-width: 260px
}

.store-logo img {
  width: 58px;
  height: 58px;
  object-fit: contain
}

.store-logo>span {
  font: 600 25px "Playfair Display", serif;
  line-height: 1
}

.store-logo b {
  color: var(--store-gold)
}

.store-logo small {
  display: block;
  font: 600 9px "DM Sans";
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-top: 8px;
  color: #6b7c78
}

.store-search {
  display: flex;
  flex: 1;
  border: 1px solid var(--store-border);
  border-radius: 999px;
  overflow: hidden;
  background: #f7faf9
}

.store-search input {
  border: 0;
  outline: 0;
  padding: 14px 20px;
  flex: 1;
  background: transparent;
  font: inherit
}

.store-search button {
  border: 0;
  background: var(--store-green);
  color: #fff;
  width: 54px
}

.store-actions {
  display: flex;
  gap: 18px
}

.store-actions a {
  position: relative;
  color: var(--store-ink);
  font-size: 20px
}

.cart-count-badge {
  position: absolute;
  right: -10px;
  top: -9px;
  background: var(--store-gold);
  color: #fff;
  border-radius: 20px;
  min-width: 18px;
  font-size: 10px;
  text-align: center;
  padding: 3px
}

.store-nav {
  border-top: 1px solid var(--store-border);
  border-bottom: 1px solid var(--store-border)
}

.store-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex
}

.store-nav>div>ul>li>a {
  display: block;
  padding: 16px 25px;
  text-decoration: none;
  color: var(--store-ink);
  font-weight: 700
}

.store-nav i {
  font-size: 10px;
  margin-left: 5px
}

.has-mega,
.has-dropdown {
  position: relative
}

.catalog-mega {
  display: none;
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  width: min(1000px, 90vw);
  background: #fff;
  box-shadow: 0 20px 50px #102c2b26;
  padding: 28px;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  border-top: 3px solid var(--store-gold)
}

.has-mega:hover .catalog-mega {
  display: grid
}

.catalog-mega h3 {
  font: 700 18px "Playfair Display";
  margin: 0 0 12px
}

.catalog-mega h3 a,
.catalog-mega li a,
.brand-dropdown a {
  text-decoration: none;
  color: var(--store-ink)
}

.catalog-mega section ul {
  display: block
}

.catalog-mega li {
  margin: 8px 0;
  font-size: 13px
}

.brand-dropdown {
  display: none;
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  min-width: 300px;
  background: #fff;
  box-shadow: 0 18px 40px #102c2b26;
  padding: 10px
}

.has-dropdown:hover .brand-dropdown {
  display: block
}

.brand-dropdown a {
  display: block;
  padding: 11px 14px
}

.mobile-menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 22px
}

.glass-hero {
  background: linear-gradient(120deg, #e7f2ee, #f8f4e9);
  min-height: 555px;
  display: flex;
  align-items: center;
  overflow: hidden
}

.glass-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 60px
}

.eyebrow,
.section-heading>span {
  color: var(--store-gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px
}

.glass-hero h1 {
  font: 700 clamp(42px, 5.5vw, 74px)/1.04 "Playfair Display";
  margin: 16px 0 22px;
  max-width: 780px
}

.glass-hero p {
  font-size: 18px;
  line-height: 1.7;
  color: #4d6562;
  max-width: 650px
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0
}

.shop-btn {
  padding: 15px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800
}

.shop-btn.primary {
  background: var(--store-green);
  color: #fff
}

.shop-btn.secondary {
  border: 1px solid var(--store-green);
  color: var(--store-green)
}

.hero-trust {
  display: flex;
  gap: 24px;
  font-size: 13px;
  font-weight: 700
}

.hero-trust i {
  color: var(--store-gold);
  margin-right: 7px
}

.hero-art {
  text-align: center
}

.glass-orb {
  width: 430px;
  height: 430px;
  max-width: 100%;
  margin: auto;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0, #edf5f2 55%, #d7e9e3 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  color: #b68c4b;
  font-size: 80px;
  box-shadow: inset 0 0 0 20px #ffffff80, 0 30px 80px #174b4620
}

.hero-art p {
  font: 600 15px "Playfair Display";
  margin: auto
}

.category-showcase,
.store-promise {
  padding: 90px 0
}

.section-heading {
  position: relative;
  margin-bottom: 36px
}

.section-heading h2 {
  font: 700 clamp(30px, 4vw, 45px) "Playfair Display";
  margin: 8px 0
}

.section-heading>a {
  position: absolute;
  right: 0;
  bottom: 8px;
  color: var(--store-green);
  font-weight: 800;
  text-decoration: none
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px
}

.category-card {
  min-height: 190px;
  padding: 30px;
  display: flex;
  gap: 26px;
  align-items: center;
  text-decoration: none;
  color: var(--store-ink);
  border-radius: 8px
}

.category-tone-0 {
  background: #e6f1ed
}

.category-tone-1 {
  background: #f4ebdc
}

.category-tone-2 {
  background: #eef0f4
}

.category-tone-3 {
  background: #f2e8e7
}

.category-icon {
  font-size: 64px;
  color: #587b75;
  width: 105px;
  text-align: center
}

.category-card h3 {
  font: 700 25px "Playfair Display";
  margin: 0 0 7px
}

.category-card p {
  color: #687b78
}

.category-card span {
  font-size: 13px;
  font-weight: 800
}

.featured-products {
  padding: 80px 0;
  background: var(--store-cream)
}

.store-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.store-product {
  background: #fff;
  padding: 14px;
  border: 1px solid #ebe8df
}

.store-product a {
  text-decoration: none;
  color: var(--store-ink)
}

.store-product img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #f7f7f4
}

.store-product small {
  display: block;
  color: var(--store-gold);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 15px
}

.store-product h3 {
  font-size: 16px;
  min-height: 42px
}

.store-product p {
  display: flex;
  gap: 10px;
  align-items: center
}

.store-product del {
  color: #8e9997;
  font-size: 12px
}

.brand-strip {
  padding: 55px 0;
  border-block: 1px solid var(--store-border);
  text-align: center
}

.brand-strip span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  color: #768783
}

.brand-strip div div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 45px;
  margin-top: 22px
}

.brand-strip a {
  font: 700 19px "Playfair Display";
  color: var(--store-ink);
  text-decoration: none
}

.store-promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center
}

.store-promise i {
  font-size: 34px;
  color: var(--store-gold)
}

.store-promise h3 {
  font: 700 21px "Playfair Display"
}

.store-promise p {
  color: #6a7b78
}

.store-footer {
  background: #102c2b;
  color: #d8e2df;
  padding-top: 62px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 50px;
  padding-bottom: 50px
}

.store-footer h3,
.store-footer h4 {
  font-family: "Playfair Display";
  color: #fff
}

.store-footer a {
  display: block;
  color: #d8e2df;
  text-decoration: none;
  margin: 10px 0
}

.store-footer p {
  line-height: 1.8
}

.footer-bottom {
  border-top: 1px solid #ffffff1a;
  padding: 20px 0;
  font-size: 13px
}

.brand-strip .container>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 45px;
  margin-top: 22px
}

@media(max-width:900px) {
  .container {
    width: min(100% - 28px, 1180px)
  }

  .store-head-main {
    height: 76px;
    gap: 14px
  }

  .mobile-menu-toggle {
    display: block
  }

  .store-logo {
    min-width: 0
  }

  .store-logo img {
    width: 45px;
    height: 45px
  }

  .store-logo>span {
    font-size: 19px
  }

  .store-logo small {
    display: none
  }

  .store-search {
    display: none
  }

  .store-actions a:nth-child(-n+2) {
    display: none
  }

  .store-nav {
    display: none
  }

  .store-nav.is-open {
    display: block
  }

  .store-nav ul {
    display: block
  }

  .store-nav>div>ul>li>a {
    padding: 13px 4px
  }

  .catalog-mega,
  .brand-dropdown {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 15px;
    grid-template-columns: 1fr 1fr;
    display: none
  }

  .has-mega.open .catalog-mega {
    display: grid
  }

  .has-dropdown.open .brand-dropdown {
    display: block
  }

  .glass-hero {
    padding: 60px 0
  }

  .glass-hero-grid {
    grid-template-columns: 1fr
  }

  .hero-art {
    display: none
  }

  .hero-trust {
    flex-wrap: wrap
  }

  .category-grid {
    grid-template-columns: 1fr
  }

  .store-product-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-grid,
  .store-promise {
    grid-template-columns: 1fr
  }

  .section-heading>a {
    position: static
  }

  .store-notice {
    font-size: 11px
  }

  .store-notice span {
    margin: 0 4px
  }
}

/* ===== Aggarwal eStore Premium 2026 ===== */
:root {
  --ag-green: #063f2e;
  --ag-green-2: #006c42;
  --ag-leaf: #009c4a;
  --ag-red: #d5232a;
  --ag-gold: #c9a463;
  --ag-cream: #f6f1e8;
  --ag-ivory: #fcfaf6;
  --ag-ink: #17211e;
  --ag-muted: #69756f;
  --ag-line: #e6e1d8
}

body {
  font-family: "DM Sans", sans-serif;
  color: var(--ag-ink);
  background: var(--ag-ivory)
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto
}

.lux-header {
  position: relative;
  z-index: 100;
  background: #fff
}

.lux-announcement {
  height: 38px;
  background: var(--ag-green);
  color: #fff;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.lux-announcement .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.lux-announcement a {
  color: #fff;
  text-decoration: none
}

.lux-announcement i {
  color: #e6c47e;
  margin-right: 7px
}

.lux-head-main {
  height: 96px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 38px;
  align-items: center
}

.lux-logo {
  display: block
}

.lux-logo img {
  width: 172px;
  height: 74px;
  object-fit: contain;
  display: block
}

.lux-search {
  height: 48px;
  border: 1px solid #dfe6e2;
  background: #f7faf8;
  display: flex;
  border-radius: 2px;
  overflow: hidden
}

.lux-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 19px;
  font: inherit;
  outline: 0
}

.lux-search button {
  width: 54px;
  border: 0;
  background: var(--ag-green);
  color: #fff;
  cursor: pointer
}

.lux-actions {
  display: flex;
  align-items: center;
  gap: 20px
}

.lux-actions>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--ag-ink);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-decoration: none;
  position: relative
}

.lux-actions i {
  font-size: 20px
}

.lux-cart .cart-count-badge {
  right: -8px;
  top: -8px;
  background: var(--ag-red);
  font-size: 9px;
  color: #fff
}

.lux-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 22px;
  color: var(--ag-green)
}

.lux-nav {
  background: #fff;
  border-top: 1px solid #ece9e2;
  border-bottom: 1px solid #dedad2
}

.lux-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center
}

.lux-nav-list>li {
  position: relative
}

.lux-nav-list>li>a,
.lux-dropdown-toggle {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border: 0;
  background: transparent;
  color: #26342f;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .055em;
  /* font: 700 11px "DM Sans"; */
  cursor: pointer;
  white-space: nowrap
}

.lux-dropdown-toggle:hover,
.lux-nav-list>li>a:hover,
.lux-dropdown.open>.lux-dropdown-toggle {
  color: var(--ag-red)
}

.lux-dropdown-toggle i {
  font-size: 8px;
  transition: .25s
}

.lux-dropdown.open>.lux-dropdown-toggle i {
  transform: rotate(180deg)
}

.lux-category-menu,
.lux-brand-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-top: 3px solid var(--ag-red);
  box-shadow: 0 24px 70px rgba(14, 41, 31, .18);
  z-index: 120
}

.lux-dropdown.open>.lux-category-menu,
.lux-dropdown.open>.lux-brand-menu {
  display: flex
}

.lux-category-menu {
  width: min(720px, 90vw);
  padding: 0
}

.lux-menu-intro {
  width: 220px;
  flex: 0 0 220px;
  padding: 32px;
  background: linear-gradient(145deg, var(--ag-green), #092a22);
  color: #fff
}

.lux-menu-intro span {
  font-size: 10px;
  color: #d9bc80;
  text-transform: uppercase;
  letter-spacing: .16em
}

.lux-menu-intro h3 {
  font: 700 27px/1.15 "Playfair Display";
  margin: 10px 0 28px
}

.lux-menu-intro a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 700
}

.lux-category-menu>ul {
  list-style: none;
  margin: 0;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  max-height: 420px;
  overflow: auto;
  flex: 1
}

.lux-category-menu li a {
  display: block;
  color: #44534d;
  text-decoration: none;
  font-size: 12px;
  padding: 9px 4px;
  border-bottom: 1px solid #f0eee9
}

.lux-category-menu li a:hover {
  color: var(--ag-red);
  padding-left: 8px
}

.brand-nav .lux-brand-menu {
  right: 0;
  left: auto;
  width: 310px;
  flex-direction: column;
  padding: 10px
}

.lux-brand-menu a {
  padding: 13px 15px;
  color: var(--ag-ink);
  text-decoration: none;
  border-bottom: 1px solid #f0eee9;
  font-size: 13px
}

.lux-brand-menu a:hover {
  color: var(--ag-red);
  background: #fbf8f2
}

.premium-hero {
  height: clamp(540px, 65vw, 710px);
  width: 100%;
  background: #111
}

.premium-hero-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 22, 16, .86) 0%, rgba(5, 26, 19, .64) 37%, rgba(5, 20, 15, .15) 68%, rgba(0, 0, 0, .08) 100%)
}

.hero-content {
  position: relative;
  color: #fff;
  padding-block: 75px
}

.hero-content>span {
  display: block;
  color: #efd08d;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 18px
}

.hero-content h1,
.hero-content h2 {
  font: 700 clamp(45px, 5vw, 72px)/1.03 "Playfair Display";
  max-width: 690px;
  margin: 0 0 24px;
  letter-spacing: -.025em
}

.hero-content p {
  max-width: 570px;
  font-size: 17px;
  line-height: 1.7;
  color: #edf2ef;
  margin: 0 0 32px
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: var(--ag-red);
  color: #fff;
  text-decoration: none;
  padding: 16px 24px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  font-weight: 800
}

.hero-cta:hover {
  background: #b9181f;
  color: #fff
}

.hero-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 47px;
  height: 47px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(4, 35, 25, .35);
  color: #fff;
  cursor: pointer
}

.hero-prev {
  left: 28px
}

.hero-next {
  right: 28px
}

.hero-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .6
}

.hero-pagination .swiper-pagination-bullet-active {
  background: var(--ag-red);
  opacity: 1;
  width: 28px;
  border-radius: 5px
}

.premium-benefits {
  background: var(--ag-green);
  color: #fff
}

.premium-benefits .container {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center
}

.premium-benefits .container>div {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 30px;
  border-right: 1px solid rgba(255, 255, 255, .15)
}

.premium-benefits .container>div:last-child {
  border: 0
}

.premium-benefits i {
  font-size: 24px;
  color: #e2bd75
}

.premium-benefits span {
  display: flex;
  flex-direction: column
}

.premium-benefits b {
  font: 600 15px "Playfair Display"
}

.premium-benefits small {
  font-size: 10px;
  color: #b9cbc4;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 4px
}

.collection-section,
.category-product-band,
.brand-gallery {
  padding: 94px 0
}

.premium-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 38px
}

.premium-heading>div:first-child>span {
  display: block;
  color: var(--ag-red);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 800;
  margin-bottom: 9px
}

.premium-heading h2 {
  font: 700 clamp(32px, 4vw, 48px)/1.1 "Playfair Display";
  margin: 0 0 7px;
  color: var(--ag-green)
}

.premium-heading p {
  margin: 0;
  color: var(--ag-muted);
  font-size: 14px
}

.premium-heading.centered {
  justify-content: center;
  text-align: center
}

.section-arrows {
  display: flex;
  gap: 8px
}

.section-arrows button {
  width: 42px;
  height: 42px;
  border: 1px solid #d7d3ca;
  border-radius: 50%;
  background: #fff;
  color: var(--ag-green);
  cursor: pointer
}

.section-arrows button:hover {
  background: var(--ag-green);
  color: #fff
}

.premium-heading.light h2 {
  color: #fff
}

.premium-heading.light p {
  color: #b9cbc4
}

.premium-heading.light .section-arrows button {
  border-color: #ffffff50;
  background: transparent;
  color: #fff
}

.collection-swiper,
.featured-swiper,
.category-products-swiper {
  overflow: hidden
}

.premium-collection-card {
  height: 370px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ag-ink);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(8, 60, 44, .08);
  transition: .35s
}

.premium-collection-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 65px rgba(10, 52, 39, .14)
}

.collection-0 {
  background: #e8f2ed
}

.collection-1 {
  background: #f3eadb
}

.collection-2 {
  background: #edf0f2
}

.collection-3 {
  background: #f2e6e4
}

.collection-number {
  position: absolute;
  right: 24px;
  top: 20px;
  font: 700 42px "Playfair Display";
  color: rgba(6, 63, 46, .10)
}

.premium-collection-card>i {
  font-size: 78px;
  color: var(--ag-green-2);
  align-self: center;
  margin-top: 40px;
  filter: drop-shadow(0 12px 12px rgba(6, 63, 46, .12))
}

.premium-collection-card h3 {
  font: 700 24px/1.15 "Playfair Display";
  margin: 0 0 8px
}

.premium-collection-card p {
  font-size: 12px;
  color: #66776f;
  margin: 0 0 18px
}

.premium-collection-card b {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--ag-red)
}

.premium-collection-card b span {
  font-size: 16px;
  margin-left: 8px
}

.featured-premium {
  padding: 96px 0;
  background: var(--ag-green)
}

.premium-product-card {
  height: 100%;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e8e3da;
  transition: .3s;
  box-shadow: 0 10px 30px rgba(14, 44, 34, .06)
}

.premium-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(11, 45, 34, .15)
}

.product-image-wrap {
  display: block;
  width: 100%;
  height: 355px;
  position: relative;
  background: #fff;
  overflow: hidden
}

.product-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  margin: 0;
  transition: .5s
}

.premium-product-card:hover .product-image-wrap img {
  transform: scale(1.035)
}

.product-badge {
  position: absolute;
  top: 13px;
  left: 0;
  background: var(--ag-red);
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  padding: 7px 11px
}

.premium-product-copy {
  padding: 20px 20px 22px
}

.premium-product-copy small {
  display: block;
  color: var(--ag-green-2);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
  margin-bottom: 8px
}

.premium-product-copy h3 {
  font: 600 16px/1.4 "Playfair Display";
  margin: 0 0 13px;
  height: 45px;
  overflow: hidden
}

.premium-product-copy h3 a {
  color: var(--ag-ink);
  text-decoration: none
}

.premium-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px
}

.premium-price strong {
  font-size: 17px;
  color: var(--ag-red)
}

.premium-price del {
  font-size: 11px;
  color: #8a9690
}

.rupee {
  font-family: Arial, sans-serif !important;
  display: inline !important;
  font-weight: 700 !important
}

.product-view-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeeae3;
  padding-top: 13px;
  color: var(--ag-green);
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800
}

.brand-gallery {
  background: #fff
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--ag-line)
}

.brand-logo-grid a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 24px;
  border-right: 1px solid var(--ag-line);
  text-decoration: none;
  color: var(--ag-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  filter: grayscale(1);
  transition: .3s
}

.brand-logo-grid a:last-child {
  border: 0
}

.brand-logo-grid img {
  max-width: 125px;
  max-height: 62px;
  object-fit: contain
}

.brand-logo-grid a:hover {
  filter: none;
  background: var(--ag-ivory);
  color: var(--ag-red)
}

.category-product-band {
  background: #fff
}

.category-product-band.band-tinted {
  background: var(--ag-cream)
}

.heading-actions {
  display: flex;
  align-items: center;
  gap: 22px
}

.heading-actions>a {
  color: var(--ag-red);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
  text-decoration: none;
  font-weight: 800
}

.premium-footer {
  background: #072d23;
  color: #c4d3cd
}

.footer-newsletter {
  background: var(--ag-red);
  color: #fff;
  padding: 38px 0
}

.footer-newsletter .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px
}

.footer-newsletter span {
  font-size: 9px;
  letter-spacing: .18em
}

.footer-newsletter h3 {
  font: 600 27px "Playfair Display";
  margin: 5px 0 0
}

.footer-newsletter form {
  display: flex;
  width: min(510px, 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .65)
}

.footer-newsletter input {
  flex: 1;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 13px 2px;
  outline: 0
}

.footer-newsletter input::placeholder {
  color: #ffdadd
}

.footer-newsletter button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800
}

.premium-footer-grid {
  padding: 75px 0 60px;
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 65px
}

.premium-footer-grid h4 {
  font: 600 18px "Playfair Display";
  color: #fff;
  margin: 0 0 22px
}

.premium-footer-grid>div:not(.footer-brand)>a {
  display: block;
  color: #b8cbc3;
  text-decoration: none;
  font-size: 12px;
  margin: 12px 0
}

.premium-footer-grid>div:not(.footer-brand)>a:hover {
  color: #e5bd73;
  padding-left: 4px
}

.footer-brand img {
  width: 172px;
  background: #fff;
  padding: 7px
}

.footer-brand p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 340px;
  margin: 24px 0;
  color: #aabfb7
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  font-size: 12px
}

.footer-contact i {
  width: 20px;
  color: #e5bd73
}

.footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 24px
}

.footer-socials a {
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff2c;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center
}

.footer-socials a:hover {
  background: var(--ag-red);
  border-color: var(--ag-red)
}

.footer-service-line {
  border-block: 1px solid #ffffff17
}

.footer-service-line .container {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center
}

.footer-service-line span {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-right: 1px solid #ffffff17
}

.footer-service-line span:last-child {
  border: 0
}

.footer-service-line i {
  color: #e5bd73;
  margin-right: 8px
}

.footer-copyright {
  padding: 22px 0;
  font-size: 10px;
  color: #769289;
  text-transform: uppercase;
  letter-spacing: .08em
}

.footer-copyright .container {
  display: flex;
  justify-content: space-between
}

@media(max-width:1100px) {
  .lux-nav-list {
    justify-content: flex-start;
    overflow-x: auto
  }

  .lux-nav-list>li>a,
  .lux-dropdown-toggle {
    padding-inline: 11px
  }

  .premium-benefits .container>div {
    padding-inline: 15px
  }

  .premium-footer-grid {
    gap: 35px
  }

  .product-image-wrap {
    height: 270px
  }
}

@media(max-width:820px) {
  .container {
    width: min(100% - 28px, 1240px)
  }

  .lux-announcement .announcement-center {
    display: none
  }

  .lux-head-main {
    height: 78px;
    grid-template-columns: auto 1fr auto;
    gap: 12px
  }

  .lux-menu-toggle {
    display: block
  }

  .lux-logo img {
    width: 120px;
    height: auto
  }

  .lux-search {
    display: none
  }

  .lux-actions>a:not(.lux-cart) {
    display: none
  }

  .lux-actions span {
    display: none
  }

  .lux-nav {
    display: none;
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    background: #fff;
    max-height: calc(100vh - 116px);
    overflow: auto
  }

  .lux-nav.is-open {
    display: block
  }

  .lux-nav-list {
    display: block;
    overflow: visible
  }

  .lux-nav-list>li>a,
  .lux-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    height: 46px;
    padding-inline: 20px;
    border-bottom: 1px solid #eee
  }

  .lux-category-menu,
  .lux-brand-menu {
    position: static !important;
    width: 100% !important;
    box-shadow: none;
    border-top: 0
  }

  .lux-category-menu {
    flex-direction: column
  }

  .lux-menu-intro {
    width: 100%;
    padding: 20px
  }

  .lux-category-menu>ul {
    grid-template-columns: 1fr;
    max-height: none;
    padding: 12px 20px
  }

  .premium-hero {
    height: 580px
  }

  .hero-content {
    padding: 55px 28px
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 43px
  }

  .hero-arrow {
    display: none
  }

  .premium-benefits .container {
    grid-template-columns: 1fr 1fr;
    padding-block: 18px
  }

  .premium-benefits .container>div {
    min-height: 70px;
    border: 0
  }

  .premium-heading {
    align-items: flex-start
  }

  .collection-section,
  .category-product-band,
  .brand-gallery,
  .featured-premium {
    padding: 65px 0
  }

  .brand-logo-grid {
    grid-template-columns: 1fr 1fr
  }

  .brand-logo-grid a {
    border-bottom: 1px solid var(--ag-line)
  }

  .premium-footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-newsletter .container {
    flex-direction: column;
    align-items: flex-start
  }

  .footer-service-line .container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-block: 25px
  }

  .footer-service-line span {
    border: 0
  }

  .product-image-wrap {
    height: 260px
  }
}

@media(max-width:520px) {
  .lux-announcement .container>span:first-child {
    font-size: 9px
  }

  .premium-hero {
    height: 530px
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 37px
  }

  .hero-content p {
    font-size: 14px
  }

  .premium-benefits .container {
    grid-template-columns: 1fr
  }

  .premium-benefits .container>div {
    padding-left: 10px
  }

  .premium-heading {
    display: block
  }

  .premium-heading .section-arrows,
  .heading-actions {
    margin-top: 20px
  }

  .premium-collection-card {
    height: 340px
  }

  .product-image-wrap {
    height: 250px
  }

  .brand-logo-grid,
  .premium-footer-grid {
    grid-template-columns: 1fr
  }

  .brand-logo-grid a {
    border-right: 0
  }

  .footer-newsletter h3 {
    font-size: 23px
  }

  .footer-copyright .container {
    gap: 12px;
    flex-direction: column
  }

  .footer-service-line .container {
    grid-template-columns: 1fr
  }

  .footer-service-line span {
    text-align: left
  }

  .premium-footer-grid {
    padding-top: 50px
  }
}

/* ===== Homepage control and image refinements ===== */
.hero-arrow {
  background: #063f2e !important;
  border: 2px solid #e5bd73 !important;
  color: #e5bd73 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28)
}

.hero-arrow i {
  color: #e5bd73 !important;
  font-size: 16px !important
}

.hero-arrow:hover {
  background: #d5232a !important;
  color: #fff !important
}

.hero-arrow:hover i {
  color: #fff !important
}

.featured-swiper .premium-product-card,
.category-products-swiper .premium-product-card {
  padding: 0 !important
}

.featured-swiper .product-image-wrap,
.category-products-swiper .product-image-wrap {
  margin: 0 !important;
  width: 100% !important
}

.featured-swiper .product-image-wrap img,
.category-products-swiper .product-image-wrap img {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  width: 100% !important
}
/* Reference-style product imagery: image only; card content remains unchanged */
.premium-product-card .product-image-wrap,
.featured-swiper .product-image-wrap,
.category-products-swiper .product-image-wrap {
  display:block;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/5;
  overflow:hidden;
  background:#f5f5f3;
}
.premium-product-card .product-image-wrap img,
.featured-swiper .product-image-wrap img,
.category-products-swiper .product-image-wrap img {
  display:block;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  margin:0!important;
  object-fit:cover!important;
  object-position:center;
}
/* Refined storefront menu spacing and title case */
.lux-nav-list>li>a,.lux-dropdown-toggle{padding-left:10px!important;padding-right:10px!important;gap:5px!important;text-transform:none!important;letter-spacing:.025em!important}

/* Compact product cards */
.premium-product-card .product-image-wrap,.featured-swiper .product-image-wrap,.category-products-swiper .product-image-wrap{height:auto!important;min-height:0!important;aspect-ratio:1/1!important}.premium-product-copy{padding:13px 14px 14px!important}.premium-product-copy small{margin-bottom:4px!important}.premium-product-copy h3{height:39px!important;margin:0 0 6px!important;line-height:1.22!important}.premium-product-copy .product-rating{margin-bottom:5px!important;line-height:1.1}.premium-price{gap:7px!important;margin-bottom:8px!important}.product-view-link{padding-top:8px!important}.premium-product-card:hover .product-image-wrap img{transform:scale(1.02)}
/* Compact header and viewport-fit homepage hero */
.lux-announcement{height:30px!important;font-size:10px!important}.lux-head-main{height:72px!important;grid-template-columns:190px minmax(220px,1fr) auto!important;gap:24px!important}.lux-logo img{width:145px!important;height:54px!important}.lux-search{height:40px!important}.lux-search button{width:48px!important}.lux-actions{gap:15px!important}.lux-actions>a{gap:3px!important}.lux-actions i{font-size:18px!important}.lux-nav-list>li>a,.lux-dropdown-toggle{height:44px!important}.premium-hero{height:calc(100vh - 146px)!important;height:calc(100svh - 146px)!important;min-height:0!important;max-height:none!important}.premium-hero-slide{height:100%!important;min-height:0!important}.hero-content{padding-block:42px!important}
@media(max-width:820px){.lux-announcement{height:30px!important}.lux-head-main{height:62px!important;grid-template-columns:auto 1fr auto!important;gap:10px!important}.lux-logo img{width:108px!important;height:48px!important}.lux-nav{top:92px!important;max-height:calc(100svh - 92px)!important}.lux-nav-list>li>a,.lux-dropdown-toggle{height:42px!important}.premium-hero{height:calc(100vh - 92px)!important;height:calc(100svh - 92px)!important;min-height:0!important}.hero-content{padding-block:30px!important}}
@media(max-width:520px){.premium-hero{height:calc(100vh - 92px)!important;height:calc(100svh - 92px)!important;min-height:0!important}.hero-content h1,.hero-content h2{font-size:clamp(32px,10vw,40px)!important;margin-bottom:15px!important}.hero-content>span{margin-bottom:10px!important}.hero-content p{line-height:1.5!important}}