* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Inter', sans-serif;
    }

body {
    background-color: #ffffff;
    color: #1e2a2f;
}
p{
    font-size: 15px !important;
}

.bg-warm-light {
    background-color: #fefaf0;
}

.bg-nature-deep {
    background-color: #1e3b2c;
}

.text-gold {
    color: #e8b12c;
}

.btn-gold {
    background-color: #e8b12c;
    color: #1e2a1f;
    border-radius: 60px;
    padding: 8px 32px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s ease;
    border: none;
}

.btn-gold:hover {
    background-color: #d49c1c;
    transform: translateY(-2px);
    color: #1e2a1f;
    box-shadow: 0 8px 20px rgba(232, 177, 44, 0.25);
}

.btn-whatsapp-custom {
    background-color: #25D366;
    color: white;
    border-radius: 60px;
    padding: 8px 32px;
    font-weight: 600;
    transition: 0.2s;
     font-size: 15px;
}

.btn-whatsapp-custom:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
    color: white;
}

.btn-outline-gold {
    border: 2px solid #e8b12c;
    color: #1e3b2c;
    border-radius: 60px;
    padding: 6px 28px;
    font-weight: 600;
     font-size: 15px;
    background: transparent;
    transition: 0.2s;
}

.btn-outline-gold:hover {
    background-color: #fef5e3;
    border-color: #d49c1c;
}

/* Custom navbar overrides */
.navbar {
    padding: 1rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    color: #1e3b2c !important;
}

.navbar-brand span {
    color: #e8b12c;
}
.navbar-brand img{
    width: 150px;
}
.nav-link {
    font-weight: 500;
    color: #2c4a3a !important;
    margin: 0 0.25rem;
    transition: 0.2s;
    font-size: 1rem;
}

.nav-link:hover,
.nav-link.active {
    color: #e8b12c !important;
    transform: translateY(-1px);
}

.btn-nav-whatsapp {
    background-color: #25D366;
    color: white !important;
    border-radius: 50px;
    padding: 8px 20px !important;
    font-weight: 600;
    margin-left: 10px;
    transition: 0.2s;
}

.btn-nav-whatsapp:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
    color: white !important;
}

.btn-nav-shop {
    background-color: #e8b12c;
    color: #1e2a1f !important;
    border-radius: 50px;
    padding: 8px 22px !important;
    font-weight: 600;
    margin-left: 8px;
    transition: 0.2s;
}

.btn-nav-shop:hover {
    background-color: #d49c1c;
    transform: translateY(-2px);
    color: #1e2a1f !important;
}

.navbar-toggler {
    border: none;
    background: #e8b12c20;
    padding: 0.5rem 0.8rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px #e8b12c;
    outline: none;
}

@media (max-width: 991px) {
    .navbar-nav {
        padding: 1rem 0;
    }

    .btn-nav-whatsapp,
    .btn-nav-shop {
        margin: 8px 0 5px 0;
        display: inline-block;
        text-align: center;
        width: fit-content;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.3rem;
    }

    .navbar-brand img{
    width: 120px;
}

    .btn-nav-shop,
    .btn-nav-whatsapp {
        padding: 6px 16px !important;
        font-size: 0.85rem;
    }
}

.hero-title ,.about-title, .resaller-title, .contact-title{
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #1e3b2c;
}

