.whatsapp-float {
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 10000;
    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-icon {
    display: block;
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
}

.whatsapp-float-menu {
    bottom: 80px;
    position: fixed;
    right: 15px;
    z-index: 10000;
}

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

.whatsapp-float-menu > summary::-webkit-details-marker {
    display: none;
}

.whatsapp-float-menu > summary::marker {
    content: '';
}

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

.whatsapp-menu-arrow {
    font-size: 11px;
    transition: transform .2s ease;
}

.whatsapp-float-menu[open] .whatsapp-menu-arrow {
    transform: rotate(180deg);
}

.whatsapp-contact-list {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    bottom: calc(100% + 10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .18);
    min-width: 230px;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.whatsapp-contact-list a {
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #333 !important;
    display: flex;
    gap: 10px;
    padding: 12px 15px;
}

.whatsapp-contact-list a:last-child {
    border-bottom: 0;
}

.whatsapp-contact-list a:hover,
.whatsapp-contact-list a:focus {
    background: #f0fff5;
    color: #128c4a !important;
}

.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 {
        justify-content: center;
        padding: 0;
        width: 50px;
    }

    .whatsapp-float-menu > summary span,
    .whatsapp-float-menu > summary .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{
    width: 100%;
    height: 90px !important;
}
.header-style-4.dark .contact-info span {
    color: #fff !important;
}

.header-style-3 .social-line li a {
    color: #fff !important;
}
