/* banner   */
    .case-study-banner {
        /* background: linear-gradient(180deg, #1C638D 12.08%, #1A2C47 107.69%); */
        /* background: var(--insight-individual-gradient, linear-gradient(180deg, #1C638D 14.98%, #1A2C47 31.54%)); */
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;

        .case-study-hero-banner {
            /* background: linear-gradient(180deg, #1C638D 14.98%, #1A2C47 31.54%),#fff; */
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            /* padding: 6.25% 3.37% 8.76%; */
            padding: 6.25% 3.37% 2.09%;
            flex: 1;

            .left-text-box {
                width: 50%;
                display: flex;
                /* gap: 2em; */
                padding-left: 0%;
                padding-right: 2em;
                flex-direction: column;
                /* justify-content: center; */
                align-items: flex-start;
                text-align: left;
            }

            .case-study-text-above-title {
                margin-top: 9.27% !important;
                margin-bottom: 0% !important;
                width: 41.71%;
            }

            .case-study-title {
                margin-top: 1.4% !important;
                text-transform: capitalize;
                width: 79.88%;
                width: 93.02%;
            }

            .case-study-minute-read {
                color: var(--adro-yellow);
                margin-top: 4.18% !important;
                margin-bottom: 0% !important;
                width: 88.04%;
            }

            .case-study-download-artical {
                margin-top: 7.42% !important;
                margin-bottom: 0% !important;
                font-weight: 500;
                width: 88.04%;
            }

            .case-study-download-button {
                background-color: var(--post-primary-color);
                border-color: var(--post-primary-color);
                color: var(--adro-deep-blue);
                margin-top: 2.79% !important;
            }

            .case-study-download-button:hover {
                background-color: var(--post-hover-color);
                border-color: var(--post-hover-color);
                color: white;
            }

            .right-container {
                position: relative;
                width: 48.9%;
                display: flex;
                justify-content: start;
                align-items: center;
                aspect-ratio: 869 / 792;
                padding: 2.35% 2.18% 2.35% 2.24%;

                .right-img {
                    width: 87.47%;
                    aspect-ratio: 691 / 691;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                    margin-right: 12.54%;
                    margin-top: 2.16%;
                    z-index: 2;
                    filter: drop-shadow(0px 0px 30px var(--post-primary-color));
                }

                .case-study-border {
                    position: absolute;
                    /* top: 22.1%; */
                    /* left: 6.91%; */
                    width: 81.92%;
                    aspect-ratio: 708 / 708;
                    border-radius: 708px;
                    margin-left: 9.44%;
                    border: 2px solid var(--post-primary-color);
                    z-index: 1;
                }
            }



            /* @media screen and (max-width: 1680px) {
                .left-text-box {
                    width: 62%;
                }

                .right-img {
                    width: 38%;
                }
            } */
        }
    }

    @media screen and (max-width: 1024px) and (orientation: portrait) {
        .case-study-banner {
            .case-study-hero-banner {
                align-items: start;
                align-content: space-between;
                flex-direction: column-reverse;
                justify-content: start;

                .left-text-box,
                .right-img {
                    width: 100%;
                    padding-left: 0;
                    padding-right: 0;
                }
            }
        }
    }

    @media screen and (max-width: 1024px) {
        .case-study-banner {
            height: 94.03dvh;
            /* Dynamic viewport height */
            min-height: fit-content;

            @supports not (height: 1dvh) {
                height: 94.03vh;
            }

            /* Firefox-specific override */
            @supports (-moz-appearance: none) {
                height: auto;
                min-height: 94.03vh;
            }

            .case-study-hero-banner {
                padding: 11.52% 4.8% 14.39%;
                /* gap: 2.5em; */
                z-index: 1;
                /* background: linear-gradient(0deg,
                        #0cf 2.81%,
                        #06a8d6 32.15%,
                        #135677 82.85%,
                        #1a2c47 108.58%),
                    #fff;
                     */
                justify-content: start;

                .left-text-box {
                    /* gap: 1.5em; */

                    .case-study-download-button {
                        min-width: 176px;
                        min-height: 48px;
                    }

                    .case-study-text-above-title {
                        margin-top: 4.25% !important;
                        width: 47.75%;
                    }

                    .case-study-title {
                        width: 100%;
                        margin-top: 2.23% !important
                    }

                    .case-study-minute-read {
                        margin-top: 3.19% !important;
                        width: 66.59%;
                    }

                    .case-study-download-artical {
                        margin-top: 7.43% !important;
                        ;
                        width: 48.55%;
                    }

                    .case-study-download-button {
                        margin-top: 3.19% !important;
                    }
                }

                .right-container {
                    margin-left: 14.6%;
                    margin-right: 14.5%;
                    position: relative;
                    width: 70.97%;
                    padding: 0px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    aspect-ratio: 535 / 488;

                    .right-img {
                        background-position: right;
                        width: 81.49%;
                        aspect-ratio: 436/444;
                        margin-top: 4.68%;
                        margin-right: 13.46%;
                        margin-left: auto;
                        margin-bottom: 3.56%;
                    background-size: contain;
                    }


                    .case-study-border {
                        position: absolute;
                        width: 84.29%;
                        left: 0;
                        right: 0;
                        aspect-ratio: 447 / 455;
                        margin-left: 14.77%;
                        margin-top: 2.62%;
                        margin-right: 1.69%;
                        margin-bottom: 3.56%;
                    }
                }
            }

            @media screen and (orientation: landscape) {
                height: 79.68%;
                height: 79.68vh;
                min-height: fit-content;

                @supports (-moz-appearance: none) {
                    height: -moz-max-content;
                }

                
                .case-study-hero-banner {
                    padding: 11.54% 3.4% 3.4%;
                    flex-wrap: nowrap;
                    align-items: start;

                    .left-text-box {
                        width: 52.64%;
                        padding-left: 0;

                        .case-study-download-button {
                            min-width: 176px;
                            min-height: 48px;
                        }

                        .case-study-text-above-title {
                            margin-top: 4.25% !important;
                            width: 47.75%;
                        }

                        .case-study-title {
                            width: 100%;
                            margin-top: 2.23% !important
                        }

                        .case-study-minute-read {
                            margin-top: 3.19% !important;
                            width: 66.59%;
                        }

                        .case-study-download-artical {
                            margin-top: 7.43% !important;
                            width: 76.55%;
                        }

                        .case-study-download-button {
                            margin-top: 3.19% !important;
                        }
                    }

                    .right-container {
                                           width: 47.4%;
                        background-position: bottom;
                        margin-top: 5%;
                        position: relative;
                        margin-left: auto;
                        margin-right: 2% !important;


                        @supports (-moz-appearance: none) {
                            height: 43.09vh;
                            margin-top: 11.6%;
                        }
                    }

                    @media (min-aspect-ratio: 3/2) {
                        .right-container {
                            margin: auto;
                            width: 30%;

                            @supports (-moz-appearance: none) {
                                height: 43.09vh;
                            }
                        }
                    }
                }
            }
        }
    }

    @media screen and (max-width: 767.5px) and (orientation: portrait) {
        .case-study-banner {
            height: 97dvh;
            /* Dynamic viewport height */
            min-height: fit-content;

            @supports not (height: 1dvh) {
                height: 97vh;
            }

            /* Firefox-specific override */
            @supports (-moz-appearance: none) {
                height: auto;
                min-height: 97vh;
            }

            .case-study-hero-banner {
                padding: 4.12% 6.17% 18.47%;
                /* gap: 2.5em; */
                flex-direction: column-reverse;
                justify-content: unset;

                .left-text-box {
                    /* gap: 1em; */

                    .case-study-text-above-title {
                        margin-top: 7.03% !important;
                        width: 97.41%;
                    }

                    .case-study-title {
                        margin-top: 4.69% !important;
                        width: 100%;
                    }

                    .case-study-minute-read {
                        margin-top: 4.69% !important;
                        width: 100%;
                    }

                    .case-study-download-artical {
                        margin-top: 11.71% !important;
                        width: 100%;
                    }

                    .case-study-download-button {
                        margin-top: 4.7% !important;
                    }
                }

                .right-container {
                    position: relative;
                    width: 100%;
                    display: flex;
                    margin-left: 0px;
                    margin-right: 0px;
                    justify-content: center;
                    align-items: center;
                    margin-top: 21.07%;
                    aspect-ratio: 342 / 312;
                    padding: 7.61%;

                    .right-img {
                        width: 87.55%;
                        aspect-ratio: 253.757 / 253.757;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        z-index: 2;
                        margin-top: 2.15%;
                        margin-right: 12.57%;
                        margin-left: 0px;
                        margin-bottom: 0px;
                    }

                    .case-study-border {
                        position: absolute;
                        width: 77.23%;
                        aspect-ratio: 260/260;
                        z-index: 1;
                        margin-top: 0px;
                        margin-right: 0px;
                        margin-left: 16.39%;
                        margin-bottom: 0px;
                    }
                }

            }
        }
    }
