* {
    margin: 0;
    padding: 0;
}

.container {
    background-color: #ececee;
}

.logo-1 {
    width: 200px;
    height: 50px;
}

ul li {
    color: #000000;
}

.help-btn {
    background-color: #75BF7A;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.6rem 2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.help-btn:hover {
    background-color: #5da362;
    color: white;
}

.heading-3 {
    max-width: 600px;
    color: #000000;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.para-1 {
    max-width: 550px;
    color: #9E9DA2;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.location {
    width: 160px;
    margin-right: 1rem;
    transition: transform 0.3s ease;
}

.location:hover {
    transform: translateY(-3px);
}

.location-1 {
    max-width: 100%;
    height: auto;
}

.row-1 {
    border-radius: 12px;
    max-width: 1200px;
    background-color: #75BF7A;
    padding: 2.5rem 2rem;
    margin-top: 2rem !important;
}

.btn-1 {
    background-color: #000000;
    color: #ffffff;
    height: 50px;
    padding: 0 2rem;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-1:hover {
    background-color: #333;
}

.para-2 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
}

.input {
    border-radius: 8px;
    border: none;
    height: 50px;
    padding: 0 1.5rem;
    max-width: 400px;
    width: 100%;
}

.heading-2 {
    text-align: center;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.para-3 {
    width: 690px;
    height: 90px;
    text-align: center;


}

.col-3 {
    position: relative;
    border-radius: 2px;
}

/* How It Works Section */
.how-it-works-content {
    max-width: 1200px;
}

.step-number-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.step-bg {
    width: 60px;
    height: 60px;
}

.step-icon {
    position: absolute;
    width: 30px;
    height: auto;
    z-index: 1;
}

.heading-4 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.para-4 {
    color: #9E9DA2;
    font-size: 16px;
    line-height: 1.5;
    max-width: 300px;
}

.how-it-works-left .para-4 {
    margin-left: auto;
}

.how-it-works-right .para-4 {
    margin-right: auto;
}

.center-image-wrapper {
    position: relative;
    display: inline-block;
}

.center-circle {
    max-width: 100%;
    height: auto;
}


.col-6 {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Overlapping Benefits Section */
.benefits-overlap-container {
    min-height: 400px;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.background-mobile {
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0.9;
}

.benefits-mobile-img {
    height: 900px;
    width: auto;
    max-width: 280px;
    /* Make it slimmer */
    object-fit: contain;
}

.benefit-overlap-card-01 {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: none;
    transition: transform 0.3s ease;
}

.benefit-overlap-card {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: none;
    transition: transform 0.3s ease;
}

.benefit-overlap-number {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.benefit-overlap-title {
    color: #4CAF50;
    /* Match the green from the screenshot or theme */
    font-size: 28px;
    font-weight: 800;
}

.benefit-overlap-text {
    color: #9E9DA2;
    font-size: 14px;
    /* Reduced for compactness */
    line-height: 1.4;
    max-width: 350px;
}

.benefit-overlap-frame {
    max-height: 130px;
    /* Significantly reduced height */
    width: auto;
    object-fit: contain;
}

/* Card Positioning for Overlap */
@media (min-width: 992px) {
    .benefits-overlap-container .row:nth-of-type(2) {
        /* First Card row */
        margin-top: 50px;
        margin-left: 5%;
    }

    .benefits-overlap-container .row:nth-of-type(3) {
        /* Second Card row */
        margin-top: -50px;
        margin-right: 5%;
    }

    .benefits-overlap-container .row:nth-of-type(4) {
        /* Third Card row */
        margin-top: -50px;
        margin-left: 5%;
    }
}

@media (max-width: 991px) {
    .benefits-mobile-img {
        height: 500px;
    }

    .background-mobile {
        opacity: 0.3;
        /* More faded on mobile if it stays behind */
    }
}

.main-footer {
    margin-top: 250px;
    background-color: #ffffff;
}

.foot-img {

    text-align: center;
    gap: 2px;
}

.foot-logo {
    width: 200px;
}

.last-div span {
    color: #75BF7A;
}





@media (max-width: 1200px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {
    .header-row {
        text-align: center;
    }

    .left-row {
        padding: 0 !important;
        margin-bottom: 3rem;
    }

    .right-row {
        order: -1;
    }

    .row-1 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .para-2 {
        text-align: center;
    }

    .input {
        width: 100%;
        max-width: none;
    }

    .btn-1 {
        width: 100%;
    }

    .benefits-mobile-img {
        max-width: 250px;
    }


}

@media only screen and (max-width:900px) {
    .row-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2.5rem;
    }

    .row-footer>div {
        width: 100% !important;
        margin-bottom: 2rem;
    }

    .foot-img {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .heading-3 {
        font-size: 1.6rem;
    }

    .how-it-works-left .para-4,
    .how-it-works-right .para-4 {
        margin: 0 auto;
    }

    .benefit-card {
        flex-direction: column;
        text-align: center !important;
    }

    .benefit-header {
        justify-content: center !important;
    }
}


@media only screen and (max-width: 800px) {}