.trust-badge {
    background: white;
    border-radius: 50px;
    padding: 6px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.product-card {
    background: white;
    border-radius: 8px;
    padding: 0px;
    text-align: center;
    height: 100%;
    transition: all 0.25s ease;
    border: 1px solid #f0e6d6;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.05);
}

.product-card img {
    border-radius: 8px 8px 0 0;
}

.product-card-body {
    padding: 10px;
    margin-top: 16px;
}

.product-card:hover {
    transform: translateY(-6px);
    border-color: #e8b12c60;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

.why-card {
    background: #fffdfb;
    border-radius: 15px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.25s ease;
    border: 1px solid #f0e6d6;
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.05);
}

.why-card:hover {
    transform: translateY(-6px);
    border-color: #e8b12c60;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

.why-icon {
    font-size: 1.8rem;
    color: #e8b12c;
    margin-bottom: 12px;
}

.reseller-card-custom {
    background: linear-gradient(115deg, #fef8ed 0%, #ffffff 100%);
    border-radius: 10px;
    padding: 2rem;
}

.chip-light {
    background-color: #e9e4d5;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
}

.benefit-item {
    background: #fbfaf3;
    border-radius: 60px;
    padding: 10px 22px;
    text-align: center;
    font-weight: 500;
}

.footer-links a {
    text-decoration: none;
    color: #d4cfb0;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #e8b12c;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .reseller-card-custom {
        padding: 1.8rem;
    }

    .benefit-item {
        font-size: 0.9rem;
    }
}

section {
    padding: 70px 0;
    border-bottom: 1px solid #f0ede5;
}

.section-header h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e3b2c;
}

@media (max-width: 576px) {
    .section-header h2 {
        font-size: 1.8rem;
    }

    .btn-gold,
    .btn-whatsapp-custom,
    .btn-outline-gold {
        padding: 5px 22px;
        font-size: 0.9rem;
    }
}

.crafted-single-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fefaf2 0%, #fef7ec 100%);

}

.content-block h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e3b2c;
    letter-spacing: -0.01em;
    margin-bottom: 1.2rem;
    position: relative;
    display: inline-block;
}

.content-block h2:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #e8b12c;
    border-radius: 4px;
}

.content-block p {
    color: #4a5e53;
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 1.8rem 0 1.2rem;
}

.quality-features {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.quality-features li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: #2a4a3a;
}

.quality-features li i {
    color: #e8b12c;
    font-size: 1.2rem;
    width: 24px;
}

.image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 40px -15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background: #f3ede2;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.image-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 45px -12px rgba(0, 0, 0, 0.25);
}

.image-wrapper:hover img {
    transform: scale(1.02);
}

.image-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(30, 59, 44, 0.85);
    backdrop-filter: blur(4px);
    color: #e8b12c;
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-left: 3px solid #e8b12c;
}

.image-badge i {
    margin-right: 6px;
}

@media (max-width: 991px) {
    .crafted-single-section {
        padding: 60px 0;
    }

    .content-block h2 {
        font-size: 2rem;
    }

    .content-block p {
        font-size: 0.95rem;
    }

    .image-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .content-block h2 {
        font-size: 1.7rem;
    }

    .quality-features li {
        font-size: 0.9rem;
    }

    .image-badge {
        bottom: 12px;
        right: 12px;
        padding: 4px 12px;
        font-size: 0.7rem;
    }
}

.btn-soft-gold {
    background: transparent;
    border: 1.5px solid #e8b12c;
    border-radius: 60px;
    padding: 8px 24px;
    font-weight: 600;
    color: #1e3b2c;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    margin-top: 12px;
}

.btn-soft-gold:hover {
    background: #e8b12c20;
    border-color: #d49c1c;
    transform: translateY(-2px);
}
.Benefits-section{
    background: #fbfaf3;
}
.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    /* background: #fefcf5; */
    padding: 32px 28px;
    border-radius: 48px;
    margin-top: 20px;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 2rem;
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.08);
    padding: 2rem 1.5rem;
}

.faq-header {
    text-align: center;
    margin-bottom: 2rem;
}

.faq-header h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e3b2c;
    letter-spacing: -0.01em;
}

.faq-header p {
    color: #5a6e63;
    font-size: 1rem;
}

/* Accordion / FAQ Item Styles */
.faq-item {
    background: #ffffff;
    border: 1px solid #e9e2d4;
    border-radius:10px;
    margin-bottom: 0.9rem;
    transition: all 0.2s ease;
    overflow: hidden;
}

.faq-question {
    background: #ffffff;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    color: #1e2f28;
    transition: background 0.2s;
    user-select: none;
}

.faq-question:hover {
    background-color: #fefaf0;
}

.faq-question i {
    color: #e8b12c;
    font-size: 1.2rem;
    transition: transform 0.25s ease;
}

