/* banner_ submenu */
body {
    overflow: visible;
}

.service-banner-sub-menu-together {
    background: var(--service-banner-gradient), #FFF;;
    width: 100%;
    display: flex;
    flex-direction: column;

    .service-hero-banner {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 10.51% 3.37% 5.89%;
        flex: 1;

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

        .right-img {
            width: 42%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            aspect-ratio: 727/568;
        }

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

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

    .service-scroll-menu {
        width: 100%;
        z-index: 5;
        position: sticky;
        top: 0;

        .service-menu-dropdown-toggle {
            display: none;
            color: var(--adro-deep-blue);
        }

        .service-menu-dropdown-toggle::after {
            color: inherit !important;
            content: '';
            display: inline-block;
            min-height: 16px;
            aspect-ratio: 1;
            margin: 0 10px;
            vertical-align: middle;
            background: url(/wp-content/uploads/2025/01/toggle-down-button.png);
            background-size: contain;
            transform: rotate(0deg);
            background-repeat: no-repeat;
            transition: transform 0.3s ease;
        }

        .service-menu-dropdown-container.open {
            .service-scroll-list {
                display: flex;
                justify-content: space-between;
                flex-direction: row;
                margin: 0;
                padding: 0.85% 3.37%;
                list-style: none;

                li a {
                    text-decoration: none;
                    color: var(--adro-deep-blue);
                }
            }
        }
    }

    .sticky-service-menu {
        position: fixed;
        top: 0;
        background-color: var(--service-primary-color);
    }

    .non-sticky-service-menu {
        position: none;
        background-color: transparent;
    }
}

@media screen and (max-width:1024px) and (orientation:portrait) {
    .service-banner-sub-menu-together {
        .service-hero-banner {
            align-items: start;
            align-content: space-between;

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

@media screen and (max-width:1024px) {
    .service-banner-sub-menu-together {
        
        height: 94.03vh;
		height: 94.03%;
        min-height: fit-content;

        .service-hero-banner {
            padding: 16.62% 4.89% 5%;
            gap: 2.5em;
            z-index: 1;
            background: var(--service-banner-gradient), #FFF;

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

                .custom-button {
                    min-width: 176px;
                    min-height: 48px;
                }
            }

            .right-img {
                background-position: right;

                width: 82.73%;
                position: relative;
                margin-left: auto;
            }
        }

        .service-scroll-menu {

            .service-menu-dropdown-toggle {
                display: block;
                padding: 0.89em 3.34%;
                box-shadow: 0px -2px 10.8px 0px rgba(0, 0, 0, 0.10);
                background-color: var(--service-primary-color);
                font-size: 18px !important;
            }

            .service-menu-dropdown-container .service-scroll-list {
                box-shadow: inset 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
                display: none;

                li a {
                    font-size: 18px !important;
                }
            }

            .service-menu-dropdown-container.open {

                .service-menu-dropdown-toggle::after {
                    transform: rotate(180deg);
                    vertical-align: inherit;
                }

                .service-scroll-list {
                    flex-direction: column;
                    position: absolute;
                    background-color: var(--service-primary-color);
                    width: 100%;
                    padding: 1em 3.34%;

                    li {
                        padding: 0.34em 0;
                    }
                }
            }
        }

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

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

            .service-hero-banner {
                padding: 11.54% 3.4% 3.4%;
                flex-wrap: nowrap;
                gap: 0;
                align-items: start;

                .left-text-box {
                    width: 52.64%;
                    padding-left: 0;
                    justify-content: start;
                    gap: 1.5em;
                }

                .right-img {
                    width: 52.4%;
                    background-position: bottom;
                    margin-top: 10%;
                    position: relative;
                    margin-left: auto;

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

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

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

                        }
                    }
                }
            }
        }
    }
}

@media screen and (max-width:767.5px) and (orientation:portrait) {
    .service-banner-sub-menu-together {
        
        height: 97vh;
		height: 97%;
        min-height: fit-content;

        .service-hero-banner {
            padding: 36.3% 6.41% 12.82%;
            gap: 2.5em;

            .left-text-box {
                gap: 1em;
            }

            .right-img {
                margin: 0;
                width: 100%;
            }
        }

        .service-scroll-menu {
            .service-menu-dropdown-container.open {

                .service-scroll-list {
                    padding: 4.12% 6.16%;

                    li {
                        padding: 0.38em 0;
                    }
                }
            }

            .service-menu-dropdown-toggle {
                padding: 0.89em 1.34em;
                text-align: center;
            }
        }
    }
}

/* our expertise */
.our_expertise_container {
    .portrait-only-header {
        display: none;
    }

    display: flex;
    align-items: start;
    background-color: white;
    padding: 2.11% 3.37%;
    padding-top:4vw;
    position: relative;
    justify-content: space-between;

    .video-container {
        width: 66.66%;
        aspect-ratio: 1.72;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content {
        width: 30.63%;
        margin-left: 0 !important;
        margin-right: 0 !important;

        .main-header {
            margin-bottom: 1.17em;
        }

        .main-header,
        .description {
            color: var(--adro-deep-blue);
        }
    }


}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .our_expertise_container {
        padding: 3.4%;
        padding-top: 8vw;

        .portrait-only-header {
            margin-bottom: 1em;
        }

        .video-container {
            width: 62.82%;
            aspect-ratio: 1.39;
        }

        .content {
            width: 34.32%;

            .main-header {
                margin-bottom: 1.4em;
            }
        }
    }
}

@media screen and (max-width:767.5px),
screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .our_expertise_container {
        flex-direction: column;
        align-items: center;
        padding: 10.7% 6.41%;
        padding-top: 15vw;

        .portrait-only-header {
            display: block;
            color: var(--adro-deep-blue);
            margin-bottom: 1.34em;
        }

        .content {
            width: 100%;

            .main-header {
                display: none;
            }
        }

        .video-container {
            width: 100%;
            aspect-ratio: 1.15;
            margin-bottom: 2em;
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) {
        .our_expertise_container {
            padding: 4.89%;
            padding-top: 8vw;

            .portrait-only-header {
                margin-bottom: 1em;
            }

            .video-container {
                aspect-ratio: 1.72;
                margin-bottom: 2.5em;
            }
        }
    }
}

