.localmeasure.w-container {
    height: 700px;
}

.single_offer div.image {
    height: 725px !important;
}

.single_offer div.image h3 {
    line-height: 100%;
    height: 725px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px) {
    .single_offer div.image {
        height: 500px !important;
    }

    .single_offer div.image h3 {
        line-height: 40px;
        height: auto;
    }
}

.popin_form > a.custom_cta {
    display: inline !important
}
/*///////restaurant menus///////*/
.menus_wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 3em;
    flex-wrap: wrap;
    width: 100%;
}
@media (max-width: 800px) {
    .menus_wrapper {
        flex-direction: column;
    }
}
.menu_iframe {
    display: block;
}
.menu_iframe img{
    margin: 0 auto;
    display: block;
}

/* WhatsApp Widget Styles */
.whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.whatsapp-button {
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-button svg {
    color: white;
    width: 28px;
    height: 28px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

.whatsapp-popup {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 320px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.whatsapp-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.whatsapp-popup-header {
    background: #25D366;
    color: white;
    padding: 16px 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whatsapp-popup-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.whatsapp-close {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.whatsapp-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.whatsapp-popup-content {
    padding: 20px;
}

.whatsapp-desktop,
.whatsapp-mobile {
    text-align: center;
}

.whatsapp-mobile {
    display: none;
}

.qr-code-container {
    margin: 16px 0;
    display: flex;
    justify-content: center;
}

#qr-code {
    border: 2px solid #f0f0f0;
    border-radius: 8px;
}

.or-text {
    margin: 16px 0 8px 0;
    color: #666;
    font-size: 14px;
}

.whatsapp-chat-btn {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.whatsapp-chat-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
    text-decoration: none;
    color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .whatsapp-widget {
        bottom: 80px;
        right: 15px;
    }
    
    .whatsapp-button {
        width: 55px;
        height: 55px;
    }
    
    .whatsapp-button svg {
        width: 24px;
        height: 24px;
    }
    
    .whatsapp-popup {
        width: 280px;
        bottom: 75px;
    }
    
    .whatsapp-desktop {
        display: none;
    }
    
    .whatsapp-mobile {
        display: block;
    }
}

@media (max-width: 480px) {
    .whatsapp-popup {
        width: calc(100vw - 40px);
        right: -10px;
    }
}

/* Hide widget on very small screens if needed */
@media (max-width: 320px) {
    .whatsapp-widget {
        bottom: 10px;
        right: 10px;
    }
    
    .whatsapp-button {
        width: 50px;
        height: 50px;
    }
}
.menus_wrapper_title {
    width: 100%;
    margin: 20px 0;
}
.single_menu_wrapper {
    width: 33%;
    margin: 20px 0;
}
.single_menu_title {
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    font-size: 14px;
}
/*////single meeting custom form*/
.mid_title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.postal_code {
    width: 90px;
}
#form_file {
    border: none;
    background: none !important;
    height: auto;
    padding: 0;
}
#form_date_undefined {
    width: 20px;
}
[for=form_date_undefined] {
    width: 200px;
}
div.book_offer_mobile .btn {
    position: relative;
    left: 30%;
}