/* Responsive rules moved from ../header.css. Keep this file loaded immediately after header.css. */

@media (min-width: 992px) {
    .search-item .header-icon-btn i {
        transform: translateY(5px);
    }
}

@media (max-width: 991.98px) {

    .desktop-accreditations,
    .desktop-translate {
        display: none;
    }

    .mobile-translate {
        display: flex;
        padding-top: 0.75rem !important;
        padding-bottom: 0.65rem !important;
        align-items: center !important;
    }

    .mobile-accreditations-link {
        font-size: 15px !important;
        font-weight: 600;
        line-height: 1.5;
    }

    header .custome-container {
        max-width: 94% !important;
        margin: auto;
    }

    .gap-between-logo {
        padding: 10px 0;
        gap: 0.75rem;
    }

    .header-linker {
        align-items: center !important;
        gap: 0.65rem;
    }

    .header-linker .nav-item,
    .header-linker .navbar {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
        text-align: left !important;
        word-break: normal !important;
    }

    .navbar-brand img {
        max-width: min(350px, 62vw);
        max-height: 82px;
        margin: 0;
        object-fit: contain;
    }

    .navbar-toggler-size {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        min-height: 36px;
    }

    .search-item .nav-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 0;
    }

    .search-box {
        top: 100%;
        right: 0;
    }

}

@media (max-width: 767.98px) {
    .gap-between-logo {
        padding: 10px 0 5px 0;
    }




    .desktop-accreditations,
    .desktop-translate {
        display: none;
    }

    .search-item {
        position: static !important;
        top: auto;
        right: auto;
    }

    header .custome-container:has(.search-box.show) {
        padding-bottom: 54px;
    }

    .mobile-accreditations-link {
        font-size: 14px !important;
    }

    .header-icon-btn {
        width: 42px;
        height: 42px;
        border-color: transparent !important;
        background: transparent;
    }

    .header-icon-btn i {
        font-size: 16px;
    }

    .navbar-toggler-size,
    .search-item .nav-link {
        min-width: 42px;
        min-height: 42px;
        width: 42px;
        height: 42px;
    }

    .header-icon-btn:hover,
    .header-icon-btn:focus-visible {
        border-color: transparent !important;
        background: transparent;
    }

    .position-menu-icon {
        position: static !important;
        top: auto;
        right: auto;
    }

    .search-box {
        top: auto;
        right: 0;
        bottom: 8px;
        left: 0;
        width: 100%;
        padding: 0.45rem 0.65rem;
        border: 1px solid rgba(var(--fr-purple-rgb), 0.22);
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 8px 18px rgba(var(--fr-dark-rgb), 0.12);
        display: none;
    }

    .search-box.show {
        display: block;
        animation: none;
    }

    .search-box input {
        border: none;
        outline: none;
        width: 100%;
        padding: 0.35rem 0.1rem;
        font-size: 0.9rem;
    }

        .desktop-translate {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-translate{
        display:none;
    }
}
