/* =========================================================
   Instagram Feed
   ========================================================= */
.ig-post__img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
iframe.goog-te-banner-frame,
body > .skiptranslate,
body > .goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-aZ2wEe,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-te-spinner-pos {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

html,
body {
    top: 0 !important;
    margin-top: 0 !important;
    position: static !important;
}

#google_translate_element,
.goog-te-gadget,
.goog-logo-link {
    display: none !important;
}

.goog-te-balloon-frame,
.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight {
    display: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.ig-post:hover .ig-post__img {
    transform: scale(1.05);
}

.ig-post__overlay {
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.header-btn-collapse-nav {
    min-width: 44px;
    min-height: 44px;
}

.header-btn-collapse-nav:focus-visible,
.studiox-whatsapp-float:focus-visible,
.ig-post:focus-visible {
    outline: 3px solid #0d6efd;
    outline-offset: 3px;
}

.ig-post:hover .ig-post__overlay {
    opacity: 1;
}

.studiox-whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 74px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 10px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366 0%, #128c4a 100%);
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 14px 34px rgba(18, 140, 74, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.studiox-whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(18, 140, 74, 0.38);
    color: #fff !important;
}

.studiox-whatsapp-float__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #25d366;
    font-size: 24px;
    flex-shrink: 0;
}

.studiox-whatsapp-float__label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .studiox-whatsapp-float {
        right: 14px;
        bottom: 14px;
        padding: 8px 14px 8px 8px;
        gap: 10px;
    }

    .studiox-whatsapp-float__icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }

    .studiox-whatsapp-float__label {
        font-size: 14px;
    }
}
