.wc-contact-info {
    background: #1c1c1c;
    padding: 80px 0 40px;
}

.wc-contact-kicker {
    display: inline-block;
    color: #ff9d23;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wc-contact-intro h2 {
    color: #f6efe4;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.wc-contact-intro p {
    color: #cfc8bb;
    font-size: 16px;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 28px;
}

.wc-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wc-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: #2a2a2a;
    border: 1px solid rgba(255, 157, 35, 0.18);
    border-radius: 14px;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.wc-contact-card:hover {
    transform: translateY(-2px);
    border-color: #ff9d23;
    background: #323232;
}

.wc-contact-card__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ff9d23;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.wc-contact-card__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.wc-contact-card__body small {
    color: #ff9d23;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wc-contact-card__body strong,
.wc-contact-card__body span {
    color: #f3ead8;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    word-break: break-word;
}

.wc-contact-card__body a {
    text-decoration: none;
}

.wc-contact-card__body a:hover strong {
    color: #ff9d23;
}

.wc-contact-map {
    height: 100%;
    min-height: 420px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 157, 35, 0.2);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

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

.wc-contact-form-section {
    position: relative;
    background: #232323;
    padding: 70px 0 90px;
    overflow: hidden;
}

.wc-contact-form-section .bg-pattern-8 {
    opacity: 0.12;
}

.wc-contact-form-copy .title {
    color: #f6efe4;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.wc-contact-form-copy .text {
    color: #cfc8bb;
    font-size: 16px;
    line-height: 1.75;
    max-width: 480px;
}

.wc-contact-form-card {
    background: #2c2c2c;
    border: 1px solid rgba(255, 157, 35, 0.2);
    border-radius: 18px;
    padding: 36px 32px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.wc-contact-form-card .contact-form-two {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.wc-contact-form-card .form-group {
    margin-bottom: 16px;
}

.wc-contact-form-card .form-group input:not([type="submit"]),
.wc-contact-form-card .form-group select,
.wc-contact-form-card .form-group textarea {
    height: 54px;
    background: #1f1f1f !important;
    color: #f3ead8 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px !important;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.4;
    display: block;
}

.wc-contact-form-card .form-group textarea {
    height: 130px;
    line-height: 1.5;
}

.wc-contact-form-card .form-group input::placeholder,
.wc-contact-form-card .form-group textarea::placeholder {
    color: #9a9388;
}

.wc-contact-form-card .form-group select {
    display: block !important;
    height: 54px !important;
    line-height: 54px !important;
    padding: 0 40px 0 16px !important;
    color: #f3ead8 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #1f1f1f !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FF9D23' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.wc-contact-form-card .form-group select option {
    background: #1f1f1f;
    color: #f3ead8;
}

.wc-contact-form-card .form-group input:focus,
.wc-contact-form-card .form-group select:focus,
.wc-contact-form-card .form-group textarea:focus {
    outline: none;
    border-color: #ff9d23 !important;
    box-shadow: 0 0 0 3px rgba(255, 157, 35, 0.18);
}

.wc-contact-form-card .theme-btn {
    width: auto !important;
    min-width: 180px;
    margin-top: 8px;
    border-radius: 10px !important;
}

.wc-contact-form-card .wc-phone-field {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.wc-contact-form-card .wc-phone-field input[type="hidden"] {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.wc-contact-form-card .wc-phone-field__code {
    flex: 0 0 142px;
    width: 142px !important;
    max-width: 142px;
    padding-right: 28px !important;
    background-position: right 10px center !important;
}

.wc-contact-form-card .wc-phone-field__number {
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
}

.custom-swal-popup {
    border-radius: 10px;
    background-color: #222;
    color: #fff;
}

.custom-swal-title {
    font-size: 22px;
    font-weight: bold;
    color: #ff9d23;
}

.custom-swal-button {
    background-color: #ff9d23 !important;
    color: #222 !important;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 20px;
}

@media (max-width: 991.98px) {
    .wc-contact-info {
        padding: 50px 0 20px;
    }

    .wc-contact-intro h2,
    .wc-contact-form-copy .title {
        font-size: 30px;
    }

    .wc-contact-map,
    .wc-contact-map iframe {
        min-height: 320px;
    }

    .wc-contact-form-section {
        padding: 40px 0 70px;
    }

    .wc-contact-form-card {
        padding: 24px 18px;
        margin-top: 12px;
    }
}
