body {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

/*** Style for the header ***/

.top-header {
    background-color: #f8f9fa;
    padding: 10px 0;
}
.logo img {
    /* max-width: 100%;
    height: auto; */
    height: 65px;
    width: auto;
    margin-right: 10px;
}
.logo-text {
    display: inline-block;
    vertical-align: middle;
    color: #001f3f;
    max-width: 285px;
}
.logo-text .logo__name {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    line-height: 19px;
}
.logo-text .logo__subtext {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    margin: 0;
}
.top__header_box_and_links {
    display: flex;
    gap: 5px;
}
.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
/* .contact-info i {
    margin-right: 5px;
} */
.contact-info .top__header_links a {
    box-shadow: inset 0 0 0 0 #001f3f;
    color: #001f3f;
    padding: 8px 7px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    transition:
        color 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
    text-decoration: none;
}
.contact-info .top__header_links a i {
    margin-right: 5px;
}
.contact-info .top__header_links a:hover {
    color: #fff;
    box-shadow: inset 0 0 200px 0 #001f3f;
}
.contact-info .top__header_links.phone_margin {
    margin-right: 15px;
}
.header__boxes {
    display: flex;
    gap: 10px;
}
.top__header__link__boxes a {
    color: #001f3f;
    border: 1px solid #001f3f;
    padding: 4px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    transition:
        color 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
    text-decoration: none;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
}
.top__header__link__boxes a.box_margin {
    margin-right: 5px;
}
.top__header__link__boxes a:hover {
    color: #ffffff;
    box-shadow: inset 0 0 200px 0 #001f3f;
}
.top__header__color__boxes a {
    font-size: 25px;
    border: 1px solid #001f3f;
    padding: 1px 2px 1px 2px;
    border-radius: 5px;
    margin: 0 0px;
    display: inline-block;
    text-decoration: none;
}
.top__header__color__boxes a.black_theme {
    color: #001f3f;
}
.top__header__color__boxes a.color_theme {
    color: #fd5200;
}
/*** -----custome select dropdown----- ***/
/* Custom Language Dropdown */
.custom-lang-dropdown {
    position: relative;
    /* margin-left: 15px; */
}
.lang-btn {
    /* background: #001f3f; */
    background: transparent;
    color: #001f3f;
    padding: 6px 7px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: background 0.3s;
}
.lang-btn:hover {
    background: #001f3f;
    color: #fff;
}
.lang-menu {
    position: absolute;
    top: 38px;
    right: 0;
    background: #ffffff;
    border: 1px solid #001f3f;
    border-radius: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 140px;
    display: none;
    z-index: 9999;
    font-size: 13px;
}
.lang-menu li a {
    display: block;
    padding: 8px 12px;
    color: #001f3f;
    font-weight: 600;
    text-decoration: none;
    transition:
        background 0.2s,
        color 0.2s;
}
.lang-menu li a:hover {
    background: #001f3f;
    color: #ffffff;
}
.lang-menu li.active a {
    color: #fd5200;
}

/*** -----bottom header----- ***/
.main-header {
    /* background-color: #001f3f; */
    background-color: rgba(0, 31, 63, 0.8);
    backdrop-filter: blur(6px);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0px 4px 12px rgba(0, 31, 63, 0.6);
}
.navbar-nav .nav-link {
    color: #ffffff;
    padding: 2px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ffffff;
}
.navbar-nav .nav-link:hover {
    outline: none;
}
.navbar-nav .nav-link::before {
    content: "";
}
.navbar-nav .nav-link::before,
.navbar-nav .nav-link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}
.navbar-nav .nav-link.link-effect:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.navbar-nav .nav-link.link-effect::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
.navbar-nav .nav-link.link-effect.dropdown-toggle::after {
    border: none;
    margin: 0;
    content: none;
}
.navbar-nav .nav-link.active {
    background-color: #ffffff;
    color: #001f3f;
    border-radius: 5px;
    font-weight: 600;
    /* padding: 5px; */
}
.navbar .header__menu__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.nav-link:focus-visible {
    box-shadow: none;
}
/*** -----header link's dropdown----- ***/
.nav-item.dropdown
    ul.dropdown-menu.dropdown-menu-light.shadow-sm.border-0.mt-2.show {
    border: 1px solid #001f3f !important;
    margin-top: 9px !important;
    padding: 5px;
}
.dropdown-item {
    font-size: 14px;
    font-weight: 500;
}
.dropdown-item.active {
    color: #fd5200;
    background-color: #ffffff;
    border-radius: 5px;
}
.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus {
    color: #ffffff;
    background-color: #001f3f;
    border-radius: 5px;
}
/* .dropdown-item.active:hover,
.dropdown-item.active:focus {
    color: #ffffff;
    background-color: #fd5200;
} */
/*** Style ended here for the header ***/

