
@media (max-width: 991px) {


    .gallery-columns {
        column-count: 2;
    }

    .mobile-navbar {
        height: 72px;
        z-index: 1040;
    }

    .navbar-container {
        direction: ltr;
    }

    .mobile-toggle-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .mobile-dropdown {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        z-index: 1035;
    }

    .mobile-menu-panel {
        max-height: calc(100vh - 72px);
        overflow-y: auto;
    }

    .mobile-overlay {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1030;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

    .mobile-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .wpml-ls-item {
        border: solid 1px #0250C1;
        height: 32px;
        width: 32px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        line-height: 1;
        padding: 0 !important;
    }

    .wpml-ls-current-language {
        display: none !important;
    }

    .wpml-ls-legacy-list-horizontal a {
        height: 12px;
        padding: 0 !important;
    }

    .site .navbar .button-regular {
        padding: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0250C1;
    }

    .site .navbar .button-regular[aria-expanded="true"] {
        background-color: #0B264F;
    }

    .site .button-light.login-button,
    .site .button-light.search-button {
        color: #0250C1;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 16px;
    }

    .mobile-menu-wrapper .accordion-item,
    .mobile-menu-wrapper .accordion-button {
        font-size: 18px !important;
        font-weight: 500;
    }

    .mobile-menu-wrapper .accordion-button:not(.collapsed) {
        background-color: unset !important;
        box-shadow: unset !important;
    }

    .mobile-menu-wrapper .social-button {
        font-size: 18px;
    }

    .accordion-button::after {
        content: unset !important;
    }

    .accordion-button {
        text-align: right;
    }

    .accordion-button:not(.collapsed) {
        background-color: transparent;
        color: inherit;
        box-shadow: none;
    }

    .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, .125);
    }

    .accordion-button.active,
    a.active {
        color: #1a237e !important;
        font-weight: 600 !important;
    }

    .menu-link-lvl3:hover,
    .menu-link-lvl3:focus {
        background-color: rgba(26, 35, 126, 0.1);
    }

    .btn-primary {
        --bs-btn-bg: #1a237e;
        --bs-btn-border-color: #1a237e;
        --bs-btn-hover-bg: #0d1657;
        --bs-btn-hover-border-color: #0d1657;
    }

    .text-primary {
        color: #1a237e !important;
    }

    .footer {
        padding: 16px;
    }

    .footer-links-wrapper {
        display: block;
        column-count: 2;
        column-gap: 24px;
    }

    .footer-links-wrapper>[class*="col"] {
        width: 100%;
        max-width: 100%;
        break-inside: avoid;
        margin-bottom: 16px;
    }

    .footer-app-images img {
        max-height: 38px;
    }

    .footer-credits ul li {
        width: 100%;
        text-align: center;
    }

    .common-slider-text {
        padding-top: 0;
    }

    .common-slider-title {
        position: relative;
        top: 0;
    }

    .common-slider-navigation {
        position: relative;
        bottom: 0;
    }

    .owl-stage-outer {
        min-height: unset;
    }

}

@media (max-width: 575px) {
    .gallery-columns {
        column-count: 1;
    }

    .fund-box-image, .fund-box-image-small {
        width: 100%;
        height: unset;
    }

    /* .blog-buttons a {
        width:47%;
    } */

}