/* revolutionise */
.revolutionise-your-business-section {
    padding-top: 4vw;

    @media screen and (max-width:767.5px) {
        padding-top: 15vw;
    }

    @media screen and (min-width:768px) and (max-width:1024px) {
        padding-top: 8vw;
    }

    position: relative;

    .keywords-carousel-wrapper {
        position: relative;
        padding: 0 3.33%;
        margin-top: 2%;
    }

    .container {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        gap: 1.7%;
        padding: 0;
        margin: 0;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .container::-webkit-scrollbar {
        display: none;
    }

    .item {
        flex: 0 0 23.7%;
        box-sizing: border-box;
        padding: 1.15% 0;
        text-align: left;
        cursor: default;
    }

    .nav-button {
        border-radius: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-40%);
        background-color: var(--adro-deep-blue) !important;
        color: white;
        cursor: pointer;
        z-index: 1;
    }

    .next {
        width: 50px;
        height: 45px;
        display: none;
    }

    .prev {
        width: 50px;
        height: 45px;
        display: none;
    }

    .prev,
    .next {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
    }

    .prev:hover,
    .next:hover,
    .prev:focus,
    .next:focus {
        background: none;
        border: none;
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait) {
        .keywords-carousel-wrapper {
            padding: 0 4.8%;
        }

        .next {
            height: 63px;

        }

        .prev {
            height: 63px;
        }
    }

    @media (max-width: 1024px) and (orientation: portrait),
    (max-width: 768px) {
        .next {
            display: block;
        }

        .prev {
            display: block;
        }

        .container {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 2.2%;
        }

        .item {
            flex: 0 0 36%;
            box-sizing: border-box;
            padding: 0.55% 0;
            text-align: left;
        }
    }

    .prev {
        left: 4.6%;
    }

    .next {
        right: 4.6%;
    }

    @media (max-width: 768px) {
        .keywords-carousel-wrapper {
            padding: 0 6.2%;
        }

        .container {
            gap: 11.8%;
        }

        .item {
            flex: 0 0 55%;
        }

        .next {
            display: block;
            right: 5%;
        }

        .prev {
            display: block;
            left: 5%;
        }

        .section-header-container {
            justify-content: center;
            text-align: left;
            padding: 0 6%;
        }
    }
}

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

    .keywords-carousel-wrapper li {
        display: inline-block;
        opacity: 0;
        filter: blur(4px);
    }

    @keyframes fade-in {
        100% {
            opacity: 1;
            filter: blur(0);
        }
    }
}

/* our offerings */
.our-offerings-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--service-offerings-gradient);
    z-index: 1;
    opacity: 1;
}

.our-offerings-container>* {
    position: relative;
    z-index: 1;
}

.our-offerings-container {
    padding: 2.09% 0 10.06%;
    padding-top: 4vw;
    position: relative;

    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    background-size: cover;

    .our-offerings-main-header {
        margin-bottom: 1.67em;
        padding: 0 1.34em;
    }

    .our-offerings-container-inner {

        .owl-carousel {
            .owl-stage-outer {
                padding-bottom: 3em
            }

            .item {
                cursor: pointer;
                min-height: clamp(4.5rem, 1.495rem + 3.756vw, 6rem);
                position: relative;
                color: rgba(255, 255, 255, 0.50);
                transition: transform 0.3s ease, color 0.3s ease;
            }


            .item::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: rgba(255, 255, 255, 0.50);
                z-index: 1;
            }

            .item::before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background-color: white;
                z-index: 1;
                transition: width 0.3s ease;
            }

            .item:hover:before,
            .item.current:before {
                width: 100%;
            }

            .item:hover,
            .item.current {
                color: #fff;
            }
        }


        .content-box {
            display: flex;
            justify-content: space-between;
            padding: 5% 11.25%;
            opacity: 0;
            transform: translateY(20%);
            transition: opacity 0.3s ease, transform 0.3s ease;

            .service-btn-solid {
                min-width: 176px;
                height: 48px;
                padding: 0;
                background-color: var(--service-primary-color);
            }

            .service-btn-solid:hover {
                background-color: var(--service-hover-color);
            }

            .portrait-only-box {
                display: none;
            }

            .left-box,
            .right-box {
                text-align: left;
            }

            .left-box {
                width: 48.93%;

                .content-heading {
                    margin-bottom: 0.67em;
                }

                .content-text {
                    margin-bottom: 1.25em;
                }
            }

            .right-box {
                width: 38.71%;

                .right-heading1 {
                    margin-bottom: 0.75em;
                }

                .right-desc1 {
                    margin-bottom: 2.34em;
                }

                .right-heading2 {
                    margin-bottom: 0.75em;
                }
            }
        }

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

            .content-box .left-box,
            .content-box .right-box {
                display: none;
            }

            .portrait-only-box {
                display: flex !important;
                justify-content: center;
                flex-wrap: wrap;
                flex-direction: column;
                width: 100%;

                a {
                    align-self: center;
                }
            }
        }

        .fade-up {
            opacity: 1;
            transform: translateY(0);
        }

    }

    @media screen and (min-width:768px) and (max-width:1024px) {
        @media (orientation:landscape) {
            padding: 2.69% 0 9.39%;
            padding-top: 8vw;

            .our-offerings-main-header {
                margin-bottom: 1.4em;
                padding: 0 1em;
            }

            .our-offerings-container-inner {

                .owl-carousel {
                    @media screen and (min-width: 1193.98px) and (max-width: 1194.5px),
                    screen and (min-width: 833.98px) and (max-width: 834.5px) {
                        .item {
                            min-height: 81px;
                        }
                    }
                }

                .content-box {
                    padding: 4.03% 3.36%;
                    margin-top: 3.27%;

                    .left-box {
                        width: 49.3%;
                    }

                    .right-box {
                        width: 36.64%;
                    }
                }
            }
        }

        @media (orientation:portrait) {
            padding: 4.8% 0 9.72%;
            padding-top: 8vw;

            .our-offerings-main-header {
                margin-bottom: 1.3em;
                padding: 0 1em;
            }

            .our-offerings-container-inner {

                .owl-carousel {
                    .owl-stage-outer {
                        padding-bottom: 0;
                    }
                }

                .content-box {
                    padding: 5.76% 4.8%;
                    margin-top: 0;
                }

                .portrait-only-paragraph {
                    margin-bottom: 2em;
                }
            }
        }
    }

    @media (max-width: 767.5px) {
        padding: 6.16% 0 12.31%;
        padding-top: 15vw;

        .our-offerings-main-header {
            margin-bottom: 1.34em;
            padding: 0 1em;
        }

        .our-offerings-container-inner {
            .owl-carousel {
                .owl-stage-outer {
                    padding-bottom: 0;
                }

                .item {
                    min-height: 3rem;
                }
            }

            .content-box {
                padding: 8.21% 6.16% 10.26%;
                flex-direction: column;
                margin-top: 0;
            }

            .left-box,
            .right-box {
                width: 100%;
                margin-bottom: 15px;
            }

            .portrait-only-paragraph {
                margin-bottom: 1.34em;
            }
        }
    }
}

