.fhs-topbar { background: #0b3d2e; color: #fff; }
.fhs-topbar a { color: #fff; text-decoration: none; }
.fhs-navbar { background: #fff; box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, .08); }
.fhs-apply-btn { white-space: nowrap; }
.fhs-hero { padding: 2rem 0 0; background: #f8fbf9; }
.fhs-hero-slide { min-height: 520px; border-radius: 1.25rem; padding: clamp(2rem, 6vw, 5rem); display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(8, 94, 72, .92), rgba(9, 43, 70, .84)), var(--hero-image, none) center/cover no-repeat; color: #fff; }
.fhs-hero-slide:not(.is-active) { display: none; }
.fhs-hero-content { max-width: 680px; }
.fhs-hero h1 { font-size: clamp(2rem, 5vw, 4.75rem); line-height: 1.08; margin: .75rem 0; color: #fff; }
.fhs-hero p { font-size: 1.15rem; max-width: 560px; }
.theme-btn-light { background: #fff !important; color: #063f32 !important; }
.fhs-section { padding: 90px 0; }
.fhs-section-subtitle { display: inline-block; font-weight: 700; color: #0d6b55; margin-bottom: .5rem; }
.fhs-section-heading { max-width: 760px; margin: 0 auto 2.5rem; }
.fhs-about-card, .fhs-counter-card, .fhs-staff-card, .fhs-event-card { background: #fff; border-radius: 1rem; padding: 1.5rem; box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .08); height: 100%; }
.fhs-counters { background: #0b3d2e; }
.fhs-counter-card { text-align: center; background: rgba(255,255,255,.08); color: #fff; box-shadow: none; }
.fhs-counter-number { font-size: 2.4rem; font-weight: 800; line-height: 1; }
.fhs-counter-title { opacity: .92; margin-top: .5rem; }
.fhs-staff-thumb { width: 120px; height: 120px; margin: 0 auto 1rem; border-radius: 50%; overflow: hidden; background: #edf5f1; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #0d6b55; }
.fhs-staff-thumb img { width: 100%; height: 100%; object-fit: cover; }
.fhs-staff-card { text-align: center; }
.fhs-staff-card h3, .fhs-event-card h3 { font-size: 1.15rem; }
.fhs-video { background: #f8fbf9; }
.fhs-video-box { aspect-ratio: 16 / 9; border-radius: 1rem; overflow: hidden; background: #0f172a; box-shadow: 0 .75rem 2rem rgba(15, 23, 42, .14); }
.fhs-video-box iframe { width: 100%; height: 100%; border: 0; }
.fhs-gallery-item, .fhs-gallery-placeholder { aspect-ratio: 4 / 3; border-radius: 1rem; overflow: hidden; background: #eef5f2; display: flex; align-items: center; justify-content: center; color: #0d6b55; font-size: 2rem; }
.fhs-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.fhs-skills { background: #f8fbf9; }
.fhs-skill-item + .fhs-skill-item { margin-top: 1.25rem; }
.fhs-skill-item .progress { height: .65rem; border-radius: 999px; }
.fhs-skill-item .progress-bar { background: #0d6b55; }
.fhs-event-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: .75rem; margin-bottom: 1rem; }
.fhs-footer { background: #082f25; color: #fff; }
.fhs-footer a { color: rgba(255,255,255,.85); text-decoration: none; }
.fhs-footer a:hover { color: #fff; }
.fhs-footer-list li + li { margin-top: .4rem; }
.fhs-placeholder { width: 100%; height: 100%; display:flex; align-items:center; justify-content:center; color:#fff; }
[dir="rtl"] .navbar-nav { padding-right: 0; }
[dir="ltr"] .navbar-nav { padding-left: 0; }
@media (max-width: 991.98px) { .fhs-hero-slide { min-height: 420px; } .fhs-section { padding: 60px 0; } }
