body {
    font-family: 'Nunito', sans-serif;
   
    margin: 0 auto;
    padding: 0px 10px;
    
    overflow-x: hidden;
}








.sec_padding {
    padding: 80px 0px;
}

.fs-30 {
    font-size: 30px;
}


.sec-title {
    font-size: 42px;
    font-weight: bold;
    color: black;

}

.col-orange {
    color: #F26522;
    text-decoration: none;
}

h3 {
    font-size: 28px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 600;
}

p {
    font-size: 18px;
}

.custom-nav {
    font-weight: normal;
    font-size: 24px;

}


.gradient-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: #162340;
    background-size: 200% auto;
    background-position: left center;
    border: none;
    width:fit-content;
    text-decoration: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.gradient-btn .icon {
    width: 36px;
    height: 36px;
    background: white;
    color: #242E45;
    border-radius: 50%;
    display: flex;

    align-items: center;
    justify-content: center;
    margin-left: 16px;
    font-size: 18px;
    transform: rotate(-45deg);
    transition: transform 0.6s ease;
}



.gradient-btn:hover {
    background-position: right center;
    /* transform: translate3d(0, -2px, 0); */
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    color: white;
}

.gradient-btn:hover .icon {
    transform: translateX(0px);
}

.coach-tag {
    display: inline-block;
    background: linear-gradient(to right, rgba(242, 101, 34, 0.1), rgba(242, 101, 34, 0));
    color: #f26522;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.coach-tag-white {
    display: inline-block;
    background: linear-gradient(to right, rgb(255 255 255 / 10%), rgb(255 255 255 / 1%));
    color: #f26522;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.txt-white {
    color: white;
}





















/* hero-slider */
.creative-parallax--slider {
    overflow: hidden;
    border-radius: 10px;

}

.parallax-slider {
    height: 95vh;

}

.slider-wrap {
    background: #162340;
    height: 95vh;
}

.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slide--bg {
    z-index: 0;
    visibility: inherit;
    font-weight: 400;
    white-space: nowrap;
    min-height: 834px;
    min-width: 834px;
    max-height: 834px;
    max-width: 834px;
    background-color: #16234033;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    overflow: auto;
}

.swiper-slide-active .slide--bg {
    animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
    width: 650px;
    height: 650px;
    background: #16234096;
    margin: auto;
    border-radius: 50%;
}

.swiper-slide-active .slide--bg .slide-bg--inner {
    animation: zoomInInner 1s ease forwards;
}

.slide-detail {
    position: relative;
    z-index: 1;
    text-align: center;
}

.slide-main--heading {
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 60px;
    white-space: normal;
    text-transform: capitalize;
}

.from-left, .from-right {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s ease, filter 0.5s ease;
}

.swiper-slide-active .from-left {
    animation: fadeInLeft 1s ease forwards;
    animation-delay: 0.8s;
    line-height: 1em;
}

.swiper-slide-active .from-right {
    animation: fadeInRight 1s ease forwards;
    animation-delay: 1s;
}

.slide-main--subheading {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(0px);

}

.swiper-slide-active .slide-main--subheading {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInDown 1s ease forwards;
    animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 18px;
    white-space: normal;
    min-height: 0px;
    min-width: 347px;
    max-height: none;
    max-width: 347px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}

.swiper-slide-active .slide-des {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.4s;
}

.swiper-slide-active .slide-detial button {
    transition: opacity 0.5s ease, filter 0.5s ease;
    animation: fadeInUp 1s ease forwards;
    animation-delay: 1.4s;
}






/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Description */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 0.7;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

/* Keyframe animations for background */
@keyframes zoomInBg {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomInInner {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.parallax-slider .slide-btns {
    width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}

.slide-btns:hover {
    border: 1px solid #fff;
    background: #fff;
}

.slide-btns:hover:after {
    color: #232323;
}

span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}

.autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026;
    width: var(--progress, 0%);
    transition: width 0.5s ease;
}

/* ======== Sticky Footer ========= */
.sticky-footer {
    position: fixed;
    width: 100%;
    background: #333;
    z-index: 999;
    bottom: 0;
}

.sticky-footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}

.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.social ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}

.social ul li a {
    display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}

.social ul li a img {
    max-width: 20px;
}





