/* GENERAL STYLES */

body {
    margin: 0;
    background-color: #ffffff;
    font-family: 'Syne', sans-serif;
    overflow-x: hidden;
}

button {
    font-family: 'Syne', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    font-weight: 500;
}

label {
    display: block;
}

input,
textarea {
    font-family: 'Syne', sans-serif;
    font-weight: 500;
}



/* SCROLLER */

::-webkit-scrollbar {
    width: 10px;
}
  
::-webkit-scrollbar-track {
    background: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* MAIN STYLES */

.eqd-main {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 100vh;
    overflow: hidden;
}


/* FIRST SECTION (LEFT SIDE) */

.eqd-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

/* Header */

.header {
    margin: 40px 48px 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    cursor: default;
}

.logo img {
    height: 44px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.nav-link {
    cursor: pointer;
    position: relative;
}

.nav-link::before,
.nav-link::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff9900;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
}

.nav-link::before {
    transform: translateX(0%);
    transform-origin: left;
}

.nav-link::after {
    transform: translateX(0%);
    transform-origin: right;
}

.nav-link:hover::before,
.nav-link:hover::after {
    width: 100%;
    left: 0;
}

.nav-link p {
    cursor: pointer;
    margin: 0;
    margin-bottom: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

.nl-active {
    border-bottom: 2px solid #ff9900;
}

/* Text Box */

.eqdl-main {
    margin: 0 48px 0 48px;
}

/* .main-title {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    width: 200px;
    background-color: #171619;
    border-radius: 16px;
}

.main-title p {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 0;
    text-align: center;
    width: fit-content;
} */

.main-texts h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 719;
    line-height: normal;
    margin-bottom: 8px;
}

.main-texts p {
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.4%;
}

.mp-completed {
    margin-bottom: 16px;
}

.mp-completed p {
    display: inline;
}

.mp-completed h4 {
    display: inline;
    color: #FF7A00;
    font-weight: 700;
    font-size: 18px;
}

.loginForm {
    margin-top: 20px;
}

.main-ctas {
    display: flex;
    align-items: center;
}

.mc-primary {
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 180px;
    background-color: #171619;
    color: #ffffff;
    border-radius: 4px;
}

.mc-primary:hover {
    background-color: #FF7A00;
    color: #171619;
    transition: 1s;
}

.mc-primary p {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 12px 0;
}

.mc-secondary {
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left: 20px;
    width: 178px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
}

.mc-secondary:hover {
    background-color: #171619;
    color: #ffffff;
    transition: 1s;
}

.mc-secondary p {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
}

/* Footer */

/* .footer {
    margin: 0 48px 48px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    font-size: 16px;
    margin-right: 20px;
}

.socials {
    display: flex;
    align-items: center;
}

.social-media {
    margin-left: 14px;
}

.social-media img {
    padding: 7px;
    width: 24px;
    background-color: #ff9900;
    border: 1px solid #ff9900;
    border-radius: 8px;
}

.social-media img:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
    transition: 1s;
} */


/* SECOND SECTION (RIGHT SIDE) */

.eqd-right {
    background-color: #171619;
    color: #ffffff;
    padding: 48px;
}

.slider {
    display: none;
}

.slider-img {
    width: 100%;
    height: 64vh;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}

.simg1 {
    background-image: url(../images/slider-img\ 1.svg);
}

.simg2 {
    background-image: url(../images/slider-img\ 2.svg);
}

.simg3 {
    background-image: url(../images/slider-img\ 3.svg);
}

.simg4 {
    background-image: url(../images/slider-img\ 4.svg);
}

.simg5 {
    background-image: url(../images/slider-img\ 5.svg);
}

.simg6 {
    background-image: url(../images/slider-img\ 6.svg);
}

.simg7 {
    background-image: url(../images/slider-img\ 7.svg);
}

.simg8 {
    background-image: url(../images/slider-img\ 8.svg);
}

.simg9 {
    background-image: url(../images/slider-img\ 9.svg);
}

.simg10 {
    background-image: url(../images/slider-img\ 10.svg);
}

.simg11 {
    background-image: url(../images/slider-img\ 11.svg);
}

.simg12 {
    background-image: url(../images/slider-img\ 12.svg);
}

.slider-texts {
    height: max-content;
    margin-bottom: 32px;
}

.slider-texts h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 719;
    margin-bottom: 8px;
}

