#contact {
    padding-top: 168px;
    background: linear-gradient(180deg, #ECF5FF 0%, #FFF 100%), #D9D9D9;
    overflow: hidden;
    position: relative;
}

@media (min-width: 992px) {
    #contact {
        padding-top: 200px;
    }
}

#contact .bg-pattern {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -60px;
}

.contact-hero {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .contact-hero .contact-intro {
        margin-top: 124px;
    }
}

.contact-hero .contact-intro h1 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .contact-hero .contact-intro h1 {
        font-size: 56px;
        margin-bottom: 32px;
    }
}

.contact-hero .contact-intro p {
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

@media (min-width: 992px) {
    .contact-hero .contact-intro p {
        font-size: 24px;
    }
}

.contact-hero .contact-social-links {
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    justify-content: start;
    column-gap: 20px;
}

@media (min-width: 992px) {
    .contact-hero .contact-social-links {
        margin-bottom: 0;
        margin-top: 61px;
        column-gap: 16px;
    }
}

.contact-hero .contact-social-links .card {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    height: 100%;
}

@media (min-width: 992px) {
    .contact-hero .contact-social-links .card {
        padding: 12px;
        border-radius: 18px;
        border: 0.75px solid #E2EFFF;
        background: rgba(255, 255, 255, 0.70);
        box-shadow: -6px 9px 51px 0 rgba(0, 0, 0, 0.08);
        backdrop-filter: blur(16.5px);
    }
}

.contact-hero .contact-social-links .card .header .icon {
    width: 54px;
    height: 54px;
}

@media (min-width: 992px) {
    .contact-hero .contact-social-links .card .header .icon {
        width: 32px;
        height: 32px;
    }
}

.contact-hero .contact-social-links .card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
}

.contact-hero .card-body .content .title,
.contact-hero .card-body .content .cta-link {
    text-align: center;
}

.contact-hero .card-body .content .title {
    color: #050505;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
}

.contact-hero .card-body .content .cta-link {
    text-decoration: none;
    color: #050505;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    transition: 300ms all;
}

@media (min-width: 992px) {
    .contact-hero .card-body .content .cta-link {
        color: #4D9CFF;
        text-decoration: underline #4D9CFF;
        text-underline-position: from-font;
    }
}

@media (min-width: 992px) {
    .contact-hero .card-body .content .title {
    }
}

.contact-hero .contact-form {
    padding: 24px 16px;
    border-radius: 24px;
    border: 1px solid #E2EFFF;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: -8px 12px 68px 0 rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(22px);
    width: 100%;
    height: fit-content;
}

@media (min-width: 992px) {
    .contact-hero .contact-form {
        padding: 40px 40px 32px 40px;
        max-width: 476px
    }
}

.contact-hero .contact-form .title {
    color: #1E3654;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .contact-hero .contact-form .title {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

.contact-form .form-fields {
    row-gap: 24px;
}

.contact-form .form-fields .form-control {
    padding: 12px;
    border-radius: 12px;
    border: 0.75px solid rgba(5, 5, 5, 0.10);
    background: #FFF;
}

.contact-form .form-fields .input-group {
    direction: ltr;
}

.contact-form .form-fields .input-group-text {
    padding: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: white;
}

.contact-form .form-fields button {
    padding: 12px 18px;
}

/* Partners */
.contact-hero .hero-partners {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .contact-hero .hero-partners {
        margin-top: 49px;
    }
}

/* Contact Us Popup */
.modal {
    backdrop-filter: blur(14px);
    background: rgba(0, 0, 0, 0.10);
}

.modal-content {
    max-width: 952px;
}

.contact-modal-container {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: -8px 12px 68px 0 rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(22px);
}

@media (min-width: 992px) {
    .contact-modal-container {
        flex-direction: row;
        justify-content: center;
        border-radius: 24px;
    }
}

.contact-modal-container .cover {
    width: 100%;
    height: 200px;
}

@media (min-width: 992px) {
    .contact-modal-container .cover {
        width: 50%;
        height: auto;
    }
}

.contact-modal-container .form {
    padding: 16px;
    border: 1px solid #E2EFFF;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: -8px 12px 68px 0 rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(22px);
    width: 100%;
}

@media (min-width: 992px) {
    .contact-modal-container .form {
        padding: 40px;
        width: 50%;
    }
}

.contact-modal-container .form .title {
    color: #1E3654;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .contact-modal-container .form .title {
        font-size: 36px;
        margin-bottom: 40px;
    }
}

.contact-modal-container .form-fields {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}