/* startegic partner */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-424px * var(--strategic-partner-logo-count) - 32px * var(--strategic-partner-logo-count)));
    }
}

.strategic-partners {
    height: min-content;
    background: white;
}

.partners-heading {

    text-align: center;
    padding-top: 5.75%;
    padding-bottom: 1.25%;
    margin-bottom: 0 !important;
    color: var(--adro-deep-blue) !important;
    font-weight: 500 !important;
}

.partner-container {
    background: white;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 5.75%;
}

.partner-container::before,
.partner-container::after {
    background: linear-gradient(to right,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 148px;
    position: absolute;
    width: 374px;
    z-index: 2;
}

.partner-container::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.partner-container::before {
    left: 0;
    top: 0;
}

.partner-container .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(424px * var(--strategic-partner-logo-count) * 2 + 32px * (var(--strategic-partner-logo-count) * 2 - 1));
}

.partner-container .slide {
    height: 148px;
    width: 424px;
    margin-right: 32px;
}

.partner-container .slide img {
    width: 424px;
    height: 148px;
    object-fit: cover;
}

.partner-container .slide:last-child {
    margin-right: 0;
}

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

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-274px * var(--strategic-partner-logo-count) - 21px * var(--strategic-partner-logo-count)));
        }
    }

    .partners-heading {
        padding-top: 6.70%;
        padding-bottom: 2.02%;
    }

    .partner-container {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 6.70%;
    }

    .partner-container::before,
    .partner-container::after {
        background: linear-gradient(to right,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 96px;
        position: absolute;
        width: 224px;
        z-index: 2;
    }

    .partner-container .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(274px * var(--strategic-partner-logo-count) * 2 + 20px * (var(--strategic-partner-logo-count) * 2 - 1));
    }

    .partner-container .slide {
        height: 96px;
        width: 274px;
        margin-right: 20px;
    }

    .partner-container .slide img {
        width: 274px;
        height: 96px;
        object-fit: cover;
    }
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-274px * var(--strategic-partner-logo-count) - 21px * var(--strategic-partner-logo-count)));
        }
    }

    .partners-heading {
        padding-top: 8.7%;
        padding-bottom: 2.9%;
    }

    .partner-container {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 8.7%;
    }

    .partner-container::before,
    .partner-container::after {
        background: linear-gradient(to right,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 96px;
        position: absolute;
        width: 224px;
        z-index: 2;
    }

    .partner-container .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(274px * var(--strategic-partner-logo-count) * 2 + 20px * (var(--strategic-partner-logo-count) * 2 - 1));
    }

    .partner-container .slide {
        height: 96px;
        width: 274px;
        margin-right: 20px;
    }

    .partner-container .slide img {
        width: 274px;
        height: 96px;
        object-fit: cover;
    }
}


@media screen and (max-width: 767.5px) {
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-160px * var(--strategic-partner-logo-count) - 24px * var(--strategic-partner-logo-count)));
        }
    }

    .partners-heading {
        padding-top: 14.4%;
        padding-bottom: 4.2%;
    }

    .partner-container {
        background: white;
        box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-bottom: 14.4%;
    }

    .partner-container::before,
    .partner-container::after {
        background: linear-gradient(to right,
                rgba(255, 255, 255, 1) 0%,
                rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 56px;
        position: absolute;
        width: 110px;
        z-index: 2;
    }

    .partner-container .slide-track {
        animation: scroll 40s linear infinite;
        display: flex;
        width: calc(160px * var(--strategic-partner-logo-count) * 2 + 24px * (var(--strategic-partner-logo-count) * 2 - 1));
    }

    .partner-container .slide {
        height: 56px;
        width: 160px;
        margin-right: 24px;
    }

    .partner-container .slide img {
        width: 160px;
        height: 56px;
        object-fit: cover;
    }
}

