* {
         font-family: serif, 'Times New Roman', Times, 'Inter','Roboto',sans-serif;
 
       
    }

    body {
      overflow-x: hidden;
       box-sizing: border-box;
         padding: 0;
         margin: 0;
    }

    .navbar-brand {
      letter-spacing: -0.02em;
    }

    .bg-soft-warning {
      background-color: #fff1d6;
    }

    .hero-press {
      background: linear-gradient(145deg, #fefcf5 0%, #fff9f0 100%);
      /* border-bottom: 1px solid rgba(255, 193, 7, 0.2); */
    /* background-image: url('https://honeybazzar.com/wp-content/uploads/2026/02/grain.png'); */
    }

    
    .hero-badge {
      display: inline-block;
      background: #ffedc9;
      color: #b4690e;
      font-weight: 600;
      padding: 0.3rem 1rem;
      border-radius: 30px;
      margin-bottom: 1rem;
    }

    .navbar-nav .nav-item .nav-link.active{
      color: #b4690e;
      font-weight: 700;
    }
    .icon-float {
      transition: transform 0.2s ease;
    }
.farmiti_logo{
width: 160px;
}

.honey-badge{
border: 1px solid #c4873d !important;
color: #e48716 !important;
font-size: 14px;

}
.honey-badge:hover{
background-color: #c4873d !important;
color: #fff !important;

}
/* about section */
    .about-section {
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03), 0 8px 20px rgba(255, 196, 42, 0.08);
      padding: 3.5rem 2.5rem;
      border: 1px solid #f0e5d5;
      margin-top: 50px;
    }
    .about-tag {
      background: #ffedc9;
      color: #b4690e;
      font-weight: 600;
      font-size: 0.9rem;
      padding: 0.35rem 1.2rem;
      border-radius: 30px;
      display: inline-block;
      letter-spacing: 0.5px;
    }
    .about-title {
      font-weight: 700;
      /* font-size: 2.3rem; */
      color: #2d2a24;
      line-height: 1.2;
    }
    .about-title span {
      color: #f4aa00; /* honey gold */
    }
    .lead-highlight {
      font-weight: 400;
      color: #3e3a33;
      border-left: 5px solid #f4aa00;
      padding-left: 1.5rem;
      background: #fefcf6;
      border-radius: 0 20px 20px 0;
    }
    .feature-icon {
      background: #fff3db;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.8rem;
      color: #b1640a;
    }
    .value-item {
      display: flex;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .value-item p {
      margin-bottom: 0;
      color: #4b4a47;
    }
    .market-badge {
      background: #fff9ec;
      border: 1px dashed #f4aa00;
      border-radius: 40px;
      padding: 0.2rem 1rem;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .stat-number {
      font-weight: 700;
      font-size: 1.8rem;
      color: #2d2a24;
      line-height: 1.2;
    }

   /* all styles exactly from the provided design, extended for full page */
    .page-wrapper{
      background: #ffffff;
      /* border-radius: 10px; */
      /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03), 0 8px 20px rgba(255, 196, 42, 0.08); */
      padding: 3.5rem 0rem;
      /* border: 1px solid #f0e5d5; */
    }

    /* extended styles for full page – consistent with the design language */
    .section-title {
      font-weight: 700;
      border-left: 4px solid #f4aa00;
      color: #2d2a24;
      position: relative;
          padding-left: 1.3rem;
      margin: 2.5rem 0 1.8rem 0;
    }
    /* .section-title::after {
      content: '';
      display: block;
      width: 70px;
      height: 3px;
      background: #f4aa00;
      margin-top: 0.5rem;
      border-radius: 3px;
    } */
    .product-pill {
      background: #fef6e9;
      border: 1px solid #f0dbb8;
      border-radius: 40px;
      padding: 0.3rem 1.3rem;
      font-size:14px;
      font-weight: 500;
      display: inline-block;
      margin: 3px;
      color: #4d3d28;
    }
    .mission-card {
      background: #fefaf3;
      border: 1px solid #f0dbb8;
      border-radius:10px;
      padding: 2rem;
      height: 100%;
    }
    .footer-note {
      background: #fefaf3;
      border-radius:10px;
      padding: 3rem 2rem;
      border: 1px solid #f4aa00;
      /* margin-top: 3rem; */
    }
    hr.divider-light {
      border: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, #f4aa00, #f4aa00, transparent);
      opacity: 0.2;
      margin: 2.5rem 0;
    }
    .btn-outline-warning {
      border-color: #f4aa00;
      color: #b4690e;
    }
    .btn-outline-warning:hover {
      background-color: #f4aa00;
      color: #1e2a2e;
    }


     /* minimal styling to blend with any professional design */
    /* .certs-wrapper {
      background: #ffffff;
      border-radius: 2rem;
      padding: 2rem 2rem;
      border: 1px solid #f0e5d5;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
      font-family: 'Inter', sans-serif;
    } */
    .section-mini-title {
      font-family: 'Bitter', serif;
      font-weight: 700;
      color: #2d2a24;
      letter-spacing: -0.02em;
    }
    .cert-badge {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: #fcf8f0;
      border: 1px solid #f0dbb8;
      border-radius: 60px;
        padding: 0.2rem .6rem;
      font-weight: 500;
      color: #4d3d28;
      transition: 0.15s;
      font-size: 14px;
    }
    .cert-badge i {
      font-size: 1.3rem;
      color: #f4aa00;
    }
    .cert-badge:hover {
      background: #fff3db;
      border-color: #f4aa00;
    }
    .doc-note {
      background: #fff9ec;
      border-radius: 3rem;
      padding: 0.5rem 2rem;
      display: inline-block;
      border: 1px dashed #f4aa00;
    }
    .text-amber {
      color: #b4690e;
    }

    /* about section end */

    .icon-float:hover {
      transform: translateY(-4px);
    }

    .card-hover-border {
      transition: border 0.2s, box-shadow 0.2s;
    }

    .card-hover-border:hover {
      border-color: #ffc107 !important;
      box-shadow: 0 0.5rem 1.5rem rgba(255, 193, 7, 0.15);
    }

    .why-icon-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      background: #ffecb3;
      border-radius: 50%;
      color: #b87c00;
      font-size: 2rem;
    }

    .btn-warning {
      background-color: #ffc107;
      border-color: #ffc107;
      color: #1e2a2e;
      font-weight: 500;
    }

    .btn-warning:hover {
      background-color: #ffb100;
      border-color: #ffb100;
      color: #0b1e28;
    }


    /* product page */
    .product-page{
      background-color: #fefcf6;
    }
    .product-card {
      background: white;
      border-radius: 8px;


      border: 1px solid #f0e2ce;
      /* padding-bottom: 1.5rem; */
      text-align: center;
      transition: 0.2s;
      height: 100%;
    }

    .product-card:hover {
      border-color: #ffc42a;
      box-shadow: 0 12px 28px rgba(255, 196, 42, 0.1);
    }

    /* product image - now using real image URLs */
    .product-img {
      /* width: 130px;
      height: 130px; */
      /* margin: 0 auto 1rem; */
      /* border-radius: 50%; */
      object-fit: cover;
      /* border: 3px solid #ffecb3; */
      box-shadow: 0 5px 12px rgba(0, 0, 0, 0.05);
      border-radius: 8px 8px 0px 0px;
    }

    .price-old {
      text-decoration: line-through;
      color: #aaa;
      margin-right: 6px;
    }

    .price-new {
      font-weight: 700;
      color: #1e2a2e;
    }

    .btn-royal {
      background-color: #ffc42a;
      border: none;
      font-weight: 500;
      color: #1e2a2e;
      border-radius: 0px;
      padding: 0.3rem 2rem;
    }

    .btn-royal:hover {
      background-color: #f0b200;
      color: #fff;
    }

    .detail-section {
      background: white;
      border-radius: 2rem;
      padding: 2rem;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
      border: 1px solid #ffebc8;
    }

    .product-gallery-img {
      max-width: 100%;
      border-radius: 8px;
      background: #fcf6ea;
      padding: 1rem;
    }

    .modal-product-img {
      width: 1005;
      /* height: 220px; */
      object-fit: cover;
      border-radius: 8px;
      border: 2px solid #ffd966;
    }

    .spec-table th {
      width: 40%;
      background-color: #fff6e5;
      font-weight: 600;
      border: 1px solid #ffe5bb;
    }

    .spec-table td,
    .spec-table th {
      padding: 0.4rem 1rem;
      border: 1px solid #ffe5bb;
    }

    .spec-table {
      border-collapse: collapse;
      width: 100%;
    }

    .product-modal{
      border-radius: 8px; border: 1px solid #ffda9e;
    }

    /* ===================product page end =======================*/

    /* ==================private label page start =================*/

    
    .page-title {

      font-weight: 700;
      /* font-size: 2.3rem; */
      color: #2d2a24;
      line-height: 1.2;
    }
    .page-title span {
      color: #f4aa00;
    }
  
 
    .product-pill:hover {
      background: #ffedc9;
      border-color: #f4aa00;
    }
    
    .pack-badge {
      background: #ffffff;
      border: 1px solid #f0dbb8;
      border-radius: 30px;
      padding: 0.5rem 1.2rem;
      font-weight: 500;
      font-size: 0.9rem;
      color: #4a3e2d;
    }

  
    .cta-highlight {
      background: #faf1e0;
      border-radius:10px;
      padding: 2rem;
      border: 1px dashed #f4aa00;
    }
    /* image styling */
    .rounded-image {
      border-radius: 10px;
      object-fit: cover;
      width: 100%;
      height: auto;
      max-height: 320px;
      border: 1px solid #f0dbb8;
      box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    }
    .product-image-small {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #f4aa00;
    }

    /* Private label page end */


    /* ============enquary ============= */

    .section-tag {
      background: #ffedc9;
      color: #b4690e;
      font-weight: 600;
      font-size: 0.9rem;
      padding: 0.35rem 1.2rem;
      border-radius: 30px;
      display: inline-block;
      letter-spacing: 0.5px;
    }
    .trust-badge {
      background: #fefaf3;
      border: 1px solid #f0dbb8;
      border-radius: 40px;
      padding: 0.5rem 1.2rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 500;
    }
    .step-card {
      background: #fefcf6;
      border-radius: 10px;
      padding: 1.5rem;
      border: 1px solid #f0dbb8;
      height: 100%;
      transition: 0.15s;
    }
    .inquary-form{
      background: #fefaf5;
    }
    .step-card:hover {
      border-color: #f4aa00;
    }
    .step-number {
      background: #fff3db;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #b1640a;
    }
    .credibility{
      background: #fefaf3; 
      border: 1px solid #f0dbb8;
    }
    /* ============Enquary End========= */
    /* ============contact page======== */
    
    .info-card {
      background: #fefaf5;
      border: 1px solid #f0dbb8;
      border-radius: 8px;
      padding: 1.2rem;
      height: 100%;
      transition: 0.15s;
    }
    .info-card:hover {
      border-color: #f4aa00;
    }
    .info-icon {
      background: #fff3db;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #b1640a;
    }

    .form-control:focus, .form-select:focus {
      border-color: #f4aa00;
      box-shadow: 0 0 0 0.2rem rgba(244, 170, 0, 0.15);
    }
    .trust-line {
      background: #fefaf3;
      border: 1px solid #f0dbb8;
      border-radius: 8px;
      padding: 1rem;
    }

    /* ===========contact page end====== */

    /* ==========Certificate page===== */
    
  
    .cert-card {
      background: #fefaf5;
      border: 1px solid #f0dbb8;
      border-radius: 10px;
      padding: 2rem 1.5rem;
      height: 100%;
      transition: 0.2s;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .cert-card:hover {
      border-color: #f4aa00;
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(244, 170, 0, 0.05);
    }
    .cert-logo {
      width: 90px;
      height: 90px;
      object-fit: contain;
      margin-bottom: 1.2rem;
      border-radius: 12px;
      background: white;
      padding: 8px;
      border: 1px solid #f0dbb8;
    }
    .doc-badge {
      background: #ffffff;
      border: 1px solid #f0dbb8;
      border-radius: 50px;
      padding: 0.5rem 1.2rem;
      display: inline-block;
      margin: 0.25rem;
      font-size: 0.9rem;
    }
    /* Modal styles for document fitting */
    .modal-content {
      border-radius: 10px;
      border: 1px solid #f4aa00;
      background: #fefaf5;
    }
    .modal-body {
      padding: 1.5rem;
      text-align: center;
      background: white;
      border-radius: 1rem;
    }
    .certificate-document {
      display: inline-block;
      max-width: 100%;
      /* border: 1px solid #f0dbb8;
      border-radius: 1rem; */
      /* background: white;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
    }
    .certificate-full-img {
      max-width: 100%;
      height: auto;
      /* max-height: 70vh; */
      width: auto;
      border-radius: 0.8rem;
      display: block;
      margin: 0 auto;
    }
    .download-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f4aa00;
      color: #1e2a2e;
      padding: 0.4rem 2rem;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: 0.2s;
      border: none;
      font-size: 13px;
    }
    .download-link:hover {
      background: #d99d28;
      color: #000;
    }
    /* ================= certificate page end=========== */

    /* ==============Packaging============ */
    
    .pack-card {
      background: #fefaf5;
      border: 1px solid #f0dbb8;
      border-radius: 10px;
      padding: 2rem 1.8rem;
      height: 100%;
      transition: 0.2s;
    }
    .pack-card:hover {
      border-color: #f4aa00;
      transform: translateY(-5px);
      box-shadow: 0 15px 30px rgba(244, 170, 0, 0.05);
    }
    .pack-icon {
      background: #fff3db;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      color: #b1640a;
      margin-bottom: 1.2rem;
    }
    .size-pill {
      background: #ffffff;
      border: 1px solid #f0dbb8;
      border-radius: 50px;
      padding: 0.4rem 1.2rem;
      display: inline-block;
      margin: 0.2rem;
      font-size: 0.9rem;
    }
    .badge-pack {
      background: #ffedc9;
      color: #b4690e;
      border-radius: 30px;
      padding: 0.3rem 1rem;
      font-weight: 500;
      font-size: 0.8rem;
    }
    .stat-number {
      font-family: 'Bitter', serif;
      font-size: 2.2rem;
      font-weight: 700;
      color: #f4aa00;
    }

    .pack-image {
      width: 100%;
      max-height: 280px;
      object-fit: cover;
      border-radius: 10px;
      border: 1px solid #f0dbb8;
      box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    }
    .pack-image-small {
      width: 100%;
      max-height: 200px;
      object-fit: cover;
      border-radius: 1.2rem;
      border: 1px solid #f0dbb8;
    }

    /* ===============packaging ============ */

    /* ==============FAQ Page========= */
      .faq-accordion .accordion-item {
      border: 1px solid #f0dbb8;
      border-radius: 5px !important;
      margin-bottom: .5rem;
      overflow: hidden;
      background: #fefaf5;
    }
    .faq-accordion .accordion-button {
      font-family: 'Bitter', serif;
      font-weight: 600;
      color: #2d2a24;
      background: #fefaf5;
      padding: .6rem .8rem;
      font-size: 16px;
    }
    .faq-accordion .accordion-button:not(.collapsed) {
      background: #fff3db;
      color: #b1640a;
      box-shadow: none;
    }
    .faq-accordion .accordion-button:focus {
      box-shadow: none;
      border-color: #f4aa00;
    }
    .faq-accordion .accordion-body {
      background: #ffffff;
      padding: .5rem 1rem;
      color: #4b4a47;
      border-top: 1px solid #f0dbb8;
    }
    .faq-accordion .accordion-button::after {
      background-size: 1.2rem;
      transition: 0.2s;
    }
    .cta-card {
      background: #fefaf3;
      border: 1px solid #f0dbb8;
      border-radius:8px;
      padding: 2rem;
      text-align: center;
    }
    .badge-soft {
      background: #ffedc9;
      color: #b4690e;
      border-radius: 30px;
      padding: 0.3rem 1rem;
      font-size: 0.8rem;
      font-weight: 500;
    }

    /* ==================FAQ Page End */

    .form-control:focus {
      border-color: #ffc107;
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
    }

    .accordion-button:not(.collapsed) {
  background-color: #fff3cd;
  color: #000;
}
.accordion-button:focus{
    border: none !important;
    border-color: #fff3cd !important;  
}


