 /* ADDED FOR SMOOTH SCROLLING */
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }

    /* General Body Styles */
    body {
        padding-top: 80px;
        background-color: #f7f9fc;
        font-family: 'Segoe UI', sans-serif;
        color: #333;
    }

    /* Navbar Styles */
    .navbar {
        backdrop-filter: blur(12px);
        background-color: rgba(255, 255, 255, 0.85);
        transition: all 0.3s ease-in-out;
        padding: 20px 0;
        border-bottom: none;
    }

    .navbar.scrolled {
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
    }

    .navbar-brand {
        font-weight: 750;
        font-size: 1.40rem;
        color: #274D76 !important;
        text-decoration: none;
    }

    .navbar-brand img {
        height: 40px;
        object-fit: contain;
    }

    /* Nav Links & Buttons Common Styles */
    .nav-link,
    .btn-rounded {
        font-weight: 500;
        transition: all 0.25s;
    }

    .nav-link {
        color: #333;
        margin: 0 10px;
        text-decoration: none;
    }

    .nav-link:hover,
    .nav-link:active,
    .nav-link:focus {
        color: #4661E6;
        transform: translateY(-2px);
        text-decoration: none;
    }

    .btn-rounded {
        border-radius: 50px;
        padding: 8px 22px;
        font-size: 1rem;
    }

    .btn-outline-primary.btn-rounded {
        color: #0d6efd;
        border-color: #0d6efd;
    }
    .btn-outline-primary.btn-rounded:hover {
        background-color: #0d6efd;
        color: #fff;
        box-shadow: 0 0 10px rgba(70, 97, 230, 0.4);
    }

    /* Navbar Toggler (Hamburger) Styles */
    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
        padding: 0.25rem 0.5rem;
    }

    .navbar-toggler-icon-custom {
        display: inline-block;
        width: 24px;
        height: 18px;
        position: relative;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-toggler-icon-custom span {
        position: absolute;
        height: 3px;
        width: 100%;
        background: #333;
        left: 0;
        transition: 0.3s ease;
        border-radius: 2px;
    }

    .navbar-toggler-icon-custom span:nth-child(1) { top: 0; }
    .navbar-toggler-icon-custom span:nth-child(2) { top: 7px; }
    .navbar-toggler-icon-custom span:nth-child(3) { top: 14px; }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(1) {
        top: 7px;
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon-custom span:nth-child(3) {
        top: 7px;
        transform: rotate(-45deg);
    }

    /* Offcanvas Menu Styles */
    .offcanvas-end {
        width: 260px;
        background-color: #fff;
        box-shadow: none;
    }

    .offcanvas a {
        font-weight: 500;
        padding: 10px 0;
        color: #333;
        text-decoration: none;
        display: block;
    }

    .offcanvas a:hover,
    .offcanvas a:active,
    .offcanvas a:focus {
        color: #4661E6;
        background-color: transparent;
        text-decoration: none;
    }

    /* Skip Link Styles */
    .visually-hidden-focusable:active,
    .visually-hidden-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    /* Page Header & Breadcrumb Styles */
    .breadcrumb {
      background-color: transparent;
      margin-bottom: 0;
      padding: 1rem 0;
    }
    .breadcrumb-item a { color: #0d6efd; text-decoration: none; }
    .breadcrumb-item a:hover { color: #0a58ca; }
    .breadcrumb-item.active { color: #6c757d; }

    .page-header {
      background-color: #f7f9fc;
      padding: 2rem 0;
      border-bottom: none;
    }
    .page-header h1 {
      font-weight: 700;
      color: #1e293b;
      font-size: 2.5rem;
    }

    /* Scroll to Top Button Styles */
    #scrollToTopBtn {
        display: none; position: fixed; bottom: 30px; right: 30px; z-index: 99;
        border: none; outline: none; background-color: rgba(0, 0, 0, 0.7);
        color: white; cursor: pointer; width: 50px; height: 50px;
        border-radius: 50%; font-size: 20px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        transition: background-color 0.3s, opacity 0.3s; opacity: 0;
        display: flex; justify-content: center; align-items: center;
    }
    #scrollToTopBtn:hover { background-color: rgba(0, 0, 0, 0.9); }

    /* Footer Styles */
    .rs-footer {
        padding: 60px 0 30px 0; font-family: system-ui, sans-serif;
        background-color: #1A222F; color: #ffffff;
    }
    .rs-footer a { text-decoration: none; color: #adb5bd; }
    .rs-footer a:hover { color: #ffffff; }
    .rs-footer-bottom {
        border-top: 1px solid #495057; margin-top: 40px;
        padding-top: 20px; font-size: 14px; color: #ffffff;
    }
    .rs-footer-bottom a { color: #ffffff; }

    /* Accordion items for mobile footer */
    .accordion-item {
        background-color: #1A222F; border: none; margin-bottom: 5px;
        border-radius: 0.25rem; box-shadow: none !important;
    }
    .accordion-item:last-of-type { margin-bottom: 0; }
    .accordion-header { background-color: #1A222F; }
    .rs-accordion-button {
        position: relative; background-color: transparent !important;
        color: #ffffff !important; font-weight: 600; padding-left: 1.5rem;
        border: none !important; box-shadow: none !important;
        outline: none !important; transition: none !important;
    }
    .rs-accordion-button:hover, .rs-accordion-button:active, .rs-accordion-button:not(.collapsed) {
        background-color: transparent !important; color: #ffffff !important;
        border: none !important; box-shadow: none !important; outline: none !important;
    }
    .rs-accordion-button::after {
        content: ""; position: absolute; right: 1rem; top: 50%;
        transform: translateY(-50%) rotate(45deg); width: 12px; height: 12px;
        border-style: solid; border-width: 2px 2px 0 0; border-color: #ffffff;
        transition: transform 0.3s ease; transform-origin: center; pointer-events: none;
    }
    .rs-accordion-button.collapsed::after { transform: translateY(-50%) rotate(45deg); }
    .rs-accordion-button:not(.collapsed)::after { transform: translateY(-50%) rotate(135deg); }
    .accordion-body { background-color: #1A222F; color: #adb5bd; padding-bottom: 0.5rem; }

    /* Responsive adjustments */
    @media (min-width: 768px) { .rs-mobile-footer { display: none; } }
    @media (max-width: 767.98px) { .rs-desktop-footer { display: none; } }