﻿:root {
  --primary-color: #0056b3;
  --text-color: #2C3E50;
  --background-color: #FFFFFF;
  --success-color: #2E8B57;
  --warning-color: #FF8C00;
}

/* Ensure minimum contrast ratio of 4.5:1 */
body {
  color: var(--text-color);
  background: var(--background-color);
  line-height: 1.6;
}
.container-fluid {
    
    background-color: #f0f2f5;
    position: relative;
    z-index: 1000;
}
.negcontainer {
     background-color: rgba(255, 255, 255, 0.68);
    position: relative;
    z-index: 1000;
}
.ceofont {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.custom-text-color {
    color: #c45c04;
}
.mainbg{
    background-color:#000;
}
.bg-custom {
    background-color: #0a4275;
}

.bg-custom1 {
    background-color: #c45c04;
}

.bg-opacity-2 {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-opacity-3 {
    background-color: rgba(255, 255, 255, 0.68);
}

.scrollable-list {
    height: 500px;
    overflow: auto;
}

.text-dodgerblue {
    color: #1E90FF !important;
}

.negMargin {
    margin-top: -8.5%;
}

.custom-teal {
    background-color: #008080;
}

.modal {
    z-index: 99999999;
}

.modal-dialog {
    width: 65%;
    margin: 30px auto;
}

.hcolor {
    color: #008080;
}

.text-primary-800 {
    --tw-text-opacity: 1;
    color: rgba(74,31,165,var(--tw-text-opacity));
}

a {
    color: #0056b3;
}

    a:hover {
        color: #0056b3;
    }

img {
    max-width: 100%;
    height: auto
}

.tracking-tight {
    letter-spacing: -.025em;
}

.rounded-2xl {
    border-radius: 1rem;
}

.justify-between {
    justify-content: space-between;
}

.g20img {
    height: 60px;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-primary-100 {
    background-color: rgba(238,230,255,var(--tw-bg-opacity));
}

.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(138,79,255,var(--tw-bg-opacity));
}

.navi {
    position: fixed;
    float: left;
    margin-top: 48%;
    z-index: 9999999;
    padding: 1%;
    padding-left: 2%;
    background-color: rgba(245, 127, 26, 0.61);
    border-bottom-right-radius: 20px;
}

.close {
    color: #fff;
    opacity: 80;
    font-size: 30px;
}

    .close:hover {
        color: aqua;
    }

#WebTicker li a {
    font-size: larger;
    color: #fff;
}

.tickercontainer {
    /*background-color: rgba(255, 255, 255, 0.68);*/
    /*background-color: #00a2ff;*/
    background-color: #145880;
    margin-top: 3%;
    z-index: 99;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.new {
    color: red;
    font-size: smaller;
}

.w50 {
    width: 50%;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    color: #555;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

    .card-primary .card-header,
    .card-primary .card-footer {
        background-color: transparent;
    }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .card-success .card-header,
    .card-success .card-footer {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-header,
    .card-info .card-footer {
        background-color: transparent;
    }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-header,
    .card-warning .card-footer {
        background-color: transparent;
    }

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

    .card-danger .card-header,
    .card-danger .card-footer {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

    .card-inverse .card-header,
    .card-inverse .card-footer {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .card-inverse .card-header,
    .card-inverse .card-footer,
    .card-inverse .card-title,
    .card-inverse .card-blockquote {
        color: #fff;
    }

        .card-inverse .card-link,
        .card-inverse .card-text,
        .card-inverse .card-subtitle,
        .card-inverse .card-blockquote .blockquote-footer {
            color: rgba(255, 255, 255, 0.65);
        }

            .card-inverse .card-link:focus, .card-inverse .card-link:hover {
                color: #fff;
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.carousel {
    position: relative;
}

.static-banner {
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 0.95rem;
    line-height: 1.4;
    pointer-events: none;
}

/* Fullscreen support */
.flickity-fullscreen .static-banner {
    position: fixed;
    bottom: 0;
}
.flickity-enabled.is-fullscreen{
    z-index:4;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .card-deck .card:not(:first-child) {
                margin-left: 15px;
            }

            .card-deck .card:not(:last-child) {
                margin-right: 15px;
            }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-top,
                .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0;
                }
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            margin-bottom: 0.75rem;
        }
}



#ceo-navbar-collapse {
    z-index: 999;
}

.navigate {
    background-color: rgba(255, 255, 255, 0.68);
    padding: 1%;
    padding-top: .5%;
    z-index: 888;
    position: absolute;
    width: 100%;
}

    .navigate a {
        color: #000;
    }

    .navigate a {
        text-decoration: none;
    }

.skiplink a {
    color: #c45c04;
    font-size: smaller;
}

    .skiplink a:hover {
        color: #c45c04;
        font-size: smaller;
        background-color: transparent;
    }

.maincontainer {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 0;
}

.navigateo {
    background-color: rgba(255, 255, 255, 0.68);
    padding-top: 2%;
    z-index: 99;
    width: 100%;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
    font-size: small;
}

    /*.tab-pane ul{
    padding-left:3%;
}*/
    .nav > li > a:focus, .nav > li > a:hover {
        background-color: transparent;
        color: #0257a6;
    }

header {
    margin-top: 0
}


.welmsg {
    background-color: #f27336;
    color: #fff;
    font-size: larger;
    padding: 5px;
}

.h100 {
    min-height: 100%;
}

.w100 {
    width: 100%;
}

.p0 {
    padding: 0;
}

.mt0 {
    margin-top: 0;
}

.menu {
    text-decoration: none;
}

    .menu:hover {
        color: transparent;
    }

#carousel-inner > .item > img {
    height: 100%;
    min-height: 100%;
    background-size: 100%;
}

.phot {
    background-size: 100%;
}

.p1 {
    padding-top: 1%;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.row {
    margin: 0;
}

    .row.row-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .row.row-flex > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

.thumbnail {
    display: flex;
    flex-direction: column;
}

.footer {
    background-color: #343a40;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.social-media {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #495057;
    padding: 10px 0;
}

.social-left {
    margin-left: 20px;
}

.social-icons a {
    margin: 0 10px;
    color: #f8f9fa;
    text-decoration: none;
    font-size: 1.5rem;
}

.visitor-info div {
    margin-top: 10px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}

    .footer-nav a {
        color: #f8f9fa;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-nav a:hover {
            color: #ffc107;
        }

.copyright {
    background-color: #212529;
    color: #ced4da;
    padding: 15px 0;
}

    .row.row-flex > [class*='col-'] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

.sub-container {
    height: 100%;
    padding: 5%;
    background-color: rgba(51, 122, 183, 0.11);
}

.sub-label {
    background-color: dodgerblue;
    padding: 4%;
    margin: -5%;
    margin-bottom: 5%;
    font-size: large;
}

.o-level {
    vertical-align: bottom;
    margin-top: 8%;
    text-align: center;
    font-size: smaller;
    font-weight: 700;
    padding: 2%;
    border: thin solid dodgerblue;
}

.sub-container ul {
    list-style-type: none;
    padding-left: 0;
}

.sub_menubg {
    height: 50px;
    background-color: #f57f1a;
    margin-top: -35px;
    position: relative;
    /*  top: -723px;
    left: 23px;*/
}

.modal-body {
    width: auto;
}

.breadcrumbs a {
    font-size: 1em;
    background: url("../images/fourdots.png") no-repeat scroll right 5px rgba(0, 0, 0, 0);
    color: #00a2ff;
    padding: 0 13px 0 0;
    margin: 0 5px 0 0;
    text-decoration: none;
}

.sub_menuhead {
    height: 65px;
    margin-top: -100px;
    position: relative;
    /* z-index:99999;*/
}

.sub-menu ul {
    padding-top: 2%;
    list-style-type: none;
}

    .sub-menu ul li {
        padding-top: 3%;
        font-size: small;
    }

.sub-menu {
    background-color: #fff;
    padding: 0;
}

.sub-menu-trans {
    padding: 3%;
    color: #fff;
    font-weight: bolder;
    background-color: #f57f1a;
    height: 50px;
}

.panel-default > .panel-heading a {
    text-decoration: none;
    color: #337ab7;
    font-weight: 700
}

.sub-menu-header {
    padding-top: 3%;
    color: #fff;
    /* background-color: #8F4400;*/
    font-weight: bolder;
    background-color: #c45c04;
    height: 50px;
}

.text-maroon {
    color: #9B2727;
}

.sub-menu-head {
    color: #fff;
    background-color: #c45c04;
    height: 50px;
    padding-top: 1%;
}

.sub-menu-head1 {
    color: #fff;
    background-color: #f57f1a;
    height: 50px;
    padding-top: 1%;
}

.limg {
    height: 15px;
    width: 15px;
    max-width: 100%;
    height: auto
}

.bread_crumbs {
    border-bottom: 1px dashed #aaa;
    font-size: 1.1em;
    display: block;
    padding: 15px 0;
    margin-bottom: 25px;
}

.wrapper {
    max-width: 1180px;
    display: block;
    margin: 0 auto !important;
}

.bread_crumbs a {
    font-size: 1.1em;
    background: url("../images/fourdots.png") no-repeat scroll right 5px rgba(0, 0, 0, 0);
    color: #336ea8;
    padding: 0 13px 0 0;
    margin: 0 5px 0 0;
}

.orange {
    color: #c45c04;
}

.navbar-inverse {
    border-color: rgba(255, 255, 255, 0.68);
}

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #c45c04;
        background-color: rgba(242, 115, 54, 0.63);
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: rgba(196, 92, 4, 0.30);
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #000000;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #0257a6;
        }

.sub_menulink {
    height: 50px;
    background-color: #f57f1a;
    margin-top: -50px;
    position: relative;
}

.navbar {
    border-radius: 0;
}

.sub {
    padding-left: 2%;
    padding-top: 5%;
}

.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.menulnk {
    padding: 2%;
}

    .menulnk ul {
        list-style-type: none;
        padding-left: 1%;
    }

.btn {
    text-align: left;
    border-radius: 2px;
    border: 0;
    margin-bottom: 1%;
}

.btn-primary:hover {
    color: #11558f;
    background-color: #fff;
}

.table {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    border-radius: 5px
}

    .table thead {
        margin-bottom: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    }

tbody:before {
    /*content: "-";*/
    display: block;
    line-height: 1em;
    color: transparent;
}

.affix {
    top: 0;
    width: 82.3%;
    z-index: 9999 !important;
    border-radius: 0;
}

    .affix a {
        color: #fff;
    }

    .affix + .container {
        padding-top: 70px;
    }

#affnav {
    color: #fff;
    background-color: aliceblue;
    border-radius: 0;
}

#affnav {
    background-color: #337ab7;
    border-color: #337ab7;
}

.tab-info a {
    color: #a94442;
}

.item {
    height: 80%;
    width: 100%;
}

.gallery {
    background-color: rgba(0,0,0,.7);
}

.footer {
    background-color: #337ab7;
    border-color: #337ab7;
}

    .footer .navbar-nav > li > a {
        color: rgba(255, 255, 255, 0.78);
    }

        .footer .navbar-nav > li > a:hover {
            color: #0c0933;
        }

    .footer a {
        color: #fff;
    }

#main {
    margin-top: -50px;
    position: relative;
    background-color:#fff;
}