/* adrosonic benefits */
.adro-benefits {
    padding-top: 4vw;

    @media screen and (min-width:768px) and (max-width:1024px) {
        padding-top: 8vw;
    }

    .container {
        display: flex;
        justify-content: space-between;
        margin: auto;
        height: 100%;
        margin: 1.5% 3.33% 0 3.33% !important;
        line-height: normal;
    }

    .left-box {
        width: 49.11%;
        aspect-ratio: 22/15;
        position: relative;
    }

    .left-box .content {
        position: relative;
        width: 100%;
        height: min-content;
    }

    .left-box .content img {
        width: 100%;
        aspect-ratio: 171/116;
        border-radius: 10px;
    }

    .left-box .content .leftBoxDescription {
        position: absolute;
        bottom: 14.4%;
        left: 0;
        width: 100%;
        padding: 0 7.4%;
        text-align: center;
    }

    .right-box {
        width: 46.43%;
    }

    .right-box .benefits-menu {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        max-height: 420px;
        margin: 6.7% 0;
    }

    .right-box .benefits-menu::-webkit-scrollbar {
        width: 12px;
    }

    .right-box .benefits-menu::-webkit-scrollbar-track {
        background: rgba(45, 121, 166, 1);
        border-radius: 10px;
    }

    .right-box .benefits-menu::-webkit-scrollbar-thumb {
        background: var(--service-primary-color);
        border-radius: 6px;
    }

    .right-box .benefits-menu .li-item {
        opacity: 0.5;
        cursor: pointer;
        padding: 0 10% 0 0;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .right-box .benefits-menu .li-item.active,
    .right-box .benefits-menu .li-item:hover {
        opacity: 1;
        font-weight: 500;
    }

    .right-box .benefits-menu .li-item.active {
        opacity: 1;
        font-weight: 500;
    }

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

        .container {
            margin: 0.4% 3.33% 0 3.33% !important;
        }

        .left-box {
            width: 61.94%;
        }

        .right-box {
            width: 35.2%;
        }
    }

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

        .section-header-container {
            justify-content: center;
            text-align: left;
        }

        .container {
            display: flex;
            flex-direction: column;
        }

        .left-box {
            width: 100%;
        }

        .right-box {
            display: none;
        }

        .benefit {
            text-align: center;
        }
    }

    @media screen and (max-width: 767.5px) {
        padding-top: 15vw;

        .section-header-container {
            padding: 0 6.2%;
        }

        .container {
            margin: 1.5% 6.2% 0 6.2% !important;
        }

        .left-box .content .leftBoxDescription {
            bottom: 35%;

            padding: 0 7.05%;
        }

        .benefit {
            text-align: center;
            margin-top: 7.05%;
            margin-bottom: 9.4%;
        }
    }

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

        .container {
            margin: 2.4% 4.8% 0 4.8% !important;
        }

        .left-box .content .leftBoxDescription {
            bottom: 28%;
            padding: 0 5.4%;
        }

        .benefit {
            text-align: center;
            margin-top: 4.3%;
            margin-bottom: 5.4%;
        }
    }

    @media screen and (min-width: 1371px) and (max-width: 1750px) {
        .right-box .benefits-menu {
            max-height: 370px;
        }
    }

    @media screen and (min-width: 1300px) and (max-width: 1370px) {
        .right-box .benefits-menu {
            max-height: 335px;
        }
    }

    @media screen and (min-width: 1281px) and (max-width: 1299.5px) {
        .right-box .benefits-menu {
            max-height: 320px;
        }
    }

    @media screen and (min-width: 1025px) and (max-width: 1280px) {
        .right-box .benefits-menu {
            max-height: 270px;
        }
    }

    @media screen and (min-width: 950px) and (max-width: 1024px) {
        .right-box .benefits-menu {
            max-height: 350px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 949.5px) {
        .right-box .benefits-menu {
            max-height: 290px;
        }
    }

    @-moz-document url-prefix() {
        .right-box .benefits-menu {
            scrollbar-width: auto;
            scrollbar-color: var(--adro-electric-blue) rgba(45, 121, 166, 1);
        }
    }
}

/* our approach */
.our-approach-header-box {
    padding: 0 3.34%;
    padding-top: 4vw;

    .main-header {
        margin-bottom: 1em;
    }

    .sub-header {
        text-align: start;
        margin-bottom: 1.75em !important;
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
        padding: 0 3.36%;
        padding-top: 8vw;
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        padding: 0 4.8%;
        padding-top: 8vw;

        .main-header {
            margin-bottom: 0.4em;
        }

        .sub-header {
            margin-top: 0;
            margin-bottom: 2.5em !important;
        }
    }

    @media screen and (max-width:767.5px) {

        padding: 0 6.16%;
        padding-top: 15vw;

        .sub-header {
            margin-bottom: 0.75em !important;
        }
    }
}

