@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;   
  color: #000;
}
h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
    font-family: "Libre Baskerville", serif;
}
.w100 {
  width: 100%;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
a {
  text-decoration: none;
}
a:hover {
  color: #c2185b;
}

.logo {
      max-height: 50px;
    }


    /* Navbar brand */
    .navbar-brand .logo-box {
      width: 140px;

    }

    /* Mega menu container */
    .dropdown.megamenu { position: static; }
    .dropdown.megamenu .dropdown-menu {
      top: 100%; left: 0; right: 0;
      border: none; border-radius: 0;
      box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
      padding: 0;
      display: block;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transform-origin: top;
      transform: scaleY(0.95);
      transition: max-height .5s ease, opacity .4s ease, transform .4s ease;
    }
    .dropdown.megamenu.show .dropdown-menu {
      max-height: 1000px;
      opacity: 1;
      transform: scaleY(1);
    }

    /* Curtain inner wrapper */
    .cg-curtain { padding: 1rem 0; }

    /* Left side categories */
    .cg-megamenu-left .nav-link {
      color: #444;
      border-left: 3px solid transparent;
      padding: .5rem .75rem;
      cursor: pointer;
    }
    .cg-megamenu-left .nav-link.active {
      color: var(--brand-accent); font-weight: 600;
      background: #fff0f6;
      border-left-color: var(--brand-accent);
    }

    /* Brand cards */
    .brand-card {
      display: flex; align-items: center;
      gap: .75rem;
      padding: .6rem; border-radius: .5rem;
      transition: background .2s;
      text-decoration: none;
    }
    .megamenu img {
      max-height: 54px;
    }
    .brand-card:hover {background: #f8f9fa;}
    /* .brand-logo {
      width: 90px;
      height: 90px;
      border-radius: 50%;
 
      overflow: hidden;
      flex-shrink: 0;
      line-height: 80px;
      background: #F7F7F7;
      padding: 5px;
    } */
    .brand-logo img { width: 100%;}
    .brand-name { font-weight: 500; color: #222; font-size: .95rem; }
    .brand-desc { font-size: .8rem; color: #6c757d; }

    /* Desktop only */
    @media (min-width: 768px) {
      #mobileMenu { display: none !important; }
    }

    /* Mobile slide-in custom menu */
    @media (max-width: 767px) {
      #mainNav { display: none !important; } 
      .btn.btn-success.ms-lg-3 { display: none !important; } 

      .mobile-menu {
        position: fixed;
        top: 0; left: -280px; bottom: 0;
        width: 260px;
        background: #fff;
        box-shadow: 2px 0 8px rgba(0,0,0,.15);
        padding: 1rem;
        transition: left .3s ease;
        z-index: 3000;
        overflow-y: auto;
      }
      .mobile-menu.show { left: 0; }
      .mobile-menu .submenu { display: none; }
      .mobile-menu .submenu.show { display: block; }
      .mobile-menu a { display: block; padding: .5rem 0; color: #333; text-decoration: none; }
      .mobile-menu a:hover { color: var(--brand-accent); }
    }
  .custom-mar {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .nav-link {
      display: block;
      padding: .5rem 0;
      color: #014082;
      text-decoration: none;
      font-weight: 600;
  }
  li.nav-item {
    margin: 0 10px;
  }

  .nav-link:focus, .nav-link:hover {
    background: linear-gradient(90deg, #e53935, #8e24aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
   .megamenu .nav-link:focus, .nav-link:hover {
      background: linear-gradient(90deg, #e53935, #8e24aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #e53935;
    font-weight: 700;
  }
  .header-appointment {
    border-radius: 4px;
    background: linear-gradient(90deg, #7D9900 0%, #649900 96.11%);
    box-shadow: -8px 8px 28px 0 rgba(0, 0, 0, 0.06);
    color: #fff;
    font-weight: 500;
    padding: 9px 15px;
  }
  .header-appointment:hover {
      background: linear-gradient(90deg, #649900 0%, #7D9900 100%);
  }
  .dropdown-toggle::after {
    content: none;
  }
  button.navbar-toggler {
    border: 0;
  } 
  .navbar-toggler:focus {
    box-shadow: none;
  }

  /* Sticky nav styles */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050; /* higher than other content */
  animation: slideDown 0.3s ease;
}

/* Smooth slide effect */
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}


/*Info Section------------------------------------------------*/
   .info-section {
      background-color: #F6F4E5;
      padding: 30px 0;
    }

    .info-item {
      text-align: center;
      padding: 0 20px;
      position: relative;
    }

    .info-item h4 {
      font-size: 28px;
      font-weight: 700;
      background: linear-gradient(90deg, #e53935, #8e24aa);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 5px;
    }

    .info-item p {
      font-size: 15px;
      color: #333;
      margin: 0;
    }

    /* Vertical divider */
    /* .info-item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 10%;
      right: 0;
      height: 80%;
      width: 1px;
      background-color: #8e24aa;
      opacity: 0.5;
    } */

    /* Responsive */
    @media (max-width: 767px) {
      .info-item {
        margin-bottom: 20px;
      }
      .info-item:not(:last-child)::after {
        display: none;
      }
    } 

     /* Common Section Heading + Description */
    .section-heading {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      color: #000;
    }
    .section-desc {
      text-align: center;
      font-size: 18px;
      color: #000;
      margin-bottom: 2rem;
    }



     /* ====== Slider Shell ====== */
  .custom-slider {
    width: 100%;
    background:#f4dfbab8 url(../images/bg-hero-section.png) no-repeat;
    background-size: cover;

  }
  .custom-slider .hero-slider {
    position:relative;
    overflow:hidden;
    min-height: 76vh;
  }
  .custom-slider .slides{
    position:relative;
    width:100%;
    height:100%;
  }
  .custom-slider .hero-slide{
    display:none;
    align-items:stretch;
    gap: 0;
    padding: clamp(18px, 2.2vw, 28px);
    padding-top: 0;
  }
  .custom-slider .hero-slide.active{ display:flex; }

  /* left + right columns */
  .custom-slider .slide-left, .custom-slider .slide-right{
    position:relative;
  }
  .custom-slider .slide-left{
    flex: 0 0 48%;
    padding: clamp(28px, 4.2vw, 60px);
    display:flex; align-items:center;
  }
  .custom-slider .slide-right{
    flex: 0 0 40%;
    display:grid;
    grid-template-rows: 1fr auto;
    align-items:end;
    padding: clamp(10px, 1.6vw, 24px);
    padding-top: 0;
  }

  /* ====== Left Content ====== */
  .custom-slider .kicker{ color:#9a0b2d; font-weight:700; letter-spacing:.2px; }
  .custom-slider .hero-title {
    color: #000;
    font-family: "Libre Baskerville";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .custom-slider .sub{
    font-size: clamp(15px, 1.35vw, 18px);
    color:#4f4f4f;
    line-height:1.7;
    max-width: 48ch;
  }
  .custom-slider .sub strong{ color:#b01139; font-weight:700; }

  /* CTA */
  

  .custom-slider .cta, .custom-btn {
      background: linear-gradient(90deg, #c2185b, #e91e63);
      color: #fff;
      padding: 14px 28px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.2s ease;
      text-decoration: none;
    }

    .custom-slider .cta:hover,
    .custom-btn:hover {
      transform: translateY(-2px);
      color: #fff;
    }
    .custom-slider .material-icons,
    .custom-btn .material-icons {
      color: #000;
    }

  /* .custom-slider .cta:hover{ transform: translateY(-1px); filter: brightness(1.03); box-shadow: 0 14px 28px rgba(178,10,58,.36); } */
  .cta .material-icons-outlined{ font-size:22px; }

  /* ====== Right Images ====== */
 .custom-slider .hero-big{
    grid-row: 1 / 2;
    align-self: stretch;
    position:relative;
    overflow:hidden;
    border: 2px solid #fff;
    /* rounded on left, flat on right — big arc */
    clip-path: inset(0 0 0 0 round 0 0 50% 0);
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
  }
 .custom-slider .hero-big img{ width:100%; height:100%; object-fit: cover; display:block; filter: grayscale(0); }
  /* rose overlay to match design tone */
 .custom-slider .hero-big::after{
    content:""; position:absolute; inset:0;
    background: linear-gradient(0deg, rgba(178,10,58,.75), rgba(178,10,58,.75));
    mix-blend-mode: multiply; pointer-events:none;
  }

 .custom-slider .thumbs{
    grid-row: 1 / 3;
    display: grid;
    gap: clamp(14px, 2vw, 22px);
    margin-top: clamp(12px, 1.2vw, 18px);
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: -200px;
    top: 70px;
  }
  .custom-slider .thumb1 {
    width: clamp(150px, 16vw, 160px);
    height: clamp(110px, 12vw, 160px);
    position:relative; overflow:hidden;
    border: 1px solid #fff;
    box-shadow: 0 12px 26px rgba(0,0,0,.18);
  }
    .custom-slider .thumb2{
    width: clamp(120px, 16vw, 120px);
    height: clamp(110px, 12vw, 120px);
    position:relative; overflow:hidden;
    border: 1px solid #fff;
    box-shadow: 0 12px 26px rgba(0,0,0,.18);
  }
  .custom-slider .thumb1 img, 
  .custom-slider .thumb2 img
  { width:100%; height:100%; object-fit:cover; display:block; }

  /* Small Top (right-side rounded corners more) – use on first thumb */
  .custom-slider .clip-right-arc{ clip-path: inset(0 round 0 100px 100px 0); }

  /* Small Bottom (perfect circle) – use on second thumb */
  .custom-slider .clip-circle{ clip-path: inset(0 round 100px 0px 0 100px); aspect-ratio: 1/1; height: auto; }

  /* ====== Arrows ====== */
  .custom-slider .nav{
    position:absolute; left:0; right:0; bottom:22px;
    display:flex; justify-content:space-between; pointer-events:none;
    padding: 0 clamp(14px, 2vw, 28px);
  }
  .custom-slider .arrow{
    pointer-events:auto;
    width:68px; height:68px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    background: radial-gradient(120% 120% at 30% 30%, #ffffff 0%, #eee5db 45%, #e2d6c9 100%);
    border: 2px solid #fff;
    box-shadow: 0 10px 22px rgba(0,0,0,.18), inset 0 0 0 1px rgba(0,0,0,.04);
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .custom-slider .arrow:hover{ transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,.24), inset 0 0 0 1px rgba(0,0,0,.05); }
  .custom-slider .arrow .material-icons-outlined{ color:#7a6a60; font-size: 30px; }
  
  /* Prevent AOS from messing cloned slides */
.slick-cloned [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

  /* ====== Responsiveness ====== */
  @media (max-width: 1024px){
    .custom-slider .slide{flex-direction:column; }
    .custom-slider.slide-left, .custom-slider .slide-right{flex: 1 1 auto;}
    .custom-slider .slide-left{ order:2; padding: 32px 22px 80px; background: #ffffff70; }
    .custom-slider .slide-right{ order:1; }
    .custom-slider .hero-big{ clip-path: inset(0 0 0 0 round 40% 0 40% 0); }
    .custom-slider .nav{ bottom:16px; }
  }

   
/* =======================
   GOLD COLLECTION STYLES
======================= */
.home-gold-collection {
  padding: 60px 20px;
  background: #fff;
}

.home-gold-collection .collection-header h2,
 .section-header h2  {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.home-gold-collection .collection-header p,
.section-header p {
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
}

/* Grid Layout */
.home-gold-collection .collection-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 250px;
  gap: 20px;
}

.home-gold-collection .collection-item:first-child {
  grid-row: span 2; /* Big image */
}

/* Collection Item */
.home-gold-collection .collection-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.home-gold-collection .collection-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.home-gold-collection .collection-item:hover img {
  transform: scale(1.1);
}

/* Text wrapper always visible */
.home-gold-collection .collection-item .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); /* fallback for no-hover */
  backdrop-filter: blur(0px);
  transition: all 0.4s ease;
}

.home-gold-collection .collection-item .text-wrapper span {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    font-weight: 400;
}

/* On hover: glass effect just under text wrapper */
.home-gold-collection .collection-item:hover .text-wrapper {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

/* Responsive */
@media (max-width: 991px) {
  .home-gold-collection .collection-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .home-gold-collection .collection-grid {
    grid-template-columns: 1fr;
  }
}

    .brand-slider, .brand-diamond-slider {
      margin: 0 auto;
    }

    .brand-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: url('../images/bg-image-carausale.png') no-repeat center center/cover;
      border-radius: 8px;
      padding: 20px 20px 0;
      min-height: 220px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      position: relative;
      margin: 0 10px; /* spacing between slides */
       border: 2px solid transparent;
       border-image: linear-gradient(90deg, #BC1153, #EDA05B) 1;

    }

    /* Left Division */
    .brand-left {
      width: 50%;
      color: #333;
      z-index: 2;
    }

    .brand-left img {
      width: 100px;
      height: auto;
      border-radius: 8px;
      margin-bottom: 35px;
      max-height: 63px;
    }

    .brand-left h3 {
      font-size: 24px;
      font-weight: 600;
      margin: 0;
      color: #9D0202;
      font-family: Nunito;
    }

    .brand-left p {
      margin: 5px 0 0;
      font-size: 18px;
      color: #3D3D3D;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* Right Division */
    .brand-right {
      width: 40%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

.brand-right img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;

  /* rounded top + right, flat bottom */
  clip-path: ellipse(75% 100% at 50% 100%);
}
    .brand-item.slick-active .brand-right img {
      opacity: 1;
      transform: translateY(0);
    }

    /* Slick Dots */
    .slick-dots li button:before {
      color: #c21807;
      font-size: 12px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: #c21807;
      font-size: 24px;
    }
   .home-gold-brands .slick-initialized .slick-slide {
        display: flex !important;
    }

    /* =======================
   GOLD COLLECTION STYLES
======================= */
.home-diamond-collection {
  padding: 60px 20px;
  background: #fff;
}

.home-diamond-collection .collection-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222;
}

.home-diamond-collection .collection-header p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

/* Grid Layout */
.home-diamond-collection .collection-grid {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-auto-rows: 250px;
  gap: 20px;
}

.home-diamond-collection .collection-item:first-child {
  grid-row: span 2; /* Big image */
}

/* Collection Item */
.home-diamond-collection .collection-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.home-diamond-collection .collection-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.home-diamond-collection .collection-item:hover img {
  transform: scale(1.1);
}

/* Text wrapper always visible */
.home-diamond-collection .collection-item .text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 15px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); /* fallback for no-hover */
  backdrop-filter: blur(0px);
  transition: all 0.4s ease;
}

.home-diamond-collection .collection-item .text-wrapper span {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
}

/* On hover: glass effect just under text wrapper */
.home-diamond-collection .collection-item:hover .text-wrapper {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}
.slick-dots li button:before {
  font-size: 15px !important;
  color: #920158 !important;
  top: 20px !important;
}

/* Responsive */
@media (max-width: 991px) {
  .home-diamond-collection .collection-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .home-diamond-collection .collection-grid {
    grid-template-columns: 1fr;
  }
}

/* =============== Polki Collection =============== */

.home-polki-collection {
  padding: 64px 20px;
  background: #fff;
  --hover-from: #F03B63;
  --hover-to: #8D0E7A;
}

/* reuse your common heading styles if you already have them */
.home-polki-collection .collection-header h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 8px;
  color: #121212;
}
.home-polki-collection .collection-header p {
  margin: 0 0 36px;
  color: #6d6d6d;
  font-size: 16px;
}

/* Grid */
.home-polki-collection .polki-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

@media (max-width: 1024px) {
  .home-polki-collection .polki-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .home-polki-collection .polki-grid { grid-template-columns: 1fr; }
}

/* Card base */
.home-polki-collection .polki-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  color: #222;
  text-decoration: none;
  isolation: isolate;
}

/* Gradient background: hidden by default, shown on hover */
.home-polki-collection .polki-card::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--hover-from), var(--hover-to));
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}

/* Hover lines (shine only now) */
.home-polki-collection .polki-card .hover-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

/* Shine effect */
.home-polki-collection .polki-card .hover-lines .shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
}

/* Animate shine on hover */
.home-polki-collection .polki-card:hover .hover-lines .shine {
  opacity: 1;
  animation: shine-move 1s forwards;
}

/* Keyframes for shine movement */
@keyframes shine-move {
  0% { left: -100%; }
  100% { left: 120%; }
}

/* Content sits above gradient bg, below shine */
.home-polki-collection .polki-card > * { position: relative; z-index: 1; }

/* Image */
.home-polki-collection .polki-card .card-media {
  display: grid; place-items: center;
  border-radius: 12px;
}
.home-polki-collection .polki-card .card-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  transition: transform .35s ease;
}

/* Title */
.home-polki-collection .polki-card .card-title {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  color: #1c1c1c;
  transition: color .35s ease, text-shadow .35s ease;
}

/* Hover states */
.home-polki-collection .polki-card:hover::before { opacity: 1; }
.home-polki-collection .polki-card:hover .card-title {
  color: #fff;
  text-shadow: 0 4px 18px rgba(0,0,0,.25);
}
.home-polki-collection .polki-card:hover .card-media img {
  transform: translateY(-2px) scale(1.01);
}


/* .hover-lines .shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  opacity: 0;
}

.polki-card:hover .hover-lines .shine {
  opacity: 1;
  animation: shine-move 1s forwards;
} */

/* Wrapper for the shine effect */
.shine-wrapper {
  position: relative;
  overflow: hidden;
}

/* Shine element */
.shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
  pointer-events: none;
}

/* Trigger animation on hover */
.shine-wrapper:hover .shine {
  opacity: 1;
  animation: shine-move 1s forwards;
}

/* Keyframes for shine movement */
@keyframes shine-move {
  0% { left: -100%; }
  100% { left: 120%; }
}


/*polki brands--------------------------*/
.polki-brands .brand-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid transparent;
  border-radius: 150px;
  padding: 0;
  background: #fff;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  background: url(../images/bg-polki.png) no-repeat;
  background-size: cover;
}

.polki-brands .brand-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 150px;
  padding: 2px;
  background: linear-gradient(90deg, #BC1153, #EDA05B);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.polki-brands .brand-text {
  flex: 1;
  position: relative;
  z-index: 9;
  padding-left: 80px !important;
}

.polki-brands .brand-title {
  font-size: 20px;
  font-weight: 700;
  color: #a80d3a;
}

.polki-brands .brand-subtitle {
  font-size: 15px;
  color: #555;
}

.polki-brands .brand-img-wrapper {
  /* flex: 0 0 180px;
  height: 180px;
  overflow: hidden;
  clip-path: ellipse(75% 100% at 100% 50%); */
  position: relative;
  padding: 10px;
}
.polki-brands .brand-img-wrapper img {
      width: 100%;
    border-radius: 100px 100px 100px 0px;
    position: relative;
    z-index: 1;
}
.polki-brands .brand-img-wrapper img:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 104%;
    height: 104%;
    border-radius: 100%;
}


/* =============== Silver Collection =============== */
.home-silver-collection {
  padding: 64px 20px;
  background: #fff;
  --hover-from: #F03B63;   /* gradient start (magenta) */
  --hover-to:   #8D0E7A;   /* gradient end (deep purple) */
}

/* Heading styles */
.home-silver-collection .collection-header h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 8px;
  color: #121212;
}
.home-silver-collection .collection-header p {
  margin: 0 0 36px;
  color: #6d6d6d;
  font-size: 16px;
}

/* Grid */
.home-silver-collection .polki-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

@media (max-width: 1024px) {
  .home-silver-collection .polki-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .home-silver-collection .polki-grid { grid-template-columns: 1fr; }
}

/* Card base */
.home-silver-collection .polki-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  color: #222;
  text-decoration: none;
  isolation: isolate; /* create new stacking context */
}

/* Gradient background: hidden by default, shown on hover only */
.home-silver-collection .polki-card::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--hover-from), var(--hover-to));
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}