/*** Style for the banner ***/
#bannerCarousel,
#bannerCarousel .carousel-inner,
#bannerCarousel .carousel-item img {
    user-select: none; /* prevent text selection while dragging */
    -webkit-user-drag: none; /* prevent image default drag in some browsers */
    cursor: grab;
    margin-top: -40px;
}
#bannerCarousel.dragging {
    cursor: grabbing;
}
#bannerCarousel .carousel-indicators {
    /* bottom: 20px; */
    gap: 10px;
}
#bannerCarousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-color: transparent;
    opacity: 1;
    margin: 0;
}
#bannerCarousel .carousel-indicators .active {
    background-color: #ffffff;
}
/*** Style ended here for the banner ***/

/*** Style for the Front page ***/

/*** -----style for marque tab----- ***/
.marquee__alert {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 31, 63, 0.1);
    border: 1px solid rgba(0, 31, 63, 0.15);
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.marquee__alert.marquee--noalert {
    background-color: #fbc02d;
    color: #001f3f;
}
.marquee__alert.marquee--danger {
    background-color: #c62828;
    color: #ffffff;
}
.marquee__alert .marquee__content {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee-scroll 15s linear infinite;
}
.marquee__alert.marquee--noalert .marquee__content {
    animation: marquee-scroll 15s linear infinite;
}
.marquee__alert.marquee--danger .marquee__content {
    animation: marquee-scroll 25s linear infinite;
}
.marquee__alert.marquee--noalert .marquee__content a {
    color: #001f3f;
    text-decoration: none;
}
.marquee__alert.marquee--danger .marquee__content a {
    color: #ffffff;
    text-decoration: none;
}
.marquee__alert .marquee__content a:hover {
    /* text-decoration: underline; */
    padding-bottom: 2px;
    border-bottom: 1px solid;
}
.marquee__alert:hover .marquee__content {
    animation-play-state: paused;
}
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/*** -----style for marque tab pop-up----- ***/
.alert-modal {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}
.alert-modal__header {
    background: linear-gradient(135deg, #b71c1c, #d32f2f);
    color: #fff;
    border-bottom: none;
}
.alert-modal__header .modal-title {
    font-weight: 600;
    font-size: 1.1rem;
}
.alert-modal__header .btn-close {
    filter: invert(1);
}
.alert-meta {
    font-size: 0.85rem;
    opacity: 0.95;
}
.alert-modal__body {
    background-color: #fafafa;
    font-size: 0.95rem;
    line-height: 1.7;
}
.alert-section {
    background: #ffffff;
    padding: 14px 16px;
    border-radius: 6px;
    border-left: 4px solid #e0e0e0;
    margin-bottom: 14px;
}
.alert-section--primary {
    border-left-color: #d32f2f;
    font-weight: 500;
}
.alert-image {
    margin-top: 16px;
    text-align: center;
}
.alert-image img {
    max-height: 280px;
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.alert-modal__footer {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    font-size: 0.8rem;
    color: #555;
}

/*** -----style for the site heading and paragraphs sections----- ***/
.site__heading {
    text-align: center;
    padding: 50px 0;
    /* background-color: #f8fcff;
    border-bottom: 3px solid #c6eaff; */
}
.title__h2 {
    position: relative;
    color: #001f3f;
    font-size: 30px;
    font-weight: 600;
    margin: 1.2rem 0 2rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
}
.title__h2__dark {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 2rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.title__h2 .title__weight,
.title__h2__dark .title__weight {
    color: #fd5200;
    font-size: 30px;
    font-weight: 700;
}
.title__h2:before,
.title__h2__dark:before {
    width: 28px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -14px;
    background-color: #fd5200;
}
.title__h2:after,
.title__h2__dark:after {
    width: 100px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 15px;
    left: 50%;
    margin-left: -50px;
    background-color: #fd5200;
}
/* .title__h2::before,
.title__h2::after {
    content: "";
    flex: 1;
    height: 8px;
    border-top: 2px solid #f7b000;
    border-bottom: 2px solid #f7b000;
    background-color: #f8f8f8;
    margin: 0 1rem;
} */
.paragraphs__below__titles {
    color: #001f3f;
    font-size: 14px;
    margin: 0 auto;
    opacity: 0.95;
    font-weight: 500;
}

/*** -----style for the Fisheries Stats Section----- ***/
.fisheries-stats {
    background: url("/assets/site/images/layout_img/fisher_banner.webp")
        center/cover no-repeat;
    position: relative;
    padding: 4rem 0;
    text-align: center;
}
.fisheries-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 32, 64, 0.75);
}
.fisheries-stats .container {
    position: relative;
    z-index: 2;
}
.stat-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.stat-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.18);
}
.stat-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}
.stat-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fd5200;
    margin-bottom: 0.7rem;
    letter-spacing: 0.5px;
}
.stat-label {
    font-size: 1rem;
    font-weight: 500;
    color: #e6eef5;
    margin: 0;
    line-height: 1.4;
}

