.contact-hero .banner-section {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px;
}

.contact-hero {
    position: relative;
}

.contact-hero .header {
    padding: 0 !important;
}

.contact-hero .banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(19, 19, 23, 0.72);
    z-index: 1;
}

.contact-hero .banner-backgroundimage {
    position: absolute;
    inset: 0;
}

.contact-hero .banner-backgroundimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-hero .banner_content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.contact-hero .banner_wrapper,
.contact-hero .sub-bannerimage {
    margin: 0 !important;
}

.contact-hero .banner_content h6 {
    color: #d6a850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.contact-hero .banner_content p,
.contact-hero .banner_content .box span {
    color: #d5d5d8;
}

.contact-hero .banner_content .box {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 14px 24px;
    border: 1px solid rgba(214, 168, 80, 0.3);
    border-radius: 999px;
    margin-top: 16px;
}

.contact-form-section {
    background-color: #17181d;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 150px 100%, 100% 150px;
    padding: 110px 0;
}

.contact-form-wrapper {
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(214, 168, 80, 0.14);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.contact-intro-panel {
    background: linear-gradient(180deg, rgba(214, 168, 80, 0.18) 0%, rgba(214, 168, 80, 0.05) 100%);
    height: 100%;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-intro-panel h3,
.contact-intro-panel p,
.contact-intro-panel li {
    color: #ffffff;
}

.contact-intro-panel p,
.contact-intro-panel li {
    color: #ececef;
}

.contact-intro-panel ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.contact-intro-panel li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
}

.contact-intro-panel li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
}

.contact-form-box {
    padding: 54px 44px;
}

.contact-form-box h6 {
    color: #d6a850;
    margin-bottom: 12px;
}

.contact-form-box h2,
.contact-form-box p {
    color: #ffffff;
}

.contact-form-box p {
    color: #d4d4d6;
    margin-bottom: 30px;
}

.contact-form-box .form_style,
.contact-form-box select.form_style {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 18px;
    padding: 18px 20px;
    margin-bottom: 18px;
    outline: none;
}

.contact-form-box .form_style.is-invalid,
.contact-form-box select.form_style.is-invalid,
.contact-form-box textarea.form_style.is-invalid {
    border-color: #ff6b81;
    box-shadow: 0 0 0 1px rgba(255, 107, 129, 0.35);
}

.contact-privacy-check.is-invalid {
    padding: 10px 12px;
    border: 1px solid #ff6b81;
    border-radius: 14px;
    background: rgba(255, 107, 129, 0.06);
}

.contact-form-box select.form_style option {
    color: #111111;
}

.contact-form-box textarea.form_style {
    min-height: 150px;
    resize: vertical;
}

.contact-form-box .send_now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 240px;
    padding: 18px 28px;
    border: 1px solid #d6a850;
    border-radius: 999px;
    background: #d6a850;
    color: #17181d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.contact-form-box .send_now .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(23, 24, 29, 0.1);
    font-style: normal;
    font-size: 20px;
    line-height: 1;
}

.contact-form-box .send_now:hover {
    background: transparent;
    color: #d6a850;
    box-shadow: 0 16px 30px rgba(214, 168, 80, 0.18);
}

.contact-form-box .send_now:hover .arrow {
    background: rgba(214, 168, 80, 0.14);
}

.contact-form-box .button {
    display: flex;
    justify-content: center;
}

.contact-form-box .send_now:disabled {
    background: rgba(214, 168, 80, 0.35);
    border-color: rgba(214, 168, 80, 0.35);
    color: rgba(23, 24, 29, 0.65);
    cursor: not-allowed;
    box-shadow: none;
}

.contact-form-box .send_now:disabled .arrow {
    background: rgba(23, 24, 29, 0.08);
}

