
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        /* font-family: 'Inter', sans-serif; */

    }

    body {
 font-family: 'Playfair Display', serif;
        background: #fffaf5;
        color: #1e293b;
    }

    /* ===============================
           HERO
        =============================== */

   
   .hero-section {
      position: relative;
      /* min-height: 80vh; */
      padding: 60px 0 100px 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      background: url("image(409).png") center center/cover no-repeat;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #FFF8F0 0%, #FDF3E6 50%, #FAEDDE 100%);
      z-index: 1;
    }

    .hero-container {
      position: relative;
      z-index: 5;
      width: 100%;
      /* padding: 60px 0; */
    }

    /* .hero-content {
      max-width: 620px;
    } */

    /* LOGO */

    .brand-logo {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      background: #f5efe1;
      margin-bottom: 30px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    }

    .brand-logo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* TITLE */

    .hero-title {
      font-size: 34px;
      line-height: 1.08;
      font-weight: 700;
      color: #2C3A2B;
      margin-bottom: 8px;
      font-family: Georgia, serif;
    }

    .hero-subtitle {
      color: #966b05;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 15px;
    }

    .hero-text {
      color: #6c757d;
      font-size: 14px;
      line-height: 1.7;
      font-weight: 400;
    }

    .hero-img {
      width: 520px;
      border-radius: 10px;
    }

    /* VERIFIED BOX */

    .verified-box {
      display: flex;
      align-items: center;
      gap: 18px;
      width: fit-content;
      padding: 8px 12px;
      border-radius: 10px;
      background: #fff;
      border: 1px solid rgba(255, 208, 0, 0.25);
      backdrop-filter: blur(8px);
      margin-bottom: 35px;
    }

    .verified-icon {
      width: 42px;
      height: 42px;
      border-radius: 16px;
      background: rgb(240 255 232 / 89%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .verified-icon i {
      font-size: 18px;
      color: #3d9e08;
    }

    .verified-title {
      font-size: 16px;
      font-weight: 700;
      color: #35830b;
      /* margin-bottom: 5px; */
    }

    .verified-text {
      color: #676767;
      font-size: 13px;
    }

    /* BUTTONS */

    .hero-btns {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .hero-btn {
      padding: 3px 14px;
      border-radius: 5px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: 0.3s;
    }

    .btn-whatsapp {
      background: #a8e4aa;
      color: #2d2d2d;
    }

    .btn-whatsapp:hover {
      background: #157034;
      color: #fff;
      transform: translateY(-2px);
    }

    .btn-shop {
      background: #ffffff;
      color: #68471b;
    }

    .btn-shop:hover {
      background: #fff;
      color: #68471b;
      transform: translateY(-2px);
    }

    .hero-btn i {
      font-size: 15px;
    }

    /* VERIFIED BADGE RIGHT */
    .hero-right {
      position: relative;
    }

    .top-badge {
      position: absolute;
      top: -30px;
      right: -30px;
      z-index: 10;
      background: #ffffff;
      border-radius: 8px;
      padding: 8px 12px;
      border: 1px solid #c69a21;
      font-size: 13px;
    }

    .badge-content {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .badge-content i {
      color: #249447;
      font-size: 24px;
    }

    .badge-text {
      color: #222;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.5;
      text-align: left;
    }

    .badge-text span {
      color: #2f9a48;
    }
    /* ===============================
           TRUST BADGES
        =============================== */

    .trust-section {
        margin-top: -70px;
        position: relative;
        z-index: 5;
    }

    .trust-card {
        background: white;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        text-align: center;
        height: 100%;
    }

    .trust-icon {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        background: #fef3c7;
        color: #c47a2e;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto auto 12px;
        font-size: 1.3rem;
    }

    .trust-title {
        font-weight: 700;
        font-size: .92rem;
        margin-bottom: 4px;
    }

    .trust-desc {
        font-size: .76rem;
        color: #64748b;
    }


    /* ===================================
           SECTION TITLE
        =================================== */

    .section-title {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .section-title h2 {
        font-size: 26px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 10px;
    }

    .section-title p {
        color: #64748b;
        line-height: 1.3;
        font-size: 14px;
    }

    /* ===============================
           FILTERS
        =============================== */

    .filter-wrapper {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 5px;
        margin: 40px 0 20px;
        flex-wrap: wrap;
    }

    .filter-btn {

        border: none;
        background: white;
        border-radius: 5px;
        padding: 3px 18px;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid #e2e8f0;
        transition: .2s;
    }

    .filter-btn.active {
        background: #c47a2e;
        color: white;
        border-color: #c47a2e;
    }

    /* ===============================
           PRODUCT CARD
        =============================== */

    .product-card {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        /* border: 1px solid #edf2f7; */
        transition: .25s;
        height: 100%;
    }

    .product-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 35px rgba(0, 0, 0, .08);
    }

    .product-image {
        width: 100%;
        /* height: 220px; */
        object-fit: cover;
    }

    .product-content {
        padding: 16px;
    }

    .product-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .product-uid {
        font-size: 12px;
        color: #888;
        margin-bottom: 8px;
    }

    .product-desc {

        font-size: .78rem;
        color: #64748b;
        margin-bottom: 12px;
        line-height: 1.5;
    }

    .product-desc-list {
        padding-left: 18px;
        margin-bottom: 8px;
    }

    .product-desc-list li {
        font-size: 13px;
        color: #64748b;
        margin-bottom: 3px;
        line-height: 1.3;
    }

    .product-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 14px;
    }

    .product-price {

        color: #c47a2e;
        font-size: 1.4rem;
        font-weight: 800;
    }

    .product-weight {

        font-size: 12px;
        background: #f1f5f9;
        padding: 2px 12px;
        border-radius: 50px;
    }

    .wa-btn {
        width: 100%;
        border: none;
        background: #25D366;
        color: white;
        padding: 3px;
        border-radius: 2px;
        font-weight: 600;
        font-size: 15px;
        transition: .2s;
    }

    .wa-btn:hover {

        background: #1da851;
    }

    /* ===============================
           ABOUT
        =============================== */
    .partner-about {
        background: white;
        border-radius: 10px;
        padding: 25px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .05);
    }

    .partner-about::before {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background: rgb(208 155 100 / 14%);
        right: -120px;
        top: -120px;
    }





    .partner-badge {

        position: absolute;
        left: 20px;
        bottom: 20px;
        background: white;
        color: #c47a2e;
        padding: 8px 18px;
        border-radius: 10px;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
        font-size: 13px;
    }

    .small-label {
        display: inline-block;
        background: #fff5e6;
        color: #c47a2e;
        padding: 3px 16px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .partner-title {
        font-size: 28px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 22px;
        color: #111827;
    }

    .partner-desc {

        color: #64748b;
        line-height: 1.9;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .partner-features {

        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin: 35px 0;
    }

    .feature-item {

        background: #fff8f0;
        padding: 8px 16px;
        border-radius: 8px;
        font-weight: 600;
        color: #374151;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
    }

    .feature-item i {
        color: #c47a2e;
    }

    .partner-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #25D366;
        color: white;
        padding: 4px 26px;
        border-radius: 14px;
        font-weight: 700;
        transition: .25s;
        text-decoration: none;
        font-size: 15px;
    }

    .partner-btn:hover {

        background: #1da851;
        color: white;
        transform: translateY(-2px);
    }

    /* ===============================
           FOOTER
        =============================== */

    .footer {

        padding: 40px 0;
        text-align: center;
        color: #64748b;
        font-size: .85rem;
    }

    .powered {
        color: #c47a2e;
        font-weight: 700;
    }

    /* ===============================
           FLOATING WHATSAPP
        =============================== */

    .floating-wa {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: #25D366;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
        z-index: 999;
    }


    /* ===================================
           helpCard
        =================================== */

    .helpCard {
        padding: 80px 0 30px;
    }

    .helpCard-card {
        background: linear-gradient(135deg, #FFF8F0 0%, #FDF3E6 50%, #FAEDDE 100%);
        border-radius: 10px;
        padding: 50px;
        color: rgb(26, 26, 26);
    }

    .helpCard-title {

        font-size: 22px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .helpCard-desc {
        color: rgba(13, 13, 13, 0.7);
        line-height: 1.2;
        margin-bottom: 30px;
        font-size: 13px;
    }

    .helpCard-bottom {

        text-align: center;
        margin-top: 30px;
        color: #64748b;
        font-size: .9rem;
    }


    .btn-secondary-custom {
            background: #a8e4aa;
    color: #2d2d2d;
        border: 1px solid rgba(255, 255, 255, .18);
        backdrop-filter: blur(10px);
        padding: 5px 18px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 700;
        transition: .25s;
        text-decoration: none;
    }

    .btn-secondary-custom:hover {
        background: white;
        color: #111827;
    }

    @media(max-width:768px) {


        
      .hero-container {
        padding-top: 30px;

      }

      .hero-section{
        padding-top: 0;
      }

      .brand-logo {
        width: 95px;
        height: 95px;
      }

      .hero-title {
        font-size: 28px;
      }

      .hero-subtitle {
        font-size: 15px;
      }

      .hero-text {
        font-size: 13px;
        text-align: justify;
      }

      .hero-right {
        margin-top: 30px;
      }

      .verified-box {
        padding: 8px 12px;
        border-radius: 10px;
        margin-top: 25px;
        margin-bottom: 20px;
      }

      .verified-title {
        font-size: 14px;
      }

      .verified-text {
        font-size: 12px;
      }

      .hero-btns {
        margin-bottom: 20px;
        gap:5px;
      }

      .hero-btn {
        font-size: 12px;
        padding: 3px 9px;
      }

      .top-badge {
        /* position: relative; */
        top: -30px;
        left: -5px;
        margin-bottom: 30px;
        width: fit-content;
      }

      .badge-text {
        font-size: 13px;
      }

      .hero-img {
        width: auto;
      }




        /* here section end */


        .product-image {
            /*height: 180px;*/
        }

        .about-section {
            padding: 25px;
        }

        .section-title h2 {

            font-size: 25px;
        }

        .helpCard-card {
            padding: 35px 25px;
        }

        .filter-wrapper {
            gap: 5px
        }

        .filter-btn {
            font-size: 13px;
        }

        .helpCard-bottom {
            margin-top: 0px;
        }

        .footer {
            padding: 30px 0;
        }



    }