.contact-us-section {
    padding-top: 106px;
    padding-left: 25px;
    padding-right: 25px;
}

.contact-us-content-container {
    background: linear-gradient(180deg, rgba(203, 233, 255, 0.5) 0%, rgba(255, 255, 255, 0) 72.62%);
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 20px 20px 0 0;
}

.contact-us-content {
    margin-bottom: 60px;
}

.contact-us-content h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.48px;
    color: #112954;
    margin-bottom: 24px;
}

.contact-us-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.24px;
    color: #112954;
    margin-bottom: 0;
}

.contact-us-form {
    margin-bottom: 60px;
    padding-right: 8px;
}

.contact-us-info {
    border: 1px solid #CBE9FF;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 60px;
}

.contact-us-info h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #112954;
    margin-bottom: 16px;
}

.contact-us-info-address {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}

.contact-us-info-address p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.15px;
    color: #112954;
    margin-bottom: 0;
}

.contact-us-info-map {
    width: 100%;
    height: 215px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact-us-info-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-us-info-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.contact-us-info-social p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.15px;
    color: #112954;
    margin-bottom: 0;
}

.contact-us-info-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
}

.contact-us-info-social ul li {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5px;
    background: #E8F5FF;
    padding: 5px;
}

.contact-us-info-social ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center;
    }
}

.contact-us-info-address-card {
    border: 1px solid #E8F5FF;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-us-info-address-card:hover {
    background: #F4FAFF;
    border-color: #CBE9FF;
}

.contact-us-info-address-item {
    width: 100%;
}

.contact-us-info-address-item-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 16px;
}

.contact-us-info-address-item-heading h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #1181D0;
    margin-bottom: 0;
}

.contact-us-info-address-item-heading svg {
    width: 25px;
    height: 25px;
}

.contact-us-info-address-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    color: #112954;
    margin-bottom: 0;
}