@font-face {
    font-family: 'NunitoSans';
    src: url('../../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}


html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'NunitoSans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:visited,
a.btn:focus,
a.btn:active,
.btn-sm:focus,
.btn-sm:active {
    outline: none !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ccc !important;
}

.main-ealb {
    font-family: 'NunitoSans', sans-serif !important;
    min-height: 100vh;
    flex: 1;
}

.second-container-ealb {
    display: none;
}

a {
    display: block;
    text-decoration: none !important;
}

.text-link a {
    text-decoration: none;
    color: inherit;
}

    .text-link a:hover,
    .text-link a:focus {
        text-decoration: none;
        color: inherit;
    }

.ealbania-link {
    color: #232222;
    leading-trim: both;
    text-edge: cap;
    font-family: 'NunitoSans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

.fixed-button {
    margin-right: -50px;
    transform: rotate(-90deg);
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #ed174e;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3s;
    font-family: 'Nunito Sans', sans-serif;
}

    .fixed-button:hover {
        background-color: #ed174e;
    }

@media (max-width: 768px) {
    .fixed-button {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .fixed-button {
        bottom: 15px;
        right: 15px;
    }
}

.fixed-button:hover {
    border: 5px solid #ed174e;
    background-color: white;
    color: #ed174e;
}

.fixed-button:nth-child(2) {
    bottom: 80px;
}

@media (max-width: 768px) {
    .fixed-button {
        padding: 8px;
        font-size: 18px;
    }

        .fixed-button:nth-child(2) {
            bottom: 70px;
        }
}

@media (max-width: 480px) {
    .fixed-button {
        bottom: 25px;
        margin-right: -35px;
        padding: 5px;
        font-size: 15px;
    }

        .fixed-button:nth-child(2) {
            bottom: 60px;
        }
}

a.btn:focus, .btn.btn-sm:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-header {
    position: relative;
    background: none;
}

.custom-header-mobile {
    position: relative;
    overflow: hidden;
    background: none;
}

    .custom-header nav, .custom-header-mobile nav {
        position: relative;
        z-index: 1;
        backdrop-filter: blur(10px);
    }

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.logo-image {
    width: 75%;
}

.login-button {
    background-color: #1976D2;
    border-radius: 5px;
    color: white;
}

    .login-button:hover {
        color: #fff;
        background-color: #1565c0;
    }

.text-links, .text-links-mobile {
    display: flex;
    gap: 20px;
}

.text-link {
    color: #FFF;
    font-family: 'NunitoSans', sans-serif;
    text-decoration: none;
}

    .text-link:hover {
        color: #fff;
    }

.navbar-toggler {
    border: none;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**Dropdwon*/
.dropdown-menu {
    margin-left: -2%;
    margin-top: -0.5rem;
    height: 5rem;
    min-width: 8rem !important;
    display: none;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 5px 5px 5px 5px;
    position: absolute;
    z-index: 2;
    overflow: visible;
}

    .dropdown-menu.show {
        display: block !important;
    }


    .dropdown-menu li {
        padding: 0px 10px;
        list-style-type: none;
    }

        .dropdown-menu li a {
            text-decoration: none;
            color: #043065;
            font-family: 'NunitoSans', sans-serif !important;
            padding: 5px;
        }

            .dropdown-menu li a:hover {
                background-color: #d0ddec;
                border-radius: 4px;
            }

        .dropdown-menu li:hover {
            background-color: #d0ddec;
            border-radius: 4px;
        }



.language-dropdown-container {
    position: relative;
}

.language-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
    margin-top: 10px;
}

.language-dropdown-container:hover .language-dropdown-menu {
    display: block;
}

.language-dropdown-menu .dropdown-item {
    padding: 0px 10px;
    list-style-type: none;
}

    .language-dropdown-menu .dropdown-item a {
        text-decoration: none;
        color: black;
    }

        .language-dropdown-menu .dropdown-item a:hover {
            color: #043065;
        }

.language-display {
    color: #FFF;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .custom-header {
        display: none;
    }

    .custom-header-mobile {
        display: block;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        flex-direction: column;
    }

    .text-links-mobile {
        flex-direction: column;
        align-items: center;
    }
}

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

/*Footer**/
.first-section {
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    background-color: #eaf1f7;
    width: 100%;
    bottom: 0;
    left: 0;
}

.third-part {
    background-color: white;
    bottom: 0;
    left: 0;
}

.footer-content {
    padding-right: 20px;
}

    .footer-content p {
        font-size: 14px;
        color: #333;
    }

.footer-register-btn {
    cursor: pointer;
    border-radius: 8px;
    padding: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    background-color: #ED174E;
}

.fotter-register-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.footer-register-btn:not(:disabled) {
    cursor: default !important;
}

.footer-register-btn svg {
    margin-right: 8px;
}

.register-btn {
    background-color: #003366;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
}

.footer-register-btn:hover,
.footer-register-btn:active {
    color: white !important;
    background-color: #b5254a;
}

.social-icon {
    margin-left: 5px;
    color: #003366;
    text-decoration: none;
    font-size: 16px;
}

    .social-icon:hover {
        color: #0055a0;
    }

.close-btn {
    margin-left: 10px;
    color: #003366;
    font-size: 20px;
    cursor: pointer;
}

    .close-btn:hover {
        color: #0055a0;
    }

.content {
    display: flex;
    width: 798.584px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #232222;
    font-family: 'NunitoSans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.links-section h2 {
    font-size: 15px;
    color: #333;
    margin-bottom: 20px;
}

.links-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.link-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ccc;
}

    .link-item:first-child {
        flex: 0 0 40%;
        align-items: flex-start;
        text-align: left;
    }

    .link-item:not(:first-child) {
        flex: 0 0 20%;
    }

    .link-item:last-child {
        border-right: none;
    }



.link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
}

.link-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0.5rem;
}

