.elementor-579 .elementor-element.elementor-element-a58e557{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-579 .elementor-element.elementor-element-f541ce9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c3f9629 */html,
body {
    background-color: #FAF7F0 !important;
    background-image: url("https://www.minidarzeliai.lt/wp-content/uploads/2026/07/8bcadab5-ff5d-4592-b48e-a21bbb5a91ce-1.png") !important;
    background-repeat: repeat-y !important;
    background-position: top center !important;
    background-size: 1920px auto !important;
    background-attachment: scroll !important;
    font-family: "Source Sans Pro", Arial, sans-serif !important;
    color: #3D3C3A !important;
}

#content-wrapper,
#page-content,
.site,
.site-content,
.elementor-location-header,
.elementor-location-footer {
    background: transparent !important;
}

body > header,
#content-wrapper > header,
.header-image-container {
    display: none !important;
}

.md-header {
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 999;
    padding: 34px 18px 10px;
}

.md-header-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
}

.md-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 0;
}

.md-logo img {
    width: 330px;
    max-width: 100%;
    height: auto;
    display: block;
    filter: saturate(.78) contrast(.96);
}

.md-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 10px;
}

.md-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #C98568;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 4px;
    transition: all .22s ease;
    white-space: nowrap;
    outline: none;
}

.md-nav-parent {
    cursor: pointer;
    user-select: none;
}

.md-nav-link:hover,
.md-nav-link.active,
.md-nav-link:focus {
    color: #6F8068;
    background: rgba(168, 184, 160, .22);
    text-decoration: none;
}

.md-nav-item {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: -16px;
}

.md-nav-item > .md-nav-link:after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -4px;
    transition: all .22s ease;
}

.md-nav-item:hover > .md-nav-link:after,
.md-nav-item:focus-within > .md-nav-link:after {
    transform: rotate(225deg);
    margin-top: 3px;
}

.md-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 255px;
    background: rgba(250, 247, 240, .98);
    border: 1px solid rgba(216, 195, 165, .55);
    border-radius: 12px;
    box-shadow: 0 16px 38px rgba(61, 60, 58, .13);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .22s ease;
    z-index: 1000;
}

.md-nav-item:hover .md-dropdown,
.md-nav-item:focus-within .md-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.md-dropdown a {
    display: block;
    color: #5E655A;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 8px;
    transition: all .2s ease;
}

.md-dropdown a:hover,
.md-dropdown a:focus {
    background: rgba(168, 184, 160, .22);
    color: #3D3C3A;
    text-decoration: none;
    outline: none;
}

.md-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FAF7F0;
    background: #A8B8A0;
    border: 1px solid #A8B8A0;
    border-radius: 6px;
    padding: 13px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(127, 150, 120, .24);
    transition: all .22s ease;
    white-space: nowrap;
}

.md-contact-btn:hover {
    background: #C98568;
    border-color: #C98568;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(201, 133, 104, .25);
    transform: translateY(-1px);
}

.md-menu-toggle {
    display: none;
    width: 46px;
    height: 42px;
    border: 0;
    border-radius: 9px;
    background: #A8B8A0;
    padding: 10px;
    cursor: pointer;
}

.md-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 20px;
    margin: 5px 0;
}

@media (max-width: 991px) {
    html,
    body {
        background-size: 1400px auto !important;
    }

    .md-header {
        padding: 20px 14px 8px;
    }

    .md-header-inner {
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .md-logo img {
        width: 255px;
    }

    .md-menu-toggle {
        display: block;
        margin-left: auto;
    }

    .md-nav {
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        background: rgba(250, 247, 240, .98);
        border: 1px solid rgba(216, 195, 165, .55);
        border-radius: 14px;
        box-shadow: 0 14px 35px rgba(61, 60, 58, .13);
        padding: 10px;
        margin: 8px 0 0;
    }

    .md-header:hover .md-nav,
    .md-header:focus-within .md-nav {
        display: flex;
    }

    .md-nav-link,
    .md-contact-btn {
        width: 100%;
        justify-content: flex-start;
        font-size: 16px;
        padding: 13px 14px;
    }

    .md-contact-btn {
        justify-content: center;
        margin-top: 4px;
    }

    .md-nav-item {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .md-dropdown {
        position: static;
        transform: none;
        min-width: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        display: none;
        box-shadow: none;
        border-radius: 10px;
        margin: 2px 0 8px;
        padding: 8px;
        background: rgba(216, 195, 165, .18);
    }

    .md-nav-item:hover .md-dropdown,
    .md-nav-item:focus-within .md-dropdown {
        display: block;
        transform: none;
    }

    .md-dropdown a {
        padding: 11px 14px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    html,
    body {
        background-image: none !important;
        background-color: #FAF7F0 !important;
    }

    .md-logo img {
        width: 220px;
    }

    .md-header {
        padding-top: 16px;
    }
}/* End custom CSS */