/*** Responsive style for the Header ***/
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link:not(.active) {
        padding-left: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link:not(.active) {
        padding-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-link {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .navbar .header__menu__links {
        padding: 20px 0 0 0;
    }
    .navbar-nav .nav-link {
        padding: 5px;
    }
    .navbar-toggler {
        color: #ffffff;
        border: none;
        padding: 0;
        font-size: 23px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .hide_in_responsive {
        display: none;
    }
    .navbar.main-header > .container {
        justify-content: flex-end;
    }
    .mobile-header-boxes-slot {
        padding: 15px;
        display: flex;
        justify-content: center;
    }
    .mobile-header-boxes-slot .header__boxes {
        display: flex !important;
        gap: 10px;
    }
    .top__header__link__boxes a {
        color: #ffffff;
        border-color: #ffffff;
    }
    .top__header__color__boxes a.black_theme {
        color: #000000;
    }
    .top__header__color__boxes a {
        border-color: #ffffff;
    }
    .nav-item.dropdown
        ul.dropdown-menu.dropdown-menu-light.shadow-sm.border-0.mt-2.show {
        margin-bottom: 5px;
    }
    .navbar-collapse.collapse.show {
        max-height: calc(100vh - 120px); /* header + toggler height */
        overflow-y: auto;
        overflow-x: hidden;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    #bannerCarousel,
    #bannerCarousel .carousel-inner,
    #bannerCarousel .carousel-item img {
        margin-top: 0;
    }
    .main-header {
        background-color: #001f3f;
        backdrop-filter: none;
        transition:
            background-color 0.3s ease,
            backdrop-filter 0.3s ease;
    }
    .main-header.is-sticky {
        background-color: rgba(0, 31, 63, 0.8);
        backdrop-filter: blur(6px);
    }
    .top-header .lang-switcher {
        display: none;
    }
    .mobile-header-slot .lang-switcher {
        display: block;
    }
    .mobile-header-slot {
        display: flex;
        align-items: center;
        margin-right: 10px;
        gap: 10px;
    }
    .mobile-header-slot .top__header_links a {
        color: #ffffff;
        text-decoration: none;
    }
    .mobile-header-slot .top__header_links a:hover {
        text-decoration: underline;
    }
    .mobile-header-slot .top__header_links a i {
        margin-right: 5px;
    }
    .mobile-header-slot .lang-btn {
        color: #ffffff;
        border: none;
    }
    .mobile-header-slot .lang-btn:hover {
        background: transparent;
    }
    .mobile-header-slot .lang-menu {
        right: 0;
        left: auto;
    }
    #bannerCarousel .carousel-indicators {
        display: none;
    }
}
/*** Responsive style ended here for the Header ***/

/*** Responsive style here for the Front page ***/
/*** -----style for marque tab----- ***/
@media (prefers-reduced-motion: reduce) {
    .marquee__content {
        animation: none;
        padding-left: 0;
    }
}
@media (max-width: 576px) {
    .alert-meta span {
        display: block;
        margin-bottom: 4px;
    }
}
/*** -----style for the site heading and paragraphs sections----- ***/
@media (max-width: 768px) {
    .site__heading {
        padding: 28px 0;
    }
    .title__h2 {
        font-size: 25px;
    }
    .title__h2__dark {
        font-size: 25px;
    }
    .title__h2 .title__weight,
    .title__h2__dark .title__weight {
        font-size: 25px;
    }
    .paragraphs__below__titles {
        font-size: 14px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 768px) {
    .media-section .img-box {
        margin-bottom: 10px;
    }
}
@media (min-width: 576px) {
    .fs-card-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .fs-card-wrapper {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 992px) {
    .fs-card-wrapper {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/*** Responsive style ended here for the Front page ***/

/*** Responsive style for Fisheries Stats Section ***/
@media (max-width: 767px) {
    .stat-value {
        font-size: 2rem;
    }
}
/*** Responsive style ended here for Fisheries Stats Section ***/

/*** Responsive style for Circulars & orders Section ***/
@media (max-width: 767px) {
    .circular-order-modern {
        padding: 40px 20px;
    }
    .icon_and_cir_ord .left img {
        margin: 0 !important;
    }
    .icon_and_cir_ord {
        flex-wrap: wrap;
        justify-content: center;
    }
    .cards-grid {
        margin-top: 20px;
    }
    .circular-order-modern .container {
        padding: 0;
    }
}
/*** Responsive style ended here for Circulars & orders Section ***/

/*** Responsive style for Application Section ***/
@media (max-width: 991px) {
    .mobile-app-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .app-description {
        text-align: center;
    }
}
/*** Responsive style ended here for Application Section ***/

/*** Responsive style for the theme button hover ***/
@media (max-width: 768px) {
    .theme__redirect_btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}
/*** Responsive style ended here for the theme button hover ***/

/*** Responsive style for the footer ***/
@media (max-width: 992px) {
    .row.row-col div.col-lg-4.left-col,
    .row.row-col div.col-lg-4.center-col {
        margin-bottom: 3rem;
    }
    .row.row-col div.col-lg-4.right-col {
        margin-bottom: 1rem;
    }
    .footer-full-width-text {
        margin-bottom: 20px;
    }
    .container div.row div.col-lg-3.left-col,
    .container div.row div.col-lg-6.center-col,
    .container div.row div.col-lg-3.right-col {
        text-align: center;
        padding: 3px 0;
    }
    .site-footer__bottom .cert-icon-wrap {
        display: flex;
        justify-content: center;
        float: none;
    }
}
/*** Responsive ended here style for the footer ***/
