:root {
    --ifa-blue: #0a3b73;
    --ifa-deep: #06264a;
    --ifa-gold: #d8a031;
    --ifa-light: #f4f8fc;
    --ifa-muted: #617084;
}
body { font-family: Arial, Helvetica, sans-serif; color: #1d2733; padding-top: 78px; background: #fff; }
.navbar { min-height: 78px; }
.brand-mark { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ifa-blue); color: #fff; font-weight: 800; letter-spacing: .5px; }
.brand-text { font-size: 1.35rem; font-weight: 800; color: var(--ifa-deep); }
.nav-link { font-weight: 600; color: #253447 !important; }
.nav-link.active, .nav-link:hover { color: var(--ifa-blue) !important; }
.btn-primary { background: var(--ifa-blue); border-color: var(--ifa-blue); }
.btn-primary:hover { background: var(--ifa-deep); border-color: var(--ifa-deep); }
.btn-outline-primary { border-color: var(--ifa-blue); color: var(--ifa-blue); }
.btn-outline-primary:hover { background: var(--ifa-blue); border-color: var(--ifa-blue); }
.hero { background: linear-gradient(135deg, rgba(6,38,74,.94), rgba(10,59,115,.88)), url('../img/hero-bg.svg'); background-size: cover; color: #fff; padding: 100px 0; }
.hero h1 { font-size: clamp(2.35rem, 5vw, 4.75rem); font-weight: 800; line-height: 1.05; }
.hero .lead { color: rgba(255,255,255,.85); max-width: 780px; }
.section-pad { padding: 80px 0; }
.eyebrow { color: var(--ifa-gold); text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 800; }
.section-title { color: var(--ifa-deep); font-weight: 800; }
.feature-card { border: 0; border-radius: 20px; box-shadow: 0 15px 45px rgba(9,45,85,.08); height: 100%; }
.feature-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--ifa-light); color: var(--ifa-blue); display: inline-flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 18px; }
.bg-soft { background: var(--ifa-light); }
.stat-card { background: #fff; border-radius: 18px; padding: 28px; height: 100%; box-shadow: 0 10px 35px rgba(9,45,85,.08); }
.stat-card strong { color: var(--ifa-blue); font-size: 2rem; display: block; }
.page-header { background: linear-gradient(135deg, var(--ifa-deep), var(--ifa-blue)); color: #fff; padding: 78px 0; }
.content-card { background: #fff; border-radius: 20px; padding: 34px; box-shadow: 0 12px 40px rgba(9,45,85,.08); }
.list-check { padding-left: 0; list-style: none; }
.list-check li { margin-bottom: 12px; padding-left: 32px; position: relative; }
.list-check li:before { content: '\F26A'; font-family: 'bootstrap-icons'; color: var(--ifa-gold); position: absolute; left: 0; top: 0; }
.footer { background: var(--ifa-deep); }
.footer-links li { margin-bottom: 10px; }
.footer a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer a:hover { color: #fff; }
.social-links a { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.form-control, .form-select { border-radius: 12px; padding: 12px 14px; }
@media (max-width: 991px) { body { padding-top: 72px; } .hero { padding: 70px 0; } .section-pad { padding: 55px 0; } }
.hero-section {
    min-height: 650px;
    background-image: url("../img/hero-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-overlay {
    min-height: 650px;
    background: rgba(5, 18, 55, 0.55);
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 720px;
    color: #ffffff;
}
.about-image-wrapper {
    padding: 2px; /* This creates the 2px gutter */
    background: #ffffff; /* Gutter color (change if needed) */
    border-radius: 12px; /* Outer rounded edge */
    display: inline-block;
}

    .about-image-wrapper img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px; /* Slightly smaller to match inner curve */
    }