/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2026 | 13:03:34 */
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.faqs {
 
      margin: 0 auto;
      padding: 20px 5px 0;

    }
.faq-title {
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-size: 32px !important;
      font-weight: 700;
      color: #5aaa00;
      line-height: 1.25;
      margin-bottom: 20px;
    }
 
    .faq-intro {
      text-align: center;
      font-size: 15px !important;
      color: #333;
      line-height: 1.7;
     
      margin: 0 auto 52px;
    }
 
    /* ── Section heading ── */
    .section-heading {
      font-size: 28px !important;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 10px;
    }
 
    /* Dotted-dash underline beneath section titles */
    .section-rule {
      display: flex;
      align-items: center;
      gap: 4px;
      margin-bottom: 20px;
    }
    .section-rule span {
      display: inline-block;
      height: 3px;
      border-radius: 2px;
    }
    .section-rule .dot  { width: 5px;  background: #5aaa00; border-radius: 50%; }
    .section-rule .dot2 { width: 5px;  background: #5aaa00; border-radius: 50%; }
    .section-rule .dash { width: 36px; background: #1a1a1a; }
 
    .faq-section {
      margin-bottom: 44px;
    }
 
    /* ── Accordion items ── */
    .accordion {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
 
    .accordion-item {
      background: #f5f7fa;
      border-radius: 6px;
      margin-bottom: 6px;
      overflow: hidden;
    }
 
    .accordion-header {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 22px;
      background: #f5f7fa !important;
      border: none;
      cursor: pointer;
      text-align: left;
      font-family: inherit;
      font-weight: 600;
      color: #1a1a1a;
      gap: 16px;
      transition: background 0.15s;
      font-size: 16px !important;
		  white-space: normal;
      word-break: break-word;
      min-width: 0;
    }

    .accordion-header-text {
      flex: 1;
      min-width: 0;
    }
    .accordion-header:hover {
      background: #edf0f5 !important; color: #1a1a1a !important;
    }

.accordion-header,
.accordion-header:focus,
.accordion-header:active,
.accordion-header:hover {
  color: #1a1a1a !important;
}
 
    .accordion-icon {
      flex-shrink: 0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #1a1a1a;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.15s;
    }
    .accordion-icon svg {
      display: block;
      width: 12px;
      height: 12px;
      fill: none;
      stroke: #fff;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform 0.25s;
    }
 
    .accordion-item.open .accordion-icon {
      background: #5aaa00;
    }
    .accordion-item.open .accordion-icon svg {
      transform: rotate(180deg);
    }
 
    .accordion-body {
      display: none;
      padding: 10px 22px 18px;
      line-height: 1.75;
      color: #444;
		 background: #ffffff; font-size: 15px !important;
    }
 .accordion-item.open .accordion-body {
      display: block;
    }

/ /* ── Tablet (max 768px) ── */
    @media (max-width: 768px) {
      .page {
        padding: 40px 10px 60px;
      }
      .faq-title {
        font-size: 26px !important;
        line-height: 1.3;
      }
      .faq-intro {
        font-size: 14px !important;
        margin-bottom: 36px;
      }
      .section-heading {
        font-size: 22px !important;
      }
      .accordion-header {
        font-size: 15px !important;
        padding: 16px 18px;
        gap: 12px;
      }
      .accordion-body {
        font-size: 14px;
        padding: 0 18px 16px;
      }
      .accordion-icon {
        width: 24px;
        height: 24px;
      }
      .faq-section {
        margin-bottom: 36px;
      }
    }
 
    /* ── Mobile (max 480px) ── */
    @media (max-width: 480px) {
      .page {
        padding: 28px 10px 48px;
      }
      .faq-title {
        font-size: 22px !important;
        line-height: 1.35;
      }
      .faq-intro {
        font-size: 13px !important;
        margin-bottom: 28px;
        text-align: left;
      }
      .section-heading {
        font-size: 19px !important;
      }
      .accordion-header {
        font-size: 14px !important;
        padding: 14px 12px;
        gap: 10px;
        white-space: normal;
        word-break: break-word;
        align-items: flex-start;
      }
      .accordion-header span.accordion-icon {
        margin-top: 2px;
      }
      .accordion-body {
        font-size: 13px;
        line-height: 1.7;
        padding: 0 12px 14px;
      }
      .accordion-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
        flex-shrink: 0;
      }
      .accordion-icon svg {
        width: 11px;
        height: 11px;
      }
      .faq-section {
        margin-bottom: 28px;
      }
      .section-rule {
        margin-bottom: 16px;
      }
    }

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
}