.title {
    margin-top: -3%;
}


#nav-ico {
    display: block;
    background-image: url('../images/icon/CEO-Logo.svg');
    background-repeat: no-repeat;
    width: 300px;
    height: 60px;
    margin: 0 2px 0 2px;
    padding: 0;
    padding-left: 5%;
}
#navIco {
    display: block;
    background-repeat: no-repeat;
    height: 50px;
    margin: 0 2px 0 2px;
    padding: 0;
}
#icon-name {
    font-weight: 800;
    font-size: 0.95rem;
}
#g20image {
    display: block;
    background-image: url('../images/g20.png');
    background-repeat: no-repeat;
    width: 250px;
    height: 60px;
    margin: 0 2px 0 2px;
    padding: 0;
    padding-left: 5%;
}

@media (max-width: 768px) {
    #main {
        margin-top: -50px;
        padding: 0;
    }
    .nav-item {
        min-height: 44px; /* Minimum touch target */
        padding: 12px;
    }
    .title {
        height: 30px;
    }

    .navbar-brand {
        padding: 0;
        padding-left: 5%;
    }

    .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
    }

    .title {
        margin: 0;
    }

    .container {
        padding: 0;
    }

    .acblity {
        visibility: hidden;
    }

    .g20 {
        visibility: hidden;
    }

    .p-4 {
        padding-top: 0;
    }

    .g20img {
        height: 35px;
    }

    .sub_menubg {
        height: 50px;
        background-color: #f57f1a;
        position: relative;
        /*  top: -723px;
    left: 23px;*/
    }

    .tickercontainer {
        margin-top: 100px;
        width: 100%;
        z-index: 999;
    }

        .tickercontainer li a {
            font-size: small;
            color: #fff;
        }

    .sub-menu-header {
        height: 30px;
    }

    .sub-menu-trans {
        padding: 1%;
        height: 30px;
    }

    .carousel-caption {
        visibility: hidden;
    }



    #ceo-navbar-collapse .nav-link {
        padding: 8px 15px;
        color: #fff;
        transition: color 0.3s ease-in-out;
        background-color: #0d6efd;
    }
}

