/* General */

.banner-50 {
    height: 50vh;
}

/* Banner */
.banner-note {
    margin-top: 28px;
    font-size: 38px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
}
.banner-text {
    color: var(--gray-400);
    margin-top: 18px;
    font-size: 24px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Section Process */
 /* .process-content {
    color: var(--gray-400);
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.process-row {
    row-gap: 24px;
}
.process-img {
    height: 100%;
    object-fit: cover;
}
.process-card {
    border: 3px solid rgba(0, 0, 0, 0.12);
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.process-card.last {
    background-color: var(--congo-pink);
    border-color: var(--congo-pink);
}
.process-count {
    color: var(--congo-pink);
    font-size: 50px;
    font-weight: 800;
}
.process-card.last .process-count {
    color: rgba(255, 255, 255, 0.6);
}
.process-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 10px;
}
.process-text {
    font-size: 20px;
}
.process-card.last .process-text {
    color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 576px) {
    .process-card {
        padding: 20px 16px;
    }
    .process-count {
        font-size: 40px;
    }
    .process-title,
    .process-text {
        font-style: 18px;
    }
    .banner-note {
        font-size: 24px;
    }
    .banner-text {
        font-size: 18px;
        margin-top: 0;
    }
}  */




/* 


/* process ::::::2 */
/* .process-content {
    color: var(--gray-400);
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.process-img {
    max-width: 150px;
    height: auto;
    object-fit: cover;
}
.process-left{
    display: flex;
    justify-content: end;
}
.process-m{
    margin: 98px 0;
}
.process-count {
    color: var(--congo-pink);
    font-size: 50px;
    font-weight: 800;
}
.process-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 10px;
}
.process-text {
    font-size: 20px;
    max-width: 600px;
}
.icon-highlight {
    background-color: #f98080;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.slider-track {
    position: sticky;
    width: 4px; 
    height: 16%;
    background: linear-gradient(
        to bottom,
        rgba(200, 100, 100, 0.2),
        var(--congo-pink)
    );
    border-radius: 2px;
    top: 38%;
    left: 0px;
}
.vertical-slider {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px; 
    height: 100%; 
    background-color: #c3bdbd5c; 
    z-index: 1; 
    overflow: visible; 
}
.vertical-slider::after {
    content: "";
    position: absolute;
    bottom: -30px; 
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background-color: #c3bdbd5c; 
    border-radius: 50%; 
}
.vertical-slider.highlight::after {
    background-color: #f98080;
}
.process-slides {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 100px; 
}
.process-icon {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .process-slides {
        flex-direction: column;
    }
    .vertical-slider{
        left: 0px;
    }
    .process-slides .col-3,
    .process-slides .col-2 {
        display: none;
    }
    .process-card {
        width: 100%;
        padding: 30px;
    }
    .process-icon {
        width: 100%;
        margin-bottom: 20px;
    }
    .process-icon svg {
        max-width: 100px;
        height: auto;
        margin: 0 auto;
    }
    .process-m {
        flex-direction: column-reverse;
    }
    .direction {
        direction: ltr;
    }
}
@media screen and (max-width: 576px) {
    .vertical-slider{
        display: none;
    }
    .process-m{
        margin: 0;
    }
}  */