/*** -----style for the Frontpage Objective, Weather, and News Section----- ***/
.news__section {
    background: #f6f8fb;
    padding: 2.5rem 0 4rem;
}
.section-card {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}
.section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0b2c4d;
    margin-bottom: 1.5rem;
    padding-left: 14px;
    position: relative;
}
.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 70%;
    width: 5px;
    background: #fd5200;
    border-radius: 4px;
}
.weather-box img {
    border-radius: 12px;
    width: 100%;
}
.weather-box a.weather__link {
    color: #212529bf;
    text-decoration: none;
}
.weather-box a.weather__link:hover {
    text-decoration: underline;
}
.news-list {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.news-list-content {
    position: absolute;
    top: 0;
    animation: news-scroll 15s linear infinite;
    width: 100%;
}
@keyframes news-scroll {
    0% {
        top: 100%;
    }
    100% {
        top: -140%;
    }
}
.news-list:hover .news-list-content {
    animation-play-state: paused;
}
.news-item {
    display: flex;
    gap: 14px;
    padding: 14px;
    border-radius: 10px;
    /* background: #f9fafc; */
    background: #fd66001c;
    margin-bottom: 14px;
    transition: all 0.25s ease;
    border-left: 4px solid transparent;
    text-decoration: none;
}
.news-item:hover {
    border-left-color: #fd5200;
    transform: translateX(4px);
    background: #fd66001c;
}
.news-date {
    min-width: 60px;
    text-align: center;
    background: #0b2c4d;
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 6px;
    font-weight: 700;
}
.news-date span {
    display: block;
    font-size: 0.75rem;
    opacity: 0.8;
}
.news-content strong {
    color: #0b2c4d;
    font-weight: 600;
}
.news-content p {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    color: #555;
}
.news__section_btn {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 5px 15px;
    border-radius: 30px;
    background: #ffffff;
    color: #0b2c4d;
    border: 1px solid #0b2c4d;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.news__section_btn:hover {
    background: #fd5200;
    color: #ffffff;
    border-color: #fd5200;
    /* transform: translateY(-2px); */
}

/*** -----style for the Frontpage circular order Section----- ***/
.circular-order-modern {
    padding: 60px;
    background: url("/assets/site/images/layout_img/fishries_bg.webp") center /
        cover no-repeat;
    position: relative;
}
.circular-order-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8); /* subtle dark overlay for readability */
}
.circular-order-modern .container {
    position: relative;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
    padding: 0 20px;
}
.circular-order-modern .section-header {
    text-align: center;
    color: #fff;
    /* margin-bottom: 20px; */
}
.circular-order-modern .section-header p {
    font-size: 16px;
    color: #d1d9e0;
    margin-bottom: 30px;
}
.icon_and_cir_ord {
    display: flex;
}
.icon_and_cir_ord .left img {
    width: 250px;
    color: #fd5200;
    filter: brightness(0) invert(1);
    margin-top: -50px;
    margin-left: -50px;
}
.cards-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(6px);
    border-left: 2px solid rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}