@media (min-width: 500px) {
    .tickercontainer {
        margin-top: 3%;
        z-index: 99;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 5px;
    }
}

@media screen and (max-width: 732px) {
    .navbar-header {
        margin-top: 2%;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #c45c04;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #0257a6;
        }
}
.sub-menu {
    height: 50%; /* Reduces height by 50% */
    overflow: hidden; /* Prevents content from overflowing */
}

.sub-menu-header,
.sub-menu-trans {
    padding: 5px 0; /* Reduces vertical padding */
    font-size: 1rem; /* Reduces text size slightly */
}

.scrollable-list {
    max-height: 450px; /* Adjust this value as needed */
    overflow-y: auto; /* Ensures content remains scrollable */
}

.limg {
    width: 20px; /* Reduces icon size */
    height: 20px;
    margin-right: 5px;
}
.color-blind-mode {
    background-color: #FFF;
    color: #000;
}

    .color-blind-mode a {
        text-decoration: underline; /* Clear link visibility */
    }
.sub-menu-header {
    color: #FFFFFF;
    font-weight: bolder;
    background-color: #C45500;
    height: 50px;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 3%;
    line-height: 1.5;
}
    .sub-menu-header:focus,
    .sub-menu-header:hover {
        background-color: #B45203; /* Darker orange for better focus indication */
        outline: 3px solid #FFD580; /* Golden outline for clear visual focus */
    }

