section.contact_us .d-flex.main {
    gap: 55px;
}

section.contact_us .custom-cf7-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #fff;
    border-radius: 24px;
    border: 2px solid #0E122E;
    background: #00041F;
}

section.contact_us .cf7-row p {
    display: flex;
}

section.contact_us .cf7-row label {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

section.contact_us .cf7-row.full label {
    width: 100%;
}

section.contact_us .cf7-row input,
section.contact_us .cf7-row textarea {
    padding: 16px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    color: #fff;
    width: 100%;
    margin-top: 12px;
}

section.contact_us .cf7-row input::placeholder,
section.contact_us .cf7-row textarea::placeholder {
    color: #7B849D;
}

section.contact_us .cf7-row textarea {
    min-height: 160px;
}

section.contact_us .contact-card {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #161C44;
    background: url('../../assets/images/contact-us/contact-card.jpg') no-repeat center center / cover;
    width: 100%;
}

section.contact_us .reach-out .d-flex:has(.contact-card) {
    gap: 24px;
    padding: 40px 0;
}

section.contact_us .contact-card svg {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 11px;
    margin-bottom: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(325deg, rgba(0, 59, 255, 0.00) 41.66%, rgba(0, 59, 255, 0.20) 100%), #000633;
}

section.contact_us .contact-card p {
    /* font-family: 'Poppins', sans-serif; */
    margin-bottom: 16px;
    font-size: 20px;
    color: #fff;
}

section.contact_us .contact-card a {
    color: #7B849D;
    font-family: 'Inter', sans-serif;
}

section.contact_us .soc_med {
    display: flex;
    gap: 12px;
    align-items: center;
}

section.contact_us .soc_med h3 {
    padding-right: 12px;
}

section.contact_us .wpcf7-spinner {
    position: absolute !important;
}

section.contact_us .soc_med a {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    width: 51px;
    height: 51px;
    padding: 12.707px 14.122px 14.293px 12.878px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    section.contact_us .reach-out .d-flex:has(.contact-card) {
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    section.contact_us .d-flex.main>div {
        width: 100%;
    }

    section.contact_us .reach-out {
        height: 100%;
        position: sticky;
        top: 10%;
        max-width: 485px;
    }
}

@media (max-width: 1199px) {


    section.contact_us .reach-out,
    section.contact_us .cf7-row label {
        width: 100%;
    }


    section.contact_us .reach-out .spot {
        margin: auto;
    }

    section.contact_us .reach-out .header_content {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
}

@media (min-width: 768px) {
    section.contact_us .custom-cf7-form {
        padding: 64px 48px;
    }

    section.contact_us .cf7-row p {
        gap: 16px;
    }

    section.contact_us .cf7-row input,
    section.contact_us .cf7-row textarea,
    section.contact_us .cf7-row label {
        font-size: 16px;
    }

    section.contact_us .cf7-submit {
        margin-top: 24px;
    }

    section.contact_us .cf7-submit input {
        min-width: 220px;
    }
}

@media (max-width: 767px) {
    section.contact_us .custom-cf7-form {
        padding: 40px 25px;
    }

    section.contact_us .cf7-row p {
        flex-direction: column;
    }

    section.contact_us .cf7-submit input {
        width: 100%;
        max-width: 100%;
        min-height: 46px;
    }

    section.contact_us .cf7-row input,
    section.contact_us .cf7-row textarea,
    section.contact_us .cf7-row label {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
}

@media (max-width: 575px) {
    section.contact_us .reach-out .d-flex:has(.contact-card) {
        flex-direction: column;
    }

    section.contact_us .soc_med {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.contact_us .contact-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.contact_us .soc_med h3 {
        width: 100%;
        text-align: center;
    }
}