.co-card {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.co-card:last-child {
    border-bottom: none;
}
.co-card:hover {
    background: rgba(255, 255, 255, 0.12);
}
.co-card:first-child:hover {
    border-radius: 12px 12px 0 0;
}
.co-card:last-child:hover {
    border-radius: 0 0 12px 12px;
}
.co-title-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0;
}
.co-actions {
    display: flex;
    gap: 12px;
}
.co-actions a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
}
.co-actions a:hover {
    background: #fd5200;
    border-color: #fd5200;
}
.view-all-btn {
    text-align: center;
    margin-top: 10px;
}
.view-all-btn a {
    font-size: 15px;
    font-weight: 600;
    color: #fd5200;
    transition: all 0.3s ease;
}
.view-all-btn a:hover {
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 15px;
    padding: 5px 10px;
    transform: translateY(-2px);
}
@media (max-width: 768px) {
    .co-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/*** -----style for the Frontpage fish species Section----- ***/
.fish-grid-wrapper {
    position: relative;
    overflow: hidden;
}
.fish-grid-inner {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    padding: 15px 0;
}
.fs-card-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
}
.fish-nav {
    display: flex;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    color: #001f3f;
    background: #d3d3d3;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}
.fish-nav:hover {
    color: #ffffff;
    background: #fd5200;
    border-color: #ffffff;
}
.fish-prev {
    left: -16px;
}
.fish-next {
    right: -16px;
}
.fs-card {
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    border: 1px solid #d9d9d9;
    border-radius: 10%;
}
.fs-card .fs-body h3.fs-name {
    font-size: 20px;
}
.fs-card:hover {
    box-shadow: 0 0 10px rgba(0, 31, 63, 0.5);
}
.carousal__icon__with__bnt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.fish__species_btn {
    font-size: 16px;
    color: #001f3f;
    border: 1px solid #001f3f;
    padding: 5px 15px;
    border-radius: 10%;
    text-decoration: none;
}
.fish__species_btn:hover {
    color: #ffffff;
    background-color: #001f3f;
}

/*** -----style for the Frontpage Application Section----- ***/
.mobile-app-banner {
    padding: 50px 0;
    background-color: #f4f7fb;
}
.mobile-app-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 30px;
    align-items: center;
    background: #ffffff;
    /* border: 1px solid #dbdbdb; */
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 31, 63, 0.12);
}
.app-description {
    text-align: left;
}
.app-badge {
    display: inline-block;
    background: #001f3f;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.app-description h2 {
    font-size: 22px;
    font-weight: 700;
    color: #001f3f;
    margin-bottom: 10px;
}
.app-description p {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
}
.app-images {
    text-align: center;
}
.app-images img {
    max-width: 180px;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.download-section {
    text-align: center;
}
.download-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #001f3f;
    margin-bottom: 15px;
}
.download-section img.playstore {
    max-width: 150px;
    display: block;
    margin: 0 auto 10px;
}
.download-section img.qr {
    max-width: 110px;
    margin-top: 5px;
}
.scan-text {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
}

