:root {
    --blue: #00368b;
    --color: #ffc655;
    --white: white;
    --grey: #464849;
    --black: black;
    --light-grey: rgba(70, 72, 73, 0);
    --light-grey-50: rgba(70, 72, 73, 0.6);
    --off-white: rgba(255, 255, 255, .8);
    --light-blue: #03a9f4;
    --dark-blue: #003366;
    --light-red: #EF6351;
    --green: #008357;
    --dark-blue-hover: rgba(0, 51, 102, 0.1);
}

b {
    font-weight: 700 !important;
}

.highlighted-line {
    padding: 0.3em 1em;
    margin-bottom: 0.4em;
    color: var(--white);
    width: fit-content;
    line-height: 2em;
    border-radius: 5px;
}

.rotate-3deg {
    transform: rotate(2deg);
}

.rotate-minus-3deg {
    transform: rotate(-2deg);
}

.bg-1 {
    background-color: var(--green);
    margin: 2rem 0 2rem -1rem;
    text-align: center;
}

.bg-2 {
    background-color: var(--light-blue);
    color: black;
}


.w-layout-grid {
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

    .w-checkbox:before {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

    .w-checkbox:after {
        content: " ";
        clear: both;
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #3898ec;
        background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-color: #3898ec;
    }

.red-disclaimer {
    color: red;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

body {
    color: #333;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.nav-link-2 {
    color: var(--blue);
    letter-spacing: 1px;
    object-fit: fill;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

    .nav-link-2:hover {
        color: var(--color);
    }

    .nav-link-2.w--current {
        color: var(--color);
    }

.navbar {
    background-color: #fff;
    height: 100px;
    /*position: -webkit-sticky;*/
    position: sticky;
    top: 0;
    align-content: center;
}

.hero-sub-heading {
    font-family: 'Fredoka', sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    display: inline-block;
}

.highlight-line {
    border-radius: 5px;
    display: inline-block;
    padding: 0.2em 1em;
    margin: 0.2em 0;
    color: white;
}

.dark-blue {
    background-color: var(--dark-blue);
}

.light-blue {
    background-color: var(--light-blue);
}

.nav-link {
    color: var(--blue);
    letter-spacing: 1px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

    .nav-link:hover {
        color: var(--color);
    }

.logo {
    width: 300px;
}

.nav-button {
    color: var(--white);
    text-align: center;
    letter-spacing: 1px;
    background-color: var(--blue);
    border-radius: 60px;
    width: 200px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    transition: background-color .3s;
    font-size: 16px;
    border: 3px solid var(--blue);
}

.content-area {
    flex: 1;
    display: flex;
    gap: 40px;
    padding: 20px 20px;
    overflow: hidden;
    flex-direction: column;
}

.nav-button:hover {
    background-color: var(--white);
    color: var(--blue);
    border: 3px solid var(--blue);
    transition: background-color .3s;
}

.container {
    min-width: 0;
    height: 100%;
    margin: auto;
    padding-top: 0;
    display: block;
    align-content: center;
}

    .container.hero {
        margin: 5vh 0;
        padding-top: 0;
    }

    .container.nav {
        max-width: 1440px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .container.footer {
        width: 85%;
        height: auto;
        margin-bottom: auto;
        padding: 3vh 0 0;
    }

    .container.login {
        width: 100%;
        margin-right: auto;
        padding-top: 0;
    }

    .container.about-us {
        height: 100%;
    }

    .container.application {
        padding-top: 0;
    }

.separator {
    background-color: var(--color) !important;
    max-height: 4px;
}

    .separator.yellow.nav {
        width: 100%;
        height: 5px;
    }

.image {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.footer {
    text-align: center;
    background-color: #00368b;
    border-bottom: 1px solid #e4ebf3;
    padding: 5vh 30px 1vh;
}

.footer-social-block {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    display: flex;
}

.footer-social-link {
    transform-style: preserve-3d;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .4s;
}

    .footer-social-link:hover {
        opacity: .5;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    .footer-social-link.left {
        transform-style: preserve-3d;
        margin-left: 0;
    }

        .footer-social-link.left:hover {
            transform: scale3d(1.1, 1.1, 1.1);
        }

.paragraph-6 {
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 25px;
}

.footer-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-flex {
    justify-content: space-between;
    align-items: flex-start;
    width: 1400px;
    max-width: 100%;
    height: 320px;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    display: flex;
}

.footer-logo-wrapper {
    transform-style: preserve-3d;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 80px;
    width: 300px;
    min-width: 300px;
    height: 105px;
    transition: all .4s;
    align-content: center;
    text-align: center;
}

    .footer-logo-wrapper:hover {
        transform: scale3d(1.1, 1.1, 1.1);
    }

.footer-content {
    grid-column-gap: 50px;
    grid-row-gap: 25px;
    grid-template: "."
        "Area"
        / 1fr auto;
    grid-auto-flow: row dense;
    display: grid;
}

.footer-link {
    color: rgba(255, 255, 255, .9);
    text-align: left;
    -webkit-text-stroke-color: rgba(255, 255, 255, .8);
    white-space: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    display: block;
}

    .footer-link:hover {
        color: rgba(255, 255, 255, .5);
    }

.title-small {
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.image-7 {
    float: right;
    max-width: 15%;
    max-height: 20%;
    margin-bottom: 40px;
    margin-right: 140px;
    display: inline-block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.hero-background {
    aspect-ratio: auto;
    background-image: url('../img/hero-section-background.png');
    background-position: 0 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    max-width: 100%;
    min-height: 1024px;
    overflow: visible;
}

.flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 90%;
    min-height: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.heading {
    max-width: 580px;
}

.hero-sub-heading {
    color: var(--blue);
    margin: 3rem 0 0 0;
    font-size: 2em;
    font-family: Raleway;
    text-align: center;
}

.hero-heading {
    color: var(--white);
    max-width: 580px;
    margin: 1rem 0;
    font-family: fredoka, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1em;
    font-size: 4.4em;
}

    .hero-heading:focus {
        outline: none;
        box-shadow: none;
    }

.hero-sub-title {
    color: var(--white);
    margin: 1.2rem auto;
    font-size: 1.5rem;
    font-family: Raleway;
    font-weight: 600;
}

.image-8 {
    flex: 0 auto;
    align-self: center;
    max-width: 480px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.text-span {
    letter-spacing: .2px;
    margin-left: 4px;
    font-weight: 500;
}

.text-span-2 {
    color: var(--blue);
    font-weight: 400;
}

.button-primary {
    background-color: var(--dark-blue);
    border-radius: 30px;
    flex: 0 auto;
    width: 250px;
    height: 65px;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    position: static;
    justify-content: center;
    align-items: center;
}

    .button-primary.white {
        border: 3px solid var(--white);
        background-color: var(--white);
        color: var(--blue);
        transition: background-color .3s;
    }

        .button-primary.white:hover {
            background-color: var(--dark-blue) !important;
            color: var(--white) !important;
            border: 3px solid var(--dark-blue) !important;
            transition: background-color .3s;
        }

.button-primary {
    height: 65px;
    border-radius: 40px;
}

    .button-primary.left {
        border: 3px solid var(--dark-blue);
        transition: background-color .3s;
    }

        .button-primary.left:hover {
            border: 3px solid var(--white);
            background-color: var(--white);
            color: var(--dark-blue);
        }

.text-span-3 {
    color: var(--blue);
}

.section {
    display: block;
}

._2-col-grid {
    grid-column-gap: 101px;
    background-image: url('../img/hero-section-background.png');
    background-position: 0 0;
    background-size: cover;
    grid-template-rows: auto auto;
    height: 665px;
    margin-top: 50px;
    margin-bottom: 0;
}

    ._2-col-grid.footer {
        background-image: none;
        border: 1px #000;
        height: auto;
        margin-top: auto;
        margin-bottom: 5vh;
        padding: 0 0;
    }

.content-wrapper {
    width: 80%;
    margin: 1rem 0 1rem auto;
}

    .content-wrapper.right {
        margin: auto;
    }

.faq-button {
    float: right;
    cursor: pointer;
    transform-style: preserve-3d;
    margin-left: auto;
    transition: transform .3s;
    transform: translate(0);
}

    .faq-button:hover {
        transform: scale3d(1.1, 1.1, 1.1);
    }

.faq-button-wrapper {
    margin-bottom: 40px;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

.page-heading {
    color: var(--grey);
    text-align: center;
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 47px;
    line-height: 65px;
}

.yellow-fullstop {
    color: var(--color);
}

.page-sub-heading {
    color: var(--grey);
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 25px;
}

.page-sub-header {
    color: var(--color);
    text-align: center;
    margin-top: 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.list {
    list-style-type: lower-alpha;
}

.accordion-main-block {
    margin: 2rem auto;
    width: 80%
}

.accordion-wrapper {
    border-bottom: 1px solid var(--color);
    cursor: pointer;
    overflow: visible;
}

.accordion-heading {
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
}

.accordion-title {
    flex: 1;
    font-family: Roboto, sans-serif;
    font-size: 19px;
    font-weight: 500;
    width: 80%;
}

.accordion-content {
    margin: 2rem;
    display: block;
    overflow: hidden;
}

.accordion-heading:after {
    /*content: '\02795';*/
    content: '\002B';
    /*background-image: url(../img/minus-icon.png);*/
    font-size: 35px;
    color: #ffc655 !important;
    float: right;
    margin-left: 5px;
}

.accordion-heading.active:after {
    content: "\2013";
    /*background-image: url(../img/plus-icon.png);*/
    color: #ffc655 !important;
}

.accordion-icon-block {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/plus-icon.png);
}

.accordion-content.open {
    display: block;
}

.accordion-paragraph {
    color: var(--light-grey-50);
    width: 90%;
    font-weight: 500;
    font-size: 17px;
    line-height: 33px;
}

.accordion-icon-block {
    flex: 0 auto;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 0;
}

._2-col {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
}

.login-logo {
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: -11px;
}

.left-login {
    width: 380px;
    min-width: 300px;
    margin: auto;
}

.image-10 {
    width: 280px;
    margin-left: 0;
}

.heading-login {
    color: var(--black);
    font-size: 40px;
    font-weight: 500;
}

.login {
    color: var(--grey);
    margin-left: 2px;
    font-size: 15px;
}

.heading-login-wrapper {
    margin-bottom: 40px;
}

.bold-text {
    font-size: 15px;
}

.field-label {
    font-size: 13px;
}

.submit-button {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
    transition: background-color .3s;
}

    .submit-button:hover {
        background-color: var(--color);
        color: var(--dark-blue);
        font-weight: 500;
    }

.secondary {
    background-color: var( --color);
    color: var(--dark-blue);
}

.secondary:hover {
    background-color: var( --blue);
    color: var(--white);
}

.password-field {
    margin-bottom: 0;
}

.remember-mer-check-label {
    color: var(--black);
    font-size: 13px;
    font-weight: 500;
}

.checkbox-field {
    margin-top: auto;
    margin-bottom: auto;
}

.checkbox {
    border: 2px solid var(--light-grey);
    border-radius: 5px;
}

.login-forgot-pwd {
    color: var(--blue);
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
}

.flex-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: stretch;
    margin-top: 23px;
    margin-bottom: 23px;
    display: grid;
}

.text-field {
    border-radius: 10px;
}

.login-text-field {
    border-radius: 5px;
}

.link {
    color: var(--blue);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}


.signup-question {
    color: rgba(51, 51, 51, .5);
    margin: 1rem 0;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.link-2 {
    color: var(--blue);
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}

.login-section {
    max-height: 100vh;
    overflow: hidden;
}

.faq-section,
.about-us-section {
    margin-top: 4vh;
    margin-bottom: 7vh;
}

.admin-login-section {
    height: 100vh;
}

.page-content {
    margin-top: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-layout-grid._3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.page-content.application {
    margin-top: 60px;
}

._3-col {
    height: 450px;
}

.content-block {
    transform-style: preserve-3d;
    border-radius: 20px;
    width: 100%;
    max-width: 380px;
    height: auto;
    padding: 20px;
    margin: auto;
    transition: transform .4s;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
}

    .content-block:hover {
        transform: scale(1.05);
        z-index: 10;
    }

.icon-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: -75px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.about-icon {
    display: block;
}

.content {
    margin-top: 45px;
}

.content-title {
    text-align: center;
    letter-spacing: 1px;
    /*margin-top: -80px;*/
    font-size: 30px;
}

.yellow-dot {
    color: var(--color);
}

.content-paragraph {
    color: var(--grey);
    text-align: center;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    word-wrap: break-word;
}

.menu-button {
    letter-spacing: .5px;
}

.application-section {
    transition: background-color .3s;
    overflow: hidden;
}

.process-tracker {
    justify-content: center;
    align-items: center;
    display: flex;
}

.step {
    border: 4px solid var(--color);
    border-radius: 90px;
    justify-content: center;
    align-items: flex-end;
    width: 65px;
    height: 65px;
    display: flex;
}

.step-link {
    background-color: var(--color);
    width: 95px;
    height: 4px;
}

.step-number {
    color: var(--color);
    justify-content: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    display: flex;
}

.form-wrapper {
    max-width: 880px;
    border-radius: 20px;
    padding: 60px 95px;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
}

.form-heading-wrapper {
    margin-bottom: 50px;
}

.form-heading {
    font-family: Roboto, sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 20px;
}

.form-subheading {
    color: var(--grey);
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.yellow-line {
    background-color: var(--color);
    height: 1px;
    margin-top: 18px;
}

.submit {
    background-color: var(--blue);
    border-radius: 30px;
    width: 185px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    transition: background-color .3s;
}

    .submit:hover {
        background-color: var(--color);
    }

.field-label-2 {
    color: var(--grey);
    width: 380px;
}

.text-field-2, .text-field-3 {
    border-radius: 10px;
    width: 380px;
}

.field-label-3 {
    width: 380px;
}

.footer-grid-wrapper {
    border-bottom: 1px solid var(--color);
    margin-bottom: 2vh;
}

.copyrights {
    margin-top: 0;
}

.paragraph-7 {
    color: var(--off-white);
    text-align: left;
    font-size: 13px;
    font-weight: 300;
}

.nkqubela-tech-link {
    color: var(--off-white);
    margin-left: 3px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
}

    .nkqubela-tech-link:hover {
        color: var(--white);
        font-weight: 500;
    }

.privacy-link {
    color: var(--off-white);
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
}

    .privacy-link:hover {
        color: var(--white);
        font-weight: 500;
    }

.paragraph-8 {
    color: var(--off-white);
    margin-left: 3px;
    margin-right: 3px;
    font-size: 13px;
}

.copyrights-link {
    color: var(--off-white);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s;
}

    .copyrights-link:hover {
        color: var(--white);
        font-weight: 500;
    }

.accordion-close-icon {
    display: none;
}

.right-login {
    margin-right: 0;
    height: 80vh;
}


.login-page-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.link-block {
    float: right;
    max-width: 100%;
    margin-left: auto;
}

.accordion-heading {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.active {
    background-color: var(--blue);
    color: var(--white);
}

.accordion-content {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.admin-login {
    max-width: 800px !important;
}

.admin-logo {
    margin-bottom: 2rem;
}

.form-wrapper .heading-login-wrapper {
    text-align: center;
}

form label {
    margin-bottom: .9rem;
}

.accent-dot {
    color: #ffc655;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 20px
}

.contact-card {
    overflow: hidden;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 20px #d9d9d9;
    padding: 32px 40px;
}

.text-no-wrap {
    flex-wrap: wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.district-name {
    color: #464849;
    font-size: 24px;
    font-family: Poppins, -apple-system, Roboto, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 0.24px;
    text-align: center;
}

.divider {
    border: 0;
    border-top: 1px solid rgba(255, 198, 85, 0.85);
    margin: 14px 0;
}

.contact-person {
    margin-top: 20px;
}

.person-name {
    color: #464849;
    font-size: 15px;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.15px;
    margin: 0;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 14px;
    color: #464849;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.15px;
}

menu-icon,
.icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: contain;
}

.icon-circle {
    background-color: rgba(0, 54, 139, 0.2);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.icon-small {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.address-info {
    margin-top: 40px;
    font-style: normal;
}

    .address-info .contact-info {
        margin-top: 20px;
    }

        .address-info .contact-info:first-child {
            align-items: flex-start;
        }

.capacity-count {
    text-align: right;
    padding-right: 200px;
}

    .capacity-count p {
        font-weight: 600;
    }

.card .button-primary {
    max-width: 150px;
}

    .card .button-primary:hover {
        border: 3px solid var(--blue);
        background-color: white;
        color: var(--blue);
        margin: -1px 0px 0px 0px;
        max-width: 155px;
    }

@media screen and (min-width: 1589px) {
    ._2-col-grid {
        width: 1440px;
    }
}

@media screen and (min-width: 991px) {
    .w-layout-hflex {
        flex-direction: row;
        align-items: center;
        display: flex;
    }
}

@media screen and (min-width: 767px) {
    .w-layout-hflex {
        flex-direction: row;
        align-items: center;
        display: flex;
        gap: 20px;
    }
}

@media screen and (min-width: 479px) {
    .w-layout-grid {
        grid-column-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
        margin: auto;
    }
}

/* ---------------- max-width: 1335px ---------------- */
@media screen and (max-width: 1335px) {
    .menu-overlay {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998; /* behind the menu */
    }

    body.no-scroll {
        overflow: hidden;
    }

    .w-nav-menu {
        position: fixed;
        top: 100px;
        right: -100%;
        width: 100%;
        height: auto;
        background-color: var(--white);
        z-index: 999;
        padding: 2rem 1rem;
        display: flex;
        flex-direction: column;
        box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease-in-out;
    }

        .w-nav-menu.open {
            right: 0 !important;
            justify-content: space-evenly
        }

    .menu-button {
        display: block;
        cursor: pointer;
        z-index: 1000;
        color: var(--dark-blue);
    }

    .nav-link-2 {
        color: var(--dark-blue);
        letter-spacing: 1px;
        object-fit: fill;
        font-family: Inter, sans-serif;
        font-weight: 600;
        font-size: 16px;
    }

        .nav-link-2:hover {
            color: var(--dark-blue);
        }

    .w-nav-link {
        color: var(--dark-blue);
        width: 90%;
        text-align: center;
        border-radius: 60px;
    }

        .w-nav-link:hover {
            background-color: var(--dark-blue-hover);
        }

    .nav-button {
        color: var(--white);
        text-align: center;
        letter-spacing: 1px;
        background-color: var(--dark-blue);
        border-radius: 60px;
        width: 90%;
        font-family: Poppins, sans-serif;
        font-weight: 600;
        transition: background-color .3s;
        font-size: 16px;
        border: 3px solid var(--dark-blue);
    }

        .nav-button:hover {
            background-color: var(--color);
            border: 3px solid var(--color);
            color: var(--white);
        }

    @media screen and (min-width: 479px) {
        .w-nav-menu {
            width: 50%;
            height: 90%;
        }
    }
}

/* ---------------- max-width: 1040px ---------------- */
@media screen and (max-width: 1040px) {
    .container.hero {
        margin: 0;
        padding-top: 0;
    }

    ._2-col-grid {
        grid-template-rows: auto auto;
        background-image: url('../img/hero section background sm.png');
        background-position: 0 0;
        background-size: cover;
        grid-column-gap: 101px;
        margin: 0;
        height: auto;
    }

        ._2-col-grid.footer {
            background-image: none;
            margin: auto 0 5vh;
            padding: 0;
        }

    .w-layout-grid {
        grid-template-columns: 1fr;
        justify-content: center;
        align-content: center;
    }

    .w-layout-hflex {
        flex-direction: row;
        align-items: center;
        display: flex;
        gap: 20px;
    }

    .button-primary.left {
        transition: background-color 0.3s;
        margin: auto;
    }

        .button-primary.left:hover {
            background-color: var(--white);
            border: 3px solid var(--white) !important;
        }

    .button-primary.white {
        border: 3px solid var(--white);
        background-color: var(--white);
        color: var(--blue);
        transition: background-color 0.3s;
    }

        .button-primary.white:hover {
            background-color: var(--color);
            color: var(--blue);
        }

    .button-primary {
        width: 100%;
        margin: auto;
    }

    .mirror-buttons {
        margin: 0;
    }

    .image {
        margin-top: 20px;
    }

    .right-login,
    .content-wrapper.home-hero,
    .faq-button {
        display: none;
    }

    .content-wrapper {
        margin: 2rem auto;
    }

    .container,
    .container.hero {
        width: 100% !important;
    }

    .hero-heading {
        margin: 2rem auto;
        text-align: center;
    }

    .hero-sub-title {
        margin: 2rem auto 1.5rem;
        text-align: center;
    }

    .hero-sub-heading {
        display: block;
        color: var(--white);
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 1.2rem;
    }

    .bg-1 {
        text-align: center;
    }

    .text-span {
        color: var(--white);
    }

    .text-span {
        font-weight: 500;
        margin-left: 4px;
        letter-spacing: 0.2px;
    }

    .text-span-2 {
        font-weight: 400;
    }

    .menu-icon,
    .icon {
        color: var(--dark-blue);
    }

    .hero-background {
        min-height: 200px;
    }

    .image-7 {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .left-login {
        width: 350px;
        margin: 2rem auto !important;
    }

    .footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 5vh 15px;
        display: grid;
        text-align: left;
    }

    .footer-block {
        display: flex;
        align-items: flex-start;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .footer-content {
        justify-items: flex-start;
        grid-column-gap: 60px;
        width: 100%;
        margin-top: 40px;
    }

    .footer-link {
        margin-top: 10px;
        line-height: 100%;
        transition: opacity 0.2s;
    }

    .footer-social-block {
        margin-top: 20px;
        margin-left: -20px;
    }

    .footer-social-link {
        margin-left: 20px;
    }

    .footer-logo-wrapper {
        min-width: 275px;
        align-content: center;
    }

    .contact-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-card {
        margin-top: 19px;
        padding: 20px;
    }

    .contact-info {
        margin-left: 4px;
    }

    .content-block {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 3rem;
    }

    .page-content {
        margin-top: 100px;
        padding: 0 20px;
    }
}

/* ---------------- max-width: 1024px ---------------- */
@media screen and (max-width: 1024px) {
    .w-layout-grid._3-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-sub-heading {
        font-size: 1.5em;
    }
}

/* ---------------- max-width: 768px ---------------- */
@media screen and (max-width: 768px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .w-layout-grid._3-cols {
        grid-template-columns: 1fr;
    }

    .accordion-main-block {
        width: 90%;
    }

    .accordion-content {
        margin: 1rem;
        overflow: hidden;
        padding: 0;
    }

    .accordion-paragraph {
        width: 100%;
        font-size: 15px;
    }

    .accordion-title {
        font-size: 16px;
    }

    .content-block {
        max-width: 100%;
    }

    .content-paragraph {
        font-size: 14px;
    }

    .content-title {
        font-size: 26px;
    }

    .left-login {
        width: 350px;
    }

    .content-wrapper {
        margin: 2rem auto;
    }

    .form-wrapper {
        padding: 2rem 1.2rem;
    }
}

/* ---------------- max-width: 375px ---------------- */
@media screen and (max-width: 390px) {
    .logo {
        width: 200px;
    }
}

/* ---------------- max-width: 479px ---------------- */
@media screen and (max-width: 479px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-heading {
        font-size: 3rem;
    }

    .mirror-buttons {
        display: grid;
    }

    .w-layout-hflex.copyrights {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }
}

/* ---------------- max-width: 400px ---------------- */
@media screen and (max-width: 400px) {
    .left-login {
        width: 300px;
    }
}