/* Shine wrapper */
.home-silver-collection .polki-card .hover-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

/* Shine effect */
.home-silver-collection .polki-card .hover-lines .shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0;
}

/* Animate shine on hover */
.home-silver-collection .polki-card:hover .hover-lines .shine {
  opacity: 1;
  animation: shine-move 1s forwards;
}

/* Keyframes for shine movement */
@keyframes shine-move {
  0% { left: -100%; }
  100% { left: 120%; }
}

/* Content sits above gradient bg, below shine */
.home-silver-collection .polki-card > * { position: relative; z-index: 1; }

/* Image */
.home-silver-collection .polki-card .card-media {
  display: grid; place-items: center;
  border-radius: 12px;
}
.home-silver-collection .polki-card .card-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #fff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
  transition: transform .35s ease;
}

/* Title */
.home-silver-collection .polki-card .card-title {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  color: #1c1c1c;
  transition: color .35s ease, text-shadow .35s ease;
}

/* Hover states */
.home-silver-collection .polki-card:hover::before { opacity: 1; }
.home-silver-collection .polki-card:hover .card-title {
  color: #fff;
  text-shadow: 0 4px 18px rgba(0,0,0,.25);
}
.home-silver-collection .polki-card:hover .card-media img {
  transform: translateY(-2px) scale(1.01);
}



