/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 13:58:28 */
.custom-checks .elementor-icon-list-item
 {
    background: #ffffff1f;
    border-radius: 100px;
    padding: 15px 30px;
    width: auto !important;
    display: flex;
    flex-direction: row;
    max-width: fit-content;
}



.custom-checks .elementor-icon-list-icon svg {
    width: 40px;
    height: 40px;
}


.cont-carousel .elementor-image-carousel-wrapper:before,
.cont-carousel .elementor-image-carousel-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 99999;
}

.cont-carousel .elementor-image-carousel-wrapper:before {
    left: 0;
}

.cont-carousel .elementor-image-carousel-wrapper:after {
    right: 0;
}


.cont-carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}


.cont-carousel .swiper-slide {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}



.process-flow-ol ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step-counter; 
}

.process-flow-ol li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 30px;
    min-height: 35px;
    font-size: 25px;
    display: flex;
    color:#fff;
    font-weight: bold;
    align-items: center;
}

.process-flow-ol li:last-child {
    margin-bottom: 0px;
}


.process-flow-ol li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0; 
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #000000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    z-index: 10;
}

.process-flow-ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px; 
    left: 17px; 
    height: calc(100% - 20px);
    border-left: 2px dashed #3cb05f;
    z-index: 5;
}