 :root {
      --gold: #e0d255;
      --gold-light: #e8c84a;
      --blue-dark: #1a2a6c;
      --blue-mid: #1e4d96;
      --blue-accent: #2563c4;
      --cream: #fdf6e3;
      --tea-brown: #7c4a1e;
      --green-leaf: #3a7d44;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--cream);
      color: #2c1a0e;
      overflow-x: hidden;
    }

    /* ── NAVBAR ── */
    .navbar {
      background: #fff;
      backdrop-filter: blur(8px);
      padding: 0.5rem 0;
      position: sticky;
      top: 0;
      z-index: 1050;
    }

    .navbar-brand {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: var(--gold) !important;
      font-style: italic;
      letter-spacing: 1px;
    }

    .navbar-brand span {
      color: #fff;
      font-style: normal;
      font-size: 0.85rem;
      display: block;
      letter-spacing: 4px;
      font-family: 'DM Sans', sans-serif;
      text-transform: uppercase;
    }

    .nav-link {
      color: #034ea2 !important;
        font-size: 0.95rem;
        letter-spacing: 1px;
        text-transform: capitalize;
        font-weight: 400;
        transition: color 0.2s;
        padding: 0.4rem 1rem !important;
    }

    .logo {
      height: 60px;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--gold) !important;
    }

    .navbar-toggler {
      border-color: rgba(201, 162, 39, 0.5);
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(201,162,39,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 70vh;
      display: flex;
      align-items: center;
      background-image:
        linear-gradient(105deg, rgba(8, 14, 50, 0.5), rgba(20, 52, 130, 0.4), rgba(5, 10, 40, 0.1)),
        url('../img/h3.png');
      background-size: cover;
      background-position: center;
      overflow: hidden;
      padding: 60px 0;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgb(2 30 85) 0%, rgb(255 255 255 / 0%) 100%);
      z-index: 1;
    }

    .hero .container {
      position: relative;
      z-index: 2;
    }

    /* TEXT STYLING */
    .hero-tagline {
      color: var(--gold);
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(3rem, 8vw, 5rem);
      color: white;
      line-height: 1.1;
    }

    .hero-title .yek {
      color: #fff;
    }

    .hero-marathi {
      font-size: 1.5rem;
      color: rgba(255, 255, 255, 0.8);
      margin-bottom: 0.5rem;
    }

    .hero-divider {
      width: 60px;
      height: 4px;
      background: var(--gold);
      margin: 20px 0;
    }

    .hero-desc {
      color: white;
      max-width: 500px;
      font-size: 1.1rem;
      opacity: 0.9;
    }

    /* BUTTONS */
    .btn-gold {
      background-color: var(--gold);
      color: white;
      padding: 12px 30px;
      border-radius: 5px;
      border: none;
      transition: 0.3s;
    }

    .btn-gold:hover {
      background-color: #b08e1fdc;
      color: white;
    }

    .btn-outline-gold {
      border: 2px solid var(--gold);
      color: var(--gold);
      padding: 12px 30px;
    }

    .btn-outline-gold:hover {
      background-color: var(--gold);
      color: white;
    }

    /* .hero::after {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 75% 50%, rgba(201,162,39,0.22) 0%, rgba(201,100,20,0.08) 45%, transparent 70%);
    }
    .hero-tagline {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1rem, 3vw, 1.4rem);
      color: var(--gold-light);
      letter-spacing: 6px;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
      font-weight: 300;
      animation: fadeUp 0.8s both;
    }
    .hero-marathi {
      font-size: clamp(1.4rem, 4vw, 2rem);
      color: #fff;
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      letter-spacing: 2px;
      animation: fadeUp 0.9s 0.15s both;
    } */
    /* .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.8rem, 8vw, 6.5rem);
      color: #fff;
      font-style: italic;
      line-height: 0.9;
      margin-bottom: 0.3rem;
      animation: fadeUp 1s 0.05s both;
    }
    .hero-title .yek { color: var(--gold-light); text-shadow: 0 0 40px rgba(232,200,74,0.55), 0 4px 24px rgba(201,162,39,0.4); } */
    .hero-sub {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1rem, 2.5vw, 1.5rem);
      color: #fff;
      letter-spacing: 3px;
      text-transform: uppercase;
      animation: fadeUp 1s 0.2s both;
      text-shadow: 0 2px 16px rgba(201, 162, 39, 0.5);
    }

    .hero-desc {
      color: rgba(255, 255, 255, 0.75);
      font-size: 0.95rem;
      max-width: 420px;
      line-height: 1.75;
      animation: fadeUp 1s 0.3s both;
    }

    .hero-divider {
      width: 120px;
      height: 3px;
      background: linear-gradient(90deg, var(--gold-light), var(--gold), transparent);
      margin: 1.2rem 0;
      animation: fadeUp 1s 0.25s both;
      box-shadow: 0 0 12px rgba(201, 162, 39, 0.6);
    }

    .btn-gold {
      background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
      color: var(--blue-dark);
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 0.78rem;
      padding: 0.8rem 2.2rem;
      border-radius: 0;
      border: none;
      transition: all 0.3s;
      animation: fadeUp 1s 0.4s both;
    }

    .btn-gold:hover {
      background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(201, 162, 39, 0.65), 0 2px 8px rgba(0, 0, 0, 0.3);
      color: var(--blue-dark);
    }

    .btn-outline-gold {
      border: 1.5px solid var(--gold);
      color: var(--gold);
      background: transparent;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 0.78rem;
      padding: 0.8rem 2.2rem;
      border-radius: 0;
      transition: all 0.3s;
      animation: fadeUp 1s 0.45s both;
    }

    .btn-outline-gold:hover {
      background: var(--gold);
      color: var(--blue-dark);
    }

    .hero-badge {
      position: absolute;
      right: 4%;
      bottom: 8%;
      width: 120px;
      height: 120px;
      background: linear-gradient(135deg, var(--green-leaf), #2d6a3f);
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: 700;
      font-size: 0.7rem;
      letter-spacing: 2px;
      text-align: center;
      text-transform: uppercase;
      box-shadow: 0 8px 36px rgba(58, 125, 68, 0.65), 0 0 0 4px rgba(255, 255, 255, 0.12);
      animation: pulse 3s infinite;
    }

    .hero-badge .num {
      font-size: 2rem;
      line-height: 1;
      font-family: 'Playfair Display', serif;
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(28px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes pulse {

      0%,
      100% {
        transform: scale(1);
      }

      50% {
        transform: scale(1.05);
      }
    }

    /* ── ORNAMENT LINE ── */
    .section-ornament {
      display: flex;
      align-items: center;
      gap: 1rem;
      justify-content: center;
      margin: 0.5rem 0 0.5rem;
    }

    .section-ornament::before,
    .section-ornament::after {
      content: '';
      flex: 1;
      max-width: 100px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold));
    }

    .section-ornament::after {
      background: linear-gradient(90deg, var(--gold), transparent);
    }

    .ornament-icon {
      color: var(--gold);
      font-size: 1.1rem;
    }

    /* ── ABOUT ── */
    .about-section {
     /* background: linear-gradient(135deg, #fff 0%, var(--cream) 100%);*/
     background: #fff;
      padding: 1rem 0;
          padding-bottom: 5rem;
    }

    .section-label {
      font-size: 0.8rem;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #b89320;
      font-weight: 600;
      margin-bottom: 0;
    }

    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 3rem);
      color: var(--blue-dark);
      font-style: italic;
      line-height: 1.15;
    }

    .about-card {
      background: #fff;
      border: 1px solid var(--gold);
      padding: 2rem;
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
      height: 100%;
      transition: transform 0.3s;
    }

    .about-card:hover {
      transform: translateY(-4px);
    }

    .about-card .icon {
      font-size: 2rem;
      color: var(--gold);
      margin-bottom: 1rem;
    }

    .about-card h5 {
      font-family: system-ui;
    color: var(--blue-dark);
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    }

    .about-card p {
      font-size: 1rem;
        color: #363636;
        line-height: 1.4;
        margin: 0;
        text-align: justify;
    }

    /* ── PRODUCT ── */
    .product-section {
      background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-mid) 60%, #0d1b5e 100%);
      padding: 1rem 0;
      position: relative;
      overflow: hidden;
          padding-bottom: 5rem;
    }

    .product-section::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -60px;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(201, 162, 39, 0.12), transparent 70%);
      border-radius: 50%;
    }

    .product-section .section-title {
      color: #fff;
    }

    .product-section .section-label {
      color: var(--gold-light);
    }

    .pack-card {
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(201, 162, 39, 0.3);
      border-radius: 0;
      padding: 2.5rem 2rem;
      text-align: center;
      transition: all 0.35s;
      position: relative;
      overflow: hidden;
    }

    .pack-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(201, 162, 39, 0.08), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .pack-card:hover {
      border-color: var(--gold);
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    }

    .pack-card:hover::before {
      opacity: 1;
    }

    .pack-card .weight {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      color: var(--gold);
      font-style: italic;
      line-height: 1;
      margin-bottom: 0.5rem;
    }

    .pack-card .unit {
      font-size: 0.75rem;
      letter-spacing: 4px;
      color: rgba(255, 255, 255, 76%);
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }

    .pack-card p {
      font-size: 0.95rem;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.7;
    }

    .pack-tag {
      position: absolute;
      top: 0;
      right: 0;
      background: var(--gold);
      color: var(--blue-dark);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 0.3rem 0.8rem;
    }

    .product-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(201, 162, 39, 0.4);
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.95rem;
      padding: 0.45rem 1.1rem;
      letter-spacing: 1px;
    }

    .product-pill i {
      color: var(--gold);
    }

    /* ── WHY ── */
    .why-section {
      background: #fff;
      padding: 4rem 0;
    }

    .why-row {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .why-item {
      display: flex;
      align-items: flex-start;
      gap: 1.2rem;
      background: #fff;
      padding: 1.5rem;
      /*border-bottom: 2px solid transparent;*/
     /* box-shadow:0 2px 5px rgb(230 203 77);*/
      transition: all 0.3s;
      
      border:1px solid #e6cb4d
    }

    .why-item:hover {
      border-color: var(--gold);
      transform: translateX(6px);
    }

    .why-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      color: var(--gold);
      font-style: italic;
      line-height: 1;
      min-width: 50px;
    }

    .why-item h6 {
      font-family: 'Playfair Display';
      color: var(--blue-dark);
      font-size: 1.1rem;
      margin-bottom: 0.2rem;
      font-weight: 600;
    }

    .why-item p {
      font-size: 0.85rem;
      color: #6b5040;
      margin: 0;
      line-height: 1.65;
    }

    .why-img-wrap {
      position: relative;
      border: 1px solid #e6cb4d;
      /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);*/
    }

    .why-img-wrap img {
      width: 100%;
      display: block;
      padding: 10px;
    }

    .why-img-badge {
      position: absolute;
      bottom: -20px;
      left: -20px;
      background: var(--blue-dark);
      color: #fff;
      padding: 1.2rem 1.5rem;
      font-family: 'Playfair Display', serif;
    }

    .why-img-badge .big {
      font-size: 2rem;
      color: var(--gold);
      display: block;
      font-style: italic;
      line-height: 1;
    }

    .why-img-badge small {
      font-size: 0.65rem;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.7);
    }

    /* ── PROCESS ── */
    .process-section {
      background: linear-gradient(135deg, #0a1445 0%, var(--blue-dark) 100%);
      padding: 3rem 0;
    }

    .process-section .section-title {
      color: #fff;
    }

    .process-section .section-label {
      color: var(--gold-light);
    }

    .step-card {
      text-align: center;
      padding: 2rem 1rem;
      position: relative;
    }

    .step-card::after {
      content: '→';
      position: absolute;
      right: -10px;
      top: 35px;
      color: var(--gold);
      font-size: 1.5rem;
    }

    .step-card:last-child::after {
      display: none;
    }

    .step-icon {
      width: 60px;
      height: 60px;
      background: rgba(201, 162, 39, 0.15);
      border: 1.5px solid var(--gold);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      color: var(--gold);
      margin-bottom: 1rem;
      transition: all 0.3s;
    }

    .step-card:hover .step-icon {
      background: var(--gold);
      color: var(--blue-dark);
      transform: rotate(10deg);
    }

    .step-card h6 {
      font-family: system-ui;
      color: #fff;
      font-size: 1.1rem;
      margin-bottom: 0.4rem;
    }

    .step-card p {
      font-size: 1rem;
      color: rgb(255 255 255 / 86%);
      line-height: 1.65;
      margin: 0;
    }

    /* ── TESTIMONIALS ── */
    .testimonial-section {
      background: #fff;
      padding: 1rem 0;
      padding-bottom:5rem;
    }

    .testi-card {
      background: #fffef2;
      border-top: 3px solid var(--gold);
      padding: 2rem;
      position: relative;
      height: 100%;
    }

    .testi-card .quote {
      font-size: 3rem;
      color: var(--gold);
      font-family: serif;
      line-height: 0.8;
      margin-bottom: 0.5rem;
    }

    .testi-card p {
      font-style: italic;
      color: #4a3628;
      line-height: 1.75;
      font-family: system-ui;
      font-size: 1rem;
    }

    .testi-card .author {
      display: flex;
      align-items: center;
      gap: 0.8rem;
      margin-top: 1.2rem;
    }

    .author-avatar {
      width: 44px;
      height: 44px;
      background: var(--blue-dark);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gold);
      font-weight: 700;
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
    }

    .author-name {
      font-weight: 500;
      color: var(--blue-dark);
      font-size: 0.88rem;
    }

    .author-loc {
      font-size: 0.75rem;
      color: #888;
    }

    .stars {
      color: var(--gold);
      font-size: 0.8rem;
    }

    /* ── CONTACT ── */
    .contact-section {
      background: #fffef4;
      padding: 1rem 0;
      padding-bottom: 5rem;
    }

    .contact-block {
      background: var(--blue-dark);
      color: #fff;
      padding: 3rem;
      position: relative;
      overflow: hidden;
    }

    /*.contact-block::before {*/
    /*  content: '';*/
    /*  position: absolute;*/
    /*  top: -50px;*/
    /*  right: -50px;*/
    /*  width: 200px;*/
    /*  height: 200px;*/
    /*  background: radial-gradient(circle, rgba(201, 162, 39, 0.15), transparent 70%);*/
    /*  border-radius: 50%;*/
    /*}*/

    .contact-block h4 {
      font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      font-size: 1.8rem;
      color: var(--gold);
      margin-bottom: 0.4rem;
    }

    .contact-block p {
      color: rgba(255, 255, 255, 0.75);
      font-size: 0.9rem;
      margin-bottom: 2rem;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.2rem;
    }

    .contact-item i {
      color: var(--gold);
      font-size: 1.2rem;
      min-width: 24px;
    }

    .contact-item span {
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.5;
    }

    .contact-form-wrap {
      background: #fff;
      padding: 2rem;
      /*box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);*/
          border: 1px solid #1a2a6cb0;
    }

    .contact-form-wrap h4 {
      font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: var(--blue-dark);
      /* font-style: italic; */
      font-size: 1.6rem;
      margin-bottom: 1.5rem;
    }

    .form-control,
    .form-select {
      border-radius: 0;
      border: 1px solid #ddd;
      border-left: 2px solid var(--gold);
      font-size: 0.88rem;
      padding: 0.7rem 1rem;
      background: #fff;
    }

    .form-control:focus,
    .form-select:focus {
      /*box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);*/
      border-color: var(--gold);
      background: #fff;
    }

    .form-label {
      font-size: 0.78rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--blue-dark);
      font-weight: 600;
      margin-bottom: 0.3rem;
    }

    /* ── FOOTER ── */
    footer {
      background: #0a0f2e;
      color: rgba(255, 255, 255, 0.65);
      padding: 1rem 0;
      font-size: 0.82rem;
      text-align: center;
    }

    footer a {
      color: var(--gold);
      text-decoration: none;
    }

    footer .brand-footer {
      font-family: 'Playfair Display', serif;
      font-size: 1.4rem;
      font-style: italic;
      color: var(--gold);
    }

    footer .brand-footer small {
      display: block;
    font-style: normal;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: rgb(255 255 255 / 83%);
    font-family: 'DM Sans', sans-serif;
    }

    .divider-gold {
      /*border-color: rgba(201, 162, 39, 0.2);*/
      margin: 0.7rem 0;
    }

    /* ── FLOATING CTA ── */
    .whatsapp-fab {
      position: fixed;
      bottom: 28px;
      right: 28px;
      width: 56px;
      height: 56px;
      background: #25D366;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      box-shadow: 0 6px 24px rgba(37, 211, 102, 0.5);
      z-index: 1100;
      text-decoration: none;
      transition: transform 0.2s;
    }

    .whatsapp-fab:hover {
      transform: scale(1.1);
      color: #fff;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 767px) {
      .step-card::after {
        display: none;
      }

      .hero-badge {
        width: 90px;
        height: 90px;
        font-size: 0.6rem;
        right: 2%;
        bottom: 5%;
      }

      .hero-badge .num {
        font-size: 1.6rem;
      }

      .contact-block,
      .contact-form-wrap {
        padding: 2rem 1.5rem;
      }

      .why-img-badge {
        bottom: -12px;
        left: -8px;
        padding: 0.8rem 1rem;
      }
    }

    /* scroll reveal utility */
    .reveal {
      transform: translateY(30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .reveal-left {
      opacity: 1;
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal-left.visible {
      opacity: 1;
      transform: translateX(0);
    }

    .reveal-right {
      opacity: 1;
      transition: opacity 0.7s ease, transform 0.7s ease;
    }

    .reveal-right.visible {
      opacity: 1;
      transform: translateX(0);
    }

    /* Hero shimmer line */
    .hero-shimmer {
      position: absolute;
      top: 0;
      left: -100%;
      width: 60%;
      height: 100%;
      background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.04) 50%, transparent 60%);
      animation: shimmerMove 6s 1s infinite;
      pointer-events: none;
    }

    @keyframes shimmerMove {
      0% {
        left: -60%;
      }

      100% {
        left: 140%;
      }
    }

    /* Hero floating particles */
    .hero-particle {
      position: absolute;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(201, 162, 39, 0.5), transparent 70%);
      animation: floatParticle linear infinite;
      pointer-events: none;
    }

    @keyframes floatParticle {
      0% {
        transform: translateY(0) scale(1);
        opacity: 0.6;
      }

      50% {
        opacity: 0.3;
      }

      100% {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
      }
    }

    @keyframes overlayIn {
      from {
        opacity: 0
      }

      to {
        opacity: 1
      }
    }

    @keyframes popupIn {
      from {
        opacity: 0;
        transform: scale(0.88) translateY(30px)
      }

      to {
        opacity: 1;
        transform: scale(1) translateY(0)
      }
    }
    
    .subttle{
        font-size: 1rem;
    line-height: 1.4;
    }
    a{
        text-decoration: none !important;
    }