#WebTicker {
    background-color: #003366; /* Deep blue for strong contrast */
    color: #FFFFFF; /* White text for clarity */
    font-weight: 600; /* Enhanced readability */
    padding: 8px 12px;
}

    #WebTicker a {
        color: #FFD700; 
        text-decoration: underline;
    }

.new {
    background-color: #FFD700;
    color: #212529; 
    border-radius: 4px;
    padding: 2px 6px;
    margin-left: 8px;
}
.sub-menu-trans {
    color: #FFFFFF; 
    font-weight: bolder;
    background-color: #d06d22; 
    height: 50px;
    font-size: 1.25rem; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    padding: 10px 3%;
    line-height: 1.5;

}


.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    animation: continuousMarquee 30s linear infinite;
    animation-play-state: running; /* Ensures it starts moving */
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused; /* Pauses on hover */
}

.portal-card {
    display: inline-block;
    width: 200px;
    margin-right: 20px;
    text-align: center;
}

    .portal-card img {
        width: 100%;
        border-radius: 10px;
        border: 2px solid #e0e0e0;
        padding: 5px;
        background-color: #f8f9fa;
    }

    .portal-card p {
        margin-top: 8px;
        font-weight: bold;
    }

/* Continuous Marquee Keyframes */
@keyframes continuousMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}





.video-card {
            border: 3px solid #ffc107;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .video-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
        }

        .video-card .caption h3 {
            font-weight: bold;
            color: #333;
        }

        .video-card .caption p {
            color: #555;
        }

        .video-container {
            padding: 15px;
        }

        iframe {
            border-radius: 10px;
        }

.bg-custom {
    background-color: #004080; /* Dark blue for improved contrast */
}

