/* ============================================
   OMOHA GLOBAL GROUP LTD — Main Stylesheet
   ============================================ */

:root {
    --primary-dark: #0f172a;
    --secondary-dark: #1a1a2e;
    --gold: #D4AF37;
    --gold-light: #f0c040;
    --blue: #1e40af;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-hover: rgba(255, 255, 255, 0.08);
    --text-light: rgba(255, 255, 255, 0.92);
    --text-muted: rgba(255, 255, 255, 0.55);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(135deg, #0f172a 0%, #1a1a2e 60%, #0d1117 100%);
    min-height: 100vh;
    color: var(--text-light);
    background-attachment: fixed;
}

/* ====== NAVBAR ====== */
.ogg-navbar {
    background: rgba(15, 23, 42, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.ogg-brand { font-family: 'Plus Jakarta Sans', sans-serif; text-decoration: none; line-height: 1.2; }
.brand-omoha { color: var(--gold); font-weight: 800; font-size: 1.5rem; letter-spacing: 2px; }
.brand-global { color: white; font-weight: 600; font-size: 1rem; }
.brand-ltd { color: var(--text-muted); font-size: 0.75rem; font-weight: 400; display: block; }

.ogg-navbar .nav-link {
    color: var(--text-light) !important;
    font-weight: 500;
    padding: 8px 16px !important;
    border-radius: 8px;
    transition: all 0.25s;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}
.ogg-navbar .nav-link:hover,
.ogg-navbar .nav-link.active {
    color: var(--gold) !important;
    background: rgba(212, 175, 55, 0.08);
}

/* ====== HERO ====== */
.hero-section {
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(212, 175, 55, 0.07) 0%, transparent 70%);
    pointer-events: none;
}

.hero-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.28);
    color: var(--gold);
    padding: 7px 22px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2.4rem, 6vw, 4.2rem);
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 14px;
    text-shadow: 0 0 60px rgba(212, 175, 55, 0.2);
}

.hero-title .gold-text {
    color: var(--gold);
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
}

.hero-tagline {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    color: var(--text-muted);
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-tagline .tagline-dot { color: rgba(212, 175, 55, 0.4); }
.hero-tagline .tagline-item { color: var(--gold-light); font-weight: 600; }

.hero-description {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 580px;
    margin: 0 auto 44px;
    line-height: 1.9;
}

.btn-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #f0c040 100%);
    color: #0f172a;
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.45);
    color: #0f172a;
    text-decoration: none;
}

.btn-outline-gold {
    background: transparent;
    color: var(--gold);
    border: 2px solid rgba(212, 175, 55, 0.6);
    padding: 12px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
}
.btn-outline-gold:hover {
    background: rgba(212, 175, 55, 0.1);
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-3px);
    text-decoration: none;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 64px;
    flex-wrap: wrap;
}

.hero-stat .stat-num {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--gold);
    display: block;
    line-height: 1;
}

.hero-stat .stat-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 4px;
}

/* ====== SECTIONS ====== */
.section-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: white;
    text-align: center;
    margin-bottom: 10px;
}

.section-title .gold-text { color: var(--gold); }

.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 520px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

.section-divider {
    width: 56px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
    margin: 14px auto 22px;
    border-radius: 2px;
}

/* ====== SERVICE CARDS (Home grid) ====== */
.services-section { padding: 90px 0; }

.service-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.35s ease;
    height: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    color: white;
}

.service-card:hover {
    background: var(--glass-hover);
    border-color: rgba(212, 175, 55, 0.35);
    transform: translateY(-9px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35), 0 0 24px rgba(212, 175, 55, 0.08);
    color: white;
    text-decoration: none !important;
}

.service-icon-wrap {
    width: 72px;
    height: 72px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    transition: all 0.3s;
}

.service-card:hover .service-icon-wrap {
    background: rgba(212, 175, 55, 0.22);
    box-shadow: 0 0 22px rgba(212, 175, 55, 0.28);
}

.service-icon-wrap i { font-size: 1.65rem; color: var(--gold); }

.service-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.service-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.75;
}

.service-arrow {
    margin-top: 18px;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s;
}
.service-card:hover .service-arrow { opacity: 1; }

/* ====== ABOUT PREVIEW ====== */
.about-section { padding: 90px 0; }

