.about-us {
    position: relative;
    z-index: 1;
}

.about-us::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: url("../assets/images/background.jpg");
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    opacity: 10%;
}

.company-section {
    padding: 48px;
}

.form-section {
    color: #212129;
    font-family: "GeovaTrial";
    margin-top: 48px;
}

.img-container {
    padding-right: 30px;
}

.session-success,
.session-error {
    background: #023a10;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    font-family: "GeovaTrial";
    font-size: 16px;
    padding: 12px;
}

.session-success {
    background: #023a10;
}
.session-error {
    background: #f42222;
}

.error-message {
    font-size: 16px;
    color: #f42222;
    font-weight: 500;
    margin-bottom: 0;
}

.form-container {
    padding: 16px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    overflow-y: auto;
    scrollbar-width: none;
}

.img-container h2 {
    font-family: "Milgalita";
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 14px;
}

.img-container p {
    font-family: "Hind Mysuru";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 36px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group:last-child {
    margin: 0;
}

.input-field {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-bottom: 0.8px solid #e5e5e5;
}

.input-field:focus-visible {
    outline: none;
    border-bottom: 0.8px solid #9b9a9a;
}

.form-container label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px;
}

.input-field {
    font-family: "Hind Mysuru";
    font-size: 16px;
    line-height: 100%;
}

.input-field::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #8790a1;
}

textarea {
    resize: none;
}

.submit-btn {
    background: #f42222;
    border-radius: 100px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    align-self: flex-end;
}

.submit-btn:hover,
.submit-btn:active,
.submit-btn:focus-visible,
.btn:disabled {
    background: #ad0101ff !important;
    color: #ffffff !important;
}

.contact-block {
    background: #edece9;
    color: #212129;
    padding: 32px 48px;
}

.address-card {
    width: 75%;
}

.card-title {
    font-family: "Milgalita";
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 16px;
}

.card-content {
    font-family: "Hind Mysuru";
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    margin: 0;
}

.our-reach-section {
    padding: 80px 0;
}

.our-reach-banner {
    width: 100%;
    padding: 36px 0;
    position: relative;
    z-index: 1;
}

.our-reach-banner::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: url("../assets/images/dark-bg.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.our-reach-caption {
    width: 75%;
}

.our-reach-caption h2 {
    background: linear-gradient(
        90deg,
        #fff8a5 0%,
        #fde67e 10.79%,
        #f0d36f 28.96%,
        #cb9a42 49.41%,
        #ebcb68 75.27%,
        #fde67e 86.08%,
        #fff7a0 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "Milgalita";
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 24px;
}

.our-reach-caption p {
    font-family: "Hind Mysuru";
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
}

.map-container {
    width: 100%;
    height: 300px;
}

@media (max-width: 767px) {
    .company-section {
        padding: 0;
    }

    .img-container {
        padding: 0 12px;
        margin-bottom: 40px;
    }

    .form-container {
        display: block;
        padding: 24px;
    }

    .img-container h2 {
        font-size: 24px;
    }

    .form-group {
        margin-bottom: 32px;
    }

    .form-group:last-child {
        margin-bottom: 40px;
    }

    .submit-btn {
        margin: 0 auto;
    }

    .contact-block {
        padding: 48px 24px;
    }

    .address-card {
        width: 100%;
    }

    .card-title {
        line-height: 24px;
    }

    .card-content {
        line-height: 24px;
    }

    .our-reach-section {
        padding: 4cqb 0;
    }

    .our-reach-caption {
        width: 70%;
    }

    .our-reach-caption h2 {
        font-size: 24px;
    }

    .our-reach-caption p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {
    .map-container {
        width: 100%;
        height: 600px;
    }
    .session-success,
    .session-error {
        font-size: 12px;
        padding: 6px;
    }
    .error-message {
        font-size: 14px;
    }
}