.approach-section {
    padding-bottom: 3%;

    @media screen and (min-width:1281px) {
        .approach-box {
            margin-left: 2.1%;
        }
    }

    position: relative;

    .approach-box {
        width: 58.63%;

        .poly-box6 {
            .empty-space-box {
                width: 31.11%;
            }

            .poly {
/*                 width: 10.23%; */
/*                 aspect-ratio: 1.144; */
/*                 background-image: url('/wp-content/uploads/2025/03/trap_06.svg'); */
/*                 filter: drop-shadow(0px 0px 14px rgba(176, 116, 255, 0.92)); */
            }

            .txt {
                width: 50.29%;
            }
        }

        .poly-box5 {
            .empty-space-box {
                width: 25.44%;
            }

            .poly {
/*                 width: 21.48%; */
/*                 aspect-ratio: 2.403; */
/*                 background-image: url('/wp-content/uploads/2025/03/trap_05.svg'); */
/*                 filter: drop-shadow(0px 0px 14px rgba(120, 159, 245, 0.98)); */
            }

            .txt {
                width: 44.71%;
            }
        }

        .poly-box4 {
            .empty-space-box {
                width: 19.86%;
            }

            .poly {
/*                 width: 32.65%; */
/*                 aspect-ratio: 3.653; */
/*                 background-image: url('/wp-content/uploads/2025/03/trap_04.svg'); */
/*                 filter: drop-shadow(0px 0px 11px rgba(0, 183, 182, 0.97)); */
            }

            .txt {
                width: 39.12%;
            }
        }

        .poly-box3 {
            .empty-space-box {
                width: 14.28%;
            }

            .poly {
/*                 width: 43.9%; */
/*                 aspect-ratio: 4.913; */
/*                 background-image: url('/wp-content/uploads/2025/03/trap_03.svg'); */
/*                 filter: drop-shadow(0px 0px 15px rgba(0, 204, 255, 0.96)); */
            }

            .txt {
                width: 33.45%;
            }
        }

        .poly-box2 {
            .empty-space-box {
                width: 8.66%;
            }

            .poly {
/*                 width: 55.07%; */
/*                 aspect-ratio: 6.163; */
/*                 background-image: url('/wp-content/uploads/2025/03/trap_02.svg'); */
/*                 filter: drop-shadow(0px 0px 18px #2C79A5); */
            }

            .txt {
                width: 27.90%;
            }
        }

        .poly-box1 {
            .empty-space-box {
                width: 3.11%;
            }

            .poly {
/*                 width: 66.24%; */
/*                 aspect-ratio: 7.485; */
				position:relative;
/* 				aspect-ratio: 7.985; */
            }
            .txt {
                width: 22.28%;
            }
        }
    }

    .poly-box {
        display: flex;
        align-items: end;
        padding: 0.5% 0;

        .poly {
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
			flex:1;

            .trapezium{
					width:100%;
					height:100%;
					display:block;
				 fill: transparent;
    transition: fill 0.4s ease;
				}

            .number {
				color:#fff;
				transition: color 0.4s ease;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                margin-top: 6px;
                font-size: clamp(0.625rem, 0.192rem + 1.923vw, 2.5rem) !important;
            }
        }
		.poly.active{
			.number{
				color:var(--adro-deep-blue);
			}
		}
        .txt {
            height: 100%;
            border-bottom: clamp(0.001rem, -0.021rem + 0.096vw, 0.094rem) solid #c2d0d8;
            padding: 2% 1%;
            margin-left: -7px;

            .linkbtn {
                display: flex;
                align-items: center;
                justify-content: space-between;
                position: relative;
                z-index: 1;
                text-decoration: none;

                span {
                    font-size: clamp(0.625rem, 0.192rem + 1.923vw, 2.5rem) !important;
                }

                svg {
                    width: 85%;
                }
            }
        }

        .icon-box {
            cursor: pointer;
            width: 6.37%;
            display: flex;
            aspect-ratio: 1;

            .icon {
                background: #C2D0D8;
                border-radius: 6px;
                border-bottom-left-radius: 0;
                transform: rotate(45deg);
                transform: rotate(45deg) translate(-2px, 1px);
                display: flex;
                padding: 13%;
                transform-origin: bottom left;
                aspect-ratio: 1;
                justify-content: center;

                img {
                    object-fit: contain;
                    max-width: 100%;
                    min-height: 100%;
                    transform: rotate(-45deg);
                }

            }
        }
    }

    .poly-box2 .txt {
        border-color: var(--adro-electric-green);
    }

    .poly-box.poly-box2 .icon {
        background: var(--adro-electric-green);
    }

    .poly-box3 .txt {
        border-color: var(--adro-electric-blue);
    }

    .poly-box.poly-box3 .icon {
        background: var(--adro-electric-blue);
    }

    .poly-box4 .txt {
        border-color: var(--adro-light-seagreen);
    }

    .poly-box.poly-box4 .icon {
        background: var(--adro-light-seagreen);
    }

    .poly-box5 .txt {
        border-color: var(--adro-lilac);
    }

    .poly-box.poly-box5 .icon {
        background: var(--adro-lilac);
    }

    .poly-box6 .txt {
        border-color: var(--adro-magenta);
    }

    .poly-box.poly-box6 .icon {
        background: var(--adro-magenta);
    }

    .poly-box .linkbtn.active {
        i svg {
            transform: rotate(180deg);
        }
    }

    .poly-box1 .linkbtn.active {
        color: #C2D0D8;

        svg path {
            stroke: #C2D0D8;
        }
		
    }
	
.poly-box1 .poly.active .trapezium{
			fill:#C2D0D8;
		}
    .poly-box2 .linkbtn.active {
        color: var(--adro-electric-green);

        svg path {
            stroke: var(--adro-electric-green);
        }
    }
.poly-box2 .poly.active .trapezium{
			fill:var(--adro-electric-green);
		}
    .poly-box3 .linkbtn.active {
        color: var(--adro-electric-blue);

        svg path {
            stroke: var(--adro-electric-blue);
        }
    }
.poly-box3 .poly.active .trapezium{
			fill:var(--adro-electric-blue);
		}
    .poly-box4 .linkbtn.active {
        color: var(--adro-light-seagreen);

        svg path {
            stroke: var(--adro-light-seagreen);
        }
    }
.poly-box4 .poly.active .trapezium{
			fill:var(--adro-light-seagreen);
		}
    .poly-box5 .linkbtn.active {
        color: var(--adro-lilac);

        svg path {
            stroke: var(--adro-lilac);
        }
    }
.poly-box5 .poly.active .trapezium{
			fill:var(--adro-lilac);
		}
    .poly-box6 .linkbtn.active {
        color: var(--adro-magenta);

        svg path {
            stroke: var(--adro-magenta);
        }
    }
.poly-box6 .poly.active .trapezium{
			fill:var(--adro-magenta);
		}
	
.popup.active {
    opacity: 1;
    visibility: visible;
}
    .popup {
/*         display: none; */
		opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease; 
        position: absolute;
        z-index: 2;
        left: auto;
        top: 50%;
        right: 3.35%;
        transform: translateY(-35%);
        width: 26.2%;
        max-width: 450px;
        height: auto;
        background-color: transparent;
        color: #000;

        .close {
            position: absolute;
            right: 1.5em;
            top: 1.5em;
            background: inherit;
            cursor: pointer;
        }
    }

    .popup-content {
        background-color: #03B7B7;
        padding: 14.91% 6.96% 16.5%;
        border-radius: 20px;
        width: 100%;
        max-width: 100%;
        position: relative;

        ul {
            margin: 0;
        }
    }

    .list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .list li {
        margin-bottom: 1px;
    }

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

        .approach-box {
            width: auto;
        }

        .poly-box {
            padding: 0.49% 0;

            .txt {
                .linkbtn {
                    svg {
                        height: 46%;
                        width: 46%;
                    }
                }
            }
        }

        .popup {
            width: 32.38%;
            left: 7.92%;
            margin: 0 !important;
            transform: translateY(-50%);

            .close {
                right: 1em;
                top: 1em;

                svg {
                    width: 16px;
                }
            }
        }

        .popup-content {
            padding: 19.26% 5.95% 11.1%;
        }
    }

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

        .approach-box {
            width: auto;
        }

        .poly-box {
            padding: 0.29% 0;

            .txt {
                .linkbtn {
                    svg {
                        height: 40%;
                        width: 40%;
                    }
                }
            }

            .icon-box {
                .icon {
                    border-radius: 2px;
                }
            }
        }

        .popup {
            width: 60.77%;
            left: 6.16%;
            margin: 0 !important;
            transform: translateY(-45%);

            .close {
                right: 1em;
                top: 1em;

                svg {
                    width: 16px;
                }
            }
        }

        .popup-content {
            padding: 18.57% 5.49% 10.13%;
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
        .popup-content {
            padding: 9.55%;

            .close {
                top: 1em;
                right: 1em;

                svg {
                    width: 80%;
                    height: 80%;
                    margin-left: 20%;
                }
            }
        }

        .poly-box {
            .txt {
                padding: 1%;

                .linkbtn {
                    svg {
                        width: 55%;
                    }
                }
            }

            .icon-box {
                .icon {
                    border-radius: 4px;
                }
            }
        }
    }
}

