body {
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s, font-size 0.3s;
}

.light-mode {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.dark-mode {
    background-color: #000000 !important;
    color: #ffffff !important;
}


/* Dark Mode Styles */
.dark-mode a {
    color: #ffff00;
    text-decoration: none;
    /* Link color in dark mode */
}

.btn-accessibility {
    border: 1px solid black;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #ffcc66;
    font-weight: 700;
}

p {
    font-size: 1em;
}

.accessiblilty {
    background-color: #ffcc66;
    color: black !important;
}

.accessiblilty>div>a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.accessiblilty>div>a:hover {
    text-decoration: underline;
}


.btn-light-theme {
    background-color: white;
    color: black;
}

.btn-dark-theme {
    background-color: black;
    color: white;
}

.heading-title {
    text-decoration: none;
}

.heading-title:hover {
    text-decoration: underline;
}

.footer {
    background-color: #2025a6;
}

.footer>div>a {
    color: white !important;
    text-decoration: none;
}

.footer>div>a:hover {
    text-decoration: underline;
}

.footer>p {
    text-align: center;
    color: white;
}

.bottom-footer {
    background-color: #1b374c;
    color: white !important;
}

.vistor-board {
    background-color: black;
    height: 20px;
    font-size: 1.2em;
    font-weight: 700;
}

.footer-banner {
    height: 25px;
    width: 40px;
    border: 1px solid black;
    background-color: #f5f5f5;
}

/* .breadcrumbs-bg{
    background-color:#f5f5f5; 
} */
img {
    pointer-events: none;
}

img {
    -webkit-user-drag: none;
}



.menu {
    height: 50px;
    background-color: #0066b3;
    position: relative;
}

.menu-item {
    display: inline-block;
    position: relative;
}

.menu-link {
    color: white;
    text-decoration: none;
    padding: 5px;
    font-weight: 600;
    display: inline-block;
}

.menu-link:hover {
    background-color: #00509e;
}

.submenu,
.nested-submenu {
    display: none;
    position: absolute;
    background-color: #003d7a;
    padding: 10px;
    border-radius: 5px;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.submenu-item {
    position: relative;
}

.submenu-link {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.submenu-link:hover {
    background-color: #2025a6;
}

.nested-submenu {
    top: 0;
    left: 100%;
}

.dropdown-arrow {
    font-size: 12px;
    margin-left: 5px;
}

.menu-item:hover .submenu,
.submenu-item:hover .nested-submenu {
    display: block;
}

.light-mode .menu a {
    color: #fff !important;
}

.light-mode .menu-item:hover .submenu,
.light-mode .submenu-item:hover .nested-submenu {
    background-color: #0066b3;
}

.dark-mode .menu {
    background-color: #003d7a;
}

.dark-mode .menu-link {
    color: #fff;
}

.dark-mode .menu-link:hover {
    background-color: #2025a6;
}

@media only screen and (max-width: 768px) {
    .heading-title {
        font-size: 0.9em !important;
    }

    .emblem-div {
        display: none !important;
    }
}

.dark-mode .views,
.dark-mode .mask,
.dark-mode .about-us {
    background-color: #5c5c5c !important;
    border: 1px solid #5c5c5c !important;
}

.breadcrumbs-bg {
    background: #f5f5f5;
    border-bottom: 1px solid #ededed;
    text-transform: capitalize;
}

.dark-mode .card-body {
    background-color: #000000 !important;
}


.light-mode a {
    color: #000000;
}

.verticalScrollableDiv {
    max-height: 700px;
    overflow: auto;
}

.verticalScrollableDiv>p {
    text-align: justify;
}

.btn-CEIG {
    padding: 6px 12px;
    color: black;
    background-color: #ffecd1;
    border: 1px solid #dcc8ad;
    margin-top: 5px;
}

.btn-CEIG>a {
    color: black;
    text-decoration: none;
}

.btn-CEIG-active {
    background-color: #383db3;
    border: 1px solid #383db3;
    color: white;
}

.btn-CEIG>a {
    color: black;
    text-decoration: none;
}

.btn-CEIG-active>a {
    color: white;
    text-decoration: none;
}

.btn-CEIG-HE {
    padding: 6px 15px;
    background-color: #383db3;
    color: rgb(255, 255, 255);
    border: 1px solid #383db3;
    text-decoration: none;
    margin-top: 5px;
}

.btn-CEIG-HE:hover {
    padding: 6px 15px;
    background-color: #ffecd1;
    border: 1px solid #ffecd1;
    color: #000000;
    margin-top: 5px;
    border: 1px solid black;
}

.text-justify {
    text-align: justify;
}

p {
    text-align: justify;
}

.breadcrumbs-bg a {
    text-decoration: none;
}

.light-mode a:hover {
    text-decoration: underline;
}

.breadcrumbs-bg a {
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumbs-bg span {
    text-transform: uppercase;
}


.dark-mode .breadcrumbs-bg {
    background-color: #000000 !important;
    border-bottom: 1px solid #000 !important;
}

.dark-mode .card-body p {
    color: #fff !important;
}


.icon-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    /* Set the width of the square */
    height: 40px;
    /* Set the height of the square */
    color: white;
    /* Icon color */
    border-radius: 3px;
    /* Optional: Rounded corners */
    margin: 5px 5px 5px 0;
    font-size: 17px;
    /* Size of the icon */
    text-align: center;
    /* Center text/icon in box */
    line-height: 40px;
    /* Center text/icon vertically */
}

.facebook {
    background-color: #3b5998;
    /* Facebook blue */
}

.twitter {
    background-color: #1da1f2;
    /* Twitter blue */
}

.instagram {
    background-color: #ff347c;
}

.youtube {
    background-color: #ff0000;
}

.icon-box:hover {
    opacity: 0.8;
    /* Slightly change opacity on hover */
}

.facebook a,
.twitter a,
.instagram a,
.youtube a {
    color: white;
}

.btn-apply {
    background-color: #002846;
    border-color: #145E6F;
    border-radius: 0.5em;
    color: #fff;
    font-size: 1.1em;
    padding: 3px 13px;
}

.btn-apply:hover {
    background-color: #034b83;
}

.artist-title {
    color: #043E7B !important;
    text-decoration: none;
}

.artist-title:hover {
    color: #392015 !important;
    text-decoration: underline;
}

.btn-pagination {
    color: #fff;
    background: #383db3;
    border: 1px solid #383db3;
    padding: 5px 8px;
    border-radius: 5px;
}

.btn-pagination:hover {
    background: #5d63ff;
}

.document_img {
    margin-right: 5px;
}

.modal-header .close {
    color: #aaa;
    float: right;
    font-weight: bold;
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-content {
    background-color: #fefefe;
    /* margin: 15% auto; */
    padding: 20px;
    border: 1px solid #888;
}


/* pagination design */
/* Basic styles for the pagination container */
.pager {
    text-align: center;
    margin: 20px 0;
}

/* Styling the unordered list */
.pager__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

/* Styling each pagination item */
.pager__item {
    margin: 0 5px;
}

/* Styling links in pagination items */
.pager__item a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff;
    /* Text color */
    background: #383db3;
    /* Background color */
    border: 1px solid #383db3;
    /* Border color */
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}

/* Active page styling */
.pager__item.is-active a {
    background-color: #fff;
    /* Background color for the active page */
    color: #383db3;
    /* Text color for the active page */
    font-weight: bold;
    border: 1px solid #383db3;
    /* Border color for the active page */
}

/* Hover and focus states */
.pager__item a:hover,
.pager__item a:focus {
    background-color: #2a2d8b;
    /* Darker background on hover/focus */
    color: #fff;
    /* Text color on hover/focus */
}

/* Styling for next and last page items */
.pager__item--next a,
.pager__item--last a {
    font-size: 18px;
}

/* Visually hidden text for screen readers */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
}

.imageTitleCustomeCSS {
    background: #ebebeb;
    padding: 8px 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    width: 100%;
}

.onImageTitleCustom {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    /* max-width: 640px; */
}


.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}


.history-link-container {
    text-align: right; /* Aligns the link to the right */
    margin: 10px 20px; /* Adds space around the container */
}

.history-link {
    display: inline-flex; /* Aligns the icon and text horizontally */
    align-items: center; /* Centers the icon and text vertically */
    padding: 10px 15px; /* Adds padding around the link */
    font-size: 16px; /* Adjusts font size */
    color: #026210 !important; /* Text color */
    border-radius: 5px; /* Rounds the corners */
    text-decoration: none; /* Removes underline from the link */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition effect */
    text-decoration: underline; /* Ensures the link is underlined */
    font-weight: 600;
}

.history-link:hover {
    color: #54cf3f !important; /* Lighter text color on hover */
}

.history-link i {
    margin-right: 8px; /* Adds space between icon and text */
}
.footerAlwaysOnBottom {
    min-height: calc(90vh - 200px);
    /* Assuming nav and footer together take 120px */
    box-sizing: border-box;
}

.customSearcHeaderCss {
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #043E7B !important;
    font-size: 1.2rem;
}

/* new navbar customize */
.custom-navbar {
    background-color: #0066b3;
    padding: 0px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.custom-menu {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}

.custom-menu>li {
    position: relative;
}

.custom-menu>li>a {
    color: #ffffff !important;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
}

.custom-menu>li>a:hover {
    background-color: #ffcc66;
    color: #000000 !important;
}

/* Dropdown Arrow Style */
.custom-dropdown-navbar-arrow {
    margin-left: 5px;
    font-size: 0.8em;
}

/* Submenu Styles */
.custom-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2025a6;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    width: 250px;
}

.custom-submenu li {
    position: relative;
}

.custom-submenu a {
    color: #f2f2f2;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
}

.custom-submenu a:hover {
    background-color: #ffcc66;
    color: black;
}

/* Style for child of child submenu */
.custom-submenu .custom-submenu {
    background-color: #2228cd;
    /* Change to desired color for child of child */
}

.custom-submenu .custom-submenu a {
    color: #ffffff;
    /* Change text color for child of child */
}

.custom-submenu .custom-submenu a:hover {
    background-color: #ffcc66;
    /* Change hover color for child of child */
    color: black;
    /* Change hover text color */
}

.custom-dropdown-navbar a {
    display: flex;
    align-items: baseline;
}

/* Display submenu on hover */
.custom-dropdown-navbar:hover>.custom-submenu {
    display: block;
}

/* Nested Submenu */
.custom-submenu .custom-submenu {
    top: 0;
    left: 100%;
    display: none;
}

.custom-dropdown-navbar:hover>.custom-submenu>.custom-dropdown-navbar:hover>.custom-submenu {
    display: block;
}

.custom-dropdown-navbar>.custom-submenu>.custom-dropdown-navbar>a>.custom-dropdown-navbar-arrow {
    display: block;
}

/* Burger Menu Icon */
.custom-burger {
    display: none;
    cursor: pointer;
}

.custom-burger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .custom-menu {
        flex-direction: column;
        display: none;
        /* Keep the main menu hidden until burger is clicked */
    }

    .custom-menu>li {
        width: 100%;
    }

    .custom-submenu {
        position: static;
        display: block;
        /* Show child menus by default */
    }

    /* Add this rule to ensure nested submenus are also displayed */
    .custom-submenu .custom-submenu {
        display: block;
        /* Show nested child menus by default */
    }

    .custom-dropdown-navbar:hover>.custom-submenu {
        display: block;
        /* Keep this for hover effects, but won't be needed in mobile */
    }

    .custom-burger {
        display: block;
    }

    .custom-menu.custom-active {
        display: flex;
        /* Show main menu when active */
    }

    .custom-dropdown-navbar-arrow {
        margin-left: 15px;
    }

    .custom-navbar {
        padding: 10px 20px;
    }
}

