body {
    font-family: 'Roboto', sans-serif;
}

.navbar-brand img {
    max-width: 220px;
}

.navbar .login-btn {
    font-size: 18px;
}

.custom-green-btn {
    background-color: #32AD67;
    border-radius: 10px;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 24px;
}

.custom-green-btn:hover {
    background-color: #268c51;
    color: white;
}

.section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 40px;
}

.hero-section {
    padding: 65px 0;
    background-color: #005C45;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.hero-section h1 {
    font-weight: 900;
    font-size: 55px;
}

.hero-section p {
    max-width: 900px;
    margin: 30px auto;
    font-size: 24px
}

.hero-section .capture-btn {
    font-size: 24px;
    border-radius: 12px;
    padding: 10px 40px;
}

.hero-section .top-features {
    max-width: 700px;
    margin: 30px auto 250px auto;
}

.hero-section .top-features .top-feat-item {
    margin: 0 20px;
    display: flex;
    text-align: left;
}

.hero-section .top-features .top-feat-item img {
    margin-right: 6px;
    margin-top: 6px;
    height: fit-content;
}

.hero-image-container {
    margin-top: -280px;
}

.hero-image-container img {
    margin: auto;
    box-shadow: 0 4px 28px #00000026;
    max-width: 100%;
}

.elevate-section {
    margin-top: 60px;
}

.elevate-section p {
    font-size: 18px;
}

.award-wrapper {
    margin: 50px auto;
    max-width: 1000px;
}

.award {
    height: 110px;
}

.how-it-works {
    margin-top: 60px;
    margin-bottom: 60px;
}

.how-it-works p {
    font-size: 18px;
    margin-top: 30px;
}

.how-it-works-item {
    text-align: left !important;
}

.how-it-works-item img {
    width: 30px;
    margin: 20px 0;
}

.how-it-works-item h4 {
    font-size: 40px;
    font-weight: normal;
}

.feature-item {
    display: flex;
    margin-bottom: 20px;
}

.feature-item img {
    height: max-content;
    margin-right: 8px;
    margin-top: 2px;
    width: 18px;
}

.feature-item text {
    font-size: 18px;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.challenge-section {
    background-color: #f6f6f6;
    padding: 40px;
    border-radius: 30px;
    text-align: left;
    height: 100%;
}

.solution-section {
    background-color: #ebfaf6;
    padding: 40px;
    border-radius: 30px;
    text-align: left;
    height: 100%;
}

.solution-section h4 img {
    height: 18px;
    margin-left: 10px;
    margin-top: -3px;
}

.challenge-section h4, .solution-section h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.third-party {
    margin: 80px 0;
    text-align: left !important;
}

.third-party-check-mark {
    width: 10%;
}

.third-party-check-mark img {
    margin-top: -5px;
}

.third-party-text {
    width: 90%;
}

.third-party-text h4 {
    font-weight: 800;
}

.ready-to-start {
    margin: 0 auto -80px auto;
    position: relative;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 4px 28px #00000026;
    border-radius: 20px;
    padding: 40px 40px 30px 40px;
    max-width: 1000px;
}

.ready-to-start h4 {
    font-weight: 900;
    font-size: 40px;
}

.terms-of-use, .privacy-policy {
    font-family: 'Roboto', sans-serif;
}

.terms-of-use p, .privacy-policy p {
    font-size: 18px;
}

#footer {
    background-color: #005C45;
    padding: 40px 15px;
    color: #ffffff;
    font-size: 18px;
}

#footer a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 20px;
    padding-right: 10px;
}

#footer a:hover {
    color: #f2f2f2;
}

#footer img {
    margin-bottom: 20px;
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .third-party-check-mark img {
        margin-top: 0;
    }

    .third-party-text {
        padding-left: 20px;
    }

    .award {
        height: 90px;
    }
}

@media (max-width: 768px) {
    .challenge-section, .solution-section {
        padding: 40px 25px;
    }

    .third-party {
        margin: 60px 0;
    }

    .ready-to-start h4 {
        font-size: 24px;
    }

    .ready-to-start a {
        font-size: 16px;
    }

    #footer {
        text-align: left;
    }

    #footer a {
        margin-bottom: 5px;
        display: block;
    }

    #footer p {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    p, #footer {
        font-size: 16px !important;
    }

    .navbar .login-btn {
        font-size: 16px;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .hero-section {
        padding: 40px 0;
    }

    .hero-section .top-features {
        margin: 30px auto 110px auto;
    }

    .hero-image-container {
        margin-top: -120px;
    }

    .third-party-check-mark img {
        width: 25px;
        margin-top: 2px;
    }

    .third-party-text {
        padding-left: 5px;
    }

    .how-it-works p {
        margin-top: 15px;
    }

    .how-it-works-item img {
        margin: 0 0 15px 0;
    }

    .ready-to-start {
        margin: 0 auto -100px auto;
    }

    .terms-of-use p, .privacy-policy p {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .navbar-brand img {
        max-width: 180px;
    }

    .section-title {
        font-size: 30px;
    }

    .hero-section h1 {
        font-size: 35px;
    }

    .hero-section p {
        font-size: 18px;
    }

    .hero-section .capture-btn {
        font-size: 18px;
        width: max-content;
        max-width: 100%;
    }

    .award {
        height: auto;
    }

    .solution-section {
        margin-top: 30px !important;
        height: auto;
    }

    .how-it-works .how-it-works-item img {
        width: 30px;
    }

    .how-it-works .how-it-works-item h4 {
        font-size: 24px;
    }

    .ready-to-start {
        text-align: center;
    }
}