/*Swarmundra Collection----------------------------------*/
/* ---------- Swarna Mudra (scoped) ---------- */
.swarnamudra .mudra-card{
  position:relative;
  height:340px;
  border-radius:22px;
  overflow:hidden;
  background:#000; /* fallback while image loads */
}
.swarnamudra .shadow-soft{
  box-shadow:0 18px 40px rgba(0,0,0,.12);
}
.swarnamudra .mudra-bg{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
  transform:scale(1); transition:transform .6s ease;
}
.swarnamudra .mudra-card:hover .mudra-bg{ transform:scale(1.03); }

/* Subtle inner-vignette for depth (NOT a blur) */
.swarnamudra .mudra-card::after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(1200px 400px at 50% 0%, rgba(255,255,255,.05), transparent 50%),
    radial-gradient(800px 300px at 50% 100%, rgba(0,0,0,.20), transparent 52%);
}

/* Glass strips (blur only under the strip) */
.swarnamudra .glass-strip{
  position:absolute;
  left: 0;
  right: 0;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.10));
  border:1px solid rgba(255,255,255,.35);
  border-radius:16px;
  backdrop-filter:blur(12px) saturate(120%);
  -webkit-backdrop-filter:blur(12px) saturate(120%);
  box-shadow:0 10px 30px rgba(0,0,0,.20);
}

