.container {
    padding: 2rem;
}
.chooseContactMethod {
    font-size: 3rem;
    font-family: "Worksans-B2";
    text-align: center;
}
.replyTime {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 0.5rem;
    font-family: "helveticaNow";
}
.replyTime span {
    font-family: "Worksans-B2";
    text-transform: uppercase;
    color: #ffc600;
}
.socialMediaLinks {
    display: flex;
    overflow-y: hidden;
    align-items: center;
    gap: 2rem;
    margin-top: 1rem;
    /* background-color: red; */
    justify-content: center;
}
.socialMediaLinks .biggerSvgs {
    width: 80px;
    position: relative;
    transform: translateY(150px);
    height: 80px;
    cursor: pointer;
}
.or {
    font-family: "helveticaNowIt";
    font-size: 2rem;
    margin: 1rem 0rem;
    text-align: center;
}
#svg5 {
    transform: translateY(150px);
    width: fit-content;
    height: 100px;
    cursor: pointer;
    /* background-color: red; */
}
.ourEmail {
    font-family: "helveticaNow";
    text-transform: uppercase;
    font-weight: 800;
    /* opacity: 0; */
    text-decoration: underline;
    font-size: 2rem;
    text-align: center;
}
.ourEmail span {
    opacity: 0;
}

/* New Additions */

.body2 {
    font-family: Arial, sans-serif;
    background-color: #d5f8e8;
}

.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    /* margin: 50px auto; */
    padding: 0px;
    padding-top: 0px;
    gap: 50px;
    height: 700px;
}
.contact-container2 {
    display: flex;
    align-items: center;
    max-width: 1400px;
    gap: 80px;
    height: 700px;
    padding-left: 150px;
}

.contact-info {
    max-width: 100%;
}

.contact-info h2 {
    font-size: 50px;
    color: #383737;
    margin-bottom: 30px;
    font-family: "DMSansM", sans-serif;
}

.contact-info p {
    font-size: 22px;
    color: #383737;
    line-height: 1.6;
    margin-bottom: 80px;
    font-family: DMSansR;
}

.contact-form {
    /* background-color: #ffffff; */
    /* padding: 30px; */
    border-radius: 12px;
    max-width: 100%;
    width: 130%;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #383737;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 15px;
    outline: none;
}

.contact-form textarea {
    height: 100px;
    resize: none;
}

.contact-form .captcha {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: fit-content;
}

.contact-form .captcha input {
    margin-right: 10px;
}

.contact-form .captcha label {
    white-space: nowrap;
}
.contact-form button {
    background-color: #f97316;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.contact-form button:hover {
    background-color: #ea580c;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.social-icons a {
    text-decoration: none;
    font-size: 20px;
    color: #64748b;
}

.social-icons a:hover {
    color: #1e293b;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .contact-container2 {
        padding-left: unset;
        padding: 25px;
        gap: 30px;
        flex-direction: column;
        height: unset;
    }

    .contact-form {
        width: 75%;
        margin: 0 auto;
    }

    .contact-form input {
        padding: 15px;
        font-size: 16px;
    }

    .contact-form textarea {
        min-height: 200px;
    }

    .contact-form button {
        padding: 20px;
    }
}

@media screen and (max-width: 490px) {
    .contact-container2 {
        flex-direction: column !important;
        height: 100% !important;
        padding-left: unset;
        padding: 25px;
    }

    .contact-form input {
        padding: 15px;
        font-size: 16px;
    }

    .contact-form button {
        padding: 20px;
    }

    .contact-form textarea {
        min-height: 250px;
    }

    .contact-info h2 {
        font-size: 38px;
    }
}

@media screen and (min-width: 360px) and (max-width: 489px) {
    .ourEmail {
        font-size: 1.5rem;
    }
}
