/*herow, konichiwa hibachi yamaha <may binago ako, comment lng> */


.contact-us-container {
    /* margin: -60px 0px 0px 0px; */
    display: flex;
    height: 100vh;
    width: 100vw;
    /* margin-bottom: 2.5vh; */
    z-index: 0;
}

.contact-form-div {
    margin: 30px 0px 0px 0px;
    z-index: 2;
}

.contact-bg-div {
    z-index: 0;
    margin: 0px 0px 0px 0px;
    height: 1000px;
    width: 1000px;
}

.contactus-image {
    position: relative;
    margin-left: -5px;
    width: 1000px;
    height: 1000px;
    object-fit: cover;
    /* Ensures it fills the container */
    z-index: 1;
}

.contact-us-opacity-bg-div {
    position: absolute;
    margin-left: 5px;
    width: 1000px;
    height: 1000px;
    background: linear-gradient(135deg, #444444be, #ffffff2d);
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-us-header {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    position: absolute;
    margin-top: 60px;
    margin-right: 100px;
    margin-left: 50px;
    z-index: 3;
}

.contact-form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 200px 0px 200px;
    width: 100%;
    height: 100%;
}

.contact-map-div {
    margin: 0px 150px 0px 150px;
}

.contact-font-title {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 5px;
    line-height: 3rem;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
}

.contact-font {
    font-weight: 700;
    font-size: 25px;
    margin-top: 100px;
    letter-spacing: 3px;
    color: #ffffff;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    z-index: 3;
}

.contact-font-sub {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.7px;
    margin-top: -15px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-label-font {
    color: #008000;
    letter-spacing: 0.5px;
    line-height: 1rem;
}

.contact-btn-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    margin-top: -10px;
}

.contact-btn-submit {
    width: 100%;
    height: 50px;
    border-radius: 40px;
    background-color: #008000;
    color: #FFF;
    font-size: 15px;
    letter-spacing: 2px;
}

input[id="fullname"],
input[id="subject"],
input[id="email"],
input[id="contact"],
textarea,
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    background-color: #f5f5f5;
    border-bottom: 1px solid #008000;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

textarea[id="message"],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    background-color: #f5f5f5;
    border-bottom: 1px solid #28a745;
    border-right: 1px solid #28a745;
    border-left: 1px solid #28a745;
    border-color: #28a745;
}

input[id="fullname"]:focus,
input[id="subject"]:focus,
input[id="email"]:focus,
input[id="contact"]:focus,
textarea[id="message"]:focus,
select:focus {
    border-top: 2px solid #28a745;
    border-bottom: 2px solid #28a745;
    border-right: 2px solid #28a745;
    border-left: 2px solid #28a745;
    background-color: #f0fff0;
    outline: none;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

input[id=submit] {
    width: 100%;
    background-color: #008000;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
}

input[id=submit]:hover {
    background-color: #45a049;
}

/* Reverse "L" Border on the Map */
.map-container iframe {
    border-left: none;
    border-top: none;
    border-radius: 30px;
    margin-bottom: 15px;
}

@media (max-width: 1449px) {
    .contact-us-container {
        margin: -60px 0px 0px 0px;
        display: flex;
        height: 80vh;
        width: 100vw;
        margin-bottom: 2.5vh;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        margin-top: 60px;
        margin-left: -12px;
        width: 100vw;
        height: 80vh;
        object-fit: cover;
        /* Ensures it fills the container */
        z-index: 1;
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        margin-top: 60px;
        margin-left: -2px;
        height: 80vh;
        width: 50vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        /* background: linear-gradient(135deg, #444444be, #ffffff2d); */
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 60px;
        margin-right: 100px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 125px 0px 125px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 135px 0px 135px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 1280px) and (max-height: 800px) {

    .contact-us-container {
        /* margin: 0px 0px 0px 0px; */
        display: flex;
        height: 98vh;
        width: 100vw;
        /* margin-bottom: 3vh; */
        position: relative;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        /* margin: 0px 0px 0px 0px; */
    }

    .contactus-image {
        position: relative;
        margin-top: 60px;
        /* margin-left: -12px; */
        width: 100vw;
        height: 95vh;
        object-fit: cover;
        /* Ensures it fills the container */
        z-index: 1;
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        margin-top: 60px;
        /* margin-left: -2px; */
        height: 94vh;
        width: 50vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        /* background: linear-gradient(135deg, #444444be, #ffffff2d); */
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 60px;
        margin-right: 100px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 125px 0px 125px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 90px 0px 90px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
        font-size: 12px;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 40px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 12px;
        letter-spacing: 2px;
    }

    input[id="fullname"],
    input[id="subject"],
    input[id="email"],
    input[id="contact"],
    select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        height: 35px;
        border: none;
        background-color: #f5f5f5;
        border-bottom: 1px solid #008000;
        transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

    textarea[id="message"],
    select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        border: none;
        height: 100px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #28a745;
        border-right: 1px solid #28a745;
        border-left: 1px solid #28a745;
        border-color: #28a745;
    }

    input[id="fullname"]:focus,
    input[id="subject"]:focus,
    input[id="email"]:focus,
    input[id="contact"]:focus,
    textarea[id="message"]:focus,
    select:focus {
        border-top: 2px solid #28a745;
        border-bottom: 2px solid #28a745;
        border-right: 2px solid #28a745;
        border-left: 2px solid #28a745;
        background-color: #f0fff0;
        outline: none;
        box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
    }

    input[id=submit] {
        width: 100%;
        background-color: #008000;
        color: white;
        padding: 14px 20px;
        border: none;
        border-radius: 40px;
        cursor: pointer;
    }

    input[id=submit]:hover {
        background-color: #45a049;
    }
}


@media (max-width: 1024px) and (max-height: 1366px) {
    .contact-us-container {
        margin: -60px 0px 0px 0px;
        display: flex;
        height: 60vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        margin-top: 60px;
        margin-left: -12px;
        width: 100vw;
        height: 58.2vh;
        object-fit: cover;
        z-index: 1;
        transform: translateX(-50%);
        left: 50%;
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        margin-top: 60px;
        margin-left: -1px;
        height: 58.2vh;
        width: 50vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 60px;
        margin-right: 100px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 80px 0px 80px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 40px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 13px;
        letter-spacing: 2px;
    }

    input[id="fullname"],
    input[id="subject"],
    input[id="email"],
    input[id="contact"],
    select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        height: 35px;
        border: none;
        background-color: #f5f5f5;
        border-bottom: 1px solid #008000;
        transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

    textarea[id="message"],
    select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        border: none;
        height: 100px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #28a745;
        border-right: 1px solid #28a745;
        border-left: 1px solid #28a745;
        border-color: #28a745;
    }

    input[id="fullname"]:focus,
    input[id="subject"]:focus,
    input[id="email"]:focus,
    input[id="contact"]:focus,
    textarea[id="message"]:focus,
    select:focus {
        border-top: 2px solid #28a745;
        border-bottom: 2px solid #28a745;
        border-right: 2px solid #28a745;
        border-left: 2px solid #28a745;
        background-color: #f0fff0;
        outline: none;
        box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
    }

    input[id=submit] {
        width: 100%;
        background-color: #008000;
        color: white;
        padding: 14px 20px;
        border: none;
        border-radius: 40px;
        cursor: pointer;
    }

    input[id=submit]:hover {
        background-color: #45a049;
    }
}

