/* .testimonial4-slider-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial-boxarea {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 400px; 
    min-height: 450px; 
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-boxarea p {
    flex-grow: 1; 
}

.auhtor-logo {
    margin-top: auto;
} */





.testimonial5-section-area .single-testimonial h5 {
    color: #000;
}

.testimonial5-section-area .author a {
    color: #6FDA44;
}

.testimonial5-section-area .author p {
    color: #000;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item {
    background-color: #fff;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body {
    color: #000;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed) {
    color: #6FDA44;
}


.testimonial13-boxrea {
    position: relative;
    border-radius: 5px;
    background: #F7F9FA;
    padding: 32px;

    ul {
        li {
            display: inline-block;
            color: #000;
            height: 28px;
            width: 28px;
            border-radius: 4px;
            border-radius: 1px;
            background: rgba(255, 255, 255, 0.10);
            text-align: center;
            line-height: 28px;
        }
    }

    p {
        color: #000;
        font-family: var(--ztc-family-font1);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        transition: all .4s;
    }

    .name-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 5px;
        /* background: rgba(255, 255, 255, 0.10); */
        background-color: rgb(0 255 19 / 10%);
        padding: 24px 20px;

        @media #{$xs} {
            display: inline-block;
        }

        @media #{$md} {
            display: inline-block;
        }

        .quito8 {
            height: 40px !important;
            width: 40px !important;
            object-fit: contain;
        }

        .name-text {
            display: flex;
            align-items: center;

            img {
                height: 60px;
                width: 60px;
                object-fit: cover;
                border-radius: 50%;
            }

            .content {
                padding-left: 16px;

                a {
                    color: red;
                    font-family: var(--ztc-family-font1);
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 20px;
                    display: inline-block;
                    transition: all .4s;
                }

                p {
                    color: #000;
                    font-family: var(--ztc-family-font1);
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 16px;
                    opacity: 80%;
                }
            }
        }
    }
}

/* .testimonia start  */
.testimonial8-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-15);
}

.testimonial8-section-area .testimonia4-header {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonia4-header {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonia4-header {
        margin-bottom: 30px;
    }
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea {
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    padding: 32px 24px;
    position: relative;
    z-index: 1;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea img.quito {
    margin-bottom: 32px;
    height: 40px;
    width: 40px;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea p {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s30);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-3);
    transition: all 0.4s;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text a {
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    font-family: var(--ztc-family-font1);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    margin-bottom: 8px;
}

.testimonial8-section-area .testimonial4-slider-area .testimonial-boxarea .auhtor-logo .text ul li {
    display: inline-block;
    color: #FFBA00;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial4-slider-area .owl-nav {
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonial4-slider-area .owl-nav {
        text-align: center;
        margin-top: 30px;
    }
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav button {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    color: var(--ztc-text-text-16);
    background: #E1EAF9;
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav button:hover {
    background: var(--ztc-text-text-16);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
    position: absolute;
    right: -75px;
    top: 40%;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
        right: 0;
        top: 0;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-next {
        right: 0;
        top: 0;
        position: relative;
    }
}

.testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
    position: absolute;
    left: -75px;
    top: 40%;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
        left: 0;
        top: 0;
        position: relative;
        margin: 0 6px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonial4-slider-area .owl-nav .owl-prev {
        left: 0;
        top: 0;
        position: relative;
        margin: 0 6px 0 0;
    }
}

.testimonial8-section-area .testimonial4-slider-area.faq .owl-nav {
    display: none;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea {
    background: var(--ztc-bg-bg-4);
    border-radius: 8px;
    padding: 32px 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all 0.4s;
    border: 1px solid var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea:hover {
    border: 1px solid var(--ztc-text-text-4);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea img.quito {
    margin-bottom: 32px;
    height: 40px;
    width: 40px;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea p {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s30);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-text-text-3);
    transition: all 0.4s;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text a {
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    font-family: var(--ztc-family-font1);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-semibold);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    margin-bottom: 8px;
}

.testimonial8-section-area .testimonial4-slider-area1 .testimonial-boxarea .auhtor-logo .text ul li {
    display: inline-block;
    color: #FFBA00;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial4-slider-area1 .owl-nav {
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonial4-slider-area1 .owl-nav {
        text-align: center;
        margin-top: 30px;
    }
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav button {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    color: var(--ztc-text-text-6);
    background: var(--ztc-text-text-7);
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav button:hover {
    background: var(--ztc-text-text-6);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
    position: absolute;
    right: -75px;
    top: 40%;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
        right: 0;
        top: 0;
        position: relative;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-next {
        right: 0;
        top: 0;
        position: relative;
    }
}

.testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
    position: absolute;
    left: -75px;
    top: 40%;
}

@media (max-width: 767px) {
    .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
        left: 0;
        top: 0;
        position: relative;
        margin: 0 6px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial8-section-area .testimonial4-slider-area1 .owl-nav .owl-prev {
        left: 0;
        top: 0;
        position: relative;
        margin: 0 6px 0 0;
    }
}


/* about-new css start  */
.card {
    position: relative;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 40px;
    text-align: center;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card .icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* .card img {
    width: 40px;
    height: 40px;
} */

.card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-top: 40px;
    /* Adjust to add space after the icon */
}

.card p {
    font-size: 20px;
    color: #000;
    line-height: 1.6;
}

.content {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border-radius: 60px;
    background: #fff;
    position: relative;
}

.section1 {
    position: relative;
    width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.content1 {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    /* background: #fff; */
    position: relative;
}

.left-text {
    flex: 1;
    max-width: 65%;
}

.left-text p {
    font-size: 24px;
    color: #111;
}

.right-box {
    background: #111;
    color: white;
    padding: 55px;
    border-radius: 20px;
    position: absolute;
    right: 0px;
    top: -150px;
    max-width: 450px;
}

.right-box p {
    font-size: 40px !important;
    line-height: 1.5 !important;
    font-weight: bold;
    margin-bottom: 15px;
}

.highlight {
    background: linear-gradient(to right, #6fda44, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
        padding: 30px;
    }

    .content1 {
        padding: 25px !important;
    }

    .left-text {
        max-width: 100%;
    }

    .right-box {
        position: static;
        max-width: 100%;
        margin-top: 20px;
    }
}


.benefit-box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.icon2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.description {
    font-size: 20px;
    color: #000;
}

.center-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    /* align-items: center; */
    height: 100%;
    /* Adjust to the parent container's height */

}



/* about-new css end  */

/* logo css start  */
.logo2 {
    /* Adjust size as needed */
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
}

.logo2:hover {
    filter: grayscale(0%);
}

/* logo css end  */