/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
    .slider-wrap {
        height: 750px;
    }

    .slide--bg {
        min-height: 720px;
        min-width: 720px;
        max-height: 720px;
        max-width: 720px;
    }

    .slide--bg .slide-bg--inner {
        width: 590px;
        height: 590px;
    }

    .slide-badge {
        right: -116px;
    }
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 80vh;
    }

    .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }

    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }

    .parallax-slider .slide-btns {
        display: none;
    }

    .slide-main--heading {
        font-size: 32px;
    }

    .swiper-pagination {
        display: flex;
        column-gap: 15px;
        justify-content: center;
        bottom: 100px !important;
    }

    span.swiper-pagination-bullet {
        display: block;
    }

}


.custom-swiper-nav {
    font-size: 24px;
    color: white;
    width: 60px;
    border: 1px solid white;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    user-select: none;
}

.custom-swiper-nav:hover {
    background-color: white;
    color: #162340;
}



.swiper-button-prev.custom-swiper-nav {
    left: 10px;
}

.swiper-button-next.custom-swiper-nav {
    right: 10px;
}

/* Optional: Hide default Swiper arrows if they exist */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}


/* tagline */
.tagline-cntnt{
    font-size: 52px;
}
@keyframes marquee {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(-100%);
	}
}
 .marquee {
	 display: flex;
	 align-items: center;
	 justify-content: flex-start;
	 overflow: hidden;
     gap: 100px;
}
 .marquee span {
	 text-transform: uppercase;
	 will-change: transform;
	 transform: translateX(0);
	 white-space: nowrap;
	 animation: marquee 14s linear infinite;
	 font-size: 48px;
	 /* font-family: 'Gravitas One', Helvetica, Arial, sans-serif; */
	 font-weight: bold;
	 color: #162340;
}





/* solutions */
.solutions {
    position: relative;
    padding: 100px;
    border-radius: 10px;
    background-color: #162340;
    color: #fff;
    overflow: hidden;
    /* ensures the pseudo-element stays within rounded corners */
}

.solutions::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 100%;
    height: 100%;
    background-image: url('../images/demo-corporate-bg-01.png');
    /* replace with your actual image path */
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    opacity: 1;
    /* adjust for subtlety */
    z-index: 0;
    border-radius: 40px;
    /* match parent if you want */
}

.solutions>* {
    position: relative;
    z-index: 1;
}

.solutions-carousel .item {
    position: relative;
    width: 370px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    /* Added pointer for interactivity */
}

@media (min-width: 900px) and (max-width: 1400px) {
    .solutions-carousel .item {
        width: 330px !important;
        height: 400px;
    }
}

/* Image filling the card */
.solutions-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

/* Remove grayscale and add blur + zoom on hover */
.solutions-carousel .item:hover img {
    filter: grayscale(0%) blur(5px);
    /* Grayscale removed and blur added */
    transform: scale(1.4);
    /* Scale up the image */
}

/* Bottom overlay */
.solutions-carousel .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    /* backdrop-filter: blur(4px); */
    border-radius: 0 0 10px 10px;
    transition: background 0.4s ease;
    transition: all 0.3s ease;

}

.solutions-carousel .item:hover .item::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);


}




/* Darken overlay on hover to make content stand out */
.solutions-carousel .item:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    /* Darker gradient on hover */
}

/* Content positioning and styling */
.solutions-carousel .item .item-content {
    position: relative;
    padding: 30px;
    color: white;
    z-index: 1;
    transition: all 0.3s ease;
}

/* Slide up the paragraph on hover */
.solutions-carousel .item-content p {
    margin-bottom: 0px;
    /* padding-top: 30px; */
    transition: margin-bottom 0.5s ease, padding-top 0.5s ease;
}

/* Adjust paragraph position on hover */
.solutions-carousel .item:hover .item-content p {
    margin-bottom: 0;
    padding-top: 0;
}


.solutions-carousel .owl-dots {
    display: none;
}

.solutions-carousel .owl-prev,
.solutions-carousel .owl-next {
    position: absolute !important;
    top: -90px !important;
    width: 60px !important;
    height: 60px !important;
    background: transparent !important;
    border-radius: 50% !important;
    border: 1px solid white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    color: white !important;
    backdrop-filter: blur(4px) !important;
    transition: background 0.3s ease, border 0.3s ease;
    cursor: pointer;
}

/* Specific positions */
.solutions-carousel .owl-prev {
    right: 100px !important;
}

.solutions-carousel .owl-next {
    right: 0px !important;
}

/* Hover effects for interactivity */
.solutions-carousel .owl-prev:hover,
.solutions-carousel .owl-next:hover {
    background: white !important;
    border-color: #162340 !important;
    color: #162340 !important
}

