body{
    background: #090452 !important;
}

/* Custom Variables for About/Corporate Theme */
:root {
    --bg-dark-blue: #0a1128;
    --editorial-silver: #e2e8f0;
    --editorial-muted: #718096;
    --border-editorial-line: rgba(255, 255, 255, 0.04);
}

/* SECTION 1: About Hero Manifesto Style */
.about-hero-editorial {
    max-width: 1000px; /* Centered compact readable width */
    margin: 80px auto 40px auto;
    padding: 0 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
}

.about-hero-inner {
    text-align: left;
    border-bottom: 1px solid var(--border-editorial-line);
    padding-bottom: 50px;
}

.editorial-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.4;
    font-weight: 700;
    font-family: monospace;
}

.about-hero-inner h1 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 15px 0;
    letter-spacing: -1px;
}

.editorial-manifesto {
    font-size: 20px;
    line-height: 1.6;
    color: var(--editorial-silver);
    max-width: 800px;
    margin: 0 0 45px 0;
    font-weight: 400;
}

/* Stat Counters Array */
.about-stats-row {
    display: flex;
    gap: 50px;
}

.stat-counter-box {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.stat-number {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    font-family: monospace;
}

.stat-label {
    font-size: 12px;
    color: var(--editorial-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
    font-weight: 600;
}

/* SECTION 2: Three-Pillar Transparency Grid */
.about-pillars-section {
    max-width: 1000px;
    margin: 60px auto 100px auto;
    padding: 0 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
}

.pillars-section-title h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.4;
    margin-bottom: 35px;
    text-align: left;
    font-family: monospace;
}

.pillars-flex-container {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.pillar-document-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid var(--border-editorial-line);
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    transition: background 0.2s ease;
}

.pillar-document-card:hover {
    background: rgba(255, 255, 255, 0.02);
}

.pillar-num-header {
    font-size: 11px;
    font-family: monospace;
    color: var(--editorial-silver);
    opacity: 0.5;
    margin-bottom: 15px;
}

.pillar-document-card h4 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 12px 0;
    font-weight: 700;
}

.pillar-document-card p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--editorial-muted);
    margin: 0;
}

/* ==========================================================================
   ANTI-SQUEEZE RESPONSIVE ARCHITECTURE (MOBILE FALLBACK ENGINE)
   ========================================================================== */