/* Centered strip (left card) */
.swarnamudra .glass-strip.center{
  height:110px;
}

/* Bottom bar (right card) */
.swarnamudra .glass-strip.bottom{
  bottom:0;
  height:70px;
  background:linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.14));
}

/* Logo inside strip */
.swarnamudra .mudra-logo{
  max-height:72px; width:auto; display:block;
  filter:drop-shadow(0 2px 8px rgba(0,0,0,.25));
}

/* Title in bottom bar */
.swarnamudra .strip-title{
  color:#fff; 
  font-weight:normal;
  font-size:clamp(20px, 1.6rem, 36px);
  letter-spacing:.5px;
  text-shadow:0 3px 14px rgba(0,0,0,.45);
}

/* Responsive tweaks */
@media (max-width: 992px){
  .swarnamudra .mudra-card{ height:300px; }
  .swarnamudra .glass-strip.center{ height:96px; }
  .swarnamudra .glass-strip.bottom{ height:80px; }
}
@media (max-width: 576px){
  .swarnamudra .mudra-card{ height:260px; }
  .swarnamudra .glass-strip{ left:14px; right:14px; }
  .swarnamudra .glass-strip.center{ height:82px; }
}


/*Testimonial slider section-------------------------------*/
 :root{
      --card-width: 760px;
      --accent: #b83b56; /* dot active color */
      --brand-accent: #d63384;
      --card-bg: rgba(255,255,255,0.98);
      --transition-duration: 600ms;
    --radius: 18px;
    --text: #ffffff;
    --shadow: 0 10px 30px rgba(0,0,0,0.18);
    --btn-start: #7D9900;
    --btn-end: #649900;
    --btn-hover-start:#649900;
    --btn-hover-end:#7D9900;
    
    }


    /* Section wrapper */
    .testimonial-section{
      width:100%;
      display:flex;
      justify-content:center;
      background: url(../images/bg-testimonials.png);
      padding: 40px;
      margin-top: 80px;
    }

    /* Card */
    .testimonial-section .testimonial-slider{
      width:100%;
      max-width:var(--card-width);
      background:var(--card-bg);
      padding:44px 36px;
      border-radius:8px;
      box-shadow:0 6px 20px rgba(0,0,0,0.08);
      position:relative;
      text-align:center;
      overflow:visible; /* slides are absolutely positioned inside */
    }

    /* slides container keeps consistent height to avoid layout jump */
    .testimonial-section .slides {
      position:relative;
      min-height:400px;
      display:block;
    }

    /* Each slide sits on top of each other */
    .testimonial-section .slide{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      opacity:0;
      transform:translateY(20px) scale(.995);
      transition: opacity var(--transition-duration) ease, transform var(--transition-duration) ease;
      pointer-events:none;
      will-change:opacity, transform;
      padding: 0 20px;
      box-sizing:border-box;
    }

    /* visible slide */
    .testimonial-section .slide.active{
      opacity:1;
      transform:translateY(0) scale(1);
      pointer-events:auto;
    }

   .testimonial-section .slide h3{
      font-style:italic;
      margin: 0 0 8px;
      font-weight:500;
      color:#222;
    }

    .testimonial-section .quote {
      font-size:16px;
      line-height:1.7;
      color:#333;
      max-width:640px;
      margin: 14px auto 18px;
    }

    .testimonial-section .avatar {
      width:70px;
      height:70px;
      border-radius:50%;
      display:block;
      margin: 12px auto 6px;
      object-fit:cover;
      position: relative;
      top: 30px;
    }

    .testimonial-section .testimonial-name{
      font-weight:700;
      margin-top:8px;
      color:#222;
    }

  .testimonial-section .testimonial-event{
      margin-top:4px;
      font-size:13px;
      color:#777;
    }

    /* Nav buttons */
    .testimonial-section .slider-btn{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      width:44px;
      height:44px;
      border-radius:50%;
      border:0;
      background:rgba(255,255,255,0.85);
      box-shadow:0 6px 14px rgba(0,0,0,0.08);
      cursor:pointer;
      font-size:22px;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#555;
      transition: background .15s ease, transform .08s ease;
    }
    .testimonial-section .slider-btn:hover{ transform: translateY(-50%) scale(1.03); background: #fff; }
   .testimonial-section .prev-btn { left: -22px; }   /* slightly outside card like design */
    .testimonial-section .next-btn { right: -22px; }

    /* Dots */
    .testimonial-section .dots {
      display:flex;
      justify-content:center;
      gap:10px;
      margin-top:18px;
    }
    .testimonial-section .dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:#d6d6d6;
      cursor:pointer;
      transition:transform .18s ease, background .18s ease;
    }
    .testimonial-section .dot.active{
      background:var(--accent);
      transform:scale(1.15);
      box-shadow:0 2px 6px rgba(184,59,86,0.18);
    }
    .testimonial-section .test-wrap {
      width: 130px;
      height: 130px;
      margin: 0 auto;
      background: url(../images/testimonial-frame.png) no-repeat;
    }

    /* Respect prefers-reduced-motion */
    @media (prefers-reduced-motion: reduce) {
      .testimonial-section .slide { transition: none; transform: none; }
     .testimonial-section .slider-btn { transition: none; }
      .testimonial-section .dot { transition: none; }
    }

    /* Small screens */
    @media (max-width:720px){
     .testimonial-section .testimonial-slider{ padding:28px 20px; }
     .testimonial-section .prev-btn { left:8px; }
     .testimonial-section .next-btn { right:8px; }
     .testimonial-section .avatar { width:60px; height:60px; }
    }


    /*Store Section--------------------------*/
     .store-section {
      padding: 60px 20px;
      text-align: center;
    }

    .store-section h2 {
      font-size: 32px;
      margin-bottom: 15px;
      font-weight: 600;
    }

    .store-section .divider {
      width: 140px;
      height: 3px;
      margin: 0 auto 40px;
      background: #b88b2e;
    }
    .store-section .store-slider-cont {
      background: url(../images/bg-testimonials.png) no-repeat;
      background-size: cover;
    }

    .store-section .slide-content {
      display: flex !important; /* for slick slides */
      align-items: center;
      justify-content: space-between;
      border-radius: 12px;
      padding: 40px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      gap: 30px;
    }

   .store-section .store-info {
      flex: 1;
      text-align: left;
    }

    .store-section .info-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 24px;
      text-align: left;
    }

    .store-section .info-item .material-icons {
      font-size: 30px;
      color: #c2185b;
      margin-right: 14px;
      background: #fff;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    }

    .store-section .info-item strong {
      display: block;
      font-weight: bold;
      margin-bottom: 6px;
    }

    .store-section .plan-btn {
      background: linear-gradient(90deg, #c2185b, #e91e63);
      color: #fff;
      padding: 14px 28px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.2s ease;
      margin-top: 20px;
    }
    .store-section .info-item a {
      color: #000;
    }
     .store-section .info-item a:hover {
        color: #c2185b;
     }

    .store-section .plan-btn:hover {
      transform: translateY(-2px);
    }

    .store-section .plan-btn .material-icons {
      font-size: 20px;
      margin: 0;
      padding: 0;
      background: none;
      box-shadow: none;
    }

    .store-section .store-image {
      flex: 1;
      text-align: center;
    }

    .store-section .store-image img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

    /* Custom slick arrows */
    .store-section .slick-prev, .store-section .slick-next {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(145deg, #f5f5f5, #e0e0e0);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      display: flex !important;
      align-items: center;
      justify-content: center;
      z-index: 10;
      transition: all 0.3s ease;
    }

    .store-section .slick-prev:hover, .store-section .slick-next:hover {
      background: linear-gradient(145deg, #fff, #f0f0f0);
      transform: scale(1.05);
    }

   .store-section .slick-prev:before, .store-section .slick-next:before {
      font-family: 'Material Icons';
      font-size: 28px;
      color: #555;
      opacity: 1;
    }

   .store-section .slick-prev:before {
      content: "chevron_left";
    }

   .store-section .slick-next:before {
      content: "chevron_right";
    }

    /* Dots */
    .store-section .slick-dots li button:before {
      font-size: 12px;
      color: #bbb;
    }
   .store-section .slick-dots li.slick-active button:before {
      color: #c2185b;
    }

    /* Responsive */
    @media(max-width: 768px) {
     .store-section .slide-content {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
      }
      .store-section .store-info {
        text-align: center;
      }
    }


    /*consult banner ----------------------------------------*/
    
  /* Banner */
  .consult-banner{
    position:relative;
    border-radius: var(--radius);
    overflow:hidden; /* so the bg & overlay respect the rounded corners */
    min-height: 490px;
    display:flex;
    align-items:flex-end;
    padding: 80px 56px;
    color: var(--text);
    background:
      linear-gradient(0deg, rgba(46,34,10,0.80), rgba(46,34,10,0.80)),
      url("../images/bg-banner-consult.png") center/cover no-repeat;
    box-shadow: var(--shadow);
    margin-bottom: 100px;
  }

  /* Left small image (pill) */
  .consult-thumb-left{
    position:absolute;
    top: 50px;
    left: -10px;
    width: 250px;
    height: 130px;
    border:1px solid #fff;
    border-radius: 0 100px 100px 0;                 /* visual border rounding */
    overflow:hidden;
    /* clip-path ensures the exact capsule curvature */
    /* clip-path: inset(0 round 999px); */
    background:#ccc;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
  }
  .consult-thumb-left img{
    width:100%; height:100%; object-fit:cover;
    transform: scale(1.02);
    transition: transform .6s ease;
  }
  .consult-thumb-left:hover img{ transform: scale(1.06); }

  /* Right big image (large circle) */
  .consult-thumb-right{
   position: absolute;
    right: -2%;
    top: -3%;
    width: 40%;
    aspect-ratio: 1 / 1;
    border: 3px solid #fff;
    overflow: hidden;
    background: #ccc;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);

    /* Clip-path with rounded left and flat right */
    clip-path: inset(0 0 0 0 round 50% 0 0 50%);
  }
  .consult-thumb-right img{
    width:100%; height:100%; object-fit:cover;
    transform: scale(1.04);
    transition: transform .6s ease;
  }
  .consult-thumb-right:hover img{ transform: scale(1.07); }

  /* Copy block */
  .consult-copy{
    position:relative;
    max-width: 620px;
    z-index:2;
  }
  .consult-title{
    font-size: clamp(24px, 3.2vw, 28px);
    font-style: italic;
    font-weight: 400;
    margin: 0 0 6px;
    letter-spacing:.2px;
  }
  .consult-sub{
    font-size: clamp(16px, 1.5vw, 20px);
    line-height:1.55;
    margin: 6px 0 26px;
    color: #f2f2f2;
  }

  /* Gradient button */
  .btn-gradient{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:none;
    color:#fff;
    padding: 14px 24px;
    font-weight:600;
    border-radius:2px;
    background: linear-gradient(90deg, var(--btn-start), var(--btn-end));
    cursor:pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    text-decoration:none;
  }
  .btn-gradient svg{
    width:20px; height:20px; flex:0 0 20px;
  }
  .btn-gradient:hover{
    background: linear-gradient(90deg, var(--btn-hover-start), var(--btn-hover-end));
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(98,179,30,.45);
  }
  .btn-gradient:active{ transform: translateY(0); }

  /* Responsive tweaks */
  @media (max-width: 1200px){
    .consult-thumb-right{ right:-16%; top:-18%; width:68%; }
  }
  @media (max-width: 900px){
    .consult-banner{
      padding: 64px 22px 32px;
      min-height: 520px;
    }
    .consult-thumb-left{
      top:16px; left:16px; width:220px; height:138px;
    }
    .consult-thumb-right{
      right:-25%; top:-6%; width:90%;
    }
  }
  @media (max-width: 600px){
    .consult-thumb-left{ width:180px; height:114px; }
    .consult-thumb-right{ right:-40%; top:-4%; width:120%; }
    .consult-copy{ max-width: 92%; }
  }

  /*footer -----------------------------*/
   .footercustom {
      background: #f9f7ed;
      padding: 40px 0 0;
      font-size: 15px;
    }
    .footercustom h6 {
      font-weight: 600;
      color: #c2185b;
      margin-bottom: 15px;
    }
    .footercustom a {
      color: #6c6c6c;
      text-decoration: none;
      transition: color .3s ease, padding-left .3s ease;
      display: block;
      margin-bottom: 8px;
    }
    .footercustom a:hover {
      color: #c2185b;
      padding-left: 5px;
    }
    .footercustom .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      color: #c2185b;
      margin-right: 8px;
      transition: background .3s ease;
    }

    .footer-bottom {
      background: linear-gradient(90deg, #c2185b, #e91e63);
      padding: 12px 0;
      color: #fff;
      font-size: 14px;
    }
    .footer-bottom a {
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
    }
    .footer-bottom a:hover {
      text-decoration: underline;
      color: #fff;
      padding: 0;
    }
    .footercustom .footer-bottom a {
      margin-bottom: 0;
    }

/*Inner pages----------------------------------------------------*/
  .inner-hero-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 50px 30px;
      position: relative;
      overflow: hidden;
      width: 100%;
      background: #f4dfbab8 url(../images/bg-hero-section.png) no-repeat;
      background-size: cover;
    }

    /* ---------- LEFT SIDE ---------- */
.inner-hero-section .left {
  flex: 1;
  max-width: 45%;
  display: flex;
  flex-direction: column;     
  align-items: flex-start;    
  justify-content: center;
  gap: 15px;                
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s forwards;
}

.inner-hero-section .left .logo {
  display: block;     
  margin-bottom: 90px;  
}

.inner-hero-section .left .logo img {
  width: 200px;               /* adjust as needed */
  height: auto;
  display: block;
}

.inner-hero-section .left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #8b0000;
  margin: 0;                  /* remove default margin */
}

.inner-hero-section .left p {
  font-size: 1.1rem;
  color: #000000;
  margin: 0;
}


.inner-common-hero-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 30px 50px 30px;
      position: relative;
      overflow: hidden;
      width: 100%;
      background: #f4dfbab8 url(../images/bg-hero-section.png) no-repeat;
      background-size: cover;
      min-height: 300px;
    }

.inner-common-hero-section .left {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    animation: slideInLeft 1s forwards;
    flex-wrap: nowrap;
    align-items: center;
}

.inner-common-hero-section .left .logo {
  display: block;     
  margin-bottom: 90px;  
}

.inner-common-hero-section .left .logo img {
  width: 200px;               /* adjust as needed */
  height: auto;
  display: block;
}

.inner-common-hero-section .left h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #8b0000;
  margin: 0;                  /* remove default margin */
}

