/* banner */
.service-banner-sub-menu-together {
    background:var(--service-banner-gradient), #FFF;
    
    min-height: 87.41vh;
	min-height: 87.41%;
    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;

        .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: flex-start;
                gap: 5.6%;
                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 (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: auto;
                    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 features */
.our-features-container {
    padding: 2.92% 0 5.27%;
    margin: auto;
    background: #fff;

    .main-header-container {
        margin-bottom: 4.17%;
        padding: 0 3.34%;

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

    .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2em;
        row-gap: 7.32em;
        padding: 0 9.43%;
    }

    .owl-carousel {
        display: block;
    }

    .item {
        display: flex;
        align-items: center;
        gap: 2em;
    }

    .item .logo {
        height: auto;
        aspect-ratio: 1;
        width: 20.32%;
        overflow: hidden;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            width: auto;
            object-fit: contain;
        }
    }

    .item-content {
        flex: 1;
    }

    .item-content h3 {
        margin: 0;
        font-size: 18px;
        color: var(--adro-deep-blue);
    }

    .item-content p {
        margin: 0.67em 0 0;
        font-size: 14px;
        color: var(--adro-deep-blue);
    }

    @media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
        padding: 4.7% 0 7.71%;

        .main-header-container {
            margin-bottom: 6.04%;
            padding: 0 3.36%;
        }

        .items {
            column-gap: 11%;
            row-gap: 6.25em;
            padding: 0 3.36%;
        }

        .item {
            gap: 1.6875em;
        }

        .item .logo {
            width: 23.01%;
        }

        .item-content p {
            margin: 0.89em 0 0;
        }
    }

    @media (orientation:portrait) {
        .main-header-container {
            text-align: center;
        }

        .item {
            flex-direction: column;

            .item-content {
                text-align: center;
            }
        }
    }

    @media (max-width:767.5px) {
        padding: 8.21% 0 12.31%;

        .main-header-container {
            padding: 0 6.16%;
            margin-bottom: 18.47%;
        }

        .items {
            padding: 0 2em;
        }

        .item {
            gap: 2.875em;

            .item-content {
                h3 {
                    margin-bottom: 0.89em;
                }

                p {
                    margin: 0 0 1.5em 0;
                }
            }

            .logo {
                width: 41.42%;
            }
        }
    }

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

        .main-header-container {
            padding: 0 6.16%;
            margin-bottom: 4.8%;
        }

        .items {
            padding: 0 19.91%;
        }

        .item {
            gap: 2.5em;

            .item-content {
                h3 {
                    margin-bottom: 0.67em;
                }

                p {
                    margin: 0 0 1.34em 0;
                }
            }

            .logo {
                width: 38.26%;
            }
        }
    }

    .owl-carousel .owl-dots {
        .owl-dot.active {
            background-color: var(--adro-deep-blue) !important;
        }

        .owl-dot {
            border-color: var(--adro-deep-blue) !important;
        }
    }
}

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

    .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(--adro-electric-blue);
        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) {
        padding-top: 6.04vw;

        .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: 8.21vw;

        .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) {
        padding-top: 3.84vw;

        .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: 280px;
        }
    }

    @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 offreings */
.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%;
    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%;
            margin-top: 2%;
            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%;

            .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%;

            .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: 10.26% 0 12.31%;

        .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;
            }
        }
    }
}

/* platform partners */
.platform-partners-carousel {
    height: min-content;
    background: white;

    .platform-partners-heading {
        text-align: center;
        padding-top: 3.75%;
        padding-bottom: 0.85%;
        margin-bottom: 0 !important;
        color: var(--adro-deep-blue) !important;
        font-weight: 500 !important;
    }
    
	.slide button {
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.6s cubic-bezier(.26,.85,.44,.985);
   }
	
.button-text {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  display: inline-block;
  margin: auto;	
}

/* Underline using ::after */
.button-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px; /* underline thickness */
  background: var(--adro-deep-blue);
  transform: scaleX(0); /* hidden initially */
  transform-origin: left; /* animate from left */
  transition: transform 0.5s ease; /* smooth animation */
}

/* On hover, expand underline from left to right */
.button-text:hover::after {
  transform: scaleX(1);
}

   .slide.center button,
   .slide.active.center button {
      opacity: 1;
      pointer-events: auto;
      transition: opacity 0.6s cubic-bezier(.26,.85,.44,.985);
   }
   .platform-partners-button {
    display: inline-flex;           /* To align text + SVG neatly */
    align-items: center;           /* Vertical center */
    gap: 5px;                      /* Space between text and icon */
    position: relative;            /* relative to keep it inline */
    margin: auto auto 2.1% auto;              /* space under Description */
    border: none;
    background-color: transparent;
    color: var(--adro-deep-blue);
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(.26,.85,.44,.985);
}
	.platform-partners-button svg{
		height: 3.2vh;
        width: 4vw;
		margin: auto auto auto 0;
	}