@media (max-width: 1024px) and (max-height: 600px) {
    .contact-us-container {
        margin: -60px 0px 0px 0px;
        display: flex;
        height: 140vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        margin-top: 60px;
        margin-left: -12px;
        width: 100vw;
        height: 135.8vh;
        object-fit: cover;
        z-index: 1;
        transform: translateX(-50%);
        left: 50%;
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        margin-top: 60px;
        margin-left: -1px;
        height: 135.8vh;
        width: 50vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 60px;
        margin-right: 100px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 80px 0px 80px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 40px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 13px;
        letter-spacing: 2px;
    }

    input[id="fullname"],
    input[id="subject"],
    input[id="email"],
    input[id="contact"],
    select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        height: 35px;
        border: none;
        background-color: #f5f5f5;
        border-bottom: 1px solid #008000;
        transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

    textarea[id="message"],
    select {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        border: none;
        height: 100px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #28a745;
        border-right: 1px solid #28a745;
        border-left: 1px solid #28a745;
        border-color: #28a745;
    }

    input[id="fullname"]:focus,
    input[id="subject"]:focus,
    input[id="email"]:focus,
    input[id="contact"]:focus,
    textarea[id="message"]:focus,
    select:focus {
        border-top: 2px solid #28a745;
        border-bottom: 2px solid #28a745;
        border-right: 2px solid #28a745;
        border-left: 2px solid #28a745;
        background-color: #f0fff0;
        outline: none;
        box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
    }

    input[id=submit] {
        width: 100%;
        background-color: #008000;
        color: white;
        padding: 14px 20px;
        border: none;
        border-radius: 40px;
        cursor: pointer;
    }

    input[id=submit]:hover {
        background-color: #45a049;
    }
}

