﻿/* Timestamp (CST): 2026-01-05 11:47 AM */

.aq-body {
    padding-top: 64px;
}

.aq-appbar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.aq-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.aq-logo-img {
    height: 36px;
    width: auto;
    display: block;
}

.aq-nav-desktop {
    display: flex;
    gap: 6px;
}

.aq-hamburger {
    display: none;
}

@media (max-width: 768px) {
    .aq-hamburger {
        display: inline-flex;
    }

    .aq-nav-desktop {
        display: none;
    }

    .aq-body {
        padding-top: 56px;
    }
}

.aq-section {
    padding: 48px 0;
}

.aq-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.aq-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.aq-hero {
    padding: 90px 0 70px;
}

.aq-section-title {
    text-align: center;
    margin-bottom: 24px;
}

.aq-italic {
    font-style: italic;
}

.aq-grid {
    display: grid;
    gap: 18px;
}

.aq-grid-2 {
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 992px) {
    .aq-grid-2 {
        grid-template-columns: 1fr;
    }
}

.aq-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.aq-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.aq-feature-icon {
    font-weight: 700;
}

.aq-kv {
    display: grid;
    gap: 10px;
}

.aq-kv-row {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 12px;
}

.aq-kv-label {
    font-weight: 600;
}

.aq-clients-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 10px 0;
}

.aq-client-logo {
    max-height: 52px;
    width: auto;
}

.aq-service-card {
    height: 100%;
}

.aq-service {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.aq-service-icon {
    font-size: 22px;
    min-width: 28px;
    text-align: center;
}

.aq-service-title {
    margin: 0 0 6px;
}

    .aq-service-title a {
        text-decoration: none;
    }

.aq-service-desc {
    margin: 0;
}

.aq-contact-card {
    max-width: 720px;
    margin: 0 auto;
}

.aq-footer {
    padding: 28px 0 18px;
    margin-top: 30px;
    border-top: 1px solid rgba(0,0,0,.08);
}

.aq-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start;
}

@media (max-width: 768px) {
    .aq-footer-grid {
        grid-template-columns: 1fr;
    }
}

.aq-footer-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.aq-footer-links {
    display: grid;
    gap: 6px;
    justify-items: start;
}

.aq-footer-bottom {
    text-align: center;
    margin-top: 16px;
    opacity: .85;
}

.aq-mt {
    margin-top: 10px;
}

/* Hide the sidebar container unless opened (defensive) */
.e-sidebar:not(.e-open) {
    visibility: hidden;
}

/* When opened, show it */
.e-sidebar.e-open {
    visibility: visible;
}


/* Keep AppBar always visible and consistent height */
.aq-appbar.e-appbar {
    position: sticky;
    top: 0;
    z-index: 10000;
    height: 64px; /* explicit header height */
}

    /* Syncfusion appbar content alignment */
    .aq-appbar.e-appbar .e-appbar-content,
    .aq-appbar.e-appbar .e-appbar-section {
        height: 64px;
        display: flex;
        align-items: center;
    }

/* Force the grid layout to win over earlier flex/space-between */
.aq-appbar-row {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    width: 100%;
}

/* Left block stays left */
.aq-left {
    grid-column: 1;
}

/* Center desktop nav in the middle column */
.aq-nav-desktop {
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto; /* helps if any parent adds spacing */
}

/* If you don’t have a right column, keep it empty naturally */

/* Ensure the page content starts below the fixed header */
.aq-body {
    padding-top: 64px;
}

/* Make in-page scroll respect the header height */
#home, #about, #services, #contact {
    scroll-margin-top: 72px;
}

/* Mobile header height adjustment */
@media (max-width: 768px) {
    .aq-appbar.e-appbar {
        height: 56px;
    }

        .aq-appbar.e-appbar .e-appbar-content,
        .aq-appbar.e-appbar .e-appbar-section {
            height: 56px;
        }

    .aq-body {
        padding-top: 56px;
    }

    #home, #about, #services, #contact {
        scroll-margin-top: 64px;
    }
}

/* Sidebar should overlay above the appbar and not be clipped */
.e-sidebar-container,
.e-sidebar {
    z-index: 11000 !important;
}

/* Timestamp (CST): 2026-01-06 11:09 AM */
/* ===== AQ Sidebar Header Alignment Fix ===== */

.aq-sidebar-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 14px 16px 10px 20px; /* top | right | bottom | left */
}

.aq-sidebar-title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 2px; /* nudges text down slightly */
}

/* Ensure close button aligns cleanly */
.aq-sidebar-header .e-btn {
    align-self: start; /* prevents it from pushing the title upward */
    margin-top: 2px;
}

.aq-contact-card {
    padding: 20px;
}