/* Start custom CSS *//* Headings Styling */
h2 {
    color: #1a1a1a !important;
    font-size: 26px !important; /* Thoda chota kiya */
    margin-top: 30px !important; /* Uppar ki space kam ki */
    margin-bottom: 15px !important;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

h3 {
    color: #c5a059 !important;
    font-size: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

/* Paragraphs Styling */
p {
    font-size: 15px !important; /* Standard readable size */
    line-height: 1.5 !important; /* Line spacing kam kardi */
    color: #555 !important;
    margin-bottom: 12px !important; /* Paragraphs ke darmiyan gap kam kiya */
}

/* Accordion (FAQs) Styling */
details {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px; /* FAQs ka gap kam kiya */
    padding: 12px !important;
    border-radius: 4px;
}

details summary {
    font-weight: 600;
    cursor: pointer;
    color: #1a1a1a;
    font-size: 15px;
}/* End custom CSS */