/*** -----style for the Frontpage media gallery Section----- ***/
.media-section {
    padding: 40px 0;
    background: url("/assets/site/images/layout_img/media_background.webp");
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        url("/assets/site/images/layout_img/media_background.webp"); */
    background-size: cover;
    background-position: bottom center;
    /* background-color: #090d3a; */
}
.media-section .tab-content {
    margin-bottom: 15px;
}
.media-section ul {
    border: none;
    justify-content: center;
    margin-bottom: 22px;
}
.media-section ul li {
    background: #001f3f;
}
.media-section ul li.active {
    background: #d96400;
}
.media-section ul li:hover,
.media-section ul li a:hover {
    border-color: #fbc02d !important;
    color: #fff;
    /* margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.media-section ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    /* padding: 8px 40px; */
    padding: 1px 30px;
    font-size: 11px;
    /* font-size: 18px; */
    letter-spacing: 1px;
    margin: 4px;
    border-radius: 5px;
    /* margin-bottom: 0px !important; */
    /* border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.media-section .img-box img {
    width: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    /* border-color: #fbc02d; */
    border-color: #ffffff;
}
.media-section .img-box a {
    text-decoration: none;
}
.media-section .img-box p {
    background: #001f3f;
    border: 1px solid #ffffff;
    width: 100%;
    margin-bottom: 0px;
    /* z-index: 9999; */
    color: #ffffff;
    font-weight: 500;
    padding: 5px 10px;
}
.media-section .view-more {
    text-align: center;
    margin-bottom: 50px;
}
.media-section .view-more .view-more-btn {
    background: #54d1ff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
    border-radius: 0px;
}
.media-section .row .nav-tabs .nav-item .active {
    color: #001f3f;
    font-weight: 600;
    background-color: #fbc02d;
    /* border-color: #fbc02d; */
    border: none;
    margin: 5px;
    border-radius: 5px;
}
.tab-pane.fade.active .row:has(.col-md-3:hover) .col-md-3:not(:hover) {
    filter: blur(4px);
    transition: filter 0.2s ease;
}
.tab-pane.fade.active .row .img-box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-title,
.img-box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 261px;
}

/*** Style ended here for the Front page ***/

/*** Style for the Screen Reader Access page ***/
.table_screen_reader_access thead th {
    background-color: #001f3f;
    color: #fff;
    text-align: center;
}
.table_screen_reader_access tbody tr:nth-child(even) {
    --bs-table-accent-bg: #f2f2f2;
}
.table_screen_reader_access tbody tr:hover {
    --bs-table-accent-bg: #ffc39c;
}
.table_screen_reader_access tbody td {
    vertical-align: middle;
}
.table_screen_reader_access tbody td a {
    color: #000;
}
.table_screen_reader_access tbody td a:hover {
    color: #2e76c0;
}
.table_screen_reader_access tbody tr td {
    border: none;
    text-align: center;
    font-weight: 600;
}
/*** Style end for the Screen Reader Access page ***/

/***  Style for the sidebar in the citizen corner ***/
ul.citizen_corner_sidebar_menu {
    list-style: none;
    padding-left: 0;
}
ul.citizen_corner_sidebar_menu a {
    text-decoration: none;
}
ul.citizen_corner_sidebar_menu > li {
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #001f3f;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.accordion-button:focus {
    box-shadow: none;
}
.citizen_corner_sidebar_body {
    padding: 0;
}
.citizen_corner_sidebar_body ul.list-group {
    border-radius: 0;
}
.citizen_corner_sidebar_body ul.list-group li.li_group_style {
    list-style: none;
}
.citizen_corner_sidebar_body ul.list-group a .list-group-item {
    border-left: 0;
    border-right: 0;
}
.citizen_corner_sidebar_body ul.list-group a .list-group-item.active {
    color: #e9800a !important;
    background-color: #fff;
    border-color: #dfdfdf;
}
.citizen_corner_sidebar_body ul.list-group a .list-group-item:hover {
    color: #2b3991;
}
.citizen_corner_sidebar_body ul.list-group a .list-group-item:last-child {
    border-bottom: 0;
}
.accordion-button.citizen_corner_sidebar_tab {
    padding: 10px;
    font-size: 14px;
}
/***  Style ended for the sidebar in the citizen corner ***/

