/* IoH site chrome – shared header/footer */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
ul,li{list-style:none!important;padding-left:0!important}
html{scroll-behavior:smooth}
body.site-chrome-body{font-family:'Inter',sans-serif;color:#333;background:#fff;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}
.page-content-wrap{flex:1}
.ann-ticker,
.ann-ticker *,
.site-header,
.site-header *{
  font-family:'Inter',sans-serif !important;
  line-height:1.2;
}
:root {
            --navy: #0D1B2A;
            --brand: #273272;
            --brand-dark: #1e2758;
            --brand-light: #3a4a9e;
            --orange: #E8620A;
            --orange-light: #F47B20;
            --orange-pale: #FFF0E6;
            --yellow: #F5C518;
            --yellow-light: #FFD95A;
            --yellow-pale: #FFFBEA;
            --white: #FFFFFF;
            --off-white: #FFF8F2;
            --gray-50: #FAFAFA;
            --gray-100: #F5F5F5;
            --gray-200: #EBEBEB;
            --gray-400: #BBBBBB;
            --gray-600: #666;
            --gray-800: #333;
            --green: #2E7D5B;
            --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.08);
            --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.12);
            --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.15);
            --radius-sm: 8px;
            --radius-md: 14px;
            --radius-lg: 20px;
            --radius-xl: 28px;
            --tr: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
