
        .section-container {
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 1200px;
            margin: 50px auto;
            padding: 20px;
            box-sizing: border-box;
        }

        .content-side {
            flex: 0 0 40%;
            position: relative;
            z-index: 1;
        }

        .content-box {
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            position: relative;
            color: #333;
        }

        .content-box h2 {
            font-family: 'Poppins';
            color: #333;
            font-weight: 700;
            margin-bottom: 20px !important;
            font-size: 24px;
            margin: 0;
        }

        .ar-page-lists-wrrpr {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .ar-page-lists-wrrpr li {
            font-family: 'Poppins';
            margin-bottom: 10px;
            color: #555;
            font-size: 16px;
            display: flex;
            align-items: center;
        }

        .ar-page-lists-wrrpr li i {
            color: #555;
            margin-right: 10px;
            font-size: 8px;
        }

        .image-side {
            flex: 0 0 50%;
            position: relative;
            margin-left: -50px;
        }

        .image-side img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .content-box p {
            font-family: 'Poppins';
            margin-top: 20px !important;
            color: #333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .section-container {
                flex-direction: column;
            }

            .content-side {
                flex: 1;
            }

            .image-side {
                flex: 1;
                margin-left: 0;
                margin-top: -50px;
            }
        }

        .infographic {
            width: 100%;
            max-width: 800px;
            background: rgba(255, 255, 255, 0.95);
            color: #333;
            padding: 50px;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            text-align: center;
            margin: 40px auto;
            backdrop-filter: blur(10px);
            animation: fadeIn 1s ease-in-out;
        }

        .infographic-title {
            font-family: 'Poppins';
            font-size: 3em;
            font-weight: 600;
            margin-bottom: 30px;
            background: linear-gradient(45deg, #78b928, #5e8f1f 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .infographic-bullets {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            list-style: none;
            padding: 0;
        }

        .infographic-bullets li {
            font-family: 'Poppins';
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            font-size: 1.1em;
            line-height: 1.5;
            position: relative;
            display: flex;
            align-items: center;
            text-align: start;
            transition: transform .3s, box-shadow .3s;
            overflow: hidden;
        }

        .infographic-bullets li i {
            color: #78b928;
            margin-right: 10px;
            font-size: 1.5em;
        }

        .infographic-bullets li::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: linear-gradient(45deg, #78b928, #5e8f1f 100%);
        }

        .infographic-tagline {
            font-family: 'Poppins';
            font-size: 1.5em;
            margin-top: 40px;
            border-top: 3px solid #78b928;
            padding-top: 30px;
            color: #78b928;
            font-style: italic;
        }

        .ar-banner {
            position: relative;
            height: 100vh;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }

        .ar-banner::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .ar-banner-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            animation: fadeIn 2s ease-in-out;
        }

        .ar-banner-title {
            font-family: 'Poppins';
            font-size: 2.1rem;
            font-weight: 600;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
            color: #fff;
        }

        .ar-banner-subline {
            font-family: 'Poppins';
            font-size: 1.2rem;
            margin-bottom: 30px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
            color: #fff;
        }

        .ar-cta-button {
            font-family: 'Poppins';
            display: inline-block;
            padding: 15px 30px;
            background-color: #78b928;
            color: #fff;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: bold;
            border-radius: 5px;
            transition: .3s;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            border: none;
            cursor: pointer;
        }

        .ar-cta-button:hover {
            background-color: #5ea309;
            transform: translateY(-2px);
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .ar-list-item {
            text-align: center;
            padding: 10px;
            border: 1px solid #78b928;
            border-radius: 5px;
            margin-bottom: 15px;
        }

        .ar-list-item i {
            font-size: 28px;
            margin-bottom: 8px;
            color: #78b928;
        }

        .ar-list-item p {
            font-family: 'Poppins';
            color: #555;
            font-size: 16px;
            margin: 0;
            text-align: center !important;
        }

        .ar-list-img {
            width: 100%;
            height: 100%;
            border-radius: 10px;
        }
        .img-wrapper {
            position: relative;
            width: 100%;
        }

        .img-wrapper img {
            width: 100%;
            display: block;
            height: 100vh;
        }

        .center-text {
            font-family: 'Poppins';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 34px;
            font-weight: bold;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
            pointer-events: none;
            z-index: 2;
        }

        .img-wrapper::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
        }

        .testimonial-section {
            padding: 30px 0;
            background: linear-gradient(135deg, #eef2f3, #dfe9f3);
        }

        .heading-title {
            font-family: 'Poppins';
            font-size: 40px;
            font-weight: 600;
            color: #000;
            text-align: center;
            margin: 0;
            margin-bottom: 10px !important;
            line-height: 50px;
        }

        .sub-heading-title {
            font-family: 'Poppins';
            font-size: 20px;
            color: #000;
            text-align: center;
            margin: 0;
            margin-bottom: 20px !important;
        }

        .owl-testimonial .testimonial-item {
            position: relative;
            background: rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(15px);
            padding: 50px 40px;
            margin: 25px;
            border-radius: 25px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
            text-align: left;
            transition: 0.4s ease;
        }

        .owl-testimonial .testimonial-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 55px rgba(0, 0, 0, 0.15);
        }

        .author-info h3 {
            font-family: 'Poppins';
            margin: 0;
            font-weight: 700;
            font-size: 20px;
            color: #222;
        }

        .quote-bundle {
            position: absolute;
            bottom: 15px;
            right: 18px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .big-quote {
            font-size: 55px;
            color: #6c63ff;
            opacity: 0.15;
            margin-bottom: -5px;
        }

        .responsive-section {
            border: 1px solid #ccc;
            max-width: 1000px;
            width: 100%;
            margin: 60px auto;
        }

        .responsive-section-title {
            font-family: 'Poppins';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 0.5rem 2rem;
            font-weight: bold;
            font-size: 20px;
            white-space: nowrap;
        }

        .responsive-section ul li,
         .responsive-section ul li i{
            font-size: 20px;
        }
        @media (max-width: 1024px) {
            .ar-banner-title {
                font-size: 1.8rem;
            }

            .center-text {
                font-size: 28px;
            }

            .content-box {
                padding: 25px;
            }

            .infographic {
                padding: 40px;
            }
        }

        @media (max-width: 768px) {
            .infographic-title {
                font-size: 2.4em;
            }

            .infographic-bullets {
                grid-template-columns: 1fr;
            }

            .ar-banner-title {
                font-size: 1.7rem;
            }

            .ar-banner-subline {
                font-size: 1rem;
            }

            .center-text {
                font-size: 26px;
            }

            .image-side {
                margin: 0 !important;
            }

            .infographic {
                width: fit-content;
            }
        }

        @media (max-width: 576px) {
            .content-box {
                padding: 20px;
            }

            .content-box h2 {
                font-size: 20px;
            }

            .infographic {
                padding: 30px;
            }

            .infographic-title {
                font-size: 2em;
            }

            .ar-banner-title {
                font-size: 1.5rem;
            }

            .img-wrapper img {
                height: 70vh;
            }

            .center-text,
            .heading-title {
                font-size: 22px;
            }
            .heading-title {
                line-height: 30px;
            }
            .sub-heading-title {
                font-size: 16px;
            }
        }

        @media (max-width: 400px) {
            .ar-banner-title {
                font-size: 1.3rem;
            }

            .center-text {
                font-size: 18px;
            }

            .content-box {
                padding: 15px;
            }

            .infographic {
                padding: 20px;
            }

            .infographic-title {
                font-size: 1.7em;
            }

            .responsive-section,
            .infographic {
                width: fit-content;
            }

            .image-side {
                margin: 0 !important;
            }

            .section-container {
                margin: 0px auto;
            }
            .responsive-section-title,
            .infographic-bullets li {
                font-size: 14px;
            }
            .responsive-section ul li, .responsive-section ul li i,
            .infographic-tagline{
                font-size: 16px;
            }
            .ar-cta-button{
                font-size: 12px;
            }
            .owl-testimonial .testimonial-item{
                padding: 20px;
            }
        }