/* 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%;
	padding-top:4vw;
    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 {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .item.show {
            opacity: 1;
            transform: translateY(0);
        }

    .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%;
		padding-top:8vw;

        .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%;
		padding-top:15vw;

        .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%;
		padding-top: 8vw;

        .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 .container {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 2s ease, transform 2s ease;
}

.adro-benefits .container.visible {
  opacity: 1;
  transform: translateY(0);
}

.adro-benefits {
    padding-top: 4vw;

    .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:100%;
		min-height: 1px; /* ensures parent retains space */
        overflow: hidden; /* keeps overlapping images tidy */
    }

	  .left-box .content img {
        width: 100%;
        aspect-ratio: 171/116;
        border-radius: 20px;
        border: 2px solid var(--post-primary-color);
		position: absolute;
  		top: 0;
  		left: 0;
  		width: 100%;
  		opacity: 0;
  		transition: opacity 0.6s ease-in-out;
    }
	.left-box .content img.active {
  		opacity: 1;
  		z-index: 2;
      }

 

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

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

        .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 .content {
        position: relative;
        width: 100%;
        height:unset;
		min-height: unset;
        overflow: hidden; /* keeps overlapping images tidy */
    }


        .left-box {
            width: 100%;
				img{
				opacity:1 !important;
				position:unset !important;
			}
        }

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

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

/* technology prowess */
/* .technology-prowess-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1;
        opacity: 1;
    } */

    .technology-prowess-container>* {
        position: relative;
        z-index: 1;
    }
.technology-prowess-container{ 
	*,h1,h2,h3,h4,p{
	color: var(--adro-deep-blue);
	}
}
    .technology-prowess-container {
/*         padding: 2.09% 0 10.06%; */
/* 		padding: 3.75% 0px 10.06%; */
		padding-top: 4%;
        position: relative;
		overflow:hidden;
/*         background-repeat: no-repeat;
        background-position: center;
        background-position: top;
        background-size: cover; */
		background: #fff;

        .technology-prowess-main-header {
            margin-bottom: 1.34em;
            padding: 0 1.34em;
			text-align: center;
        }

        .technology-prowess-container-inner {

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

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


                .item::after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    height: 2px;
					
                   background-color:var(--adro-deep-blue);
                    z-index: 1;
                }

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

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

                .item:hover,
                .item.current {
                   /* color: #fff; */
					opacity:1;
                }
            }


            .content-box {
                display: flex;
                justify-content: space-between;
/*                 padding: 0.84% 3.34%; */
				padding: 0.84% 3.34% 2.5% 3.34%;
                margin-top: 2%;
                opacity: 0;
                transform: translateY(20%);
                transition: opacity 0.3s ease, transform 0.3s ease;

				li,ol{	
cursor:default;					
				}
                .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;
					
					*{
						color:var(--adro-deep-blue);
					}
                }

                .left-box {
                    width: 60.06%;
/* 
                    .content-heading {
                        margin-bottom: 0.67em;
                    }

                    .content-text {
                        margin-bottom: 1.25em;
                    }
 */
					p,li{
						margin-bottom:1.5em;
					}
					ul,ol{
						    padding-left: 4%;
					}
                }

                .right-box {
                    width: 36.39%;
display:flex;
					img{
						align-self:end;
					}
                   
                }
            }

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

                .content-box {
                    flex-direction:column;
					.left-box,.right-box{
						width:100%;
					}
                }

              
            }

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

                .technology-prowess-main-header {
                    margin-bottom: 1.4em;
                    padding: 0 1em;
                }

                .technology-prowess-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 6%;
				padding-top: 8vw;

                .technology-prowess-main-header {
                    margin-bottom: 1.3em;
                    padding: 0 1em;
                }

                .technology-prowess-container-inner {

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

                    .content-box {
                        padding: 6.76% 4.8% 5.04% 4.8%;
                        margin-top: 0;
						.left-box{
							
						  p, li {
                    margin-bottom: 1em;
                }
						ul, ol {
                    padding-left: 5.25%;
							margin-top:0;
                }
					}
						.right-box{
							width: 48.82%;
							align-self:flex-end;
						}
                    }

                   
                }

            }
        }

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

            .technology-prowess-main-header {
                margin-bottom: 1.34em;
                padding: 0 1em;
            }

            .technology-prowess-container-inner {
                .owl-carousel {
                    .owl-stage-outer {
                        padding-bottom: 0;
                    }

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

                .content-box {
                    padding: 6.67% 6.16% 8.26%;
                    flex-direction: column;
                    margin-top: 0;
					.left-box{
						  p, li {
                    margin-bottom: 1em;
                }
						ul, ol {
                    padding-left: 7%;
                }
					}
					              
                }

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

                
            }
        }
    }

/* about RPA */

  .about-sub-service {
	overflow:hidden;
    padding-top: 4vw;

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

      h2 {
        margin-bottom: 0;

      }
    }

    .content-wrapper {
      margin: 0 3.33% !important;
      display: flex;
      justify-content: space-between;
    }

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

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

    .right-container {
      width: 40.18%;
      aspect-ratio: 1/1;
    }

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


    /* Animation states */
    .left-container,
    .right-container {
      opacity: 0;
      transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Start positions — off screen */
    .left-container {
      transform: translateX(-120px);
    }

    .right-container {
      transform: translateX(120px);
    }

    /* Animate when section enters viewport */
    &.animate-in {
      .left-container {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.1s;
      }

      .right-container {
        opacity: 1;
        transform: translateX(0);
        transition-delay: 0.3s;
      }
    }

    /* Circle stroke animation */
    .circle-bg {
      stroke-dasharray: 374;
      stroke-dashoffset: 374;
      stroke-linecap: round;
      transition: stroke-dashoffset 2s ease-out;
    }

    &.animate-stroke {
      .circle-bg {
        stroke-dashoffset: 0;
      }
    }



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

      padding-top: 15vw;
		

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

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

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

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

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