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

.text-primary {
    color: #007BFF !important;
}

/* Hero & navbar */

.hero-section {
    background-color: #007BFF;
    border-radius: 10px;
    margin: 15px 0 0 0;
    padding: 20px;
    padding-bottom: 100px;
}

.hero-section .navbar {
    background-color: #FFFFFF24;
    border: 1px solid #E5E7EB33;
    border-radius: 10px;
    padding: 5px 0;
    margin-bottom: 50px;
    box-shadow: none;
}

.hero-section .navbar .navbar-brand {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

.hero-section .navbar .nav-item .nav-link {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
}

.hero-section .navbar .nav-item .btn-get-started {
    background-color: #FFFFFF;
    color: #007BFF;
    font-size: 12px;
    font-weight: 500;
}

.hero-section .navbar .nav-item .btn-get-started i {
    font-size: 14px !important;
}

.hero-section .navbar .nav-item .btn-get-started i {
    margin-left: 3px;
}

.hero-section .left h1 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
    margin: 15px 0;
    line-height: 48px;
}

.hero-section .left span.info {
    display: block;
    color: #FFFFFF;
    margin-bottom: 20px;
}

/* Footer */

.footer {
    background-color: #F9FAFB;
    padding: 50px 50px 20px 50px;
}

.footer .footer-brand {
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .footer-brand span {
    color: #212529;
    font-weight: 700;
}

.footer .left span.footer-info {
    color: #6C757D;
}

.footer .right h6 {
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer .right a {
    display: block;
    text-decoration: none;
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 7px;
    white-space: nowrap;
}

.footer .separator {
    width: 100%;
    height: 1px;
    background-color: #E5E7EB;
    margin: 20px 0;
}

.footer .copyright-text {
    color: #6C757D;
}

@media screen and (max-width: 768px) {
    .hero-section {
        margin-bottom: 20px;
    }
    .hero-section .navbar {
        margin-bottom: 10px;
    }
    .navbar-toggler {
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF
    }
    .navbar-toggler-icon {
        height: 1rem;
        width: 1rem;
    }
    .hero-section .left h1 {
        font-size: 24px;
        line-height: 39px;
    }
    .footer {
        padding: 20px;
    }
    .footer .copyright-text {
        text-align: left !important;
    }
}