/* ========================================
   CONTACT US PAGE STYLES
   ======================================== */

/* Hero Section */
.contact-hero {
    background: url(../imgs/contact-hero-bg.jpg) center center/cover no-repeat;
    background: linear-gradient(135deg, var(--primary-color) 0, var(--primary-dark) 100%)
}

/* Contact Methods Section */
.contact-methods-section {
    padding-top: 5rem;
    background-color: var(--dark-bg)
}

.contact-us-title {
    margin-top: 3rem;
    margin-bottom: 2rem
}

/* Headquarters Bubbles */
.headquarters-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0 3rem 0
}

.headquarters-bubble {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / .08);
    border: 1px solid #dee2e6;
    transition: all 0.3s ease
}

.headquarters-bubble:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgb(0 0 0 / .12)
}

.hq-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #0b261b
}

.hq-header i {
    font-size: 2rem;
    color: #0b261b
}

.hq-header h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 600
}

.hq-content {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.hq-location {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0b261b;
    margin: 0
}

.hq-address {
    font-size: 1rem;
    color: #495057;
    line-height: 1.6;
    margin: 0
}

.hq-address a {
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease
}

.hq-address a:hover {
    color: #0b261b;
    text-decoration: underline
}

.hq-contact-row {
    display: flex;
    gap: 2rem;
    margin-top: .5rem;
    flex-wrap: wrap
}

.hq-contact-row span {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #495057;
    font-size: .95rem
}

.hq-contact-row i {
    color: #0b261b;
    font-size: 1rem
}

.hq-contact-row a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500
}

.hq-contact-row a:hover {
    color: #0b261b
}

/* Contact Methods Grid */
.contact-methods-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem
}

.contact-method-card {
    background-color: var(--dark-surface-2);
    padding: 2rem;
    text-align: center;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: transform .3s, box-shadow .3s
}

.contact-method-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgb(0 0 0 / .2)
}

.contact-method-icon {
    width: 70px;
    height: 70px;
    background-color: rgb(30 144 255 / .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem
}

.contact-method-icon i {
    font-size: 28px;
    color: var(--primary-color)
}

.contact-method-card h3 {
    color: var(--black);
    font-size: 1.4rem;
    margin-bottom: 1.25rem
}

.contact-details p {
    margin-bottom: .75rem;
    color: var(--text-muted)
}

.contact-highlight {
    color: var(--black);
    font-weight: 500;
    font-size: 1.1rem
}

/* Business Hours Container */
.business-hours-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem
}

.business-hours-card {
    background: linear-gradient(135deg, #0b261b 0%, #0062cc 100%);
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 6px 20px rgb(30 144 255 / .25);
    text-align: center
}

.business-hours-card h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem
}

.business-hours-card h3 i {
    font-size: 2rem
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}

.hours-item {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    text-align: center
}

.hours-item strong {
    color: #fff;
    font-size: 1rem;
    font-weight: 600
}

.hours-item span {
    color: rgb(255 255 255 / .9);
    font-size: .95rem;
    line-height: 1.5
}

/* Contact Form Section */
.contact-form-section {
    padding: 5rem 0;
    background-color: var(--dark-surface)
}

.contact-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem
}

.contact-form-container {
    background-color: var(--dark-surface-2);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow)
}

/* Contact Sidebar */
.contact-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.connect-section p {
    text-align: center;
    color: var(--text-muted)
}

.company-info-card {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border-radius: 12px;
    padding: 2rem;
    color: white;
    margin: auto;
    width: 1170px;
}

.company-info-card h3 {
    margin-top: 0;
    font-size: 1.5rem;
    color: var(--white);
}

.company-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.company-detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.company-detail-item strong {
    font-size: 0.9rem;
    opacity: 0.9;
}

.company-detail-item span {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Responsive Styles */
@media (max-width:992px) {
    .headquarters-container {
        grid-template-columns: 1fr
    }

    .hours-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem
    }
}

@media (max-width:768px) {
    .contact-methods-grid {
        grid-template-columns: 1fr
    }

    .hq-contact-row {
        flex-direction: column;
        gap: .5rem
    }
}

@media screen and (max-width:1200px) {
    .contact-grid {
        gap: 1.5rem
    }
}

@media screen and (max-width:992px) {
    .contact-grid {
        grid-template-columns: 1fr
    }

    .contact-form-container,
    .contact-sidebar {
        max-width: 800px;
        margin: 0 auto
    }
}

@media screen and (max-width:768px) {
    .contact-methods-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }
}

@media screen and (max-width:576px) {
    .contact-form-container,
    .contact-method-card {
        padding: 1.5rem
    }
}