footer .nav-link {
    color: #f8f9fa;
    transition: color 0.3s ease-in-out;
}

    footer .nav-link:hover,
    footer .nav-link:focus {
        color: #ffc107; /* Yellow for better visibility */
        text-decoration: underline;
    }

footer .fa {
    transition: transform 0.3s ease-in-out, color 0.3s;
}

    footer .fa:hover,
    footer .fa:focus {
        transform: scale(1.2);
        color: #ffc107; /* Matching hover color */
    }

footer .container {
    max-width: 1200px; /* Ensures content stays neat */
}

footer .text-center {
    line-height: 1.6; /* Better text spacing */
}

footer .nav {
    flex-wrap: wrap; /* Ensures links stay aligned on smaller screens */
}

footer .bg-dark {
    background-color: #002244; /* Deep navy for improved contrast */
}

.skiplink a:focus {
    top: 10px; /* Becomes visible when focused */
}

#linkIncrease, #linkReset, #linkDecrease {
    background-color: #ffc107;
    color: #004080;
    border: 1px solid #004080;
    padding: 2px 6px;
    margin: 0 2px;
    cursor: pointer;
}

    #linkIncrease:hover, #linkReset:hover, #linkDecrease:hover {
        background-color: #004080;
        color: #ffc107;
    }

.fa {
    transition: transform 0.3s ease-in-out;
}

    .fa:hover,
    .fa:focus {
        transform: scale(1.2);
        color: #ffc107;
    }

@media screen and (min-width: 768px ) {

    #ceo-navbar-collapse .nav-link {
        color: #0d6efd;
        font-weight: 600;
        transition: color 0.3s ease-in-out;
    }

        #ceo-navbar-collapse .nav-link:hover {
            color: #084298; /* darker blue on hover */
            text-decoration: none;
        }
}

.wlink a {
    color: #fff;
    text-decoration: none;
}

.wlink .btn-outline-primary {
    background-color: #c45c04; 
    color: #fff;
    border-color: #c45c04;
    height: 50px;
    line-height: 50px;
}

    .wlink .btn-outline-primary:hover,
    .wlink .btn-outline-primary:focus {
        background-color: #f57f1a; 
        border-color: #f57f1a;
        color: #fff;
    }

    .wlink .btn-outline-primary:active {
        background-color: #a84902; 
        border-color: #a84902;
    }

    .wlink .btn-outline-primary:focus-visible {
        outline: 3px solid #ffae42; 
    }



#linkIncrease, #linkReset, #linkDecrease,
#defaultStyleBtn, #alternateStyleBtn {
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
}

    #defaultStyleBtn:hover, #alternateStyleBtn:hover,
    #linkIncrease:hover, #linkReset:hover, #linkDecrease:hover {
        background-color: #f57f1a;
        color: #fff;
    }

a:focus-visible {
    outline: 3px solid #ffae42;
    outline-offset: 2px;
}

#linkIncrease, #linkDecrease, #linkReset {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    #linkIncrease:hover, #linkDecrease:hover, #linkReset:hover {
        background-color: #f57f1a;
        color: #fff;
    }

a:focus-visible {
    outline: 3px solid #ffae42;
    outline-offset: 2px;
}
.linear-gradient {
    background: linear-gradient(135deg, #4CAF50, #2E8B57);
}
.footbg {
    background-color: #0a4275;
    margin-top: 5%;
}
#loadingMessage {
    display: none;
    text-align: center;
    padding: 10px;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 4px;
}
.bootstrap-table .table-loading .loading-text {
    display: none;
}

.hidden {
    display: none;
}

/* Desktop: disable horizontal scroll */
@media (min-width: 768px) {
    #app-list {
        overflow-x: hidden !important;
    }
}

/* Mobile: allow horizontal scroll, hide scrollbars for cleaner look */
@media (max-width: 767.98px) {
    #app-list {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
    }

        #app-list::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }

    .app-card {
        min-width: 180px;
        max-width: 180px;
        margin-right: 0.75rem;
    }

    .app-icon {
        max-height: 60px;
    }

    .app-card .card-body p {
        font-size: 0.85rem;
    }

    .app-card .card-footer img {
        width: 20px;
    }
}

