        ul li {
            margin-top: 0px;
            margin-bottom: 0px;
            color: var(--color-body);
        }

        .rbt-btn.btn-md2 {
            padding: 0 25px;
            font-size: var(--font-size-b3);
            height: 50px;
            line-height: 48px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }

        button.topbar-expend-button,
        button.hamberger-button {
            min-width: 44px;
            min-height: 44px;
            padding: 10px;
        }

        button.topbar-expend-button {
            min-width: 44px;
            min-height: 20px;
            padding: 2px;
            margin: 5px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .newsletter-form-1 input {
            background: var(--color-white);
            border: 0;
            width: 1400px;
            height: 70px;
            line-height: 70px;
            padding: 0 190px 0 20px;
        }

        @media (max-width: 768px) {
            .newsletter-form-1 input {
                height: 50px;
                padding: 0 40px 0 20px;
                width: 100%;
            }
        
            .element {
                font-size: 14px !important;
            }
        }

        .topbar-expend-button.active .feather-plus {
            transform: rotate(45deg);
            transition: transform 0.3s ease-in-out;
        }

        @media (min-width: 768px) {
            .mobile-only {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .mobile-only {
                display: block;
                text-align: center;
            }
        }

        .contentcollapsible {
            display: block;
        }

        @media (max-width: 768px) {
            .contentcollapsible {
                display: none;
            }
        }

        .rbt-badge-7 {
            font-size: 12px;
            line-height: 6px;
            font-weight: 500;
            color: var(--color-heading);
            margin-bottom: 5px;
            display: inline-block;
            padding: 4px 8px;
            border-radius: 100px;
            background: var(--color-primary);
            color: var(--color-primary);
        }

        .rbt-badge-9 {
            font-size: 12px;
            line-height: 6px;
            font-weight: 500;
            color: var(--color-heading);
            margin-bottom: 5px;
            display: inline-block;
            padding: 6px 8px;
            border-radius: 100px;
            background: var(--color-primary);
            color: var(--color-primary);
        }
        
        /* Default style for larger screens */
        #clearButton {
            right: 190px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            position: absolute;
            cursor: pointer;
            font-size: 24px;
        }
        
        /* Media query for mobile screens */
        @media (max-width: 768px) {
            #clearButton {
                right: 10px; /* Adjust position for mobile screens */
                top: 20%;
            }
        }

        /* Skeleton loader styles */
        .skeleton-header {
            width: 75%;
            height: 60px;
            background-color: #E0E0E0;
            border-radius: 30px;
            margin-bottom: 20px;
            animation: pulse 1.5s infinite;
            max-width: 1200px;
            margin: 20px auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }

        .skeleton-headertop {
            width: 30%;
            height: 25px;
            background-color: #E0E0E0;
            border-radius: 30px;
            margin-bottom: 20px;
            animation: pulse 1.5s infinite;
            max-width: 1200px;
            margin: 20px auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 20px;
        }

        .skeleton-header-left {
            width: 70%;
            height: 40px;
            background-color: #E0E0E0;
            border-radius: 20px;
        }

        .skeleton-header-right {
            width: 20%;
            height: 40px;
            background-color: #E0E0E0;
            border-radius: 20px;
        }

        .skeleton-container {
            max-width: 1200px;
            margin: auto;
            display: flex;
            gap: 20px;
        }

        .skeleton-sidebar {
            width: 400px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .skeleton-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .skeleton-filter-section {
            background-color: #FFFFFF;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            animation: pulse 1.5s infinite;
        }

        .skeleton-filter {
            height: 50px;
            background-color: #E0E0E0;
            border-radius: 10px;
            margin-bottom: 15px;
        }

        .skeleton-button {
            height: 50px;
            background-color: #E0E0E0;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .skeleton-program-row {
            display: flex;
            gap: 20px;
            justify-content: space-between;
            max-width: 800px;
        }

        .skeleton-program {
            display: flex;
            background-color: #FFFFFF;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            animation: pulse 1.5s infinite;
            flex-direction: column;
            gap: 15px;
            width: calc(50% - 10px);
        }

        .skeleton-program-header {
            display: flex;
            gap: 15px;
            align-items: center;
        }

        .skeleton-program-image {
            width: 50px;
            height: 50px;
            background-color: #E0E0E0;
            border-radius: 10px;
        }

        .skeleton-program-title {
            height: 20px;
            width: 60%;
            background-color: #E0E0E0;
            border-radius: 5px;
        }

        .skeleton-tags {
            display: flex;
            gap: 10px;
        }

        .skeleton-tag {
            height: 20px;
            width: 80px;
            background-color: #E0E0E0;
            border-radius: 15px;
        }

        .skeleton-program-details {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .skeleton-program-detail {
            height: 15px;
            width: 100%;
            background-color: #E0E0E0;
            border-radius: 5px;
        }

        .skeleton-program-intakes {
            display: flex;
            gap: 10px;
        }

        .skeleton-program-intake {
            height: 25px;
            width: 80px;
            background-color: #E0E0E0;
            border-radius: 15px;
        }

        .skeleton-eligibility-button {
            width: 80%;
            height: 40px;
            background-color: #E0E0E0;
            border-radius: 20px;
            margin-top: 15px;
        }

        @keyframes pulse {
            0% {
                opacity: 1;
            }

            50% {
                opacity: 0.5;
            }

            100% {
                opacity: 1;
            }
        }

        /* Responsive styles */
        @media (max-width: 768px) {
            .skeleton-header,
            .skeleton-headertop {
                width: 90%;
                padding: 0 10px;
            }

            .skeleton-container {
                flex-direction: column;
                gap: 10px;
                padding: 10px;
            }

            .skeleton-sidebar {
                width: 100%;
            }

            .skeleton-program-row {
                flex-direction: column;
            }

            .skeleton-program {
                width: calc(100% - 40px);
            }
        }

        @media (max-width: 480px) {
            .skeleton-header,
            .skeleton-headertop {
                width: 95%;
                padding: 0 5px;
            }

            .skeleton-container {
                padding: 5px;
            }

            .skeleton-program-image {
                width: 40px;
                height: 40px;
            }

            .skeleton-tags {
                flex-wrap: wrap;
            }

            .skeleton-program-intakes {
                flex-wrap: wrap;
            }
        }