

/* home page css start  */
.home-bg {
    background-image: url(../img/bg/home-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

/* home page css end */

.choose-section-area .accordian-tabs-area .accordion .accordion-item {
    background-color: #fff !important;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item .accordion-body {
    color: #000 !important;
}

.choose-section-area .accordian-tabs-area .accordion .accordion-item h2 button:not(.collapsed) {
    color: #6FDA44 !important;
}


.seocard i {
    align-items: center;
}


/* why choose css of portion start  */
.icon2-text-container {
    display: flex;
    align-items: center;
    padding: 20px;
    max-width: 100%;
}

@media only screen and (max-width: 600px) {


    .icon2-text-container {
        display: flex !important;
        flex-direction: column !important;
    }
}

.icon2 {
    flex-shrink: 0;
    margin-right: 20px;
}

.icon2 img {
    width: 80px;
    height: 80px;
}

/* why choose css of portion end  */

.driven-number {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    color: #0069ff;
    background: #edf5ff;
    border-radius: 100%;
    margin-bottom: 30px;
}

.heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}


.spp {
    padding: 35px 0 35px;
}

.bwl {
    background-color: #fff !important;
    padding: 40px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bwl:hover {
    box-shadow: rgba(111, 218, 68, 0.09) 0px 54px 55px, rgba(111, 218, 68, 0.12) 0px -12px 30px,
        rgba(111, 218, 68, 0.12) 0px 4px 6px, rgba(111, 218, 68, 0.17) 0px 12px 13px,
        rgba(111, 218, 68, 0.09) 0px -3px 5px;
}

.mtp {
    margin-top: 300px;
}

.badge {
    --badge-size: 160px;
    --badge-color: var(--black);

    display: flex;
    justify-content: center;
    align-items: center;

    width: var(--badge-size);
    height: var(--badge-size);

    background: var(--black);
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
}

.badge__emoji {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;

    &:hover {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

.badge__char {
    --char-font-weight: 600;
    --char-font-size: 1em;
    --char-width: 10px;
    color: #000 !important;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - var(--char-width) / 2);
    height: calc(var(--badge-size) / 2);
    width: var(--char-width);
    background-repeat: round;
    text-align: center;
    text-transform: uppercase;
    line-height: 1rem;

    font-weight: var(--char-font-weight);
    font-size: var(--char-font-size);
    color: var(--white);
    font-family: var(--char-font-family);
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
}

@-webkit-keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}



.grow {
    font-size: 90px !important;
    line-height: 85px !important;
}

.b2 {
    background-color: #fff !important;
    color: #6FDA44 !important;
}

.b2:hover {
    background-color: #6FDA44 !important;
    color: #fff !important;
    border: 2px solid #fff;
}

.seocard {
    background-color: #F8F8F8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    transition: background-color 0.4s ease, color 0.3s ease;

}

.seocard h4 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
}

.seocard i {
    font-size: 40px;
    padding-bottom: 20px;
}

.seocard p {
    font-size: 18px;
}

.seocard:hover {
    background-color: #6FDA44;
    color: #fff;
}



.clientcard i {
    font-size: 40px;
    padding-bottom: 20px;
    color: #6FDA44;

}

.clientcard p {
    font-size: 20px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .mtp {
        margin-top: 0px !important;
    }

    .grow {
        font-size: 40px !important;
        line-height: 40px !important;
    }

    .clientimg {
        display: none;
    }
}


/* blog section css start */
.blog-viewbutt {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    line-height: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    background-color: #6FDA44;
    color: var(--ztc-text-text-1);
    padding: 15px 20px;
    transition: all 0.4s;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.blog-viewbutt:hover {
    background-color: #6FDA44;
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
    transform: translateY(-5px);
}

/* blog section css end */


/* test css start  */

.testimonial-section {
    margin: 0px auto;
    max-width: 800px;
    /* padding: 30px; */
    text-align: center;
}

h2 {
    font-size: 32px;
    color: #333;
}

h2 span {
    color: #7AC142;
}

.client-images {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.client-img {
    border: 3px solid #7AC142;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.client-img:hover {
    transform: scale(1.1);
}

.client-review {
    margin-top: 30px;
}

.review h3 {
    color: #333;
    font-size: 24px;
}

.review p {
    color: #666;
    padding: 15px;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

/* test css end  */


/* dstyle css start  */




.column-content-with-icon {
    display: flex;
    flex-wrap: wrap;
    column-gap: 64px;
    row-gap: 32px;
}

.column-content-with-icon.left_icon .column-content-with-icon__item {
    flex-direction: row;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    gap: 24px;
}

.column-content-with-icon-inner-section .column-content-with-icon.left_icon .icon img {
    width: 79px;
    height: auto;
}

.column-content-with-icon.left_icon .column-content-with-icon__item .content {
    flex: 1;
}

/* table css start */
.table-container {
    overflow-x: auto;
    margin: 25px 0;
}

.content-table {
    border-collapse: collapse;
    font-size: 22px;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;

}

.content-table thead tr {
    background-color: #6FDA44;
    color: #ffffff;
    text-align: left;
    font-weight: bold;

}

.content-table th,
.content-table td {
    padding: 12px 15px;
    border: 1px solid #009879;
}


.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 4px solid #009879;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* Optional: Improve table readability on small screens */
@media screen and (max-width: 600px) {
    /* table {
        font-size: 14px;
    } */

    .content-table {
        font-size: 13px !important;
    }
}

/* table css end  */

/* dstyle css end  */