.contact-form {
    padding: 40px 41px;
    background-color: var(--bg-primary);
    border-radius: 16px;
}

.contact-form .primary-color {
    font-weight: 600;
}

.contact-form .heading p {
    padding-bottom: 40px;
    border-bottom: 0.2px solid #80808061;
}

.contact-form form .flex-items {
    margin-top: 40px;
}

.contact-form label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px; /* 150% */
    margin-bottom: 8px;
}

.contact-form label span {
    color: #f94f2a;
}

.get-in-touch {
    background-image: url("../images/get-in-touch.jpg");
    height: 457px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border-radius: 16px;
}

.email-section {
    padding: 40px 41px;
    background-color: var(--bg-primary);
    border-radius: 16px;
    margin-top: 29px;
}

.email-section .email-box {
    background-color: white;
    padding: 16px;
    border-radius: 16px;
}

.social-media-section {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.email-section h4 {
    color: black;
    font-weight: bold;
}

@media (max-width: 991px) {
    .contact-form {
        margin-bottom: 25px;
    }
}

@media (max-width: 1024px) {
    .contact-form form .flex-items {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .contact-form form .flex-items {
        margin-top: 20px;
    }
}
