#zmiilo,
.top-bar {
    display: none !important;
}

.srt-banner {
    background-color: #1877f226;
    color: rgb(33, 37, 41);
    font-size: 16px;
    padding: 10px 0;
}

.srt-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.srt-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
}

.srt-logo {
    width: 95px;
    height: auto;
    margin-right: 15px;
}

.srt-logo-icon {
    font-size: 60px;
    color: #1e293b;
    margin-right: 15px;
}

.srt-brand-text {
    display: flex;
    flex-direction: column;
}

.srt-site-name {
    color: rgb(0, 0, 0);
    font-weight: 800;
    font-size: 32px;
    line-height: 1.1;
}

.srt-tagline {
    font-size: 14px;
    color: rgb(0, 38, 77);
    font-weight: 500;
    margin-top: -2px;
}

.srt-banner-date {
    display: none;
}

.srt-navbar-wrap {
    background-color: #1e293b;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.srt-navbar-inner {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srt-hamburger {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    visibility: hidden;
}

.srt-nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.srt-nav-links::-webkit-scrollbar {
    display: none;
}

.srt-nav-link {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    font-size: 17.3px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
}

.srt-nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.srt-nav-link.active {
    background-color: var(--nav-active-color, #04aa6d);
    color: #fff;
    font-weight: 600;
}

.srt-nav-link svg,
.srt-nav-link i {
    margin-right: 8px;
    display: inline-block;
}

.srt-nav-search {
    margin-left: auto;
}

@media (max-width:991px) {
    .srt-site-name {
        font-size: 24px;
    }

    .srt-tagline {
        font-size: 12px;
    }

    .srt-logo {
        width: 70px;
    }

    .srt-nav-link {
        padding: 14px 15px;
        font-size: 15px;
    }

    .srt-nav-links {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width:767px) {
    .srt-brand-text {
        margin-top: 5px;
    }

    .srt-site-name {
        font-size: 20px;
    }

    .srt-nav-search {
        margin-left: 0;
    }
}

/* ================================================================
   Header Modern Design Updates (Careers360 Style)
   ================================================================ */

.srt-banner-modern {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 5px 0;
    height: 70px;
}

.srt-banner-modern .modern-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 100%;
}

.srt-banner-modern .modern-brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px;
    text-decoration: none !important;
    transition: transform 0.2s;
    column-gap: 5px;
}

.srt-banner-modern .modern-brand:hover {
    transform: translateY(-1px);
}

.logo-text-bold {
    font-size: 28px;
    font-weight: 800;
    color: #2563eb;
    letter-spacing: -1px;
    font-family: inherit;
    text-shadow: 0 2px 4px rgba(37, 99, 235, 0.1);
}

.logo-text-thin {
    font-size: 28px;
    font-weight: 400;
    color: #374151;
    letter-spacing: -0.5px;
    font-family: inherit;
}

.modern-brand:hover .logo-text-bold {
    color: #1d4ed8;
}

.srt-banner-modern .srt-logo {
    margin: -30px -15px !important;
    /* Negative margin to pull container tight around actual content */
    transform: scale(1.35);
    /* Zoom in to eliminate internal image whitespace visually */
    transform-origin: center;
}

.srt-header-search {
    flex: 1 1 auto;
    max-width: 550px;
    margin: 0 30px;
    position: relative;
}

.srt-inline-search-form {
    display: flex;
    position: relative;
    width: 100%;
}

.srt-inline-search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 16px;
}

.srt-inline-search-form input {
    width: 100%;
    padding: 14px 20px 14px 50px;
    background-color: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 15px;
    color: #334155;
    outline: none;
    transition: all 0.2s;
}

.srt-inline-search-form input:focus {
    background-color: #fff;
    border-color: var(--nav-active-color);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.03), 0 4px 12px rgba(0, 0, 0, 0.08);
}

/*  Inline Search Results & Quick Links  */
.srt-search-dropdown-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}

.srt-search-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.srt-search-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s;
}

.srt-search-list li a:hover {
    background-color: #f8fafc;
}

.srt-search-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.srt-search-item-meta {
    margin-left: 15px;
    flex-shrink: 0;
}

