* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}
#loader {
    position: fixed;
    inset: 0;
    background: rgba(8, 16, 74, 1); /* or dark background */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 9999;
    transition: 1s;
  }
.spinner {
    width: 300px;
    position: relative;
}

.spinner img {
    width: 300px;
    position: relative;
    height: 150px;
}

.spinner::after {
    content: "";
    background-color: rgba(8, 16, 74, 0.701);
    height: 60px;
    width: 300px;
    position: absolute;
    left: 0;
    bottom: -30px;
    animation: spin 5s infinite;
}

@keyframes spin {
    to {
        transform: translateY(-130px);
    }
}

.headerBackground {
    width: 100%;
    height: 80px;
    background-color: #100A55;
}

header-mobile {
    display: none;
}

.mainBar {
    background-color: rgba(234, 236, 251, 1);
    padding: 0 150px;
    padding-top: 100px;
    display: flex;
    align-items: flex-end;
    gap: 50px;
}
.imgContactMainBar{
    flex: 1;
    display: flex;
    justify-content: end;
}
.imgContactMainBar img{
    width: 100%;
    height: 100%;
}
.mainContentBar {
    padding: 75px 0;
    background-size: contain;
    background-position: right;
    flex: 1;
    background-repeat: no-repeat;
}

.mainTargetContainer {
    display: flex;
    align-items: stretch;
    margin-bottom: -120px;
}

.mainInformation {
    margin-bottom: 50px;
}

.mainInformation h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(8, 16, 74, 1);
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 30px;
    letter-spacing: 0;
}

.mainInformation p {
    font-family: 'Open Sans', sans-serif;
    color: rgba(8, 16, 74, 1);
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.mainBarQuestion {
    color: rgba(48, 86, 211, 1) !important;
}

.leftColTarget {
    max-width: 350px;
    padding: 25px;
    background-color: white;
}

.leftColTarget h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: rgba(8, 16, 74, 1);
}

.leftColTarget p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: rgba(8, 16, 74, 1);
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.rightColTarget {
    background-color: rgba(48, 86, 211, 1);
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rightColTarget h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: white;
}

.contactFormSection {
    padding: 150px;
    background-color: rgba(8, 16, 74, 1);
    display: flex;
    gap: 35px;
    align-items: center;
}

.contactFormSectionColumn {
    flex: 1;
}

.contactFormSectionColumn h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 32px;
    margin-top: 15px;
    line-height: 50px;
    letter-spacing: 0.5px;
}

.contactFormSectionColumn h2 span {
    color: rgba(48, 86, 211, 1);
}

.leftColContactFormDescription {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    margin-top: 35px;
    margin-bottom: 50px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.contactInformationContainer {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 65%;
    border-bottom: 1px solid rgba(48, 86, 211, 0.38);
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.textOnlyContactFormColumn {
    width: 65%;
}

.contactContentContainer h5 {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: white;
}

.contactContentContainer h4 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: white;
}

.contactFormContainer {
    flex: 1;
}

.contactFormTitle {
    background-color: white;
    padding: 20px 30px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px solid rgba(217, 217, 223, 1);
}

.contactFormTitle h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.5px;
    color: rgba(0, 9, 41, 1);
}

.contactForm {
    background-color: white;
    padding: 30px;
}

.teamTypeRow {
    display: flex;
    gap: 35px;
    margin-bottom: 30px;
}

.teamTypeRow label,
.checkboxFlex label {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: black;
    line-height: 140%;
    margin-left: 8px;
    letter-spacing: 1%;
}

input[type="radio"],
input[type="checkbox"] {
    transform: scale(1.5);
    margin-left: 5px;
}

.inputFieldContainer {
    position: relative;
    margin-bottom: 20px;
}

.inputFieldContainer input,
.inputFieldContainer textarea,
.inputFieldContainer select {
    -webkit-appearance: none;
    /* Removes iOS default styling */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    display: block;
    padding: 10px;
    width: 100%;
    padding-top: 30px;
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 1);

    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: black;
    line-height: 140%;
    resize: none;
    letter-spacing: 1%;
}

.inputFieldContainer label {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 1%;
    color: rgba(71, 85, 105, 1);
}

.termsAcceptedLabel {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: black;
    line-height: 20px;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 10px;
}

.termsAcceptedLabel a {
    color: rgba(48, 86, 211, 1);
}

.contactForm button {
    display: block;
    width: 100%;
    padding: 16px 24px;
    border-radius: 8px;
    background-color: rgba(48, 86, 211, 1);
    border: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: white;
    line-height: 150%;
    margin-top: 30px;
    letter-spacing: 0;
    cursor: pointer;
}

.visitUsSection {
    padding: 100px 150px;
}

.visitUsSection h1 {
    font-family: 'Open Sans', sans-serif;
    color: rgba(48, 86, 211, 1);
    line-height: 100%;
    letter-spacing: 0.5px;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}

.visitUsRow {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: stretch;
}

.visitUsCol {
    flex: 1;
    padding: 10px 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.visitUsContent h5 {
    color: rgba(8, 16, 74, 1);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.visitUsContent h3 {
    color: rgba(8, 16, 74, 1);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.visitUsMidCol {
    border-left: 1px solid rgba(48, 86, 211, 0.38);
    padding-left: 24px;
    border-right: 1px solid rgba(48, 86, 211, 0.38);
}

.responseMessage {
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}

.contactForm h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: -0.5px;
    color: rgba(0, 9, 41, 1);
    margin-bottom: 30px;
}

.checkboxFlex {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.checkboxFlex label {
    margin-left: 0;
}

@media screen and (max-width: 1200px) {
    my-header {
        display: none;
    }

    header-mobile {
        display: block;
    }
}

@media screen and (max-width: 1050px) {
    .mainBar {
        padding: 50px 100px 0 100px;
    }

    .contactFormSection {
        padding: 150px 100px;
    }

    .visitUsSection {
        padding: 100px;
    }

    .mainContentBar {
        background: none;
    }

    .mainTargetContainer {
        justify-content: center;
    }

    .mainInformation {
        text-align: center;
    }

    .textOnlyContactFormColumn,
    .contactInformationContainer {
        width: 100%;
    }

}

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

    .contactFormContainer {
        width: 100% !important;
    }
    .mainBar{
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 725px) {
    .rightColTarget h2 {
        display: none;
    }

    .mainBar {
        padding: 50px 25px 0 25px;
        ;
    }

    .leftColTarget {
        width: auto;
    }

    .contactFormSection {
        padding: 150px 25px;
    }

    .visitUsSection {
        padding: 100px 25px;
    }
}

@media screen and (max-width: 550px) {

    .contactFormSectionColumn h2,
    .contactFormSectionColumn p {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .visitUsMidCol {
        border: none;
        padding: 0;
    }

    .visitUsCol {
        justify-content: center;
    }

    .visitUsSection h1 {
        text-align: center;
    }

    .contactForm {
        padding: 15px;
    }
}