
:root {
    --ThemeColor: #FF7602;
    --SecondaryColor: #321700;
    --White: #fff;
    --orange: #FF7602;
    --ment: #62baa1;
    --dark: #3D4F47;
    --DefaultColor: #f1f1f1;
    --grayColor: #ededed;
    --font-20px: 20px;
    --font-25px: 25px;
    --font-30px: 30px;
    --font-35px: 35px;
    --font-40px: 40px;
    --font-45px: 45px;
    --font-50px: 50px;
    --font-55px: 55px;
    --font-60px: 60px;
}

@font-face {
    font-family: PoppinsBold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: PoppinsMedium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
}

@font-face {
    font-family: PoppinsRegular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}





h1, h2, h3, h4 {
    font-family: PoppinsBold !important;
}

h5, h6 {
    font-family: PoppinsMedium !important;
}

p, a, span {
    font-family: PoppinsRegular !important;
}
.navbar-nav li a {
    font-size: 14px;
}
    .bottom-header{
    position:relative;
    box-shadow:none;
}

a.cart {
    position: relative;
}
    a.cart .badge {
        position: absolute;
        top: -2px;
        right: -10px;
        background-color: red;
        color: white;
        border-radius: 20%;
        padding: 4px 6px;
        font-size: 12px;
    }