/* ===========privacy Policy============= */

 .policy-card {
      background: #fefaf5;
      /* border: 1px solid #f0dbb8; */
      border-radius: 10px;
      padding: 1.5rem;
    }
    .policy-section {
      margin-bottom: 2.2rem;
    }
    .policy-section h3 {
      font-family: 'Bitter', serif;
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 1.2rem;
      color: #2d2a24;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .policy-section h3 i {
      color: #f4aa00;
      font-size: 1.4rem;
    }
    .policy-section p, .policy-section li {
      color: #4b4a47;
      line-height: 1.7;
      margin-bottom: 0.8rem;
    }
    .policy-section ul {
      padding-left: 1.5rem;
      margin-bottom: 1rem;
    }
    .policy-section ul li {
      margin-bottom: 0.4rem;
    }
    .contact-item {
      background: #fff3db;
      border-radius: 50px;
      padding: 0.2rem 1rem;
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      border: 1px solid #f4aa00;
      font-size:14px;
      margin-right: 0.5rem;
      margin-bottom: 0.5rem;
    }
    .contact-item i {
      color: #b1640a;
      font-size: 1rem;
    }
    .last-updated-badge {
      background: #ffffff;
      border: 1px dashed #f4aa00;
      border-radius: 50px;
      padding: 0.2rem 1.3rem;
      display: inline-block;
      color: #b4690e;
      font-weight: 500;
    }

