
.banner {
    background-size: cover;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  }
  .banner h1 {
    font-size: 2rem;
    font-weight: 500;
    white-space: nowrap;
    color:#fff;
  }                                                             /* Content - Match Master Number Spacing */
  .content-section {
        max-width: 1100px !important;
        margin: 0 auto !important;
        padding: 0 24px !important;
        background-color: #ffffff !important;
      }
       .content-section h1 {
     text-align: center;
     margin-bottom: 20px;
     margin-top: 20px;
   }
       .content-section h2 {
     font-size: 1.5rem;
     margin-bottom: 10px;
     color: #000;
   }
       .content-section h3 {
     font-size: 1.5rem;
     margin-bottom: 10px;
     color: #000;
   }
  .content-section p, .content-section li {
    margin-bottom: 8px;
  }
  .content-section ul, .content-section ol {
    font-size: 16px;
    padding-left: 2rem;
    margin-bottom: 10px;
  }
  .content-section ul li {
    list-style: disc;
  }
  .content-section ol li {
    list-style: disc;
  }
  
  /* FAQs */
  .faq-section {
    margin: 3rem auto;
    padding: 0 2rem;
  }
  .faq-section h2 {
    color: #F07100;
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    padding: 2rem 0;
  }
  .faq-section .accordion-item {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  .faq-section .accordion-button {
    background-color: #F6F6F3;
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem;
    border: none;
  }
  .color-table {
border-collapse: collapse;
width: 70%;

}

.color-table th,
.color-table td {
border: 1px solid black;
padding: 8px;
text-align: left;
}

.color-table th {
background-color: #f0f0f0;
}

  .faq-section .accordion-button:hover {
    background-color: #e2e2e0;
  }
  .faq-section .accordion-button:not(.collapsed) {
    background-color: #F07100;
    color: white;
  }
  .faq-section .accordion-body {
    background-color: #e9ecef;
    padding: 1.5rem;
    font-size: 1rem !important;
    color: #555;
  }
  .content-section{
    font-family: Arial, sans-serif !important;
  }
       .content-section h2 {
      font-size: 1.5rem;
      margin-bottom: 10px;
      
    }
   
         .content-section h3 {
      font-size: 1.5rem;
      margin-bottom: 10px;
      
    }
   
         .content-section p {
      margin-bottom: 8px;
      
    }
                 /* Responsive Design */
    @media (max-width: 600px) {
      .content-section {
        padding: 20px 16px;
      }
    }
    
    @media (min-width: 1200px) {
      .content-section h3 {
        font-size: 1.5rem;
      }
    }
    
    @media (max-width: 992px) {
    .banner {
      height: 300px;
      padding-left: 3rem;
    }
    .banner h1 {
      font-size: 2rem;
    }
    .content-section, .faq-section {
      max-width: 90%;
      margin: 1.5rem auto;
    }
  }
  @media (max-width: 768px) {
    .banner {
      height: 250px;
      padding-left: 2rem;
      justify-content: center;
      text-align: left;
    }
    .banner h1 {
      font-size: 1.75rem;
      white-space: normal;
      max-width: 90%;
    }
    .content-section h2, .faq-section h2 {
      font-size: 1.5rem;
    }
    .content-section h3 {
      font-size: 1.25rem;
    }
    .content-section p, .content-section li, .faq-section .accordion-button, .faq-section .accordion-body {
      font-size: 0.95rem;
    }
  }
  @media (max-width: 576px) {
    .banner {
      height: 200px;
      padding: 0 10px;
      text-align: left;
    }
    .banner h1 {
      font-size: 1.25rem;
    }
    .content-section, .faq-section {
      margin: 1rem;
      padding: 1rem;
    }
    .content-section h1 {
      font-size: 1.5rem;
    }
    .content-section h2, .faq-section h2 {
      font-size: 1.25rem;
    }
    .content-section h3 {
      font-size: 1.1rem;
    }
    .content-section p, .content-section li, .faq-section .accordion-button, .faq-section .accordion-body {
      font-size: 0.85rem;
      line-height: 1.5;
    }
    
  }
  .content-section h2,
.content-section h3 {
font-weight: 600 !important; /* medium bold */
}
h2 {
  font-size: 24px !important; /* or whatever you want */
}
h3 {
  font-size: 19px !important;
}
p,li,ul,ol{
  font-size: 15px !important;
}
