.banner {
    display: flex;
    margin-top: 20px;
    padding: 0px 80px;
}

.company_logo_list {
    display: flex;

    justify-content: center;
    align-items: center;
    margin-top: 30px;

    @media screen and (max-width:600px) {
        flex-wrap: wrap;


    }
}

.company_logo_list img {
    width: 100%;
    /* Makes the image width responsive */
    height: auto;
    /* Maintains aspect ratio */
    max-width: 50px;
    /* Set a maximum width for the images */
    max-height: 50px;
    /* Set a maximum height for the images */
    object-fit: contain;
    /* Ensures the image scales nicely */
    padding: 2px;
}

.affliate_content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 40px;


    /* Adjusted media query syntax */
    @media screen and (max-width: 600px) {

        flex-wrap: wrap;
        /* This will allow items to wrap on smaller screens */
    }

    .contents .content_head {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        max-width: 700px;
    }

    .contents .content_head .heading {
        font-size: x-large;
        font-weight: bolder;
    }

    .contents .content_head .ellipse {
        background-color: #FEB51B;
        border-radius: 50%;
        min-width: 60px;
        min-height: 60px;
        display: inline-flex;

        justify-content: center;
        align-items: center;
        font-size: x-large;
        box-sizing: content-box;
        white-space: nowrap;
        line-height: 1;

        @media screen and (max-width: 600px) {
            width: 100px;
            height: 50px;
        }
    }

    .contents .content_body {
        font-size: medium;
        max-width: 700px;
        padding: 20px;
    }

    .img {
        max-height: 300px;
        max-width: 300px;
        width: 100%;
        /* Ensures images scale down to fit their container */
    }
}

.lets_drive_div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

    @media screen and (max-width: 600px) {
        flex-direction: column;
    }

    .image {
        max-width: 500px;
    }

    .text {
        font-style: italic;
        width: 500px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;

        @media screen and (max-width: 600px) {
            width: 100%;
        }

        .text1 {
            margin-right: 50px;
            font-size: xx-large;
            font-weight: bold;

            span {
                color: #FEB51B;
                font-size: xx-large;
                font-weight: bold;

            }
        }

        .text2 {
            font-weight: bold;
            font-size: xx-large;

            span {
                font-weight: bold;
                color: #FEB51B;
                font-size: xx-large;

            }
        }
    }
}

.quotes {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
}

.affliate_steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;

    .affliate_step {
        padding: 20px;
        min-width: 300px;
        min-height: 400px;
        max-width: 300px;
        max-height: 400px;
        background-color: #f5f5f5;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

        .img {
            max-width: 100px;
        }

        .heading {
            font-size: medium;
            font-weight: 600;
            margin-top: 10px;
        }

        .content {
            margin-top: 10px;
            font-size: medium;

        }
    }
}

.overlay {
    z-index: 10;
}

.dir_div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;

    .img {
        max-width: 300px;
        min-width: 300px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;

        img {

            max-width: 200px;
            min-width: 200px;
        }

    }

    .contents {
        background-color: #f9efd6;
        border-radius: 10px;
        padding: 40px;

        button {
            margin-top: 10px;
        }
    }
}

.get_started {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    padding: 20px;

    .heading {
        font-size: large;
        font-weight: bold;
    }

    .contents {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-wrap: wrap;
        padding: 20px;
        gap: 40px;

        .content {
            min-width: 250px;
            max-width: 250px;
            border-radius: 10px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 10px;

            .ellipse {
                background-color: #FEB51B;
                border-radius: 50%;
                color: black;
                width: 60px;
                height: 60px;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                font-weight: 800;
                font-size: x-large;

            }

            .content {
                text-align: justify;
            }
        }

    }

}

.our_partners {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;

    .heading {
        font-size: large;
        font-weight: bold;
    }

    .contents {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;

        .content {
            .heading {
                font-size: medium;
                font-weight: bold;
                margin-top: 20px;
                text-align: center;
            }

            .img {
                max-width: 250px;
                min-width: 250px;

                img {

                    border-radius: 10px;
                }
            }

        }
    }
}

.banner .applyNow {
    width: 50%;
}

.banner .carBanner {
    width: 75%;
}

.banner .bannerResponsive {
    display: none;
}

.banner .applyNow h1 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 100px;
}

.banner .applyNow p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
}

.banner .applyNow span {
    font-size: 20px;
    line-height: 28px;
    padding: 0px 5px;
    background-color: #FEB51B66;
    border: 1px solid #FEB51B;
    border-radius: 5px;
    font-weight: 600;
}

.banner .applyNow button {
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    background-color: #FEB51B;
    font-size: 14px;
}

@media (max-width: 1366px) {
    .banner {
        padding: 0px 50px;
    }

    .banner .applyNow h1 {
        margin-top: 50px;
    }
}

