* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    color: #54595f;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

#boxed-wrapper {
    width: 100%;
    max-width: 100%;
}

#wrapper {
    position: relative;
}

.fusion-tb-header {
    background-color: #ffffff;
    padding: 25px 35px;
    padding-left: 35px;
    padding-right: 0;
    min-height: 95px;
    position: sticky;
    top: 0;
    z-index: 20051;
}

.header-row {
    display: flex;
    flex-wrap: nowrap;
}

.header-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    width: 100%;
}

.header-left {
    width: 33.33333%;
    display: flex;
    align-items: center;
}

.header-center {
    width: 33.33333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5%;
}

.logo-container img {
    max-width: 235px;
    height: auto;
}

.main-menu {
    position: relative;
    padding: 0;
}

.main-menu ul {
    list-style: none;
    display: flex;
    gap: 45px;
    align-items: center;
    padding-left: 0;
    margin: 0;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #54595f;
    padding: 6px 0;
    text-transform: uppercase;
    transition: color 0.3s ease;
    border-bottom: 2px solid transparent;
}

.main-menu li a:hover,
.main-menu li.active a {
    color: #8c0636;
    border-bottom-color: #8c0636;
}

.main-menu .has-children {
    cursor: pointer;
}

.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 0;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.main-menu .has-children:hover .sub-menu {
    display: block;
}

.main-menu .sub-menu li {
    padding: 9px 15px;
    border-bottom: 1px solid rgba(163,163,163,0.2);
}

.main-menu .sub-menu li:last-child {
    border-bottom: none;
}

.main-menu .sub-menu li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    border-bottom: none;
    padding: 0;
}

.main-menu .sub-menu li a:hover {
    color: #8c0636;
    background-color: rgba(255,255,255,0.1);
}

.mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: #54595f;
    cursor: pointer;
}

.lang-menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.lang-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #54595f;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.lang-menu li.current a,
.lang-menu li a:hover {
    color: #8c0636;
    border-bottom-color: #8c0636;
}

.lang-dropdown {
    display: none;
    position: relative;
}

.lang-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 500;
    color: #54595f;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 5px 10px;
    min-width: 70px;
    justify-content: space-between;
    user-select: none;
    -webkit-user-select: none;
}

.lang-dropdown-toggle i {
    font-size: 10px;
    transition: transform 0.2s ease;
}

.lang-dropdown.open .lang-dropdown-toggle i {
    transform: rotate(180deg);
}

.lang-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    list-style: none;
    padding: 4px 0;
    margin: 4px 0 0 0;
    min-width: 80px;
    z-index: 9999;
}

.lang-dropdown.open .lang-dropdown-menu {
    display: block;
}

.lang-dropdown-menu li a,
.lang-dropdown-menu li span {
    display: block;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    color: #54595f;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.lang-dropdown-menu li a:hover {
    background-color: rgba(140,6,54,0.05);
    color: #8c0636;
}

.lang-dropdown-menu li.current span {
    color: #8c0636;
}

.hero-section {
    background-color: #8c0636;
    padding-bottom: 2px;
}

.slider-container {
    width: 100%;
    overflow: hidden;
}

.flexslider {
    position: relative;
    max-width: 100%;
}

.slides {
    list-style: none;
    display: flex;
    transition: transform 0.7s ease;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 10px 0;
}

.flex-control-nav li a {
    display: block;
    width: 30px;
    height: 4px;
    background-color: rgba(255,255,255,0.5);
    text-indent: -9999px;
    transition: background-color 0.3s ease;
}

.flex-control-nav li.active a,
.flex-control-nav li a:hover {
    background-color: #ffffff;
}

.separator {
    background-color: #8c0636;
    height: 60px;
    width: 100%;
}

.products-grid {
    background-color: #8c0636;
    padding: 0 22px;
}

.product-row {
    display: flex;
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
}

.product-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease;
}

.product-item:hover {
    transform: scale(1.02);
}

.product-item.large {
    width: 50%;
}

.product-item.small {
    width: 25%;
}

.product-content {
    padding: 20px;
    padding-bottom: 40px;
}

.product-content.right {
    align-self: flex-end;
    text-align: right;
    margin-left: auto;
}