@media (max-width: 912px) and (max-height: 1368px) {
    .contact-us-container {
        margin: -60px 0px 5px 0px;
        display: flex;
        height: 100vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 100vw;
        height: 34.5vh;
        object-fit: cover;
        z-index: 1;
        transform: translateX(-50%);
        margin-left: 0px;
        left: 50%;
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 34.5vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        margin-left: 11px;
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 40px;
        margin-right: 50px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 125px 0px 125px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 40px;
        letter-spacing: 3.5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 20px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}


@media (max-width: 853px) and (max-height: 1280px) {
    .contact-us-container {
        margin: -60px 0px 15px 0px;
        display: flex;
        height: 120vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 100vw;
        height: 55.4vh;
        object-fit: cover;
        z-index: 1;
        transform: translateX(-50%);
        margin-left: -10px;
        left: 50%;
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 55.4vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-left: 10px;
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 60px;
        margin-right: 100px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 80px 0px 80px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 820px) and (max-height: 1180px) {
    .contact-us-container {
        margin: -60px 0px 15px 0px;
        display: flex;
        height: 120vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 100vw;
        height: 49.9vh;
        object-fit: cover;
        z-index: 1;
        margin-left: -8.5px;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 49.9vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 60px;
        margin-right: 100px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 80px 0px 80px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 768px) and (max-height: 1024px) {
    .contact-us-container {
        margin: -60px 0px 15px 0px;
        display: flex;
        height: 120vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 980px;
        height: 39.3vh;
        object-fit: cover;
        z-index: 1;
        margin-left: 0px;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 39.3vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        margin-left: 11px;
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 60px;
        margin-right: 100px;
        margin-left: 50px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 80px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 80px 0px 80px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 50px;
        letter-spacing: 5px;
        line-height: 3rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 25px;
        margin-top: 100px;
        letter-spacing: 3px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 540px) and (max-height: 720px) {
    .contact-us-container {
        margin: -94px 0px -10px 0px;
        display: flex;
        height: 167vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        z-index: 1;
        margin-left: 0px;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 100px 0px 100px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 40px 0px 40px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 20px 0px 20px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 430px) and (max-height: 932px) {
    .contact-us-container {
        margin: -60px 0px 10px 0px;
        display: flex;
        height: 130vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        margin-left: 0px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 75px 0px 75px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 5px 0px 5px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 414px) and (max-height: 896px) {
    .contact-us-container {
        margin: -60px 0px 10px 0px;
        display: flex;
        height: 134vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        margin-left: 0px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 75px 0px 75px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 5px 0px 5px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 412px) and (max-height: 915px) {
    .contact-us-container {
        margin: -60px 0px 15px 0px;
        display: flex;
        height: 132vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        margin-left: 0px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 75px 0px 75px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 5px 0px 5px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 390px) and (max-height: 844px) {
    .contact-us-container {
        margin: -60px 0px 15px 0px;
        display: flex;
        height: 140vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        margin-left: 0px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 75px 0px 75px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 5px 0px 5px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 375px) and (max-height: 667px) {
    .contact-us-container {
        margin: -60px 0px 15px 0px;
        display: flex;
        height: 170vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        margin-left: 0px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 75px 0px 75px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 5px 0px 5px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 12px;
        letter-spacing: 2px;
    }
}

@media (max-width: 360px) and (max-height: 740px) {
    .contact-us-container {
        margin: -60px 0px 20px 0px;
        display: flex;
        height: 155vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        margin-left: 0px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 75px 0px 75px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 5px 0px 5px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 12px;
        letter-spacing: 2px;
    }
}

@media (max-width: 344px) and (max-height: 882px) {
    .contact-us-container {
        margin: -60px 0px 15px 0px;
        display: flex;
        height: 135vh;
        width: 100vw;
    }

    .contact-form-div {
        margin: 0px 0px 0px 0px;
        z-index: 2;
    }

    .contact-bg-div {
        z-index: 0;
        margin: 0px 0px 0px 0px;
    }

    .contactus-image {
        position: relative;
        width: 110vw;
        height: 27vh;
        object-fit: cover;
        margin-left: 0px;
        z-index: 1;
        transform: translateX(-50%);
    }

    .contact-us-opacity-bg-div {
        position: absolute;
        height: 27vh;
        width: 100vw;
        background: linear-gradient(135deg, #444444be, #ffffff2d);
        z-index: 2;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .contact-us-header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        position: absolute;
        margin-top: 50px;
        margin-right: 10px;
        margin-left: 25px;
        z-index: 3;
    }

    .contact-form-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 75px 0px 75px;
        width: 100%;
        height: 100%;
    }

    .contact-map-div {
        padding: 0px 0px 0px 0px;
    }

    .contact-font-title {
        color: #ffffff;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 2rem;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
    }

    .contact-font {
        font-weight: 700;
        font-size: 15px;
        margin-top: 25px;
        letter-spacing: 2px;
        color: #ffffff;
        line-height: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        text-align: start;
        z-index: 3;
    }

    .contact-font-sub {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        letter-spacing: 0.7px;
        margin-top: -10px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 3;
    }

    .contact-map-div {
        margin: 0px 50px 0px 50px;
    }

    .contact-label-font {
        color: #008000;
        letter-spacing: 0.5px;
        line-height: 1rem;
    }

    .contact-btn-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .contact-btn-submit {
        width: 100%;
        height: 50px;
        border-radius: 40px;
        background-color: #008000;
        color: #FFF;
        font-size: 11px;
        letter-spacing: 2px;
    }
}