/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

/* ===== Modern Topbar ===== */
.topbar-modern {
    background: linear-gradient(90deg, #0d1f35 0%, #122845 60%, #0f2035 100%);
    border-bottom: 2px solid #FDA31B;
    position: relative;
    z-index: 1050;
}

/* Contact Items (left) */
.topbar-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    transition: color 0.25s;
}

.topbar-contact-item:hover {
    color: #FDA31B;
}

.topbar-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(253, 163, 27, 0.15);
    border: 1px solid rgba(253, 163, 27, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #FDA31B;
    flex-shrink: 0;
    transition: background 0.25s;
}

.topbar-contact-item:hover .topbar-icon {
    background: #FDA31B;
    color: #fff;
}

.topbar-contact-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.topbar-contact-text small {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.topbar-contact-text strong {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

/* Separator between phone & email */
.topbar-sep {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
}

/* Vertical divider on right side */
.topbar-vdivider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-block;
    margin: 0 2px;
}

/* Dropdown trigger buttons */
.topbar-drop-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.25s;
    white-space: nowrap;
}

.topbar-drop-btn:hover,
.topbar-drop-btn:focus,
.topbar-drop-btn.show {
    background: rgba(253, 163, 27, 0.15);
    border-color: #FDA31B;
    color: #FDA31B;
    outline: none;
    box-shadow: none;
}

.topbar-drop-btn::after {
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
}

/* Dropdown menus */
.topbar-social-menu {
    min-width: 160px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 6px 0;
    margin-top: 6px !important;
}

.topbar-social-menu .dropdown-item {
    font-size: 13px;
    padding: 7px 16px;
    color: #333;
    transition: background 0.2s;
}

.topbar-social-menu .dropdown-item:hover {
    background: #f5f8ff;
    color: #0d1f35;
}

.topbar-social-menu .dropdown-item.active {
    background: #f0f7ff;
    color: #0d6efd;
}

/* Quick Links (Feedback, Admission, Jobs) */
.topbar-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.25s;
    white-space: nowrap;
}

.topbar-quick-link:hover {
    color: #FDA31B;
    background: rgba(253, 163, 27, 0.1);
}

/* Highlighted: Online Admission */
.topbar-quick-link.highlight {
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(253, 163, 27, 0.35);
}

