.contact-us-page {
    padding: 0;
}

.contact-main {
    padding: 40px 0;
}

.contact-main-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

.contact-info {
    height: 100%;
    padding: 28px;
    background: transparent;
    border-right: 0;
}

.contact-info__title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 8px;
}

.contact-info__text {
    color: #6c757d;
    margin: 0 0 18px;
}

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

.contact-info__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-info__icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #ff7a00;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.contact-info__label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    font-weight: 700;
}

.contact-info__value {
    font-weight: 700;
    color: #1f2a37;
}

.contact-info__value a {
    color: inherit;
    text-decoration: none;
}

.contact-info__value a:hover {
    text-decoration: underline;
}

.contact-social {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 1px dashed rgba(17, 24, 39, 0.12);
}

.contact-social__title {
    font-size: 13px;
    font-weight: 800;
    color: #6c757d;
    margin-bottom: 10px;
}

.contact-social__links {
    display: flex;
    gap: 8px;
}

.contact-social__link {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #ff7a00;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact-social__link:hover {
    background: #e86f00;
}

.contact-form-wrap {
    padding: 28px;
}

.contact-form .row.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.contact-form-wrap__title {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 18px;
}

.contact-label {
    color: #111827;
}

.contact-input,
.contact-textarea {
    background: #ffffff;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: #9ca3af;
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: #ff7a00;
    box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.15);
}

.contact-card {
    max-width: 920px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 28px;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.contact-subtitle {
    margin-top: 10px;
    margin-bottom: 22px;
    color: #6c757d;
}

.contact-alert {
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-weight: 600;
}

.contact-alert-success {
    background: #e9f7ef;
    border: 1px solid #b7e3c6;
    color: #1e7e34;
}

.contact-alert-error {
    background: #fdecea;
    border: 1px solid #f5c6cb;
    color: #b21f2d;
}

.contact-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: inline-block;
}

.contact-input,
.contact-textarea {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 12px 14px;
    outline: none;
}

.contact-input:focus,
.contact-textarea:focus {
    border-color: #ff7a00;
    box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.15);
}

.contact-submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: 700;
    background: #ff7a00;
    color: #ffffff;
}

.contact-submit:hover {
    background: #e86f00;
}

.contact-map {
    width: 100%;
    height: 420px;
}

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

@media (max-width: 991.98px) {
    .contact-main {
        padding: 28px 0;
    }

    .contact-info {
        border-right: 0;
        border-bottom: 0;
    }
}
