
.hero-banner {
    background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url('/assets/img/products/1778318192_temple2.webp') center center / cover no-repeat;
    color: #fff;
}

.contact-info-card,
.contact-form-card {
    background: #fff;
    border-radius: 0px;
    padding: 32px;
    box-shadow: 0 8px 28px rgba(0,0,0,.06);
}

.contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.contact-item i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fde3bc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bf4a14;
}

.contact-item h6 {
    margin-bottom: 4px;
    font-weight: 700;
}

.contact-item p {
    color: #6b7280;
}

.form-control {
    border-radius: 0px;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff962e;
}

@media (max-width: 991.98px) {
    .contact-info-card,
    .contact-form-card {
        padding: 24px;
    }
}
