/* =============================================
   Contact Us Page Styles
   ============================================= */

/* Hero Section */
.contact-hero {
    background: #292929;
    padding: 60px 0 50px;
    text-align: center;
}

.contact-hero-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.contact-hero-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto;
}

/* Info Cards Section */
.contact-info-section {
    padding: 50px 0 30px;
}

.contact-info-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #292929;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.contact-info-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.contact-info-card:hover::before {
    transform: scaleX(1);
}

.contact-info-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
    color: #292929;
    transition: all 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
    background: #292929;
    color: #fff;
}

.contact-info-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
}

.contact-info-card p {
    font-size: 15px;
    color: #444;
    margin-bottom: 4px;
    line-height: 1.5;
}

.contact-info-note {
    font-size: 13px;
    color: #999;
    display: block;
    margin-top: 8px;
}

/* Form Section */
.contact-form-section {
    padding: 30px 0 80px;
}

.contact-form-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 40px;
}

.contact-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.contact-form-subtitle {
    font-size: 15px;
    color: #888;
    margin-bottom: 28px;
}

/* Form Inputs */
.contact-input {
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.2s ease;
    background: #fafafa;
}

.contact-input:focus {
    border-color: #292929;
    box-shadow: 0 0 0 3px rgba(41, 41, 41, 0.08);
    background: #fff;
}

.contact-input::placeholder {
    color: #bbb;
}

.contact-textarea {
    resize: vertical;
    min-height: 130px;
}

.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
}

/* Submit Button */
.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 36px;
    background: #292929;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.contact-submit-btn:hover {
    background: #111;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contact-submit-btn:active {
    transform: translateY(0);
}

/* Sidebar */
.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-sidebar-card {
    background: #f9f9f9;
    border-radius: 14px;
    padding: 28px 24px;
    border: 1px solid #eee;
}

.contact-sidebar-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.contact-sidebar-card h4 i {
    color: #292929;
}

/* Why Reach Out */
.contact-reasons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-reasons li {
    padding: 10px 0;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-reasons li:last-child {
    border-bottom: none;
}

.contact-reasons li i {
    font-size: 16px;
    color: #292929;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

/* Social Links */
.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-social-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.contact-social-item:hover {
    /* background: #292929; */
    /* color: #fff; */
    border-color: #292929;
}

.contact-social-item img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: filter 0.2s ease;
}

/* Business Hours */
.contact-hours {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #444;
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-time {
    font-weight: 600;
    color: #292929;
}

.hours-time.closed {
    color: #d9534f;
}

/* Success Alert */
.contact-form-section .alert-success {
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    color: #2e7d32;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-form-box {
        padding: 28px 20px;
    }

    .contact-hero-title {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 40px 0 36px;
    }

    .contact-hero-title {
        font-size: 28px;
    }

    .contact-hero-subtitle {
        font-size: 15px;
    }

    .contact-form-title {
        font-size: 24px;
    }
}