.solutions-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 0px;
    height: 0px;
    background: white;
    transform: rotate(-45deg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    opacity: 0;



}


.solutions-carousel .item:hover .solutions-arrow {
    width: 60px;
    height: 60px;
    /* transform: rotate(-40deg); */
    opacity: 1;

}

.solutions-arrow i {
    font-size: 24px;
    color: #162340;



}






/* our-approach */
/* .process-container {
    display: flex;
    flex-direction: column;


} */



.process-step {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}



.process-icon-wrap {
    position: relative;
    margin-right: 20px;
}

.process-icon {
    width: 70px;
    height: 70px;
    background-color: #F6F6FE;
    color: #162340;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: all 0.5s ease;
}

.step-line {
    width: 2px;
    height: 80px;
    background-color: #162340;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.process-step:hover .process-icon {
    background-color: #162340;
    color: white;
    transform: scale(1.1);


}

.process-content h3 {
    margin: 0px;
}

.approach-img {
    position: sticky;
    top: 50px;
    display: flex;
    justify-content: flex-end;
}

.approach-img img {
    width: 90%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}





/* cta-section*/
.cta-strip {
    background-image: url(../images/cta-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 70px;
    border-radius: 10px;
    color: white;
    height: 400px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cta-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    /* Adjust opacity as needed */
    z-index: 1;
    border-radius: 10px;
}

.cta-strip>* {
    position: relative;
    z-index: 2;
}







.white-gradient-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: white;

    background-color: transparent;
    background-size: 200% auto;
    background-position: left center;
    border: 1px solid white;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.white-gradient-btn .icon {
    width: 36px;
    height: 36px;
    background: white;
    color: #242E45;
    border-radius: 50%;
    display: flex;
    border: 1px solid #162340;

    align-items: center;
    justify-content: center;
    margin-left: 16px;
    font-size: 18px;
    transform: rotate(-45deg);
    transition: transform 0.6s ease;
}

.white-gradient-btn:hover {
    background-position: right center;
    /* transform: translate3d(0, -2px, 0); */
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
    background-color: white;
    color: #162340;
}

.white-gradient-btn:hover .icon {
    transform: translateX(0px);
}



/* our-clients*/



.clients-carousel .item {
    position: relative;
    width: 400px;
    border-radius: 10px;
    /* overflow: hidden; */

    align-items: flex-end;
}

@media (min-width: 900px) and (max-width: 1400px) {
    .clients-carousel .item {
        width: 360px !important;
    }
}


/* .clients-carousel .brand-logo{
    position: absolute;
    width: 100px !important;
    height: 50px;
    object-fit: contain;
    top: 20px;
    padding: 10px;
    right:20px;
    background-color: white;
    border-radius: 10px;

    z-index: 99;
} */

/* .clients-carousel .item:hover {
    border: 1px solid #162340;
} */

/* .clients-carousel .item .item-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.clients-carousel .item-content{
    padding: 20px;
}


.clients-carousel .item{

}
 */


.clients-carousel .owl-dots {
    display: none;
}

.clients-carousel .owl-prev,
.clients-carousel .owl-next {
    position: absolute !important;
    top: -90px !important;
    width: 60px !important;
    height: 60px !important;
    background: #162340;
    border-radius: 50% !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    color: #162340 !important;
    backdrop-filter: blur(4px) !important;
    transition: background 0.3s ease, border 0.3s ease;
    cursor: pointer;
}

/* Specific positions */
.clients-carousel .owl-prev {
    right: 100px !important;
}

.clients-carousel .owl-next {
    right: 0px !important;
}

/* Hover effects for interactivity */
.clients-carousel .owl-prev:hover,
.clients-carousel .owl-next:hover {
    background: #162340 !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
}





.home-blog-style-one-item {
    /* margin-bottom: 40px; */
}

.home-blog-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;

}

.home-blog-thumb img {
    border-radius: 10px;
    width: 100%;
}

ul.home-blog-meta {
    position: absolute;
    left: -1px;
    bottom: -1px;
    background: #fff;
    margin: 0;
    list-style: none;
    padding: 0;
    border-top-right-radius: 10px;
    padding-top: 15px;
    padding-right: 20px;
}

ul.home-blog-meta::before {
    position: absolute;
    left: -4px;
    top: -25px;
    content: "";
    height: 26px;
    width: 20px;
    border-bottom-left-radius: 23px;
    box-shadow: 0 12px 0 0 #fff;
}