.about-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: var(--gold);
    padding: 5px 18px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-text {
    color: var(--text-muted);
    line-height: 1.9;
    font-size: 0.98rem;
    margin-bottom: 16px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.value-item {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 18px 12px;
    text-align: center;
    transition: border-color 0.3s;
}

.value-item:hover { border-color: rgba(212, 175, 55, 0.3); }
.value-item i { font-size: 1.4rem; color: var(--gold); margin-bottom: 8px; display: block; }
.value-item span { font-size: 0.8rem; font-weight: 700; color: white; letter-spacing: 1px; text-transform: uppercase; }

.about-visual {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 22px;
    padding: 50px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(12px);
}

.about-visual .big-letter {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 7rem;
    font-weight: 900;
    color: rgba(212, 175, 55, 0.12);
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 12px;
}

.about-visual .org-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* ====== CTA ====== */
.cta-section { padding: 80px 0; }

.cta-box {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(30, 64, 175, 0.08) 100%);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 24px;
    padding: 70px 40px;
    text-align: center;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -60%; left: -30%;
    width: 160%; height: 200%;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.cta-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: white;
    margin-bottom: 14px;
}

.cta-subtitle { color: var(--text-muted); margin-bottom: 34px; max-width: 480px; margin-left: auto; margin-right: auto; }

/* ====== PAGE HERO ====== */
.page-hero {
    padding: 90px 0 50px;
    text-align: center;
    position: relative;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(212, 175, 55, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.page-hero-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    color: white;
    margin-bottom: 12px;
}

.page-hero-title .gold-text { color: var(--gold); }

.page-hero-subtitle { color: var(--text-muted); max-width: 480px; margin: 0 auto; line-height: 1.7; }

.breadcrumb { background: transparent; justify-content: center; margin-bottom: 20px; }
.breadcrumb-item a { color: var(--gold); text-decoration: none; font-size: 0.85rem; }
.breadcrumb-item.active { color: var(--text-muted); font-size: 0.85rem; }
.breadcrumb-item + .breadcrumb-item::before { color: var(--text-muted); }

/* ====== ABOUT PAGE ====== */
.about-content-section { padding: 60px 0 90px; }

.mission-box {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-left: 3px solid var(--gold);
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.mission-box h5 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.mission-box p { color: var(--text-muted); line-height: 1.85; margin: 0; font-size: 0.95rem; }

/* ====== SERVICES FULL PAGE ====== */
.services-full-section { padding: 60px 0 90px; }

.service-full-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
    transition: all 0.3s;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.service-full-card:hover {
    border-color: rgba(212, 175, 55, 0.3);
    background: var(--glass-hover);
    transform: translateX(5px);
}

.service-full-card .sf-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--gold);
}

.service-full-card h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.service-full-card p { color: var(--text-muted); line-height: 1.8; margin: 0; font-size: 0.9rem; }

.coming-soon-badge {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: var(--gold);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* ====== CONTACT ====== */
.contact-section { padding: 60px 0 90px; }

.contact-form-box {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(12px);
}

.form-label { color: var(--text-muted); font-size: 0.875rem; margin-bottom: 6px; font-weight: 500; }

.form-control, .form-select {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 0.9rem !important;
    transition: all 0.3s;
}

.form-control:focus, .form-select:focus {
    border-color: rgba(212, 175, 55, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.1) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    outline: none !important;
}

.form-control::placeholder { color: rgba(255, 255, 255, 0.28) !important; }
.form-select option { background: #1a1a2e; color: white; }

textarea.form-control { resize: vertical; min-height: 130px; }

.contact-info-box {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(12px);
}

.contact-info-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
}

.contact-info-subtitle { color: var(--text-muted); font-size: 0.875rem; margin-bottom: 28px; }

.ci-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    margin-bottom: 14px;
    transition: border-color 0.3s;
}

.ci-item:hover { border-color: rgba(212, 175, 55, 0.25); }

.ci-item .ci-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(212, 175, 55, 0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1rem;
}

.ci-item .ci-label { font-size: 0.72rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.2px; }
.ci-item .ci-value { font-size: 0.9rem; color: white; font-weight: 500; }
.ci-item .ci-value a { color: white; text-decoration: none; }
.ci-item .ci-value a:hover { color: var(--gold); }

