/* banner */
.homepage-banner {
    width: 100%;

    .owl-carousel {
        position: relative;
    }

    .item {
        position: relative;
        height: 100vh;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .video-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        z-index: -1;

        .bg-img-video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100vh;
            object-fit: cover;
            pointer-events: none;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg,
                    rgba(67, 102, 143, 0.68) 0%,
                    rgba(55, 82, 114, 0.45) 45%,
                    rgba(26, 44, 71, 0.55) 65.5%,
                    rgba(26, 44, 71, 0.8) 84.5%,
                    rgba(26, 44, 71, 0.98) 100%);
            z-index: 1;
        }
    }

    .slide-content {
        position: absolute;
        left: 19.17%;
        right: 10.42%;
        top: 20.75%;
        z-index: 1;

        .client-logo {
            width: 21.29%;
            display: flex;
            /* align-items: flex-end; 
                aspect-ratio: 3.5; */
            margin-bottom: 0.5em;

            .client-logo-img {
                width: auto;
            }
        }

        button {
            /* width: 18.15%; */
            background-color: var(--adro-electric-blue);
            color: var(--adro-deep-blue);
        }

        button:hover {
            background-color: var(--adro-deep-blue);
            color: var(--adro-electric-blue);
        }

        .banner-main-header {
            margin: 0;
        }

        .banner-description {
            margin: 0.5em 0 1.75em;
        }
    }

    @media screen and (max-width: 1680px) {
        .slide-content {
            left: 15%;
            right: 10%;

            .client-logo {
                width: 20%;
            }
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .slide-content {
            top: 18%;
            left: 4.5%;
            width: 75%;

            /* insteas of 70% on the basis of content */
            button {
                /* width: 176px; */
            }

            .banner-description {
                margin: 1.34em 0;
                width: 50%;
                /* insteas of 44% on the basis of content */
            }

            .client-logo {
                width: 20.29%;
            }

            /* for smalll screen laptop */
        }

        @media screen and (max-height: 650px) {
            .slide-content {
                width: 91%;
                top: 16%;

                .client-logo {
                    width: 15%;
                }

                .banner-description {
                    margin: 1em 0;
                    width: 75%;
                }
            }
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .slide-content {
            left: 4.8%;
            top: 20%;
            width: 55.8%;

            button {
                /* width: 176px; */
            }

            .banner-description {
                margin: 1.33em 0;
                width: 79.55%;
            }
        }
    }

    @media screen and (max-width: 767.5px) {
        .slide-content {
            left: 6.15%;
            right: 6.15%;
            width: auto;
            top: 17%;

            .client-logo {
                width: 42.47%;
                /* aspect-ratio: 3.34; */
                margin-bottom: 1em;

                .client-logo-img {
                    /* aspect-ratio: 3.34; */
                    /* width: 73.78%; */
                }
            }

            .banner-description {
                width: auto;
                margin: 1em 0;
                /* insteas of 1.77em on the basis of content */
            }

            button {
                /* min-width: 176px;
                    padding: 0;
                    height: 48px; */
            }
        }

        @media (orientation: landscape) {
            .slide-content {
                min-width: 87.7%;
                width: auto;
                right: 40px;

                .client-logo {
                    width: 15.78%;
                }

                .banner-description {
                    margin: 0.75em 0;
                }
            }
        }
    }
}

.below-homepage-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-align: center;
    position: relative;
    /* transform: translateY(-60%); */
    margin: -5.5%;

    .text-below-homepage-banner {
        margin-bottom: 0.8em;
        width: 45.84%;
    }
}