.part-img,
.part-img a{
    height:200px;
}
.app-download .part-img {
    height: 100%;
}
.part-img img{
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.col-xl-4.col-lg-4.col-md-4.col-sm-6.gallery-image {
    height: 450px;
    overflow: hidden;
}

.gallery-images {
    max-height: 900px !important;
    position: relative;
    overflow: auto;
}
.img.w_100 {
    height: 100%;
}
.class-details-img {
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.line {
    width: 100px;
    height: 3px;
    background: linear-gradient(45deg, #fe872a, transparent);
    border-radius: 20px;
}

.slick-initialized .slick-slide {
    display: block;
    height: 350px;
}




.w_100 img, .class-details-img img, .shop-card-img  a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-card-overlay img {
    object-fit: contain !important;
}

.shop-card-img {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.slick-initialized .slick-slide.shop-details-sm-img {
    display: block;
    height: 100px !important;
}
.slick-initialized .slick-slide.single-partner {
    height: 110px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-initialized .slick-slide.shop-details-sm-img img, .blog-image.w_100 img {
    height: 100%;
    object-fit: cover;
}

.shop-details-lg-img.slick-slide {
    padding: 10px;
}
.blog-image a {
    display: inline;
}
.video-image {
   
    height: 350px;
}

.blog-image.w_100 {
    height: 350px;
}
.breadcrumb-banner.cust-banner {
    background: linear-gradient(45deg, #ea8b09, #ffe8c9);
}
.cust-banner .imgBlop {
    height: 400px;
    width: 400px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

    .cust-banner  .imgBlop img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
.cust-banner .blob {
    width: 400px;
    height: 400px;
    background: linear-gradient(100deg, #f6f9fd00, #b3d0f236);
    border-radius: 0;
    animation: morph 6s infinite;
    position: relative;
    left: auto;
    right: 0;
    top: 0;
    overflow: hidden;
}
.imgBlop {
    margin: auto;
}
@keyframes morph {
    0% {
        border-radius: 50% 40% 60% 40% / 40% 60% 40% 60%;
    }

    25% {
        border-radius: 40% 60% 50% 60% / 60% 40% 50% 40%;
    }

    50% {
        border-radius: 60% 50% 40% 50% / 50% 40% 60% 50%;
    }

    75% {
        border-radius: 50% 60% 40% 60% / 40% 50% 60% 50%;
    }

    100% {
        border-radius: 50% 40% 60% 40% / 40% 60% 40% 60%;
    }
}

.cust-banner .ImgCover {
    height: 469px;
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
}

    .cust-banner .ImgCover img {
        /*height:100%;*/
        width: 100%;
    }

.scrolltop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index:11;
}

    .scrolltop.show {
        display: flex;
    }

    .scrolltop i {
        font-size: 24px;
    }

/* search input styling */
.search-box {
    display: none;
    transition: all 0.3s ease;
}

    .search-box .input-group {
        width: 100%;
        height: 53px;
        font-size: 14px;
    }


    .search-box.show {
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        max-width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0px;
        height: 65px;
        opacity: 1;
        border-radius: 20px;
        /* margin: auto 50%; */
        /* left: 28%; */
        padding: 48px;
        z-index: 11;
    }

.search-input {
    border-radius: 50px 0 0 50px !important;
    border: 1px solid #ced4da;
    padding-left: 15px;
}

.search-btn {
    border-radius: 0 50px 50px 0 !important;
    background: #fff;
    color: var(--bs-warning);
    border: 1px solid #ced4da;
    transition: 0.3s;
    border-left: 0;
}

.accordion-button:not(.collapsed) {
    color: var(--primaryColor);
    background-color: var(--bs-light);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
   
}
.accordion-item {
    margin-bottom: 20px;
}
.footer {
    background: var(--bs-indigo);
}

.logo img {
    width: 80px;
}
.loading-logo-icon {
   
    top: -40px;
 
    width: 50px;
    height: 50px;
}

.loading-logo-text:last-of-type {
   
    width: 200px;
}
img.loading-logo-text2 {
    height: 200px;
    width: 200px;
    object-fit: contain;
    top: 30px;
    position: absolute;
}
.loading-stroke {
  width:50%;
    margin: auto;
}

.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 0;
    right: 5%;
    left: auto;
    z-index: 11;
    top: 83%;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
   
    background: linear-gradient(45deg, #f395fc, var(--bs-white));
    line-height: 60px;
    position: relative;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    border: 3px solid #fff;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}
    .floatingButton img {
        max-width: 100%;
        height: 100%;
    }
    .floatingButton .fa {
        font-size: 15px !important;
    }

    .floatingButton.open,
    .floatingButton:hover,
    .floatingButton:focus,
    .floatingButton:active {
        opacity: 1;
        color: #fd8217;
    }


    .floatingButton .fa {
        transform: rotate(0deg);
        transition: all 0.4s;
    }

    .floatingButton.open .fa {
        transform: rotate(270deg);
    }

.floatingMenu {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: auto;
    width: 100%;
    display: none;
    overflow: visible;
}
    .floatingMenu li {
        width: 100%;
        /* float: right; */
        list-style: none;
        text-align: center;
        margin-bottom: 5px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .floatingMenu li a {
            padding: 10px;
            height: 40px;
            width: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #db14ef;
            color: #fff;
            border-radius: 50px;
            overflow: hidden;
            white-space: nowrap;
            transition: all 0.4s;
            -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
            box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
        }

            .floatingMenu li a:hover {
                margin-right: 10px;
                text-decoration: none;
                background: #db14ef;
                color: #fff;
            }
.loading-logo-icon-2 {
    /*width: 100px !important;*/
    height: 100px;
    object-fit:contain;
    transform-origin: center;
    animation: logoRotate 5s linear infinite;
}
#loading-center-absolute {

    width: auto;
}

/*---------landingPage----------*/
.navbar-nav li a {
    color: #333;
    font-size: 14px;
    font-style:normal;
    font-weight: 400;
    line-height: var(--line-height-20, 20px); /* 111.111% */
}
.navbar-nav li.active a  {
    color: var(--Primary-color, #F4B52A);
}
.navbar-nav li.nav-item {
    padding: 8px 0;
    margin: 0 12px;
}
.NewBanner {
    position: relative;
    z-index: 1;
    background: none; /* remove direct background */
    padding: 5rem 0 3rem 0;
}

    /* background only with opacity */
    .NewBanner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #FFF8F0 0%, #F4B52A 100%);
        opacity: 0.2; /* ← apply opacity here */
        z-index: -1;
    }
    .NewBanner h3.Slider-title {
        font-size: 30px;
    }
    .NewBanner h3 {
        font-weight: 600;
        font-style: SemiBold;
        font-size: 50px;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #333;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
        .NewBanner h3 span.Highlight-Text {
            background: linear-gradient(190deg, #F4B52A 0%, #CC45FF 192%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
p.banner-paragraph {
    color: #555555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-primary {
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(90deg, #FDBE2C 0%, #F4B52A 100%) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    border-color: transparent !important;
    padding: 12px 20px;
}
.btn-outline-primary {
    border-radius: 8px;
    border: var(--stroke-weight-1, 1px) solid #CC45FF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10);
    color: #CC45FF;
    padding: 12px 20px;
}

.NewBanner .slick-initialized .slick-slide{
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-slide {
    opacity: 0 !important;
    transition: opacity 1s ease-in-out;
}

    .slick-slide.slick-active {
        opacity: 1 !important;
        z-index: 2;
    }

    .slick-slide:not(.slick-active) {
        z-index: 1;
    }
.HeaderSlider .slick-dots > .slick-active {
    width: 10px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(90deg, #FDBE2C 0%, #F4B52A 100%) !important;
    opacity: 1;
}
.HeaderSlider .slick-dots > li {
   
    background: var(--bs-dark);
  
}
/*-------------about------------------*/
.services h3 span.Highlight-Text {
    background: linear-gradient(180deg, #F4B52A 0%, #CC45FF 180%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.leftImages {
    height: 400px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.leftImages img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.feature-img.p-relative::after {
   
    background: transparent;
 
}
/*----------------------------services-----------------------*/
.services, .WhyChooseUs, .FAQ {
    background: #f9f9f9;
}
    .feature h3 span.Highlight-Text, .Portfolio h3 span.Highlight-Text,
    .partner h3 span.Highlight-Text, .WhyChooseUs h3 span.Highlight-Text,
    .testimonial1 h3 span.Highlight-Text, .latest-news h3 span.Highlight-Text, .FAQ h3 span.Highlight-Text {
        background: linear-gradient(180deg, #F4B52A 0%, #CC45FF 180%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height:5rem;
    }


.works-slider .service-card {
    display: flex;
    /*width: 400px;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 15px;
    position:relative;
    background:#fff;
}
    .works-slider .service-card .overlay-details {
        display: flex;
        /*width: 400px;*/
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        position: absolute;
        border-radius: 15px;
        background: linear-gradient(109deg, #FCBD2C 1.31%, #F5B62A 98.52%);
        backdrop-filter: blur(10px);
        z-index: 11;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
        padding-top: 40px;
    }

    .works-slider .service-card:hover .overlay-details {
        opacity: 1;
        visibility: visible;
    }
.service-card .overlay-details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    color: #fff;
    padding: 22px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*justify-content: center;*/
    margin: 10px auto;
    list-style: disc;
    width: 100%;
    height: 260px;
    /*overflow: hidden;*/
}
.service-card .overlay-details ul:hover {
  
    height: 3000px;
    overflow: auto;
}



.service-card  .part-img {
    height: 310px;
    width: 100%;
    align-self: stretch;
    border-radius: 15px 15px 0 0;
}
.service-card  .part-img img {
    border-radius: 15px 15px 0 0;
}
.service-card  a.symbol {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 56%;
    left: 34%;
    display: block;
}
.service-card  a.symbol img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.service-card .part-txt {
    text-align: center;
   
}
    .service-card .part-txt .class-title > a {
        color: #333;
        font-size: 20px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
.service-card .part-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*---------------------works-------------------*/
.Portfolio {
    background-image: url(../assets/images/EDUZImages/LandingPage/back1.png);
}
.works-slider-container {
    padding-top: 50px;
    position: relative;
}

    .works-slider-container .swiper-button-next,
    .works-slider-container .swiper-button-prev {
        top: 0;
        color: #000; 
    }

.swiper {
    padding-top: 20px;
}

.worksNav {
    position: absolute;
    left: auto;
    right: 0;
    display: flex;
    flex-shrink: 0;
    flex-direction: row-reverse;
    top:0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 53px;
    left: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
        font-size: 20px;
        color: #fff;
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
        font-size: 20px;
        color: #fff;
    }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    background: linear-gradient(90deg, #FDBE2C 0%, #F4B52A 100%) !important;
    font-size: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50rem;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    right: 60px;
    left: auto;
    background: linear-gradient(90deg, #FDBE2C 0%, #F4B52A 100%) !important;
    font-size: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50rem;
}
.works-slider-container .swiper {
    overflow: hidden;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width:30px;
    border-radius:5px;
    background:#F4B52A;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {

    top: 100%;
}
.gallery-image .img {
    height: 412px;
    border-radius: 20px;
}
.gallery-image img {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;

}
.gallery-txt {
    
    background: #4D2C5ED9;
    border-radius: 12px;
}
.gallery-title a {
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    font-size: 18px;
    cursor:pointer;
}
.gallery-title a:before {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    content: "";
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    width: 200px;
    height: 40px;
    opacity: 0.2;
    z-index: 0;
    justify-content: center;
    padding: 28px;
}
.gallery-title i.fas.fa-play-circle {
    color: #fda52d;
    background: #fff;
    padding: 10px;
    border-radius: 50rem;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 14px;
}

.project-modal {
    background: #fff;
    border-radius: 20px;
}

    .project-modal .modal-image {
         display: flex; 
        height: 360px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 20px;
        padding: 20px 10px;
        padding-bottom: 0;
    }
        .project-modal .modal-image img {
            height: 100%;
            width: 100% !important;
            object-fit: cover;
            border-radius: 12px;
            border: 0;
        }


        .project-modal .play-circle i {
            margin-left: 3px;
        }
/* Play Button */
    .project-modal  .play-circle {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: #ffb800;
        border: none;
        cursor: pointer;
        position: relative;
        z-index: 2;
        animation: pulse 1.8s infinite ease-in-out;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
/* Ensure play button stays above overlay */
    .project-modal .play-btn {
        z-index: 3 !important;
    }

/* Ensure image stays below overlay */
    .project-modal .modal-image img {
        position: relative;
        z-index: 0;
    }
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 184, 0, 0.4);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(255, 184, 0, 0.5);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255, 184, 0, 0);
    }
}
@keyframes pulse2 {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Thumbnail Image Size */
.project-modal .modal-image img {
    height: 100%;
    object-fit: cover;
}

.project-modal .projDetails {
    padding: 18px 12px;
    align-self: stretch;
    border-radius: 16px;
    background: #F9FAFB;
    /*margin-bottom: 20px;*/
}

.project-modal p.ProjDesc {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
.project-modal .projTitle h5{
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project-modal .img-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 360px;
    width: 100%;
}

    /* Overlay on IMAGE only */
.img-wrapper .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 1;
    border-radius: 12px;
}
    /* Image always under overlay */
    .project-modal .img-wrapper img {
        display: block;
        width: 100%;
        z-index: 0;
        padding:0;
    }

/* Play button above everything */
.play-btn {
    z-index: 5 !important;
}

/*.project-modal iframe > body {
    height: 460px !important;
    width: 100% !important;
}
.project-modal iframe > body img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}*/
/*-----------------why choose us---------------------------*/
.WhyChooseUs .FeatureDetails {
    /*background: var(--White);*/
    /*border-radius: 20px;*/
    height: 100%;
    margin-top: 10% !important;
}

.WhyChooseUs .leftCards .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.WhyChooseUs .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.feature-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.WhyChooseUs .details p, .heading-sub-txt p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.WhyChooseUs .item .icon {
    height: 90px;
    width: 90px;
    animation: pulse2 6s infinite;
}

    .WhyChooseUs .item .icon img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.WhyChooseUs .leftCards .details {
    text-align: end;
}

.WhyChooseUs .mobileImg {
    width: auto;
    height: 550px;
    top: -88.78px;
    position: relative;
}

    .WhyChooseUs .mobileImg img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
/*-----------------------testimonials slider----------------------------*/
.testimonial1 {
    background-image: url(../assets/images/EDUZImages/LandingPage/back2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
    .testimonial1 .testimonial-card {
        background-color: #ffffff;
        border-radius: 20px;
        transform: scale(.8);
        margin: 4px;
        height: 220px;
        margin-top: 52px;
    }

.testimonial1 .slick-slide.slick-current.slick-active.slick-center .testimonial-card {
    transform: scale(1.2);
    transition: all .6s ease-in-out;
}
.testimonial1 .testimonial-card {
    background-color: #ffffff;
    border-radius: 20px;
}

.testimonial1 .testimonial-text {
    font-size: 1rem;
    color: #686868;
    line-height: 1.6;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*.testimonial1 .slick-dots {
    position: relative;
    top: 50px;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    row-gap: 20px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
*/
    .testimonial1 .slick-dots {
        position: absolute;
        top: 110%;
        z-index: 11;
        right: 44%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        row-gap: 20px;
        gap: 6px;
        align-items: center;
        justify-content: center;
    }

    .testimonial1 .slick-dots > li {
        width: 8px;
        height: 8px;
       
        background: var(--bs-dark);
        border-radius: 50%;
        cursor: pointer;
        opacity: 0.2;
        transition: 0.3s;
    }

    .testimonial1 .slick-dots > .slick-active {
        width: 40px;
        height: 8px;
        border-radius: 5px;
        background: #fda52d;
        opacity: 1;
    }
.testimonial1 .slick-initialized .slick-slide{
    height:320px;
}
.testimonial-card.shadow-sm {
    box-shadow: 0px 5.89px 20px 0px #0000000D !important;
}


/*-------------------faq--------------------------*/
.FAQ .accordion-item {
    border-radius: 12px;
    margin-bottom: 20px;
}

.FAQ .accordion-button:not(.collapsed)::after {
    background-image: url() !important;
    content: "-";
    color: var(--ThemeColor) !important;
}

.FAQ .accordion-button:not(.collapsed) {
    color: var(--ThemeColor) !important;
    background-color: var(--White);
    border-radius: 12px;
}

.FAQ .accordion-button:is(.collapsed) {
    color: var(--SecondaryColor) !important;
    border-radius: 12px;
}

    .FAQ .accordion-button:is(.collapsed)::after {
        background-image: url() !important;
        content: "+";
        color: var(--SecondaryColor);
    }
.FAQ .blob, .FAQ .imgBlop {
    height: 44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
}
    .FAQ .imgBlop img{
        height:100%;
        width:100%;
        object-fit:cover;
    }
    /*-------------------blogs--------------------------*/
    .blog-bottom-part {
        border-top: 0;
        padding: 10px;
    }
.blog-card {
    border-radius: 12px;
    height: 26rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.part-img img{
    border-radius:12px 12px 0 0;
}

.latest-news .slick-track {
    gap: 20px;
    display: flex;
}
.blog-card-txt h5 > a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
/*----------------footer-----------------*/
.bottom-footer {
    background: var(--bs-gray-900);
}
.footer {
    background: var(--bs-gray-900);
}
.bg-gradient-1 {
    background: linear-gradient(88deg, var(--bs-warning), var(--White));
}
.bg-gradient-2 {
    background: linear-gradient(88deg, #541760, var(--bs-white));
}
#mainNav a.active {
    color: #F4B52A !important;
    font-weight: 600;
    border-bottom: 2px solid #F4B52A;
}
.slick-slide{
cursor:pointer;
}
/*----------------------shapes------------------------*/
.testimonial1 .shapes {
    position: absolute;
    width: auto;
    top: 85%;
}
    .testimonial1 .shapes .shape3 {
        animation: shape3 20s linear infinite;
    }

.testimonial1 .container, .WhyChooseUs, .Portfolio {
    position: relative;
}
.testimonial1  .shapes .shape2 {
    animation: bounceArrow 1.6s infinite ease-in-out;
}
.WhyChooseUs .shapes {
    position: absolute;
    width: auto;
    top: 10%;
    left:10%;
}
.Portfolio .shapes .vector {
    position: absolute;
    top: 10%;
    left: 10%;
    animation: bounceArrow 1.6s infinite ease-in-out;
}
.Portfolio .shapes .vector, .Portfolio .shapes .shape1 {
   
    animation: bounceArrow 1.6s infinite ease-in-out;
}
    .WhyChooseUs .shapes .lamb {
        animation: shake 5s linear infinite;
    }
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    75% {
        transform: translateX(5px);
    }
}
@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}
@keyframes shape3 {
    0% {
        transform: rotate(45deg);
    }

    70% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.Portfolio .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 16px .7px var(--grayColor);
    border-radius: 18px;
}
.row {
    --bs-gutter-x: 0;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--primaryColor) !important;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #cd47ff;
    border-color: #de83fb;
}
/*animation*/

element.style {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-name: bounceIn;
}

.single-partner img {
    opacity: 0.5;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.single-partner img:hover {
    opacity: 1;
}
a.btn{
     -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
    a.btn:hover {
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }




.slick-slide.single-partner img {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

section {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(40px, 5vw, 80px);
    padding-right: clamp(40px, 5vw, 80px);
}
.partner-slider .slick-track {
    gap: 20px;
    display:flex;
}

.slick-initialized .slick-slide.single-partner {
    height: 130px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 250px !important; */
    background: #eee;
    border-radius: 20px;
    padding:8px;
}

    .partner-slider .single-partner img {
        width: 100%;
        height: 100%;
        /*object-fit: contain;*/
        /* filter: grayscale(100%); */
        opacity: 1;
        transition: 0.3s;
        /*background: #f6f6f6;*/
        border-radius: 20px;
    }

        /* Optional hover effect */
       /* .partner-slider .single-partner img:hover {
            filter: grayscale(0%);
            opacity: 1;
        }*/

        @keyframes logoRotate{
            0% {
                transform: rotate(0deg);
            }


            100% {
                transform: rotate(360deg);
            }
           
        }
    /*---------------------media-----------------------*/
@media screen and (min-width: 1550px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}
    @media (min-width: 992px) {
        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
            width: max-content;
        }
    }

    @media screen and (max-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl {
            max-width: 1300px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
        .header-style-1 .navbar .navbar-nav {
            background-image: none;
            background: var(--bs-orange);
            margin-top: 0px !important;
        }

        .bottom-header {
            overflow: hidden;
            padding: 10px 0;
        }
    }

    @media only screen and (max-width: 991px) {
        .cd-words-wrapper b {
            display: table-caption;
            width: 300px;
            height: 100px;
            white-space: normal;
            font-size: 45px;
        }

        .top-header {
            padding: 0;
            padding-bottom: 0;
        }

        .top-left {
            display: none;
        }

        .bottom-header {
            overflow: hidden;
            padding: 10px 0;
        }

        .search-box.show {
            position: relative;
            max-width: 100%;
            margin: 0;
            margin-left: 0 !important;
        }

        .banner-txt {
            width: auto;
            overflow: auto;
        }

        .shapes, .WhyChooseUs .mobileImg {
            display: none !important;
        }
        .project-modal p.ProjDesc {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-size: 12px;
        }

        .project-modal .projTitle h5 {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .header-style-1 .navbar .navbar-nav li a {
     
        color: var(--bs-dark);
     
    }
    .header-style-1 .navbar .navbar-nav {
        background: var(--bs-light);
    }
}
    @media only screen and (max-width: 479px) {
        .bottom-header {
            padding: 10px 0;
        }

        .search-box.show {
            position: relative;
            max-width: 100%;
            margin: 0;
            margin-left: 0 !important;
        }



        .shapes, .WhyChooseUs .mobileImg {
            display: none !important;
        }
    }