.topbar-quick-link.highlight:hover {
    background: linear-gradient(135deg, #fdb442, #e06a00);
    box-shadow: 0 4px 14px rgba(253, 163, 27, 0.55);
    transform: translateY(-1px);
}

/* ===== Professional Logo Bar ===== */
.logo-bar-pro {
    display: flex;
    align-items: stretch;
    min-height: 110px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
    position: relative;
    z-index: 100;
    overflow: hidden;
}

/* Left Panel - Dark Navy */
.logo-panel-left {
    background: linear-gradient(135deg, #0d1f35 0%, #1a3a5c 100%);
    min-width: 300px;
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    padding: 20px 28px 20px 28px;
    position: relative;
}

.logo-panel-left::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 0;
    bottom: 0;
    width: 48px;
    background: linear-gradient(135deg, #0d1f35 0%, #1a3a5c 100%);
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
    z-index: 2;
}

/* Right Panel - Gold */
.logo-panel-right {
    background: linear-gradient(135deg, #FDA31B 0%, #f07800 100%);
    min-width: 358px;
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
    padding: 20px 28px 20px 36px;
    position: relative;
}

.logo-panel-right::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    width: 48px;
    background: linear-gradient(135deg, #FDA31B 0%, #f07800 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
    z-index: 2;
}

.logo-panel-item {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.logo-panel-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    z-index: 3;
    position: relative;
}

.lp-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.lp-icon.gold {
    background: rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
}

.logo-panel-item:hover .lp-icon {
    background: #FDA31B;
    transform: scale(1.1);
    border-color: #FDA31B;
}

.logo-panel-right .logo-panel-item:hover .lp-icon {
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
}

.lp-text {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.lp-text small {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: block;
    margin-bottom: 2px;
}

.lp-text strong {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    display: block;
}

/* Center Logo */
.logo-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.logo-center-link {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.logo-center-link:hover {
    transform: translateY(-2px);
}

.logo-main-img {
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
    display: block;
    flex-shrink: 0;
}

.logo-name-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-school-brand {
    font-size: 32px;
    font-weight: 800;
    color: #0d1f35;
    letter-spacing: -0.5px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1;
}

.logo-school-sub {
    font-size: 14px;
    font-weight: 700;
    color: #FDA31B;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 2px;
}

.logo-school-tag {
    font-size: 11px;
    color: #888;
    letter-spacing: 0.3px;
    margin-top: 4px;
    font-style: italic;
}

/* Responsive: hide side panels on small screens */
@media (max-width: 991.98px) {
    .logo-bar-pro {
        min-height: 80px;
    }

    .logo-panel-left,
    .logo-panel-right {
        display: none;
    }

    .logo-center {
        justify-content: flex-start;
        padding: 10px 16px;
    }

    .logo-main-img {
        height: 58px;
    }

    .logo-school-brand {
        font-size: 18px;
    }

    .logo-school-sub {
        font-size: 10px;
        letter-spacing: 1px;
    }

    .logo-school-tag {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .logo-main-img {
        height: 46px;
    }

    .logo-school-brand {
        font-size: 15px;
    }
}

/* ===== Modern Navbar ===== */
.navbar-modern-wrap {
    background: linear-gradient(90deg, #0d1f35 0%, #1a3a5c 60%, #0d1f35 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 0;
    transition: .5s;
    z-index: 1040;
}

/* ===== Nav Layout Wrapper ===== */
.nav-inner-flex {
    display: flex;
    align-items: center;
    min-height: 52px;
}

/* Nav list */
.modern-nav {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1;
}

/* Each nav item */
.modern-nav-item {
    position: relative;
}

/* Nav links */
.modern-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    height: 52px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.2px;
    transition: color 0.25s, background 0.25s;
    position: relative;
    cursor: pointer;
}

.modern-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #FDA31B;
    border-radius: 3px 3px 0 0;
    transition: width 0.3s ease;
}

.modern-nav-item:hover>.modern-nav-link,
.modern-nav-item.active>.modern-nav-link {
    color: #FDA31B !important;
    background: rgba(253, 163, 27, 0.08);
}

.modern-nav-item:hover>.modern-nav-link::after,
.modern-nav-item.active>.modern-nav-link::after {
    width: 70%;
}

/* Nav arrow chevron */
.nav-arrow {
    font-size: 9px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.modern-nav-item.mob-open>.modern-nav-link .nav-arrow {
    transform: rotate(180deg);
}

/* Dropdown menus */
.modern-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #000000;
    border-top: 3px solid #FDA31B;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 6px 0;
    margin: 0;
    z-index: 9999;
    animation: dropFadeIn 0.2s ease;
}

@keyframes dropFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-nav-item.has-dropdown:hover .modern-dropdown {
    display: block;
}

.modern-dropdown li a {
    display: flex;
    align-items: center;
    padding: 9px 20px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, padding-left 0.2s;
}

.modern-dropdown li a i {
    color: #FDA31B;
    width: 18px;
}

.modern-dropdown li a:hover {
    background: #fff8ee;
    color: #0d1f35;
    padding-left: 26px;
}

/* ===== CTA Buttons ===== */
.modern-nav-cta {
    padding-left: 10px;
    flex-shrink: 0;
}

.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.results-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.results-btn:hover {
    background: #fff;
    color: #0d1f35 !important;
    border-color: #fff;
}

.epayment-btn {
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff !important;
    border: none;
    box-shadow: 0 3px 12px rgba(253, 163, 27, 0.4);
}

.epayment-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(253, 163, 27, 0.55);
    color: #fff !important;
}

/* ===== Mobile Nav Bar ===== */
.mobile-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}

.mobile-brand {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.5px;
}

/* ===== Hamburger Toggle ===== */
.navbar-mobile-toggle {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 7px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: all 0.25s;
    flex-shrink: 0;
}

.hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.navbar-mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #FDA31B;
}

.navbar-mobile-toggle:hover .hamburger-line {
    background: #FDA31B;
}

.navbar-mobile-toggle.active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-mobile-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-mobile-toggle.active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ===== Mobile Collapse ===== */
.main-nav-collapse {
    display: none;
    width: 100%;
}

.main-nav-collapse.open {
    display: block;
}

/* ===== Mobile Responsive ===== */
@media (max-width: 991.98px) {
    .nav-inner-flex {
        flex-direction: column;
        align-items: stretch;
    }

    .main-nav-collapse {
        background: linear-gradient(180deg, #0d1f35 0%, #1a3a5c 100%);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        /* overflow must be visible so expanded sub-menus are not clipped */
        overflow: visible;
    }

    .modern-nav {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-items: stretch;
        width: 100%;
        padding: 6px 0;
    }

    .modern-nav-item {
        width: 100%;
    }

    .modern-nav-link {
        height: auto;
        padding: 11px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 14px;
    }

    .modern-nav-link::after {
        display: none;
    }

    /* Mobile submenus: hidden by default, toggled by JS via .mob-open class */
    .modern-dropdown {
        position: static !important;
        display: none !important;
        box-shadow: none;
        border-top: none;
        border-left: 3px solid #FDA31B;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.04);
        animation: none;
        overflow: hidden;
    }

    /* Shown when parent has .mob-open */
    .modern-nav-item.mob-open > .modern-dropdown {
        display: block !important;
    }

    /* Prevent desktop :hover rule from firing on mobile */
    .modern-nav-item.has-dropdown:hover .modern-dropdown {
        display: none !important;
    }

    /* mob-open wins over hover suppression */
    .modern-nav-item.has-dropdown.mob-open > .modern-dropdown {
        display: block !important;
    }

    .modern-dropdown li a {
        color: rgba(255, 255, 255, 0.78);
        padding: 9px 22px 9px 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .modern-dropdown li a:hover {
        background: rgba(253, 163, 27, 0.12);
        color: #FDA31B;
        padding-left: 36px;
    }

    .modern-dropdown li a i {
        color: #FDA31B;
    }

    .mobile-cta-row {
        padding: 12px 18px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .mobile-cta-row .nav-cta-btn {
        width: 100%;
        padding: 11px 16px;
        font-size: 14px;
    }
}

/* ===== Desktop ===== */
@media (min-width: 992px) {
    .main-nav-collapse {
        display: flex !important;
        flex: 1;
        background: transparent;
        border-top: none;
        overflow: visible;
    }

    .mobile-nav-bar {
        display: none !important;
    }

    .modern-nav {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/* ===== Hero Slider ===== */
.hero-slider-wrap {
    position: relative;
    width: 100%;
}

.hero-slide {
    height: 88vh;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(40deg, rgb(0 0 0) 0%, rgb(10 20 40 / 28%) 50%, rgb(10 20 40 / 0%) 100%)}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 0 5%;
    animation: heroSlideIn 0.8s ease forwards;
}

@keyframes heroSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(253, 163, 27, 0.15);
    border: 1px solid rgba(253, 163, 27, 0.5);
    color: #FDA31B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    backdrop-filter: blur(4px);
}

.hero-title {
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 18px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-title-accent {
    color: #FDA31B;
    position: relative;
}

.hero-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 560px;
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-btn-primary {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(253, 163, 27, 0.45);
    transition: all 0.3s ease;
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(253, 163, 27, 0.6);
    color: #fff;
}

.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
    background: #fff;
    color: #0d1f35;
    border-color: #fff;
    transform: translateY(-3px);
}

/* Custom prev/next arrows */
.hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.hero-prev {
    left: 20px;
}

.hero-next {
    right: 20px;
}

.hero-nav-btn:hover {
    background: #FDA31B;
    border-color: #FDA31B;
    transform: translateY(-50%) scale(1.1);
}

/* Dot indicators */
.hero-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.hero-dot.active {
    background: #FDA31B;
    width: 28px;
    border-radius: 5px;
}

/* ===== What's New Ticker ===== */
.whats-new-bar {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #0d1f35, #1a3a5c);
    height: 44px;
    overflow: hidden;
}

.whats-new-label {
    flex-shrink: 0;
    background: #FDA31B;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 40px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    padding-right: 32px;
}

.whats-new-track {
    flex: 1;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.whats-new-inner {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: tickerScroll 35s linear infinite;
    gap: 0;
}

.whats-new-bar:hover .whats-new-inner {
    animation-play-state: paused;
}

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

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

.wn-item {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    padding: 0 10px;
    cursor: pointer;
    transition: color 0.2s;
}

.wn-item:hover {
    color: #FDA31B;
}

.wn-item i {
    color: #FDA31B;
    font-size: 8px;
    vertical-align: middle;
}

.wn-sep {
    color: rgba(255, 255, 255, 0.25);
    padding: 0 10px;
    font-size: 16px;
}

.whats-new-more {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #FDA31B;
    text-decoration: none;
    padding: 0 20px;
    white-space: nowrap;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 100%;
    display: flex;
    align-items: center;
    transition: background 0.2s;
}

.whats-new-more:hover {
    background: rgba(253, 163, 27, 0.12);
    color: #FDA31B;
}

@media (max-width: 576px) {
    .hero-slide {
        height: 65vh;
        min-height: 360px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 13px;
    }

    .hero-btns {
        flex-direction: column;
        gap: 10px;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        justify-content: center;
    }

    .whats-new-label {
        padding: 0 14px 0 14px;
        padding-right: 22px;
        font-size: 10px;
    }
}

/** news &event***/
.title-underbar h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    border-bottom: 3px solid #03a9f4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.list_2 ul {
    margin: 15px auto;
    padding: 0;
    width: 90%;
}

.list_2 ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: #bebcbc 1px dotted;
    background: url(../img/bullet.jpg) no-repeat left top;
    list-style: none;
    padding-left: 35px;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.list_2 ul li a {
    color: #242121;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marquee a {
    color: #333;
    text-decoration: none;
}

.news-flash {
    margin-bottom: -48px;
    margin-left: 0;
    /* background-color: #fff; */
    background: linear-gradient(to top, #dfe9f3 0%, white 100%);
    border: 1px solid #26bdef;
    margin-top: -46px;
}

.news-content {
    height: 35px;
    float: right;
    width: 84%;
}

.top-text {
    color: #fff !important;
}

.marquee {
    padding-top: 10px;
}

a.news-heading:hover {
    color: #000000;
}

.news-heading {
    float: left;
    width: 15%;
    position: relative;
    padding: 5px 6px;
    box-sizing: border-box;
    color: #FFF;
    font-size: 22px;
    background: #FDA31B;
    line-height: 17px;
    font-weight: 600;
}

a.rightbtn:hover {
    color: #000000;
}

.rightbtn {
    cursor: pointer;
    outline: 0;
    color: #fff;
    background-color: #FDA31B;
    border-color: #a4a5a7;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-decoration: none;
    float: right !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.simbtn {
    cursor: pointer;
    outline: 0;
    color: #009cff;
    /* background-color: #009cff; */
    border-color: #568bf5;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #a5a0a0;
    padding: 3px 12px;
    font-size: 16px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* text-decoration: none; */
    float: right !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.footerbg-dark {
    background-color: #012758 !important;
}

.footertext {
    color: #fff2f2 !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #fcba24;
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/* ===== Facilities & Awards Section ===== */
.facilities-awards-section {
    background: linear-gradient(135deg, #f4f8ff 0%, #fff9f0 100%);
    position: relative;
    overflow: hidden;
}

.facilities-awards-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(253, 163, 27, 0.08), transparent 70%);
    pointer-events: none;
}

/* Section tag & title */
.fac-section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(253, 163, 27, 0.35);
}

.fac-section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #1a1a2e;
}

.fac-accent {
    color: #FDA31B;
}

/* Panel wrapper */
.fac-panel {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.07);
    padding: 28px;
    height: 100%;
    border: 1px solid #f0f0f0;
    transition: box-shadow 0.3s ease;
}

.fac-panel:hover {
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.12);
}

/* Panel header */
.fac-panel-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f5f5f5;
}

.fac-panel-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1a3c6e, #0d2a50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(26, 60, 110, 0.3);
}

.fac-panel-icon--gold {
    background: linear-gradient(135deg, #FDA31B, #f07800);
    box-shadow: 0 4px 14px rgba(253, 163, 27, 0.35);
}

.fac-panel-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 2px 0;
}

.fac-panel-sub {
    font-size: 12px;
    color: #888;
    margin: 0;
}

/* Facilities grid */
.fac-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.fac-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 8px;
    border-radius: 12px;
    background: #f8faff;
    border: 1px solid #eef0f8;
    text-align: center;
    cursor: default;
    transition: all 0.28s ease;
}

.fac-item:hover {
    background: linear-gradient(135deg, #1a3c6e, #0d2a50);
    border-color: #1a3c6e;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(26, 60, 110, 0.2);
}

.fac-item:hover .fac-item-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #FDA31B;
}

.fac-item:hover .fac-item-label {
    color: #ffffff;
}

.fac-item-wide {
    grid-column: span 1;
}

.fac-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(253, 163, 27, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #FDA31B;
    transition: all 0.28s ease;
}

.fac-item-label {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.2px;
    line-height: 1.3;
    transition: color 0.28s ease;
}

/* Award list */
.award-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 460px;
    overflow-y: auto;
    padding-right: 4px;
}