.container{max-width:1240px;margin:0 auto;padding:0 24px}
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:var(--radius-sm);font-family:'Inter',sans-serif;font-weight:600;font-size:14px;cursor:pointer;text-decoration:none;border:none;transition:var(--tr);white-space:nowrap}
.btn-sm{padding:9px 18px;font-size:13px}
.btn-orange{background:linear-gradient(135deg,var(--orange),var(--orange-light));color:#fff;box-shadow:0 4px 18px rgba(232,98,10,.3)}
.btn-orange:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(232,98,10,.45)}
.btn-outline-orange{background:transparent;color:var(--orange);border:2px solid var(--orange)}
.btn-outline-orange:hover{background:var(--orange);color:#fff;transform:translateY(-2px)}
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 13px 28px;
            border-radius: var(--radius-sm);
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            text-decoration: none;
            border: none;
            transition: var(--tr);
            white-space: nowrap
        }

        .btn-lg {
            padding: 16px 36px;
            font-size: 15px
        }

        .btn-sm {
            padding: 9px 18px;
            font-size: 13px
        }
        /* ════ ANNOUNCEMENT TICKER ════ */
        .ann-ticker {
            background: var(--brand);
            height: 34px;
            display: flex;
            align-items: center;
            overflow: hidden;
            border-bottom: 1px solid rgba(255, 255, 255, .08)
        }

        .ticker-inner {
            display: flex;
            align-items: center;
            width: 100%;
            overflow: hidden
        }

        .ticker-label {
            background: var(--orange);
            color: #fff;
            padding: 0 14px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            white-space: nowrap;
            height: 34px;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-shrink: 0;
            position: relative;
            z-index: 2
        }

        .ticker-track {
            display: flex;
            align-items: center;
            animation: tickerScroll 32s linear infinite !important;
            white-space: nowrap
        }

        .ticker-track:hover {
            animation-play-state: paused
        }

        @keyframes tickerScroll {
            0% {
                transform: translateX(0)
            }

            100% {
                transform: translateX(-50%)
            }
        }

        .ticker-item {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: rgba(255, 255, 255, .85);
            padding: 0 28px;
            font-weight: 500
        }

        .ticker-item a {
            color: var(--yellow-light);
            font-weight: 700;
            text-decoration: none;
            border-bottom: 1px solid rgba(245, 197, 24, .4);
            margin-left: 4px
        }

        .ticker-item a:hover {
            color: #fff
        }

        .ticker-sep {
            color: rgba(255, 255, 255, .2);
            padding: 0 4px;
            font-size: 18px
        }
        @media (max-width: 520px) {
            .ann-ticker {
                height: auto;
                padding: 0
            }

            .ticker-inner {
                flex-direction: column;
                align-items: stretch
            }

            .ticker-label {
                width: 100%;
                height: auto;
                padding: 7px 14px;
                justify-content: flex-start
            }

            .ticker-track {
                width: 100%;
                padding: 6px 0
            }
        }

        /* ════ INFO BAR ════ */
        .info-bar {
            background: #0D1B2A;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255, 255, 255, .06)
        }

        .info-bar-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 24px;
            gap: 16px;
            flex-wrap: wrap
        }

        .info-left {
            display: flex;
            align-items: center;
            gap: 22px
        }

        .info-left a {
            display: flex;
            align-items: center;
            gap: 6px;
            color: rgba(255, 255, 255, .6);
            text-decoration: none;
            font-size: 12px;
            font-weight: 500;
            transition: var(--tr)
        }

        .info-left a:hover {
            color: var(--orange-light)
        }

        .info-left a i {
            color: var(--orange, #E8620A);
            font-size: 11px;
            width: 16px;
            text-align: center;
            display: inline-block !important;
            line-height: 1 !important;
            flex-shrink: 0 !important;
            visibility: visible !important;
            opacity: 1 !important;
            font-family: "Font Awesome 6 Free" !important;
            font-weight: 900 !important
        }

        .info-right {
            display: flex;
            align-items: center;
            gap: 8px
        }

        .ib-btn {
            display: flex;
            align-items: center;
            gap: 5px;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .1);
            color: rgba(255, 255, 255, .75);
            padding: 5px 13px;
            border-radius: 4px;
            font-size: 11px;
            font-weight: 700;
            text-decoration: none;
            transition: var(--tr)
        }

        .ib-btn:hover {
            background: var(--orange);
            border-color: var(--orange);
            color: #fff
        }

        .ib-sep {
            width: 1px;
            height: 16px;
            background: rgba(255, 255, 255, .12);
            margin: 0 4px
        }

        .ib-socials {
            display: flex;
            gap: 4px
        }

        .ib-soc {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: rgba(255, 255, 255, .07);
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255, 255, 255, .5);
            text-decoration: none;
            font-size: 11px;
            transition: var(--tr)
        }

        .ib-soc:hover {
            background: var(--orange);
            color: #fff
        }

        /* ════ MAIN NAV ════ */
        .main-nav {
            background: var(--brand);
            position: relative;
            top: auto;
            z-index: 10;
            transition: var(--tr);
            box-shadow: 0 2px 20px rgba(39, 50, 114, .35)
        }

        .nav-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1240px;
            margin: 0 auto;
            padding: 0 24px;
            height: 66px
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none
        }

        .nav-logo-icon {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, var(--orange), var(--yellow));
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
            color: #fff;
            flex-shrink: 0
        }

        .nav-logo-text .nl-top {
            font-family: 'Playfair Display', serif;
            font-size: 15px;
            color: #fff;
            font-weight: 700;
            line-height: 1.2
        }

        .nav-logo-text .nl-sub {
            font-size: 9px;
            color: rgba(255, 255, 255, .55);
            letter-spacing: 1.5px;
            text-transform: uppercase
        }

        /* ── NAV LINKS — NO DOTS ── */
        .nav-links {
            display: flex;
            align-items: center;
            gap: 1px;
            margin: 0;
            padding: 0;
            flex: 1;
            justify-content: flex-start
        }

        .nav-links li {
            position: relative;
            list-style: none !important
        }

        .nav-links li a {
            color: rgba(255, 255, 255, .82);
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            padding: 8px 8px;
            border-radius: 6px;
            display: block;
            white-space: nowrap;
            transition: var(--tr)
        }

        .nav-links li a:hover,
        .nav-links li a.active-page {
            color: #fff;
            background: rgba(255, 255, 255, .18)
        }

        .nav-links .hdd>a::after {
            content: none
        }

        .dropdown {
            position: absolute;
            top: calc(100% + 6px);
            left: 0;
            background: #fff;
            min-width: 210px;
            border-radius: var(--radius-md);
            box-shadow: var(--shadow-lg);
            padding: 8px 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: var(--tr);
            border-top: 3px solid var(--orange)
        }

        .hdd:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0)
        }

        .dropdown a {
            color: var(--gray-800) !important;
            font-size: 13px;
            padding: 10px 18px;
            display: block;
            transition: var(--tr)
        }

        .dropdown a:hover {
            color: var(--orange) !important;
            background: var(--orange-pale) !important;
            padding-left: 22px
        }

        .nav-right {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-left: auto
        }

        @media (min-width: 1000px) and (max-width: 1220px) {
            .nav-links li a {
                font-size: 13px;
                padding: 8px 8px
            }
            .nav-right .btn {
                padding: 8px 14px
            }
            .nav-right {
                margin-left: auto
            }
        }

        .hamburger {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 4px
        }

        .hamburger span {
            display: block;
            width: 22px;
            height: 2px;
            background: #fff;
            margin: 4px 0;
            transition: var(--tr)
        }

        .mob-menu {
            display: none;
            background: var(--brand-dark);
            border-top: 1px solid rgba(255, 255, 255, .07);
            padding: 16px 20px;
            flex-direction: column;
            gap: 2px
        }

        /* ════ FOOTER — WHITE ════ */
        footer {
            background: #fff;
            border-top: 1px solid var(--gray-200)
        }

        .footer-top {
            padding: 68px 0 48px
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.7fr 1fr 1fr 1fr 1.2fr;
            gap: 40px
        }

        .fl-logo {
            font-family: 'Playfair Display', serif;
            font-size: 18px;
            color: var(--brand);
            font-weight: 700
        }

        .fl-sub {
            font-size: 9px;
            color: var(--orange);
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 14px;
            display: block;
            margin-top: 2px
        }

        .fl-desc {
            font-size: 13px;
            line-height: 1.7;
            max-width: 260px;
            color: var(--gray-600)
        }

        .fl-socials {
            display: flex;
            gap: 8px;
            margin-top: 18px
        }

        .fl-soc {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--gray-100);
            border: 1px solid var(--gray-200);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--gray-600);
            text-decoration: none;
            font-size: 12px;
            transition: var(--tr)
        }

        .fl-soc:hover {
            background: var(--orange);
            color: #fff;
            border-color: var(--orange)
        }

        .fl-badge {
            display: flex;
            align-items: center;
            gap: 9px;
            background: var(--orange-pale);
            border: 1px solid rgba(232, 98, 10, .2);
            padding: 9px 14px;
            border-radius: var(--radius-sm);
            margin-top: 18px
        }

        .fl-badge i {
            color: var(--orange);
            font-size: 12px
        }

        .fl-badge span {
            font-size: 11px;
            color: var(--orange);
            font-weight: 600
        }

        .footer-col h4 {
            color: var(--brand);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--orange-pale)
        }

        .footer-col ul {
            padding: 0;
            margin: 0
        }

        .footer-col ul li {
            margin-bottom: 9px
        }

        .footer-col ul li a {
            color: var(--gray-600);
            text-decoration: none;
            font-size: 13px;
            transition: var(--tr)
        }

        .footer-col ul li a:hover {
            color: var(--orange);
            padding-left: 4px
        }

        .fc-contact {
            display: flex;
            gap: 10px;
            margin-bottom: 10px
        }

        .fc-contact i {
            color: var(--orange);
            font-size: 11px;
            margin-top: 3px;
            flex-shrink: 0
        }

        .fc-contact span {
            font-size: 12px;
            color: var(--gray-600);
            line-height: 1.5
        }

        .footer-bottom {
            border-top: 1px solid var(--gray-200);
            padding: 18px 24px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
            font-size: 12px;
            max-width: 1240px;
            margin: 0 auto
        }

        .footer-bottom span {
            color: var(--gray-600)
        }

        .footer-bottom a {
            color: var(--brand);
            text-decoration: none;
            transition: var(--tr)
        }

        .footer-bottom a:hover {
            color: var(--orange)
        }

        .scroll-top {
            position: fixed;
            bottom: 26px;
            right: 8px;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: var(--orange);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: none;
            box-shadow: 0 4px 18px rgba(232, 98, 10, .4);
            transition: var(--tr);
            z-index: 900;
            opacity: 0;
            pointer-events: none
        }

        .scroll-top.vis {
            opacity: 1;
            pointer-events: all
        }

        .scroll-top:hover {
            transform: translateY(-3px)
        }

        @media(max-width: 768px) {
            .scroll-top {
                right: 6px
            }
        }
        /* Premium header layout to match Certifications page */
        @media(min-width: 769px) {
            .site-header {
                position: relative;
                top: auto;
                z-index: 10;
                background: #0D1B2A;
                width: 100%;
                box-shadow: 0 4px 25px rgba(13, 27, 42, .18)
            }

            .header-container {
                display: flex;
                align-items: stretch;
                max-width: 100%;
                margin: 0 auto;
                background: #0D1B2A;
                position: relative
            }

            .header-content-box {
                flex: 1;
                display: flex;
                flex-direction: column;
                min-width: 0
            }

            .header-logo-box {
                background: #fff;
                padding: 0 15px 0 24px;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-shrink: 0;
                z-index: 10;
                position: relative;
                border-bottom: none
            }

            .header-logo-box::after {
                content: '';
                position: absolute;
                bottom: 0;
                right: -60px;
                width: 60px;
                height: 66px;
                background: #fff;
                border-top-right-radius: 60px 66px;
                z-index: 10;
                pointer-events: none
            }

            .nav-logo-white {
                display: flex;
                align-items: center;
                text-decoration: none;
                height: 80px;
                position: relative;
                z-index: 2
            }

            .nav-logo-white img {
                height: 80px;
                width: auto;
                display: block;
                object-fit: contain
            }

            .info-bar {
                background: #fff;
                padding: 8px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .05);
                position: relative;
                z-index: 2
            }

            .info-bar-inner {
                max-width: 100%;
                margin: 0;
                padding: 0 24px
            }

            .info-left a {
                color: var(--navy) !important;
                font-weight: 500
            }

            .info-left a i {
                color: var(--orange) !important
            }

            .info-left a[href^="tel"] {
                color: var(--navy) !important;
                padding: 0;
                border-radius: 0;
                font-weight: 500;
                border: 0;
                display: inline-flex;
                align-items: center;
                gap: 6px
            }

            .info-left a[href^="tel"] i {
                color: var(--orange) !important
            }

            .info-left a[href^="tel"]:hover {
                color: var(--orange) !important
            }

            .info-left a[href^="tel"]:hover i {
                color: var(--orange) !important
            }

            .ib-btn {
                background: var(--gray-200) !important;
                color: var(--navy) !important;
                padding: 5px 12px;
                border-radius: 4px;
                font-weight: 500;
                font-size: 11px;
                display: inline-flex;
                align-items: center;
                gap: 6px
            }

            .ib-btn:hover {
                background: var(--gray-400) !important;
                color: var(--navy) !important
            }

            .ib-sep {
                background: rgba(0, 0, 0, .12)
            }

            .ib-soc {
                width: 26px;
                height: 26px;
                border-radius: 50%;
                background: var(--brand-dark);
                color: #fff !important;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 11px
            }

            .ib-soc:hover {
                background: var(--orange);
                transform: scale(1.1)
            }

            .main-nav {
                background: var(--brand);
                position: relative;
                top: auto;
                box-shadow: none;
                z-index: auto;
                border-bottom: none
            }

            .nav-inner {
                width: 100%;
                max-width: 100%;
                margin: 0;
                padding: 0 24px 0 60px;
                height: 66px;
                display: flex;
                align-items: center;
            justify-content: flex-start
            }

            .nav-inner .nav-logo {
                display: none !important
            }

            .nav-links li a {
                font-size: 15px;
                font-weight: 600;
                padding: 8px 10px
            }

            .nav-links {
                flex: 1;
                justify-content: flex-start
            }

            .nav-right {
                margin-left: auto
            }
        }

        @media(max-width: 768px) {
            .header-logo-box {
                display: none !important
            }

            .site-header {
                position: relative;
                top: auto;
                z-index: 10
            }

            .header-container {
                display: block;
                background: var(--brand)
            }

            .header-content-box {
                width: 100%
            }

            .main-nav {
                position: relative;
                box-shadow: none;
                width: 100%;
                background: var(--brand)
            }

            .info-bar {
                display: none
            }

            .nav-links,
            .nav-right {
                display: none !important
            }

            .hamburger {
                display: block
            }

            .hamburger span {
                background: var(--brand-dark)
            }

            .nav-inner {
                height: 60px;
                padding: 0 16px
            }

            .nav-inner .nav-logo {
                display: flex !important;
                align-items: center;
                gap: 10px;
                background: #fff;
                padding: 8px 10px;
                border-radius: 12px
            }

            .nav-inner .nav-logo img {
                height: 38px;
                width: auto;
                object-fit: contain;
                display: block
            }

            .mob-menu {
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: auto;
                width: min(88vw, 360px);
                display: flex;
                flex-direction: column;
                gap: 6px;
                padding: 78px 16px 16px;
                background: var(--brand-dark);
                border-left: 1px solid rgba(255, 255, 255, .07);
                overflow: auto;
                -webkit-overflow-scrolling: touch;
                transform: translateX(105%);
                opacity: 0;
                pointer-events: none;
                transition: transform .25s ease, opacity .25s ease;
                z-index: 1000007
            }

            .mob-menu.open {
                transform: translateX(0);
                opacity: 1;
                pointer-events: auto
            }

            .mob-menu a {
                color: rgba(255, 255, 255, .86);
                text-decoration: none;
                padding: 11px 12px;
                border-radius: 8px;
                font-size: 14px;
                font-weight: 600;
                display: flex;
                align-items: center;
                justify-content: space-between;
                transition: var(--tr)
            }

            .mob-menu a:hover {
                background: rgba(255, 255, 255, .08);
                color: var(--yellow-light)
            }

            .footer-top {
                padding: 48px 0 28px
            }

            .footer-grid {
                grid-template-columns: 1fr;
                gap: 26px
            }

            footer .footer-col[style] {
                min-width: 0 !important
            }

            footer .footer-logo-box img {
                height: 90px !important;
                padding: 12px !important;
                border-radius: 14px !important
            }

            footer .footer-col h4 {
                margin-top: 6px
            }

            footer .footer-bottom {
                padding: 16px 18px;
                flex-direction: column;
                align-items: flex-start
            }

            footer .footer-bottom > div {
                width: 100%;
                justify-content: flex-start
            }

            footer .footer-col div[style*="display: flex"] {
                flex-direction: column !important;
                gap: 12px !important
            }
        }