/* our industries */
.service-specific-industries {
    margin: auto;
    padding-top: 4vw;

    @media screen and (min-width:768px) and (max-width:1024px) {
        padding-top: 8vw;
    }

    .owl-dots {
        display: none;
    }

    .section-central-heading {
        margin-bottom: 0% !important;

        h2 {
            margin: 0;
        }
    }

    .service-specific-industries-slide {

        .slide-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 0 11.25% 0% 11.25%;
        }

        .left-container {

            width: 59.2%;
            display: flex;
            flex-direction: column;
            position: relative;

            h3 {
                margin-top: 9.1%;
            }
        }

        .industry-desc {
            margin-top: 4.6%;
            margin-bottom: 3.5%;
            font-weight: normal;
        }

        .right-container {
            width: 31%;
            display: flex;
            flex-direction: column;

            img {
                aspect-ratio: 513/415;
            }
        }

        .service-button-cta:after {
            background: url(/wp-content/uploads/2025/01/Property-1Icon-Property-2DT-LT-menu-Property-3Electric-blue.png);
            background-size: contain;
            background-repeat: no-repeat;
        }

        .industry-btn-mobile {
            width: 10%;
            aspect-ratio: 11 / 3;
            min-width: 176px;
            background-color: var(--adro-electric-blue);
            border: 2px solid var(--adro-electric-blue);
        }

        .industry-btn-mobile:hover {
            background-color: var(--adro-deep-blue);
            color: var(--adro-electric-blue);
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .owl-dots {
            display: flex;
        }

        @media (orientation: portrait) {

            .section-central-heading {
                h2 {
                    margin-bottom: 8.7%;
                }
            }

            .owl-stage-outer {
                margin-bottom: 4.8%;
            }

            .service-specific-industries-slide {
                margin: 0 4.8%;

                .slide-container {
                    padding: 0;

                    .right-container {
                        width: 38.93%;
                        padding-bottom: 0;

                        img {
                            aspect-ratio: 123/104;
                        }
                    }

                    .left-container {
                        width: 48.93%;

                        h3 {
                            margin-top: 0;
                        }
                    }

                    .industry-desc {
                        margin-top: 6.6%;
                        margin-bottom: 6.6%;
                    }
                }
            }
        }

        @media (orientation: landscape) {

            .section-central-heading {
                h2 {
                    margin-bottom: 6.4%;
                }
            }

            .owl-stage-outer {
                margin-bottom: 3.36%;
            }

            .service-specific-industries-slide {
                padding: 0;
                margin: 0 13.82%;

                .left-container {
                    width: 57%;

                    h3 {
                        margin-top: 2.5%;
                    }
                }

                .right-container {
                    width: 33.4%;

                    img {
                        aspect-ratio: 323/276;
                    }
                }

                .slide-container {
                    padding: 0;

                    .right-container {
                        padding-bottom: 0;
                    }
                }
            }
        }
    }

    @media (max-width: 767.5px) {
        padding-top: 15vw;

        .owl-dots {
            display: flex;
        }

        .owl-stage-outer {
            margin-bottom: 3.35%;
        }

        .section-central-heading {
            text-align: left;
            padding-left: 6.2%;
        }

        .service-specific-industries-slide {
            padding: 8.3% 6.2%;

            .slide-container {
                flex-direction: column-reverse;
                padding: 0%;
                gap: 2rem;
                align-items: center;
            }

            .left-container {
                width: 100%;
            }

            .industry-desc {
                margin-top: 7.1%;
                margin-bottom: 9.5%;
            }

            .industry-btn-mobile {
                align-self: center;
            }

            .right-container {
                width: 60.5%;
                padding-bottom: 0;
            }
        }
    }
}

/* business impact */
.business-impact-section-wrapper {
    padding-top: 4vw;

    @media screen and (min-width:768px) and (max-width:1024px) {
        padding-top: 8vw;
    }
}

.business-impact-section-wrapper .section-header-container h2 {
    margin-bottom: 3.6%;
}

.business-impact-container {
    display: flex;
    margin: 0 3.33% !important;
}