.response-pledge {
    background: rgba(212, 175, 55, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px;
    padding: 18px;
    margin-top: 20px;
    text-align: center;
}

.response-pledge p { color: var(--text-muted); font-size: 0.85rem; margin: 0; }
.response-pledge i { color: var(--gold); margin-right: 6px; }

.map-box {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 28px;
    backdrop-filter: blur(12px);
}

.map-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
}

.map-embed-wrap {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--glass-border);
}

@media (max-width: 767px) {
    .map-box-header { flex-direction: column; align-items: flex-start; }
    .map-embed-wrap { height: 280px; }
}

/* ====== FOOTER ====== */
.ogg-footer {
    background: rgba(10, 16, 30, 0.98);
    border-top: 1px solid var(--glass-border);
    padding: 70px 0 24px;
    margin-top: 20px;
}

.footer-brand {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

.footer-text { color: var(--text-muted); font-size: 0.875rem; line-height: 1.85; margin-bottom: 16px; }

.footer-tagline { color: var(--text-muted); font-size: 0.8rem; letter-spacing: 2.5px; text-transform: uppercase; }
.footer-tagline span { color: var(--gold); font-weight: 600; }

.footer-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a { color: var(--text-muted); text-decoration: none; font-size: 0.875rem; transition: color 0.25s; }
.footer-links li a:hover { color: var(--gold); }

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.875rem;
    color: var(--text-muted);
}

.footer-contact-item i { color: var(--gold); width: 16px; margin-top: 2px; flex-shrink: 0; }
.footer-contact-item a { color: var(--text-muted); text-decoration: none; }
.footer-contact-item a:hover { color: var(--gold); }

.footer-divider { border-color: rgba(255, 255, 255, 0.07); margin: 36px 0 22px; }
.footer-copy { color: rgba(255, 255, 255, 0.3); font-size: 0.8rem; margin: 0; }

/* ====== ADMIN ====== */
.admin-login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.admin-login-box {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 44px;
    width: 100%;
    max-width: 420px;
    backdrop-filter: blur(16px);
}

.admin-navbar {
    background: rgba(10, 16, 30, 0.98);
    border-bottom: 1px solid var(--glass-border);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.admin-nav-brand { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--gold) !important; font-weight: 700; font-size: 1.1rem; }

.admin-main { display: flex; min-height: calc(100vh - 56px); }

.admin-sidebar {
    width: 220px;
    min-width: 220px;
    background: rgba(255, 255, 255, 0.02);
    border-right: 1px solid var(--glass-border);
    padding: 24px 0;
}

.admin-sidebar .nav-link {
    color: var(--text-muted);
    padding: 11px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    color: var(--gold);
    background: rgba(212, 175, 55, 0.07);
    border-left-color: var(--gold);
}

.admin-sidebar .nav-link i { width: 16px; text-align: center; }

.admin-content { flex: 1; padding: 32px; overflow-x: auto; }

.stats-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    padding: 26px;
    text-align: center;
}

.stats-card h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 2.2rem; font-weight: 800; color: var(--gold); margin-bottom: 4px; }
.stats-card p { color: var(--text-muted); margin: 0; font-size: 0.85rem; }

.msg-row {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 10px;
    transition: all 0.2s;
}

.msg-row.unread { border-left: 3px solid var(--gold); }
.msg-row:hover { border-color: rgba(212, 175, 55, 0.25); }

.msg-name { font-weight: 600; color: white; font-size: 0.9rem; }
.msg-subject { color: var(--text-muted); font-size: 0.85rem; }
.msg-date { color: rgba(255, 255, 255, 0.3); font-size: 0.78rem; }
.msg-service-tag {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
    color: var(--gold);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 600;
}

/* ====== ABOUT PAGE PHOTO STRIP ====== */
.about-photo-strip {
    padding: 0 0 50px;
}

.about-strip-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--glass-border);
    display: block;
    transition: transform 0.35s ease;
}

.about-strip-img:hover {
    transform: scale(1.02);
}

.about-strip-img-tall {
    height: 100%;
    min-height: 376px;
}

@media (max-width: 767px) {
    .about-strip-img-tall { min-height: 220px; }
}

