

.w1cjt__modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #0808081f;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .w1cjt__loader-wrapper {
        background: var(--w1cjt__main_white);
        padding: 20px 30px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        font-size: 16px;
        color: var(--w1cjt__pastel_dark);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        max-width: 300px;
        text-align: center;
    }

    .w1cjt__spinner {
        width: 24px;
        height: 24px;
        border: 3px solid var(--w1cjt__pastel_dark);
        border-top: 3px solid var(--w1cjt__main_color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

.w1cjt_cf2__gradient-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
        z-index: 0;
        pointer-events: none;
    }
.w1cjt__p4-services .section-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .w1cjt__p4-services .section-title h2 {
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 10px;
        position: relative;
    }

    .w1cjt__p4-services .section-title h2::after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        background: #00c99c;
        margin: 10px auto 0;
        border-radius: 3px;
    }

    .w1cjt__p4-services .section-title p {
        color: #6c757d;
        max-width: 600px;
        margin: 0 auto;
        font-size: 16px;
    }


    .w1cjt__p4-services .service-item {
        background-color: #fff;
        border-radius: 12px;
        padding: 40px 30px;
        text-align: center;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        height: 100%;
    }

    .w1cjt__p4-services .service-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
    }


    .w1cjt__p4-services .service-item .icon svg path {
        fill: #f4f4f4;
    }


    .w1cjt__p4-services .service-item .icon {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
    }

    .w1cjt__p4-services .service-item .icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    .w1cjt__p4-services .service-item .icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 28px;
        z-index: 1;
    }


    .w1cjt__p4-services .service-item h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0 10px;
    }


    .w1cjt__p4-services .service-item p {
        color: #666;
        font-size: 14px;
        line-height: 1.6;
    }


    .w1cjt__p4-services .item-cyan i {
        color: #0dcaf0;
    }

    .w1cjt__p4-services .item-orange i {
        color: #fd7e14;
    }

    .w1cjt__p4-services .item-teal i {
        color: #20c997;
    }

    .w1cjt__p4-services .item-red i {
        color: #df1529;
    }

    .w1cjt__p4-services .item-indigo i {
        color: #6610f2;
    }

    .w1cjt__p4-services .item-pink i {
        color: #f3268c;
    }
.w1cjt__cd6-cardsection-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .w1cjt__cd6-cardsection-title h2 {
        font-size: 32px;
        font-weight: 700;
        position: relative;
    }

    .w1cjt__cd6-cardsection-title h2::after {
        content: "";
        display: block;
        width: 50px;
        height: 3px;
        background: #00c99c;
        margin: 10px auto 0;
        border-radius: 2px;
    }

    .w1cjt__cd6-cardsection-title p {
        color: #6c757d;
        max-width: 600px;
        margin: 0 auto;
        font-size: 16px;
    }

    .w1cjt__cd6-cardsection-item {
        background: transparent;
        padding: 30px 0;
    }

    .w1cjt__cd6-cardsection-item span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
        position: relative;
    }

    .w1cjt__cd6-cardsection-item span::after {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #00c99c;
        margin: 8px auto 0;
        border-radius: 2px;
    }

    .w1cjt__cd6-cardsection-item p {
        margin: 0;
        font-size: 14px;
        color: #6c757d;
    }

.w1cjt__s-img4 {
        position: relative;
        padding-left: 45px;
    }

    .w1cjt__s-img4::before {
        position: absolute;
        content: "";
        width: 200px;
        height: 300px;
        top: 0px;
        left: 0px;
        z-index: -1;
        border: 5px solid var(--bs-primary);
        animation: 3s ease-in-out 0s infinite normal none running animateUpDown;
    }

    @keyframes animateUpDown {
        0% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(15px);
        }

        100% {
            transform: translateY(0);
        }
    }




.w1cjt_cf2__gradient-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
        z-index: 0;
        pointer-events: none;
    }
/*** Features ***/
    .w1cjt__2-feature {
        background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
        background-size: cover;
    }

    .w1cjt__2-feature-row {
        box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    }

    .w1cjt__2-feature-item {
        border-color: rgba(0, 0, 0, .03) !important;
    }

    .w1cjt__2-feature-icon {
        position: relative;
        transition: .5s;
    }

    .w1cjt__2-feature-item:hover .w1cjt__2-feature-icon {
        margin-left: 3rem;
    }

    .w1cjt__2-feature-item a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: var(--bs-secondary);
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: -1;
    }

    .w1cjt__2-feature-item a:hover {
        color: var(--bs-primary) !important;
    }

    .w1cjt__2-feature-item a:hover::after {
        background: var(--bs-primary);
    }

    .w1cjt__2-experience .progress {
        height: 5px;
    }

    .w1cjt__2-experience .progress .progress-bar {
        width: 0px;
        transition: 3s;
    }

    /* w1cjt__2- custom overlay container */
    .w1cjt__2-item-overlay-container {
        position: relative;
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .w1cjt__2-item-overlay {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.2));
        z-index: 0;
    }

    .w1cjt__2-gradient-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, rgb(0 0 0 / 96%), rgba(0, 0, 0, 0));
        z-index: 0;
        pointer-events: none;
    }