.award-list::-webkit-scrollbar {
    width: 4px;
}

.award-list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.award-list::-webkit-scrollbar-thumb {
    background: #FDA31B;
    border-radius: 4px;
}

.award-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f8faff;
    border: 1px solid #eef0f8;
    border-radius: 12px;
    padding: 12px 14px;
    transition: all 0.28s ease;
}

.award-card:hover {
    background: #fff;
    border-color: #FDA31B;
    box-shadow: 0 6px 20px rgba(253, 163, 27, 0.15);
    transform: translateX(4px);
}

.award-img-wrap {
    position: relative;
    flex-shrink: 0;
}

.award-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #eee;
    display: block;
    transition: border-color 0.28s ease;
}

.award-card:hover .award-img {
    border-color: #FDA31B;
}

.award-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(253, 163, 27, 0.4);
}

.award-badge--silver {
    background: linear-gradient(135deg, #9e9e9e, #757575);
    box-shadow: 0 2px 8px rgba(100, 100, 100, 0.4);
}

.award-badge--green {
    background: linear-gradient(135deg, #28a745, #1d7a33);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4);
}

.award-badge--blue {
    background: linear-gradient(135deg, #007bff, #0056b3);
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.4);
}

.award-info {
    flex: 1;
    min-width: 0;
}

.award-title {
    font-size: 16.5px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 6px 0;
    line-height: 1.35;
}

.award-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.award-meta span {
    font-size: 15px;
    color: #888;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.award-meta span i {
    color: #FDA31B;
    font-size: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .fac-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fac-item-wide {
        grid-column: span 2;
    }

    .award-list {
        max-height: none;
    }
}

@media (max-width: 480px) {
    .fac-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


/*** Holiday Calendar ***/
#cal-body tr {
    display: table-row;
}

#cal-body tr td {
    display: table-cell;
}

#cal-body td.cal-sunday {
    color: #dc3545 !important;
    font-weight: 700 !important;
}