.faq-question .fa-chevron-down {
    transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.faq-item.active .faq-question .fa-chevron-down {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.2s;
    background: #fefcf8;
    border-top: 0px solid transparent;
    padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    /* enough for answer content */
    padding: 0 1.5rem 1.2rem 1.5rem;
    border-top: 1px solid #f0e5d6;
}

.faq-answer p {
    margin: 0.8rem 0 0.2rem;
    color: #2c4a3a;
    line-height: 1.5;
    font-size: 13px;
}

.faq-answer i {
    color: #e8b12c;
    margin-right: 6px;
}

/* small spacing */
.gold-icon {
    color: #e8b12c;
    margin-right: 12px;
}

@media (max-width: 576px) {
    .faq-wrapper {
        padding: 0px;
        margin: 0px;
    }

    .faq-question {
        padding: 1rem 1rem;
        font-size: 0.95rem;
    }

    .faq-header h2 {
        font-size: 1.8rem;
    }

    .faq-item.active .faq-answer {
        padding: 0 1rem 1rem 1rem;
    }

    .faq-answer p {
        font-size: 0.88rem;
    }
}

/* Footer Dark Theme */
.farmiti-footer {
    background: #1a2a24;
    color: #e2e0cf;
    padding: 60px 0 30px;
    border-top: 1px solid #2f443a;
}

.footer-logo {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #f5e2b0;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.footer-logo span {
    color: #e8b12c;
}

.footer-description {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #bfcdc2;
    max-width: 260px;
    margin-top: 10px;
}

.footer-heading {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
    color: #e8b12c;
    position: relative;
    display: inline-block;
}

.footer-heading:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #e8b12c;
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.7rem;
}

.footer-links a {
    color: #cfddcf;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a i {
    width: 20px;
    font-size: 0.9rem;
    color: #e8b12c;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #e8b12c;
    transform: translateX(3px);
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #cfddcf;
}

.contact-info-item i {
    width: 24px;
    font-size: 1.1rem;
    color: #e8b12c;
}

.contact-info-item a {
    color: #cfddcf;
    text-decoration: none;
    transition: 0.2s;
}

.contact-info-item a:hover {
    color: #e8b12c;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 18px;
}

.social-icons a {
    background: #2d423a;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #e8b12c;
    font-size: 1.1rem;
    transition: all 0.25s;
    text-decoration: none;
}

.social-icons a:hover {
    background: #e8b12c;
    color: #1a2a24;
    transform: translateY(-3px);
}

.copyright {
    border-top: 1px solid #30453b;
    margin-top: 45px;
    padding-top: 25px;
    text-align: center;
    font-size: 0.75rem;
    color: #96aa9c;
}