.business-impact-container {
    .left-container {
        width: 57.6%;
        display: flex;
        gap: 17.8%;
        order: 0;
    }

    .right-container {
        width: 42.4%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 3.58% 0 6.04%;
    }

    .numerical-insights1 {
        width: 41.1%;
        display: flex;
        flex-direction: column;
    }

    .numerical-insights2 {
        width: 41.1%;
        display: flex;
        flex-direction: column;
    }

    .svg-circle-wrapper {
        width: 60.6%;
        aspect-ratio: 1/1;
    }

    .num-img {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 0;
        margin-top: 7.3%;
    }

    .num {
        font-family: "Roboto" !important;
    }

    .people-frame {
        width: 35.83%;
    }

    .first-text {
        margin-top: 14.6%;
        line-height: normal;
        min-height: 5em;
    }

    .second-text {
        margin-top: 2%;
        line-height: normal;
    }

    .percentage-value {
        font-weight: 500;
        font-family: "Roboto" !important;
    }

    .progress-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .circle-chart {
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }

    .circle-bg,
    .circle-fg {
        fill: none;
    }

    .circle-bg {
        stroke: #e6e6e6;
        stroke-width: 1px;
    }

    .circle-fg {
        stroke: var(--service-primary-color);
        stroke-dasharray: 728;
        stroke-dashoffset: 728;
        transition: stroke-dashoffset 5s ease, transform 5s ease;
        stroke-width: 15px;
        stroke-linecap: round;
        transform-origin: center;
    }

    .circle-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .impact-text {
        text-align: center;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: var(--service-primary-color);

        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        color: var(--service-primary-color);
    }

    .roi-btn-mobile {
        background-color: var(--service-primary-color);
        min-width: 176px;
    }

    .roi-btn-mobile:hover {
        background-color: var(--service-hover-color);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .business-impact-container {
        .first-text {
            margin-top: 10.1%;
            min-height: 5.35em;
        }

        .second-text {
            margin-top: 7.4%;
            min-height: 5.8em;
        }

        .num-img {
            margin-top: 7.4%;
        }

        .people-frame {
            width: 26.6%;

            img {
                aspect-ratio: 87/40;
            }
        }

        .left-container {
            width: 67.5%;
            gap: 12.76%;
        }

        .numerical-insights1 {
            width: 43.62% !important;
        }

        .numerical-insights2 {
            width: 43.62% !important;
        }

        .svg-circle-wrapper {
            width: 48.17%;
        }

        .right-container {
            width: 32.5%;
        }

        .roi-btn-mobile {
            margin-top: 6.5%;
        }
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .business-impact-container {
        display: flex;
        flex-direction: column;
        margin: 0 4.8% !important;
    }

    .business-impact-container {
        .left-container {
            width: 100% !important;
            margin: 9.5% 0 0 0 !important;
            gap: 2.1% !important;
            order: 1 !important;
        }

        .right-container {
            width: 100%;
            padding: 0 12.8%;
        }

        .roi-btn-mobile {
            margin-top: 2.9%;
        }

        .numerical-insights1 {
            width: 48.9% !important;
            align-items: center;
        }

        .numerical-insights2 {
            width: 48.9% !important;
            align-items: center;
        }

        .svg-circle-wrapper {
            width: 42.9%;
        }

        .first-text {
            margin-top: 9.6%;
        }

        .second-text {
            margin-top: 6.6%;
        }

        .num-img {
            justify-content: center !important;
            gap: 28%;
            margin-top: 6.6%;
        }

        .people-frame {
            width: 38%;

            img {
                aspect-ratio: 87/40;
            }
        }
    }
}

@media screen and (min-width: 1921px) {
    .business-impact-container {
        .percentage-value {
            font-size: 64px;
            line-height: 1.25;
        }

        .impact-text {
            font-size: 80px;
        }

        .num {
            font-size: 72px;
        }
    }
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
    .business-impact-container {
        .percentage-value {
            font-size: clamp(2rem, -2.009rem + 5.008vw, 4rem);
            line-height: 1.25;
        }

        .impact-text {
            font-size: clamp(2.5rem, -2.512rem + 6.26vw, 5rem);
        }

        .num {
            font-size: clamp(2rem, -3.012rem + 6.26vw, 4.5rem);
        }
    }
}

@media screen and (max-width: 1024px) {
    .business-impact-container {

        .percentage-value,
        .num {
            font-size: 32px !important;
            line-height: 1.25;
        }
    }
}

@media screen and (max-width: 767.5px) {
    .impact-text {
        font-size: 36px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .impact-text {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {
    .people-frame {
        width: 32% !important;
    }
}

@media screen and (max-width: 767.5px) {
    .business-impact-section-wrapper {
        padding-top: 15vw;

        .section-header-container {
            text-align: left;
            padding-left: 6.2%;

            h2 {
                margin-bottom: 6.9%;
            }
        }
    }

    .business-impact-container {
        display: flex;
        flex-direction: column;
        margin: 0 6.2% !important;
    }

    .business-impact-container {
        .left-container {
            width: 100% !important;
            margin: 25.8% 0 0 0 !important;
            gap: 4.6% !important;
            order: 1 !important;
        }

        .right-container {
            width: 100%;
            padding: 0 4.8%;
        }

        .roi-btn-mobile {
            margin-top: 15.6%;
        }

        .numerical-insights1 {
            width: 48.9% !important;
            align-items: center;
        }

        .numerical-insights2 {
            width: 48.9% !important;
            align-items: center;
        }

        .num-img {
            margin-top: 19.7%;
            gap: 4%;
        }

        .people-frame {
            width: 29%;
        }

        .svg-circle-wrapper {
            width: 83.43% !important;
        }

        .first-text {
            text-align: center;
            margin-top: 25%;
            min-height: 8em;
        }

        .second-text {
            text-align: center;
            margin-top: 29.5%;
        }

        .impact-text {
            font-style: normal;
            font-weight: 500;
            line-height: 1.5;
        }
    }
}

/* our clients */
.service-our-clients-section {
    padding: 0 3.37%;
    padding-top: 4vw;

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
        padding-top: 8vw;
    }

    .main-header {
        margin-bottom: 2.71%;
    }

    .service-our-clients-slide {
        padding-bottom: 7.21%;

        .main-container {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;

            .portrait-only {
                display: none;
            }

            .landscape-only {
                display: block;
                width: 34.5%;
                aspect-ratio: 5.95;
            }

            .box {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
            }

            .left-box {
                width: 59.41%;
                padding-bottom: 0.45%;
                padding-top: 2.69%;

                .left-desc {
                    margin-bottom: 1em;
                }

                .logo-author-box {
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    justify-content: space-between;

                    .logo-img {}

                    .author-line {
                        width: 57.15%;
                    }
                }

            }

            .separator {
                width: 1px;
                background-color: #fff;
                height: inherit;
                align-self: stretch;
            }

            .right-box {
                width: 32.17%;
                padding-top: 1.9%;

                .how-we-help-header {
                    margin-bottom: 0.67em;
                }

                .how-we-help-line:first-of-type {
                    margin-bottom: 1.34em;
                }
            }
        }


    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait),
    screen and (max-width:767.5px) {
        .service-our-clients-slide {

            .main-container {

                flex-direction: column;
                align-items: center;

                .portrait-only {
                    display: block;
                }

                .landscape-only {
                    display: none;
                }

                .box {
                    align-items: center;
                    text-align: center;
                }

                .left-box {

                    .left-desc {
                        font-style: italic;
                    }

                    .logo-author-box {
                        justify-content: center;
                    }

                    .author-line::before {
                        content: '';
                        display: inline-block;
                        margin-right: 1.3%;
                        aspect-ratio: 1;
                        vertical-align: sub;
                        background: url(/wp-content/uploads/2025/01/2.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                    }
                }
            }
        }

    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        padding: 0% 5%;
        padding-top: 8vw;

        .main-header {
            margin-bottom: 1.2em;
        }

        .service-our-clients-slide {
            padding-bottom: 1em;

            .main-container {
                .portrait-only {
                    width: 65%;
                }

                .box {
                    width: 100%;
                    padding: 0 3.21em;
                }

                .left-box {
                    padding-top: 1em;
                    padding-bottom: 0;

                    .logo-author-box {
                        .author-line {
                            width: 75.7%;
                        }
                    }

                    .author-line::before {
                        width: 4.8%;
                        margin-right: 0.39em;
                    }
                }

                .separator {
                    width: 100%;
                    height: 2px;
                    margin: 2.75em 0 3.25em;
                }

                .right-box {
                    padding-top: 0;

                    .how-we-help-header {
                        margin-bottom: 1em;
                    }

                    .how-we-help-line {
                        margin-bottom: 0.45em;
                    }
                }
            }
        }

    }

    @media screen and (max-width:767.5px) {
        padding: 0 6.41%;
        padding-top: 15vw;

        .main-header {
            text-align: center;
            margin-bottom: 1.34em;
        }

        .service-our-clients-slide {
            padding-bottom: 1em;

            .main-container {
                padding: 0;

                .portrait-only {
                    width: 73.48%;
                    margin-bottom: 2em;
                }

                .separator {
                    margin: 1.5em 0;
                    width: 100%;
                    height: 2px;
                }

                .box {
                    width: 100%;
                    padding: 0;
                }

                .right-box {
                    margin-top: 0;
                    padding-top: 0;

                    .how-we-help-header {
                        margin-bottom: 0.67em;
                    }

                    .how-we-help-line {
                        margin-bottom: 0.5em;
                    }
                }

                .left-box {
                    padding-top: 0;
                    padding-bottom: 0;

                    .left-desc {
                        margin-bottom: 1.78em;
                    }

                    .logo-author-box {
                        .author-line {
                            width: 67.97%;
                        }
                    }

                    .author-line::before {
                        width: 6.95%;
                        margin-right: 0.39em;
                    }
                }
            }
        }
    }

}

/* QnA */
.faq-section {

    padding: 4.21% 7.57% 4.57% 3.37%;
    background-color: white;

    .faq-main-header {
        color: var(--adro-deep-blue);
        text-align: center;
        margin-bottom: 0;
    }

    .faq-container {
        width: 100%;
        margin: auto;

        .faq {
            border-bottom: 2px solid #B2ADAD;
            padding-top: 4.44em;
            padding-bottom: 1.07em;

            .faq-question {
                cursor: pointer;
                color: var(--adro-deep-blue);
                display: flex;
                padding-right: 4.25%;
                justify-content: space-between;
                align-items: center;

                .arrow {
                    padding-left: 4.82%;
                    padding-right: 0;

                    svg {
                        height: 1.125em;
                        margin: 0;
                    }
                }
            }

            .faq-answer {
                display: none;
                color: var(--adro-deep-blue);
                padding-top: 1.34em;
            }
        }

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

            .arrow {
                transform: rotate(180deg);
                padding-right: 4.82%;
                padding-left: 0;
            }
        }
    }

    @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 {
                padding-top: 3em;
                padding-bottom: 0.5em;

                .faq-question {
                    padding-right: 5.38%;

                    .arrow svg {
                        height: 0.8em;
                    }
                }
            }

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

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        padding: 3.91% 4.89% 8.8%;

        .faq-container {
            .faq {
                padding-top: 2.5em;
                padding-bottom: 0.5em;

                .faq-question {

                    .arrow svg {
                        height: 0.8em;
                    }
                }
            }

            .faq.open {
                .faq-answer {
                    padding-right: 10.02%;
                }
            }
        }
    }

    @media screen and (max-width:767.5px) {
        padding: 12.82% 6.41% 17.09%;

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

        .faq-container {
            .faq {
                padding-top: 1.5em;
                padding-bottom: 0.5em;

                .faq-question {
                    padding-right: 4.9%;

                    .arrow {
                        padding-left: 0;
                        padding-right: 0;

                        svg {
                            height: 0.7em;
                        }
                    }
                }

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

                }
            }

            .faq.open {
                .faq-answer {
                    padding-right: 12.25%;
                }
            }
        }
    }
}

/* others */
.space-servicepage-below-our-expertise {
    /* height: 3.75vw; */
}

.space-servicepage-below-keywords {
    height: 8.07vw;
}

.space-servicepage-below-strategic-partners {
    /* height: 3.75vw; */
}

.space-servicepage-below-adrosonic-benefits {
    height: 2.25vw;
}

.space-servicepage-below-our-approach {
    height: 4vw;
}

.space-servicepage-below-our-industries {
    height: 3.45vw;
}

.space-servicepage-below-impact {
    height: 7.1vw;
}

.space-servicepage-below-insights {
    height: 1.2vw;
}

.space-servicepage-below-testimonials {
    height: 4.6vw;
}

@media screen and (max-width: 767.5px) {

    .space-servicepage-below-our-expertise {
        height: 0;
    }

    .space-servicepage-below-keywords {
        height: 7.42vw;
    }

    .space-servicepage-below-strategic-partners {
        height: 0vw;
    }

    .space-servicepage-below-adrosonic-benefits {
        height: 1.5vw;
    }

    .space-servicepage-below-our-approach {
        height: 0;
    }

    .space-servicepage-below-our-industries {
        height: 5.6vw;
    }

    .space-servicepage-below-impact {
        height: 5.6vw;
    }

    .space-servicepage-below-insights {
        height: 3.5vw;
    }

    .space-servicepage-below-testimonials {
        height: 1.3vw;
    }
}

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

        .space-servicepage-below-our-expertise {
            height: 0;
        }

        .space-servicepage-below-keywords {
            height: 8.48vw;
        }

        .space-servicepage-below-strategic-partners {
            /* height: 3.9vw; */
        }

        .space-servicepage-below-adrosonic-benefits {
            height: 0.7vw;
        }

        .space-servicepage-below-our-approach {
            height: 2.8vw;
        }

        .space-servicepage-below-our-industries {
            height: 3.6vw;
        }

        .space-servicepage-below-impact {
            height: 7.4vw;
        }

        .space-servicepage-below-insights {
            height: 2.6vw;
        }

        .space-servicepage-below-testimonials {
            height: 3.9vw;
        }


    }

    @media (orientation: landscape) {

        .space-servicepage-below-our-expertise {
            height: 0;
        }

        .space-servicepage-below-keywords {
            height: 0;
        }

        .space-servicepage-below-strategic-partners {
            height: 0;
        }

        .space-servicepage-below-adrosonic-benefits {
            height: 4.1vw;
        }

        .space-servicepage-below-our-approach {
            height: 0;
        }

        .space-servicepage-below-our-industries {
            height: 0.8vw;
        }

        .space-servicepage-below-impact {
            height: 0;
        }

        .space-servicepage-below-insights {
            height: 0;
        }

        .space-servicepage-below-testimonials {
            height: 5.4vw;
        }
    }
}
/* footer */
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
	background-color: var(--service-primary-color);
	}