.home-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.home-banner .banSlideInn .banSlideImg {
    position: relative;
}

.home-banner .banSlideInn .banSlideImg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.home-banner video {
    /* position: absolute; */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
}

.banner-video,
.banner-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home-banner .slick-track,
.home-banner .slick-list {
    height: 100%;
}

.banner-content {
    left: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding-bottom: 70px;
    z-index: 2;
}

.banner-slide {
    height: 100%;
}

.slider-banner {
    height: 100%;
}

.banner-content>div {
    padding: 0 0 0 30px;
}

.banner-content-head {
    font-family: var(--heading-font);
    font-size: 110px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    transition: 0.8s;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(30px);
}

.banner-content-head span {
    display: block;
    font-weight: 800;
    color: var(--color-red);
    font-style: italic;
}

.banner-content p {
    color: #FFFFFF;
    transition: 1s;
    font-family: var(--secondary-font);
    opacity: 0;
    transform: translateY(30px);
}

.banner-content .color-red {
    opacity: 0;
    transition: 1.2s;
    transform: translateY(30px);
}


.slick-active .banner-content .banner-content-head {
    opacity: 1;
    transform: translateY(0px);
}

.slick-active .banner-content .text-white {
    opacity: 1;
    transform: translateY(0px);
}

.slick-active .banner-content .color-red {
    opacity: 1;
    transform: translateY(0px);
}

/* marquee slider 1 */




.marqueeSec1 .inner {
    position: relative;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    display: block;
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-left: 90px;
    font-family: var(--secondary-font);
    color: #fff;
}

.marqueeSec1 .inner:after {
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background-image: url(../images/index/Star.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
}

.marqueeSec1 {
    background: var(--color-blue);
    padding: 25px 0;
}

.has-mask-fill>span {
    position: relative;
    display: inline;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    font-weight: 400;
    font-family: var(--secondary-font);
    font-size: 45px;
    text-align: center;
    line-height: 57px;
    background-image: linear-gradient(var(--color-blue), var(--color-blue));
    background-size: 0% 100%;
}

.has-mask-fill {
    text-align: center;
    margin-bottom: 60px;
}

.what-we-offer-sec {
    overflow: hidden;
    position: relative;

    .offerSwiper {
        .navigation-btn {
            display: none;
        }
    }
}

.what-we-offer-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--color-red);
    height: 65%;
}

.offer-card h6 {
    position: relative;
    font-size: 25px;
    line-height: 20px;
    font-weight: 700;
    color: #363636;
    transition: 0.4s;
    font-family: var(--secondary-font);
}

.offer-card:hover h6::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: -1;
    background-color: #EEE8E8;
}


.offer-card:hover .common-btn {
    opacity: 1;
}

.offer-card:hover h6 {
    color: var(--color-blue);
}

.offer-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offer-card figure {
    width: 100%;
    height: 484px;
    overflow: hidden;
}