#cal-body td.text-white.cal-sunday {
    color: #ffffff !important;
    font-weight: 700 !important;
}

#cal-body td {
    padding: 6px 4px;
    font-size: 12px;
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid #dee2e6;
    cursor: default;
    min-width: 28px;
}

#cal-body td:hover:not(.text-muted):not(.text-white) {
    background-color: #f0f9ff;
    color: #17a2b8;
    cursor: pointer;
}

.table-bordered th {
    border: 1px solid #dee2e6 !important;
    padding: 6px 4px;
    font-size: 12px;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 50px;
    height: 50px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 45px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer-title {
    padding: 4px 4px 15px 4px;
    border-bottom: 1px solid #9bb0c8;
}

.footer-btn {
    color: #fff;
    cursor: pointer;
    background-color: #FDA31B;
    border: 1px solid #fff6f6;
    font-size: 1rem;
    border-radius: 6px;
}

.footer-btn:hover {
    color: #000;
    background-color: #fcba24;
    border-color: #fff1d2;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.btn-primary {
    color: #000;
    background-color: #FDA31B;
    border-color: #FDA31B;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* Footer Quick Links – copyright bar right side */
.footer-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
    align-items: center;
}

.footer-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 13px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.footer-quick-link i {
    font-size: 11px;
    color: #FDA31B;
    transition: transform 0.3s ease;
}

.footer-quick-link:hover {
    color: #FDA31B;
    background: rgba(253, 163, 27, 0.15);
    border-color: #FDA31B;
    box-shadow: 0 0 10px rgba(253, 163, 27, 0.3);
    text-decoration: none;
    transform: translateY(-1px);
}

.footer-quick-link:hover i {
    transform: scale(1.2);
}

@media (max-width: 576px) {
    .footer-quick-links {
        justify-content: center;
        margin-top: 6px;
    }

    .footer-quick-link {
        font-size: 11px;
        padding: 4px 10px;
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
        background-color: #0b2a3e;
    }
}

:root {
    --theme-color: linear-gradient(180deg, rgb(0 156 255) 0%, rgb(70 91 144) 100%);
    --color-secondary: #FFA800;
    --body-color: #404040;
    --bold-color: #191919;
    --border-color: #d6d6d6;
    --button-hover: #222222;
    --shadow: 0 0 1rem #dddddd;
}

/* Main -> Admin Tabs */
.page-tabs {
    list-style: none;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
    padding: 0;
    border-bottom: 2px solid var(--border-color);
}

ul.page-tabs li {
    padding: 0;
}

ul.page-tabs li a {
    padding: 4px 10px;
    background: var(--border-color);
    color: var(--bold-color);
    transition: all 0.3s ease;
}

ul.page-tabs li a:hover {
    background: var(--color-secondary);
    color: #ffffff;
}

ul.page-tabs li.active-page-tab a {
    background: var(--theme-color);
    color: #ffffff;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {

    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding-left: 100%;
    box-sizing: content-box;
}

.ticker-wrap .ticker {
    display: inline-block;

    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;

    color: white;
}

.region-counter img {
    Position: absolute;
    min-height: 100%;
    object-fit: cover;
}

#user-login-form {
    background: #fff;
    max-width: 620px;
    width: 100%;
    padding: 58px 44px;
    border: 1px solid ##e1e2f0;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}

#user-login-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#user-login-form label {
    font-size: 13px;
    color: #8086a9;
}

