/* ===================================
   HOME MOBILE OVERRIDES (< 480px)
   Aligns strictly with Desktop Architecture
   =================================== */

/* Navbar: Strictly match content width */
.navbar {
        width: calc(100% - 40px) !important;
        /* 20px padding * 2 */
        padding: 8px 10px !important;
        gap: 4px !important;
        height: auto !important;
        background: var(--glass-bg);
        backdrop-filter: blur(12px);
        border-radius: 50px;
        margin: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        position: fixed !important;
        box-shadow: var(--shadow-sm) !important;
        border: 1px solid var(--glass-border) !important;
        display: flex !important;
        flex-direction: row !important;
}

/* Nav Items: Stack Icon + Text */
.navs {
        width: 100%;
        justify-content: space-around;
        gap: 2px;
}

.navs a {
        padding: 2px !important;
}

.navs a h1 {
        flex-direction: column !important;
        gap: 2px !important;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center !important;
}

.navs a h1 i {
        font-size: 14px !important;
        margin: 0 !important;
}

.navs a h1 span {
        display: block !important;
        font-size: 8px !important;
        line-height: 1;
}

.lottie {
        width: 35px !important;
        height: 35px !important;
}

/* Topbar: Align Logo/Login with Content */
.topbar {
        padding: 80px 20px 10px !important;
        /* Match body padding */
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        height: auto !important;
        box-shadow: none !important;
        background: transparent !important;
        border-radius: 0 !important;
}

.logo img {
        height: 40px !important;
        margin-top: 0 !important;
}

.sinlog button {
        padding: 6px 12px !important;
        font-size: 10px !important;
        margin: 0 !important;
        height: auto !important;
        width: auto !important;
}

/* Hero Content: Remove gaps */
.homecontent {
        padding-top: 40px !important;
        margin-top: 0 !important;
        width: 100% !important;
        align-items: center !important;
}

.title {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
        margin: 0 auto 30px !important;
        text-align: center !important;
}

.title h1 {
        font-size: clamp(2.2rem, 11vw, 3.2rem) !important;
        width: 100% !important;
}

/* Images: Strict Alignment */
/* Images: Strict Alignment */
.pic {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 10px !important;
        /* Reduced padding to make image bigger */
        margin-top: 0 !important;
        position: relative !important;
}

.topim {
        width: 100% !important;
        /* Maximize width within container */
        left: auto !important;
        transform: none !important;
        height: auto !important;
        border-radius: 15px 15px 0 0 !important;
        margin-bottom: 20px !important;
        /* Push Quick Access down */
        position: relative !important;
        /* Ensure it flows */
}

/* Hide the redundant 'blue' hero image */
.botim {
        display: none !important;
}

/* QUICK ACCESS SECTION (High Contrast / Reference Match) */
.quick-access {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
        /* Allow full width of .pic */
        margin-top: 10px !important;
        margin-bottom: 40px !important;
}

.quick-access h3 {
        font-family: var(--font-head), sans-serif;
        font-size: 14px;
        /* Smaller text */
        font-weight: 900;
        color: #1e293b;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 15px;
        text-align: center;
        background: none;
        -webkit-text-fill-color: initial;
}

.qa-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
        /* Tighter gap */
        width: 100%;
}

.qa-grid button {
        background: #ffffff;
        /* Solid White */
        border: 2px solid #1e293b;
        /* Dark Slate Border */
        border-radius: 50px;
        padding: 12px 16px;
        /* Smaller padding */

        font-family: var(--font-head);
        font-size: 11px;
        /* Smaller button text */
        font-weight: 800;
        /* Extra Bold */
        color: #1e293b;
        /* Dark Text */

        cursor: pointer;
        transition: all 0.2s ease;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
        width: 100%;
        backdrop-filter: none;
}

.qa-grid button:active {
        background: #1e293b;
        color: #ffffff;
        transform: scale(0.98);
}

/* QUOTE SECTION (Shared Styled) */
.quote {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 90% !important;
        margin: 30px auto !important;
        padding: 30px 20px !important;

        background: rgba(255, 255, 255, 0.9) !important;
        backdrop-filter: blur(10px) !important;
        border: 1px solid rgba(255, 255, 255, 0.5) !important;
        border-radius: 20px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;

        text-align: center !important;
}

.quotepic {
        margin-bottom: 20px !important;
}

.quotepic img {
        width: 140px !important;
        height: 140px !important;
        border-radius: 50% !important;
        object-fit: cover !important;
        border: 4px solid #ffffff !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.quotetext h1 {
        font-family: var(--font-body), sans-serif !important;
        font-style: italic !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: #475569 !important;
        margin-bottom: 15px !important;
        width: 100% !important;
}

.quotetext h2 {
        font-family: var(--font-head) !important;
        font-size: 14px !important;
        font-weight: 800 !important;
        color: #1e293b !important;
        text-transform: uppercase !important;
        margin: 0 !important;
        letter-spacing: 1px !important;
}