@media (max-height: 650px) {
    .below-homepage-banner {
        /* transform: translateY(-55%); */
        margin: -4.3%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .below-homepage-banner {
        /* transform: translateY(-70%); */
        /* transform: translateY(-85%);  insteadof -12% to -10% on the basis of content*/
        margin: -10%;

        .text-below-homepage-banner {
            /* width: 59%; */
            width: 69.69%;
            margin-bottom: 0.875em;
        }
    }

    @media (max-height: 650px) {
        .below-homepage-banner {
            /* transform: translateY(-49%);
                 */
            margin: -4.3%;
        }
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .below-homepage-banner {
        /* transform: translateY(-85%); */
        margin: -17%;

        .text-below-homepage-banner {
            width: 71.23%;
            margin-bottom: 1.125em;
        }
    }
}

@media screen and (max-width: 767.5px) {
    .below-homepage-banner {
        /* transform: translateY(-50%); */
        padding: 6.2%;
        margin: -28.5%;

        .text-below-homepage-banner {
            margin-bottom: 1.2em;
            width: 100%;
        }
    }

    @media (max-height: 650px) and (orientation: landscape) {
        .below-homepage-banner {
            transform: translateY(-49%);
        }
    }
}

/* our services  */
/* our services */
.our-services-container {
    position: relative;
    overflow: hidden;

    .btn-group {
        overflow: hidden;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 3.33% 3.33% 0 3.33%;
    }

    .owl-carousel {
        display: block;
    }

    .progress-wrapper {
        position: relative;
        width: 38.33%;
        aspect-ratio: 1/1;
        margin-left: 32.6%;
    }

    .progress-button {
        flex: 1;
        transition: transform 1s ease;
        background-color: transparent;
        border: none;
        padding: 1.68%;
        text-align: center;
        cursor: pointer;
        margin-bottom: 0%;
    }

    .progress-button.active {
        transform: scale(1.5);
        font-weight: 500;
    }

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

    .green.circle-fg {
        transform: rotate(90deg);
    }

    .blue.circle-fg {
        transform: rotate(180deg);
    }

    .yellow.circle-fg {
        transform: rotate(270deg);
    }

    .lottie-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        /* width: 22.05%; */
        width: 26.05%;
        margin-right: 3.33%;
        /* margin-left: 3.69%; */
        aspect-ratio: 423/296;
    }

    .lottie-iframe {
        border: none !important;
        width: 100%;
        height: 100%;
    }

    .circle-content button {
        width: 82%;
        aspect-ratio: 52/9;
        border: none;
        color: var(--adro-deep-blue);
        border-radius: 50px;
        cursor: pointer;
        padding: 2%;
    }

    .half-circle {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover !important;
        border-radius: 50%;
        width: 31.3%;
        aspect-ratio: 1 / 1;
        position: absolute;
        left: 12.7%;
        z-index: -1;
        transition: opacity 0.5s ease, transform 0.5s ease;
        opacity: 0;
    }

    .half-circle.show {
        opacity: 1;
    }

	


    .all-circles-wrapper {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
    }

    .pagination-dots {
        display: none;
    }

    /* tablet */
    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .progress-wrapper {
            margin-left: 28.1%;
        }

        .pagination-dots {
            border: none;
            display: flex;
            gap: 2rem;
            justify-content: center;
            padding: 3%;
            /* margin-top: 1rem; */
        }

        .dot {
            width: 12px !important;
            height: 12px !important;
            border-radius: 50%;
            background-color: transparent !important;
            border: 2px solid #00ccff !important;
            cursor: pointer;
        }

        .dot.active {
            background-color: #00ccff !important;
            transform: scale(1.2);
        }

        .lottie-container {
            width: 25.4%;
            margin-right: 3.4%;
            margin-left: 1.3%;
        }

        .circle-content {
            width: 78%;
        }

        .circle-content h2 {
            padding: 0 8%;
        }

        .circle-content p {
            margin: 4.2% 0% 6.2% 0;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .btn-group {
            margin: 0;
            padding: 12% 0;

            .progress-button {
                width: 30%;
                transition: none;
            }
        }

        .half-circle {
            display: none;
        }

        .progress-wrapper {
            margin: auto;
            width: 59%;
        }

        .all-circles-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 40px;
        }

        .pagination-dots {
            border: none;
            display: flex;
            gap: 2rem;
            justify-content: center;
            margin-top: 1rem;
        }

        .dot {
            width: 12px !important;
            height: 12px !important;
            border-radius: 50%;
            background-color: transparent !important;
            border: 2px solid #00ccff !important;
        }

        .dot.active {
            background-color: #00ccff !important;
            transform: scale(1.2);
        }

        .btn-group .progress-button:not(.active, .partial-left, .partial-right) {
            display: none;
        }

        .btn-group .partial-left {
            left: 0;
            position: absolute;
            transform: translateX(-40%);
            overflow: hidden;
            align-content: flex-start;
        }

        .btn-group .partial-right {
            right: 0;
            position: absolute;
            transform: translateX(40%);
            overflow: hidden;
            align-content: flex-end;
        }

        .btn-group .progress-button.active {
            position: absolute;
            z-index: 1;
        }

        /* .circle-content button {
padding: 4.5% 8.3%;
} */

        .circle-content p {
            line-height: 1.2;
            margin: 4.8% 0% 7.1% 0;
        }

        .lottie-container {
            width: 44.6%;
        }
    }

    @media screen and (max-width: 767.5px) {
        .progress-button {
            padding: 2.4%;
        }

        .circle-content {
            width: 55% !important;
        }

        .half-circle {
            display: none;
        }

        .btn-group {
            margin: 8.3% 3.33% 6.3% 3.33%;
        }

        .progress-wrapper {
            margin: auto;
            width: 87.7%;
        }

        .all-circles-wrapper {
            display: flex;
            flex-direction: column;
        }

        .pagination-dots {
            border: none;
            display: flex;
            gap: 2rem;
            justify-content: center;
            margin-top: 2.01rem;
            padding: 2%;
        }

        .dot {
            width: 0.75rem !important;
            height: 0.75rem !important;
            border-radius: 50%;
            background-color: transparent !important;
            border: 2px solid #00ccff !important;
        }

        .dot.active {
            background-color: #00ccff !important;
            transform: scale(1.2);
        }

        .btn-group .progress-button:not(.active) {
            display: none;
        }

        .circle-content h2 {
            margin: 0 7%;
        }

        .circle-content p {
            margin: 3.5% 0% 6.8% 0;
        }

        .lottie-container {
            margin: auto;
            width: 87.7%;
            margin-top: 16.6%;
        }
    }

    @media screen and (max-width: 1024px) {
        .circle-content button {
            width: 176px;
            height: 48px;
        }
    }
}

:root {
    --visible-rows: 3;
    --row-height: 45px;
    --scroll-speed: 1;
}