@media (max-width: 1060px) {
    .banner .applyNow h1 {
        font-size: 35px;
        line-height: 35px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    .banner .applyNow p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner .applyNow span {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 5px;
    }

    .banner {
        margin-top: 0px;
    }
}

@media (max-width: 900px) {
    .banner .applyNow h1 {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 30px;
    }

    .banner .applyNow p {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .banner {
        flex-wrap: wrap;
        padding: 0px 20px;
    }

    .banner .applyNow h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner .applyNow {
        width: 100%;
    }

    .banner .carBanner {
        display: none;
    }

    .banner .bannerResponsive {
        display: inline;
        width: 100%;
    }

    .banner .applyNow span {
        font-size: 20px;
        line-height: 28px;
    }

    .banner .applyNow p {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 600px) {
    .banner .applyNow h1 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 425px) {
    .banner .applyNow h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner .applyNow p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .banner .applyNow span {
        font-size: 16px;
        line-height: 28px;
    }
}

.howItWorks {
    margin-top: 50px;
    display: flex;
    padding: 0px 80px;
    gap: 80px;
}

.howItWorks .worksImage {
    width: 100%;
}

.howItWorks .details .heading {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 5px solid #FEB51B;
}

.howItWorks .details p {
    padding-top: 30px;
}

.howItWorks .details .paragraph1 {
    font-size: 18px;
    font-weight: 300;
}

.howItWorks .details .paragraph2 {
    font-size: 14px;
    font-weight: 300;
}

.howItWorks .details .paragraph1 span {
    font-size: 18px;
    font-weight: 600;
}

.howItWorks .details button {
    margin-top: 30px;
    width: 150px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    background-color: #FEB51B;
    font-size: 14px;
}

@media (max-width: 1366px) {
    .howItWorks {
        padding: 0px 50px;
    }
}

@media (max-width: 1200px) {
    .howItWorks .details .paragraph1 {
        font-size: 16px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph2 {
        font-size: 14px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph1 span {
        font-size: 16px;
        font-weight: 600;
    }

    .howItWorks {
        gap: 20px;
    }
}

.works_responsive {
    display: flex;
    gap: 100px;
}

.imageWorks {
    display: none;
}

@media (max-width: 1100px) {
    .howItWorks .worksImage {
        width: 120%;
    }
}

@media (max-width: 1024px) {
    .howItWorks {
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .imageWorks {
        display: inline;
        width: 100%;
        height: 250px;
    }

    .bannerResponsive {
        display: none;
    }

    .howItWorks .details .paragraph1 {
        font-size: 18px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph2 {
        font-size: 16px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph1 span {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .howItWorks {
        padding: 0px 20px;
    }

    .works_responsive {
        gap: 50px;
    }
}

@media (max-width: 650px) {
    .works_responsive {
        gap: 10px;
    }

    .howItWorks .details .paragraph1 {
        font-size: 16px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph2 {
        font-size: 14px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph1 span {
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 525px) {
    .imageWorks {
        padding-top: 30px;
        width: 40%;
        height: 200px;
    }

    .howItWorks .details .heading {
        font-size: 25px;
    }

    .howItWorks .details .paragraph1 {
        font-size: 14px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph2 {
        font-size: 12px;
        font-weight: 300;
    }

    .howItWorks .details .paragraph1 span {
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width: 375px) {
    .imageWorks {
        width: 35%;
        height: 175px;
    }

    .howItWorks .details button {
        margin-top: 20px;
    }
}

.joinSlider {
    display: none;
}

.joinNow {
    background-color: #FFF5E1;
    display: flex;
    padding: 50px;
    margin: 50px 80px;
    gap: 20px;
    justify-content: space-evenly;
}

.joinNow .commission {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.joinNow .commission .card {
    border: 1px solid #FFA969;
    width: 200px;
    height: 300px;
    border-radius: 5px;
    background-color: #FEB51B3D;
}

.joinNow .commission .card {
    text-align: center;
}

.joinNow .commission .fifteen img {
    padding-top: 14px;
}

.joinNow .commission .ten img {
    padding-top: 23px;
}

.joinNow .commission .five img {
    padding-top: 26px;
}

.joinNow .commission h1 {
    font-size: 50px;
    font-style: italic;
    font-weight: 800;
}

.joinNow .commission h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: -20px;
}

.joinNow .commission p {
    font-size: 10px;
    font-weight: 300;
    padding: 0 10px;
}

.joinNow .commission span {
    font-size: 10px;
    font-weight: 700;
}

.joinNow .join h1 {
    font-size: 60px;
    font-style: italic;
    font-weight: 800;
}

.joinNow .join {
    align-self: center;
}

@media (max-width: 1350px) {
    .joinNow {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 1366px) {
    .joinNow {
        margin: 50px;
    }
}

@media (max-width: 1200px) {
    .joinNow .join h1 {
        font-size: 40px;
    }

    .joinNow {
        gap: 0px;
    }
}

@media (max-width: 1100px) {
    .joinNow .join {
        display: none;
    }
}

@media (max-width: 990px) {
    .joinNow {
        margin: 50px 30px;
    }
}

@media (max-width: 950px) {
    .joinNow {
        display: none;
    }

    .joinSlider {
        display: block;
        background-color: #FFF5E1;
        padding: 50px 0px;
        margin-top: 50px;
    }

    .commission-slider .card {
        border: 1px solid #FFA969;
        margin-right: 100px;
        width: 200px;
        height: 300px;
        border-radius: 5px;
        background-color: #FEB51B3D;
    }

    .commission-slider .card {
        text-align: center;
    }

    .commission-slider .fifteen img {
        padding-top: 14px;
    }

    .commission-slider .ten img {
        padding-top: 23px;
    }

    .commission-slider .five img {
        padding-top: 26px;
    }

    .commission-slider h1 {
        font-size: 50px;
        font-style: italic;
        font-weight: 800;
    }

    .commission-slider h2 {
        font-size: 20px;
        font-weight: 500;
        margin-top: -20px;
    }

    .commission p {
        font-size: 10px;
        font-weight: 300;
        padding: 0 10px;
    }

    .commission span {
        font-size: 10px;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .commission-slider .card {
        margin-right: 50px;
    }
}

@media (max-width: 425px) {
    .commission-slider .card {
        margin-right: 20px;
    }
}


.faqBody {
    width: 100%;
}

.faqBody .faqContainer h1 {
    text-align: center;
    font-size: 22px;
}

.faqBody .faqContainer p {
    text-align: center;
    font-size: 12px;
    color: #667085;
}

.faqBody .faq {
    list-style: none;
    padding: 0;
}

.faqBody ol>li {
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-height: 30px;
}

.faqBody h3.question {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 30px;
    z-index: 1;
    font-size: medium;
}

.faqBody .icon {
    height: 18px;
    position: absolute;
    width: 18px;
    right: 0;
    top: 11px;
    z-index: 2;
}

.faqBody .icon:before,
.faqBody .icon:after {
    content: '';
    height: 4px;
    right: 0;
    position: absolute;
    top: 0;
    width: 18px;
    transition: transform 500ms ease;
}

.faqBody .toggle:checked~.icon:after,
.faqBody .toggle:checked~.icon:before,
.faqBody li:hover .icon:before,
.faqBody li:hover .icon:after {
    background: #FEB51B;
}

.faqBody .toggle:not(:checked)~.icon:before {
    transform: rotate(180deg);
}

.faqBody .toggle:not(:checked)~.icon:after {
    transform: rotate(90deg);
}

.faqBody .toggle {
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3;
}

.faqBody .border {
    height: 40px;
    border-bottom: 1px solid #fdfdfd;
}

.faqBody li:hover .border,
.faqBody .toggle:checked~.border {
    border-bottom: 1px solid #FEB51B;
}

.faqBody .answer {
    padding: 15px 0 0 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    transition: .4s ease;
}

.faqBody .toggle:checked~.answer {
    height: auto;
    opacity: 1;
    z-index: 2;
}

.faqBody .answer>p {
    margin-bottom: 15px;
    text-align: justify;
}

@media (max-width: 425px) {
    .faqBody .faqContainer h1 {
        font-size: 18px;
    }

    .faqBody .faqContainer p {
        font-size: 10px;
    }

    .faqBody h3.question {
        font-size: small;
    }
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
}

.popup {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    background: white;
}

input {
    width: 100%;
    padding: 6px;
    color: #576675;
    font-weight: 400;
    border: #C5CAD1 solid 1px;
    border-radius: 5px;
    outline: none;
}

textarea {
    padding: 6px;
    resize: none;
    width: 100%;
    height: 100px;
    color: #576675;
    font-weight: 400;
    border: #C5CAD1 solid 1px;
    border-radius: 5px;
    outline: none;
    margin-bottom: 20px;
}


.join-btn {
    border-radius: 20px;
    text-align: center;
    background-color: #FEB51B;
    padding: 10px;
    width: 200px;
    margin: auto;
}

.name,
.contact {
    gap: 20px;
}

.fullname {
    display: none;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.close-popup:before {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.close-popup:after {
    content: '';
    background-color: #fff;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}

@media (max-width: 768px) {
    .popup {
        width: 75%;
    }
}

@media (max-width: 425px) {
    .popup {
        width: 90%;
    }

    .firstname,
    .lastname {
        display: none;
    }

    .fullname {
        display: block;
    }

    .contact {
        flex-wrap: wrap;
    }
}