/* center the global button itself */
.platform-partners-button-wrapper {
    display: flex;
    justify-content: center;
	height: 7.5vh;

}
	
    .owl-carousel .owl-stage {
        overflow: hidden;
        padding: 0% 0 1.3% 0;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .owl-height {
        transition: height 0.5s ease-in-out;
    }

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .owl-carousel .owl-item .owl-lazy:not([src]),
    .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0;
    }

    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d;
    }

    .slider {
        position: relative;

        .owl-item.active.center {
            z-index: 1;
        }

        .owl-item.active.center {
            z-index: 1;
            transition-delay: 1s;
            transform: scale(1);
        }
    }

    .owl-item {
        transform: scale(0.339);
        opacity: 1;
        box-shadow: none;
        transition: transform 1s ease-in-out;
        transition-delay: 0.1s;
        display: flex;
        justify-content: center;

        img {
            min-width: 200px;
        }
    }

    .slide-content {
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: inherit;
    }

    .container {
        width: 100%;
    }

    .description-text {
        color: var(--adro-deep-blue);
        font-weight: 500;
        margin: 0 19.2% 0.9% 19.2% !important;
        text-align: center;
        line-height: normal;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 1s ease, transform 1s ease;
    }

    .description-text.dissolve {
        opacity: 0;
        transform: translateY(-20px);
        transition: opacity 1s ease, transform 1s ease;
    }

    .carousel-controls {
        padding: 0 64px 2.1% 64px;
    }

    .carousel-controls {

        .owl-nav button,
        #playPauseBtn {
            svg {
                circle {
                    stroke: var(--adro-deep-blue) !important;
                }

                path,
                line {
                    stroke: var(--adro-deep-blue) !important;
                    fill: var(--adro-deep-blue) !important;
                }
            }
        }

        .owl-dots {
            border-color: var(--adro-deep-blue) !important;

            .owl-dot {
                background-color: #8e8e93 !important;
            }

            .owl-dot.active {
                background-color: var(--adro-deep-blue) !important;
                border: 2px solid var(--adro-deep-blue) !important;
            }
        }
    }

    @media screen and (max-width: 1024px) {
        .carousel-controls {
            .owl-dots .owl-dot {
                background-color: white !important;
                border: 2px solid var(--adro-deep-blue) !important;
            }
        }
    }

    @media screen and (max-width: 767.5px) {
        .platform-partners-heading {
            padding-top: 8.3%;
        }

        .owl-carousel .owl-stage-outer {
            padding: 4% 0 4.12% 0;
        }

        .owl-item {
            transform: scale(0.6);
        }

        .slider .owl-item.active.center {
            transform: scale(1.316);
        }

        .carousel-controls {
            padding: 0 64px 10.3% 64px;
        }
        .platform-partners-button {
            display: inline-flex;           /* To align text + SVG neatly */
            align-items: center;           /* Vertical center */
            gap: 5px;                      /* Space between text and icon */
            position: relative;            /* relative to keep it inline */
            margin-bottom: 2.1%;              /* space under Description */
            border: 2px solid var(--service-primary-color);
            background-color: var(--service-primary-color);
            color: var(--adro-deep-blue);
            cursor: pointer;
            transition: opacity 0.6s cubic-bezier(.26,.85,.44,.985);
			justify-content: center;
        }
	    .platform-partners-button svg{
		    display: none;
	    }
        .description-text {
            margin: 0 6.2% 10.3% 6.2% !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .platform-partners-heading {
            padding-top: 7.7%;
        }

        .owl-item {
            transform: scale(0.45);
        }

        .slider .owl-item.active.center {
            transform: scale(1.11);
        }

        .carousel-controls {
            padding: 0 64px 4.9% 64px;
        }
        .platform-partners-button {
            display: inline-flex;           /* To align text + SVG neatly */
            align-items: center;           /* Vertical center */
            gap: 5px;                      /* Space between text and icon */
            position: relative;            /* relative to keep it inline */
            margin-bottom: 2.1%;              /* space under Description */
            border: 2px solid var(--service-primary-color);
            background-color: var(--service-primary-color);
            color: var(--adro-deep-blue);
            cursor: pointer;
            transition: opacity 0.6s cubic-bezier(.26,.85,.44,.985);
			justify-content: center;
        }
	    .platform-partners-button svg{
		    display: none;
	    }
        .description-text {
            margin: 0 16.4% 4.8% 16.4% !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .platform-partners-heading {
            padding-top: 5.4%;
        }

        .owl-item {
            transform: scale(0.405);
        }

        .slider .owl-item.active.center {
            transform: scale(1);
        }

        .carousel-controls {
            padding: 0 64px 3.4% 64px;
        }

        .description-text {
            margin: 0 15.2% 2.1% 15.2% !important;
        }
    }
}

/* about RPA */
.about-sub-service {
    padding-top: 2.92vw;

    .section-header-container {
        padding: 0 !important;

        h2 {
            margin-bottom: 0;

        }
    }

    .content-wrapper {
        margin: 0 3.33% !important;
        display: flex;
        gap: 0.27%;
    }

    .left-container {
        display: flex;
        flex-direction: column;
        width: 49%;
    }

    .left-container p:first-of-type {
        margin-top: 16.4%;
        margin-bottom: 4.6%;
    }

    .right-container {
        width: 50.72%;
        aspect-ratio: 1/1;
        margin: auto;
    }

    .circle-chart {
        width: 100%;
        height: 100%;
    }

    .circle-bg {
        fill: none;
    }

    .circle-bg {
        stroke: var(--service-primary-color);
        stroke-width: 0.5px;
    }

    .inner-circle-bg {
        fill: none;
    }

    @media screen and (max-width: 768px) {
	
        padding-top: 8.21vw;
		.section-header-container{
			        padding: 0 6.16% !important;
		}
/* 		.section-header-container{
			h2{
				   margin: 0 6.2% !important;
			}
		} */

        .right-container {
            width: 100%;
            margin: auto;
            margin: 14.5% auto 14.5% auto;

        }

        .content-wrapper {
            margin: 0 6.2% !important;
        }
    }

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

        .content-wrapper {
            .left-container {
                padding-right: 1.4%;
            }
        }

        .left-container p:first-of-type {
            margin-top: 12.9%;
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        padding-top: 2.88vw;
.section-header-container{
			        padding: 0 4.8% !important;
		}
        .content-wrapper {
            margin: 0 4.80% !important;
        }

        .right-container {
            width: 50.13%;
            margin: 7.5% auto 7.5% auto;

        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait),
    screen and (max-width: 768px) {
        .content-wrapper {
            flex-direction: column-reverse;
        }

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

        .left-container {
            text-align: center;
            width: 100%;

            p:last-child {
                margin-top: 10%;
            }
        }

        .left-container p:first-of-type {
            margin-top: 0;
            margin-bottom: 0%;
        }
    }
}

/* spacers */
.space-subservicepage-below-insights {
    height: 9.59vw;
}

.space-subservicepage-below-strategic-partners {
    /* height: 2.92vw; */
}

.space-subservicepage-below-adrosonic-benefits {
    height: 4.28vw;
}

.space-subservicepage-below-our-features {
    /* height: 3.75vw; */
}

.space-subservicepage-below-about-subservice {
    height: 3.34vw;
}

@media screen and (max-width:767.5px) {
    .space-subservicepage-below-insights {
        height: 18.47vw;
    }

    .space-subservicepage-below-strategic-partners {
        /* height: 8.21vw; */
    }

    .space-subservicepage-below-adrosonic-benefits {
        height: 5.13vw;
    }

    .space-subservicepage-below-our-features {
        /* height: 8.21vw; */
    }

    .space-subservicepage-below-about-subservice {
        height: 3.08vw;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .space-subservicepage-below-insights {
        height: 7.38vw;
    }

    .space-subservicepage-below-strategic-partners {
        /* height: 2.02vw; */
    }

    .space-subservicepage-below-adrosonic-benefits {
        height: 8.72vw;
    }

    .space-subservicepage-below-our-features {
        /*  height: 6.04vw; */
    }

    .space-subservicepage-below-about-subservice {
        height: 8.72vw;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .space-subservicepage-below-insights {
        height: 11.52vw;
    }

    .space-subservicepage-below-strategic-partners {
        /* height: 2.88vw; */
    }

    .space-subservicepage-below-adrosonic-benefits {
        height: 3.837vw;
    }

    .space-subservicepage-below-our-features {
        /*  height: 3.84vw; */
    }

    .space-subservicepage-below-about-subservice {
        height: 8.4vw;
    }
}

/* footer */
.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background-color: var(--service-primary-color);
}