.offer-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .has-mask-fill>span  {
    -webkit-text-fill-color: #AEAEAE;
    background-image: linear-gradient(#fff, #fff);
} */


/* WHY CHOOSE US */


.custom-tabs .nav-link {
    font-size: 74px;
    font-weight: 900;
    color: transparent;
    padding: 0;
    display: flex;
    line-height: 65px;
    font-family: var(--secondary-font);
    letter-spacing: 2%;
    -webkit-text-stroke: 1px #AFAFAF;
    transition: 0.3s;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.custom-tabs .nav-item:first-child {
    margin-top: 17px;
}

.custom-tabs .nav-link .chsNum {
    width: 70px;
}

.custom-tabs .nav-link .chsTxt {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.custom-tabs .nav-link:hover {
    -webkit-text-stroke: 1px var(--color-blue);
}

.custom-tabs .nav-link.active {
    color: var(--color-blue);
    -webkit-text-stroke: 0;
}

.tab-content-card {
    padding: 55px 30px;
    background-color: var(--color-blue);
    border-radius: 20px;
}

.tab-content-card h4 {
    font-size: 55px;
    font-weight: 600;
    line-height: 50px;
    color: var(--color-red);
    margin-bottom: 0;
    font-family: var(--barlow-font);
}

.tab-content-head {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.tab-content-head figure {
    width: 93px;
    height: 93px;
    margin-bottom: 0;
}

.tab-content-head figure img {
    width: 100%;
}

.tab-para-wrap p {
    margin-bottom: 30px !important;
}


/* testimonial slider */
.slider-for-testConent {
    .testi-cardWrap {
        .testi-personWrap {
            display: none;
        }
    }
}

.testi-cardWrap {
    position: relative;
    margin: 50px;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0px 8px 52px rgba(0, 87, 148, 0.25);
    display: flex;
    justify-content: space-between;
}

.testi-cardWrap::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 100px;
    height: 60px;

    background-color: #fff;
    /* border-radius: 0 0 0px 10px; */
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.testi-cardWrap .iconT {
    padding-right: 40px;
    border-right: 3px solid rgba(0, 0, 0, 0.15);
}

.testi-content {
    padding-right: 10px;
    padding-left: 35px;
}

.testi-content p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.thumbSLiderWrap {
    position: relative;
    padding: 20px 0;

    .slider-nav {
        .test-slide-nav {
            transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);

            .testi-personWrap {
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;

                .figureTs {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    .ts-person {
                        width: 116px;
                        height: 116px;
                        border-radius: 50%;
                        overflow: hidden;
                        margin: 0;
                        transform: scale(0.75);
                        filter: grayscale(1) brightness(0.8);
                        transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }

                    .playIcon {
                        position: absolute;
                        bottom: 10px;
                        right: 5px;
                        opacity: 0;
                        transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
                        width: 32px;
                        height: 32px;
                    }
                }

                .tsDEtails {
                    padding: 0 10px;
                    min-width: 200px;
                    display: none;
                    opacity: 0;
                    margin-top: 12px;
                    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);

                    h4 {
                        color: rgba(12, 73, 173, 1);
                        margin-bottom: 8px;
                        font-size: 20px;
                        line-height: 24px;
                        font-family: var(--secondary-font);
                        font-weight: 700;
                    }
                }
            }

            &.slick-current {
                .testi-personWrap {
                    .figureTs {
                        .ts-person {
                            filter: none;
                            transform: none;
                        }

                        .playIcon {
                            opacity: 1;
                        }
                    }

                    .tsDEtails {
                        display: block;
                        opacity: 1;
                    }
                }
            }
        }
    }

    .slick-arrow {
        width: 36px;
        height: 36px;
        padding: 10px;
        display: flex;
        opacity: 0.5;
        justify-content: center;
        align-items: center;
        border: 1px solid #000;
        background: #fff;
        cursor: pointer;
        border-radius: 4px;
        pointer-events: all;
        font-size: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        &::after {
            content: '\f060';
            position: absolute;
            font-family: fontawesome;
            font-size: 18px;
            color: #000;

        }

        &.slick-prev {
            left: 0;
        }

        &.slick-next {
            left: auto;
            right: 0;

            &::after {
                content: '\f061';
            }
        }

        &:hover,
        &:focus {
            opacity: 1;
        }
    }
}

/* logo-marquee */
/* .logo-marquInn {
    display: flex;
} */

.js-marquee-wrapper {
    display: flex;
}

.marqueeSec {
    overflow: hidden;

    .logo-marquee .js-marquee {
        display: flex;
        gap: 80px;
        margin-right: 80px !important;
    }
}

/* .logo-marquee .eachLogoMrq {
   width: 100%;
   height: 100%;
}
.logo-marquee .logo-inner {
    width: 100%;
   height: 70px;
} */
.logo-marquee .logo-inner img {
    height: 90px;
    width: 120px;
    object-fit: contain;
    /* width: 230px;
    height: 70px; */
}

.logo-marquee {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 30px;
}




/* parallax  */

.parallax-sec {
    background-attachment: fixed;
    background-size: cover;
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .row {
        position: relative;
        z-index: 2;
    }
}


/* dealershipsec */
.deailership-sec {
    background-color: rgba(237, 239, 244, 1);
}

.deailership-sec .d-flex {
    flex-wrap: nowrap;
}

.deailership-sec .common-btn {
    padding: 6px;
    padding-left: 20px;
    font-size: 16px;
}

.deailership-sec .common-btn span {
    margin-right: 10px;
}


/* --- 1. Base Structure & Layout --- */
.eachSustaibity {
    position: relative;
    /* Fixed height example */
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* --- 2. The Fixed-Width, Blurred Overlay (The Key to the Design) --- */
.eachSustaibity::before {
    position: absolute;
    /* 50% width is still recommended to divide the image in half, 
       but you can change this to a fixed pixel width if preferred (e.g., 600px) */
    width: 45%;
    /* width: 600px; /* Example fixed pixel width */
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2px) grayscale(0.2);
    z-index: 1;
}

.custom-grid-layout {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* Constrains content to the left 50% section (matches the ::before width) */
.left-content-area {
    width: 50%;
    /* width: 600px; /* Example fixed pixel width */
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- 3. Text & Clipping Styles (Using Fixed px) --- */
.clipTextWrap {
    position: relative;
    display: flex;
    line-height: 1;
    max-width: 100%;
    color: #fff;
}

.clipTextWrap h2 {
    /* Fixed pixel size */
    letter-spacing: 0px;
    font-size: 135px;
    font-weight: 700;
    margin: 0;
    font-family: var(--secondary-font);
    white-space: nowrap;
}

.transparent-clip-path {
    color: transparent;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.normal-text {
    color: #fff;
}

/* --- 4. Supporting Elements --- */
/* .redDotText::before {
    content: '•';
    color: red;
    font-size: 1.2em;
    margin-right: 5px;
} */

.description-text {
    color: #fff;
    /* Fixed pixel size */
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0;
    width: 90%;
}

.view-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    width: fit-content;
}

.view-details-btn::after {
    content: '•••';
    font-size: 1.5em;
    margin-left: 10px;
    line-height: 0.5;
}

.left-content-area p {
    margin-bottom: 40px !important;
    width: 80%;
}

.left-content-area .common-btn {
    width: fit-content;
}

.clip-word span {
    display: inline-block;
    font-size: 135px;
    font-weight: 700;
    background-image: url("../images/index/st-bg-1.jpg");
    background-size: cover;
    background-position: center;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    transition: filter .25s linear;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

#clip-word-1 span {
    background-image: url("../images/index/st-bg-1.jpg");
}

#clip-word-2 span {
    background-image: url("../images/index/parallax-image.jpg");
}

#clip-word-3 span {
    background-image: url("../images/index/application-bg.jpg");
}

/* home page banner dots */
.home-banner {
    .slick-arrow {
        position: absolute;
        right: 64px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #fff;
        background-color: transparent;
        z-index: 9;
        font-size: 0;
        padding: 5px;
        transition: .4s;

        &.slick-prev {
            top: 42%;
			right: 61px;
            transform: rotate(90deg) translateY(-42%);

            &::after {
                content: "";
                position: absolute;
                background: url(../images/index/ban-left-arrow.png) no-repeat center center;
                background-size: 100%;
                filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
                width: 26px;
                height: 100%;
                top: 0;
                right: 5px;
                transition: .4s;
            }
        }

        &.slick-next {
            transform: rotate(90deg) translateY(-50%);

            &::after {
                content: "";
                position: absolute;

                background: url(../images/index/ban-right-arrow.png) no-repeat center center;
                background-size: 100%;
                filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
                width: 26px;
                height: 100%;
                top: 0;
                left: 5px;
                transition: .4s;
            }
        }

        &:hover {
            &.slick-prev {
                &::after {
                    right: 27px;
                }
            }

            &.slick-next {

                &::after {
                    left: 27px;
                }
            }
        }
    }

    .slick-dots {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        padding-left: 0;
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 0;

        li {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            overflow: hidden;
            background-color: #EEE8E8;
            transition: all 0.5s;

            button {
                width: 100%;
                height: 100%;
                border: none;
                outline: 0;
                font-size: 0;
                background-color: transparent;
            }

            &.slick-active {
                width: 50px;
                background-color: #ff0000;
                border-radius: 0;
                border-radius: 12px;
            }
        }
    }
}

.sustainability {
    .susTabilityWrap {
        .slick-dots {
            position: absolute;
            bottom: 60px;
            left: 50%;
            transform: translateX(-50%);
            padding-left: 0;
            list-style-type: none;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            margin-bottom: 0;

            li {
                width: 12px;
                height: 12px;
                border-radius: 50%;
                overflow: hidden;
                background-color: #EEE8E8;
                transition: all 0.5s;

                button {
                    width: 100%;
                    height: 100%;
                    border: none;
                    outline: 0;
                    font-size: 0;
                    background-color: transparent;
                }

                &.slick-active {
                    width: 50px;
                    background-color: #ff0000;
                    border-radius: 0;
                    border-radius: 12px;
                }
            }
        }
    }
}

/* home page banner dots */

/* Responsive */
@media (max-width: 1768px) {
    .home-banner {
        .banner-content-head {
            font-size: 90px;
        }
    }

    .clip-word span {
        font-size: 104px;
    }

    .offer-card figure {
        height: 420px;
    }
}


@media (max-width: 1600px) {

    .offer-card figure {
        height: 380px;
    }

    .custom-tabs .nav-link {
        font-size: 55px;
        line-height: 60px;
    }

    .thumbSLiderWrap {
        .slider-nav {
            .test-slide-nav {
                .testi-personWrap {
                    .figureTs {
                        .ts-person {
                            width: 92px;
                            height: 92px;
                        }
                    }

                    .tsDEtails {
                        h4 {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }

    .clip-word span {
        font-size: 87px;
    }
}

@media (max-width: 1440px) {
    .home-banner {
        .common-btn {
            min-width: 210px;
        }

        .banner-content-head {
            font-size: 70px;
        }
    }

    .marqueeSec1 .inner {
        font-size: 50px;
    }

    .has-mask-fill>span {
        font-size: 36px;
        line-height: 46px;
    }

    .what-we-offer-sec {
        .secHeadWrap {
            margin-bottom: 40px;
        }
    }
}

@media (max-width: 1280px) {
    .home-banner {
        position: relative;

        .banSlideInn {
            position: relative;
            height: 100%;
            width: 100%;

            .banSlideImg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;

                &::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.5);
                    z-index: 1;
                }
            }
        }

        .banner-content-head {
            font-size: 56px;
        }
    }

    .what-we-offer-sec {
        padding-bottom: 80px !important;

        &::before {
            height: 100%;
        }

        .secHeadWrap {
            margin-bottom: 40px;
            flex-direction: column;
            text-align: center;

            .col-md-10 {
                width: 100%;
            }

            .navigation-btn {
                width: 100%;
                position: absolute;
                bottom: 80px;
                left: 50%;
                transform: translateX(-50%);

                .swiper-button-prev {
                    left: calc(50% - 50px) !important;
                }

                .swiper-button-next {
                    right: calc(50% - 50px) !important;
                }
            }
        }

        .offerSwiper {
            margin-bottom: 80px;

            /* .navigation-btn {
                display: block;
                bottom: -28px;

                .swiper-button-prev {
                    left: calc(50% - 55px) !important;
                    opacity: 1;
                }

                .swiper-button-next {
                    right: calc(50% - 55px) !important;
                    opacity: 1;
                }
            } */

            .offer-card {
                .offer-card-body {
                    flex-direction: column;
                    gap: 10px;
                }

                h6 {
                    width: 100%;
                    text-align: center;
                    font-size: 22px;
                    color: #fff !important;

                    &::before {
                        content: normal;
                    }
                }

                .common-btn {
                    opacity: 1 !important;
                    background-color: #fff !important;
                    color: var(--color-red) !important;
                    font-size: 16px;
                }
            }
        }
    }

}

@media(max-width: 1200px) {
    .home-banner {
        height: 80vh;
    }
}

@media (max-width: 1199px) {
    .slider-for-testConent {
        padding-bottom: 50px;

        .slick-arrow {
            width: 36px;
            height: 36px;
            padding: 10px;
            display: flex;
            opacity: 0.5;
            justify-content: center;
            align-items: center;
            border: 1px solid #000;
            background: #fff;
            cursor: pointer;
            border-radius: 4px;
            pointer-events: all;
            font-size: 0;
            position: absolute;
            top: auto;
            bottom: -10px;

            &::after {
                content: '\f060';
                position: absolute;
                font-family: fontawesome;
                font-size: 18px;
                color: #000;

            }

            &.slick-prev {
                left: calc(50% - 45px);
            }

            &.slick-next {
                left: auto;
                right: calc(50% - 45px);
                ;

                &::after {
                    content: '\f061';
                }
            }

            &:hover,
            &:focus {
                opacity: 1;
            }
        }
    }

    .thumbSLiderWrap {
        display: none;

        .slider-nav {
            .test-slide-nav {
                .testi-personWrap {
                    .tsDEtails {
                        opacity: 1;
                        display: block;
                    }
                }
            }
        }
    }

    .testimonialsec {
        .pb-60 {
            padding-bottom: 60px !important;
        }
    }

    /* .home {
        .commonFAQWrap {
            padding-bottom: 90px !important;
        }
    } */
}

@media (max-width: 1024px) {

    .banner-content {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;

        .col-md-3 {
            width: 100% !important;

            .red-line {
                margin: 10px 0px;
            }
        }
    }



    .why-choose-us {
        .secHeadWrap {
            text-align: center;

            .smallTitle {
                margin-bottom: 20px;
                display: inline-block;
            }
        }

        .whychoosewWrap {
            &.deskView {
                display: none;
            }

            .whyBoxWrap {
                .eachWhy {
                    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
                    border-radius: 10px;
                    overflow: hidden;

                    &:not(:last-child) {
                        margin-bottom: 25px;
                    }

                    .eachWhyInner {
                        .whyTitle {
                            cursor: pointer;
                            display: flex;
                            justify-content: flex-start;
                            align-items: center;
                            background-color: var(--color-blue);
                            padding: 10px 40px 12px 15px;
                            position: relative;

                            &::after {
                                content: '\f107';
                                position: absolute;
                                font-family: fontawesome;
                                font-size: 18px;
                                color: #fff;
                                right: 15px;
                                top: 15px;
                                transition: all 0.5s;
                            }

                            .whyFig {
                                width: 36px;
                                height: 36px;
                                margin-bottom: 0;

                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: contain;
                                }
                            }

                            .whyTitleHead {
                                width: calc(100% - 36px);
                                font-family: var(--secondary-font);
                                font-size: 20px;
                                font-weight: 700;
                                line-height: 1.2;
                                color: #fff;
                                margin-bottom: 0;
                                padding-left: 15px;
                            }
                        }

                        .whyCont {
                            background-color: #fff;
                            padding: 15px;
                            display: none;

                            .whyContInner {
                                .tab-para-wrap {
                                    p {
                                        margin-bottom: 12px !important;
                                    }
                                }
                            }
                        }
                    }

                    &.active {
                        .eachWhyInner {
                            .whyTitle {
                                &::after {
                                    transform: rotate(180deg);
                                }
                            }

                            .whyCont {
                                display: block;
                            }
                        }
                    }
                }
            }
        }
    }

    .slider-for-testConent {
        .testi-cardWrap {
            box-shadow: 0px 9px 25px rgba(0, 87, 148, 0.25);
            margin: 15px 15px 30px;

            .testi-personWrap {
                width: 100%;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                margin-top: 15px;

                .figureTs {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    .ts-person {
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        overflow: hidden;
                        margin: 0;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }
                    }

                    .playIcon {
                        position: absolute;
                        bottom: 10px;
                        right: 5px;
                        width: 32px;
                        height: 32px;
                    }
                }

                .tsDEtails {
                    min-width: unset;

                    h4 {
                        color: rgba(12, 73, 173, 1);
                        font-size: 15px;
                        line-height: 24px;
                        font-family: var(--secondary-font);
                        font-weight: 700;
                    }
                }
            }
        }
    }

    .logo-marquee figure {
        width: 200px;
        height: 50px;
    }

}

@media (max-width: 991px) {
    .home-banner {
        .banner-content-head {
            font-size: 55px;
        }
    }

    .what-we-offer-sec {
        padding-bottom: 60px !important;

        .secHeadWrap {
            margin-bottom: 20px;

            .navigation-btn {
                bottom: 62px;
            }
        }

        .offerSwiper {

            .navigation-btn {
                .swiper-button-prev {
                    left: calc(50% - 45px) !important;
                }

                .swiper-button-next {
                    right: calc(50% - 45px) !important;
                }
            }
        }
    }

    .marqueeSec {
        .logo-marquee .js-marquee {
            gap: 50px;
            margin-right: 50px !important;
        }
    }

    .logo-marquee .logo-inner img {
        height: 75px;
        width: 100px;
    }

    .parallexSecCol {
        text-align: center;

        .secHead {
            margin-bottom: 10px !important;
        }
    }

}

@media (max-width: 768px) {
    .eachSustaibity::before {
        background-color: rgba(255, 255, 255, 0.65);
    }
    .home-banner {
        .banner-content-head {
            font-size: 42px;
        }

        .banner-content {
            top: 55%;
            padding-bottom: 0;
        }
    }

    .why-choose-us {
        .whychoosewWrap {
            .whyBoxWrap {
                .eachWhy {
                    &:not(:last-child) {
                        margin-bottom: 18px;
                    }

                    .eachWhyInner {
                        .whyTitle {
                            .whyFig {
                                width: 30px;
                                height: 30px;
                                margin-bottom: 0;
                            }

                            .whyTitleHead {
                                width: calc(100% - 30px);
                                font-size: 16px;
                            }

                            &::after {
                                font-size: 16px;
                                top: 12px;
                            }
                        }

                        .whyCont {
                            background-color: #fff;
                            padding: 15px;
                            display: none;

                            .whyContInner {
                                .tab-para-wrap {
                                    p {
                                        margin-bottom: 12px !important;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 767px) {
    .home-banner {
        .banSlideInn {
            .mobVideo {
                display: block !important;
            }
        }
    }

}


@media (max-width: 575px) {
    .home-banner {
        .banner-content {
            .d-flex {
                row-gap: 0 !important;
            }
        }

        .banner-content-head {
            font-size: 28px;
        }

        .common-btn {
            min-width: 180px;
            font-size: 16px;
        }
    }

    .what-we-offer-sec {
        padding-bottom: 40px !important;

        .secHeadWrap {
            .navigation-btn {
                bottom: 40px;
            }
        }

        .offerSwiper {
            margin-bottom: 90px;
        }
    }

    .slider-for-testConent {
        .testi-cardWrap {
            .iconT {
                width: 60px;
                padding-right: 8px;
            }

            .testi-content {
                width: calc(100% - 60px);
                padding-left: 12px;
                padding-right: 0;
            }

            .testi-personWrap {
                .tsDEtails {
                    h4 {
                        font-size: 14px;
                    }
                }
            }
        }
    }

    .sustainability {
        .susTabilityWrap {
            .slick-dots {
                bottom: 40px;
            }
        }
    }

    .what-we-offer-sec {
        .secHeadWrap {
            .navigation-btn {
                .swiper-btn {
                    width: 40px;
                    height: 40px;
                }

                .swiper-button-prev {
                    left: calc(50% - 46px) !important;
                }

                .swiper-button-next {
                    right: calc(50% - 46px) !important;
                }
            }
        }
    }

    .slider-for-testConent {
        .slick-arrow {
            width: 40px;
            height: 40px;

            &.slick-prev {
                left: calc(50% - 45px);
            }

            &.slick-next {
                left: auto;
                right: calc(50% - 45px);
            }
        }
    }
}

@media (max-width: 480px) {
    .slider-for-testConent {
        .testi-cardWrap {
            flex-direction: column;

            .iconT {
                width: 100%;
                border-right: 0;
                border-bottom: 3px solid rgba(0, 0, 0, 0.15);

                img {
                    width: 60px;
                    height: auto;
                    margin: 0 auto;
                    padding-right: 0;
                    padding-bottom: 15px;
                }
            }

            .testi-content {
                width: 100%;
                padding: 0;
                padding-top: 15px;
            }
        }
    }
}