/* inlined: main.css */
/* =========================================================
   Contact Us — mobile-first
   ========================================================= */

/* ---------- Section ---------- */
.main-contanct-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
}

/* ---------- Background video ---------- */
.main__video-container {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    max-height: 650px;
    mix-blend-mode: difference;
    contain: layout paint;
}

.main-contact__video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

/* ---------- Wrapper (stacked on mobile) ---------- */
.main-contanct-section .wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 168px auto 86px;
    padding-inline: 20px;
    max-width: 100%;
}

/* ---------- Order: form first on mobile ---------- */
.main-contact__left-container {
    order: -999;
}

/* ---------- Text container ---------- */
.main-contact__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 86px;
    text-align: center;
}

.main-contact__title {
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
}

.main-contact__subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

/* ---------- Side image (hidden on mobile) ---------- */
.main-contact__image {
    display: none;
    position: relative;
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

/* ---------- Social ---------- */
.footer-credentials__social-icons--contact {
    align-items: center !important;
    justify-content: center !important;
}

.main-contact__social-container {
    display: none;
}

.main-contact__social-container--mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

/* ---------- Form column ---------- */
.main-contact__right-container {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin-inline: auto;
}

.main-contanct-section .form {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-inline: auto;
    margin-bottom: 40px;
    padding: 40px 24px;
    border: 2px solid rgb(255 255 255 / 15%);
    border-radius: 8px;
    background-color: #000;
}

.form__header {
    margin-bottom: 24px;
    color: #fff;
    line-height: 1.45;
    text-align: center;
}

.form h2 {
    margin: 0;
    font-size: 2em;
    font-weight: 600;
}

.form .subheader {
    font-size: 1em;
}

/* ---------- Form fields ---------- */
.webugol-form input:not([type=submit]),
.webugol-form textarea {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 40%);
    color: #fff;
    font-size: 1em;
}

.webugol-form input:not([type=submit]) {
    height: 42px;
    padding: 0 .625em;
}

.webugol-form input:not([type=submit])::placeholder {
    color: rgb(255 255 255 / 50%);
}

.webugol-form textarea {
    height: 60px;
}

.webugol-form label {
    display: block;
    margin-bottom: 8px;
    margin-left: 2px;
    color: #ecedf3;
}

.webugol-form__field {
    margin-top: 24px;
}

.webugol-form__field .required-mark {
    color: #6f00ff;
}

.wpcf7-form-control-wrap {
    display: block;
}

/* ---------- Radio buttons ---------- */
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
    display: none;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    display: flex;
    padding-left: 28px;
    cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 100%;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(255 255 255 / 70%);
    background-color: rgb(71 73 82);
    transform: translateY(-50%);
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    left: 4px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    transform: scale(0) translateY(-50%);
    transform-origin: top;
    transition-duration: .25s;
}

.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
    transform: scale(1) translateY(-50%);
}

.webugol-form__field--radio .wpcf7-radio {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

/* ---------- Submit ---------- */
.webugol-form__submit {
    position: relative;
    margin-top: 40px;
}

.webugol-form__submit input[type=submit] {
    display: block;
    width: 180px;
    margin-inline: auto;
    padding: 16px 0;
    border-width: 0;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    transition-duration: .25s;
}

.webugol-form__submit input[type=submit]:hover {
    opacity: .9;
}

/* ---------- CF7 validation ---------- */
.wpcf7-not-valid-tip {
    margin-top: 4px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: calc(50% - 85px);
    margin-inline: 0;
    transform: translate(-50%, -50%);
}

/* ---------- Testimonials wrapper ---------- */
.page-template-page-contact-us .testimonials {
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: 16px;
}

/* =========================================================
   ≥ 551px — phablet — mid title size
   ========================================================= */
@media (min-width: 551px) {
    .main-contact__title {
        font-size: 52px;
    }

    .main-contact__right-container,
    .main-contanct-section .form {
        max-width: 500px;
    }

    .main-contact__social-container--mobile {
        transform: translate(30%);
    }
}

/* =========================================================
   ≥ 801px — tablet — reset centered text alignment
   ========================================================= */
@media (min-width: 801px) {
    .main-contact__text-container {
        display: block;
        text-align: initial;
    }
}

/* =========================================================
   ≥ 1024px — form gets more horizontal padding
   ========================================================= */
@media (min-width: 1024px) {
    .main-contanct-section .form {
        padding: 40px 74px;
    }
}

/* =========================================================
   ≥ 1171px — desktop layout (two columns side-by-side)
   ========================================================= */
@media (min-width: 1171px) {
    .main-contanct-section .wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 50px;
        margin-top: 354px;
    }

    .main-contact__text-container {
        margin-bottom: 298px;
    }

    .main-contact__social-container {
        display: block;
    }

    .main-contact__social-container--mobile {
        display: none;
    }

    .main-contact__left-container {
        order: 0;
    }

    .main-contact__right-container {
        flex: 1 1 644px;
        max-width: 644px;
    }

    .main-contanct-section .form {
        /* margin-top (not top): shifts the form up over the hero AND reclaims the
           space it would otherwise reserve below, so the section hugs its content
           now that the decorative astronaut has been removed from the left column. */
        margin-top: -200px;
        max-width: 644px;
        margin-bottom: 0;
    }
}

/* =========================================================
   ≥ 1301px — side image becomes visible
   ========================================================= */
@media (min-width: 1301px) {
    .main-contact__image {
        display: block;
    }
}

/* =========================================================
   ≥ 1440px — extra padding on text-container
   ========================================================= */
@media (min-width: 1440px) {
    .main-contact__text-container {
        padding-left: 70px;
        white-space: nowrap;
    }
    
    .main-contanct-section .wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================================================
   ≥ 1451px — biggest title
   ========================================================= */
@media (min-width: 1451px) {
    .main-contact__title {
        font-size: 72px;
    }
}
/* end: main.css */
/* inlined: map.css */
.map-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 200px;
    margin: 100px auto 120px;
}

.map-section-second {
    margin-top: 120px !important;
}

.map-section__text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}

.map-section__location {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: left;
    gap: 22px;
}

.map-section__location-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.location__text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.location__text {
    color: #fff;
    font-family: 'Biryani', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 275;
    line-height: 120%;
    text-transform: capitalize;
}

a.location__text {
    text-transform: none;
}

.location__text:hover {
    color: #fff;
}

.text-first {
    width: 300px;
}

.location__title {
    color: #fff;
    font-family: Biryani;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    padding-top: 10px;
    margin-bottom: 10px;
}

.map-section__image-container {
    display: flex;
    border-radius: 10px;
    width: 577px;
    height: 313.605px;
}

.map {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1330px) {
    .map-section {
        padding: 0 50px;
        gap: 100px;
    }
}

@media (max-width: 1170px) {
    .map-section {
        margin: 110px auto 120px;
    }
}

@media (max-width: 1040px) {
    .map-section {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .location__title {
        font-size: 20px;
    }

    .map-section {
        padding: 0 13px;
        /* align-items: flex-start; */
    }

    .map-section__image-container {
        width: 350px;
        height: 313.605px;
    }
}
/* end: map.css */