#user-login-form input {
    flex: 1;
    padding: 13px;
    border: 1px solid #d6d8e6;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.2s ease-out;
}

#user-login-form input:focus {
    outline: none;
    box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, 0.12);
}

#user-login-form input::placeholder {
    color: #C8CDDF;
}

#user-login-form [type="submit"] {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    background: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    transition: background 0.2s ease-out;
}

#user-login-form button:hover {
    background: #55D3AC;
}

@media(max-width: 458px) {


    #user-login-form {
        background: #f9faff;
        border: none;
        box-shadow: none;
        padding: 20px 0;
    }

}

table {
    width: 100%;
    margin-bottom: 1.2rem;
    border-spacing: 0;
    border-collapse: collapse;
}

th,
tr,
td {
    vertical-align: middle;
}

th {
    margin: 0;
    padding: 10px;

    background: var(--theme-color);
    color: #fff;
    border: 2px solid var(--theme-color);
    text-align: left;
    text-shadow: none;
}

td {
    padding: 5px 10px;
    border: 2px solid #d6d6d6;
}

.file--application-pdf {

    display: inline-block;
    min-height: 16px;
    padding-left: 39px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/pdf_icon.png);
}

.colorbox img {
    max-width: 100%;
    height: auto;
}

.message-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 60px auto;
    padding: 30px;

    border-right: 5px solid #54a0ff;

}

