.elementor-10 .elementor-element.elementor-element-7e27bf0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-7e27bf0:not(.elementor-motion-effects-element-type-background), .elementor-10 .elementor-element.elementor-element-7e27bf0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-10 .elementor-element.elementor-element-179d844{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-179d844.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-179d844 */* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 32px;
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    position: relative;
}

.left, .center, .right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 22px;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: #e91e63;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
}

.menu-item i:first-child {
    color: #e91e63;
}

/* Dropdown */
.dropdown {
    position: absolute;
    top: 36px;
    left: 0;
    background: #fff;
    min-width: 180px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: none;
    flex-direction: column;
    padding: 8px 0;
    z-index: 1000;
}

.dropdown a {
    padding: 10px 16px;
    text-decoration: none;
    color: #222;
    font-size: 14px;
}

.dropdown a:hover {
    background: #f5f5f5;
}
.linktolentho{
    cursor: pointer;
}
/* Search */
.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    width: 400px;
}

.search-box input {
    border: none;
    outline: none;
    width: 100%;
}

/* Language */
.lang-toggle {
    display: flex;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 4px;
}

.lang-toggle span {
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 13px;
    cursor: pointer;
}

.lang-toggle .active {
    background: #e91e63;
    color: #fff;
}

/* Login */
.login-btn {
    background: #0f1b2d;
    color: #fff;
    padding: 10px 18px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .center {
        display: none;
    }
}/* End custom CSS */