@media (max-width: 800px) {
    .about-hero-inner h1 {
        font-size: 32px;
    }
    
    .editorial-manifesto {
        font-size: 17px;
    }

    /* Stats flex breaks safely into continuous individual rows row lines */
    .about-stats-row {
        gap: 30px;
        flex-wrap: wrap;
    }

    /* Vertical conversion loop for informational pillars */
    .pillars-flex-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .pillar-document-card {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .about-stats-row {
        flex-direction: column;
        gap: 20px;
    }
}
.ceo-profile-card {
    max-width: 1000px;
    margin: 60px auto;
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.ceo-image-box {
    width: 180px;
    height: 180px;
    border-radius: 50%; /* Round elegant profile pic frame */
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.ceo-pic {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Face landscape perfectly fit space loop */
}

.ceo-message-box {
    text-align: left;
}

.ceo-title {
    font-size: 11px;
    text-transform: uppercase;
    color: #cbd5e0;
    opacity: 0.5;
    letter-spacing: 2px;
    font-family: monospace;
}

.ceo-message-box h2 {
    font-size: 26px;
    color: #ffffff;
    margin: 6px 0 15px 0;
}

.ceo-speech {
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5e0;
    font-style: italic;
    margin: 0 0 15px 0;
}

.ceo-name {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

/* 100% Secure Mobile Flat view System */
@media (max-width: 768px) {
    .ceo-profile-card {
        flex-direction: column; /* Desktop horizontal flips safely straight down vertical */
        text-align: center;
        padding: 30px 20px;
    }
    
    .ceo-message-box {
        text-align: center;
    }
    
    .ceo-image-box {
        margin: 0 auto;
    }
}
/* Core Layout System Variables */
:root {
    --bg-dark-blue: #0a1128;
    --text-silver-white: #f1f5f9;
    --text-slate-muted: #94a3b8;
    --border-glass-line: rgba(255, 255, 255, 0.04);
}

.privacy-document-layout {
    width: 100%;
    padding: 80px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.privacy-container-box {
    max-width: 820px; /* Perfect technical width for clear reading loops */
    width: 100%;
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid var(--border-glass-line);
    border-radius: 16px;
    padding: 50px;
    box-sizing: border-box;
}

/* Header Typography Setup */
.privacy-text-header {
    text-align: left;
    border-bottom: 1px solid var(--border-glass-line);
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.privacy-meta-date {
    font-size: 11px;
    font-family: monospace;
    color: var(--text-slate-muted);
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.privacy-text-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin: 10px 0;
    letter-spacing: -0.5px;
}

.privacy-text-header p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-slate-muted);
    margin: 0;
}

/* Inner Core Content Text Formatting */
.privacy-main-body-text {
    text-align: left;
    color: var(--text-slate-muted);
}

.privacy-main-body-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-silver-white);
    margin: 40px 0 15px 0;
    letter-spacing: -0.2px;
}

.privacy-main-body-text p {
    font-size: 15.5px;
    line-height: 1.75; /* Professional line height prevents strain on eyes */
    color: var(--text-slate-muted);
    margin: 0 0 22px 0;
}

/* Hyperlinks inside privacy codes if you add direct URLs later */
.privacy-main-body-text a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.privacy-main-body-text a:hover {
    color: #d4af37; /* Elegant gold transition focus */
}

/* ==========================================================================
   ANTI-COMPRESSION INTERFACE SAFE ZONE (MOBILE RESPONSIVE ENGINE)
   ========================================================================== */
@media (max-width: 768px) {
    .privacy-container-box {
        padding: 30px 20px; /* Shift padding inside to prevent edge squishing */
        border: none; /* Disables outer borders on small frames to free screen layout space */
        background: transparent !important;
    }

    .privacy-text-header h2 {
        font-size: 26px; /* Automatic fluid scale sizing */
    }

    .privacy-main-body-text h3 {
        font-size: 18px;
        margin: 30px 0 12px 0;
    }

    .privacy-main-body-text p {
        font-size: 14.5px; /* Clean readable smartphone scale display font */
    }
}
/* Core Layout System Variables */
:root {
    --bg-dark-blue: #0a1128;
    --text-silver-white: #f1f5f9;
    --text-slate-muted: #94a3b8;
    --border-glass-line: rgba(255, 255, 255, 0.04);
}

.terms-document-layout {
    width: 100%;
    padding: 80px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.terms-container-box {
    max-width: 820px; /* Perfect technical width for clear reading loops */
    width: 100%;
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid var(--border-glass-line);
    border-radius: 16px;
    padding: 50px;
    box-sizing: border-box;
}

/* Header Typography Setup */
.terms-text-header {
    text-align: left;
    border-bottom: 1px solid var(--border-glass-line);
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.terms-meta-date {
    font-size: 11px;
    font-family: monospace;
    color: var(--text-slate-muted);
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.terms-text-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin: 10px 0;
    letter-spacing: -0.5px;
}

.terms-text-header p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-slate-muted);
    margin: 0;
}

/* Inner Core Content Text Formatting */
.terms-main-body-text {
    text-align: left;
    color: var(--text-slate-muted);
}

.terms-main-body-text h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-silver-white);
    margin: 40px 0 15px 0;
    letter-spacing: -0.2px;
}

.terms-main-body-text p {
    font-size: 15.5px;
    line-height: 1.75; /* Professional line height prevents strain on eyes */
    color: var(--text-slate-muted);
    margin: 0 0 22px 0;
}

/* Hyperlinks inside terms codes if you add links later */
.terms-main-body-text a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.terms-main-body-text a:hover {
    color: #d4af37; /* Elegant gold transition focus */
}

/* ==========================================================================
   ANTI-COMPRESSION INTERFACE SAFE ZONE (MOBILE RESPONSIVE ENGINE)
   ========================================================================== */
@media (max-width: 768px) {
    .terms-container-box {
        padding: 30px 20px; /* Shift padding inside to prevent edge squishing */
        border: none; /* Disables outer borders on small frames to free screen layout space */
        background: transparent !important;
    }

    .terms-text-header h2 {
        font-size: 26px; /* Automatic fluid scale sizing */
    }

    .terms-main-body-text h3 {
        font-size: 18px;
        margin: 30px 0 12px 0;
    }

    .terms-main-body-text p {
        font-size: 14.5px; /* Clean readable smartphone scale display font */
    }
}
/* Core Framework Variables for Contact Interface */
:root {
    --bg-dark-blue: #0a1128;
    --gold-accent: #d4af37;
    --gold-glow-tint: rgba(212, 175, 55, 0.15);
    --border-glass-line: rgba(255, 255, 255, 0.05);
    --text-slate-muted: #94a3b8;
}

.contact-terminal-layout {
    width: 100%;
    padding: 80px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.contact-terminal-box {
    max-width: 720px; /* Clean focused grid width layout rules */
    width: 100%;
    background: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid var(--border-glass-line);
    border-radius: 16px;
    padding: 45px;
    box-sizing: border-box;
}

/* Terminal Header Setup */
.terminal-text-header {
    text-align: left;
    border-bottom: 1px solid var(--border-glass-line);
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.terminal-meta-tag {
    font-size: 11px;
    font-family: monospace;
    color: var(--gold-accent);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.terminal-text-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 8px 0;
    letter-spacing: -0.5px;
}

.terminal-text-header p {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--text-slate-muted);
    margin: 0;
}

/* Form Fields Input Layout Matrices */
.terminal-form-grid {
    display: flex;
    flex-direction: column;
    gap: 24px; /* Space between each form rows lines fields */
}

.terminal-field-row {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
}

.terminal-field-row label {
    font-size: 12.5px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.terminal-field-row input,
.terminal-field-row textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-glass-line);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 15px;
    color: #ffffff;
    outline: none;
    box-sizing: border-box;
    font-family: inherit;
    transition: all 0.3s ease;
}

