
body {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    background-color: #eaf3ff;
}
body a {
    color: #202020;
}
body a:hover {
    /* color: gray; */
    text-decoration: none;
}

/* ==========================================================
   SHARE BUTTONS
   ========================================================== */
.share-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.share-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    margin-right: 0.25rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.share-btn:hover {
    transform: scale(1.15);
    opacity: 0.9;
}

.share-btn--facebook { background-color: #1877f2; }
.share-btn--x { background-color: #000; }
.share-btn--whatsapp { background-color: #25d366; }
.share-btn--telegram { background-color: #2aabee; }
.share-btn--copy { background-color: #6c757d; }
.share-btn--copy.copied { background-color: #28a745; }


/* TOP BAR */
.top-bar {
    
    background-color: #002970;
    color: #ffffff;
    background-image: url(../img/pattern1_03.png);
    background-blend-mode: overlay;
    background-size: 10em;
    font-size: 14px;
    padding: 16px 0 0;
}
.top-bar a {
    color: #ffffff;
}
.top-bar a:hover {
    color: #0f6fc7;
}
.top-bar i {
    margin-right: 5px;
}

/* CAROUSEL */
.carousel-caption {
    /* border-top: 1px solid #fff; */
    color: #fff;
    /* background: #004585; */
    opacity: 0.7;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 30px;
}
.carousel-caption h2 {
    color: #fff;
}
.carousel-indicators li {
    background-color: #fff;
}
.carousel-indicators .active {
    background-color: #fbbc05;
}

/*  LOGO */
.brand {
    font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
    font-weight: bold;
    text-transform: uppercase;
    color: #fbbc05;
}

/* PAGE TITLE */
.page-title {
    font-weight: bold;
    border-bottom: 2px solid #fbbc05;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}
.page-title:after {
    border-bottom: 2px solid #0f6fc7;
    width: 30%;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}
footer .page-title:after {
    border-bottom: 2px solid #0f6fc7;
}
/* TESTIMONI */
.quote {
    overflow: hidden;
    background-color: #004585;
}

ul.quote {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    height: 50px;
    background-color: transparent;
}
ul.quote li {
    color: #fff;
    position: absolute;
    top: -950em;
    left: 0;
    display: block;
    white-space: nowrap;
    font: 14px Helvetica, Arial, sans-serif;
    padding: 17px 15px 15px 15px;
}
ul.quote li span {
    color: #fbbc05;
    font-weight: bold;
}

/*  Conten */
h5.card-title {
    font-size: 16px;
    font-weight: bold;
}

/* Sidebar */
.sidebar .list-group-item {
    border: 1px solid #6c757d;
}

/* Footer */
footer {
    color: #fff;
    font-size: 14px;
}
footer .primary-footer {
    background-color: #000000;
    padding: 30px 0;
}
footer .secondary-footer {
    border-top: 1px solid #fff;
    background-color: #002970;
    padding: 10px 0;
}
footer .copyright {
    color: #fff;
    /* border-top: 1px solid #fff; */
}
footer a {
    color: #ffffff;
}
footer a:hover {
    color: yellow;
}
footer .page-title {
    color: #ffffff;
}
.social-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 12px;
    border-radius: 50%;
}
.facebook{
    background-color:#3b5998;
}
.instagram {
    background-color:#fbbc05;
}
.youtube {
    background-color:#ef4e17;
}
.primary-footer nav ol.breadcrumb {
    background-color: transparent;
}

.action-button {
    background-color: #0f6fc7;
    color: #fff;
}
.action-button:hover {
    background-color: #014585;
    color: #fff;
}

/* Responsive */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .top-left{
        text-align: center !important;
    }
    .top-right {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .top-left{
        text-align: center !important;
    }
    .top-right {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .top-left{
        text-align: center !important;
    }
    .top-right {
        display: none;
    }
}

/* Overide Toastr color */
.toast {
    background-color: #030303;
}
/* custom toastr success */
.toast-success {
    background-color: #00cb18;
}
/* custom toastr error */
.toast-error {
    background-color: #ef5137;
}
/* custom toastr info */
.toast-info {
    background-color: #4b8df8;
}
/* custom toastr warning */
.toast-warning {
    background-color: #ffb848;
}
.toast-title, .toast-message {
    text-align: left;
}
.top-header {
    display: flex;
    align-items: center/* vertical alignment */
}
/* return to top */
#return-to-top {
    opacity: 0.7;
    z-index: 10000;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #fbbc05;
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 9px;
    top: 5px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #000;
}
#return-to-top:hover i {
    color: #fff;
}

/* ==========================================================
   PREMIUM NAVIGATION MENU OVERHAUL (APPEARANCE & UX)
   ========================================================== */

/* Main Menu Base Container */
#nav_menu {
    background-color: #12131c !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Navbar container */
.navbar {
    background-color: transparent !important;
    padding: 0 !important;
}

/* Navigation Links Base Styling */
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 0.7rem 1rem !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.85) !important;
    transition: color 0.3s ease;
}

/* Kill Bootstrap dropdown caret arrow — it breaks underline consistency */
.navbar-dark .navbar-nav .dropdown-toggle::after {
    display: none !important;
}

/* Active link state — full white for clarity */
.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: #fbbc05 !important;
}

/* Navbar brand (mobile hamburger label) consistent with nav links */
.navbar-dark .navbar-brand {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.85) !important;
    transition: color 0.3s ease;
}

.navbar-dark .navbar-brand:hover {
    color: #fbbc05 !important;
}

/* Glassmorphic Sticky Menu (Activated on scroll) */
.fixed_menu {
    background: rgba(18, 19, 28, 0.85) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    border-bottom: 3px solid #fbbc05 !important;
    transform: translateY(0);
    animation: stickySlideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes stickySlideIn {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Premium Dropdown Item Base Styling */
.dropdown-item {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: none;
    background: transparent !important;
    transition: all 0.25s ease !important;
}

/* DESKTOP VIEW LAYOUT (992px and up) */
@media (min-width: 992px) {
    /* Sliding Hover Gold Line Accent — uses ::before to avoid Bootstrap caret ::after conflict */
    .navbar-dark .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 50%;
        background-color: #fbbc05; /* Premium school gold */
        transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1), left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .navbar-dark .navbar-nav .nav-item:hover .nav-link::before,
    .navbar-dark .navbar-nav .nav-item.active .nav-link::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-item:hover .nav-link {
        color: #fbbc05 !important;
    }

    /* Smooth Multi-level Dropdown Menu Animation on Desktop */
    .navbar-nav .dropdown-menu {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background-color: #12131c !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        border-radius: 6px !important;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5) !important;
        padding: 0.5rem 0 !important;
        margin-top: 0 !important;
    }

    /* Dropdown Hover State Trigger on Desktop */
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu,
    .navbar-nav .dropdown-menu:hover {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Premium Dropdown Item Hover on Desktop */
    .dropdown-item {
        color: rgba(255, 255, 255, 0.8) !important;
        padding: 0.7rem 1.5rem !important;
    }

    .dropdown-item:hover {
        background-color: #fbbc05 !important;
        color: #12131c !important;
        padding-left: 1.8rem !important; /* Dynamic sliding indentation */
        font-weight: bold;
    }

    /* Nested Dropdowns Support on Desktop */
    .dropdown-menu .dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 2px !important;
    }

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu li:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* MOBILE/TABLET VIEW LAYOUT (991.98px and down) */
@media (max-width: 991.98px) {
    /* Prevent full viewport lock & fix scroll overflow */
    .navbar-collapse {
        max-height: 75vh;
        overflow-y: auto !important;
        padding-bottom: 1rem;
        margin-top: 0.2rem;
    }

    /* Accessibly space and align mobile links with tight vertical padding */
    .navbar-dark .navbar-nav .nav-link {
        padding: 0.45rem 1rem !important; /* Compact vertical spacing */
        border-left: 3px solid transparent;
        transition: all 0.3s ease;
    }

    /* Active Left Accent Strip on Mobile */
    .navbar-dark .navbar-nav .nav-item:hover > .nav-link,
    .navbar-dark .navbar-nav .nav-item.active > .nav-link {
        color: #fbbc05 !important;
        border-left: 3px solid #fbbc05;
        padding-left: 1.3rem !important;
        background-color: rgba(255, 255, 255, 0.03);
    }

    /* Style inner dropdown menus statically inside collapsible list on mobile with tight styling */
    .navbar-dark .navbar-nav .dropdown-menu {
        display: none; /* Let Bootstrap toggle using the .show class */
        position: static !important;
        float: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
        background-color: #0b0c10 !important; /* Visual grouping with darker nested background */
        border: none !important;
        box-shadow: none !important;
        margin: 0.2rem 0 0.2rem 0.8rem !important; /* Ultra compact margins */
        border-left: 1px dashed rgba(255, 255, 255, 0.1) !important;
        border-radius: 0 !important;
    }

    .navbar-dark .navbar-nav .dropdown-menu.show {
        display: block !important;
    }

    /* Fix severe mobile contrast issue - Make text fully white/bright with ultra tight vertical padding */
    .navbar-dark .navbar-nav .dropdown-menu a.dropdown-item,
    .navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.95) !important; /* Extremely high contrast */
        padding: 0.35rem 1.2rem !important; /* Highly compact vertical dropdown item padding */
        border-left: 2px solid transparent;
        transition: all 0.25s ease !important;
    }

    /* Mobile item hover states */
    .navbar-dark .navbar-nav .dropdown-menu a.dropdown-item:hover,
    .navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
        color: #fbbc05 !important;
        background-color: rgba(255, 255, 255, 0.04) !important;
        border-left: 2px solid #fbbc05;
        padding-left: 1.5rem !important; /* Tighter slide accent */
    }
}

/* Mobile Toggler Accent */
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.2) !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

#nav_menu>div>nav>a {
    font-size: 1rem;
}

.carousel-indicators li {
    box-shadow: 0 0 3px grey;
}