ul.home-blog-meta li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

ul.home-blog-meta li a {
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 30px;
    padding: 0 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 2px;
    margin-right: 10px;
    color: #343434;
}

ul.home-blog-meta::after {
    position: absolute;
    right: -20px;
    bottom: 0;
    content: "";
    height: 33px;
    width: 20px;
    border-bottom-left-radius: 17px;
    box-shadow: 0 20px 0 0 #fff;
}

.home-blog-style-one-item .content h4 {
    min-height: 50px;
}

.home-blog-style-one-item .content h4 a {
    font-size: 19px;
    line-height: 1.4;
    text-decoration: none;
    color: black;
}

.home-blog-style-one-item .content a {
    color: #162340;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.5s ease;

}

.home-blog-style-one-item .content a:hover {
    color: #F26722;

}

.home-blog-style-one-item .content a:hover {
    gap: 15px;
}













/* testimonials-section */

.testimonials-strip {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
    padding: 100px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    /* establish stacking context */
}

.testimonials-strip::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 700px;
    background-image: url('../images/testimonials.png');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: 1;
    /* lower than content elements */
}


.testi-item {
    width: 800px;
    margin: 0 auto;

}

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

.testi-content .client-logo {
    width: 300px !important;
    height: 130px;
    object-fit: contain;
    margin: auto;
}

.testi-content h4 {
    color: #162340;

}

.testi-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    display: none;
    gap: 12px;
}



.testi-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    font-size: 2rem;
    color: #162340;
    font-weight: bold;
    pointer-events: none;
}

.testi-carousel .owl-nav button {
    background: none;

    border: 1px solid #162340 !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    pointer-events: all;
    cursor: pointer;
}

.testi-carousel .owl-nav button:hover {
    background-color: #162340 !important;
    color: white !important;
}


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

    100% {
        transform: translateX(-250%);
        /* Half of total width because we duplicated logos */
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
    z-index: 99;

}

.logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

/* .logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
  }
  
  .logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
  } */

.logo_items {
    display: flex;
    gap: 80px;
    animation: 50s slides linear infinite;
}

.logo_items img {
    object-fit: contain;
    width: 160px;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.enquiry-form-21{
    height: 39em;
    border-radius: 20px;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1350px;
    }
    .enquiry-form-21{
        height: 38em;
    }
}
@media(max-width:768px) {
    .enquiry-form-21{
    height:50em;
}
}
@media(min-width:768px) and (max-width:1160px){
.enquiry-form-21 {
    height: 32em;
}
}
@media(min-width:768px) and (max-width:992px){
    .enquiry-form-21{
    height:38em;
    }
}
/* @media(min-width:430px) and (max-width:768px){
    .enquiry-form-21{
        height: 35em;
    }
} */
@media(min-width:430px) and (max-width:588px){
    .enquiry-form-21{
        height: 32em;
    }
}
@media(max-width:430px) {
    .custom-swiper-nav {
        display: none;
    }

    .sec-title {
        font-size: 28px;
    }

    .solutions {
        padding: 50px 30px;
    }

    .solutions-carousel .owl-nav {
        display: none;
    }

    h3 {
        font-size: 24px;
    }

    .solutions-carousel .item {
        width: 100%;
        height: 400px;
    }

    .solutions-carousel .item .item-content {
        padding: 16px;
    }

    .sec_padding {
        padding: 50px 0px;
    }

    .step-line {
        height: 100px;
    }

    .approach-img img {
        width: 100%;
    }

    .clients-carousel .owl-nav {
        display: none;
    }

    .testimonials-strip {
        padding: 50px 30px;

    }

    .testi-carousel .owl-nav {
        display: none;
    }

    .testi-item {
        width: 100%;
    }

    .cta-strip {
        padding: 50px 30px;
    }

    .clients-carousel .item {
        width: 100%;
    }

    .cta-strip {
        height: 100%;
    }

    .logo_items {
        display: flex;
        gap: 80px;
        animation: 10s slides linear infinite;
    }
    .scrolling-words-container{
        font-size: 28px;
    }
    .scrolling-words-box{
        height: 47px;
    }
    .scrolling-words-box ul li{
        height: 45px;
    }

    .marquee span{
        font-size: 30px;
    }
    .enquiry-form-21{
    height:40em;
}
.enquiry-form-21 div#formContainer {
    padding: 0 !important;
}

}