.link-stores {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.link-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 0.5rem;
}

.footer-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
}

.footer-description {
    line-height: 1.5;
    font-size: 14px;
    font-family: 'NunitoSans', sans-serif;
}

.footer-bottom {
    margin-top: 20px;
    border-top: 2px solid #ED174E;
    padding-top: 10px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

    .footer-links li a {
        text-decoration: none;
        color: #676767;
        font-size: 14px;
        font-family: 'NunitoSans', sans-serif;
        color: #838383;
    }

/* Laptops */
@media (max-width: 992px) {
    .text-links {
        gap: 20px;
    }

    .navbar-nav {
        gap: 10px;
    }

    .nav-title {
        font-size: 40px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

/* Mobiles */
@media (max-width: 576px) {
    .text-links-mobile {
        flex-direction: column;
        gap: 10px;
    }

    .nav-title {
        font-size: 30px;
    }

    .no-bg {
        background-image: none !important;
    }

    .icon-container.large-icon {
        position: relative;
        width: 40px;
        height: 40px;
    }

        .icon-container.large-icon svg {
            width: 100%;
            height: 100%;
        }

    .circle-letter {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        font-weight: bold;
        font-family: 'NunitoSans', sans-serif;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.text-link-mobile {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.80px;
    word-wrap: break-word;
    font-family: 'NunitoSans', sans-serif;
    font-size: 14px;
}

.navbar-ealb-mobile {
    display: none;
}

.navbar-ealb {
    display: none;
}

@media (min-width: 992px) {
    .navbar-ealb {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .navbar-ealb-mobile {
        display: block;
    }

    .language-buttons {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
    }

    .language-button {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #333;
        background-color: #f8f9fa;
        padding: 5px 5px;
        border: 1px solid #ddd;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }

        .language-button:hover {
            background-color: #e9ecef;
        }

    .flag-icon {
        width: 20px;
        height: 14px;
        margin-right: 8px;
    }

    .toggler-ealb {
        color: white;
    }
}

.material-icons-outlined {
    line-height: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

.custom-header::before, .custom-header-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/img/mask-group.png');
    background-color: rgb(4 48 101);
    z-index: 0;
    filter: blur(2px);
}

@media (max-width: 768px) {
    .link-item {
        flex: 1 0 100%;
        text-align: center;
        border-right: none;
    }

        .link-item:first-child {
            flex: 1 0 100%;
        }

        .link-item:not(:first-child) {
            flex: 1 0 100%;
        }


    .link-wrapper {
        flex-direction: row;
        padding: 0;
        width: 100%;
    }

    .link-stores {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}


.cookie-consent {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 130px;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 1.5rem;
    z-index: 1000;
    transition: bottom 0.5s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
}

@media (max-width: 768px) {
    .cookie-consent {
        position: fixed;
        bottom: -100%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        height: 240px;
        max-width: 900px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        padding: 1.5rem;
        z-index: 1000;
        transition: bottom 0.5s ease-in-out;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .cookie-consent.show {
            bottom: 10px;
        }
}


.cookie-text {
    flex: 1;
    padding-right: 1rem;
}

.cookie-buttons {
    display: flex;
    gap: 0.8rem;
    justify-content: flex-end;
}

.cookie-consent.show {
    bottom: 0px;
}

.cookie-text h5 {
    margin: 0;
    font-size: 1.2rem;
    color: #333;
}

.cookie-text p {
    margin: 0.5rem 0 0;
    color: #666;
    font-size: 0.95rem;
}

.cookie-text a {
    color: #4a6bff;
    text-decoration: none;
}

.cookie-btn {
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
}

    .cookie-btn.accept {
        background: #043065;
        color: white;
    }

    .cookie-btn.decline {
        background: transparent;
        color: #666;
        border: 1px solid #ddd;
    }

    .cookie-btn.accept:hover {
        background: #125cb5;
    }

    .cookie-btn.decline:hover {
        background: #ebebeb;
        color: #125cb5;
        border: 1px solid #125cb5;
    }

@media (max-width: 600px) {
    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-text {
        padding-right: 0;
        margin-bottom: 1rem;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: flex-end;
    }
}

/* Main Menu Container */
.right-side-menu {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1050;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    font-family: 'NunitoSans', sans-serif;
}

    .right-side-menu.active {
        right: 0;
    }

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

/* Header */
.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #043065;
    background-color: #043065;
}

    .menu-header h1 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
        color: #fff;
    }

.close-menu {
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #666;
    padding: 0;
    line-height: 1;
}

    .close-menu:hover {
        color: #333;
    }

/* Content */
.menu-content {
    padding: 15px 20px;
}

.menu-section {
    margin-bottom: 25px;
}

    .menu-section h2 {
        font-size: 1.3rem;
        margin-bottom: 15px;
        color: #2c3e50;
        font-weight: 600;
        padding-bottom: 5px;
        border-bottom: 1px solid #eee;
    }

.menu-subsection {
    margin-bottom: 20px;
}

    .menu-subsection h3 {
        font-size: 1.1rem;
        margin-bottom: 12px;
        color: #34495e;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

.menu-icon {
    margin-right: 8px;
    font-size: 1rem;
}

.menu-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .menu-items li {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        cursor: pointer;
        transition: all 0.2s ease;
        font-size: 16px;
        font-family: 'NunitoSans', sans-serif;
        font-weight: 600;
        line-height: 24px;
        word-wrap: break-word;
        color: #2F6796;
    }

        .menu-items li:hover {
            color: #10354A;
            text-decoration: underline;
        }

.icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.menu-subsection h3 {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #34495e;
}

    .menu-subsection h3 .icon-wrapper {
        margin-right: 8px;
    }

.title-life {
    color: #0B2432;
    font-family: 'NunitoSans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .right-side-menu {
        width: 80%;
        right: -80%;
    }
}

@media (max-width: 480px) {
    .right-side-menu {
        width: 90%;
        right: -90%;
    }

    .menu-header {
        padding: 15px;
    }

    .menu-content {
        padding: 10px 15px;
    }

    .menu-items li {
        padding: 8px 12px;
    }
}

/* Search Container */
.search-container-life {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.search-input-life {
    width: 50%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}

    .search-input-life:focus {
        outline: none;
        border-color: #053D4F;
        box-shadow: 0 0 0 2px rgba(5, 61, 79, 0.2);
    }

.search-icon-life {
    position: absolute;
    right: 26rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

    .search-icon-life svg {
        width: 20px;
        height: 20px;
    }