.lottie-container {
    .carousel-heading {
        text-align: center;
        margin-bottom: 10%;
        font-weight: 500;
    }

    .wrapper {
        background: #1a2c47;
        height: 100%;
        width: 100%;
        height: calc(var(--row-height) * var(--visible-rows));
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }

    .carousel {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .carousel__item {
        height: var(--row-height);
        display: flex;
        justify-content: center;
        font-weight: 500;
        align-items: center;
        color: white;
        text-align: center;
        transition: transform 0.3s, color 0.3s;
    }
}

/* add your code */
/* counter */
.counters-container {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 224 / 67;
    background: #1a2c47;
    position: relative;
    margin-left: 3.33% !important;
    margin-right: 3.33% !important;
}

.counters-container {
    .gradients {
        opacity: 0;
        transform: scaleX(0);
        /* start squashed */
        transform-origin: left;
        /* grow from the left edge */
        transition: transform 1s ease, opacity 1s ease;
    }

    .gradients.active {
        opacity: 1;
        transform: scaleX(1);
        /* expand to full width */
    }

    /* Remove delays — all animate together */
    .gradient1,
    .gradient2,
    .gradient3 {
        transition-delay: 0s;
    }

    /*   .gradients {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
  }


  .gradients.active {
    transform: translateX(0);
    opacity: 1;
  }


  .gradient1 {
    transition-delay: 0s;
  }
  .gradient2 {
    transition-delay: 0.3s;
  }
  .gradient3 {
    transition-delay: 0.6s;
  } */
    .background {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        z-index: 1;
    }

    .gradients {
        height: 100%;
        position: absolute;
        opacity: 1;
    }

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

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

    .gradient3 {
        width: 50.59%;
        /*     height: 56.9%; */
        height: 70%;
        top: 20.8%;
        left: 49.2%;
        z-index: 3;
		background: linear-gradient(270deg, rgb(241 203 5 / 93%) 0%, rgba(121, 102, 3, 0.09) 100%);
    }

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

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

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

    .counter {
        color: var(--ADROSONIC-White-Base, #fff);
        text-align: center;
        font-family: Roboto !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-wrap: nowrap;
    }

    .counter-text {
        color: white;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 75.5%;
        margin: auto;
    }
}

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

    .counters-container {
        .counter-text {
          width:100%;
        }

        .background {
            height: 100%;
        }

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

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

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

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

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

    .counters-container {
        .counter-text {
            /*       padding-left: 25%;
      padding-right: 25%; */
            width: 44.2vw;
        }

        .items {
            margin-top: 6%;
        }

        .gradient1 {
            width: 87.69% !important;
            height: 43.7% !important;
            left: 6.2% !important;
            top: 7% !important;
            background: linear-gradient(267deg,
                    rgba(0, 204, 255, 0.34) 14.92%,
                    rgba(0, 102, 128, 0.08) 97.48%);
        }

        .gradient2 {
            width: 57.43% !important;
            height: 77.33% !important;
            top: 13.4% !important;
            left: 0 !important;
            rotate: 0deg;
            z-index: 2;
            background: linear-gradient(90deg,
                    rgba(44, 121, 166, 0.48) 0.35%,
                    rgba(22, 61, 83, 0) 99.56%);
        }

        .gradient3 {
            width: 52.1% !important;
            height: 68.9% !important;
            top: 16%;
            left: 49.2%;
            z-index: 3;
        }
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
screen and (max-width: 767.5px) {
    .counters-container {
        .number-container {
            flex-wrap: wrap;
        }

        .items {
            width: 41.79% !important;
        }

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

@media screen and (max-width: 768px) {
    .counters-container {
        margin: 0 !important;
        overflow: hidden !important;
        aspect-ratio: 195 / 212 !important;
    }

    .counters-container {
        .counter-text {
            /*       padding-left: 0;
      padding-right: 0; */
            width: 42vw;
        }

        .gradient1 {
            width: 87.69% !important;
            height: 51% !important;
            left: 6.2% !important;
            top: 5.8% !important;
            background: linear-gradient(267deg,
                    rgba(0, 204, 255, 0.34) 14.92%,
                    rgba(0, 102, 128, 0.08) 97.48%);
        }

        .gradient2 {
            width: 57.43% !important;
            height: 86.79% !important;
            top: 13.3% !important;
            left: 0 !important;
            z-index: 2;
            rotate: 0deg;
            background: linear-gradient(90deg,
                    rgba(44, 121, 166, 0.48) 0.35%,
                    rgba(22, 61, 83, 0) 99.56%);
        }

        .gradient3 {
            width: 52.82% !important;
            height: 73.6% !important;
            top: 20.8%;
            left: 49.2%;
            z-index: 3;
        }

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

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

@media screen and (min-width: 1441px) and (max-width: 1920.5px) {
    .counter-text {
        font-size: 24px !important;
    }
}

@media screen and (min-width: 1195px) and (max-width: 1440.5px) {
    .counter-text {
        font-size: clamp(1.25rem, 0.031rem + 1.633vw, 1.5rem) !important;
    }
}

@media screen and (min-width: 835px) and (max-width: 1194.5px) {
    .counter-text {
        font-size: clamp(1.125rem, 0.834rem + 0.557vw, 1.25rem) !important;
    }
}

@media screen and (min-width: 391px) and (max-width: 834.5px) {
    .counter-text {
        font-size: clamp(1rem, 0.89rem + 0.451vw, 1.125rem) !important;
    }
}

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

@media screen and (max-width: 390.5px) {
    .counter-text {
        font-size: 16px !important;
        padding-left: 0;
        padding-right: 0;
    }
}

/* featured insights */
.sub-header {
    text-align: center;
    margin-bottom: 0.89em !important;
    margin-top: 2.68%;

    @media screen and (max-width: 767.5px),
    screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        margin-top: 3.34%;
    }
}

/* our clients testimonial */
.testimonial-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;

    .owl-stage-outer {
        overflow: hidden;
        padding: 7% 0 5% 0;
    }

    .owl-carousel {
        .owl-item {
            transition: transform 1s ease;
            display: flex;
            align-items: center;
        }

        .item {
            text-align: center;
            transition: transform 1s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 10px;

            div {
                margin: 5% 0;
                font-weight: normal;
            }

            .logo {
                width: 51%;
                display: block;
                justify-content: center;
                aspect-ratio: 5.04;
            }

            .our-client-auther {
                font-size: clamp(0.75rem, 0.675rem + 0.375vw, 1.125rem);
            }

            .our-client-auther::before {
                content: "";
                display: inline-block;
                width: 5.8%;
                aspect-ratio: 1;
                vertical-align: sub;
                background: url(/wp-content/uploads/2025/01/2.png);
                background-size: contain;
                background-repeat: no-repeat;
                margin: 0 2%;
            }

            p.smaller-size {
                font-style: italic;
            }

            p {
                margin: 0;
                padding: 4.6% 11%;

                span {
                    color: var(--adro-electric-blue);
                }
            }
        }

        .item:not(.center) {
            .our-client-auther {
                width: 95%;
            }
        }

        .item.center {
            margin: 0 8%;

            p {
                position: relative;
                padding: 6% 9%;
                padding-top: 0.9%;
            }

            .our-client-auther {
                padding-bottom: 11%;
            }

            .smaller-size::before,
            .smaller-size::after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                width: 2px;
                background-color: #00ccff;
            }

            .smaller-size::before {
                left: 0px;
            }

            p::after {
                right: 0px;
            }
        }

        .owl-item.center {
            opacity: 1;
            z-index: 1;
            transform: scale(1.3);
        }

        .owl-item:not(.center) {
            transform: scale(1);
            opacity: 1;
        }
    }

    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .owl-carousel {
            .owl-stage-outer {
                padding: 9vw 0 7vw 0;
            }

            .item.center {
                margin: 0 10% 6%;
            }

            .item {
                .logo {
                    width: 61.98%;
                }
            }
        }
    }

    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .owl-carousel {
            .owl-stage-outer {
                padding: 13vw 0;
            }

            .item {
                .logo {
                    width: 53%;
                }
            }

            .item {
                p {
                    padding: 4% 13%;
                }
            }
        }
    }

    @media screen and (max-device-width: 767.5px) {
        .owl-carousel {
            .owl-stage-outer {
                padding: 19vw 0 27vw;

                .item {
                    p {
                        padding: 5.9% 2%;
                    }
                }

                .item.center {
                    margin: 0 6%;

                    p {
                        padding: 5.9% 6%;
                    }

                    .logo {
                        width: 68%;
                        padding: 10% 0 5%;
                    }
                }
            }
        }
    }
}

/*DESCRIPTION: who we are */

/* Create an image wrapper that handles overflow without affecting the item container */
.hover-zoom {
    position: relative;
    /* Remove overflow: hidden */
    contain: layout style paint;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}

/* Use clip-path for containment */
.hover-zoom:hover {
    clip-path: inset(0);
}

.hover-zoom img,
.hover-zoom video {
    transition: transform 0.4s ease-out !important;
    transform-origin: center;
    will-change: transform;
    display: block;
    /* removes inline gaps */
}

.hover-zoom:hover img,
.hover-zoom:hover video {
    transform: scale(1.05);
}

/* For video blocks - use clip-path instead of overflow */
.video-block.hover-zoom:hover {
    clip-path: inset(0);
    overflow: visible;
    /* Keep original overflow */
}

.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 2s ease-out, transform 2s ease-out;
}

.fade-in-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

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

    .no-radius-left {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .no-radius-right {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .learn-more-btn:after {
        /* width: 37.39%; */
    }
}

@media screen and (max-width: 767.5px) {
    .learn-more-btn:after {
        /* width: 57.3%; */
    }
}

.who-we-are-btn-block {
    margin-bottom: 0 !important;
}

.who-we-are-btn {
    display: flex;
}

.who-we-are-section {
    .learn-more-btn {
        margin-top: 6%;
    }

    .video-block p.learn-more-btn.smaller-size.underline-on-hover {
        display: block;
    }

    .video-block p.learn-more-btn:after {
        display: none;
    }

    margin-bottom: 18%;

    @media screen and (max-width: 1680px) {
        margin-bottom: 20%;
    }

    .header {
        transform: translateY(30%);

        .large-size {
            margin-bottom: 0;
        }

        .small-size {
            width: 50%;
            margin-top: 2.68%;
        }
    }

    .container {
        display: flex;
        aspect-ratio: 2.245;
        width: 100%;
        gap: 1.25%;
    }

    .column {
        display: flex;
        flex-direction: column;
        gap: 2%;

        transform: translateZ(0);
        /* Creates new stacking context */
        will-change: transform;
    }

    .column:first-child {
        width: 50.84%;

        .item-content {
            margin: 6.56%;
            /*                 width: 43.45%; */
        }
    }

    .column:nth-child(2) {
        width: 25.41%;

        .item-content {
            width: 57.4%;
            margin: 4.92%;
        }
    }

    .column:nth-child(3) {
        width: 21.25%;

        .item-content {
            width: 68.63%;
            margin: 5.89%;
        }
    }

    .item {
        display: flex;
        /* cursor: pointer; */
        flex-direction: column;
        text-align: center;
        position: relative;
        border-radius: 20px;
        z-index: 1;

        .svg-container-bottom-left,
        .svg-container-bottom-right {
            opacity: 1;
            transition: opacity 0.3s ease-in-out;
        }
    }

    .column:first-child .item:first-child {
        aspect-ratio: 1.74;
        top: 14%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

        .svg-container-bottom-left {
            width: 14.65%;

            svg {
                height: 100%;
                width: 100%;
            }
        }
    }

    .column:first-child .item:last-child {
        aspect-ratio: 0.73;
        width: 41.8%;
        margin-left: auto;
        /* transform: translate(-13%, 2%); */

        margin-left: auto;
        margin-right: 13%;
        margin-top: 2%;
    }

    .column:nth-child(2) .item:first-child {
        flex-grow: 0.8;
    }

    .column:nth-child(2) .item:nth-child(2) {
        flex-grow: 1.2;
    }

    .column:nth-child(2) .item:nth-child(3) {
        flex-grow: 1.2;
    }

    .column:nth-child(3) .item:first-child {
        flex-grow: 1.12;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;

        .svg-container-bottom-right {
            width: 22.06%;
            aspect-ratio: 0.5;

            svg {
                height: 100%;
                width: 100%;
            }
        }
    }

    .column:nth-child(3) .item:nth-child(2) {
        flex-grow: 0.88;
    }

    .item img,
    .item video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: inherit;
    }

    .item:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        border-radius: inherit;
        opacity: 1;
        transition: opacity 0.3s ease-in-out;
        background: linear-gradient(180deg,
                #43668fa6 65%,
                #375272bf 75%,
                #05090ebf 100%);
        background: linear-gradient(180deg, rgba(67, 102, 143, 0.13) 27.5%, rgba(6, 22, 43, 0.60) 61.93%);
    }

    .video-block {
        z-index: 1;
        overflow: visible;
    }

    .play-icon {
        z-index: 2;
        position: absolute;
        right: 0;
        width: 30%;
        bottom: 0;
        transform: translate(50%, -89%);
        cursor: pointer;
    }

    .play-icon:hover {
        path.play {
            fill: #000;
        }

        path.pause {
            stroke-width: 6px;
        }
    }

    .item-content {
        display: flex;
        text-align: left;
        flex-direction: column;
    }

    .item p {
        z-index: 1;
    }

    .item a {
        cursor: pointer;
        z-index: 1;
        text-decoration: none;
    }

    .bottom-left {
        justify-content: end;
        align-items: flex-start;
    }


    .svg-container-bottom-left,
    .svg-container-bottom-right {
        z-index: 1;
        padding-bottom: 2.46%;
    }

    .svg-container-bottom-right {
        align-self: flex-end;
    }


    @media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
        .column:nth-child(2) {
            .item-content {
                width: unset;
            }
        }
    }

    /* DESCRIPTION:changes */


    /* DESCRIPTION:changes */

    @media (max-width: 1024px) and (orientation: portrait),
    (max-width: 767.5px) {
        .header {
            .small-size {
                margin-top: 8.8%;
            }
        }

        margin-bottom: 13.36%;

        .who-we-are-section .desktop-grid {
            display: none !important;
        }

        .owl-carousel-mobile {
            display: block !important;
        }

        .header {
            transform: translateY(0);
            padding: 0 6.16%;

            .small-size {
                width: unset;
            }
        }

        .item {
            /* FIX: Remove aspect-ratio, let content flow naturally */
            aspect-ratio: unset;
            transform: scale(1);
            transition: transform 0.3s ease-in-out;
            transition-delay: 0.1s;
            margin: 15.5% 0;
            justify-content: flex-start;
            /* FIX: Allow natural height based on content */
            display: flex;
            flex-direction: column;
            width: 100% !important;

            img,
            video {
                /* FIX: Position relative and set aspect ratio on media */
                position: relative;
                width: 100%;
                aspect-ratio: 1.674;
                object-fit: cover;
                display: block;
                /* FIX: Remove absolute positioning inheritance */
                top: auto;
                left: auto;
                height: auto;
            }

            .play-icon {
                display: none;
            }

            .item-content {
                /* FIX: Position content below image, not absolute */
                position: relative;
                padding: 9.41% 0;
                width: 100%;
                z-index: 2;
            }
        }

        .item:after {
            background: unset;
        }

        .owl-item.active.center .item {
            transform: scale(1.13);
            transition-delay: 0.5s;
        }

        /* CRITICAL FIX: Owl Carousel Safari iOS fixes */
        .owl-carousel-mobile {
            width: 100%;
        }

        .owl-stage-outer {
            overflow: hidden;
            width: 100%;
        }

        .owl-stage {
            display: flex !important;
        }

        .owl-item {
            flex-shrink: 0 !important;
            -webkit-flex-shrink: 0 !important;
            min-width: 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        margin-bottom: 7.68%;

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

        .header {
            .small-size {
                margin-top: 6.39%;
                text-align: center;
            }
        }

        .item {
            margin: 16.5% 0;
        }
    }

    @media (max-width: 1024px) {
        .fade-in-on-scroll {
            opacity: 0;
            transform: translateY(35px);
            transition: opacity 1.5s ease-out, transform 1.5s ease-out;
            /* Shorter duration for better mobile performance */
        }

        .fade-in-on-scroll.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Touch-optimized hover effects */
        .hover-zoom {
            position: relative;
            /* Use will-change for better GPU acceleration */
            will-change: transform;
            contain: layout style paint;
        }

        /* Replace hover with touch-friendly interactions */
        .hover-zoom img,
        .hover-zoom video {
            transition: transform 0.3s ease-out !important;
            transform-origin: center;
            will-change: transform;
            display: block;
        }

        /* Active state for touch devices instead of hover */
        .hover-zoom.active img,
        .hover-zoom.active video {
            transform: scale(1.03);
            /* Slightly smaller scale for mobile */
        }

        /* Carousel items animation */
        .owl-item {
            opacity: 0.7;
            transform: scale(0.9) translateY(20px);
            transition: opacity 0.4s ease-out, transform 0.4s ease-out;
        }

        .owl-item.active {
            opacity: 1;
            transform: scale(1) translateY(0);
        }

        .owl-item.active.center {
            transform: scale(1.05) translateY(-10px);
            transition-delay: 0.2s;
        }
    }

    /* --- SOLUTION: Make all mobile carousel cards the same size --- */
    @media (max-width: 1024px) and (orientation: portrait),
    (max-width: 767.5px) {

        /* Reset the scale-up effect on the centered card */
        .owl-item.active.center .item {
            transform: none;
        }

        /* Reset the scale-down and fade effects on the side cards */
        .owl-item {
            transform: none;
            opacity: 1;
        }
    }




    /* Desktop and large screens - ensure grid is visible */
    @media (min-width: 1025px) {
        .who-we-are-section .desktop-grid {
            display: flex !important;
        }

        .owl-carousel-mobile {
            display: none !important;
        }
    }

    /* Landscape tablets - keep grid visible */
    @media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
        .who-we-are-section .desktop-grid {
            display: flex !important;
        }

        .owl-carousel-mobile {
            display: none !important;
        }
    }

    /* Portrait tablets and mobile - show carousel */
    @media (max-width: 1024px) and (orientation: portrait),
    (max-width: 768px) {
        .who-we-are-section .desktop-grid {
            display: none !important;
        }

        .owl-carousel-mobile {
            display: block !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

        .owl-carousel-mobile .item {
            opacity: 1 !important;
            transform: none !important;
        }
    }
}

@supports (-webkit-touch-callout: none) {
    .who-we-are-section .item {
        flex-shrink: 0 !important;
        min-width: 0;
        overflow: hidden;
    }

    .who-we-are-section .container {
        -webkit-overflow-scrolling: touch;
    }
}


/*DESCRIPTION: innovation section */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape),
screen and (min-width: 1025px) {
    .small-screen {
        display: none;
    }

    .desktop-screen {
        display: block;
    }

    .innovation-section .desktop-screen .card-section {
        overflow: hidden;
    }

    .innovation-section .desktop-screen .card-section .item:first-child {
        border-top-left-radius: 20px;
    }

    /* top-right */
    .innovation-section .desktop-screen .card-section .item:nth-child(3) {
        border-top-right-radius: 20px;
    }

    /* bottom-left */
    .innovation-section .desktop-screen .card-section .item:nth-last-child(3) {
        border-bottom-left-radius: 20px;
    }

    /* bottom-right */
    .innovation-section .desktop-screen .card-section .item:last-child {
        border-bottom-right-radius: 20px;
    }

    /* Default: bottom-centered for non-active cards */
    .innovation-section .card-section .item .card-content,
    .innovation-section .card-section .small-cards .card .card-content {
        position: absolute;
        bottom: 20px;
        /* anchored at bottom */
        top: auto;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        padding: 0 10px;
        z-index: 2;
        color: var(--adro-deep-blue);
        text-align: center;
        opacity: 1;
        transition: top 0.5s ease, bottom 0.5s ease, transform 0.5s ease,
            opacity 0.5s ease, color 0.5s ease;
    }

    /* Cards positioning & overlay base */
    .innovation-section .card-section .item,
    .innovation-section .card-section .small-cards .card {
        position: relative;
        overflow: hidden;
    }

    /* Gradient overlay only when active */
    .innovation-section .card-section .item::before,
    .innovation-section .card-section .small-cards .card::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            /* Default (non‑active) gradient overlay */
            linear-gradient(180deg,
                rgba(67, 102, 143, 0.14) 11.22%,
                rgba(5, 9, 14, 0.6) 74.68%);
        opacity: 1;
        /* show by default for non‑active */
        transition: background 0.5s ease, opacity 0.5s ease;
        pointer-events: none;
        z-index: 1;
    }

    /* Active state — keep your original overlay gradient */
    .innovation-section .card-section .item.active::before,
    .innovation-section .card-section .small-cards .card.active::before {
        background: linear-gradient(0deg,
                rgba(0, 204, 255, 0.78) 0%,
                rgba(0, 204, 255, 0.78) 100%),
            linear-gradient(180deg,
                rgba(67, 102, 143, 0.14) 11.22%,
                rgba(5, 9, 14, 0.64) 74.68%);
    }

    .innovation-section .card-section .item.active::before,
    .innovation-section .card-section .small-cards .card.active::before {
        opacity: 1;
    }

    /* Active: center content vertically and change color to white */
    .innovation-section .card-section .item.active .card-content,
    .innovation-section .card-section .small-cards .card.active .card-content {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
        color: #fff;
    }

    /* Hide description on non-active cards */
    .innovation-section .card-section .item .card-description,
    .innovation-section .card-section .small-cards .card .card-description {
        display: none;
        margin-top: 24px !important;
    }

    .card-description {
        width: 84%;
        margin: auto;
    }

    /* Show description on active card */
    .innovation-section .card-section .item.active .card-description,
    .innovation-section .card-section .small-cards .card.active .card-description {
        display: block;
        color: var(--adro-deep-blue);
    }

    .innovation-section .card-section .item.active .card-title,
    .innovation-section .card-section .small-cards .card.active .card-title {
        color: var(--adro-deep-blue);
        /* active overlay title */
    }

    /* Keep title consistent */
    .innovation-section .card .card-title {
        margin: 0;
        padding: 0 10px;
    }

    .innovation-section .desktop-screen .sub-header {
        text-align: center;
    }

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

    .innovation-section .desktop-screen .main-header {
        margin-bottom: 2rem !important;
    }
}

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

    .innovation-section .card-section .item {
        aspect-ratio: 454 / 701 !important;
    }
}

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