.custom-burger {
    margin-left: auto;
}

.div-box {
    background-color: #f2f2f2;
    border-radius: 1rem;
  }

  .input-box {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.customSearcHeaderCss {
    text-decoration: none;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #043E7B !important;
    font-size: 1.2rem;
}

/* new navbar customize */
.custom-navbar {
    background-color: #0066b3;
    padding: 0px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.custom-menu {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}

.custom-menu > li {
    position: relative;
}

.custom-menu > li > a {
    color: #ffffff !important;
    padding: 7px 20px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.custom-menu > li > a:hover {
    background-color: #ffcc66;
    color: #000000 !important;
    text-decoration: none; /* Prevent underlining on hover */
}

/* Dropdown Arrow Style */
.custom-dropdown-navbar-arrow {
    margin-left: 5px;
    font-size: 0.8em;
}

/* Submenu Styles */
.custom-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2025a6;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    width: 250px;
}

.custom-submenu li {
    position: relative;
    border: 1px solid #353bc6;
}

.custom-submenu a {
    color: #f2f2f2;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    font-weight: 600; /* Make submenu items bold */
    text-transform: uppercase; /* Make submenu text uppercase */
    font-size: 13px;
}

.custom-submenu a:hover {
    background-color: #ffcc66;
    color: black;
    text-decoration: none; /* Remove underline on hover */
}

/* Style for child of child submenu */
.custom-submenu .custom-submenu {
    background-color: #2228cd;
}

.custom-submenu .custom-submenu a {
    color: #ffffff;
}

.custom-submenu .custom-submenu a:hover {
    background-color: #ffcc66;
    color: black;
}

.custom-dropdown-navbar a {
    display: flex;
    align-items: baseline;
}

/* Display submenu on hover */
.custom-dropdown-navbar:hover > .custom-submenu {
    display: block;
}

/* Nested Submenu */
.custom-submenu .custom-submenu {
    top: 0;
    left: 100%;
    display: none;
}

.custom-dropdown-navbar:hover > .custom-submenu > .custom-dropdown-navbar:hover > .custom-submenu {
    display: block;
}

.custom-dropdown-navbar > .custom-submenu > .custom-dropdown-navbar > a > .custom-dropdown-navbar-arrow {
    display: block;
}

/* Burger Menu Icon */
.custom-burger {
    display: none;
    cursor: pointer;
}

.custom-burger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .custom-menu {
        flex-direction: column;
        display: none;
    }

    .custom-menu > li {
        width: 100%;
    }

    .custom-submenu {
        position: static;
        display: block;
    }

    .custom-submenu .custom-submenu {
        display: block;
    }

    .custom-burger {
        display: block;
    }

    .custom-menu.custom-active {
        display: flex;
    }

    .custom-navbar {
        padding: 10px 20px;
    }
}

/* Active menu link style */
.custom-menu-link.active {
    background-color: #ffcc66; /* Highlight background for active link */
    color: #000000 !important; /* Change text color for active link */
}

/* Active submenu link style */
.custom-submenu .custom-menu-link.active {
    background-color: #ffcc66; /* Highlight background for active submenu link */
    color: #000000 !important;
}


/* banner images css */
/* Skeleton loader styling */
.skeleton-loader {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.skeleton-loader {
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 1500px 100%;
}

/* Responsive height for carousel */
.carousel-inner img {
    width: 100%;
    /* object-fit: cover; */
}

/* Set responsive height using media queries */
@media (min-width: 1200px) {
    .carousel-inner img, .skeleton-loader {
        height: 700px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner img, .skeleton-loader {
        height: 600px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner img, .skeleton-loader {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .carousel-inner img, .skeleton-loader {
        height: 300px;
    }
}
