
        /* Custom CSS to match original design */
        body {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            background: #fff;
            font-size: 14px;
            line-height: 1.3;
            color: #444;
        }

        .container-nav {
            max-width: 1500px !important; 
        }

        .header-left img {
            max-width: 300px;
            height: auto;
        }

        .header-right {
            text-align: right;
        }

        a.button-blue {
            color: #fff;
            background: #0E3F97;
            padding: 5px 16px;
            font-size: 11px;
            text-transform: uppercase;
            text-decoration: none;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            transition: all 0.2s linear;
        }

        a.button-blue:hover {
            background: #e78104;
        }

        a.button-orange {
            color: #fff;
            background: #e78104;
            padding: 5px 16px;
            font-size: 11px;
            text-transform: uppercase;
            text-decoration: none;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            transition: all 0.2s linear;
        }

        a.button-orange:hover {
            background: #0E3F97;
        }

        /* Navigation Styles */
        .nav-wrapper {
            /* background: linear-gradient(to bottom, #ffbb55, #ff9900); */
            /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); */
            margin-bottom: 20px;
        }

        .navbar {
            padding: 0;
        }
/* Nav item - just positioning, no visual styles */
        .navbar-nav .nav-item {
            position: relative;
        }

        /* Nav link - has the orange background */
        .navbar-nav .nav-link {
            color: white !important;
            font-size: 16px;
            line-height: 40px;
            padding: 0 12px;
            text-decoration: none;
            text-shadow: 0px 1px 0px #ddaa8b;
            border-right: 1px solid #EB8F07;
            transition: all ease-in-out 0.2s;
            background: linear-gradient(to bottom, #ffbb55, #ff9900);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
            display: block;
        }

        .navbar-nav .nav-link:hover {
            background: #fb5;
            color: white !important;
        }

        /* CRITICAL: Dropdown must be absolute positioned and show class override */
        .dropdown-menu {
            position: absolute !important; /* !important to override Bootstrap */
            top: 100% !important;
            left: 0;
            background: #fb5;
            border: 1px solid #EB8F07;
            box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
            border-radius: 0;
            margin: 0;
            padding: 0;
            z-index: 1000;
        }

        /* Also need to override Bootstrap's show state */
        .dropdown-menu.show {
            position: absolute !important;
            display: block;
        }

        .dropdown-item {
            color: white;
            font-size: 14px;
            padding: 8px 18px;
            border-top: 1px solid #EB8F07;
            text-shadow: 0px 1px 0px #FFDFAF;
        }

        .dropdown-item:hover {
            background: #f90;
            color: white;
            text-shadow: 0px 1px 0px #FFCA7D;
        }



        .navbar-toggler {
            background: #FF9D09;
            border: none;
            padding: 15px;
            font-size: 24px;
            color: #793b00;
        }

        .btn-top {
          background-color: #1A2B85;
          color: #fff;
          text-decoration: none;
          padding: 6px 16px; 
          border-radius: 10px;
          font-size: 14px;
          font-weight: 500;        
        }

        .btn-top-donate {
          background-color: #e78104;
          color: #fff;
          text-decoration: none;
          padding: 6px 16px;
          border-radius: 10px;
          font-size: 14px;
          font-weight: 700;          
        }

        /* Content Styles */
        .content-wrapper {
            padding: 20px 0;
        }

        .main-content {
            padding: 16px 0 16px 16px;
        }

        .main-content h1 {
            font-size: 24px;
            font-weight: bold;
            color: #0E3F97;
            margin: 0 0 12px 0;
            text-shadow: 2px 2px 2px #ddd;
        }

        .main-content p {
            margin-bottom: 10px;
            margin-right: 8px;
        }

        .main-content ul {
            margin-bottom: 20px;
              margin-right: 8px;
        }

        .main-content ul li {
            margin-bottom: 8px;
              margin-right: 8px;
        }

        .main-content a {
            color: #0E3F97;
            text-decoration: none;
        }

        .main-content a:hover {
            color: #e78104;
        }

        .homepage-box {
            margin: 20px 4px 10px 4px;
            padding: 15px;
            background: #fff;
            border: 2px solid #1A2B85;
            border-radius: 10px;
            overflow: hidden;
        }

        .homepage-box img {
            float: left;
            margin-right: 20px;
            margin-bottom: 10px;
        }

        .homepage-box strong {
            color: #0E3F97;
        }

        .horizontal-sidebar {
            padding: 15px;
            border: 2px solid #0E3F97;
            border-radius: 10px;
            margin-top: 30px;
        }

        .horizontal-sidebar h1 {
            color: #0E3F97;
            font-size: 22px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .horizontal-sidebar p {
            margin-bottom: 10px;
        }

        .horizontal-sidebar a {
            color: #0E3F97;
            text-decoration: none;
        }

        .horizontal-sidebar a:hover {
            color: #e78104;
        }

        /* Sidebar Styles */
        .sidebar-content {
            text-align: center;
            padding: 16px 0 16px 20px;
        }

        .sidebar-content img {
            margin-bottom: 15px;
            max-width: 100%;
            height: auto;
        }

        /* Footer Styles */
        .footer-wrapper {
            border-top: 4px solid #e78104;
            color: #ddd;
            background: #0E3F97;
            padding: 32px 16px;
            text-shadow: 1px 0px 1px #000;
            margin-top: 50px;
            text-align: center;
        }

        .footer-wrapper p {
            margin: 10px 0;
            font-size: 12px;
        }

        .footer-wrapper a {
            color: #ddd;
            text-decoration: underline;
        }

        .footer-wrapper a:hover {
            color: #fff;
        }

        /* Scroll to Top */
        .scroll-top {
            position: fixed;
            bottom: 24px;
            right: 24px;
            width: 40px;
            height: 40px;
            background-color: #0a2c68;
            color: #fff;
            text-align: center;
            line-height: 40px;
            font-size: 16px;
            font-weight: bold;
            text-shadow: 1px 1px 0px #000;
            cursor: pointer;
            display: none;
            z-index: 999;
            transition: all 0.2s linear;
        }

        .scroll-top:hover {
            background: #e78104;
        }
/* Mobile styles - below 1200px */
@media (max-width: 1199px) {
    .header-right {
        padding-top: 20px;
        text-align: center;
    }

    .header-left {
        text-align: center;
    }

    .navbar-nav .nav-link {
        border-right: none;
        border-top: 1px solid #ce7304;
    }
    
    /* Make navbar collapse on mobile */
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }
    
    .navbar-toggler {
        display: block;
    }
}

/* Desktop styles - 1200px and above */
@media (min-width: 1200px) {
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    
    .navbar-expand-custom .navbar-nav .nav-link {
        padding: 0 12px;
    }
    
    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}


/* PHP Content CSS */

.homepage-box {
    margin: 20px 0 10px 0;
    padding: 14px;
    background: #fff;
    float: left;
    border: 2px solid #1A2B85;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}