.header-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile-pic {
    flex: 0 0 120px;
    max-width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 3px solid #ff6b6b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.profile-pic img {
    width: 100%;
    height: auto;
}

.chairman-details {
    flex: 1;
}

.chairman-name {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin: 0;
}

.designation {
    font-size: 18px;
    color: #555555;
    margin-top: 4px;
}

.message-body {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    text-align: left;
}

.message-body p {
    margin-bottom: 20px;
}

.message-footer {
    text-align: right;
    margin-top: 30px;
    font-size: 16px;
    color: #555555;
}

.gradient-bar {
    height: 4px;
    background: linear-gradient(to right, #ff6b6b, #54a0ff, #1dd1a1, #feca57);
    border-radius: 2px;
    margin: 20px 0;
}

.service-item .mb-0 a {
    text-decoration: none;
    color: black;
}

/* ===== About Us – Modern Design ===== */

.about-modern-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.about-img-wrap {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.about-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-modern-wrap:hover .about-main-img {
    transform: scale(1.04);
}

.about-img-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(253, 163, 27, 0.45);
    white-space: nowrap;
}

.about-img-badge .badge-number {
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.about-img-badge .badge-text {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.92;
    margin-top: 3px;
}

.about-content-wrap {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-tag-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #009CFF 0%, #005fa3 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 30px;
    margin-bottom: 14px;
    width: fit-content;
    box-shadow: 0 3px 10px rgba(0, 156, 255, 0.3);
}

.about-main-title {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.3;
}

.about-main-title span {
    color: #FDA31B;
}

.about-desc {
    font-size: 16.5px;
    color: #110f0f;
    line-height: 1.75;
    margin-bottom: 18px;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #f8f9ff;
    border-left: 3px solid #FDA31B;
    transition: box-shadow 0.25s;
}

.about-feature-item:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.about-feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.about-feature-item h6 {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin: 0 0 2px;
}

.about-feature-item small {
    font-size: 11px;
    color: #888;
}

.about-readmore-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #009CFF, #005fa3);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    width: fit-content;
    box-shadow: 0 4px 14px rgba(0, 156, 255, 0.35);
    transition: all 0.3s ease;
}

.about-readmore-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 156, 255, 0.5);
    color: #fff;
}