/*** Style for the Tendar page ***/
.list_view_main .section_block {
    padding: 20px;
    background-color: #e5e6ff;
    border: 1px solid #00033c;
    border-radius: 10px;
}
.list_view_main .section_block h3 {
    font-size: 20px;
}
.list_view_main .section_block h3.small_then_normal {
    font-size: 16px;
}
.list_view_main .section_block span {
    margin-right: 30px;
}
.list_view_main .section_block span a {
    color: black;
}
.list_view_main .section_block span a:hover {
    text-decoration: underline;
}
/*** Style ended here for the Tendar page ***/

/*** Style here for the FeedBack page ***/
.form-group {
    margin-bottom: 1.25em;
}
.error {
    color: #d9534f;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
/*** Style ended here for the FeedBack page ***/

/*** Style for the CONTACT US page ***/
section.contactUs {
    /* background: url("/assets/site/images/contact_us_bg.jpeg") no-repeat; */
    background-size: cover;
    background-position: center;
    /* color: white; */
    text-align: center;
    /* padding: 30px 0; */
}
.contactUs h2 {
    font-size: 2rem;
    /* margin-bottom: 55px; */
    font-weight: 600;
    /* text-shadow: 1px 1px 2px black; */
}
.contactUs p {
    font-size: 1.2rem;
    margin-bottom: 15px;
    /* text-shadow: 0px 0px 5px black; */
}
.contactUs p a {
    color: #000;
}
.contactUs .social-icons a {
    color: #000;
    margin: 10px 5px 5px 5px;
    text-decoration: none;
}
.contactUs .social-icons a img {
    height: 30px;
    filter: brightness(255) invert(1);
}
/*** Style end for the CONTACT US page ***/

/*** Style for the theme button hover ***/
.theme__redirect_btn {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #ffffff; /* Government blue */
    background: #001f3f;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}
.theme__redirect_btn svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.theme__redirect_btn rect {
    fill: none;
    stroke: #001f3f; /* Initial border color */
    stroke-width: 0px;
    stroke-dasharray: 400, 0;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme__redirect_btn:hover {
    color: #001f3f;
    letter-spacing: 1px;
    background: #f0f8ff; /* very light blue glow */
}
.theme__redirect_btn:hover rect {
    stroke-width: 3;
    stroke: #001f3f; /* Brighter blue on hover */
    stroke-dasharray: 15, 214;
    stroke-dashoffset: 63;
}
.theme__redirect_btn:hover {
    box-shadow:
        0 0 10px rgba(0, 51, 102, 0.3),
        0 0 20px rgba(0, 51, 102, 0.2);
}
/*** Style ended here for the theme button hover ***/

/*** Style for the Footer ***/
.section-padding {
    padding: 25px 0px;
}
.site-footer {
    /* background: url("/assets/site/images/footer_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center; */
    background-color: #001f3f;
}
.site-footer .row-col {
    padding: 20px 0px 20px;
}
.footer-title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fbc02d;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.footer-address,
.footer-phone,
.footer-email {
    position: relative;
    padding-left: 40px;
}
.footer-address a,
.footer-phone a,
.footer-email a {
    text-decoration: none;
}
.footer-address p,
.footer-phone P,
.footer-email P {
    color: #fff;
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
}
.footer-address::before {
    position: absolute;
    content: "";
    background: url("/assets/site/images/layout_img/location-pin.webp")
        no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    /* top: 5px; */
}
.footer-phone::before {
    position: absolute;
    content: "";
    background: url("/assets/site/images/layout_img/phone.webp") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 2px;
}
.footer-email::before {
    position: absolute;
    content: "";
    background: url("/assets/site/images/layout_img/email.webp") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 5px;
}
.footer-QR {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.footer-QR img.qr_code_footer {
    height: 75px;
}
.footer-QR p {
    padding-left: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
}
.usefull-list-wrap .usefull-list {
    list-style: none;
    padding-left: 0px;
    columns: 2;
    margin-bottom: 25px;
}
.usefull-list-wrap .usefull-list li a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 25px;
    text-decoration: none;
    position: relative;
    /* text-transform: uppercase; */
    padding-bottom: 2px;
}
.usefull-list-wrap .usefull-list li a::before,
.usefull-list-wrap .usefull-list li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fbc02d; /* red line */
    opacity: 0;
    transform: translateY(-8px); /* same 'distance' from your example */
    transition:
        transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s;
}
.usefull-list-wrap .usefull-list li a::after {
    transform: translateY(4px);
    transition:
        transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.2s;
}
/* Hover / focus animation */
.usefull-list-wrap .usefull-list li a:hover::before,
.usefull-list-wrap .usefull-list li a:hover::after,
.usefull-list-wrap .usefull-list li a:focus::before,
.usefull-list-wrap .usefull-list li a:focus::after {
    opacity: 1;
    transform: translateY(0);
}
.usefull-list-wrap .usefull-list li a:hover::before,
.usefull-list-wrap .usefull-list li a:focus::before {
    transition:
        transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.2s;
}
.usefull-list-wrap .usefull-list li a:hover::after,
.usefull-list-wrap .usefull-list li a:focus::after {
    transition:
        transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0s 0.2s;
}
.footer-social-wrap {
    display: inline-flex;
    width: 100%;
}
.footer-social-wrap .social-icon-wrap {
    display: flex;
    align-items: center;
    width: 50%;
}
.footer-social-wrap .social-icon-wrap .social-icon a img {
    height: 25px;
    margin-right: 10px;
}
.footer-social-wrap .visiotr-text {
    padding: 7px 20px;
    color: #001f3f;
    background: #fbc02d;
}
.footer-social-wrap .visiotr-text p {
    margin-bottom: 0px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}
.footer-full-width-text {
    font-family: "Montserrat", sans-serif;
    /* font-size: 16px; */
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    /* margin-bottom: 35px; */
}
/* Bottom bar */
.site-footer__bottom {
    background: #ffffff;
}
.site-footer__bottom .row {
    align-items: center;
    padding: 15px 0px;
}
.site-footer__bottom .lst-up-wrap p,
.site-footer__bottom .copy-claim p {
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.site-footer__bottom .cert-icon-wrap {
    float: right;
    display: flex;
}
.site-footer__bottom .cert-icon-wrap .cert-icon {
    padding-right: 10px;
}
/*** Style ended here for the Footer ***/

.breadcrumb .breadcrumb-item a {
    color: #d19500;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

/*** Style for Media Gallery page ***/
.mediaGallery {
    /* padding-top: 50px; */
    padding-bottom: 45px;
}
.mediaGallery .tab-content {
    margin-bottom: 15px;
}
.mediaGallery ul {
    border: none;
    justify-content: center;
    margin-bottom: 22px;
}
.mediaGallery ul li {
    background: #001f3f;
}
.mediaGallery ul li.active {
    background: #fbc02d;
}
.mediaGallery ul li:hover,
.mediaGallery ul li a:hover {
    border-color: #fbc02d !important;
    color: #fff;
    /* margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.mediaGallery ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    /* padding: 8px 40px; */
    padding: 1px 30px;
    font-size: 11px;
    /* font-size: 18px; */
    letter-spacing: 1px;
    margin: 4px;
    border-radius: 5px;
    /* margin-bottom: 0px !important; */
    /* border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; */
}
.mediaGallery .img-box a {
    text-decoration: none;
}
.mediaGallery .img-box img {
    width: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #001f3f;
}
.mediaGallery .img-box p {
    background: #fff;
    border: 1px solid #001f3f;
    width: 100%;
    margin-bottom: 0px;
    /* z-index: 9999; */
    color: #001f3f;
    padding: 5px 10px;
}
.mediaGallery .view-more {
    text-align: center;
    margin-bottom: 50px;
}
.mediaGallery .view-more .view-more-btn {
    background: #54d1ff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
    border-radius: 0px;
}
.mediaGallery .row .nav-tabs .nav-item .active {
    color: #001f3f;
    background-color: #fbc02d;
    /* border-color: #2b3991; */
    border: none;
    margin: 5px;
    border-radius: 5px;
    font-weight: 600;
}
/*** Style end for Media Gallery page ***/
