.how-it-works-title {
    font-size: 37px;
}

.how-it-works-subtitle {
    font-size: 16px;
}

.how-it-works-desc {
    width: 50%;
    font-size: 16px;
}

.how-it-works-guide {
    font-size: 14px;
}

.step-title {
    font-size: 21px;
}

.step-text {
    font-size: 16px;
}

/* ===== Shared Elements ===== */
.icon-img {
    width: 144px;
    height: 144px;
    object-fit: contain;
    margin-top: -20px;
}

.text-decoration {
    text-decoration: underline;
    text-decoration-color: #BCD9E8;
}

.fig {
    background-color: black;
    padding: 8px;
    width: 8px;
    height: 8px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 200;
    margin-right: 7px;
    font-size: 12px;
}

.about-us-section {
    background-color: #fafaf6;
    padding: 120px 0px;
}

.about-title {
    font-size: 2.2rem;
    color: #0a1a24;
    margin-bottom: -65px;
}

.about-img {
    max-width: 450px;
    object-fit: contain;
}

.about-btn {
    background: transparent;
    border: 1px solid #0a1a24;
    border-radius: 30px;
    color: #0a1a24;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 65%;
    display: flex;
    justify-content: center;
}

.about-btn:hover {
    background: #a4c639;
    color: white;
}

.about-text {
    font-size: 16px;
    color: #0a1a24;
    line-height: 1.8;
}

.learn-more-btn {
    margin-top: -50px;
}

.fig-1 {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    padding: 10px 14px;
    min-width: 28px;
    height: 28px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    /* small rounded corners, not circle */
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}



/* Mobile Styles */
@media (max-width: 768px) {
    .about-title {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }

    .about-img {
        max-width: 400px;
        margin-top: -70px;
    }

    .about-us-section {
        padding: 50px 0px;
    }

    .about-btn {
        width: 100%;
        padding: 12px;
    }

    .section__container {
        padding: 0 20px;
    }

    .learn-more-btn {
        margin-top: -70px;
    }

    .how-it-works-desc {
        width: 100%;
    }

    .step-title {
        font-size: 18px;
        font-weight: 500 !important;
    }
}


 .filled-button-btn {
    background-color: #fff;
    border: 1px solid #a4c639;
    color: #a4c639;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

 .filled-button-btn:hover {
    background-color: #a4c639;
    color: #fff;
}

.step-text-1 {
    font-size: 16px;
    line-height: 3rem;
}

 