        .blog-detail-container {
            margin-top: 200px;
            margin-bottom: 100px;
            margin-left: auto;
            margin-right: auto;
        }        .blog-card {
            background: #ffffff;
            border: 1px solid #D4D4D4;
            border-radius: 12px;
            margin-bottom: 0px !important;
            padding: 24px;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);

            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .blog-card .img {
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 15px;
            width: 100%;
            height: auto;
            aspect-ratio: 362.6667 / 321.087;

        }
        
        .blog-card .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .container-1440 {
            max-width: 1280px;
            padding: 0 0px;
            margin-top: 70px;
            margin-bottom: 100px;
        }

        .single-add-image {
            width: 150px;
            height: 100%;
            flex-shrink: 0;
        }

        .custom-image-size img {
            width: 100%;
            max-width: 846px;
            height: auto;
            object-fit: cover;
            border-radius: 8px;
        }

        @media only screen and (min-width: 768px) {
            .custom-image-size img {
                width: 846px !important;
                height: 400px !important;
            }
        }

        .blog-details-wraper {
            margin-top: 157px;
        }

        .blogs-header {
            font-size: 48px;
            font-weight: 500;
            line-height: 48px;
            color: #000;
            letter-spacing: -2.16px;
            max-width: 100%;
        }

        .date {
            color: #4B5563;
        }

        .facebook-bg {
            color: white;
            background-color: #1B667B;
            border-radius: 6px;
        }

        .facebook-bg:hover {
            background-color: white;
            color: #1B667B;
            border: 1px solid #1B667B;
        }

        .twitter-bg {
            color: white;
            background-color: #1B667B;
            border-radius: 6px;
        }

        .twitter-bg:hover {
            background-color: white;
            color: #1B667B;
            border: 1px solid #1B667B;
        }

        .youtube-bg {
            color: white;
            background-color: #1B667B;
            border-radius: 6px;
        }

        .youtube-bg:hover {
            background-color: white;
            color: #1B667B;
            border: 1px solid #1B667B;
        }

        .linkedin-bg {
            color: white;
            background-color: #1B667B;
            border-radius: 6px;
        }

        .linkedin-bg:hover {
            background-color: white;
            color: #1B667B;
            border: 1px solid #1B667B;
        }


        .instagram-bg {
            color: white;
            background-color: #1B667B;
            border-radius: 6px;
        }

        .instagram-bg:hover {
            background-color: white;
            color: #1B667B;
            border: 1px solid #1B667B;
        }

        .pintarest-bg {
            color: white;
            background-color: #1B667B;
            border-radius: 6px;
        }

        .pintarest-bg:hover {
            background-color: white;
            color: #1B667B;
            border: 1px solid #1B667B;
        }

        .share .icon i {
            width: 20px;
            height: 20px;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .share .icon i:before {
            width: 20px;
            height: 20px;
            display: inline-block;
        }
        
        .share .icon a {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .title {
            font-size: 20px !important;
            font-weight: 500 !important;
            color: #000000;
        }

        .title a {
            color: #000000;
            text-decoration: none;
        }

        .circle-arrow {
            width: 40px;
            height: 40px;
            border: 2px solid #1B667B;
            background: #1B667B;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .circle-arrow i {
            color: #ffffff;
            font-size: 16px;
            width: 16px;
            height: 16px;
            transition: transform 0.3s ease;
        }

        .circle-arrow .fa-arrow-right:before {
            width: 16px;
            height: 16px;
            display: inline-block;
        }

        .circle-arrow:hover i {
            transform: translateX(2px);
        }

        .blog-header {
            font-size: 20px !important;
            font-weight: 500 !important;
            color: #000000 !important;

        }


        @media only screen and (max-width: 1299.98px) {
            .single-add-image {
                width: 100px !important;
            }

            .more-blog-head a {
                font-size: 14px !important;
            }
        }

        @media only screen and (max-width: 1199.98px) {
            .blog_more_single_image {
                flex-direction: column;
            }

            .single-add-image {
                width: 100% !important;
            }
        }

        @media only screen and (max-width: 767.98px) {
            .blog-detail-container {
                margin-top: 170px;
                margin-bottom: 65px;
            }

            .container-1440 {
                padding: 0 15px;
                margin-top: 30px;

            }

            .blog-details-wraper {
                margin-top: 50px;
            }

            .custom-image-size img {
                width: 100% !important;
                height: auto !important;
                max-height: 250px;
            }

            .blogs-header {
                font-size: 28px;
                line-height: 36px;
                letter-spacing: -1px;

            }


            .blog-text-wraper {
                padding: 0 10px;
            }

            .blog-card {
                padding: 15px;
            }

            .blog-card .img {
                height: auto !important;
            }

            .title {
                font-size: 18px !important;

            }

            .arrow-icon {
                display: flex;

            }

            .circle-arrow {
                width: 36px;
                height: 36px;
            }

            .circle-arrow i {
                font-size: 14px;
            }

            .share {
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }

            .share .text {
                font-size: 16px;
                text-align: center;
            }

            .share .icon {
                display: flex;
                gap: 10px;
                justify-content: center;
                flex-wrap: wrap;
            }

            .facebook-bg,
            .twitter-bg,
            .youtube-bg,
            .instagram-bg,
            .linkedin-bg,
            .pintarest-bg {
                padding: 6px 10px;
                font-size: 14px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .blog-header {
                font-size: 24px;
                text-align: center;
            }
        }

        #description {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            letter-spacing: 0%;
            color: #525252;
        }

        #description p {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #525252;
            margin-bottom: 12pt;
            margin-top: 12pt;
        }

        #description h1 {
            font-family: 'Inter', sans-serif;
            font-size: 20pt;
            font-weight: 600;
            line-height: 1.38;
            color: #525252;
            margin-top: 20pt;
            margin-bottom: 4pt;
        }

        #description ul {
            padding-inline-start: 48px;
            margin-bottom: 12pt;
        }

        #description ul li {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #525252;
            list-style: disc;
            margin-bottom: 0pt;
        }

        #description ul li p {
            font-family: 'Inter', sans-serif;
            font-size: 16px;
            line-height: 24px;
            color: #525252;
            margin: 0;
        }

        #description a {
            color: #1B667B;
            text-decoration: underline;
            font-weight: 700;
        }

        #description a:hover {
            color: #134a5a;
        }

        /* Remove inline styles override */
        #description * {
            font-family: 'Inter', sans-serif !important;
            color: #525252 !important;
            background-color: transparent !important;
        }

        #description h1 * {
            font-size: 20pt !important;
            font-weight: 600 !important;
        }

        #description p span,
        #description li span {
            font-size: 16px !important;
            line-height: 24px !important;
        }

        #description strong,
        #description b {
            font-weight: 700 !important;
        }