

.content-side {
    line-height: 1.6 !important;
    color: #333 !important;
}

.service-detail {
    padding: 20px 0 !important;
}

.inner-box {
    overflow: hidden !important;
}

/* Heading Styles with Responsive Sizing */
h1 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
}

h2 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 2rem 0 1rem 0 !important;
}

h3 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 1.5rem 0 0.75rem 0 !important;
}

h4 {
    font-size: 1.05rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 1.25rem 0 0.5rem 0 !important;
}

h5 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 1rem 0 0.5rem 0 !important;
}

h6 {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 0.75rem 0 0.5rem 0 !important;
}

/* Paragraph and Text Styling */
.text p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 1rem !important;
    text-align: justify !important;
    color: #000 !important;
}

.lower-content {
    padding: 1.5rem !important;
}

/* Hero Image Styling - Full Responsive */
.hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    max-height: 300px !important;
    object-fit: cover !important;
    /*transition: transform 0.3s ease !important;*/
}

/*.hero-image:hover {*/
/*    transform: scale(1.02) !important;*/
/*}*/

/* FAQ Accordion Styling */
#faqAccordion {
    margin-top: 1rem !important;
}

.faq-card {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 0.5rem !important;
    overflow: hidden !important;
}

.faq-header {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 0 !important;
}

.faq-button {
    background: none !important;
    border: none !important;
    width: 100% !important;
    text-align: left !important;
    padding: 0.75rem 1rem !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 0.95rem !important;
    cursor: pointer !important;
     transition: transform 0.3s ease;
}

[aria-expanded="true"] .fa {
 transform: rotate(180deg);
}


.faq-button:hover {
    background-color: #e9ecef !important;
}

.faq-question {
    flex: 1 !important;
    margin-right: 1rem !important;
    margin-bottom: 0 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-top: 0 !important;
}

/* Override h3 styles specifically for FAQ questions */
h3.faq-question {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin: 0 1rem 0 0 !important;
    flex: 1 !important;
}

.faq-button i {
    transition: all 0.3s ease !important;
    font-size: 0.9rem !important;
}

.faq-body {
    padding: 0.75rem 1rem !important;
    background-color: #fff !important;
}

.faq-body p {
    margin-bottom: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

/* Responsive Design - Mobile First Approach */

/* Extra Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    h2 {
        font-size: 1.2rem !important;
        margin: 1.5rem 0 0.75rem 0 !important;
    }
    
    h3 {
        font-size: 1rem !important;
        margin: 1rem 0 0.5rem 0 !important;
    }
    
    h4 {
        font-size: 0.95rem !important;
        margin: 1rem 0 0.5rem 0 !important;
    }
    
    h5 {
        font-size: 0.9rem !important;
        margin: 0.75rem 0 0.5rem 0 !important;
    }
    
    h6 {
        font-size: 0.85rem !important;
        margin: 0.75rem 0 0.5rem 0 !important;
    }
    
    .text p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
    }
    
    /*.lower-content {*/
    /*    padding: 1rem !important;*/
    /*}*/
    
    .faq-button {
        font-size: 0.9rem !important;
        padding: 0.75rem !important;
    }
    
    .faq-body p {
        font-size: 0.85rem !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 1.7rem !important;
    }
    
    h2 {
        font-size: 1.3rem !important;
    }
    
    h3 {
        font-size: 1.05rem !important;
    }
    
    h4 {
        font-size: 1rem !important;
    }
    
    h5 {
        font-size: 0.95rem !important;
    }
    
    h6 {
        font-size: 0.9rem !important;
    }
    
    .text p {
        font-size: 0.95rem !important;
    }
    
    /*.lower-content {*/
    /*    padding: 1.25rem !important;*/
    /*}*/
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 1.9rem !important;
        text-align: left !important;
    }
    
    h2 {
        font-size: 1.4rem !important;
    }
    
    h3 {
        font-size: 1.08rem !important;
    }
    
    h4 {
        font-size: 1.03rem !important;
    }
    
    h5 {
        font-size: 0.98rem !important;
    }
    
    h6 {
        font-size: 0.93rem !important;
    }
    
    .text p {
        font-size: 0.98rem !important;
    }
    
    /*.lower-content {*/
    /*    padding: 1.5rem !important;*/
    /*}*/
    
    .hero-image {
        max-height: 400px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
        font-size: 2rem !important;
        text-align: left !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    h3 {
        font-size: 1.1rem !important;
    }
    
    h4 {
        font-size: 1.05rem !important;
    }
    
    h5 {
        font-size: 1rem !important;
    }
    
    h6 {
        font-size: 0.95rem !important;
    }
    
    .text p {
        font-size: 1rem !important;
    }
    
    
    .hero-image {
        max-height: 500px !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
        font-size: 2.2rem !important;
    }
    
    h2 {
        font-size: 1.6rem !important;
    }
    
    h3 {
        font-size: 1.15rem !important;
    }
    
    h4 {
        font-size: 1.08rem !important;
    }
    
    h5 {
        font-size: 1.03rem !important;
    }
    
    h6 {
        font-size: 0.98rem !important;
    }
    
    .text p {
        font-size: 1.05rem !important;
        line-height: 1.8 !important;
    }
    
    /*.lower-content {*/
    /*    padding: 2.5rem !important;*/
    /*}*/
}