/* =======parivacy policy========== */
/* =======Tearm and cOndition========== */


   .terms-card {
      background: #fefaf5;
      border: 1px solid #f0dbb8;
      border-radius: 10px;
      padding: 2rem;
    }
    .terms-section {
      margin-bottom: 2.2rem;
    }
    .terms-section h3 {
      font-family: 'Bitter', serif;
      font-weight: 600;
      font-size: 1.5rem;
      margin-bottom: 1.2rem;
      color: #2d2a24;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    .terms-section h3 i {
      color: #f4aa00;
      font-size: 1.3rem;
    }
    .terms-section p, .terms-section li {
      color: #4b4a47;
      line-height: 1.7;
      margin-bottom: 0.8rem;
    }
    .terms-section ul {
      padding-left: 1.5rem;
      margin-bottom: 1rem;
    }
    .terms-section ul li {
      margin-bottom: 0.4rem;
    }
/* ============tearm and condition end */

    /* ===== PROFESSIONAL FOOTER STYLES ===== */
    .footer {
      background-color: #efc562!important; /* dark, professional base */
      color: #000000;
      /* border-top: 3px solid #cea335; */
      padding: 3rem 0 2rem 0;
      font-family: 'Inter', sans-serif;
    }
    .footer h5 {
      color: #000000;
      font-weight: 700;
      margin-bottom: 1.2rem;
      letter-spacing: -0.02em;
    }
    .footer h5 i {
      color: #33312d;
      margin-right: 0.5rem;
    }
    .footer p {
      color: #000000;
      line-height: 1.7;
      font-size: 0.95rem;
    }
    .footer ul {
      padding-left: 0;
      list-style: none;
    }
    .footer ul li {
      margin-bottom: 0.7rem;
    }
    .footer ul li a {
      color: #000000;
      text-decoration: none;
      transition: color 0.2s;
      font-size: 0.95rem;
    }
    .footer ul li a:hover {
      color: #ffffff;
      text-decoration: underline;
    }
    .footer .contact-info p {
      margin-bottom: 0.5rem;
      display: flex;
      /* align-items: center; */
      gap: 0.5rem;
    }
    .footer .contact-info i {
      color: #454543;
      width: 20px;
    }
    .footer .copyright {
      border-top: 1px solid #3a4a4e;
      margin-top: 2rem;
      padding-top: 1.5rem;
      text-align: center;
      color: #000000;
      font-size: 0.9rem;
    }
    .footer .copyright a {
      color: #1b1915;
      text-decoration: none;
    }
    .footer .copyright a:hover {
      text-decoration: underline;
    }
    /* ===== FLOATING WHATSAPP BUTTON ===== */
    .whatsapp-float {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background-color: #25d366;
      color: white;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      text-align: center;
      font-size: 28px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: 0.3s;
      z-index: 1000;
      border: 2px solid white;
    }
    .whatsapp-float:hover {
      background-color: #20b859;
      transform: scale(1.1);
      color: white;
    }
    .whatsapp-float i {
      font-size: 23px;
    }
    /* tooltip on hover (optional) */
    .whatsapp-float::after {
      content: "Chat with us";
      position: absolute;
      right: 70px;
      background: #1e2a2e;
      color: white;
      padding: 5px 12px;
      border-radius: 30px;
      font-size: 14px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: 0.2s;
      font-weight: 500;
    }
    .whatsapp-float:hover::after {
      opacity: 1;
    }


    /* product page */

    
    
    .product-page-title {
      font-family: 'Bitter', serif;
      font-weight: 700;
      font-size: 2.8rem;
      line-height: 1.2;
      color: #2d2a24;
      margin-bottom: 1rem;
    }
    .product-page-title span {
      color: #f4aa00;
    }
    .badge-tag {
      background: #ffedc9;
      color: #b4690e;
      font-weight: 600;
      font-size: 14px;
      padding: 0.25rem 1.2rem;
      border-radius: 30px;
      display: inline-block;
      letter-spacing: 0.5px;
      margin-bottom: 1rem;
    }
    .category-card {
      background: #fefaf5;
      border: 1px solid #f0dbb8;
      border-radius: 10px;
      padding: 1.5rem;
      transition: 0.2s;
      margin-bottom: 1rem;
    }
    .category-card:hover {
      border-color: #f4aa00;
      /* box-shadow: 0 15px 30px rgba(244, 170, 0, 0.08); */
    }
    .category-icon {
      background: #fff3db;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #b1640a;
    }
    .feature-list {
      list-style: none;
      padding-left: 0;
      margin: .5rem 0;
    }
    .feature-list li {
      margin-bottom: 0.2rem;
      display: flex;
      align-items: center;
      gap: 0.7rem;
 
    }
    .feature-list li i {
      color: #f4aa00;
      font-size: 1.1rem;
    }
    .category-image {
      width: 100%;
      max-height: 280px;
      object-fit: cover;
      /* border-radius: 1.5rem;
      border: 1px solid #f0dbb8;
      box-shadow: 0 10px 20px rgba(0,0,0,0.05); */
    }

     .why-card {
      background: #fefaf5;
      border: 1px solid #f0dbb8;
      border-radius: 10px;
      padding: 1rem;
      height: 100%;
    }
    
    .footer-cta {
      background: #fefaf3;
      border: 1px solid #f4aa00;
      border-radius:10px;
      padding: 2.5rem;
      text-align: center;
      margin-top: 2rem;
    }



    /* FAQ Section */

    
    /* Modern Tab Design */
    .category-tabs {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-bottom: 2.5rem;
      flex-wrap: wrap;
    }

    .tab-btn {
      background: #fefaf5;
      border: 2px solid #f0dbb8;
      border-radius: 5px;
      padding: 5px 20px;
      font-size: 16px;
      font-weight: 600;
      color: #6b5a4a;
      cursor: pointer;
      transition: all 0.3s ease;
      display:flex;
      align-items: center;
      gap: 0.5rem;
      background: white;
    }

    .tab-btn i {
      font-size: 16px;
      color: #b1640a;
      transition: 0.3s;
    }

    .tab-btn:hover {
      border-color: #f4aa00;
      background: #fff9ec;
      transform: translateY(-2px);
    }

    .tab-btn.active {
      background: #f4aa00;
      border-color: #f4aa00;
      color: #1e2a2e;
      box-shadow: 0 8px 20px rgba(244, 170, 0, 0.25);
    }

    .tab-btn.active i {
      color: #1e2a2e;
    }


    .tab-content {
      display: none;
    }

    .tab-content.active {
      display: block;
      animation: fadeIn 0.4s ease;
    }

     .view-all-btn {
      background: transparent;
      border: 2px solid #f4aa00;
      color: #b4690e;
      border-radius: 50px;
      padding: 3px 20px;
      font-weight: 600;
      transition: 0.2s;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
    }
    .view-all-btn:hover {
      background-color: #f4aa00;
      color: #ffffff;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 768px) {

      .farmiti_logo{
width: 130px;
}

.navbar-toggler {
  padding: 4px 8px; 
  font-size: 14px;
}

.navbar-toggler-icon {
  width: 22px;
  height: 20px;
}

.hero-badge{
  font-size: 12px;
}
.feature-icon{
      width: 30px;
    height: 30px;
    font-size: 20px;
    padding: 5px;

}
      .tab-btn {
    padding: 5px 10px;
      font-size: 16px;
        gap: 0.5rem;
      }

      .tab-btn i {
        font-size: 16px;
      }
    }


    /* 404 page */

     
    .error-wrapper {
      background: #ffffff;
      border-radius: 8px;
      /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03), 0 8px 20px rgba(255, 196, 42, 0.08); */
      /* padding: 3rem 2.5rem;
      border: 1px solid #f0e5d5; */
     
      width: 100%;
      text-align: center;
    }

    .error-code {
      font-family: 'Bitter', serif;
      font-size: 4rem;
      font-weight: 700;
      line-height: 1;
      color: #f4aa00;
      text-shadow: 2px 2px 0 #ffedc9;
      margin-bottom: 1rem;
    }
    .error-title {
      font-family: 'Bitter', serif;
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 1rem;
      color: #2d2a24;
    }
    .error-message {
      font-size: 1rem;
      color: #4b4a47;
      margin-bottom: 2rem;
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.6;
    }

    

    
    .btn-outline-warning {
      border: 2px solid #f4aa00;
      background: transparent;
      color: #b4690e;
      border-radius: 50px;
      padding: 0.7rem 2rem;
      font-weight: 500;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: 0.2s;
    }
    .btn-outline-warning:hover {
      background-color: #f4aa00;
      color: #1e2a2e;
    }
    .quick-links {
      margin-top: 2rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1.2rem;
    }
    .quick-links a {
      color: #5e4b3c;
      text-decoration: none;
      font-weight: 500;
      font-size: 0.9rem;
      transition: color 0.2s;
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
    }
    .quick-links a:hover {
      color: #f4aa00;
    }
    .contact-badge {
      background: #fefaf3;
      border: 1px solid #f0dbb8;
      border-radius: 50px;
      padding: 0.5rem 1.2rem;
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      margin-top: 2rem;
      font-size: 0.85rem;
      color: #6b5a4a;
    }
    .contact-badge i {
      color: #f4aa00;
    }
    .icon-large {
      font-size: 3rem;
      color: #f4aa00;
      opacity: 0.5;
      margin-bottom: 1rem;
    }
    @media (max-width: 576px) {
      .error-wrapper {
        padding: 2rem 1.5rem;
      }
      .error-code {
        font-size: 6rem;
      }
      .error-title {
        font-size: 1.6rem;
      }
    }