/* ====== SERVICES PAGE IMAGE CARDS ====== */
.sfc-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sfc-card:hover {
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-7px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.08);
}

.sfc-photo {
    position: relative;
    height: 230px;
    overflow: hidden;
    flex-shrink: 0;
}

.sfc-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.sfc-card:hover .sfc-photo img {
    transform: scale(1.06);
}

.sfc-num {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(212, 175, 55, 0.9);
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 0.78rem;
    padding: 4px 12px;
    border-radius: 50px;
    letter-spacing: 1px;
}

.sfc-soon-badge {
    position: absolute;
    top: 14px;
    right: 14px;
}

.sfc-body {
    padding: 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sfc-icon-wrap {
    width: 48px;
    height: 48px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 1.25rem;
    color: var(--gold);
    flex-shrink: 0;
}

.sfc-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.sfc-desc {
    color: var(--text-muted);
    font-size: 0.875rem;
    line-height: 1.8;
    flex: 1;
    margin-bottom: 18px;
}

.sfc-coming-notice {
    padding: 10px 14px;
    background: rgba(212, 175, 55, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
}

.sfc-btn {
    padding: 9px 22px !important;
    font-size: 0.83rem !important;
    align-self: flex-start;
}

.sfc-note {
    display: inline-flex;
    align-items: center;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.sfc-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.sfc-features li {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: flex;
    align-items: center;
}

.sfc-features li i {
    color: var(--gold);
    font-size: 0.78rem;
    flex-shrink: 0;
}

/* ====== ALERTS ====== */
.alert-success { background: rgba(5, 150, 105, 0.15); border: 1px solid rgba(5, 150, 105, 0.3); color: #34d399; border-radius: 10px; }
.alert-danger  { background: rgba(220, 38, 38, 0.15); border: 1px solid rgba(220, 38, 38, 0.3); color: #f87171; border-radius: 10px; }
.alert-success .btn-close,
.alert-danger  .btn-close { filter: invert(1); }

/* ====== NAVBAR LOGO ====== */
.navbar-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
}

/* ====== FOOTER LOGO ====== */
.footer-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
    display: block;
}

/* ====== SERVICE CARDS WITH IMAGES ====== */
.service-card-img {
    display: flex;
    flex-direction: column;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    height: 100%;
    text-decoration: none !important;
    color: white;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.service-card-img:hover {
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-9px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 24px rgba(212, 175, 55, 0.1);
    color: white;
    text-decoration: none !important;
}

.service-card-photo {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.service-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.service-card-img:hover .service-card-photo img {
    transform: scale(1.06);
}

.service-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.7) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 14px;
}

.service-icon-wrap-sm {
    width: 44px;
    height: 44px;
    background: rgba(212, 175, 55, 0.85);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon-wrap-sm i {
    font-size: 1.2rem;
    color: #0f172a;
}

.service-card-body {
    padding: 22px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-card-body .service-name {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.service-card-body .service-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.75;
    flex: 1;
}

.service-card-body .service-arrow {
    margin-top: 16px;
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s;
}

.service-card-img:hover .service-card-body .service-arrow {
    opacity: 1;
}

/* ====== ABOUT SECTION PHOTO ====== */
.about-photo-wrap {
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--glass-border);
}

.about-hero-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.about-visual:hover .about-hero-img {
    transform: scale(1.03);
}

/* ====== UTILITIES ====== */
.text-gold { color: var(--gold) !important; }
.border-gold { border-color: rgba(212, 175, 55, 0.3) !important; }

/* ====== ANIMATIONS ====== */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.fade-in-up { animation: fadeInUp 0.65s ease both; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.22s; }
.delay-3 { animation-delay: 0.34s; }

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
    .admin-sidebar { width: 180px; min-width: 180px; }
}

@media (max-width: 768px) {
    .hero-stats { gap: 24px; }
    .values-grid { gap: 10px; }
    .about-visual { padding: 36px 24px; margin-top: 30px; }
    .contact-form-box, .contact-info-box { padding: 28px 22px; }
    .admin-sidebar { display: none; }
    .cta-box { padding: 44px 24px; }
}

@media (max-width: 480px) {
    .hero-stats { gap: 20px; }
    .service-full-card { flex-direction: column; }
}
