        body {
            font-family: 'Century Gothic', Arial, sans-serif;
            }
        a {
            color: #20295c;
            text-decoration: underline;
        }
        
        
        .top-bar {
            background-color: #20295c;
            color: white;
            font-size: 16px;
            padding: 20px;
        }

        .top-bar a {
            color: white;
            text-decoration: none;
            margin-left: 15px;
        }

        .top-bar a:hover {
            text-decoration: underline;
        }
        .text-warning {
            color: #d8903b !important;
        }
        .middle-section {
            background-color: #cccccc69;
            padding: 15px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #222;
        }

        .middle-section img {
            max-height: 80px;
        }
        
        .align-items-center {
            width: 100%;
        }
        
        .form-control {
            border: 2px solid #20295c;
            border-radius: 30px;
            padding: .75em;
        }
        .search-bar {
            max-width: 400px;
            display: flex;
        }

        .search-bar input {
            flex-grow: 1;
        }

        .navbar {
            background-color: #72b6d5;
            padding: 0px;
            border-bottom: 1px solid #eaeaea;
        }

        .navbar-nav .nav-link {
            color: #20295c;
        }

        .navbar-nav .nav-link:hover,
        .navbar-nav .dropdown-item:hover {
            color: #d8903b;
        }

        .navbar-nav .dropdown-menu {
            border: 1px solid #d8903b;
        }

        /* Adjust the toggle button on mobile */
        .navbar-toggler {
            position: absolute;
            right: 10px; 
            top: 100px; 
            z-index: 1050;
            background-color: #72b6d5;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 5px;
        }
      
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
            filter: brightness(0);
        }
        
        .navbar-collapse {
            background-color: #72b6d5;
            padding: 2px;
            border-radius: 5px;
        }
        
        .navbar-nav .nav-link {
            text-align: left; 
            margin: 5px 18px;
           font-size: 16px;
        }

        @media (max-width: 991px) {
            .navbar-collapse {
                position: absolute;
                top: 60px;
                right: 0;
                left: 0;
            }
        }

        .header-section {
            background-color: #20295c;
            color: white;
            padding: 20px 0 35px 0;
            text-align: center;
        }
    
        .header-section h1 {
            font-size: 2.0rem;
            margin-bottom: 40px;
            margin-top: 5px;
        }
    
        .header-section a {
            color: #fff;
            text-decoration: underline;
            font-size: 1rem;
            margin-bottom: 10px;
        }
    
        .header-section a:hover {
            text-decoration: underline;
            color: #f0ad4e;
        }
        
        /* Style for dropdown submenu */
            .dropdown-menu {
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 1000;
                display: none;
                margin: 0;
                padding: 0.5rem 0;
                font-size: 1rem;
                text-align: left;
                list-style: none;
                background-color: #fff;
                border: 1px solid rgba(0, 0, 0, 0.15);
                border-radius: 0.25rem;
            }
            
            /* Ensure submenus open to the right */
            .dropdown-submenu {
                position: relative;
            }
            
            .dropdown-submenu .dropdown-menu {
                top: 0;
                left: 100%; /* Push submenu to the right of the parent menu */
                margin-left: 0.1rem; /* Adjust spacing between parent and submenu */
            }
            
            /* Show submenus on hover */
            .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
                display: block;
            }
            
            /* Ensure parent dropdown is shown when submenu is visible */
            .nav-item.dropdown:hover > .dropdown-menu {
                display: block;
            }
            
            /* Optional: Add transitions for smooth submenu appearance */
            .dropdown-menu,
            .dropdown-submenu .dropdown-menu {
                transition: all 0.3s ease;
            }


          .items-dropdown-container {
            display: flex;
            justify-content: flex-end;
            margin-bottom: 1rem;
            }
        
            .items-dropdown-container form {
                width: auto; 
            }
        
            .items-dropdown-container label {
                margin-right: 10px;
            }
            
        .nav-tabs {
            overflow-x: auto;
            white-space: nowrap;
            display: flex;
            flex-wrap: nowrap;
            }

        .nav-tabs .nav-link {
            flex: 0 0 auto;
            color: #d8903b;
            }  
        
        .active>.page-link, .page-link.active {
            background-color: #d8903b;
            border-color: #d8903b;
             }
        
        .text-info {
            color: #adb5bd !important;
            }

        .document-list a {
            text-decoration: none;
            color: #20295c;
        }

        .document-list a:hover {
            text-decoration: underline;
        }

        .document-description {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .btn-primary {
            --bs-btn-bg: #d8903b;
            border-color: #ffcd57;
            border-radius: 20px;
            background-color:#ffcd57;
        }

        .btn:hover {
            background-color: #20295c;
         }
        
        .btn-secondary {
             background-color: #20295c;
            }
        
        /* Footer Styles */
        .footer {
            position: relative;
            color: white;
            padding: 20px 0;
            text-align: left;
            background-color: #2c4184;
            background-image: url(https://staging.orpp.or.ke/legal/image/pattern.png); 
           /* background-size: cover;*/ 
            background-repeat: no-repeat; 
            background-blend-mode:soft-light;
        }
        
        .footer h5 {
            color: white;
            margin-bottom: 20px;
            margin-top:15px;
            font-size: 1.4rem;
        }
        
        .footer ul {
            list-style: none;
            padding: 0;
        }
        
        .footer ul li {
            margin-bottom: 10px;
        }
        
        .footer ul li a {
            color: white;
            text-decoration: none;
            font-size: 18px;
        }
        
        .footer ul li a:hover {
            text-decoration: underline;
        }
        
        .footer p {
            margin-top: 20px;
        }
        
        /* Footer Strip */
        .footer-strip {
            background-color: #20295c;
            color: white;
            padding: 10px 0;
            font-size: 16px;
            border-top-color: #ffffff;
        }
        
        .footer-strip .privacy-link {
            color: #ffffff;
            text-decoration: none;
        }
        
        .footer-strip .privacy-link:hover {
            text-decoration: underline;
        }
        
        .footer-strip .social-icons {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 10px;
            justify-content: flex-end;
        }
        
        .footer-strip .social-icons li {
            display: inline-block;
        }
        
        .footer-strip .social-icons li a img {
            vertical-align: middle;
            filter: brightness(1);
        }
        
        .footer-strip p {
            margin: 0;
            font-size: 14px;
        }
        
        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .top-bar {
                font-size: 13px;
            }
            
            .footer-strip .row {
                text-align: center;
            }
        
            .footer-strip .col-md-4 {
                margin-bottom: 10px;
            }
        }