.srt-search-view-all {
    padding: 12px;
    text-align: center;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.srt-search-view-all a {
    font-size: 13px;
    font-weight: 600;
    color: var(--nav-active-color);
    text-decoration: none;
}

.srt-search-loading,
.srt-search-empty {
    padding: 30px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

/*  Header Right Actions  */
.srt-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

/* Social icons grouped pill (border removed) */
.srt-social-icons {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* Slightly increased gap since they are independent circles now */
}

.header-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s, box-shadow 0.15s;
    text-decoration: none;
}

.header-action-icon i {
    font-size: 19px;
    line-height: 1;
}

.header-action-icon .fa-youtube {
    color: #ff0000;
}

.header-action-icon .fa-whatsapp {
    color: #25d366;
}

.header-action-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* Club button */
.header-login-btn {
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
    white-space: nowrap;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.header-login-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* Navbar Modern */
.srt-navbar-modern {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: none;
}

.srt-nav-links-modern {
    justify-content: center;
    gap: 15px;
}

.srt-navbar-modern .srt-nav-link {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 3px solid transparent;
}

.srt-navbar-modern .srt-nav-link:hover {
    color: var(--nav-active-color);
    background-color: transparent;
}

.srt-navbar-modern .srt-nav-link.active {
    color: var(--nav-active-color);
    background-color: transparent;
    border-bottom-color: var(--nav-active-color);
}

.srt-dropdown-icon {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 1px;
    transition: transform 0.2s;
}

.srt-nav-item.dropdown:hover .srt-dropdown-icon {
    transform: rotate(180deg);
}

/* Dropdown Menu styling */
.srt-nav-item.dropdown {
    position: relative;
    display: inline-block;
}

.srt-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 220px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    z-index: 1000;
    padding: 8px 0;
}

.srt-nav-item.dropdown:hover .srt-dropdown-menu {
    display: block;
    animation: srtModalFadeIn 0.2s ease-in;
}

.srt-dropdown-menu::after {
    /* To prevent hover gap closure */
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.srt-dropdown-item {
    display: block;
    padding: 10px 20px;
    color: #475569;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}

.srt-dropdown-item:hover,
.srt-dropdown-item.active {
    background-color: #f8fafc;
    color: var(--nav-active-color);
    padding-left: 24px;
}

/* Mobile overrides */
@media (max-width: 991px) {
    .srt-header-search {
        display: none;
    }

    .srt-nav-links-modern {
        justify-content: flex-start;
        gap: 0;
    }
}

/* ── Mobile navbar submenu panel ────────────────────────── */
.srt-mobile-sub-panel {
    background: #fff;
    border-top: 2px solid var(--nav-active-color, #04aa6d);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    z-index: 1050;
    animation: srtModalFadeIn 0.2s ease;
}

.srt-mobile-sub-items {
    gap: 2px;
    padding: 10px 12px 14px;
    max-width: 1200px;
    margin: 0 auto;
}

.srt-msub-item {
    display: block;
    padding: 9px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1.3;
    transition: background 0.15s, color 0.15s;
}

.srt-msub-item:hover {
    background: #f1f5f9;
    color: var(--nav-active-color, #04aa6d);
}

/* Chevron rotates when open */
@media (max-width: 991px) {
    .srt-nav-item.dropdown:hover .srt-dropdown-menu {
        display: none;
    }

    .srt-nav-item.dropdown.open .srt-dropdown-icon {
        transform: rotate(180deg);
    }
}

/* ── Offcanvas accordion ─────────────────────────────────── */
.oc-accordion-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.oc-accordion-item {
    border-bottom: 1px solid #f0f0f0;
}

.oc-accordion-item:last-child {
    border-bottom: none;
}

.oc-accordion-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oc-accordion-row a {
    flex: 1;
    display: block;
    padding: 13px 4px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.oc-accordion-row a:hover {
    color: var(--nav-active-color);
}

.oc-sub-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 6px;
    color: #94a3b8;
    font-size: 12px;
    transition: transform 0.25s, color 0.2s;
    flex-shrink: 0;
}

.oc-accordion-item.open .oc-sub-toggle {
    transform: rotate(180deg);
    color: var(--nav-active-color);
}

/* Submenu hidden by default */
.oc-submenu {
    display: none;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    border-left: 3px solid var(--nav-active-color);
}

.oc-accordion-item.open .oc-submenu {
    display: block;
}

.oc-submenu li a {
    display: block;
    padding: 9px 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: #475569;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s;
}

.oc-submenu li:last-child a {
    border-bottom: none;
}

.oc-submenu li a:hover {
    color: var(--nav-active-color);
}

/* ── Offcanvas & Hamburger ───────────────────────────────── */

/* Base hamburger — layout properties defined here */
.srt-hamburger {
    display: none;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    z-index: 10001;
    flex-shrink: 0;
    min-width: 40px;
    min-height: 40px;
}

.srt-hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 20px;
}

.srt-hamburger-icon span {
    display: block !important;
    height: 3px;
    background: #1e293b !important;
    border-radius: 3px;
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.2s ease,
        width 0.3s ease;
    transform-origin: center;
    visibility: visible !important;
}

/* Staggered widths for visual style */
.srt-hamburger-icon span:nth-child(1) {
    width: 100%;
}

.srt-hamburger-icon span:nth-child(2) {
    width: 65%;
}

.srt-hamburger-icon span:nth-child(3) {
    width: 100%;
}

/* Hover: expand middle line */
.srt-hamburger:hover .srt-hamburger-icon span:nth-child(2) {
    width: 100%;
}

/* Active (open) — hide the hamburger; close is handled by offcanvas X button */
.srt-hamburger.oc-active {
    opacity: 0;
    pointer-events: none;
}

.srt-offcanvas-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.srt-offcanvas-overlay.open {
    opacity: 1;
    visibility: visible;
}

.srt-offcanvas {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background: #ffffff;
    z-index: 10000;
    transition: left 0.3s ease;
    overflow-y: auto;
    font-family: 'Encode Sans Condensed', 'Google Sans', 'Outfit', sans-serif;
}

.srt-offcanvas.open {
    left: 0;
}

.oc-close-wrap {
    padding: 14px 20px 0;
    display: flex;
    justify-content: flex-end;
}

#srtOcClose {
    color: #111;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

.oc-inner {
    padding: 10px 20px 32px;
}

.oc-search-form {
    display: flex;
    align-items: center;
    background: #f4f4f5;
    border-radius: 50px;
    padding: 10px 16px;
    margin-bottom: 24px;
    gap: 10px;
}

.oc-search-form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: #111;
}

.oc-search-form button {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 0;
}

.oc-section {
    margin-bottom: 24px;
}

.oc-section-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--nav-active-color);
    margin: 0 0 10px 0;
}

.oc-divider {
    height: 1px;
    background: #e5e7eb;
    margin-bottom: 14px;
}

/* 2-column grid menu */
.oc-menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.oc-menu-grid li {
    border-bottom: 1px solid #f0f0f0;
}

.oc-menu-grid li:nth-last-child(-n+2) {
    border-bottom: none;
}

.oc-menu-grid li a {
    display: block;
    padding: 12px 4px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: color 0.2s;
}

.oc-menu-grid li a i {
    margin-right: 5px;
    font-size: 12px;
    color: var(--nav-active-color);
}

.oc-menu-grid li a:hover {
    color: var(--nav-active-color);
}

@media (max-width: 991px) {

    .srt-hamburger,
    .srt-hamburger.top-bar-hamburger {
        display: flex !important;
        visibility: visible !important;
    }

    .top-bar-hamburger {
        margin-right: 8px;
    }
}

@media (max-width:767px) {

    .logo-text-bold,
    .logo-text-thin {
        font-size: 22px !important;
    }

    .header-action-icon {
        width: 28px !important;
        height: 28px !important;
    }

    .header-action-icon i {
        font-size: 15px !important;
    }

    .header-login-btn {
        padding: 6px 16px !important;
        font-size: 12px !important;
    }

    .srt-social-icons {
        gap: 6px !important;
    }
}