﻿/* Fonts */
@font-face {
    font-family: __Poppins_10bb4e;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");
    unicode-range: u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09;
}

.form-errors {
    margin-top: 10px;
    color: red;
    font-size: 14px;
    display: none;
    text-align: center;
}
.btn-loader {
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



@font-face {
    font-family: __Poppins_Fallback_10bb4e;
    src: local("Arial");
    ascent-override: 92.33%;
    descent-override: 30.78%;
    line-gap-override: 8.79%;
    size-adjust: 113.73%
}

.__className_10bb4e {
    font-family: __Poppins_10bb4e,__Poppins_Fallback_10bb4e;
    font-weight: 600;
    font-style: normal
}
/* Label styles */
.label-text {
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 4px;
    color: var(--blue-color);
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    user-select: none;
    cursor: default;
}

.label-divider {
    width: 99%;
    height: 6px;
    border: none;
    position: absolute;
    top: 62%;
    z-index: -1;
    background-color: var(--yellow-color);
}

@media (max-width: 768px) {
    .label-text {
        font-size: 14px;
        font-weight: 700;
        line-height: 10.449px;
        letter-spacing: 2.85px;
    }
}

/* Contact form fields */
.contact-field {
    width: 100%;
    height: 45px;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    font-family: inherit;
}

/* Section layouts */
.contact-form-section {
    height: 703px;
    padding-left: 100px;
    background: linear-gradient(90deg, #fffbe2, #fffbe2 34.1%, #fff3aa);
    display: flex;
    align-items: center;
    gap: 25%;
}

.contact-form-main {
    width: 483px;
    height: 583px;
    border-radius: 4px;
    background-color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 20px 4px #6d6d6d33;
}

.contact-form-textarea {
    outline: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    height: calc(28px * 4);
    overflow-y: auto;
    font-family: inherit;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    resize: none;
}

.contact-form-main-button {
    width: 100%;
    height: 70px;
    color: #fff;
    background-color: var(--blue-color);
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    line-height: 22px;
    letter-spacing: 3px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 #0000003d;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 31px;
    align-items: center;
    outline: none;
}

    .contact-form-main-button.with-error {
        margin-bottom: -24px;
    }

    .contact-form-main-button:focus,
    .contact-form-main-button:hover {
        box-shadow: 0 4px 10px 0 hsla(0,0%,100%,.4);
    }

    .contact-form-main-button:focus {
        border: 2px solid #fff;
    }

    .contact-form-main-button:active {
        box-shadow: inset 0 4px 4px 0 rgba(0,0,0,.25);
    }

.contact-form-main-error {
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    place-self: center;
}

.contact-form-details {
    height: 583px;
    padding: 17px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.contact-form-details-detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form-details-label {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 3px;
    opacity: .6;
}

.contact-form-details-content {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 768px) {
    .contact-form-main-button {
        height: 48px;
    }

    .contact-field {
        line-height: 20px;
    }

    .contact-form-section {
        height: auto;
        padding: 40px 16px;
        flex-direction: column;
    }

    .contact-form-main {
        width: 100%;
        padding: 20px;
        height: 427px;
    }

    .contact-form-details {
        margin-top: 10px;
        padding: 0;
        justify-content: space-evenly;
    }
}

/* Hero section */
.contact-hero-section {
    background-color: var(--background-color);
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
}

.contact-hero-section-header {
    margin: 20px 0;
    color: var(--text-color);
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    font-family: "Arial";
}

.contact-hero-section-content {
    width: 775px;
    color: #41444b;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 768px) {
    .contact-hero-section {
        padding: 40px 16px;
    }

    .contact-hero-section-header {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -.527px;
        margin: 14px 0;
    }

    .contact-hero-section-content {
        color: #41444b;
        width: 300px;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
}

/* Location */
.contact-location-section {
    width: 100%;
    height: 300px;
}

.contact-location-iframe {
    border: none;
    width: 100%;
    height: 300px;
}

@media (max-width: 768px) {
    .contact-location-iframe,
    .contact-location-section {
        height: 300px;
    }
}