.terminal-field-row input::placeholder,
.terminal-field-row textarea::placeholder {
    color: #4a5568;
}

/* Focus Input States Overrides */
.terminal-field-row input:focus,
.terminal-field-row textarea:focus {
    border-color: var(--gold-accent);
    box-shadow: 0 0 15px var(--gold-glow-tint);
    background: rgba(0, 0, 0, 0.3);
}

/* Heavy Action Transmit Button linked configuration style */
.terminal-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gold-accent);
    color: #000000;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-size: 14.5px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.terminal-action-btn:hover {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.terminal-action-btn svg {
    transition: transform 0.2s ease;
}
.terminal-action-btn:hover svg {
    transform: translateX(4px);
}

/* Live Javascript submit alert indicators boxes */
.terminal-status-notifier {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: none;
}
.terminal-status-notifier.success { display: block; color: var(--gold-accent); }
.terminal-status-notifier.error { display: block; color: #ff4a4a; }

/* ==========================================================================
   ANTI-COMPRESSION TERMINAL RESPONSIVE CODES (MOBILE BREAKPOINT ENGINE)
   ========================================================================== */
@media (max-width: 768px) {
    .contact-terminal-box {
        padding: 30px 20px;
        border: none; /* Disables frame borders on tiny screens to optimize spacing */
        background: transparent !important;
    }

    .terminal-text-header h2 {
        font-size: 26px;
    }
}


@import url('https://googleapis.com');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; background-color: #f8fafc; color: #1e293b; line-height: 1.6; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* Hero */
.about-hero { background: transparent; color: #ffffff; text-align: center; padding: 60px 0; }
.about-hero h1 { font-size: 2.3rem; font-weight: 700; margin-bottom: 10px; }
.about-hero p { font-size: 1.05rem; color: #94a3b8; max-width: 650px; margin: 0 auto; }

/* Main Section Layout */
.team-section { padding: 40px 0; }
.section-divider { width: 100%; max-width: 950px; margin: 40px auto 20px auto; border-bottom: 2px solid #e2e8f0; padding-bottom: 8px; }
.section-divider h3 { color: #475569; font-size: 1.25rem; font-weight: 600; }

/* Chairman Center Alignment */
.leader-row { display: flex; justify-content: center; margin-bottom: 30px; }
.leader-card { display: flex; background: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); max-width: 950px; width: 100%; overflow: hidden; align-items: center; }
.leader-card .img-box { width: 200px; height: 240px; flex-shrink: 0; }
.leader-card .img-box img { width: 100%; height: 100%; object-fit: cover; }
.leader-details { padding: 30px; }
.leader-details h2 { color: #0f172a; font-size: 1.6rem; }
.leader-details h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; }
.blue-border { border: 1px solid #e2e8f0; border-left: 6px solid #2563eb; } .blue-border h3 { color: #2563eb; }

/* 3 Column Team Grid Settings */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 950px; margin: 0 auto; }
.team-card { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); overflow: hidden; border: 1px solid #e2e8f0; transition: transform 0.2s; }
.team-card:hover { transform: translateY(-3px); }
.img-box-grid { height: 200px; width: 100%; background-color: #f1f5f9; }
.img-box-grid img { width: 100%; height: 100%; object-fit: cover; }
.card-info { padding: 15px; text-align: center; }
.card-info h4 { color: #0f172a; font-size: 1.1rem; font-weight: 600; }
.card-info h5 { color: #2563eb; font-size: 0.9rem; margin-bottom: 6px; }
.card-info p { font-size: 0.85rem; color: #64748b; line-height: 1.5; }

/* Social Icons */
.social-links a { color: #64748b; margin-right: 12px; font-size: 1.1rem; text-decoration: none; }
.social-links a:hover { color: #2563eb; }

/* Legal Footer */
.main-footer { background-color: #0f172a; color: #ffffff; padding: 30px 0; text-align: center; margin-top: 50px; }
.footer-container { display: flex; flex-direction: column; gap: 10px; }
.legal-disclosure { font-size: 11px; color: #94a3b8; max-width: 950px; line-height: 1.5; border-top: 1px solid #334155; padding-top: 10px; text-align: center; }

/* Tablet & Mobile Breakpoints */
@media (max-width: 900px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .leader-card { flex-direction: column; text-align: center; }
    .leader-card .img-box { width: 100%; height: 200px; }
    .team-grid { grid-template-columns: 1fr; }
}


.article-about{
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.artcle-about-heading{
    color: white;

}
.article-about h4{
    color: white;
}
.article-about{
    color: white;
}