/* Responsive: stack on mobile */
@media (max-width: 767.98px) {
    .about-modern-wrap {
        border-radius: 10px;
    }

    .about-content-wrap {
        padding: 20px !important;
    }

    .about-img-wrap {
        min-height: 220px;
    }
}

/* ===== Director's Desk – Premium Redesign ===== */

.chairman-desk-area {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ---- Modern Header ---- */
.chairman-desk-header {
    margin-bottom: 18px;
}

.chairman-desk-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 30px;
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(253, 163, 27, 0.35);
}

.chairman-desk-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.chairman-desk-title span {
    color: #FDA31B;
    position: relative;
}

.chairman-desk-title span::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #FDA31B, transparent);
    border-radius: 2px;
}

.chairman-desk-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

.chairman-desk-divider .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #FDA31B, #e0e0e0);
    border-radius: 2px;
}

.chairman-desk-divider .line:last-child {
    background: linear-gradient(90deg, #e0e0e0, transparent);
}

.chairman-desk-divider i {
    font-size: 9px;
    color: #FDA31B;
}

/* ---- Dark Panel ---- */
.chairman-desk-panel {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(145deg, #0f2942 0%, #1a3a5c 50%, #0d1f35 100%);
    min-height: 300px;
    flex: 1;
    box-shadow: 0 15px 40px rgba(15, 41, 66, 0.35);
}

.chairman-desk-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(253, 163, 27, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgba(0, 156, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* ---- Quote Overlay ---- */
.chairman-quote-overlay {
    padding: 28px 24px 16px;
    position: relative;
    z-index: 2;
}

.chairman-quote-icon {
    font-size: 28px;
    color: #FDA31B;
    opacity: 0.8;
    margin-bottom: 10px;
    display: block;
}

.chairman-quote-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    font-style: italic;
}

.chairman-quote-text em {
    color: #FDA31B;
    font-style: italic;
    font-weight: 500;
}

/* ---- Director Card (bottom) ---- */
.chairman-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    padding: 14px 20px;
    gap: 16px;
    z-index: 3;
}

.chairman-profile-img {
    width: 88px;
    height: 98px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid rgba(253, 163, 27, 0.7);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.chairman-info {
    flex: 1;
    min-width: 0;
}

.chairman-info h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chairman-role {
    color: #FDA31B;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ---- Social Buttons ---- */
.chairman-socials {
    display: flex;
    gap: 7px;
    align-items: center;
}

.chairman-social-btn {
    width: 26px;
    height: 26px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #fff;
    transition: all 0.25s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.chairman-social-btn.facebook {
    background: #1877f2;
}

.chairman-social-btn.youtube {
    background: #ff0000;
}

.chairman-social-btn.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.chairman-social-btn.twitter {
    background: #1da1f2;
}

.chairman-social-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    color: #fff;
}

/* ---- Message Button ---- */
.chairman-msg-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff !important;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(253, 163, 27, 0.45);
    transition: all 0.3s ease;
    text-decoration: none;
}

.chairman-msg-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(253, 163, 27, 0.6);
    color: #fff;
}

/* ===== Gallery Slider Arrow Buttons ===== */
.gallery-section {
    background: #f4f6fb;
}

.gallery-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #FDA31B, #f07800);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 30px;
    box-shadow: 0 3px 12px rgba(253, 163, 27, 0.35);
}

.gallery-section-sub {
    font-size: 14px;
    color: #888;
}

.gallery-slider-wrap {
    transition: opacity 0.35s ease;
}

.gallery-arrow-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e0e0e0;
    color: #0d1f35;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.gallery-arrow-btn:hover,
.gallery-arrow-active {
    background: #FDA31B;
    border-color: #FDA31B;
    color: #fff;
    box-shadow: 0 5px 16px rgba(253, 163, 27, 0.4);
    transform: scale(1.05);
}

.gallery-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.gallery-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 20, 40, 0.88) 0%, rgba(10, 20, 40, 0.3) 55%, transparent 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-content {
    transform: translateY(10px);
    transition: transform 0.35s ease;
}

.gallery-card:hover .gallery-overlay-content {
    transform: translateY(0);
}

.gallery-cat {
    display: inline-flex;
    align-items: center;
    background: #FDA31B;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 7px;
}

.gallery-caption {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 3px;
}

.gallery-caption-sub {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    margin: 0 0 10px;
}

.gallery-view-btn {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none;
    backdrop-filter: blur(4px);
    transition: background 0.25s;
}

.gallery-view-btn:hover {
    background: #FDA31B;
    border-color: #FDA31B;
    color: #fff;
}

.gallery-count-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    z-index: 3;
}

.gallery-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0d1f35, #1a3a5c);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(13, 31, 53, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.gallery-view-all-btn:hover {
    background: transparent;
    color: #0d1f35 !important;
    border-color: #0d1f35;
    transform: translateY(-2px);
}