        .top-banner {
            width: 100%;
            overflow: hidden;
            background: #000;
            margin-top: 80px;
            border-radius: 12px;
            box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.08);
            margin-bottom: 20px;
        }

        .top-banner img {
            width: 100%;
            height: 300px;
            object-fit: fill;
        }

        @media (max-width: 768px) {


            .top-banner {
                width: 100% !important;
                height: 250px !important;
                margin-bottom: 20px;
                border-radius: 8px;
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
            }

            .top-banner img {
                height: 250px !important;
            }

            .blog-single-description p {
                font-size: 1rem;
            }
        }

        [itemprop="articleBody"] {
            margin: 20px 0px 20px 0px;
            padding: 20px;
            line-height: 1.75;
            color: #2b2b2b;
            background-color: #ffffff;
            box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.062);
        }

        [itemprop="articleBody"] h1 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #111;
        }

        [itemprop="articleBody"] h2 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-top: 2.5rem;
            margin-bottom: 0.75rem;
            color: #1a1a1a;
            border-left: 4px solid #0d6efd;
            padding-left: 12px;
        }

        [itemprop="articleBody"] h3 {
            font-size: 1rem;
            font-weight: 600;
            margin-top: 1.8rem;
            margin-bottom: 0.5rem;
            color: #222;
        }

        [itemprop="articleBody"] p {
            font-size: 0.8rem;
            margin-bottom: 1rem;
            text-align: justify;
        }

        [itemprop="articleBody"] strong {
            font-weight: 600;
            color: #000;
        }

        [itemprop="articleBody"] ul {
            margin: 1rem 0 1.5rem 1.2rem;
            padding-left: 1rem;
        }

        [itemprop="articleBody"] ul li {
            margin-bottom: 0.6rem;
            font-size: 0.8rem;
            line-height: 1.6;
        }

        [itemprop="articleBody"] ul ul {
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }

        [itemprop="articleBody"] .info-box {
            background: #f5f8ff;
            border-left: 4px solid #0d6efd;
            padding: 15px;
            margin: 1.5rem 0;
            border-radius: 4px;
        }

        [itemprop="articleBody"] a {
            color: #0d6efd;
            text-decoration: underline;
        }

        [itemprop="articleBody"] a:hover {
            text-decoration: underline;
        }

        [itemprop="articleBody"] h2+p,
        [itemprop="articleBody"] h3+p {
            margin-top: 0.5rem;
        }

        @media (max-width: 768px) {
            [itemprop="articleBody"] {
                padding: 15px;
            }

            [itemprop="articleBody"] h1 {
                font-size: 1.8rem;
            }

            [itemprop="articleBody"] h2 {
                font-size: 1.4rem;
            }

            [itemprop="articleBody"] h3 {
                font-size: 1.1rem;
            }

            [itemprop="articleBody"] p,
            [itemprop="articleBody"] ul li {
                font-size: 0.95rem;
            }
        }

        .form-box {
            position: -webkit-sticky;
            position: sticky;
            top: 120px;
            z-index: 10;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        body,
        html,
        .section,
        .container-fluid,
        .row,
        .col-lg-3 {
            overflow: visible !important;
        }

        @media (max-width: 991px) {
            .form-box {
                position: static;
                margin-top: 30px;
            }
        }
