﻿
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}


.blog-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 20px;
}

a {
    text-decoration: none;
}

#all h3 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 43.2px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

#all li {
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 43.2px !important;
}


.blog-meta {
    font-size: 0.9rem;
    color: #6c757d;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
}

.blog-content p {
    line-height: 1.8 !important;
    color: #333!important;
    font-size: 17px !important;
    font-weight: 400 !important;
    text-align: justify !important;
    font-style: inherit !important;
    line-height: var(--ast-body-line-height, 1.65) !important;
    font-family: 'Poppins', sans-serif !important
}

@media only screen and (max-width: 426px) {
    .blog-content p {
        text-align: unset !important;
    }
}

.bgimg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: auto !important;
}

    .bgimg img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }

.sidebar {
    position: sticky !important;
    top: 20px !important;
    background: #fff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
}

    .sidebar h4 {
        font-weight: bold !important;
        border-bottom: 3px solid orange !important;
        padding-bottom: 5px !important;
        margin-bottom: 20px !important;
    }

.recommended-blog {
    margin-bottom: 25px !important;
}

    .recommended-blog h6 {
        font-weight: bold !important;
        color: #333 !important;
    }

    .recommended-blog p {
        font-size: 0.95rem !important;
        color: #555 !important;
    }


.read-more {
    color: orange !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

    .read-more::after {
        content: ' ↗' !important;
    }

.faq-section {
    max-width: 900px !important;
    margin: 40px auto !important;
}

    .faq-section h2 {
        font-weight: 700 !important;
    }

.accordion-button {
    background-color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

    .accordion-button:not(.collapsed) {
        background-color: #fff !important;
        color: #000 !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    }

    .accordion-button::after {
        content: "+" !important;
        font-size: 20px !important;
        background-image: none !important;
        transform: none !important;
    }

    .accordion-button:not(.collapsed)::after {
        content: "-" !important;
        font-size: 24px !important;
    }

.accordion-item {
    border: none !important;
    margin-bottom: 15px !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background-color: transparent !important;
}

.accordion-body {
    background-color: #fff !important;
    padding: 20px !important;
    font-size: 1rem !important;
    color: #444 !important;
    border-top: 1px solid #e0e0e0 !important;
}

