.whatsapp-float {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 998;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 17px;
    border-radius: 50px;
    background: #25d366;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    box-shadow: -4px 4px 24px -10px #128c4a;
    transition: transform .2s ease, background-color .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    background: #128c4a;
    color: #fff !important;
    transform: translateY(-3px);
}

.whatsapp-float .fa {
    font-size: 22px;
}

.whatsapp-float-menu {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 998;
    color: #fff;
}

.whatsapp-float-menu summary {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 17px;
    border-radius: 50px;
    background: #25d366;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    list-style: none;
    box-shadow: -4px 4px 24px -10px #128c4a;
}

.whatsapp-float-menu summary::-webkit-details-marker { display: none; }
.whatsapp-float-menu summary > .fa:first-child { font-size: 22px; }
.whatsapp-menu-arrow { margin-left: 2px; font-size: 11px !important; transition: transform .2s ease; }
.whatsapp-float-menu[open] .whatsapp-menu-arrow { transform: rotate(180deg); }

.whatsapp-contact-list {
    position: absolute;
    right: 0;
    bottom: 60px;
    display: grid;
    min-width: 180px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 24px rgba(0, 0, 0, .24);
}

.whatsapp-contact-list a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    color: #333 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
}

.whatsapp-contact-list a:last-child { border-bottom: 0; }
.whatsapp-contact-list a:hover, .whatsapp-contact-list a:focus { background: #f5f5f5; color: #128c4a !important; }
.whatsapp-contact-list .fa { color: #25d366; font-size: 18px; }

.mkg-hero-slider { position: relative; min-height: 620px; background: #151515; overflow: hidden; }
.mkg-hero-track, .mkg-hero-slide { min-height: 620px; }
.mkg-hero-slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.mkg-hero-slide.is-active { opacity: 1; visibility: visible; }
.mkg-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mkg-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.52) 47%, rgba(0,0,0,.16) 100%); }
.mkg-hero-content { position: relative; z-index: 1; padding-top: 55px; padding-bottom: 55px; color: #fff; }
.mkg-hero-label { display: inline-block; margin-bottom: 17px; padding: 6px 12px; border-left: 3px solid var(--primary, #FDC716); background: rgba(0,0,0,.24); font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.mkg-hero-content h1 { max-width: 720px; margin: 0 0 18px; color: #fff; font-size: clamp(34px, 5vw, 66px); font-weight: 700; line-height: 1.12; }
.mkg-hero-content p { max-width: 600px; margin: 0 0 28px; color: rgba(255,255,255,.92); font-size: 18px; line-height: 1.6; }
.mkg-hero-button { min-width: 160px; }
.mkg-hero-nav { position: absolute; z-index: 3; top: 50%; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #222; font-size: 27px; line-height: 48px; transform: translateY(-50%); transition: background .2s, color .2s; }
.mkg-hero-nav:hover, .mkg-hero-nav:focus { background: var(--primary, #FDC716); color: #fff; }
.mkg-hero-prev { left: 26px; }.mkg-hero-next { right: 26px; }
.mkg-hero-dots { position: absolute; z-index: 3; bottom: 29px; left: 50%; display: flex; gap: 9px; transform: translateX(-50%); }
.mkg-hero-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: transparent; transition: background .2s, transform .2s; }
.mkg-hero-dots button.is-active { background: var(--primary, #FDC716); border-color: var(--primary, #FDC716); transform: scale(1.25); }

.place-map-container {
    position: relative;
    min-height: 400px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

.place-map-container iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
}

.place-details-compact-container {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    width: min(310px, calc(100% - 32px));
    padding: 15px 16px;
    background: rgba(255, 255, 255, .97);
    border-radius: 3px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.place-details-compact-container strong,
.place-details-compact-container span {
    display: block;
}

.place-details-compact-container strong {
    color: #222;
    font-size: 15px;
    line-height: 1.35;
}

.place-details-compact-container span {
    margin-top: 4px;
    color: #666;
    font-size: 12px;
    line-height: 1.45;
}

.place-details-actions {
    display: flex;
    gap: 8px;
    margin-top: 13px;
}

.place-details-actions a {
    padding: 7px 9px;
    border-radius: 2px;
    background: var(--primary, #FDC716);
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.place-details-actions a:hover,
.place-details-actions a:focus {
    color: #fff !important;
    opacity: .86;
}

.client-logo-placeholder {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    min-height: 90px;
    border: 1px dashed #c9c9c9;
    border-radius: 3px;
    background: #f7f7f7;
    color: #9b9b9b;
}

.client-logo-placeholder .fa {
    margin-bottom: 5px;
    font-size: 30px;
}

.client-logo-placeholder span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .whatsapp-float {
        width: 50px;
        padding: 0;
        justify-content: center;
    }

    .whatsapp-float span {
        display: none;
    }

    .whatsapp-float-menu summary { width: 50px; padding: 0; justify-content: center; }
    .whatsapp-float-menu summary > span, .whatsapp-menu-arrow { display: none; }

    .mkg-hero-slider, .mkg-hero-track, .mkg-hero-slide { min-height: 500px; }
    .mkg-hero-content { padding-right: 45px; }
    .mkg-hero-content p { font-size: 15px; }
    .mkg-hero-nav { display: none; }
}

.dez-logo img, .logo-footer img, .logo-header img{
    max-width: 350px;
}

.header-style-6 .header-nav .nav > li > a {
    font-size: 19px;
}