.inner-common-hero-section .left p {
  font-size: 1.1rem;
  color: #000000;
  margin: 0;
  text-align: center;
}

    /* ---------- RIGHT SIDE ---------- */
    .inner-hero-section .right {
      flex: 1;
      position: relative;
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
    }

    /* big image container with curved right border */
    .inner-hero-section .right .big-img {
      width: 500px;
      height: 600px;
      object-fit: cover;
      clip-path: inset(0 0 0 0 round 0 0px 200px 0);
      opacity: 0;
      transform: translateX(80px);
      animation: slideInRight 1s forwards 0.5s;
      border: 2px #fff solid;
    }

    /* small circle image overlay */
    .inner-hero-section .right .small-img {
      position: absolute;
      bottom: 0;
      left: 50px;
      width: 200px;
      height: 200px;
      border-radius: 50% 0 0 50%;
      border: 2px solid #fff;
      object-fit: cover;
      opacity: 0;
      transform: translateX(80px);
      animation: slideInRight 1s forwards 1.2s;
    }

    /* ---------- Animations ---------- */
    @keyframes slideInLeft {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes slideInRight {
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 992px) {
      .inner-hero-section {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
      }
      .inner-hero-section .left {
        max-width: 100%;
        margin-bottom: 30px;
      }
      .inner-hero-section .right {
        justify-content: center;
      }
      .inner-hero-section .right .big-img {
        width: 90%;
        height: auto;
        clip-path: inset(0 0 0 0 round 0 100px 100px 0);
      }
      .inner-hero-section .right .small-img {
        position: static;
        margin-top: 20px;
        left: auto;
      }
    }

    @media (max-width: 600px) {
      .inner-hero-section .left h2 {
        font-size: 1.8rem;
      }
      .inner-hero-section .left p {
        font-size: 1rem;
      }
      .inner-hero-section .right .small-img {
        width: 120px;
        height: 120px;
      }
    }

/*Lightbox CSS for collection pages--------------------*/
/* 
.gallery-section {
  text-align: center;
  padding: 50px 20px;
}

.gallery-section .section-header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.gallery-section .section-header p {
  color: #666;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.zoom-icon {
  font-size: 2rem;
  color: #fff;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.gallery-item:hover .zoom-icon {
  transform: scale(1.2);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.95);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80%;
  margin-bottom: 20px;
  border-radius: 8px;
}

.caption {
  color: #ccc;
  font-size: 1rem;
  margin-top: 10px;
}

.close, .prev, .next {
  position: absolute;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
  user-select: none;
}

.close {
  top: 20px; right: 35px;
  font-size: 40px;
}

.prev, .next {
  top: 50%;
  font-size: 40px;
  transform: translateY(-50%);
  padding: 16px;
}

.prev { left: 20px; }
.next { right: 20px; }

.close:hover, .prev:hover, .next:hover {
  color: #bbb;
}
.gallery-section i.ri-zoom-in-line {
    font-size: 108px;
    color: #fff;
} */

.vivah-section {
  padding: 60px 20px;
  text-align: center;
}

.vivah-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.vivah-section p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #222;
}