/* content frame  */
 body {
        overflow: visible !important;
    }

    .svg-path-fill {
        fill: var(--post-primary-color);
    }

    .svg-path-stroke {
        stroke: var(--post-primary-color);
    }

    @media screen and (min-width:767.5px) {
        .mobile-only {
            display: none;
        }
    }

    @media screen and (max-width:767.5px) {
        .desktop-tab-only {
            display: none;
        }
    }

    .main-frame {
        position: relative;
        display: flex;

li{
cursor:default;
}
        h2 {
            color: var(--post-primary-color);
            margin: 0;
            margin-bottom: 0.5em;
        }

/* ul li::marker{
font-size:1rem;
} 
@media screen and (max-width:1024px){
ul li::marker{
font-size:0.5rem;
}
} */
        .left-frame {
            display: flex;
            flex: 1;
        }

        .share-frame {
            margin-top: 12.17%;
            align-items: center;
            width: 19.91%;
            display: flex;
            min-height: 2vh;
            position: relative;

            .share-toggle {
                border: none;
                align-self: flex-start;
                display: none;
            }

            .share-toggle:hover {
                background: none;
            }

            .share-toggle:focus {
                background-color: unset;
            }

            .share-icons {
                transition: position 0.3s, top 0.3s;
                position: sticky;
                top: 40px;
                align-self: center;
                display: flex;
                flex-direction: column;
                height: fit-content;
                width: 100%;

                .share-list {
                    align-items: center;

                    .share-title {
                        color: var(--post-primary-color);
                        margin-bottom: 0.67em;
/*                         background-color: var(--adro-deep-blue); */
                    }

                    .ic_share {
                        cursor: pointer;
                        width: 100%;
                        margin-bottom: 9.3%;
                        display: flex;
                        justify-content: center;

                        svg {
                            background-color: var(--adro-deep-blue);

                        }
                    }
                }

                .share-list.active {
                    max-height: 500px;
                    opacity: 1;
                }

                @media screen and (max-width: 767.5px),
                screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
                    .share-toggle {
                        display: block;
                        padding-top: 0;
                    }

                    .share-list {
                        text-align: center;

                        .share-title {
                            display: none;
                        }
                    }
                }
            }
        }

        .share-frame,
        .share-icons,
        .main-content,
        .share-list {
            display: flex;
            flex-direction: column;
        }

        .inner-download-block {
            padding: 2.12% 0;

            .download-text {
                margin-bottom: 0.5em;
                margin-top: 0;
            }

            button {
                background-color: var(--post-primary-color);
                border-color: var(--post-primary-color);
                color: var(--adro-deep-blue);
            }

            button:hover {
                background-color: var(--post-hover-color);
                border-color: var(--post-hover-color);
                color: white;
            }
        }

        .outer {
            width: 56.52%;
            display: flex;
            flex-direction: row;
            margin-left: 0 !important;
            margin-right: auto;
            position: relative;
            margin: 6.88% 0 0 0 !important;

            .main-content {
                height: max-content;
                z-index: 1;
                flex: 1;

                .inner {
                    width: 87.22%;
                    padding: 5.53% 0;
.desc-text a{
						font-weight:600;
					}
                    .desc-text {
                        margin: 0;
                        margin-bottom: 5.28%;
						 p{
						margin-bottom: 0.75em;
					}
						ul,ol{
							
							margin-left:3%;
						}
                        .desc-list,ul {
                            padding-left: 6.6%;
                            margin: 0;
                            /* list-style: none; */
                            margin-bottom: 5.28%;
                            /* li{
display:flex;
} */
                        }

                        /* .desc-list li::before{
content: "•"; 
font-size:1rem;
padding-right:2.5%;
} */
                      
                    }
                }

                .bottom {
                    padding: 21.64%;
                }
            }
        }

        .outer::before {
            content: '';
            position: absolute;
            inset: 0;
            background: var(--svg-bg);
            background-size: cover;
            background-position: right;
            background-repeat: no-repeat;
            z-index: 0;

            svg {
                stroke: var(--adro-electric-blue);
            }
        }

        .overlay-wrapper {
            width: 43.48%;
            margin-left: 0 !important;
            z-index: 10;

            .edge-card {
                position: absolute;
                right: 0;
                top: 33%;
                transform: translateX(60%);
                width: 36.65%;
                aspect-ratio: 557/680;
                background: var(--adro-electric-blue);
                border-radius: 20px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                pointer-events: auto;
                flex-direction: column;
                display: flex;
                align-items: flex-start;
                padding: 2.64%;
                padding-right: 16px;

                h2 {
                    margin: 0;
                    margin-bottom: 1.5em;
                }

                .profile {
                    display: flex;
                    align-items: center;
                }

                .profile-box {
                    flex: 1;
                    width: 100%;
                }

                .profile img {
                    width: 42.32%;
                    aspect-ratio: 1;
                    object-fit: cover;
                    border-radius: 50%;
                    margin-right: 3.2%;
                }

                .info {
                    display: flex;
                    flex-direction: column;
                    flex: 1;

                    .name {
                        margin-bottom: 0.5em;
                    }
                }

                .info * {
                    text-align: start;
                }



                .section {
                    text-align: start;
                }

                .section h3 {
                    text-align: start;
                    margin-bottom: 0.67em;
                    margin-top: 1.67em;
                }

                .section button {
                    background-color: var(--adro-deep-blue);
                    border-color: var(--adro-deep-blue);
                }

                .section button:hover {
                    background-color: rgb(0, 0, 0, 0);
                    border-color: var(--adro-deep-blue);
                    color: var(--adro-deep-blue);
                }
            }

            .bottom-card {
                background: var(--post-primary-color);
                border-radius: 20px 0 0 20px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                pointer-events: auto;
                display: flex;
                flex-direction: column;

                padding: 3.84% 7.67%;
                aspect-ratio: 872 / 432;
                width: 104.46%;
                position: relative;
                left: -4.46%;

                p {

                    text-transform: capitalize;
                }

                .bottom-card-head,h3,.large-size {
margin-top:0;
                    margin-bottom: 0.5em;
                }

                .bottom-card-list,ul,ol {
                    margin: 0;
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-evenly;
                    padding-left: 5.38%;
                }
            }

            .bottom-card *:not(button),
            .edge-card *:not(button) {
                color: var(--adro-deep-blue) !important;

            }
        }

        @media screen and (max-width:767.5px),
        screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
            .outer::before {
                background: none;
            }
        }

        @media screen and (max-width:767.5px) {
            flex-direction: row;
            .left-frame {
                flex-direction: column;
            }

            .share-frame {
                width: 14.36%;
                align-items: flex-start;
                padding: 4.88% 0;
                margin-top: 0;

                .ic_share {

                    svg {
                        width: 57.2%;
                        height: auto;
                    }
                }

                .share-icons {

                    .share-list {
                        max-height: 0;
                        overflow: hidden;
                        opacity: 0;
                        transition: max-height 0.5s ease, opacity 0.5s ease;

                        .ic_share {
                            margin-bottom: 18%;
                        }
                    }
                }
            }

            .inner-download-block {
                padding: 23.55% 0 0;

                .download-text {
                    margin-bottom: 0.89em;
                }
            }

            .outer {

                order: 1;
                width: 100%;
                margin: 16.77% 0 0 0 !important;
                padding-right: 7.19%;

                .main-content {

                    .inner {
                        width: 100%;
                        padding: 0;
                        .desc-text {
                            margin-bottom: 1.78em;
                            .desc-list,ul {
                                padding-left: 8.6%;
                                margin-bottom: 10.33%;
 
                            }
                        }

                        h2 {
                            margin-bottom: 0.67em;
                        }

                        p {
                            margin-bottom: 1.78em;
                        }
                    }
                    .bottom {
                        padding: 0;
                    }
                }
            }
            .overlay-wrapper,
            .edge-card,
            .bottom-card {
                position: unset !important;
            }

            .overlay-wrapper {
                display: contents;
                flex-direction: column;
                align-items: center;
                width: 100%;

                .edge-card {
                    transform: translate(0);
                    margin-left: auto;
                    width: 83.08%;
                    border-radius: 20px 0 0 20px;
                    padding: 5.15% 6.16%;
                    padding-right: 16px;

                    .profile img {
                        width: 40.85%;
                        margin-right: 2.83%;
                    }

                    h2 {
                        margin-bottom: 0.89em;
                    }

                    .section h3 {
                        margin-bottom: 0.5em;
                        margin-top: 1em;
                    }
                }

                .bottom-card {
                    width: 97.01%;
                    margin-left: auto;
                    aspect-ratio: 324 / 328;
                    border-radius: 20px 0 0 20px;
                    padding: 7.19%;
                    order: 0;

                    .bottom-card-head,h3,.large-size {
                        margin-bottom: 0.67em;
                    }

                    .bottom-card-list,ul,ol {
                        padding-left: 10.72%;
                    }
                }

                .faq-section {
                    order: 2;
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
            .share-frame {
                width: 8.64%;
                padding: 3.28% 0;
margin-top:0.67%;

                .share-icons {
                    .share-list {
                    max-height: 0;
                    overflow: hidden;
                    opacity: 0;
                    transition: max-height 0.5s ease, opacity 0.5s ease;
                        .ic_share {
                            margin-bottom: 15%;

                            svg {
                                width: 50.2%;
                                height: auto;
                            }
                        }
                    }
                }

            }

            .inner-download-block {
                padding: 33.82% 0 0;

                .download-text {
                    margin-bottom: 0.67em;
                }
            }

            .outer {
                width: 51.58%;
                padding-right: 7.35%;
margin: 1.85% 0 0 0 !important;

                .main-content {
.bottom{
padding:0;
}
                    .inner {
                        width: 100%;
                        padding-bottom: 0;

                        h2 {
                            margin-bottom: 0.4em;
                        }

                        .desc-text {
                            margin-bottom: 1.67em;

                            .desc-list,ul {
                                padding-left: 10.6%;
                                margin-bottom: 11.87%;
 
                            }
                        }


                    }
                }
            }

            .overlay-wrapper {
                flex: 1;
                flex-direction: row;
                align-items: end;

                .bottom-card {
                    margin: 0;
                    left: 0;
                    width: 100%;
                    padding: 6.51% 10.85%;
                    aspect-ratio: 369 / 384;

                    .bottom-card-head,h3,.large-size {
                        margin-bottom: 0.4em;
                    }
                }

                .edge-card {
                    width: 47.01%;
                    padding: 2.89%;
                    padding-right: 16px;

                    .profile img {
                        width: 40.63%;
                        margin-right: 4.55%;
                    }

                    h2 {
                        margin-bottom: 1em;
                    }

                    .section h3 {
                        margin-bottom: 0.45em;
                        margin-top: 1.34em;
                    }
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {


            .share-frame {
                width: 14%;

                .ic_share{
margin-bottom:15%;
 svg {
                    width: 50%;
                    height: auto;
                }
}
            }

            .overlay-wrapper {
                .edge-card {
                    width: 41%;

                    h2 {
                        margin-bottom: 1em;
                    }

                    .section h3 {
                        margin-bottom: 0.5em;
                        margin-top: 1em;
                    }

                    .profile img {
                        width: 30%;
                    }
                }

                
            }
        }
    }

    #copy-notification {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 10px 16px;
        border-radius: 8px;
        font-size: clamp(0.75rem, 0.6rem + 0.75vw, 1.5rem);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        z-index: 9999;
    }
    .faq-section {
        padding: 3.84% 7.67% 3.84% 5.28%;
        .faq-main-header {
            color: var(--adro-deep-blue);
            text-align: center;
            margin-bottom: 0;
        }

        .faq-container {
            width: 100%;
            margin: auto;
.faq.open{
.faq-question{
color: var(--post-primary-color);
}
}
            .faq {
                border-bottom: 2px solid var(--post-primary-color);
                padding-bottom: 1.5em;
                padding-top: 1em;

                .faq-question {
                    cursor: pointer;
                    display: flex;
                    padding-right: 1.11%;
                    justify-content: space-between;
                    align-items: center;
                    

                    .arrow {
                        
                        width: 5.6%;

                        svg {
                            width: 100%;
                            margin: 0;

                            path {
                                stroke: var(--post-primary-color);
                            }
                        }
                    }
                }

                .faq-answer {
                    display: none;
                    padding-top: 1em;

                    .faq-answer-list,ul,ol {
                        margin: 0;
                    }
                }
            }

            .faq.open {
                .faq-answer {
                    display: block;
                    padding-right: 7.3%;
                }

                .arrow {
                    transform: rotate(180deg);

                }
            }
        }

        @media screen and (min-width:1281px) {
            .faq-main-header {
                text-align: left;
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
           /* padding: 2.72% 3.4% 8.74%; */

            .faq-container {
                .faq {
                 
                    .faq-question {
                      /*  padding-right: 5.38%; */
                    }
                }

                .faq.open {
                    .faq-answer {
                      /*  padding-right: 11.84%; */
                    }
                }
            }
        }

        @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
            padding: 4.34% 10.85% 4.34% 0;

            .faq-container {
                .faq {
                    padding-top: 1em;
                    padding-bottom: 1em;
                }

                .faq.open {
                    .faq-answer {
                        padding-right: 0;
                        padding-top: 0.89em;
                    }
                }
            }
        }

        @media screen and (max-width:767.5px) {
            padding: 0;
            padding-right: 7.19%;

            .faq-main-header {
                margin-bottom: 0.34em;
            }

            .faq-container {
                .faq {
                    padding-top: 1em;
                    padding-bottom: 1em;

                    .faq-question {
                        padding-right: 7.89%;
                    }

                    .faq-answer {
                        padding-top: 0.5em;
                    }
                }

                .faq.open {
                    .faq-answer {
                        padding-right: 0;
                        padding-top: 1em;
                    }
                }
            }
        }
    }
/* quotes section  */
section.quote-section-case-study {
    margin: 6.3% 19.2% 6.65% 19.2% !important;
    text-align: center;

    .quote {
      margin: 0;
      padding:0;
      position: relative;
      quotes: "“" "”";
      border:0;
    }

    .quote::before,
    .quote::after,.citation::before,
    .citation::after {
      color: var(--adro-electric-blue);
      font-size: 100%;
    }

    .quote::before,.citation:before {
      content: open-quote;
      margin-right: 0.1em;
    }

    .quote::after{
      content: close-quote;
      margin-left: 0.1em;
    }

    .citation {
      display: block;
      font-style: normal;
      margin-top: 1.6%;
      width: 67.5%;
      padding:0;
      position: relative;
      quotes: "“" "”";
      border:0;
    }
/*     .citation::before {
      content: open-quote;
      color: var(--adro-electric-blue);
      font-size: 60px;
      margin-right: 0.25em;
      vertical-align: top;
    } */
    @media screen and (min-width: 1025px) {
      .quote.large-size {
        font-size: clamp(2.5rem, 1.068rem + 2.235vw, 3.75rem) !important;
      }
      .citation.smaller-size {
        font-size: clamp(1.125rem, 0.123rem + 1.564vw, 2rem) !important;
      }
    }

    @media screen and (min-device-width: 768px) and (max-device-width: 1024.9px) and (orientation: portrait) {
    margin: 16.4% 0% 11.65% 0% !important;
    
/*     .citation::before {
        font-size: 40px;
    } */
    .quote{
        margin:0 16.3% !important;
    }
    .citation {
       width: 74.2%;
    }
}
    
    @media screen and (max-width:767.5px)
    {
      margin: 28.98% 6.2% 24.7% 6.2% !important;
      
      .quote{
        margin:0 !important;
      }
      .citation {
        width: 62%;
        margin-top: 4.8%;
      }
/*       .citation::before {
        font-size: 20px;
      } */
    }
  }
/* number frame section  */
 .complete-counter-container {
    .section-header-container {
      h2 {
        margin: 0 0 2.7% 0;
      }
    }

    .counters-container-case-study {
      display: flex;
      justify-content: center;
      align-items: center;
      aspect-ratio: 28/9;
      position: relative;
      margin-left: 3.33% !important;
      margin-right: 3.33% !important;
    }

    .counters-container-case-study {
      .background {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        z-index: 1;
      }

      .gradients {
        height: 100%;
        position: absolute;
        /* opacity: 0.5; */
      }

      .gradient1 {
        width: 57.6%;
        height: 76.6%;
        background: linear-gradient(90deg,
            rgba(44, 121, 166, 0.48) 0.35%,
            rgba(22, 61, 83, 0) 99.56%);
        left: 0;
        top: 17.5%;
        z-index: 1;
      }

      .gradient2 {
        width: 62.75%;
        height: 78.9%;
        background: linear-gradient(267deg,
            rgba(0, 204, 255, 0.34) 14.92%,
            rgba(0, 102, 128, 0.08) 97.48%);
        top: 6.7%;
        left: 8.5%;
        /* rotate: 180deg; */
        z-index: 2;
      }

      .gradient3 {
        width: 50.9%;
        height: 78.2%;
        background: linear-gradient(270deg,
            rgba(241, 203, 5, 0.57) 0%,
            rgba(121, 102, 3, 0.09) 100%);
        top: 15.8%;
        left: 49.2%;
        z-index: 3;
      }

      .content {
        z-index: 2;
        width: 100%;
      }

      .number-container {
        display: flex;
        justify-content: space-evenly;
        align-items: start;
      }

      .items {
        width: 31.7%;
        text-align: center;
      }

      .counter {
        text-align: center;
        font-family: Roboto !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-wrap: nowrap;
      }

      .counter-title {
        margin-top: 1.5%;
      }

      .counter-text {
        padding-left: 12.6%;
        padding-right: 12.6%;
        margin-top: 2.8%;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
    }

    /* landscape */
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
      .counters-container-case-study {
        margin: 0 !important;
        overflow: hidden !important;
        aspect-ratio: 199 / 64 !important;
      }

      .counters-container-case-study {
        /* .counter-text {
          padding-left: 18% !important;
          padding-right: 18% !important;
        } */

        .background {
          height: 100%;
        }

        .gradient1 {
          width: 61.14% !important;
          height: 83.59% !important;
          top: 16.7% !important;
        }

        .gradient2 {
          width: 72.36% !important;
          height: 81.25% !important;
          top: 0 !important;
          left: 4.5% !important;
          rotate: 0deg;
        }

        .gradient3 {
          width: 61.14% !important;
          height: 79.42% !important;
          top: 14.4% !important;
        }

        .items {
          /* width: 22.27% !important; */
        }
      }
    }

    /* portrait */
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .section-header-container {
        h2 {
          margin: 0 0 7% 0;
        }
      }

      .counters-container-case-study {
        margin: 0 !important;
        overflow: hidden !important;
        aspect-ratio: 834/400 !important;
      }

      .counters-container-case-study {

        .items {
          width: 29.8%;
        }

        .counter-text {
          padding-left: 0;
          padding-right: 0;
          margin-top: 7.3%;
        }

        .counter-title {
          margin-top: 3.6%;
        }

        .gradient1 {
          width: 56.69% !important;
          height: 90% !important;
          top: 10%;
        }

        .gradient2 {
          width: 54.6% !important;
          height: 77.4% !important;
          left: 12.5%;
          top: 0;
        }

        .gradient3 {
          width: 51.4% !important;
          height: 90% !important;
          top: 10%;
        }

        .number-container {
          justify-content: space-between;
          margin: 0 4.8%;
        }
      }
    }


    @media screen and (max-width: 767.5px) {
      .counters-container-case-study {
        .number-container {
          flex-wrap: wrap;
        }

        .items {
          width: 41.2% !important;
        }

        .background {
          height: 100%;
          flex-wrap: wrap;
        }
      }
    }

    @media screen and (max-width: 767.5px) {
      .section-header-container {
        padding: 0 6.4%;

        h2 {
          margin: 0 0 9.7% 0;
          text-align: left;
        }
      }

      .counters-container-case-study {
        margin: 0 !important;
        overflow: hidden !important;
        aspect-ratio: 195 /272 !important;
      }

      .counters-container-case-study {
        .counter-text {
          padding-left: 0;
          padding-right: 0;
          margin-top: 5%;
        }

        .counter-title {
          margin-top: 5%;
        }


        .gradient1 {
          width: 57.6% !important;
          height: 90.8% !important;
          top: 8.5%;
        }

        .gradient2 {
          width: 87.9% !important;
          height: 48.7% !important;
          top: 1.6%;
          left: 6.3%;
        }

        .gradient3 {
          width: 49.82% !important;
          height: 78.8% !important;
          top: 15.4%;
        }

        .items {
          margin-top: 14.5%;
        }
      }
    }

    /* font sizes */
    @media screen and (min-width: 1921px) {
      .counter {
        font-size: 120px !important;
      }

    }

    @media screen and (min-width: 1441px) and (max-width: 1920.5px) {
      .counter {
        font-size: clamp(6rem, 1.487rem + 5.01vw, 7.5rem) !important;
      }

    }

    @media screen and (min-width: 1195px) and (max-width: 1440.5px) {
      .counter {
        font-size: clamp(5.5rem, 3.061rem + 3.265vw, 6rem) !important;
      }


    }

    @media screen and (min-width: 835px) and (max-width: 1194.5px) {
      .counter {
        font-size: 88px !important;
      }


    }

    @media screen and (min-width: 391px) and (max-width: 834.5px) {
      .counter {
        font-size: clamp(2.25rem, -0.619rem + 11.738vw, 5.5rem) !important;
      }


    }

    @media screen and (min-width: 391px) and (max-width: 900px) and (orientation: landscape) {
      .counter {
        font-size: 50px !important;
      }


    }

    @media screen and (max-width: 390.5px) {
      .counter {
        font-size: 36px !important;
      }

      .counter-text {
        padding-left: 0;
        padding-right: 0;
      }
    }
  }
/* others  */
.entry-content{background: linear-gradient(180deg, #1C638D 14.98%, #1A2C47 31.54%);}
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background-color: var(--post-primary-color);
}
.spacer-below-number-frame{
margin-bottom:0;
height: 4.6vw;
}
.complete-counter-container{
margin-bottom:0;
}

@media screen and (min-width:768px) and (max-width:1024px)
{
.spacer-below-number-frame {
    height: 8.9vw;
}
}

@media screen and (max-width:767.5px)
{
.spacer-below-number-frame {
    height:16.5vw;
}
}