.product-content.left {
    align-self: flex-end;
    text-align: left;
}

.product-content h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-content h2 a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.product-content h2 a:hover {
    color: #d1d1d1;
}

.product-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.news-section {
    padding: 56px 15%;
    background-color: #ffffff;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.76%;
}

.news-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.news-image {
    margin-bottom: 15px;
}

.news-image img {
    width: 100%;
    height: auto;
    display: block;
}

.news-content h4 {
    font-size: 28.43px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #54595f;
    line-height: 1.4;
}

.news-content p {
    font-size: 16px;
    font-weight: 300;
    color: #54595f;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.6;
}

.news-content p:last-child {
    margin-bottom: 0;
}

.fusion-tb-footer {
    background-color: #8c0636;
}

.footer-separator {
    height: 20px;
    border-top: 1px solid #8c0636;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #d1d1d1;
}

.footer-links .copyright {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.to-top-link {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #8c0636;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.to-top-link.visible {
    opacity: 1;
    visibility: visible;
}

.to-top-link:hover {
    background-color: #a30745;
}

.to-top-link .screen-reader-text {
    display: none;
}

.to-top-link::after {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
}

@media screen and (max-width: 1256px) {
    .fusion-tb-header {
        padding: 15px 20px;
        min-height: 80px;
    }
    
    .header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        position: relative;
    }
    
    .header-left {
        width: auto;
        flex: 1;
    }
    
    .header-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        max-width: calc(100% - 240px);
        pointer-events: none;
        z-index: 1;
    }
    
    .header-center .logo-container {
        pointer-events: auto;
    }
    
    .header-right {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 0;
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
    }
    
    .logo-container img {
        max-width: 110px;
    }
    
    .mobile-toggle {
        display: block;
        background-color: #ffffff;
        color: #54595f;
        padding: 10px 15px;
        box-sizing: content-box;
        font-family: 'Jost', sans-serif;
        font-size: 24px;
        cursor: pointer;
        border: none;
        box-shadow: none;
        outline: none;
        z-index: 1000;
        position: relative;
    }
    
    .main-menu {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        background: #ffffff;
    }
    
    .main-menu ul {
        display: block;
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s cubic-bezier(.42, .01, .58, 1);
        pointer-events: none;
        position: relative;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        padding: 0;
        margin: 0;
        flex-direction: column;
        gap: 0;
    }
    
    .main-menu.expanded ul {
        max-height: max-content;
        overflow-y: auto;
        opacity: 1;
        pointer-events: auto;
        padding: 20px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
    
    .main-menu li {
        display: block;
        margin-bottom: 0;
        position: relative;
    }
    
    .main-menu li a {
        display: block;
        padding: 15px 0;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #54595f;
        border-bottom: 1px solid rgba(163,163,163,0.1);
        transition: color 0.3s ease;
        letter-spacing: 0.5px;
    }
    
    .main-menu li:last-child a {
        border-bottom: none;
    }
    
    .main-menu li a:hover {
        color: #8c0636;
        background-color: rgba(140,6,54,0.05);
    }
    
    .main-menu .sub-menu {
        display: none;
        position: static;
        box-shadow: none;
        border-top: 1px solid rgba(163,163,163,0.2);
        margin-top: 0;
        padding-top: 10px;
        background: transparent;
        min-width: auto;
    }
    
    .main-menu.expanded .sub-menu {
        display: block;
    }
    
    .main-menu .sub-menu li {
        padding: 0;
        border-bottom: none;
    }
    
    .main-menu .sub-menu li a {
        padding: 10px 0 10px 20px;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        border-bottom: 1px solid rgba(163,163,163,0.1);
        letter-spacing: normal;
    }
    
    .main-menu .sub-menu li:last-child a {
        border-bottom: none;
    }
    
    .lang-menu {
        display: none;
    }
    
    .lang-dropdown {
        display: block;
    }
    
    .product-row {
        flex-direction: column;
        width: 100%;
        margin: 0;
    }
    
    .product-item.large,
    .product-item.small {
        width: 100%;
        min-height: 300px;
    }
    
    .product-content h2 {
        font-size: 28px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 5%;
    }
    
    .news-section {
        padding: 30px 5%;
    }
    
    .news-content h4 {
        font-size: 22px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}