.innovation-section {
    .our-innovation-header {
        padding: 4.22% 3.34% 0;

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

    .card-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 2.45% 2.8% 2.82%;

        .item {
            background-size: cover;
            background-position: center;
            aspect-ratio: 604 / 601;
            background-repeat: no-repeat;
            position: relative;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-card {
            border-radius: 20px;
            grid-row: 1 / 2;
            grid-column: 2 / 3;
            position: relative;
            overflow: hidden;
            padding: 7.66%;
            background-size: cover;
            background-position: center;
            text-align: center;
            display: flex;
            flex-direction: column;

            .main-card-title,
            .main-card-content {
                color: var(--adro-deep-blue);
                transition: opacity 0.3s ease, transform 0.3s ease;
                opacity: 1;
                transform: translateY(0);
            }

            .main-card-title {
                text-transform: uppercase !important;
                margin-bottom: 1.07em;
            }

            .main-card-scrollable {
                overflow: auto;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
        }

        /* Added for main-card zoom animation */
        .main-card.clicked {
            transform: scale(0);
            transition: transform 1.6s ease;
        }

        .main-card.clicked-back {
            transform: scale(1);
            transition: transform 0.3s ease;
        }

        .main-card.fade-out .main-card-title,
        .main-card.fade-out .main-card-content {
            opacity: 0;
            transform: translateY(10px);
        }

        .main-card.fade-in .main-card-title,
        .main-card.fade-in .main-card-content {
            opacity: 1;
            transform: translateY(0);
        }

        .main-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right,
                    rgba(0, 204, 255, 0.9) 0%,
                    rgba(0, 204, 255, 0.9) 100%);
            z-index: 1;
        }

        .main-card * {
            position: relative;
            z-index: 2;
        }

        .small-cards {
            .card:nth-child(5) {
                display: none;
            }

            .card {
                background-size: cover;
                background-position: center;
                aspect-ratio: 576 / 320;

                position: relative;
                cursor: pointer;
                border-radius: 20px;
                display: flex;
                justify-content: center;
                align-items: center;

                .card-content {
                    z-index: 2;
                    width: 100%;
                    text-align: center;

                    .card-title {
                        padding: 8.33%;
                        margin: 0;
                        text-transform: uppercase !important;
                        transition: opacity 0.3s ease;
                    }
                }
            }

            .card::before {
                content: "";
                position: absolute;
                inset: 0;
                border-radius: 20px;
                background: linear-gradient(0deg,
                        rgba(67, 102, 143, 0.14) -0.03%,
                        rgba(5, 8, 14, 0.56) 43.48%,
                        rgba(5, 8, 14, 0.56) 67.04%,
                        rgba(67, 102, 143, 0.14) 100%);
                z-index: 1;
            }

            .card1::before {
                content: "";
                position: absolute;
                inset: 0;
                border-radius: 20px;
                background: linear-gradient(0deg,
                        rgba(67, 102, 143, 0.14) -0.03%,
                        rgba(5, 8, 14, 0.56) 43.48%,
                        rgba(5, 8, 14, 0.56) 67.04%,
                        rgba(67, 102, 143, 0.14) 100%);
                z-index: 1;
            }

            .card.clicked {
                transform: scale(0);
                transition: transform 0.7s ease;

                .card-title {
                    opacity: 0.75;
                }
            }

            .card.clicked-back {
                transform: scale(1);
                transition: transform 0.3s ease;
            }
        }
    }

    .button-box {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3.49%;
    }

    @media screen and (max-width: 767.5px),
    screen and (max-width: 1024px) and (orientation: portrait) {
        .our-innovation-header {
            padding: 12.31% 6.16% 0;

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

        .card-section {
            display: flex;
            flex-direction: column;
            padding: 0;
            gap: 0;

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

            .main-card {
                margin: 8.21% 6.16% !important;
                padding: 8.21% 6.67%;
                aspect-ratio: 342 / 344;

                .main-card-title {
                    margin-bottom: 2.23em;
                }
            }

            .small-cards {
                margin-bottom: 8.39%;
                display: block;
            }
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .card-section .small-cards .card {
            aspect-ratio: 510/320;
        }

        .small-screen {
            display: none;
        }

        .desktop-screen {
            display: block;
        }

        .small-screen {
            display: none;
        }
    }

    @media screen and (max-width: 767.5px) {
        .button-box {
            margin-bottom: 18.49%;
        }

        .desktop-screen {
            display: none;
        }

        .inno-sub-header {
            text-align: left;
            margin-top: 0;
            margin-bottom: 0 !important;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .our-innovation-header {
            padding: 7.6% 4.8% 0;

            .desktop-screen {
                display: none;
            }

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

            .inno-sub-header {
                text-align: left;
                margin-top: 0;
                margin-bottom: 0 !important;
            }
        }

        .card-section {
            .owl-stage-outer {
                margin-bottom: 3.84%;
            }

            .main-card {
                margin: 4.8% !important;
                padding: 3.84% 5.28%;
                aspect-ratio: 754/352;

                .main-card-title {
                    margin-bottom: 0.67em;
                }
            }

            .small-cards {
                margin-bottom: 4.86%;
            }
        }

        .button-box {
            margin-bottom: 2.88%;
        }
    }
}

/* all spacers */
.space-homepage-below-banner-text {
    height: 13vw;
}

.space-homepage-below-our-services {
    height: 7.5vw;
}

.space-homepage-below-counters {
    height: 10.5vw;
}

.space-homepage-below-featured-insights {
    height: 6.3vw;
}

.space-homepage-below-our-clients {
    height: 10vw;
}

.space-homepage-below-our-industries {
    height: 6.1vw;
}

.space-homepage-below-who-we-are {
    height: 4.2vw;
}

.space-homepage-below-adro-innovation {
    height: 7.8vw;
}

@media screen and (max-width: 767.5px) {
    .space-homepage-below-banner-text {
        height: 40vw;
    }

    .space-homepage-below-our-services {
        height: 13vw;
    }

    .space-homepage-below-counters {
        height: 30vw;
    }

    .space-homepage-below-featured-insights {
        height: 8vw;
    }

    .space-homepage-below-our-clients {
        height: 20vw;
    }

    .space-homepage-below-our-industries {
        height: 19vw;
    }

    .space-homepage-below-who-we-are {
        height: 18.47vw;
    }

    .space-homepage-below-adro-innovation {
        height: 5.31vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    @media (orientation: portrait) {
        .space-homepage-below-banner-text {
            height: 29.4vw;
        }

        .space-homepage-below-our-services {
            height: 13vw;
        }

        .space-homepage-below-counters {
            height: 15.4vw;
        }

        .space-homepage-below-featured-insights {
            height: 23vw;
            display: none;
        }

        .space-homepage-below-our-clients {
            height: 24vw;
        }

        .space-homepage-below-our-industries {
            height: 27vw;
        }

        .space-homepage-below-who-we-are {
            height: 19.19vw;
        }

        .space-homepage-below-adro-innovation {
            height: 11.5vw;
        }
    }

    @media (orientation: landscape) {
        .space-homepage-below-banner-text {
            height: 21.4vw;
        }

        .space-homepage-below-our-services {
            height: 10vw;
        }

        .space-homepage-below-counters {
            height: 10vw;
        }

        .space-homepage-below-featured-insights {
            height: 17.5vw;
        }

        .space-homepage-below-our-clients {
            height: 16.5vw;
        }

        .space-homepage-below-our-industries {
            height: 17vw;
        }

        .space-homepage-below-who-we-are {
            height: 12.07vw;
        }

        .space-homepage-below-adro-innovation {
            height: 10vw;
        }
    }
}

/* vimeo popup */
.vimeo-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    background: white;
    padding: 20px;
    width: 47%;
    min-width: 320px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: black;
    cursor: pointer;
}

.close-btn:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

#vimeo-video-container iframe {
    width: 100%;
    /*     height: 450px; */
    aspect-ratio: 2/1;
}

@media screen and (max-width: 767.5px) {
    .close-btn {
        right: 10px;
    }
}

/* Highlights Section */
.latest-news-section {
    .service-button-cta:after {

        background-image: url(/wp-content/uploads/2025/09/Button%20icons%20Solid%20%26%20Non%20Solid%20button%20large%20%26%20Small%20x%20small%20%281%29.svg);

    }

    .underline-on-hover span::before {
        background-color: var(--adro-deep-blue);
    }


    @media screen and (min-width:1025px) and (max-width:1200px) {
        .card-section .small-cards {
            .card {
                aspect-ratio: 406/700 !important;
            }
        }

        .card-section .small-cards {
            .card:hover .card-content {
                aspect-ratio: 406/700 !important;
            }
        }

    }


    @media screen and (min-width: 1025px),
    (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
		
		 .card-wrapper[data-alignment="left"] {
            background-position: left center;
        }

        .card-wrapper[data-alignment="right"] {
            background-position: right center;
        }

        .card-wrapper[data-alignment="center"] {
            background-position: center center;
        }
        .carousel-controls {
            margin: 2.2% 0 0 0;

        }

        /* Card container */
        .card-section .small-cards .card {
            overflow: hidden;
            position: relative;
        }

        /* Gradient overlay on hover */
        .card-section .small-cards .card:hover::before {
            background: linear-gradient(0deg,
                    rgba(0, 204, 255, 0.78) 0%,
                    rgba(0, 204, 255, 0.78) 100%),
                linear-gradient(180deg,
                    rgba(67, 102, 143, 0.14) 11.22%,
                    rgba(5, 9, 14, 0.64) 74.68%) !important;
        }

        /* Always show title at bottom */
        .card-section .small-cards .card .card-title {
            width: 80.2%;
            text-align: center;
            color: #fff;
            z-index: 2;
        }

        /* Hide description and CTA by default */
        .card-section .small-cards .card .card-description,
        .card-section .small-cards .card .card-cta {
            display: none;
            text-align: center;
            z-index: 3;
            color: #fff;
        }

        .card-section .small-cards .card .card-description {
            top: 22%;
            text-align: left !important;
            margin-top: 0px !important;
        }

        .card-section .small-cards .card:hover .card-content {
            aspect-ratio: 406/600;
        }

        .card-section .small-cards .card .card-cta {
            margin: 6% auto auto auto;
            text-align: left;
        }

        /* Hover effect */
        .card-section .small-cards .card:hover .card-title {
            margin-top: 8% !important;
            margin-bottom: 4% !important;
            color: var(--adro-deep-blue);
            width: 79.7%;
            text-align: left;
        }

        .card-section .small-cards .card:hover .card-description,
        .card-section .small-cards .card:hover .card-cta {
            display: block;
            color: var(--adro-deep-blue);
            width: 79.7%;
        }
    }





    /* Hide description on non-active cards */
    .card-section .item .card-description,
    .card-section .small-cards .card .card-description {
        display: none;
        width: 84%;
        margin: 0 auto;
        text-align: center;
        z-index: 3;
    }

    /* Show description on active card */
    .card-section .item.active .card-description,
    .card-section .small-cards .card.active .card-description {
        visibility: visible;
        opacity: 1;
        color: var(--adro-deep-blue);
    }

    .our-latest-news-header {
        padding: 2.1% 3.34% 0;

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

        .sub-heading {
            text-align: center;
        }
    }

    .card-section {
        display: flex;
        gap: 1.67vw;
        padding: 2.45% 0% 4.1%;

        .main-card {
            border-radius: 20px;
            grid-row: 1 / 2;
            grid-column: 2 / 3;
            position: relative;
            overflow: hidden;
            padding: 7.66%;
            background-size: cover;
            background-position: center;
            text-align: center;
            display: none;
            flex-direction: column;

            .main-card-title,
            .main-card-content {
                color: var(--adro-deep-blue);
                transition: opacity 0.3s ease, transform 0.3s ease;
                opacity: 1;
                transform: translateY(0);
                text-align: left;
            }

            .main-card-title {
                text-transform: uppercase !important;
                margin-bottom: 1.07em;
            }

            .main-card-scrollable {
                overflow: auto;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }

            .main-card-cta {
                display: inline-block;
                text-align: left;
                margin-top: 1em;
                color: var(--adro-deep-blue);
                text-decoration: none;
                transition: color 0.3s ease;
            }
        }

        /* Added for main-card zoom animation */
        .main-card.clicked {
            transform: scale(0);
            opacity: 0;
            filter: blur(1px);
            /* slight blur during exit */
            transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
                opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
                filter 0.5s ease;
        }

        .main-card.clicked-back {
            transform: scale(1);
            opacity: 1;
            filter: blur(0px);
            /* clear on return */
            transition: transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1),
                filter 0.8s ease;
        }


        .main-card.fade-out .main-card-title,
        .main-card.fade-out .main-card-content {
            opacity: 0;
            transform: translateY(10px);
        }

        .main-card.fade-in .main-card-title,
        .main-card.fade-in .main-card-content {
            opacity: 1;
            transform: translateY(0);
        }

        .main-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(0, 204, 255, 0.90) 0%, rgba(0, 204, 255, 0.90) 100%);
            z-index: 1;
        }

        .main-card * {
            position: relative;
            z-index: 2;
        }

        .small-cards {
            width: 100%;


            .card:nth-child(5) {
                display: none;
            }

            .card {
                align-items: flex-end;
                background-size: cover;
/*                 background-position: center; */
                aspect-ratio: 406/600;
                position: relative;
                cursor: pointer;
                display: flex;
                justify-content: center;

                .card-content {
                    z-index: 2;
                    width: 100%;
                    text-align: center;
                    position: absolute;
                    display: flex;
                    flex-direction: column;


                    .card-title {
                        padding: 0;
                        margin: 0 auto 16% auto;
                    }
                }
            }

            .card::before {
                content: "";
                position: absolute;
                inset: 0;
                background: linear-gradient(180deg, rgba(67, 102, 143, 0.14) 11.22%, rgba(5, 9, 14, 0.60) 74.68%) no-repeat;
                z-index: 1;
            }

            .card.clicked {
                transform: scale(0);
                opacity: 0;
                filter: blur(1px);
                /* slight blur during exit */
                transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1),
                    opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
                    filter 0.5s ease;

                .card-title {
                    opacity: 0.75;
                }
            }

            .card.clicked-back {
                transform: scale(1);
                opacity: 1;
                filter: blur(0px);
                /* clear on return */
                transition: transform 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1),
                    filter 0.8s ease;
            }
        }
    }

    @media screen and (min-width:768px) and (max-width:1110px) and (orientation:landscape) {
        .card-section {
            .small-cards {
                .card {
                    aspect-ratio: 1/1.6;
                }
            }
        }

        .card-section .small-cards .card:hover .card-content {
            aspect-ratio: 1/1.6;
        }
    }

    @media screen and (max-width: 767.5px),
    screen and (max-width:1024px) and (orientation:portrait) {
        .our-latest-news-header {
            padding: 12.31% 6.16% 0;

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

            .sub-heading {
                text-align: left;
            }
        }

        .card-section {
            display: flex;
            flex-direction: column;
            padding: 0;
            gap: 0;

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

            .main-card {
                margin: 8.21% 6.16% !important;
                padding: 8.21% 6.67%;
                aspect-ratio: 342 / 344;
                display: flex;
                justify-content: center;

                .main-card-title {
                    margin-bottom: 0.95em;
                }

                #mainCtaText {
                    font-size: 18px !important;
                }
            }

            .small-cards {
                margin-bottom: 15.39%;
                display: block;

                .card {
                    aspect-ratio: 576 / 320;
                    align-items: center;
                    border-radius: 20px;

                    .card-cta {
                        font-size: 18px;
                    }

                    .card-title {
                        margin: 0 auto 0 auto !important;
                    }

                }
				.card::before{
					border-radius:20px;
				}
            }
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        .our-latest-news-header {
            padding: 9.6% 4.8% 0;

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

        .card-section {
            .owl-stage-outer {
                margin-bottom: 3.84%
            }

            .main-card {
                margin: 4.8% !important;
                padding: 3.84% 5.28%;
                aspect-ratio: 754/352;

                .main-card-title {
                    margin-bottom: 0.67em;
                }
            }

            .small-cards {
                margin-bottom: 4.8%;
            }
        }


    }
}