@ -0,0 +1,851 @@

        /* =========================================
LEFT SIDEBAR
========================================= */
    .blog-single {
        background: #f8faf8;
        padding: 40px 0 70px;
    }
    
    /* =========================================
BREADCRUMB
========================================= */

    .blog-breadcrumb {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 24px;
    }

    .blog-breadcrumb a {
        color: #0c7a2c;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }

    .blog-breadcrumb .active {
        color: #6b7280;
        font-size: 14px;
        font-weight: 500;
    }

    .breadcrumb-separator {
        color: #cbd5e1;
        font-size: 11px;
    }

    /* =========================================
CATEGORY
========================================= */

    .blog-category {
        display: inline-block;
        color: #0c7a2c;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: .6px;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    /* =========================================
TITLE
========================================= */

    .blog-head {
        font-size: clamp(30px, 3vw, 48px) !important;
        line-height: 1.08 !important;
        font-weight: 600 !important;
        letter-spacing: -2px;
        color: #0f172a;
        margin-bottom: 22px;
    }

    /* =========================================
DESCRIPTION
========================================= */

    .blog-description {
        font-size: 18px;
        line-height: 1.8;
        color: #4b5563;
        margin-bottom: 28px;
    }

    /* =========================================
META
========================================= */

    .blog-meta-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 35px;
    }

    .blog-author-group {
        display: flex;
        align-items: center;
        gap: 25px;
        flex-wrap: wrap;
    }

    .blog-author-box {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .blog-author-box img {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        object-fit: cover;
    }

    .blog-author-box small {
        display: block;
        color: #6b7280;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .blog-author-box h6 {
        font-size: 14px;
        margin-bottom: 3px;
        font-weight: 700;
        color: #0c7a2c;
    }

    .blog-author-box span {
        font-size: 12px;
        color: #6b7280;
    }

    .blog-extra-meta {
        display: flex;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
        font-size: 14px;
        color: #4b5563;
        font-weight: 500;
    }

    .blog-extra-meta i {
        color: #0c7a2c;
        margin-right: 6px;
    }

    /* =========================================
IMAGE
========================================= */

    .blog-image-wrapper {
        overflow: hidden;
        border-radius: 18px;
        margin-bottom: 35px;
    }

    .blog-hero-img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        display: block;
        border-radius: 18px;
    }

    /* =========================================
CONTENT
========================================= */

    .ck-content {
        font-size: 17px;
        line-height: 1.9;
        color: #1f2937;
    }

    .ck-content h2 {
        font-size: 36px;
        line-height: 1.3;
        font-weight: 800;
        margin-top: 45px;
        margin-bottom: 18px;
        color: #111827;
    }

    .ck-content h3 {
        font-size: 28px;
        line-height: 1.4;
        font-weight: 700;
        margin-top: 35px;
        margin-bottom: 16px;
    }

    .ck-content p {
        margin-bottom: 22px;
    }

    .ck-content img {
        width: 100%;
        border-radius: 14px;
        margin: 28px 0;
    }

    .ck-content ul,
    .ck-content ol {
        margin-bottom: 24px;
        padding-left: 24px;
    }

    .ck-content li {
        margin-bottom: 12px;
    }

    /* =========================================
Right SIDEBAR
========================================= */


.blog-sidebar {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
    width: 100%;
    z-index: 1;
}
.blog-single .row {
    align-items: flex-start;
}
.blog-single .col-lg-4 {
    display: flex;
    flex-direction: column;
}
.blog-single,
.single-service,
.single-department {
    overflow: visible !important;
}

body {
    overflow-x: clip !important;
    overflow-y: visible !important;
}
@media (max-width: 991px) {
    .blog-sidebar {
        position: static;
        margin-top: 40px;
    }
}
    .appointment-card,
    .toc-card,
    .emergency-card,
    .social-share-card {
        background: #fff;
        border-radius: 20px;
        padding: 28px;
        margin-bottom: 24px;
        border: 1px solid #edf1ee;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    }

    /* =========================================
APPOINTMENT
========================================= */

    .appointment-card {
        background: linear-gradient(135deg, #004b17 0%, #006e20 100%);
        border: none;
    }

    .appointment-card h3 {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 700;
        color: #fff;
        margin-bottom: 16px;
    }

    .appointment-card p {
        color: rgba(255, 255, 255, .9);
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 24px;
    }

    .btn-appointment {
        width: 100%;
        background: #fff;
        color: #006e20;
        padding: 14px 18px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        font-weight: 700;
        transition: .3s;
    }

    .btn-appointment:hover {
        color: #006e20;
        transform: translateY(-2px);
    }

    /* =========================================
TOC
========================================= */

    .toc-card h4,
    .emergency-card h4,
    .social-share-card h4 {
        font-size: 30px;
        line-height: 1.3;
        font-weight: 800;
        margin-bottom: 22px;
        color: #111827;
    }

    .toc-list {
        list-style: none;
        padding: 0;
        margin: 0;
        counter-reset: item;
    }

    .toc-list li {
        margin-bottom: 16px;
    }

    .toc-list a {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        text-decoration: none;
        color: #374151;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 500;
        transition: .3s;
    }

    .toc-list a::before {
        content: counter(item);
        counter-increment: item;
        width: 26px;
        height: 26px;
        min-width: 26px;
        border-radius: 50%;
        background: #0c7a2c;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toc-list a:hover {
        color: #0c7a2c;
        padding-left: 4px;
    }

    /* =========================================
EMERGENCY
========================================= */

    .emergency-card {
        background: #fff8f8;
    }

    .emergency-card p {
        font-size: 15px;
        line-height: 1.8;
        color: #4b5563;
        margin-bottom: 22px;
    }

    .emergency-phone {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 24px;
    }

    .emergency-phone i {
        color: #0c7a2c;
    }

    .emergency-phone a {
        color: #ef2222;
        text-decoration: none;
    }

    .whatsapp-btn {
        width: 100%;
        border: 2px solid #6fcb8a;
        border-radius: 12px;
        padding: 14px 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        font-weight: 700;
        color: #17753b;
        background: #fff;
        transition: .3s;
    }

    .whatsapp-btn:hover {
        background: #25d366;
        border-color: #25d366;
        color: #fff;
    }

    /* =========================================
SHARE
========================================= */

    .social-share-card {
        text-align: center;
    }

    .share-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        margin-top: 18px;
    }

    .share-btn {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        transition: .3s;
    }

    .share-btn:hover {
        transform: translateY(-2px);
        color: #fff;
    }

    .share-facebook {
        background: #1877f2;
    }

    .share-twitter {
        background: #000 !important;
    }

    .share-whatsapp {
        background: #25d366;
    }

    /* =========================================
RELATED BLOGS
========================================= */

    .related-blog-card {
        background: #fff;
        border: 1px solid #edf1ee;
        border-radius: 20px;
        padding: 24px;
        margin-bottom: 24px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    }

    .related-blog-card h4 {
        font-size: 22px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 22px;
    }

    .related-blog-list {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .related-blog-item {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        text-decoration: none;
        padding-bottom: 18px;
        border-bottom: 1px solid #f1f1f1;
        transition: .3s;
    }

    .related-blog-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .related-blog-item:hover {
        transform: translateY(-2px);
    }

    .related-blog-thumb {
        width: 85px;
        height: 85px;
        min-width: 85px;
        border-radius: 10px;
        overflow: hidden;
    }

    .related-blog-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .related-blog-content h5 {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 600;
        color: #111827;
        margin: 0;
        transition: .3s;
    }

    .related-blog-item:hover h5 {
        color: #0c7a2c;
    }

    .view-all-blogs {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #0c7a2c;
        transition: .3s;
    }

    .view-all-blogs:hover {
        gap: 14px;
        color: #0c7a2c;
    }

    /* =========================================
RESPONSIVE
========================================= */

    @media(max-width:991px) {
        .toc-card {
            display: none;
        }

    }

    @media(max-width:768px) {

        .blog-single {
            padding: 25px 0 50px;
        }

        .blog-head {
            font-size: 32px !important;
            line-height: 1.2 !important;
            letter-spacing: -1px;
        }

        .blog-description {
            font-size: 16px;
        }

        .blog-meta-wrapper {
            flex-direction: column;
            align-items: flex-start;
        }

        .ck-content {
            font-size: 16px;
        }

        .ck-content h2 {
            font-size: 30px;
        }

        .appointment-card h3,
        .toc-card h4,
        .emergency-card h4,
        .social-share-card h4 {
            font-size: 26px;
        }

        .emergency-phone {
            font-size: 28px;
        }

    }

    /* =========================================
RELATED TREATMENTS
========================================= */

    .related-treatment-card {
        background: #fff;
        border: 1px solid #edf1ee;
        border-radius: 16px;
        padding: 24px;
        margin-bottom: 24px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .03);
    }

    .related-treatment-card h4 {
        font-size: 18px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 20px;
    }

    .related-treatment-list {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .related-treatment-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 12px;
        background: #fafafa;
        text-decoration: none;
        transition: .3s;
    }

    .related-treatment-item:hover {
        background: #f5fbf6;
        transform: translateY(-2px);
    }

    .related-treatment-left {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .related-treatment-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 50%;
        border: 1.5px solid #0c7a2c;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #ff7a59;
        font-size: 18px;
    }

    .related-treatment-item span {
        font-size: 15px;
        font-weight: 600;
        color: #111827;
        line-height: 1.5;
    }

    .related-treatment-item .fa-angle-right {
        color: #0c7a2c;
        font-size: 13px;
    }

    /* =========================================
CONSULT CTA
========================================= */


    .blog-consult-box {
        width: 100%;
        max-width: 760px;
        /* controls width */
        border: 1px solid #9fd0a8;
        border-radius: 10px;
        padding: 18px 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 34px;
        background: #fff;
    }

    .consult-left {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .consult-icon {
        width: 56px;
        height: 56px;
        min-width: 56px;
        border: 1.5px solid #0c7a2c;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0c7a2c;
        font-size: 24px;
        background: #f7fff8;
    }

    .consult-content h4 {
        font-size: 24px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 6px;
    }

    .consult-content p {
        margin: 0;
        font-size: 14px;
        color: #4b5563;
        line-height: 1.7;
    }

    .consult-btn {
        background: #009b13;
        color: #fff;
        text-decoration: none;
        padding: 14px 24px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
        transition: .3s;
    }

    .consult-btn:hover {
        background: #008510;
        color: #fff;
    }

    /* =========================================
FAQ
========================================= */

    .faq-wrapper {
        width: 100%;
        max-width: 760px;
        /* same width */
        margin-bottom: 40px;
    }

    .faq-title {
        font-size: 32px;
        font-weight: 800;
        color: #111827;
        margin-bottom: 20px;
    }

    .faq-item {
        border: 1px solid #ececec;
        border-bottom: none;
        background: #fff;
    }

    .faq-item:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .faq-item:last-child {
        border-bottom: 1px solid #ececec;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .faq-question {
        width: 100%;
        background: none;
        border: none;
        padding: 18px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        font-size: 15px;
        font-weight: 600;
        color: #111827;
        cursor: pointer;
        text-align: left;
    }

    .faq-question i {
        color: #111827;
        font-size: 13px;
    }

    .faq-answer {
        display: none;
        padding: 0 20px 20px;
        font-size: 14px;
        line-height: 1.8;
        color: #4b5563;
    }

    .faq-item.active .faq-answer {
        display: block;
    }

    .faq-item.active .faq-question i {
        transform: rotate(180deg);
    }

    .faq-question i {
        transition: .3s;
    }

    /* =========================================
RESPONSIVE
========================================= */

    @media(max-width:768px) {

        .blog-consult-box {
            flex-direction: column;
            align-items: flex-start;
        }

        .consult-btn {
            width: 100%;
            text-align: center;
        }

        .faq-title {
            font-size: 26px;
        }

        .consult-content h4 {
            font-size: 20px;
        }

    }