/* ========================================== */

/* =========================
IMAGE ZOOM PRODUCT MODULE
========================= */
#imageZoomOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#imageZoomOverlay img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    animation: zoomIn 0.3s ease;
}

#zoomClose {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        transform: scale(0.85);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .product-sidebar {
        margin-bottom: 20px;
    }
    #zoomClose {
        position: absolute;
        top: -15px;
        right: 35px;
        color: #fff;
        font-size: 40px;
        cursor: pointer;
    }
}

/* ============================ */

#whatsapp-btn {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 1000;
}

#whatsapp-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50%;
    color: white;
}

#whatsapp-btn a:hover {
    background-color: #128c7e;
}

/* .translate-box {
    position: fixed;
    top: 37px;
    right: 50px;
    z-index: 9999;
} */

.translate-box i {
    font-size: 30px;
    color: #555;
    cursor: pointer;
}

/* Hidden by default */
.translate-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    right:40px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    min-width: 180px; /* IMPORTANT */
}

/* Show on hover */
.translate-box:hover .translate-dropdown {
    display: block;
}

/* Hide powered by text only */
.goog-logo-link {
    display: none !important;
}

/* Remove top banner */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-te-gadget > span {
    display: none !important;
}

/* Style select box */
.goog-te-combo {
    width: 100% !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    border-radius: 6px;
}

.floating-image {
    animation-name: topbottom;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
}

.floating-image-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.floating-image-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.floating-image-1 {
    bottom: 15px;
}

.floating-image-1 img {
    max-width: 136px;
}

.floating-image-2 {
    left: -14%;
}

.floating-image-2 img {
    max-width: 200px;
}

.floating-image-3 {
    right: -15%;
    bottom: -20%;
}

.floating-image-3 img {
    max-width: 300px;
}

.floating-image-4 {
    left: -14%;
}

.floating-image-4 img {
    max-width: 200px;
}

.floating-image-5 {
    right: -23%;
    bottom: -20%;
    z-index: 1;
}

.floating-image-5 img {
    max-width: 200px;
}

.floating-image-6 {
    left: -29%;
    bottom: -5%;
    z-index: -1;
}

.floating-image-6 img {
    max-width: 400px;
}

.latest-work {
    padding: 80px 15px;
    justify-content: center;
    align-items: center;

}
.latest-work .container {
    max-width: 1320px;
    margin-right: 180px;
    padding-left: 15px;
    padding-right: 15px;

}

@media (min-width: 768px) {
    .latest-work {
        padding: 100px 30px;
    }
}

@media (min-width: 1200px) {
    .latest-work {
        padding: 120px 60px;
        margin-right: 200px;
    }
}
@media (min-width: 1700px) {
    .latest-work {
        padding: 120px 60px;
    }
}
