
.contact-page {
    position: relative;
    overflow: hidden;
}

.contact-page::before {
    content: '';
    position: absolute;
    top: -140px;
    right: -140px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--agriox-base-rgb, 241, 207, 105), 0.35), rgba(var(--agriox-base-rgb, 241, 207, 105), 0) 70%);
    pointer-events: none;
    z-index: 0;
}

.contact-page::after {
    content: '';
    position: absolute;
    bottom: -180px;
    left: -180px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle at 70% 70%, rgba(var(--agriox-secondary-rgb, 109, 140, 84), 0.18), rgba(var(--agriox-secondary-rgb, 109, 140, 84), 0) 70%);
    pointer-events: none;
    z-index: 0;
}

.contact-page .container {
    position: relative;
    z-index: 1;
}

.contact-page__cta {
    margin-top: 34px;
    margin-bottom: 30px;
}

.contact-page__cta .thm-btn {
    padding: 16px 34px;
}

.contact-page__cta .thm-btn i {
    position: relative;
    margin-right: 10px;
    font-size: 15px;
}

.contact-page__social-label {
    display: block;
    color: var(--agriox-color-1, #687469);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 6px;
    margin-bottom: 6px;
}

.contact-page__right .contact-one__form {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, var(--agriox-secondary, #567a3d) 0%, #3c5a2b 100%);
    box-shadow: 0 35px 70px -30px rgba(34, 50, 31, 0.45);
}

.contact-page__right .contact-one__form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--agriox-base, #f1cf69);
}

.contact-page__right .contact-one__form::after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--agriox-base-rgb, 241, 207, 105), 0.25), rgba(var(--agriox-base-rgb, 241, 207, 105), 0) 70%);
    pointer-events: none;
}

.contact-page__right .contact-one__form > * {
    position: relative;
    z-index: 1;
}

.contact-page__right .comment-form__title {
    font-size: 26px;
    margin-bottom: 8px;
    color: #ffffff;
}

.contact-page__right .comment-form__subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    margin-bottom: 34px;
}

.contact-page__right .comment-form__btn {
    margin-top: 4px;
}

.contact-page-google-map {
    position: relative;
    z-index: 1;
    padding: 130px 0 120px;
    background: linear-gradient(135deg, var(--agriox-secondary, #567a3d) 0%, #3c5a2b 100%);
}

.contact-page-google-map__heading {
    text-align: center;
    margin-bottom: 40px;
}

.contact-page-google-map__heading .sec-title__tagline {
    color: var(--agriox-base, #f1cf69);
}

.contact-page-google-map__heading .sec-title__title {
    color: #ffffff;
}

.contact-page-google-map__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-page-google-map__card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    padding: 12px;
    background: linear-gradient(135deg, var(--agriox-base, #cfae53) 0%, var(--brand-gold-dark, #b58a32) 100%);
    box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.45);
}

.contact-page-google-map__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 2px solid rgba(51, 75, 53, 0.35);
    pointer-events: none;
    z-index: 2;
}

.contact-page-google-map__card .contact-page-google-map__one {
    display: block;
    width: 100%;
    height: 460px;
    border-radius: 10px;

    filter: invert(96%) hue-rotate(178deg) brightness(1.04) contrast(0.9) saturate(1.15);
}

@media (max-width: 767px) {
    .contact-page::before,
    .contact-page::after {
        display: none;
    }

    .contact-page-google-map__card .contact-page-google-map__one {
        height: 320px;
    }
}