/*Lightbox Gallery for Collection page-----------------------------*/
.gallery-section {
  text-align: center;
  padding: 50px 20px;
}

.gallery-section .section-header h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.gallery-section .section-header p {
  color: #666;
  margin-bottom: 30px;
}
.gallery-section i.ri-zoom-in-line {
    font-size: 108px;
    color: #fff;
} 

/* ==== GALLERY GRID ==== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

/* ==== GALLERY ITEM ==== */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 6px;
  transition: transform 0.4s ease;
}
.gallery-item p {
  font-size: 22px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  margin-top: 10px;
}

.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-item:hover p {
  position: relative;
  color: #fff;
  transition: 0.3s ease-in-out;
  z-index: 9999;
  top: -40px;
}

/* ==== OVERLAY ==== */
.overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.zoom-icon {
  font-size: 2rem;
  color: #fff;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-item:hover .zoom-icon {
  transform: scale(1);
  opacity: 1;
}

/* ==== LIGHTBOX ==== */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: fadeIn 0.4s ease;
}

.lightbox.active {
  display: flex;
}

/* LIGHTBOX IMAGE */
.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.lightbox.active .lightbox-content {
  opacity: 1;
  transform: scale(1);
}

/* CAPTION */
.caption {
  margin-top: 15px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

/* CONTROLS */
.close,
.prev,
.next {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s;
  user-select: none;
}

.close { top: 20px; right: 30px; font-size: 2.5rem; }
.prev { top: 50%; left: 40px; transform: translateY(-50%); }
.next { top: 50%; right: 40px; transform: translateY(-50%); }

.close:hover, .prev:hover, .next:hover {
  color: #f39c12;
}

/* ANIMATION */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/*Brand Collections page--------------------------------------------------*/
.common-brand-section .brand-item {
      margin-bottom: 40px;
}
.common-brand-section .brand-right img {
    opacity: 1;
    transform: none;
}
.common-brand-section .section-heading {
  margin-bottom: 20px;
}


/*Services page Starts------------------------------------------------*/
  .service-section {
            padding: 80px 0;
            overflow: hidden;
        }

        .service-row {
            display: flex;
            align-items: center;
            margin-bottom: 100px;
        }

        .service-row:last-child {
            margin-bottom: 0;
        }

        .service-row.reverse {
            flex-direction: row-reverse;
        }

        .service-content {
            flex: 1;
            padding: 40px;
            position: relative;
        }

        .service-image {
            flex: 1;
            position: relative;
        }

        .service-card {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
        }

        .gift-card-bg {
            background: linear-gradient(135deg, #8B1538 0%, #A91B47 50%, #C62456 100%);

        }

        .gold-coin-bg {
            background: linear-gradient(135deg, #8B1538 0%, #A91B47 50%, #C62456 100%);

        }

        .digital-gold-bg {
            background: linear-gradient(135deg, #8B1538 0%, #A91B47 50%, #C62456 100%);
        }

        .jewelry-bg {
             background: linear-gradient(135deg, #8B1538 0%, #A91B47 50%, #C62456 100%);
        }

        .brand-logo {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 20px;
            letter-spacing: 2px;
        }

        .service-title {
            font-size: 48px;
            font-style: italic;
            text-align: center;
            margin-bottom: 20px;
            font-weight: 300;
        }

        .service-subtitle {
            text-align: center;
            font-size: 16px;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .service-description {
            margin-bottom: 30px;
        }

        .service-description h3 {
             font-size: 24px;
            margin-bottom: 15px;
            color: #000000;
        }

        .service-description p {
            font-size: 18px;
            color: #000;
            line-height: 1.8;
        }

        .service-btn {
            background: rgba(0, 0, 0, 0.3);
            color: white;
            border: none;
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
        }

        .service-btn:hover {
            background: rgba(0, 0, 0, 0.5);
            transform: translateX(-50%) translateY(-2px);
        }

        .gold-coin-bg .service-btn {
            background: rgba(139, 69, 19, 0.8);
            color: white;
        }

        .gold-coin-bg .service-btn:hover {
            background: rgba(139, 69, 19, 1);
        }

        .coin-image {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: radial-gradient(circle, #FFD700 0%, #DAA520 70%, #B8860B 100%);
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 100px;
            color: #8B4513;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .demo-image {
            width: 100%;
            height: 400px;
            background: #e0e0e0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 18px;
            border-radius: 20px;
        }

        @media (max-width: 768px) {
            .service-row {
                flex-direction: column !important;
                margin-bottom: 30px;
            }

            .service-content {
                order: 2;
                padding: 20px;
            }

            .service-image {
                order: 1;
                width: 100%;
            }

            .service-title {
                font-size: 36px;
            }

            .service-description h3 {
                font-size: 24px;
            }
        }

  .offer-section .card {
    margin-bottom: 40px;
  }
    .offer-section ul {
      padding-left: 15px;
      padding-right: 15px;
   } 

  .offer-section ul li:first-child,
  .offer-section ul li:last-child {
      width: 100%;
      display: block;
    }
  .offer-section ul li:first-child {
      white-space: nowrap;   
      overflow: hidden;           
      text-overflow: ellipsis;
      font-weight: 800;
  }

  .offer-section ul li {
    list-style: none;
    display: inline-block;
    width: 48%;
    margin-top: 15px;
  }   
    .offer-section .card  img {
      transition: 0.3s ease-in-out;
    }
    /* .offer-section .card:hover img,  .offer-section .card img:hover {
      transform: scale(1.2)
    } */
    .offer-section ul li a {
      color: #313131;
    }   

 /*Contact Us page-----------------------------------*/   
 .service-description.branch-address i,
 .service-description.branch-address p a:hover {
  color: #c2185b;
 }
  .service-description.branch-address p a {
    color: #000;
    text-decoration: none;
  }

 /*book an appointment-------------------------------------*/ 
 .book-appointment-section {
      display: flex;
      /* min-height: 100vh; */
      background: #fdfdfd;
      margin-bottom: 80px;
    }

    /* Left slider */
    .book-appointment-section .left-panel {
      flex: 1;
      overflow: hidden;
      height: 80vh;
    }
    .book-appointment-section .slider img {
      width: 100%;
      height: 80vh;
      object-fit: cover;
    }

    /* Right form panel */
    .book-appointment-section .right-panel {
      flex: 1;
      background: #f8f1ee;
      padding: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80vh;
    }
    @media screen and (max-width: 1300px) {
      .book-appointment-section .right-panel {
        height: auto;
      }
    }
    .book-appointment-section .form-wrapper {
      width: 100%;
      max-width: 500px;
    }
    .book-appointment-section h2 {
      margin-bottom: 20px;
      font-size: 24px;
      color: #6b1c1c;
    }
    .book-appointment-section form input,
    .book-appointment-section form select,
    .book-appointment-section form textarea {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }
    .book-appointment-section form input:focus,
    .book-appointment-section form select:focus,
    .book-appointment-section form textarea:focus {
         border: 1px solid #bbb !important;
    }

    .book-appointment-section form .inline-group {
      display: flex;
      gap: 10px;
    }
    .book-appointment-section form button {
      background: linear-gradient(90deg, #c2185b, #e91e63);
      color: #fff;
      padding: 14px 28px;
      border-radius: 6px;
      border: none;
      cursor: pointer;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transition: transform 0.2s ease;
      text-decoration: none;
    }
    .book-appointment-section form button:hover {
      transform: translateY(-2px);
      color: #fff;
    }
    .book-appointment-section form .consent {
      font-size: 12px;
      margin-bottom: 15px;
    }
    .book-appointment-section form .consent input {
      float: left;
      width: auto;
      margin: 5px 10px;
    }

    /* Responsive */
    @media(max-width: 992px) {
      .book-appointment-section {
        flex-direction: column;
      }
      .book-appointment-section .left-panel {
        height: 250px;
      }
      .book-appointment-section .slider img {
        height: 250px;
      }
      .book-appointment-section .right-panel {
        padding: 20px;
      }
    }

    /*About Us Page----------------------------------------------------*/
    section.home-diamond-collection.about-us-section .collection-grid  {
      gap: 60px;
      display: grid;
      grid-template-columns: 2fr 2fr;
      grid-auto-rows: unset;
    }
    .collection-item.text-cont {
      display: flex;
      flex-direction: column;   /* stack <p> vertically */
      justify-content: center;  /* vertical center */
      align-items: center;      /* horizontal center (remove if you want left aligned) */
      pointer-events: none;   
    }
    .collection-item.text-cont p {
      width: 100%;
    }
    .text-left {
      text-align: left !important;
      width: 100%;
    }

/*footer collection-----------------------------------------------------------*/
.footer-logos-section {
  background: #fafafa;
  padding: 20px 0;
  overflow: hidden;
}

.footer-logos-section .logos-slider {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.footer-logos-section .logos-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 25s linear infinite;
}

.footer-logos-section .logo-item {
  flex: 0 0 auto;
  width: 200px;              /* fixed width */
  height: 160px;             /* fixed height to keep uniform */
  margin: 0 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-logos-section .logo-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}

.footer-logos-section .logo-item p {
  font-size: 14px;
  font-weight: bold;
  color: #a81d3c;
  line-height: 1.4;
  text-align: center;
  word-wrap: break-word;   /* ensures text breaks */
  overflow-wrap: break-word;
  white-space: normal;     /* allow multi-line wrapping */
}


/* Infinite Scroll Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
    

/*offer details page ----------------------------------------------*/
/* Parent section requested name */
    .offer-details-section {
      padding: 48px 0;
      background: #faf9f8;
    }

    /* Left panel */
    .offer-left img.hero {
      width: 100%;
      border-radius: 8px;
      object-fit: cover;
      margin-bottom: 20px;
      display: block;
    }
    .offer-left h1 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
    }

    /* Ensure the left column is tall for testing sticky (remove in production) */
    .offer-left {
      min-height: 1500px; /* for testing sticky behaviour as requested */
    }

    /* Right panel - sticky behaviour */
    .offers-right {
      /* Sticky: will stick until its parent (the column) ends.
         Since .row stretches columns, this will stick until the left panel ends. */
      position: sticky;
      top: 20px;
      align-self: start; /* ensure it's placed at start of column */
    }

    /* The wrapper that visually groups all offer items */
   .offers-wrapper {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.03);

  /* remove forced scrolling */
  max-height: none;
  overflow: visible;
}

    /* Each entry wrapper (outer block) */
    .offer-entry {
      width: 100%;
      display: inline-block;
    }

    /* This is the single wrapper containing both image + text (clickable) */
    .offer-link {
      /* display: flex; */
      align-items: center;
      gap: 12px;
      padding: 12px;
      width: 100%;
      text-decoration: none;
      color: inherit;
      border-radius: 8px;
      transition: background .18s ease, transform .12s ease;
      width: 100%;
      display: block;
    }
    .offer-link:hover {
      background: rgba(179,48,48,0.04);
      transform: translateY(-3px);
    }
    .offer-entry a {
      color: #000;
    }
    .offer-entry a:hover {
      color: #c2185b;
    }

    .offer-link img {
      width: 56px;
      height: 56px;
      object-fit: cover;
      border-radius: 6px;
      flex: 0 0 56px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.04);
      float: left;
      margin-right: 15px;
    }

    .offer-title {
      font-weight: 600;
      font-size: 15px;
      line-height: 1.1;
      white-space: normal;
      padding-top: 8px;
    }
    p.eventOffer-list {
    font-size: 14px;
    margin-top: 3px;
    color: #333;
    }

    /* a subtle divider between entries */
    .offer-divider {
      height: 1px;
      background: #f4f4f4;
      margin: 0 6px;
    }

    /* Remove last divider */
    .offers-wrapper .offer-entry:last-child .offer-divider {
      display: none;
    }

    /* Accessibility focus */
    .offer-link:focus {
      outline: 3px solid rgba(179,48,48,0.16);
      outline-offset: 2px;
    }
    h4#offers-heading {
    color: #000;
    font-size: 24px;
    padding: 15px 10px 15px 5px;
    font-weight: 700;
}

    /* Responsive - disable sticky on narrower screens */
    @media (max-width: 991.98px) {
      .offers-right {
        position: static;
        margin-top: 24px;
      }
      .offers-wrapper {
        max-height: none;
        overflow: visible;
      }
      .offer-left { min-height: auto; } /* remove forced min-height for mobile */
    }

/* Button styles */
  #scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #c2185b;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }

  #scrollTopBtn.show {
    opacity: 1;
    pointer-events: auto;
  }

  #scrollTopBtn .arrow {
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
  }

  /* SVG progress ring */
  .progress-ring {
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .progress-ring__bg {
    fill: none;
    stroke: rgba(255,255,255,0.3);
    stroke-width: 4;
  }
  .progress-ring__progress {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 138; /* 2πr where r=22 */
    stroke-dashoffset: 138;
    transition: stroke-dashoffset 0.2s ease;
  }    

  @media screen and (max-width: 767px) {
    .section-heading,
    .home-gold-collection .collection-header h2, .section-header h2, .vivah-section h2,
    .inner-common-hero-section .left h2 {
      font-size: 1.5rem;
    }
    .section-desc, 
    .home-gold-collection .collection-header p, .section-header p,
    .service-description p {
      font-size: 1rem;
    }
    .info-item h4 {
      font-size: 18px;
    }
    section.home-gold-brands.py-5 {
      max-width: 96%;
    }
    .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    }
  
    .home-gold-collection .collection-header p, .section-header p {
      margin-bottom: 25px;
    }
    .polki-brands .brand-card, 
    .polki-brands .brand-card::before {
      border-radius: 10px;
    }
    section.home-diamond-collection.about-us-section .collection-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .service-section {
      padding-top: 0;
    }

    figure.consult-thumb-left.aos-init.aos-animate {
    display: none;
    }
    .store-section .info-item a {
      color: #000;
    }
    .store-section .info-item a:hover {
      color: #c2185b;
    }
    .consult-banner {
      margin-bottom: 40px;
    }
    .book-appointment-section .slick-dots {
      bottom: -10px;
    }
    .book-appointment-section .right-panel {
      height: auto;
      margin-top: 20px;
    }
    .gallery-section {
      padding: 0;
    }
    .service-section {
      padding-bottom: 20px;
    }
  }