        .banner-container-indexHeaderBanners {
            position: relative;
            width: 100%;
            overflow: hidden;
            margin: auto;
            max-width: 1920px;
        }

        .BannerContainer{
            background-color: #EE5424;
        }


        .banner-container-indexHeaderBanners::before {
            content: "";
            display: block;
            padding-top: calc(468 / 1920 * 100%);
        }

        .banner-slides-indexHeaderBanners {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            transition: transform 0.5s ease;
        }

        .banner-slide-indexHeaderBanners {
            flex: 0 0 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2.5rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
            padding: 20px;
        }

        .slide-title-indexHeaderBanners {
            font-size: 3rem;
            margin-bottom: 10px;
        }

        .slide-subtitle-indexHeaderBanners {
            font-size: 1.5rem;
            font-weight: normal;
            max-width: 80%;
            text-align: center;
        }

        .controls-container-indexHeaderBanners {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            display: flex;
            align-items: center;
            padding: 0 20px;
        }

        .pagination-container-indexHeaderBanners {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .pagination-bullet-indexHeaderBanners {
            width: 30px;
            height: 6px;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
            border-radius: 2px;
        }

        .pagination-bullet-indexHeaderBanners.active-indexHeaderBanners {
            width: 50px;
            background-color: white;
        }

        .play-pause-indexHeaderBanners {
            margin-left: 20px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            font-size: 1.5rem;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
            transition: transform 0.2s;
        }

        .play-pause-indexHeaderBanners:hover {
            transform: scale(1.1);
        }

        .progress-container-indexHeaderBanners {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: rgba(255, 255, 255, 0.3);
        }

        .progress-bar-indexHeaderBanners {
            height: 100%;
            width: 0%;
            background: #D7FF6A;
            transition: width 0.1s linear;
            border-radius: 0 2px 2px 0;
        }

        .content-indexHeaderBanners {
            flex: 1;
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }

        h1-indexHeaderBanners {
            color: white;
            text-align: center;
            margin-bottom: 20px;
            font-size: 2.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .description-indexHeaderBanners {
            color: #e6e6e6;
            text-align: center;
            margin-bottom: 30px;
            font-size: 1.1rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
        }

        .instructions-indexHeaderBanners {
            margin-top: 25px;
            color: white;
            background: rgba(0, 0, 0, 0.3);
            padding: 15px;
            border-radius: 8px;
        }

        .instructions-indexHeaderBanners h3-indexHeaderBanners {
            margin-bottom: 10px;
            text-align: center;
        }

        .instructions-indexHeaderBanners ul-indexHeaderBanners {
            text-align: left;
            display: inline-block;
            margin: 0;
        }

        .instructions-indexHeaderBanners li-indexHeaderBanners {
            margin-bottom: 8px;
        }

  
        h2 {
            color: #333;
            margin-bottom: 25px;
            font-size: 2rem;
            text-align: center;
            font-weight: bold;
        }

        .img_holder {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 100px;
            padding-bottom: 30px;
            padding-top: 30px;
        }

        .img_holder>img {
            max-width: 19.5%;
        }

        .table-container {
            overflow: visible;
            padding: 8px;
        }



        .expand-collapse-header {
            background-color: #fff;
            border: 1px solid #0c8b71ff;
            border-radius: 0.375rem;
            padding: 0.75rem 1rem;
            cursor: pointer;
            transition: all 0.2s ease-in-out;
            display: flex;
            justify-content: space-between;
            align-items: center;
            user-select: none;
            color: #000;
        }

        .expand-collapse-header:hover {
            background-color: rgba(199, 255, 253, 1);
            border-color: #0c8b71ff;
            color: #fff;
        }

        .expand-collapse-header h5 {
            margin: 0;
            font-size: 1.5rem;
            font-weight: 500;
        }

        .expand-collapse-text {
            font-size: 1.5rem;
            color: #0d6efd;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .expand-text,
        .collapse-text {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            height: 100%;
        }

        .expand-collapse-text .bi {
            font-size: 1.5rem;
            line-height: 1;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            margin-top: 0;
            font-style: italic;
        }

        .expand-collapse-header:hover .expand-collapse-text {
            color: #0a58ca;
        }

        .expand-collapse-header:hover .bi {
            color: #0a58ca;
            transform: scale(1.1);
        }

        .content-section {
            margin-bottom: 2rem;
            padding: 1.5rem;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .section-content,
        .programme-content {
            line-height: 1.6;
        }

        .programme-section {
            border-bottom: 1px solid #0c8b71ff;
            padding-bottom: 2rem;
            margin-bottom: 2rem;
        }

        .programme-section:last-child {
            border-bottom: none;
        }

        .browseBtn {
            text-align: center;
            max-width: 600px;
            line-height: 1.2;
            background-color: #034836ff;
            border: none;
            cursor: pointer;
            padding: 16px;
            color: #fff !important;
            text-decoration: none;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            margin: 10px 0px;
            font-size: 1em;
            border-radius: 100px;
            -webkit-transition: background-color .3s ease;
            transition: background-color .3s ease;
            -webkit-appearance: none;
            appearance: none;
        }

        a.browseBtn[href*="http"] {
            color: #fff !important;
            text-decoration: none;
        }

        

        @media (max-width: 767px) {



            .table-container {
                box-sizing: border-box;
                overflow-x: auto;
                padding: 8px;
                -webkit-overflow-scrolling: touch;
                max-width: 100%;

            }

            table {

                box-shadow: none !important;
            }



            .mainContent .div_data_table_2>table {
                min-width: 650px
            }

            .bodyArea .mainContent {
                font-size: 1.2em !important;
            }

        }

        @media (max-width: 768px) {

            h2 {
                /**font-size: 1.6em;**/
            }

            .slide-title-indexHeaderBanners {
                font-size: 2rem;
            }

            .slide-subtitle-indexHeaderBanners {
                font-size: 1.2rem;
            }

            .banner-container-indexHeaderBanners::before {
                padding-top: calc(409 / 375 * 100%);
            }

        }

        @media (max-width: 375px) {
            .banner-container-indexHeaderBanners::before {
                padding-top: calc(409 / 375 * 100%);
            }
        }