/* ==========================================================================
   1. CORE APP PORTAL SETUP & VARIABLES
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

:root {
  --primary: #0D6FB8;
  --secondary: #F2A900;
  --cream: #F7E8B5;
  --dark: #082B4E;
  --white: #ffffff;
  --app-bg: #f4f6f9;
  --text-muted: #64748b;
  --card-shadow: 0 12px 30px rgba(8, 43, 78, 0.06);
  --transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

body {
  font-family: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--dark);
}

section {
  padding: 40px 0;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

img {
  max-width: 100%;
}

/* Base Headings Layout */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.section-header h4 {
  font-size: 24px;
  font-weight: 800;
  color: var(--dark);
  margin: 0;
  letter-spacing: -0.5px;
}

.section-header a {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
}

/* Global Safety Desktop View Guard - Hides Mobile App Nav on Laptop Layouts */
.shivir-bottom-nav, .bottom-nav { 
  display: none !important; 
}

/* ==========================================================================
   2. EXCELLENT LAPTOP & DESKTOP VIEW AESTHETICS (MIN-WIDTH: 769px)
   ========================================================================== */
@media(min-width: 769px) {
    .custom-navbar {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        padding: 16px 0;
        box-shadow: 0 4px 20px rgba(0,0,0,0.03);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    
    .nav-link {
        font-weight: 600;
        margin-left: 24px;
        color: var(--dark) !important;
        font-size: 15px;
    }
    
    .nav-link:hover {
        color: var(--primary) !important;
    }

    .btn-register {
        background: var(--secondary);
        color: #fff;
        padding: 10px 28px;
        border-radius: 14px;
        font-weight: 700;
        box-shadow: 0 4px 15px rgba(242, 169, 0, 0.2);
    }

    /* Full-Bleed Laptop Slider Starting at Absolute Top */
    .hero-slider {
        position: relative;
        margin-top: 0;
        z-index: 1;
    }

    .heroSwiper, .heroSwiper .swiper-slide {
        height: 520px !important;
    }

    .slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Floating Hero Layout Stacking Layer */
    .app-hero-container {
        position: relative;
        width: 100%;
    }

    .app-header-overlay {
        position: absolute;
        bottom: -65px; 
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 99;
    }

    /* Centered Floating Laptop U-Shield Sizing */
    .header-u-shield {
        width: 135px !important;
        height: 135px !important;
        background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 12px 35px rgba(8, 43, 78, 0.2);
        border: 5px solid var(--white);
        padding: 6px !important;
        box-sizing: border-box;
    }

    .app-logo {
        width: 100% !important;
        height: 100% !important;
        border-radius: 50%;
        object-fit: contain !important;
        background-color: var(--white);
        display: block !important;
    }

    .quick-section {
        margin-top: 95px;
    }

    .app-card {
        height: 130px;
        background: var(--white);
        border-radius: 24px;
        box-shadow: var(--card-shadow);
        border: 1px solid rgba(255,255,255,0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .app-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(8, 43, 78, 0.08);
        border-color: rgba(13, 111, 184, 0.2);
    }

    .icon-wrap {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        font-size: 24px;
    }

    .color-1 { background: rgba(13, 111, 184, 0.08); color: var(--primary); }
    .color-2 { background: rgba(242, 169, 0, 0.08); color: var(--secondary); }
    .color-3 { background: rgba(16, 185, 129, 0.08); color: #10b981; }
    .color-4 { background: rgba(139, 92, 246, 0.08); color: #8b5cf6; }
    .color-5 { background: rgba(239, 68, 68, 0.08); color: #ef4444; }
    .color-6 { background: rgba(242, 169, 0, 0.12); color: var(--secondary); }

    .app-card span {
        font-size: 14px;
        font-weight: 700;
        color: var(--dark);
    }

    .active-register {
        background: linear-gradient(135deg, var(--secondary) 0%, #d49400 100%) !important;
        border: none;
        box-shadow: 0 8px 25px rgba(242, 169, 0, 0.3) !important;
    }
    .active-register span { color: var(--white); }
    .active-register .icon-wrap { background: rgba(255,255,255,0.2); color: #fff; }

    /* Premium Laptop Team Header Redesign Layout */
    .app-page-inline-header {
        display: block !important;
        background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%) !important;
        padding: 45px 0 !important;
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px;
        box-shadow: 0 10px 30px rgba(8, 43, 78, 0.1);
        margin-bottom: 40px;
    }

    .inline-header-logo-shield {
        width: 100px !important;  
        height: 100px !important;
        background: var(--white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px !important;
        border: 4px solid rgba(255,255,255,0.25);
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .inline-logo {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: contain;
        background: #fff;
    }

    .inline-title-block {
        text-align: left !important;
    }

    .inline-title-block h1 {
        font-size: 36px !important;
        font-weight: 800 !important;
        color: var(--white) !important;
        margin: 0 0 4px 0 !important;
        letter-spacing: -0.5px;
    }

    .inline-title-block p {
        font-size: 14px !important;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--cream) !important;
        margin: 0 !important;
        letter-spacing: 1.5px;
        opacity: 0.9;
    }

    .page-banner {
        display: none !important;
    }

    .team-page-content {
        padding: 20px 0 60px 0 !important;
    }

    .team-intro-header {
        text-align: left !important;
        margin-bottom: 45px !important;
    }

    .team-intro-header h2 {
        font-size: 28px !important;
        font-weight: 800;
        margin-bottom: 8px !important;
    }

    .section-subtitle-text {
        font-size: 15px;
        color: var(--text-muted);
        margin: 0;
    }

    /* Widescreen Desktop Team Presentation Framework */
    .shivir-team-creative-card {
        background: var(--white);
        border-radius: 24px;
        overflow: hidden;
        box-shadow: var(--card-shadow);
        border: 1px solid #edf2f7;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .member-image-frame { position: relative; width: 100%; height: 300px; overflow: hidden; }
    .member-image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
    .shivir-team-creative-card:hover .member-image-frame img { transform: scale(1.05); }
    .member-gradient-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(8, 43, 78, 0) 50%, rgba(8, 43, 78, 0.7) 100%); opacity: 0; transition: opacity 0.3s ease; }
    .shivir-team-creative-card:hover .member-gradient-overlay { opacity: 1; }
    .member-social-dock { position: absolute; bottom: -50px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; transition: bottom 0.3s ease; }
    .shivir-team-creative-card:hover .member-social-dock { bottom: 20px; }
    .social-icon-link { width: 36px; height: 36px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff !important; background: #64748b; }
    .social-icon-link.fb { background: #3b5998; } .social-icon-link.insta { background: #e1306c; } .social-icon-link.linkin { background: #0077b5; }
    .member-details-box { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
    .member-details-box h5 { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
    .member-designation-badge { font-size: 13px; color: var(--primary); font-weight: 600; margin-bottom: 12px; display: block; }
    .member-bio-text { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

    .event-app-card { background: var(--white); border-radius: 24px; padding: 16px; display: flex; align-items: center; gap: 24px; box-shadow: var(--card-shadow); border: 1px solid #edf2f7; }
    .event-app-card img { width: 180px; height: 120px; border-radius: 16px; object-fit: cover; }
    .event-app-card h5 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
    
    .stat-card { background: var(--white); border-radius: 24px; padding: 30px 20px; text-align: center; box-shadow: var(--card-shadow); border: 1px solid #edf2f7; }
    .stat-card h2 { font-size: 44px; font-weight: 800; color: var(--primary); margin-bottom: 4px; }
    .stat-card p { font-size: 14px; font-weight: 600; color: var(--text-muted); margin: 0; }
    .gallery-thumb { width: 100%; height: 240px; object-fit: cover; border-radius: 20px; box-shadow: var(--card-shadow); }
    
    .footer { background: var(--dark); color: var(--white); padding: 60px 0 30px; }
    .footer h5 { font-weight: 700; margin-bottom: 20px; }
    .footer a { color: rgba(255,255,255,0.7); display: block; margin-bottom: 12px; }
    .footer a:hover { color: var(--secondary); }
}

/* ==========================================================================
   3. HIGH-FIDELITY MOBILE APP INTERFACE (MAX-WIDTH: 768px)
   ========================================================================== */
@media(max-width: 768px) {
    .welcome-section, .mvv-section, .impact-section, .partners-section,
    .footer, .cta-section, .custom-navbar, .page-banner {
        display: none !important;
    }

    body {
        font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
        background-color: var(--app-bg) !important;
        padding-bottom: 110px !important;
    }

    section {
        padding: 12px 0 !important;
    }

    /* Top Left Inline App Header Branding */
    .app-page-inline-header {
        display: block !important;
        background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%) !important;
        padding: 16px 12px !important;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        box-shadow: 0 8px 25px rgba(8, 43, 78, 0.1);
    }
    .inline-header-logo-shield { width: 48px; height: 48px; background: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 4px; border: 2px solid rgba(255,255,255,0.2); }
    .inline-logo { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; background: #fff; }
    .inline-title-block h1 { font-size: 18px !important; font-weight: 800 !important; color: var(--white) !important; margin: 0 !important; }
    .inline-title-block p { font-size: 10px !important; font-weight: 600; text-transform: uppercase; color: var(--cream) !important; margin: 0 !important; opacity: 0.85; }

    /* Home Hero Container Config */
    .app-hero-container {
        position: relative !important;
        width: 100% !important;
        height: 240px !important;
        background-color: #ffffff;
        overflow: visible !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .heroSwiper, .heroSwiper .swiper-slide { width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; }
    .slider-image { width: 100% !important; height: 100% !important; object-fit: cover !important; }

    /* Centered Floating Shield (logo size increased & text boundary padding overlay applied) */
    .app-header-overlay {
        position: absolute !important;
        bottom: -60px !important; 
        left: 0 !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        z-index: 99999 !important;
    }

    .header-u-shield {
        width: 120px !important;  
        height: 120px !important; 
        background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 10px 28px rgba(8, 43, 78, 0.25) !important;
        border: 4px solid var(--white) !important;
        padding: 6px !important; 
        box-sizing: border-box !important;
    }

    .app-logo {
        width: 100% !important;
        height: 100% !important;
        border-radius: 50% !important;
        object-fit: contain !important; 
        background-color: var(--white) !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .quick-section {
        margin-top: 72px !important; 
        position: relative !important;
        z-index: 999 !important;
        padding: 0 8px;
    }

    .app-card {
        height: 100px !important;
        padding: 12px 6px !important;
        background: var(--white) !important;
        border-radius: 18px !important;
        box-shadow: 0 6px 18px rgba(8, 43, 78, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.8) !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .app-card:active { transform: scale(0.95); background-color: #f1f5f9 !important; }
    .icon-wrap { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 6px; }

    .color-1 { background: rgba(13, 111, 184, 0.08); color: var(--primary); }
    .color-2 { background: rgba(242, 169, 0, 0.08); color: var(--secondary); }
    .color-3 { background: rgba(16, 185, 129, 0.08); color: #10b981; }
    .color-4 { background: rgba(139, 92, 246, 0.08); color: #8b5cf6; }
    .color-5 { background: rgba(239, 68, 68, 0.08); color: #ef4444; }
    .color-6 { background: rgba(242, 169, 0, 0.12); color: var(--secondary); }

    .app-card i { font-size: 20px !important; margin: 0 !important; color: inherit !important; }
    .app-card span { font-size: 11px !important; font-weight: 700 !important; color: var(--dark) !important; margin-top: 2px; }

    .active-register {
        background: linear-gradient(135deg, var(--secondary) 0%, #d49400 100%) !important;
        border: none !important;
        box-shadow: 0 6px 18px rgba(242, 169, 0, 0.2) !important;
    }
    .active-register span { color: var(--white) !important; }
    .active-register i { color: var(--white) !important; }
    .active-register .icon-wrap { background: rgba(255,255,255,0.2) !important; }

    .hero-slider { padding: 0 !important; margin: 0 !important; }

    /* NATIVE 2-COLUMN ROWS APP GRID FOR MOBILE TEAMS VIEWPORT */
    .team-page-content { padding: 16px 8px !important; }
    .team-intro-header h2 { font-size: 20px !important; font-weight: 800; margin-bottom: 4px !important; }
    .team-intro-header p { font-size: 12px !important; margin: 0 0 10px 0 !important; }

    .team-page-content .row > div {
        width: 50% !important; 
        float: left;
    }

    .shivir-team-creative-card {
        background: var(--white);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(8, 43, 78, 0.03);
        border: 1px solid #edf2f7;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .member-image-frame {
        width: 100%;
        height: 150px; 
        position: relative;
        overflow: hidden;
    }

    .member-image-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        /*object-position: top center !important; */
    }

    .member-gradient-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(to bottom, rgba(8, 43, 78, 0) 50%, rgba(8, 43, 78, 0.6) 100%);
    }

    .member-social-dock {
        position: absolute;
        bottom: 8px !important;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 6px;
    }
    
    .social-icon-link {
        width: 26px !important;
        height: 26px !important;
        font-size: 10px !important;
        border-radius: 8px !important;
    }

    .member-details-box {
        padding: 10px !important;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .member-details-box h5 {
        font-size: 13px !important;
        font-weight: 700;
        margin: 0 0 2px 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
    }

    .member-designation-badge {
        font-size: 11px !important;
        font-weight: 600;
        color: var(--primary);
        margin-bottom: 4px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .member-bio-text {
        font-size: 10px !important;
        line-height: 1.4;
        color: var(--text-muted);
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px !important; padding: 0 4px; }
    .section-header h4 { font-size: 16px !important; font-weight: 800 !important; color: var(--dark); margin: 0; }
    .section-header a { font-size: 12px !important; font-weight: 700; color: var(--primary); }

    .event-app-card { background: var(--white) !important; border-radius: 18px !important; overflow: hidden; display: flex; align-items: center; padding: 10px; box-shadow: 0 4px 15px rgba(8, 43, 78, 0.02) !important; border: 1px solid #edf2f7; gap: 14px; }
    .event-app-card img { width: 90px !important; height: 75px !important; border-radius: 12px; object-fit: cover; }
    .event-app-card > div { display: flex; flex-direction: column; justify-content: center; }
    .event-app-card h5 { font-size: 14px !important; font-weight: 700 !important; color: var(--dark); margin-bottom: 4px !important; line-height: 1.3; }
    .event-app-card p { font-size: 11px !important; color: var(--text-muted); margin: 0 !important; font-weight: 500; }

    .stat-card { background: var(--white) !important; border-radius: 18px !important; padding: 16px 10px !important; text-align: center; box-shadow: 0 4px 15px rgba(8, 43, 78, 0.02) !important; border: 1px solid #edf2f7; }
    .stat-card h2 { font-size: 26px !important; font-weight: 800 !important; color: var(--primary); margin-bottom: 1px !important; }
    .stat-card p { font-size: 11px !important; font-weight: 600 !important; color: var(--text-muted); margin: 0 !important; }
    
    .gallery-thumb { width: 100% !important; height: 95px !important; object-fit: cover; border-radius: 14px !important; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }

    /* LOCKED STICKY APP BOTTOM NAVIGATION DOCK FOR HANDHELD SMART DEVICES */
    .shivir-bottom-nav, .bottom-nav {
        position: fixed !important;
        bottom: 16px !important;
        left: 4% !important;
        right: 4% !important;
        width: 92% !important;
        max-width: 440px !important;
        height: 64px !important;
        background: rgba(255, 255, 255, 0.94) !important;
        backdrop-filter: blur(20px) saturate(160%) !important;
        -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
        border-radius: 22px !important;
        border: 1px solid rgba(255, 255, 255, 0.6) !important;
        box-shadow: 0 10px 32px -4px rgba(8, 43, 78, 0.18) !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        padding: 0 6px !important;
        margin: 0 auto !important;
        z-index: 9999999 !important;
        transform: none !important;
    }

    .shivir-bottom-nav a, .bottom-nav a { flex: 1 !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; color: var(--text-muted) !important; font-size: 10px !important; font-weight: 600 !important; height: 100% !important; background: none !important; border: none !important; padding: 0 !important; }
    .shivir-bottom-nav a i, .bottom-nav a i { font-size: 18px !important; margin-bottom: 3px !important; display: inline-block !important; }
    .shivir-bottom-nav a.active, .bottom-nav a.active { color: var(--primary) !important; font-weight: 700 !important; }
    .shivir-bottom-nav a.active i, .bottom-nav a.active i { transform: translateY(-2px) scale(1.1); color: var(--primary) !important; }
}

/* ==========================================================================
   4. PWA SMART SMART INSTALL BANNER
   ========================================================================== */
.pwa-smart-banner {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(8, 43, 78, 0.16);
  border: 1px solid rgba(13, 111, 184, 0.15);
  z-index: 10000000;
  padding: 14px 16px;
  animation: slideBannerDown 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.banner-body { display: flex; align-items: center; gap: 12px; position: relative; }
.banner-app-icon { width: 46px; height: 46px; border-radius: 12px; object-fit: cover; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.banner-text { flex-grow: 1; padding-right: 15px; }
.banner-text h6 { margin: 0 0 2px 0; font-size: 14px; font-weight: 700; color: var(--dark); }
.banner-text p { margin: 0; font-size: 11px; color: #64748b; line-height: 1.4; }
.banner-close-btn { background: none; border: none; font-size: 22px; color: #94a3b8; cursor: pointer; padding: 0; line-height: 1; }
@keyframes slideBannerDown { from { top: -100px; opacity: 0; } to { top: 16px; opacity: 1; } }

/* ==========================================================================
   CREATIVE CONTACT DASHBOARD INTEGRATION STYLES
   ========================================================================== */
.contact-page-content {
  padding: 40px 0 80px 0 !important;
}

/* Premium App Card Container Layout */
.shivir-contact-card {
  background: var(--white);
  border-radius: 24px;
  padding: 30px;
  box-shadow: var(--card-shadow);
  border: 1px solid #edf2f7;
}

.shivir-contact-card h4 {
  font-size: 22px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}

/* App-style Premium Input Group System Controls */
.input-app-group {
  display: flex;
  align-items: center;
  background: #f4f6f9; /* Soft dashboard inner field background tint */
  border-radius: 16px;
  padding: 4px 14px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.input-app-group:focus-within {
  background: var(--white);
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(13, 111, 184, 0.08);
}

.input-icon-box {
  color: var(--text-muted);
  font-size: 16px;
  width: 24px;
  display: flex;
  justify-content: center;
}

/* Input Overrides resetting standard Bootstrap bulky layout borders */
.app-input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--dark) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 10px !important;
}

.app-input::placeholder {
  color: #a0aec0 !important;
  font-weight: 500;
}

/* Creative Form Action Button styling */
.btn-app-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--primary) 0%, #0a5691 100%);
  color: var(--white) !important;
  border: none;
  padding: 14px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(13, 111, 184, 0.2);
  transition: all 0.25s ease;
  margin-top: 24px;
}

.btn-app-submit:hover, .btn-app-submit:active {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 111, 184, 0.35);
  opacity: 0.95;
}

/* Dynamic Content Information App Stack Tiles Layout Grid */
.contact-tiles-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-app-tile {
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--card-shadow);
  border: 1px solid #edf2f7;
  transition: all 0.3s ease;
}

.info-app-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(8, 43, 78, 0.05);
}

.tile-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

/* Premium Icon Custom Background Multi-Tints */
.tile-icon-box.c-phone { background: rgba(13, 111, 184, 0.08); color: var(--primary); }
.tile-icon-box.c-email { background: rgba(242, 169, 0, 0.08); color: var(--secondary); }
.tile-icon-box.c-address { background: rgba(16, 185, 129, 0.08); color: #10b981; }

.tile-text-box span {
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 2px;
}

.tile-text-box h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
  line-height: 1.4;
  word-break: break-word; /* Prevents text overflow breaks for extended email domains on tight screens */
}

/* --- Mobile Breakpoint Optimization Overrides (Max-Width: 768px) --- */
@media(max-width: 768px) {
  .contact-page-content {
    padding: 16px 4px 60px 4px !important;
  }
  
  .shivir-contact-card {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .shivir-contact-card h4 {
    font-size: 18px !important;
  }

  .info-app-tile {
    padding: 16px;
    border-radius: 16px;
  }

  .tile-text-box h6 {
    font-size: 13px !important;
  }
}

/* ==========================================================================
   CREATIVE EVENTS DASHBOARD ARCHITECTURE STYLES
   ========================================================================== */
.events-page-content {
  padding: 40px 0 80px 0 !important;
}

/* Base Visibility Guards */
.mobile-only-card { display: none !important; }
.desktop-only-card { display: flex !important; }

/* --- Widescreen Laptop Presentation Elements (Min-Width: 769px) --- */
@media(min-width: 769px) {
    .events-intro-header {
        text-align: left !important;
        margin-bottom: 45px !important;
    }

    .events-intro-header h2 {
        font-size: 28px !important;
        font-weight: 800;
        margin-bottom: 8px !important;
    }

    .events-intro-header .section-subtitle-text {
        font-size: 15px;
        color: var(--text-muted);
        margin: 0;
    }
}

/* --- Premium App Layout Interceptions for Smart Phone Screens (Max-Width: 768px) --- */
@media(max-width: 768px) {
    /* Swap visibility layers for high-fidelity app feel */
    .desktop-only-card { display: none !important; }
    .mobile-only-card { display: flex !important; }

    .events-page-content {
        padding: 16px 8px 60px 8px !important;
    }

    .events-intro-header h2 {
        font-size: 20px !important;
        font-weight: 800;
        margin-bottom: 4px !important;
        text-align: left;
    }
    
    .events-intro-header p {
        font-size: 12px !important;
        margin: 0 0 10px 0 !with-margin;
        margin: 0 0 10px 0 !important;
        text-align: left;
    }

    /* Fixed mobile micro-row card alignment specifications */
    .events-page-content .event-app-card {
        background: var(--white) !important;
        border-radius: 18px !important;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding: 12px;
        box-shadow: 0 4px 15px rgba(8, 43, 78, 0.02) !important;
        border: 1px solid #edf2f7;
        gap: 14px;
        margin-bottom: 4px;
    }

    .events-page-content .event-app-card img {
        width: 100px !important;
        height: 80px !important;
        border-radius: 12px;
        object-fit: cover;
        flex-shrink: 0;
    }

    .events-page-content .event-app-card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        overflow: hidden;
    }

    .events-page-content .event-app-card h5 {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: var(--dark);
        margin: 0 0 3px 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .events-page-content .event-app-card p {
        font-size: 11px !important;
        color: var(--text-muted);
        margin: 0 0 4px 0 !important;
        font-weight: 500;
    }

    /* Clean subtle micro action link hook replacing standard bulky buttons */
    .mobile-details-link {
        font-size: 11px !important;
        font-weight: 700;
        color: var(--primary);
        display: flex;
        align-items: center;
        margin-top: 1px;
    }
    
    .mobile-details-link i {
        font-size: 9px !important;
        transition: transform 0.2s ease;
    }
    .mobile-details-link:active i { transform: translateX(2px); }
}

/* ==========================================================================
   CREATIVE EVENT DETAILS COMPONENT ARCHITECTURE STYLES
   ========================================================================== */
.details-page-content {
  padding: 40px 0 80px 0 !important;
}

.mobile-immersive-hero-cover { display: none !important; } /* Hidden on desktops */

/* --- Widescreen Laptop Presentation Elements (Min-Width: 769px) --- */
@media(min-width: 769px) {
    .compact-details-banner {
        padding: 80px 0 60px 0 !important;
        background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%) !important;
        margin-bottom: 20px;
        border-bottom-left-radius: 28px;
        border-bottom-right-radius: 28px;
    }
    
    .compact-details-banner h1 {
        font-size: 34px !important;
        font-weight: 800;
        letter-spacing: -0.5px;
        margin-bottom: 8px;
    }

    .shivir-details-main-card {
        background: var(--white);
        border-radius: 24px;
        padding: 35px;
        box-shadow: var(--card-shadow);
        border: 1px solid #edf2f7;
    }

    .meta-strip-item {
        display: flex;
        align-items: center;
        gap: 12px;
        background: #f4f6f9;
        padding: 12px 18px;
        border-radius: 16px;
        flex: 1;
        min-width: 180px;
    }

    .meta-strip-item i { font-size: 20px; }
    .meta-strip-item span { font-size: 11px; text-transform: uppercase; color: var(--text-muted); display: block; font-weight: 600; }
    .meta-strip-item h6 { font-size: 14px; margin: 0; font-weight: 700; color: var(--dark); }

    .divider-line { border-top: 1px solid #e2e8f0; opacity: 1; }

    .event-rich-description-content h4 { font-size: 20px; font-weight: 800; color: var(--dark); }
    .description-text-para { font-size: 15px; color: #4a5568; line-height: 1.7; text-align: justify; }

    /* Sticky Sidebar Component Positioning Controls */
    .sticky-sidebar-panel {
        position: sticky;
        top: 95px;
        height: max-content;
    }

    .shivir-cta-sidebar-card {
        background: var(--white);
        border-radius: 24px;
        padding: 30px;
        box-shadow: var(--card-shadow);
        border: 1px solid #edf2f7;
    }

    .cta-price-tag-row h3 { font-size: 26px; font-weight: 800; color: var(--primary); margin-top: 4px; }
    .perk-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 14px; font-weight: 600; color: #4a5568; }

    .btn-app-action-primary {
        width: 100%;
        background: linear-gradient(135deg, var(--secondary) 0%, #d49400 100%);
        color: var(--white) !important;
        border: none; padding: 14px; border-radius: 16px; font-weight: 700;
        box-shadow: 0 6px 20px rgba(242, 169, 0, 0.25);
        display: flex; align-items: center; justify-content: center;
        transition: all 0.25s ease;
    }
    .btn-app-action-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(242, 169, 0, 0.38); }
    
    .btn-app-action-disabled {
        width: 100%; background: #e2e8f0; color: #94a3b8 !important; border: none;
        padding: 14px; border-radius: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center;
    }
}

/* --- Premium App Layout Interceptions for Smart Phone Screens (Max-Width: 768px) --- */
@media(max-width: 768px) {
    .details-page-content {
        padding: 0 0 60px 0 !important;
    }

    /* Flip columns stack sequences so details view maps naturally on a mobile stream */
    .reverse-mobile-columns {
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }

    /* Full bleed image layout block at screen ceiling edge boundaries */
    .mobile-immersive-hero-cover {
        display: block !important;
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
        margin-bottom: 16px;
    }

    .mobile-immersive-hero-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-cover-overlay {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(to bottom, rgba(8,43,78,0.2) 40%, rgba(8,43,78,0.85) 100%);
    }

    .hero-cover-title-badge {
        position: absolute;
        bottom: 16px;
        left: 16px;
        right: 16px;
        z-index: 10;
    }

    .badge-status {
        background: var(--secondary);
        color: var(--white);
        font-size: 10px;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 30px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 6px;
        letter-spacing: 0.5px;
    }

    .hero-cover-title-badge h4 {
        font-size: 18px !important;
        font-weight: 800;
        color: var(--white);
        margin: 0;
        line-height: 1.3;
        letter-spacing: -0.2px;
    }

    .shivir-details-main-card, .shivir-cta-sidebar-card {
        background: var(--white);
        border-radius: 20px;
        padding: 18px 16px;
        box-shadow: 0 4px 15px rgba(8, 43, 78, 0.02);
        border: 1px solid #edf2f7;
    }

    .meta-strip-item {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #f4f6f9;
        padding: 10px 14px;
        border-radius: 12px;
        width: 100%;
    }

    .meta-strip-item i { font-size: 16px; }
    .meta-strip-item span { font-size: 10px; text-transform: uppercase; color: var(--text-muted); display: block; font-weight: 600; }
    .meta-strip-item h6 { font-size: 13px; margin: 0; font-weight: 700; color: var(--dark); }

    .event-rich-description-content h4 { font-size: 16px !important; font-weight: 800; }
    .description-text-para { font-size: 13px !important; color: #4a5568; line-height: 1.6; }

    .shivir-cta-sidebar-card { margin-top: 4px; }
    .cta-price-tag-row h3 { font-size: 20px !important; font-weight: 800; color: var(--primary); margin: 2px 0 0 0; }
    .cta-perks-list { margin: 12px 0 !important; }
    .perk-item { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 12px; font-weight: 600; }

    .btn-app-action-primary, .btn-app-action-disabled {
        width: 100%; padding: 12px; border-radius: 12px; font-size: 14px; font-weight: 700;
        display: flex; align-items: center; justify-content: center; border: none;
    }
    .btn-app-action-primary {
        background: linear-gradient(135deg, var(--secondary) 0%, #d49400 100%);
        color: var(--white) !important; box-shadow: 0 4px 12px rgba(242, 169, 0, 0.2);
    }
    .btn-app-action-disabled { background: #e2e8f0; color: #94a3b8 !important; }
}

/* ==========================================================================
   CREATIVE ABOUT PORTAL INTEGRATION STYLES
   ========================================================================== */
.about-page-content {
  padding: 40px 0 80px 0 !important;
}

/* Base structural layout containers formatting */
.shivir-about-main-card {
  padding: 10px 0;
}

.shivir-about-main-card .section-title {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: var(--dark);
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-top: 8px;
}

.about-rich-text p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: justify;
}

/* Widescreen Media Display Layout Brackets */
.about-image-frame-wrapper {
  position: relative;
  width: 100%;
  padding: 10px;
}

.about-portal-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--card-shadow);
  position: relative;
  z-index: 2;
}

.image-accent-shield {
  position: absolute;
  top: 30px;
  left: -10px;
  width: 60%;
  height: 80%;
  background: linear-gradient(135deg, rgba(13, 111, 184, 0.1) 0%, rgba(8, 43, 78, 0.05) 100%);
  border-radius: 28px;
  z-index: 1;
}

/* App-portal MVV Dashboard Block Cards Matrix */
.mvv-app-card {
  background: var(--white);
  border-radius: 24px;
  padding: 30px;
  box-shadow: var(--card-shadow);
  border: 1px solid #edf2f7;
  height: 100%;
  transition: var(--transition);
}

.mvv-app-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(8, 43, 78, 0.08);
}

.mvv-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

/* Asymmetric Accent Multi-Tints inside MVV container elements */
.mvv-icon-box.m-1 { background: rgba(13, 111, 184, 0.08); color: var(--primary); }
.mvv-icon-box.m-2 { background: rgba(242, 169, 0, 0.08); color: var(--secondary); }
.mvv-icon-box.m-3 { background: rgba(16, 185, 129, 0.08); color: #10b981; }

.mvv-app-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.mvv-app-card p {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* --- Mobile Breakpoint Custom Space Optimizations (Max-Width: 768px) --- */
@media(max-width: 768px) {
    .about-page-content {
        padding: 16px 4px 60px 4px !important;
    }

    .shivir-about-main-card .section-title {
        font-size: 22px !important;
        letter-spacing: -0.3px;
    }

    .about-rich-text p {
        font-size: 13px !important;
        line-height: 1.6;
    }

    .about-portal-img {
        height: 240px !important; /* Compact crop box prevents excessive phone viewport scrolling */
        border-radius: 20px;
    }

    .image-accent-shield { display: none !important; } /* Strips desktop structural design assets */

    .app-mvv-grid {
        margin-top: 12px !important;
    }

    .mvv-app-card {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .mvv-icon-box {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .mvv-app-card h5 {
        font-size: 15px !important;
    }

    .mvv-app-card p {
        font-size: 12px !important;
        line-height: 1.5;
    }
}

/* ==========================================================================
   CREATIVE GALLERY PORTAL ARCHITECTURE STYLES
   ========================================================================== */
.gallery-page-content {
  padding: 40px 0 80px 0 !important;
}

/* --- Widescreen Laptop Presentation Elements (Min-Width: 769px) --- */
@media(min-width: 769px) {
    .gallery-intro-header {
        text-align: left !important;
        margin-bottom: 45px !important;
    }

    .gallery-intro-header h2 {
        font-size: 28px !important;
        font-weight: 800;
        margin-bottom: 8px !important;
    }

    .gallery-intro-header .section-subtitle-text {
        font-size: 15px;
        color: var(--text-muted);
        margin: 0;
    }

    /* Desktop Luxury Dynamic Gallery Grid Elements */
    .shivir-gallery-interactive-card {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: var(--card-shadow);
        border: 1px solid #edf2f7;
        background: var(--white);
        height: 260px; /* Fixed proportional square block ratio depth on laptop screens */
    }

    .gallery-portal-thumb {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .shivir-gallery-interactive-card:hover .gallery-portal-thumb {
        transform: scale(1.05);
    }

    /* Soft overlay grid mask appearing gracefully on mouse hover */
    .gallery-hover-mask {
        position: absolute;
        top: 0; left: 0; width: 100%; height: 100%;
        background: rgba(8, 43, 78, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 5;
    }

    .shivir-gallery-interactive-card:hover .gallery-hover-mask {
        opacity: 1;
    }

    .gallery-hover-mask i {
        color: var(--white);
        font-size: 26px;
        transform: scale(0.8);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .shivir-gallery-interactive-card:hover .gallery-hover-mask i {
        transform: scale(1);
    }
}

/* --- Premium App Layout Interceptions for Smart Phone Screens (Max-Width: 768px) --- */
@media(max-width: 768px) {
    .gallery-page-content {
        padding: 16px 4px 60px 4px !important;
    }

    .gallery-intro-header h2 {
        font-size: 20px !important;
        font-weight: 800;
        margin-bottom: 4px !important;
        text-align: left;
    }
    
    .gallery-intro-header p {
        font-size: 12px !important;
        margin: 0 0 10px 0 !important;
        text-align: left;
    }

    /* Fluid App Media Stream: Locked at a uniform 3-column micro-grid structure */
    .shivir-gallery-interactive-card {
        position: relative;
        border-radius: 12px !important; /* Compact curve profiles look cleaner on dense mobile grids */
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(8, 43, 78, 0.02);
        border: 1px solid #edf2f7;
        height: 100px; /* Constrains thumbnails symmetrically across device sizes */
    }

    .gallery-portal-thumb {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .gallery-hover-mask {
        display: none !important; /* Hides heavy interaction desktop masks on touch viewports */
    }
}

/* ==========================================================================
   CREATIVE DOCUMENTS PORTAL ARCHITECTURE STYLES
   ========================================================================== */
.docs-page-content {
  padding: 40px 0 80px 0 !important;
}

.shivir-doc-anchor-wrapper {
  display: block;
  text-decoration: none !important;
  color: inherit;
  height: 100%;
}

/* --- Widescreen Laptop Presentation Elements (Min-Width: 769px) --- */
@media(min-width: 769px) {
    .docs-intro-header {
        text-align: left !important;
        margin-bottom: 45px !important;
    }

    .docs-intro-header h2 {
        font-size: 28px !important;
        font-weight: 800;
        margin-bottom: 8px !important;
    }

    .docs-intro-header .section-subtitle-text {
        font-size: 15px;
        color: var(--text-muted);
        margin: 0;
    }

    /* Elegant Desktop Document Card */
    .shivir-doc-glass-card {
        background: var(--white);
        border-radius: 24px;
        padding: 24px;
        box-shadow: var(--card-shadow);
        border: 1px solid #edf2f7;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        position: relative;
        overflow: hidden;
        transition: var(--transition);
    }

    .shivir-doc-glass-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(8, 43, 78, 0.08);
        border-color: rgba(13, 111, 184, 0.2);
    }

    .doc-card-badge {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        background: rgba(239, 68, 68, 0.08); /* Sophisticated PDF red translucent tint */
        color: #ef4444;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        position: relative;
    }

    .file-type-tag {
        font-size: 9px;
        font-weight: 800;
        text-transform: uppercase;
        margin-top: -2px;
    }

    .doc-card-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
    }

    .doc-title {
        font-size: 17px;
        font-weight: 700;
        color: var(--dark);
        line-height: 1.4;
        margin: 0 0 16px 0;
    }

    .doc-action-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 13px;
        font-weight: 700;
        color: var(--primary);
        border-top: 1px solid #f1f5f9;
        padding-top: 14px;
        margin-top: auto;
    }

    .doc-action-footer i {
        font-size: 12px;
        transition: transform 0.3s ease;
    }

    .shivir-doc-glass-card:hover .doc-action-footer i {
        transform: translate(2px, -2px);
    }
}

/* --- Mobile App Layout Interceptions (Max-Width: 768px) --- */
@media(max-width: 768px) {
    .docs-page-content {
        padding: 16px 8px 60px 8px !important;
    }

    .docs-intro-header h2 {
        font-size: 20px !important;
        font-weight: 800;
        margin-bottom: 4px !important;
        text-align: left;
    }
    
    .docs-intro-header p {
        font-size: 12px !important;
        margin: 0 0 10px 0 !important;
        text-align: left;
    }

    /* Fixed mobile native app row card format mapping */
    .doc-app-card {
        background: var(--white) !important;
        border-radius: 18px !important;
        display: flex;
        align-items: center;
        padding: 12px;
        box-shadow: 0 4px 15px rgba(8, 43, 78, 0.02) !important;
        border: 1px solid #edf2f7;
        gap: 14px;
        margin-bottom: 4px;
    }

    .doc-app-icon-frame {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: rgba(239, 68, 68, 0.08);
        color: #ef4444;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        flex-shrink: 0;
    }

    .doc-app-card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        overflow: hidden;
    }

    .doc-app-card h5 {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: var(--dark);
        margin: 0 0 2px 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .doc-app-card p {
        font-size: 11px !important;
        color: var(--text-muted);
        margin: 0 0 3px 0 !important;
        font-weight: 500;
    }

    .mobile-action-link {
        font-size: 11px !important;
        font-weight: 700;
        color: var(--primary);
        display: flex;
        align-items: center;
    }
    
    .mobile-action-link i {
        font-size: 9px !important;
    }
}

/* ==========================================================================
   INDEX MASTER LAYOUT COUNTERS MATRICES
   ========================================================================== */
.app-stats-grid {
    width: 100% !important;
    margin: 0 auto !important;
}

.stat-card.secure-stat h2 {
    color: #10b981 !with-color;
    color: #10b981 !important; 
}

/* --- Mobile Breakpoint Framework Overrides (Max-Width: 768px) --- */
@media(max-width: 768px) {
    .app-stats-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        padding: 0 4px !important;
    }

    /* Enforces 3 items to anchor strictly across 1 line horizon path width */
    .app-stats-grid .col-4 {
        width: 33.333% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333% !important;
    }

    .app-stats-grid .stat-card {
        background: var(--white) !important;
        border-radius: 14px !important;
        padding: 12px 4px !important;
        text-align: center;
        box-shadow: 0 4px 12px rgba(8, 43, 78, 0.02) !important;
        border: 1px solid #edf2f7;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .app-stats-grid .stat-card h2 {
        font-size: 18px !important;
        font-weight: 800 !important;
        margin-bottom: 0px !important;
        line-height: 1.2;
    }

    .app-stats-grid .stat-card p {
        font-size: 8.5px !important;
        font-weight: 700 !important;
        color: var(--text-muted);
        text-transform: uppercase;
        letter-spacing: 0.1px;
        margin: 2px 0 0 0 !important;
    }
}

/* ==========================================================================
   ADMIN PERFORMANCE DASHBOARD STYLING
   ========================================================================== */
.fw-extrabold { font-weight: 800 !important; }
.bg-primary-subtle { background-color: rgba(13, 111, 184, 0.08) !important; }
.bg-success-subtle { background-color: rgba(16, 185, 129, 0.08) !important; }
.bg-danger-subtle { background-color: rgba(239, 68, 68, 0.08) !important; }
.bg-warning-subtle { background-color: rgba(242, 169, 0, 0.08) !important; }

.dashboard-stat-card {
    transition: transform 0.25s ease;
}
.dashboard-stat-card:hover {
    transform: translateY(-4px);
}

.dashboard-widget-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.action-hub-link {
    transition: all 0.2s ease;
    text-decoration: none !important;
}
.action-hub-link:hover {
    background: #fff !important;
    border-color: var(--primary) !important;
    box-shadow: 0 6px 15px rgba(13, 111, 184, 0.05);
}

/* Timeline Track Indicators */
.timeline-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}