.slider-texts p {
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.4%;
}

.slider-indicator {
    display: flex;
    width: 44px;
    justify-content: space-between;
    align-items: center;
    height: 20px;
}

.si-dot {
    cursor: pointer;
    display: block;
    background-color:#ffffff;
    color: #ffffff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}

.si-dot:hover {
    color: #ffffff!important;
    background-color: #ff9900!important;
}

.active-dot {
    color: #ffffff!important;
    background-color: #ff9900!important;
    height: 12px;
    width: 12px;
    transition: 0.2s;
}

.mb-foot {
    display: none;
}



/* The Modal */

.modal {
    display: none; 
    position: fixed; 
    z-index: 5; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

.modal-content {
    background-color: #fefefe;
    border-radius: 24px;
    margin: 9% auto; 
    padding: 40px;
    border: 1px solid #888;
    width: 65%; 
}

.close img {
    float: right;
    width: 40px;
}

.close:hover,
.close:focus {
    cursor: pointer;
}

.eac-header {
    margin-top: 12px;
    margin-bottom: 20px;
}

.eac-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.eac-header p {
    font-size: 16px;
    font-weight: 500;
}

.grp-inputs {
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}

.grp-input {
    width: 50%;
}

.grp-input:first-of-type {
    margin-right: 10px;
}

.grp-input:nth-of-type(2) {
    margin-left: 10px;
}

.grp-inputs label,
.full-input label {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
}

.full-input {
    display: block;
    margin-bottom: 16px;
}

.grp-input input,
.full-input input {
    height: 44px;
    border: 1px solid #000000;
    border-radius: 4px;
    /* padding-left: 8px; */
}

.grp-input input {
    width: 97%;
}

.full-input textarea {
    height: 64px;
    width: 99%;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 8px 0 0 8px;
}

.full-input input {
    width: 99%;
    font-size: 16px;
}

textarea::placeholder,
input::placeholder {
    color: rgba(38, 36, 41, 0.50);
    font-family: "Source Code Pro", serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding-left: 8px;
}

.eac-submit {
    cursor: pointer;
    background-color: #171619;
    color: #ffffff;
    border-radius: 4px;
    height: 54px;
    width: 100%;
    border: none;
    margin-bottom: 12px;
}

.eac-submit:hover {
    background-color: #ff9900;
    color: #171619;
    transition: 1s;
}

.eac-submit p {
    cursor: pointer;
    font-family: 'Syne', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.eac-info {
    display: flex;
    align-items: center;
}

.eac-info img {
    margin-right: 8px;
    width: 24px;
}

.eac-info p {
    font-size: 14px;
}

.logincomplaints {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

.logincomplaints a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #ff9900;
}




/* LESSER SCREEN WIDTHS */

@media (max-width: 1080px) {
    /* MAIN STYLES */

    .eqd-main {
        display: block;
        grid-template-columns: 50% 50%;
        height: fit-content;
        overflow: scroll;
    }


    /* FIRST SECTION (LEFT SIDE) */

    .eqd-left {
        display: block;
        height: fit-content;
    }

    /* Header */

    .header {
        margin: 28px 40px 0 40px;
    }

    .logo img {
        height: 54px;
    }

    /* Text Box */

    .eqdl-main {
        margin: 140px 40px 140px 40px;
    }

    /* Footer */

    .footer {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dt-foot {
        display: none;
    }

    .mb-foot {
        display: flex;
    }



    /* SECOND SECTION (RIGHT SIDE) */

    .eqd-right {
        padding: 40px;
    }

    .slider-img {
        width: 100%;
        height: 60vh;
        margin-bottom: 20px;
    }

    .slider-texts {
        height: auto;
        margin-bottom: 28px;
    }
}


@media (max-width: 780px) {
    /* Header */

    .header {
        margin: 0;
        padding: 14px 24px 14px 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    }

    .logo img {
        height: 32px;
    }

    .nav-links {
        display: flex;
        align-items: center;
    }

    .nav-link {
        cursor: pointer;
        position: relative;
        margin-left: 24px;
    }

    .nav-link p {
        margin: 0;
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 600;
    }

    /* Text Box */

    .eqdl-main {
        margin: 88px 24px 88px 24px;
    }

    .main-title {
        margin-bottom: 8px;
        width: 172px;
        border-radius: 16px;
    }

    .main-title p {
        font-size: 16px;
        font-weight: 600;
        padding: 6px 0;
    }

    .main-texts h2 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .main-texts p {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .mp-completed {
        margin-bottom: 12px;
    }
    
    .mp-completed h4 {
        font-weight: 700;
        font-size: 16px;
    }

    .mc-primary {
        width: 150px;
    }

    .mc-primary p {
        font-size: 13.5px;
        font-weight: 600;
        padding: 12px 0;
    }

    .mc-secondary {
        margin-left: 12px;
        width: 148px;
    }

    .mc-secondary p {
        font-size: 13.5px;
        font-weight: 600;
        text-align: center;
        padding: 10px 0;
    }

    /* Footer */

    .footer {
        margin: 0;
        display: block;
    }

    .dt-foot {
        display: none;
    }

    .mb-foot {
        display: block;
    }

    .copyright p {
        font-size: 14px;
        text-align: center;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .socials {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-media {
        margin: 0 6px;
    }

    .social-media img {
        padding: 5px;
        width: 20px;
        border-radius: 8px;
    }



    /* SECOND SECTION (RIGHT SIDE) */

    .eqd-right {
        padding: 32px 24px;
    }

    .slider-img {
        width: 100%;
        height: 60vh;
        max-height: 300px;
        margin-bottom: 16px;
    }

    .slider-texts {
        height: auto;
        margin-bottom: 20px;
    }

    .slider-texts h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .slider-texts p {
        font-size: 14px;
        font-weight: 400;
    }

    .slider-indicator {
        width: 40px;
        height: 20px;
    }

    .si-dot {
        height: 6px;
        width: 6px;
    }

    .active-dot {
        height: 10px;
        width: 10px;
    }


    /* The Modal */

    .modal-content {
        border-radius: 24px;
        margin: 25% auto; 
        padding: 28px;
        width: 75%; 
    }

    .close img {
        width: 32px;
    }

    .eac-header {
        margin-top: 8px;
        margin-bottom: 14px;
    }

    .eac-header h2 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .eac-header p {
        font-size: 14px;
    }

    .grp-inputs {
        margin-bottom: 12px;
    }

    .grp-input {
        width: 50%;
    }

    .grp-input:first-of-type {
        margin-right: 8px;
    }

    .grp-input:nth-of-type(2) {
        margin-left: 8px;
    }

    .grp-inputs label,
    .full-input label {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .full-input {
        display: block;
        margin-bottom: 12px;
    }

    .grp-input input {
        height: 40px;
        width: 97%;
    }

    .full-input input {
        height: 40px;
        width: 98%;
    }

    textarea::placeholder,
    input::placeholder {
        font-size: 12px;
    }

    .eac-submit {
        height: 48px;
        margin-bottom: 8px;
    }

    .eac-submit p {
        font-size: 13.5px;
    }

    .eac-info img {
        margin-right: 6px;
        width: 20px;
    }

    .eac-info p {
        font-size: 12.5px;
    }
}

@media (max-width: 540px) {
    .mb-disappear {
        display: none;
    }

    .grp-inputs {
        display: block;
    }
    
    .grp-input {
        width: 100%;
    }
    
    .grp-input:first-of-type {
        margin-right: 0px;
        margin-bottom: 12px;
    }
    
    .grp-input:nth-of-type(2) {
        margin-left: 0px;
    }
}


@media (max-width: 348px) {
    .nav-link {
        margin-left: 18px;
    }

    .nav-link p {
        font-size: 13.5px;
    }

    .main-ctas {
        display: block;
    }

    .mc-primary {
        width: 100%;
        margin-bottom: 8px;
    }

    .mc-primary p {
        font-size: 13.5px;
        font-weight: 600;
        padding: 12px 0;
    }

    .mc-secondary {
        margin-left: 0px;
        width: 100%;
    }

    .mc-secondary p {
        font-size: 13.5px;
        font-weight: 600;
        text-align: center;
        padding: 10px 0;
    }
}


/* EXTRAS */

#eac-submit, 
#cf-submit,
#reg-submit,
#auth-submit,
#vt-submit {
    font-family: 'Syne', sans-serif;
    font-weight: 600;
}

.password-toggle {
    position: relative;
    width: 100%;
}

.toggle-icon,
.toggle-icon1,
.toggle-icon2 {
    position: absolute;
    top: 48%;
    right: 24px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url('../images/eye-slash-fill.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.toggle-icon.visible,
.toggle-icon1.visible,
.toggle-icon2.visible {
    background-image: url('../images/eye-fill.svg');
}

.invalid-credentials {
    display: none;
}

.invalid-credentials p {
    color: red;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 16px;
}

@media (max-width: 800px) {
    .toggle-icon,
    .toggle-icon1,
    .toggle-icon2 {
        right: 12px;
    }

    .invalid-credentials p {
        color: red;
        font-size: 12px;
        margin-top: -6px;
        margin-bottom: 12px;
    }
}

@media (max-width: 440px) {
    .toggle-icon,
    .toggle-icon1,
    .toggle-icon2 {
        right: 6px;
    }
}



/* MOBILE HEADER */

.mobile-header {
    background-color: #F4F4F4;
    color: #171619;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

.mh-logo {
    margin: 12px 24px;
}

.mh-logo h2 {
    font-size: 22px;
    font-weight: 700;
}

.mh-logo img {
    height: 40px;
}

.menu-btn {
    position: relative;
    cursor: pointer;
    z-index: 2;
    margin: 16px 24px;
}

.bar {
    width: 36px;
    height: 4px;
    background-color: #171619;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 15px;
}

.menu-btn.open {
    margin: 16px 20px;
}

.menu-btn.open .bar {
    width: 30px;
    height: 4px;
    margin: 6px 0;
}

.menu-btn.open .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-7.5px, 6px);
    background-color: #ffffff;
}

.menu-btn.open .bar:nth-child(2) {
    opacity: 0;
    background-color: #ffffff;
}

.menu-btn.open .bar:nth-child(3) {
    transform: rotate(45deg) translate(-7.5px, -6px);
    background-color: #ffffff;
}

.menu {
    position: fixed;
    top: 0;
    right: -360px;
    width: 360px;
    height: 100%;
    background-color: #171619;
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: 0.4s;
    overflow-y: scroll;
    color: #ffffff;
}

.content {
    padding: 20px;
    margin-top: 40px;
}

.content .mh-link {
    margin-bottom: 10px;
}

.menu.open {
    right: 0;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1;
}

.menu.open + .menu-overlay {
    display: block;
}

@media (min-width: 1001px) {
    .mobile-header {
        display: none;
    }
}

@media (max-width: 480px) {
    .menu {
        position: fixed;
        top: 0;
        right: -360px;
        width: 70%;
    }
}

.mh-link p {
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
}


/* RESULTS PAGE */

.main-results {
    display: block;
}

.indv-result {
    display: block;
    width: 100%;
    position: relative;
    background-color: #ffffff;
}

.iresult {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid rgba(0, 0, 0, 0.60);
    border-radius: 12px;
    margin-bottom: 12px;
    z-index: 8px;
    background-color: transparent;
}

.iresult img {
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-right: 12px;
}

.result-bar {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 80px;
    background-color: #ff9900;
    border-radius: 12px;
    z-index: 4px;
}

.ir-texts p.maintxt {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.ir-texts p.subtxt {
    font-size: 14px;
    font-weight: 500;
}

.you {
    display: none;
}


@media (max-width: 1000px) {
    .iresult {
        padding: 8px 12px;
        margin-bottom: 10px;
    }
    
    .iresult img {
        margin-right: 10px;
    }
    
    .result-bar {
        height: 76px;
    }
    
    .ir-texts p.maintxt {
        font-size: 14px;
    }
    
    .ir-texts p.subtxt {
        font-size: 12.5px;
    }
}



/* ERROR PAGES */

.error-page {
    margin: 0 40px 40px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.error {
    max-width: 720px;
}

.error img {
    max-width: 400px;
    width: 100%;
}

.error h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 6px;
}

.error p {
    font-size: 16px;
}

.error a {
    text-decoration: underline;
    color: #ff9900;
}

@media (max-width: 1000px) {
    .error-page {
        margin: 0 24px 40px 24px;
    }

    .error h2 {
        font-size: 20px;
        font-weight: 700;
        margin-top: -8px;
        margin-bottom: 4px;
    }
    
    .error p {
        font-size: 14px;
    }
}