@media (max-width: 768px) {
    .farmiti-footer {
        padding: 45px 0 25px;
    }

    .footer-logo {
        font-size: 1.6rem;
    }

    .footer-heading {
        margin-top: 20px;
        margin-bottom: 1rem;
    }

    .contact-info-item {
        font-size: 0.85rem;
    }

    .social-icons {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .footer-description {
        max-width: 100%;
    }

    .footer-links a {
        font-size: 0.85rem;
    }
}

/* About Page */

    .about-hero {
      background: linear-gradient(105deg, #fef9ef 0%, #fef4e6 100%);
      padding: 70px 0 50px;
      border-bottom: 1px solid #f0e6d8;
    }
    
    .section-title {
      font-size: 2rem;
      font-weight: 800;
      color: #1e3b2c;
      letter-spacing: -0.01em;
      margin-bottom: 1rem;
      position: relative;
      display: inline-block;
    }
    .section-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 3px;
      background: #e8b12c;
      border-radius: 3px;
    }
    .gold-text {
      color: #e8b12c;
    }
    .badge-soft-gold {
      background: #e8b12c18;
      color: #9b6e1f;
      padding: 6px 16px;
      border-radius: 60px;
      font-weight: 600;
      font-size: 0.75rem;
    }
    .icon-feature {
      font-size: 2rem;
      color: #e8b12c;
      margin-bottom: 1rem;
    }
    .card-wellness {
      background: white;
      border-radius: 28px;
      padding: 1.8rem;
      height: 100%;
      transition: all 0.25s;
      border: 1px solid #f5ecd9;
      box-shadow: 0 6px 12px -8px rgba(0,0,0,0.05);
    }
    .card-wellness:hover {
      transform: translateY(-5px);
      border-color: #e8b12c60;
      box-shadow: 0 20px 25px -12px rgba(0,0,0,0.1);
    }
    .list-check li {
      margin-bottom: 0.7rem;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .list-check li i {
      color: #e8b12c;
      width: 22px;
    }
    .bg-warm-mild {
      background-color: #fefcf7;
    }
    .reseller-badge {
      background: #1e3b2c;
      color: #ffefcf;
      border-radius: 40px;
      padding: 5px 14px;
      font-size: 0.75rem;
      font-weight: 500;
    }
    @media (max-width: 768px) {
  
      .about-hero {
        padding: 50px 0 35px;
      }
      .card-wellness {
        padding: 1.3rem;
      }
    }
    hr {
      opacity: 0.3;
      background-color: #d4c5aa;
    }



/* Resaller page */
    .hero-reseller {
      background: linear-gradient(115deg, #fef7eb 0%, #fff4e3 100%);
      padding: 70px 0 60px;
      border-bottom: 1px solid #f0e2cf;
    }

        .bg-soft-cream {
      background-color: #fefaf3;
    }
    
   
    
    .gold-text {
      color: #e8b12c;
    }
   
    
    .card-flex {
      background: white;
      border-radius: 10px;
      padding: 1.8rem;
      /* height: 100%; */
      transition: all 0.25s;
      border: 1px solid #f0e4cf;
      box-shadow: 0 8px 18px -8px rgba(0,0,0,0.05);
    }
    .card-flex:hover {
      transform: translateY(-5px);
      border-color: #e8b12c70;
      box-shadow: 0 20px 25px -12px rgba(0,0,0,0.1);
    }
    .step-circle {
      width: 48px;
      height: 48px;
      background: #fbc956;
      color: #000000;
      font-weight: 800;
      font-size: 1.4rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 60px;
      margin-bottom: 1rem;
    }
    .icon-feature {
      font-size: 2rem;
      color: #e8b12c;
      margin-bottom: 1rem;
    }
    .badge-earn {
      background: #e8b12c15;
      color: #9b6e1f;
      padding: 8px 18px;
      border-radius: 60px;
      font-weight: 500;
      font-size: 14px;
    }
    .bg-soft-cream {
      background-color: #fefaf3;
    }
    .list-check li {
      margin-bottom: 0.75rem;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .list-check li i {
      color: #e8b12c;
      width: 22px;
    }
.error-text{

    color: #dc3545;

    font-size: 13px;

    margin-top: 6px;

    padding-left: 2px;
}

.form-message{

    margin-top: 15px;

    font-size: 13px;

    font-weight: 500;

    text-align: center;
}

.form-message.success{

    color: #17764a;
}

.form-message.error{

    color: #dc3545;
}
    /* Accordion custom styling */
    .accordion-button:not(.collapsed) {
      background-color: #fff5e6;
      color: #1e3b2c;
      font-weight: 700;
      box-shadow: none;
    }
    .accordion-button:focus {
      box-shadow: 0 0 0 2px #e8b12c;
      border-color: #e8b12c;
    }
    .accordion-button {
      font-weight: 600;
      background-color: #ffffff;
      color: #1a3527;
      border-radius: 2px;
      padding: 10px 15px !important;
      font-size: 15px;
    }
    .accordion-body{
        font-size: 14px;
    }
    .accordion-item {
      border: 1px solid #f0e2cf;
      margin-bottom: .8rem;
      border-radius: 5px !important;
      overflow: hidden;
    }
    @media (max-width: 768px) {
      .hero-reseller {
        padding: 50px 0 40px;
      }
      .card-flex {
        padding: 1.3rem;
      }
    }
    hr {
      opacity: 0.3;
    }


    /* product pages */
    .hero-products {
      background: linear-gradient(115deg, #fef7eb 0%, #fff4e3 100%);
      padding: 70px 0 60px;
      border-bottom: 1px solid #f0e2cf;
    }
   
   
    .category-card {
      background: white;
      border-radius: 32px;
      overflow: hidden;
      box-shadow: 0 15px 30px -12px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      height: 100%;
      border: 1px solid #f0e6d8;
    }
    .category-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 25px 35px -14px rgba(0,0,0,0.12);
      border-color: #e8b12c60;
    }
    .category-img {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      background: #f9f2e4;
    }
    .badge-highlight {
      background: #e8b12c15;
      color: #9b6e1f;
      padding: 5px 14px;
      border-radius: 60px;
      font-size: 0.75rem;
      font-weight: 600;
    }
    .why-card {
      background: #fefaf3;
      border-radius: 10px;
      padding: 1.5rem;
      height: 100%;
      text-align: center;
      transition: 0.2s;
    }
    .faq-accordion .accordion-button:not(.collapsed) {
      background-color: #fff5e6;
      color: #1e3b2c;
      font-weight: 700;
      box-shadow: none;
    }
    .faq-accordion .accordion-button:focus {
      box-shadow: 0 0 0 2px #e8b12c;
      border-color: #e8b12c;
    }
    .faq-accordion .accordion-button {
      font-weight: 600;
      background-color: #ffffff;
      color: #1a3527;
    }
    .faq-accordion .accordion-item {
      border: 1px solid #f0e2cf;
      margin-bottom: .8rem;
      border-radius: 5px !important;
      overflow: hidden;
    }
    @media (max-width: 768px) {
      .hero-products {
        padding: 50px 0 40px;
      }
      .section-title {
        font-size: 1.7rem;
      }
    }


    /* conat page  */
    .hero-contact {
      background: #ffffff;
      padding: 70px 0 50px;
      position: relative;
    }
    .hero-contact:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 40%;
      height: 100%;
      background: #fdf7ed82;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      z-index: 0;
    }
  
    .btn-new-primary {
      background: #f5b263;
      color: white;
      border-radius: 12px;
      padding: 8px 25px;
      font-weight: 600;
      border: none;
      transition: 0.2s;
      font-size: 14px;
    }
    .btn-new-primary:hover {
      background: #a06420;
      transform: translateY(-3px);
    }
    .btn-new-outline {
      border: 2px solid #f5b263;
      background: transparent;
      color: #c27e2e;
      border-radius: 12px;
      padding: 8px 25px;
      font-weight: 600;
      transition: 0.2s;
       font-size: 14px;
    }
    .btn-new-outline:hover {
      background: #c27e2e;
      color: white;
    }
    .info-chip {
      background: #f5ede2;
      border-radius: 16px;
      padding: 20px;
      transition: 0.2s;
      border-left: 4px solid #f5b263;
    }
    .info-chip:hover {
      background: #efe3d2;
      transform: translateX(5px);
    }
  
    .form-control-new {
      border: 1px solid #e8e0d5;
      border-radius: 5px;
      padding: 8px 12px;
      background: #fefcf9;
      width: 100%;
      transition: 0.2s;
      font-size: 14px;
    }
    .form-control-new:focus {
      outline: none;
      border-color: #c27e2e;
      box-shadow: 0 0 0 3px rgba(194,126,46,0.1);
    }
    .stat-badge {
      background: #c27e2e10;
      border-radius: 50px;
      padding: 8px 20px;
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 600;
      color: #c27e2e;
    }
    .contact-method {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 18px;
      background: white;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.02);
      border: 1px solid #f0e8dd;
    }
    .contact-icon {
      width: 55px;
      height: 55px;
      background: #faf2e8;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.6rem;
      color: #c27e2e;
    }
    .faq-block {
      background: white;
     padding: .5rem 1rem;
    margin-bottom: 1rem;
      margin-bottom: 1rem;
      cursor: pointer;
      transition: 0.2s;
      border: 1px solid #efe3d2;
    }
    .faq-block:hover {
      border-color: #c27e2e;
    }
    .faq-q {
      font-weight: 700;
      display: flex;
      justify-content: space-between;
    }
    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
      color: #6b5e4e;
      padding-top: 0;
    }
    .faq-block.open .faq-a {
      max-height: 120px;
      padding-top: 12px;
    }
 
    


    /* privecy policy */

    .privacy-header {
      background: linear-gradient(135deg, #fef7eb 0%, #fff4e3 100%);
      padding: 60px 0 40px;
      border-bottom: 1px solid #f0e2cf;
    }
    .privacy-content {
      border-radius: 10px;
      padding: 1.6rem;
      margin: 1rem 0;
      box-shadow: 0 10px 30px -12px rgba(0,0,0,0.08);
      border: 1px solid #f0e4cf;
    }
    .privacy-title {
      font-size: 2.2rem;
      font-weight: 800;
      color: #1e3b2c;
      position: relative;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .privacy-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 3px;
      background: #e8b12c;
      border-radius: 3px;
    }
    .section-heading {
      font-size: 1.3rem;
      font-weight: 700;
      color: #1e3b2c;
      margin: 1.8rem 0 0.8rem 0;
      padding-bottom: 0.3rem;
      border-bottom: 2px solid #f0e2cf;
    }
    .section-heading:first-of-type {
      margin-top: 0;
    }

    @media (max-width: 768px) {
      .privacy-header {
        padding: 40px 0 30px;
      }
      .privacy-title {
        font-size: 1.8rem;
      }
      .privacy-content {
        padding: 1.5rem;
        margin: 1rem 0;
      }

    }
/* resaller teram pahe */


    .terms-header {
      background: linear-gradient(135deg, #fef7eb 0%, #fff4e3 100%);
      padding: 60px 0 40px;
      border-bottom: 1px solid #f0e2cf;
    }
    .terms-content {
      background: white;
      border-radius: 10px;
      padding: 2.5rem;
      margin: 2rem 0;
      box-shadow: 0 10px 30px -12px rgba(0,0,0,0.08);
      border: 1px solid #f0e4cf;
    }
    .terms-title {
      font-size: 2.2rem;
      font-weight: 800;
      color: #1e3b2c;
      position: relative;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .terms-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 3px;
      background: #e8b12c;
      border-radius: 3px;
    }
  
  
    .last-updated {
      background: #fefaf0;
      padding: 12px 20px;
      border-radius: 60px;
      display: inline-block;
      font-size: 0.85rem;
      color: #9b6e1f;
      margin-bottom: 1rem;
    }
 
    @media (max-width: 768px) {
      .terms-header {
        padding: 40px 0 30px;
      }
      .terms-title {
        font-size: 1.8rem;
      }
      .terms-content {
        padding: 1rem;
        margin: 1rem 0;
      }
    }

    /* shipping policy page  */
 .policy-header {
      background: linear-gradient(135deg, #fef7eb 0%, #fff4e3 100%);
      padding: 60px 0 40px;
      border-bottom: 1px solid #f0e2cf;
    }
    .policy-content {
      background: white;
      border-radius: 10px;
      padding: 2.5rem;
      margin: 2rem 0;
      box-shadow: 0 10px 30px -12px rgba(0,0,0,0.08);
      border: 1px solid #f0e4cf;
    }
    .policy-title {
      font-size: 2.2rem;
      font-weight: 800;
      color: #1e3b2c;
      position: relative;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .policy-title:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 60px;
      height: 3px;
      background: #e8b12c;
      border-radius: 3px;
    }

    @media (max-width: 768px) {
      .policy-header {
        padding: 40px 0 30px;
      }
      .policy-title {
        font-size: 1.8rem;
      }
      .policy-content {
        padding: 1rem;
        margin: 1rem 0;
      }
    }


    /* login page */

  

    /* body {
      background: linear-gradient(135deg, #f0ebe0 0%, #e8dfce 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      position: relative;
    } */

    /* Background Pattern */
    /* body::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: radial-gradient(#e8b12c10 1px, transparent 1px);
      background-size: 40px 40px;
      pointer-events: none;
      z-index: 0;
    } */

    .login-wrapper {
      max-width: 500px;
      width: 100%;
      margin: 25px auto;
      position: relative;
      z-index: 1;
    }

    .login-card {
      background: #ffffff;
      border-radius: 10px;
      padding:1.5rem;
      box-shadow: 0 5px 20px -12px rgba(0, 0, 0, 0.2);
      transition: all 0.2s ease;
      border: 1px solid #f0ebe0;
      
    }


    /* Brand Section */
    .brand {
      text-align: center;
      margin-bottom: 1.5rem;
    }

    .brand-logo {
      font-size: 2.2rem;
      font-weight: 800;
      letter-spacing: -0.5px;
      color: #1e3b2c;
      margin-bottom: 0.25rem;
    }

    .brand-logo span {
      color: #e8b12c;
    }
.brand-logo img{
  width: 160px;
}
    .brand-tagline {
      font-size: 0.8rem;
      color: #7c8f82;
      letter-spacing: 0.3px;
    }

    .brand-icon {
      width: 65px;
      height: 65px;
      background: #fef5e8;
      border-radius: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem auto;
    }

    .brand-icon i {
      font-size: 2rem;
      color: #e8b12c;
    }

    /* Form Styles */
    .form-title {
      font-size: 0.8rem;
      font-weight: 700;
      margin-bottom: 0.25rem;
      text-align: center;
    }

    .form-subtitle {
      font-size: 0.85rem;
      color: #7a8e7f;
      margin-bottom: 1.2rem;
      text-align: center;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-label {
      font-weight: 600;
      font-size: 0.8rem;
      color: #2d4a3a;
      margin-bottom: 0.5rem;
      display: block;
    }

    .input-wrapper {
      position: relative;
    }

    .input-icon {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: #c2b59b;
      font-size: 1rem;
      pointer-events: none;
      z-index: 1;
    }

    .form-control-custom2 {
      width: 100%;
      padding: 8px 16px 8px 40px;
      border: 1.5px solid #e8dfcf;
      border-radius: 6px;
      font-size: 0.8rem;
      background: #ffffff;
      transition: all 0.2s;
      color: #1e2f28;
    }
    .form-control-custom {
      width: 100%;
      padding: 8px 16px 8px 15px;
      border: 1.5px solid #e8dfcf;
      border-radius: 6px;
      font-size: 0.8rem;
      background: #ffffff;
      transition: all 0.2s;
      color: #1e2f28;
    }

    .form-control-custom:focus {
      outline: none;
      border-color: #e8b12c;
      box-shadow: 0 0 0 3px rgba(232, 177, 44, 0.12);
    }

    .form-control-custom::placeholder {
        color: #c2b59b;
      font-weight: 400;
    }

    /* Password Toggle - Fixed Position */
    .password-toggle {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      border: none;
      color: #b8aa92;
      cursor: pointer;
      padding: 8px;
      font-size: 1rem;
      transition: color 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
    }

    .password-toggle:hover {
      color: #e8b12c;
    }

    .password-toggle:focus {
      outline: none;
    }

    /* Options Row */
    .options-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.8rem;
    }

    .checkbox-wrapper {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .checkbox-wrapper input {
      width: 16px;
      height: 16px;
      accent-color: #e8b12c;
      cursor: pointer;
    }

    .checkbox-wrapper label {
      font-size: 0.8rem;
      color: #5a6e5f;
      cursor: pointer;
      margin: 0;
    }

    .forgot-link {
      font-size: 0.8rem;
      color: #c27e2e;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.2s;
    }

    .forgot-link:hover {
      color: #a06420;
      text-decoration: underline;
    }

    /* Login Button */
    .btn-login {
      width: 100%;
      background: #e8b12c;
      color: #000000;
      border: none;
      border-radius: 60px;
      padding: 14px;
      font-weight: 700;
      font-size: 0.9rem;
      transition: all 0.2s;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 8px 20px;
    }

    .btn-login:hover {
      background: #d49c1c;
      transform: translateY(-2px);
      box-shadow: 0 6px 14px rgba(232, 177, 44, 0.25);
    }

    /* Register Section */
    .register-section {
      text-align: center;
      margin-top: 1.5rem;
      padding-top: 1.25rem;
      border-top: 1px solid #f0e8dd;
    }

    .register-section p {
      font-size: 0.8rem !important;
      color: #6b7b6e;
      margin: 0;
    }

    .register-section a {
      color: #e8b12c;
      text-decoration: none;
      font-weight: 700;
      transition: color 0.2s;
    }

    .register-section a:hover {
      color: #c27e2e;
      text-decoration: underline;
    }

    /* Reseller Info Box */
    .reseller-info {
      background: #fefaf3;
      border-radius: 10px;
      padding: 1rem;
      margin-top: 1.5rem;
      text-align: center;
      border: 1px solid #f0e4cf;
    }

    .reseller-info p {
      font-size: 12px !important;
      color: #8f9e93;
      margin: 0;
    }

    .reseller-info i {
      color: #e8b12c;
      margin-right: 5px;
    }

    /* Responsive */
    @media (max-width: 480px) {
      .login-card {
        padding: 1.8rem;
      }
      .brand-logo {
        font-size: 1.8rem;
      }
  
      .options-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }
    }
  

    /* partner registration */

    .form-wrapper {
      max-width: 900px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .form-card {
      background: #ffffff;
      border-radius: 10px;
      padding: 2rem;
      /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2); */
    }
    .error-message{
    color:#dc3545;
    font-size:13px;
    margin-top:6px;
    display:block;
    font-weight:500;
}

.input-error{
    border:1px solid #dc3545 !important;
}

    /* Progress Bar */
    .progress-container {
      margin-bottom: 2rem;
      padding: 0 0.5rem;
    }
    .progress-steps {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-bottom: 2rem;
    }
    .progress-steps::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      background: #e8dfcf;
      transform: translateY(-50%);
      z-index: 0;
    }
    .step {
      background: white;
      border: 2px solid #e8dfcf;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #b8aa92;
      position: relative;
      z-index: 1;
      background: white;
      transition: all 0.3s;
    }
    .step.active {
      border-color: #ffd366;
      background: #ffd366;
      color: #1e2a1f;
    }
    .step.completed {
      border-color: #eebd41;
      background:#eebd41;
      color: white;
    }
    .step-label {
      position: absolute;
      top: 45px;
      font-size: 0.7rem;
      font-weight: 500;
      color: #7a8e7f;
      white-space: nowrap;
    }
    @media (max-width: 576px) {
      .step-label {
        font-size: 0.6rem;
        top: 40px;
      }
      .step {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
      }
    }

    /* Form Sections */
    .form-section {
      display: none;
      animation: fadeIn 0.3s ease;
    }
    .form-section.active-section {
      display: block;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .form-section-title{
      font-size: 1.3rem;
      font-weight: 700;
      color: #1e3b2c;
      margin: 1.5rem 0 1rem 0;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #f0e2cf;
    }
    .form-section-title:first-of-type {
      margin-top: 0;
    }

    .form-label {
      font-weight: 600;
      font-size: 0.85rem;
      color: #2d4a3a;
      margin-bottom: 0.5rem;
    }

    .required-star {
      color: #e8b12c;
      margin-left: 3px;
    }

    select.form-control-custom {
      cursor: pointer;
    }

    textarea.form-control-custom {
      resize: vertical;
    }

    /* Checkbox & Radio Styles */
    .radio-group, .checkbox-group {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 8px;
    }
    .radio-option, .checkbox-option {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .radio-option input, .checkbox-option input {
      width: 18px;
      height: 18px;
      accent-color: #e8b12c;
      cursor: pointer;
    }
    .radio-option label, .checkbox-option label {
      font-size: 0.85rem;
      color: #4a5e53;
      cursor: pointer;
      margin: 0;
    }

    .inline-checkbox {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 10px 0;
    }
    .inline-checkbox input {
      width: 18px;
      height: 18px;
      accent-color: #e8b12c;
      cursor: pointer;
    }

    /* Button Navigation */
    .btn-nav {
      background: #f0ebe0;
      border: none;
      border-radius: 60px;
      padding: 8px 28px;
      font-weight: 600;
      color: #5a6e5f;
      transition: all 0.2s;
      font-size: 14px;
    }

    .btn-nav:hover {
      background: #e8dfcf;
    }
    .btn-next, .btn-submit {
      background: #ffdd8f;
      color: #1e2a1f;
      border: none;
      border-radius: 60px;
      padding: 8px 32px;
      font-weight: 700;
      font-size: 14px;
      transition: all 0.2s;
    }
    .btn-next:hover, .btn-submit:hover {
      background: #ffd167;
      transform: translateY(-2px);
    }

    .benefits-note {
      background: #fefaf3;
      border-radius: 10px;
      padding: 1rem;
      margin-top: 1.5rem;
      border: 1px solid #f0e4cf;
      text-align: center;
    }
    .benefits-note p {
      font-size: 13px !important;
      color: #8f9e93;
      margin: 0;
    }
    .benefits-note i {
      color: #e8b12c;
      margin-right: 5px;
    }

    @media (max-width: 640px) {
      .hero-contact:before { display: none; }
      .form-card { padding: 1.5rem; }

      .radio-group, .checkbox-group {
        gap: 12px;
        flex-direction: column;
      }
    }