.contact-field-label {
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.contact-field-label.is-hidden {
    visibility: hidden;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.contact-dependent-field {
    display: none;
}

.contact-dependent-field.is-visible {
    display: block;
}

.contact-form-alert {
    display: none;
    border-radius: 16px;
    padding: 16px 18px;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.5;
}

.contact-form-alert.is-visible {
    display: block;
}

.contact-form-alert.is-success {
    background: rgba(60, 179, 113, 0.16);
    border: 1px solid rgba(60, 179, 113, 0.3);
    color: #dff7e8;
}

.contact-form-alert.is-error {
    background: rgba(220, 53, 69, 0.14);
    border: 1px solid rgba(220, 53, 69, 0.28);
    color: #ffe2e6;
}

.contact-status-modal .contact-status-dialog {
    max-width: 760px;
    background: #1d1f24;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-status-modal.is-success .contact-status-dialog {
    background: rgba(33, 73, 54, 0.96);
    border: 1px solid rgba(77, 176, 120, 0.34);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.contact-status-modal.is-success .contact-status-header {
    background: rgba(71, 170, 113, 0.14);
    border-bottom: 1px solid rgba(77, 176, 120, 0.24);
}

.contact-status-modal.is-success .contact-status-body p {
    color: #ecfff4;
}

.contact-status-modal.is-success .contact-modal-close {
    background: rgba(255, 255, 255, 0.08);
}

.contact-status-modal.is-success .contact-modal-button {
    background: rgba(116, 214, 157, 0.16);
    border-color: rgba(116, 214, 157, 0.3);
    color: #ecfff4;
}

.contact-status-modal.is-success .contact-modal-button:hover {
    background: rgba(116, 214, 157, 0.26);
}

.contact-status-modal.is-error .contact-status-dialog {
    background: rgba(77, 29, 35, 0.96);
    border: 1px solid rgba(220, 53, 69, 0.28);
}

.contact-status-modal.is-error .contact-status-header {
    background: rgba(220, 53, 69, 0.14);
    border-bottom: 1px solid rgba(220, 53, 69, 0.22);
}

.contact-status-modal.is-error .contact-status-body p {
    color: #ffe6ea;
}

.contact-status-body {
    padding: 34px 34px 18px;
}

.contact-status-body p {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.45;
    font-weight: 400;
}

.contact-char-counter {
    display: block;
    color: #d6d6d8;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    margin-top: -8px;
    margin-bottom: 18px;
}

.contact-captcha-box {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    margin-bottom: 24px;
}

.contact-captcha-box p {
    margin-bottom: 12px;
    color: #ffffff;
}

.contact-privacy-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    color: #d6d6d8;
    font-size: 15px;
    line-height: 1.6;
}

.contact-privacy-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #d6a850;
    flex: 0 0 auto;
}

.contact-privacy-check input[type="checkbox"]:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.contact-privacy-check.is-disabled {
    opacity: 0.7;
}

.contact-privacy-check a {
    color: #d6a850;
    text-decoration: underline;
}

.contact-map-section {
    position: relative;
    overflow: hidden;
    background: #1d1d21;
    padding: 0 0 110px;
}

.contact-map-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            115deg,
            transparent 0,
            transparent 72px,
            rgba(214, 168, 80, 0.06) 72px,
            rgba(214, 168, 80, 0.06) 74px
        );
}

.contact-map-card {
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(214, 168, 80, 0.15);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.contact-map-section .container {
    position: relative;
    z-index: 2;
}

.contact-map-card iframe {
    width: 100%;
    min-height: 460px;
    border: 0;
    display: block;
}

.contact-map-action {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.contact-route-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 180px;
    padding: 16px 26px;
    border: 1px solid #d6a850;
    border-radius: 999px;
    background: transparent;
    color: #d6a850;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.contact-route-button:hover {
    background: #d6a850;
    color: #17181d;
    box-shadow: 0 16px 30px rgba(214, 168, 80, 0.18);
}

.contact-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(8, 9, 12, 0.7);
    z-index: 9999;
}

.contact-modal.is-visible {
    display: flex;
}

.contact-modal-dialog {
    width: 100%;
    max-width: 460px;
    background: #202127;
    border: 1px solid rgba(214, 168, 80, 0.22);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.contact-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    background: rgba(214, 168, 80, 0.12);
    border-bottom: 1px solid rgba(214, 168, 80, 0.16);
}

.contact-modal-header h4 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
}

.contact-modal-close {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.contact-modal-body {
    padding: 24px 22px 12px;
}

.contact-modal-body p {
    margin: 0;
    color: #d6d6d8;
    font-size: 16px;
    line-height: 1.7;
}

.contact-modal-footer {
    padding: 22px;
    display: flex;
    justify-content: center;
}

.contact-modal-button {
    min-width: 160px;
    padding: 14px 22px;
    border: 1px solid #d6a850;
    border-radius: 999px;
    background: #d6a850;
    color: #17181d;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.contact-hero .social-icons {
    position: absolute;
    left: 34px;
    top: 180px;
    z-index: 3;
}

.contact-hero .social-icons .line {
    margin: 0 0 18px 12px;
}

.contact-hero .social-icons ul {
    position: static !important;
}

.contact-hero .social-icons li {
    margin-bottom: 18px;
}

.contact-hero .social-icons .social-networks {
    color: #ffffff;
    font-size: 22px;
    transition: color 0.3s ease-in-out;
}

.contact-hero .social-icons a:hover .social-networks {
    color: #d6a850;
}

@media screen and (max-width: 991px) {
    .contact-hero .banner-section,
    .contact-form-section {
        padding-top: 0;
        padding-bottom: 90px;
    }

    .contact-intro-panel,
    .contact-form-box {
        padding: 40px 28px;
    }

    .contact-hero .social-icons {
        left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form-box .form_style,
    .contact-form-box select.form_style,
    .contact-form-box textarea.form_style {
        margin-bottom: 16px;
    }

    .contact-char-counter {
        margin-top: -4px;
    }

    .contact-form-box .send_now {
        width: 100%;
        min-width: 0;
    }

    .contact-hero .social-icons {
        display: none;
    }

    .contact-status-modal .contact-status-dialog {
        max-width: 100%;
        border-radius: 24px;
    }

    .contact-status-body {
        padding: 26px 22px 12px;
    }

    .contact-status-body p {
        font-size: 18px;
        line-height: 1.55;
    }
}
