/* =======================================================
   COMBINED MASTER CSS — DELECON® COMMERCIAL
   ======================================================= */

/* MAIN WRAP & LAYOUT */
.office-main { background: #f3f5fb; padding: 18px 0 40px; font-family: sans-serif; }
.office-shell { max-width: 1180px; margin: 0 auto; padding: 0 14px; }

.office-layout { 
    display: grid; 
    grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr); 
    gap: 22px; 
}

@media (max-width: 960px) { .office-layout { grid-template-columns: 1fr; } }

/* HERO SECTION */
.office-hero { margin-bottom: 28px; }
.office-hero-video { 
    border-radius: 24px; overflow: hidden; 
    box-shadow: 0 16px 40px rgba(0,0,0,0.22); 
    margin-bottom: 18px; background: #000; position: relative;
}
.office-hero-video img { width: 100%; display: block; object-fit: cover; }

.play-btn {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 78px; height: 78px;
    border-radius: 50%; background: rgba(0,0,0,0.55);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 42px; transition: 0.3s;
}
.office-hero-video a:hover .play-btn { background: #c5a059; transform: translate(-50%, -50%) scale(1.1); }

.office-hero-card { 
    background: #fff; border-radius: 26px; padding: 22px; 
    box-shadow: 0 16px 40px rgba(0,0,0,0.08); 
}
.office-breadcrumbs { font-size: 0.8rem; color: #6b7280; margin-bottom: 6px; }
.office-hero-card h1 { font-size: 2rem; color: #0f172a; margin: 0 0 10px; }

/* CONTENT CARDS */
.office-card { 
    background: #fff; border-radius: 26px; padding: 22px; 
    margin-bottom: 20px; box-shadow: 0 18px 40px rgba(15,23,42,0.08); 
}
.office-card h2 { color: #020617; font-size: 1.35rem; margin-bottom: 15px; }
.office-item h3 { color: #c5a059; font-size: 1.1rem; margin-bottom: 8px; }
.office-grid { display: grid; gap: 14px; }

@media (min-width: 768px) { .office-grid { grid-template-columns: repeat(2, 1fr); } }

/* CITY CARDS */
.office-city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.office-city-card { 
    position: relative; background: #fff; border-radius: 20px; 
    padding: 20px 20px 20px 28px; box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-left: 4px solid #c5a059; transition: 0.3s;
}
.office-city-card:hover { transform: translateY(-5px); }
.office-city-card h3 { color: #0b3c88; margin-bottom: 5px; }

/* SIDEBAR & PILLS */
.office-sidebar { display: flex; flex-direction: column; gap: 18px; }
.office-sidebar-box { 
    background: #fff; border-radius: 24px; padding: 25px; 
    box-shadow: 0 18px 40px rgba(15,23,42,0.08); border: 1px solid #eee;
}
.office-sidebar-primary { 
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%); color: #fff; border: none; 
}
.office-sidebar-primary h3 { color: #fff !important; }

.office-pill {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: #c5a059; color: #000 !important; font-weight: 600;
    padding: 12px; border-radius: 50px; margin-top: 15px; transition: 0.3s; text-decoration: none;
}
.office-pill:hover { background: #fff; color: #c5a059 !important; }

/* FAQ */
.office-faq details { border-radius: 15px; border: 1px solid #e5e7eb; padding: 12px; margin-bottom: 10px; background: #f9fafb; }
.office-faq summary { cursor: pointer; font-weight: 600; list-style: none; }
.office-faq summary::before { content: "▸"; color: #c5a059; margin-right: 8px; }

/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
    .office-hero-card h1 { font-size: 1.5rem; }
    .office-hero-video .play-btn { width: 58px; height: 58px; font-size: 30px; }
}
/* =======================================================
   CLEAN AUTHORITY DOCKED STYLE (NO OVERRIDES)
   ======================================================= */
.office-main .authority-hero {
    position: relative;
    width: 100%;
    max-width: 1180px;
    height: 450px;
    margin: 30px auto;
    border-radius: 26px;
    overflow: hidden; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    background: #000;
}

.office-main .authority-hero video { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
}

/* THE DOCKED DOCK — INTEGRATED GOLD BAND */
.office-main .authority-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75); 
    backdrop-filter: blur(12px); 
    padding: 25px 35px;
    border-top: 4px solid #c5a059; /* GOLD BAND AS BORDER */
}

.office-main .authority-overlay h1 {
    color: #fff;
    margin: 0;
    font-size: 2.2rem;
    font-weight: 800;
}

.office-main .authority-overlay p {
    color: #c5a059; 
    margin: 5px 0 0;
    font-weight: 700;
    text-transform: uppercase;
}

/* CLEAN IMAGE ROUNDING */
.office-main .misstep-main-img {
    width: 100%;
    max-width: 1100px;
    display: block;
    margin: 30px auto;
    border-radius: 26px; 
    border: 3px solid #c5a059;
    overflow: hidden;
}

@media (max-width: 768px) {
    .office-main .authority-hero { height: 300px; }
    .office-main .authority-overlay h1 { font-size: 1.5rem; }
}/* FORCE THE OVERLAY TO BE A SLIM STRIP */
.office-main .authority-overlay.slim-dock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 15px 30px; /* Thinner padding */
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%);
    backdrop-filter: blur(8px);
    border-top: 4px solid #c5a059;
    z-index: 5;
}

.office-main .authority-overlay.slim-dock h1 {
    font-size: 1.6rem; /* Smaller font to save space */
    line-height: 1.2;
    margin: 0;
}

.office-main .authority-overlay.slim-dock .sub-gold {
    color: #c5a059;
    font-size: 0.9em;
}

/* MOBILE FIX: NO MORE OVERLAPPING */
@media (max-width: 768px) {
    .office-main .authority-hero {
        height: 350px !important; /* Give video more room */
    }
    .office-main .authority-overlay.slim-dock {
        padding: 10px 15px;
    }
    .office-main .authority-overlay.slim-dock h1 {
        font-size: 1.1rem;
    }
    .office-main .authority-overlay.slim-dock p {
        font-size: 0.75rem;
        display: block; /* Ensures it stays below H1 */
    }
}/* INCREASED HERO HEIGHT FOR NATIONAL AUTHORITY */
.authority-hero.static-hero {
    position: relative;
    width: 100%;
    height: 600px; /* Increased from 450px */
    background: #000;
    overflow: hidden;
    border-radius: 26px;
    margin-bottom: 30px;
}

.hero-static-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills the larger height without stretching */
    display: block;
    opacity: 0.9;
}

/* MOBILE ADJUSTMENT: Maintain balance on small screens */
@media (max-width: 768px) {
    .authority-hero.static-hero {
        height: 380px !important; /* Increased from 300px for mobile impact */
    }
}


    /* Process Specific Styling */
    .process-list { list-style: none; padding: 0; }
    .process-step { margin-bottom: 25px; padding-left: 50px; position: relative; }
    .process-step::before { 
        content: attr(data-step); 
        position: absolute; left: 0; top: 0; 
        width: 35px; height: 35px; background: #c5a059; 
        color: #fff; border-radius: 50%; display: flex; 
        align-items: center; justify-content: center; font-weight: 700; 
    }
    .process-step strong { color: #111; display: block; font-size: 17px; margin-bottom: 5px; }
    .process-step p { font-size: 14px; color: #555; margin: 0; line-height: 1.6; }
    
    .svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 15px; margin-top: 20px; }
    .svc-card { background: #fff; padding: 20px; border-radius: 12px; text-align: center; text-decoration: none; border: 1px solid #eee; transition: 0.3s; }
    .svc-card:hover { border-color: #c5a059; transform: translateY(-5px); }
    .svc-icon { font-size: 24px; color: #c5a059; margin-bottom: 10px; display: block; }
    .svc-title { font-weight: 600; font-size: 14px; color: #111; }
    .svc-note { font-size: 11px; color: #777; margin-top: 4px; }
/* FIXED ALIGNMENT FOR GLOBAL PROTOCOL */
.global-rules { 
    background: #111; 
    color: #fff; 
    padding: 30px; 
    border-radius: 20px; 
    border-left: 6px solid #c5a059; 
    margin-top: 25px; 
}

.global-rules h3 { 
    color: #c5a059; 
    margin: 0 0 20px 0; 
    font-size: 1.3rem; 
    text-transform: uppercase;
    letter-spacing: 1px;
}

.global-rules ul { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.global-rules li { 
    display: grid;
    grid-template-columns: 40px 200px 1fr; /* Fixed columns for Icon, Label, and Text */
    align-items: start;
    margin-bottom: 15px;
    line-height: 1.5;
}

.global-rules li::before { 
    content: "✓"; 
    color: #c5a059; 
    font-weight: 900; 
    font-size: 18px;
}

.global-rules li strong { 
    color: #c5a059; 
    font-size: 14px;
    padding-right: 15px;
}

.global-rules li span {
    font-size: 14px;
    color: #eee;
}

/* MOBILE FIX: Stack them when screen is too narrow */
@media (max-width: 768px) {
    .global-rules li {
        grid-template-columns: 30px 1fr;
    }
    .global-rules li strong {
        grid-column: 2;
        margin-bottom: 5px;
    }
    .global-rules li span {
        grid-column: 2;
    }
}
/* DASHBOARD ARCHITECTURE - DELECON® STANDARD */
.vashi-container { max-width: 1200px; margin: 0 auto; padding: 15px; font-family: 'Poppins', sans-serif; }
.d-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 15px; }

.d-card { 
    background: #fff; 
    border: 1px solid #e2e8f0; 
    border-radius: 12px; 
    padding: 20px; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.05); 
}

.hero-gradient { 
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); 
    color: #fff; 
    grid-column: span 2; 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 40px;
}

.gold-clr { color: #c5a059; }
.btn-gold { background: #c5a059; color: #fff; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 14px; transition: 0.3s; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(197, 160, 89, 0.3); }

.matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 15px; }
.matrix a { background: #f8fafc; padding: 12px; border-radius: 8px; font-size: 12px; text-decoration: none; color: #334155; border: 1px solid #e2e8f0; font-weight: 600; text-align: center; transition: 0.2s; }
.matrix a:hover { background: #0f172a; color: #fff; border-color: #0f172a; }

@media (max-width: 850px) { 
    .d-grid, .matrix { grid-template-columns: 1fr; } 
    .hero-gradient { flex-direction: column; text-align: center; gap: 20px; } 
}