.contact-info-detail.custom-membership-contact-section{margin-top:-20px;padding-top:0}
.contact-info-detail .contact-info{margin-bottom:0}
.custom-membership-contact-extra{margin-top:0}
.widget-timing + .custom-membership-contact-extra.custom-whatsapp-mobile{margin-top:15px}
.custom-whatsapp-mobile{display:none}
.custom-whatsapp-desktop{display:block}
@media (max-width: 767px){
    .custom-whatsapp-desktop{display:none}
    .custom-whatsapp-mobile{display:block}
}
.custom-membership-contact-extra .custom-whatsapp-btn{display:inline-block;padding:10px 20px;border-radius:4px;background:#25d366;color:#fff;font-weight:600;text-align:center;text-transform:uppercase;font-size:14px;min-width:240px;transition:all .3s ease}
.custom-membership-contact-extra .custom-whatsapp-btn:hover{background:#128c7e;text-decoration:none}
.custom-membership-contact-extra .custom-whatsapp-btn i{margin-left:8px;font-size:18px;vertical-align:middle}
.custom-membership-contact-extra .custom-social-icons{
    margin-top:12px;
    display:flex;
    flex-wrap:wrap;
    gap:10px
}
.custom-membership-contact-extra .custom-social-icon{display:inline-block;width:36px;height:36px;border-radius:50%;line-height:36px;text-align:center;margin-right:6px;color:#fff;font-size:16px;transition:all .3s ease}
.custom-membership-contact-extra .custom-social-icon:hover{opacity:0.7}
.custom-membership-contact-extra .custom-social-icon i{color:#fff;font-size:16px}
.custom-membership-contact-extra .custom-facebook{background:#1877f2}
.custom-membership-contact-extra .custom-instagram{background:#e4405f}
.custom-membership-contact-extra .custom-tiktok{background:#000}
.custom-membership-contact-extra .custom-youtube{background:#ff0000}
.custom-membership-contact-extra .custom-linkedin{background:#0a66c2}
.custom-membership-contact-extra .custom-x{background:#000}
.custom-membership-contact-extra .custom-pinterest{background:#bd081c}
.custom-membership-contact-extra .custom-threads{background:#000}
.custom-membership-contact-extra .custom-threads .threads-symbol{display:inline-block;width:100%;color:#fff;font-size:20px;font-weight:700;line-height:36px}
.custom-membership-contact-extra .custom-tiktok .tiktok-symbol{display:inline-block;width:100%;color:#fff;font-size:20px;font-weight:700;line-height:36px}
.custom-membership-contact-extra .custom-email-link{display:inline-block;margin-top:8px;color:#009688}
.custom-membership-gallery{margin-top:12px;display:flex;flex-wrap:wrap}
.custom-membership-gallery-item{width:20%;padding:2px;box-sizing:border-box}
.custom-membership-gallery-item img{display:block;width:100%;height:auto;transition:all 0.3s ease;cursor:pointer}
.custom-membership-gallery-item img:hover{opacity:0.7}
.custom-membership-youtube .video-wrapper img{transition:all 0.3s ease}
.custom-membership-youtube .video-wrapper:hover img{opacity:0.9}
.custom-membership-youtube{text-align:center;margin-top:16px}
.custom-membership-youtube .video-wrapper{position:relative;display:inline-block;max-width:320px;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:6px;box-shadow:0 3px 8px rgba(0,0,0,0.2);background:#000}
.custom-membership-youtube .video-wrapper iframe,
.custom-membership-youtube .video-wrapper a,
.custom-membership-youtube .video-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}

a.upload-btn.foodbakery-dev-gallery-upload-btn.disable.disabled{background-color:gainsboro!important;cursor:not-allowed;opacity:.8;pointer-events:none}
a.upload-btn.foodbakery-dev-gallery-upload-btn.disable.disabled:hover{background-color:gainsboro!important;cursor:not-allowed;opacity:.8}

.custom-membership-youtube .video-wrapper .youtube-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background-color 0.3s ease;
}
.custom-membership-youtube .video-wrapper .youtube-play-button:hover {
    background: rgba(200, 0, 0, 1);
}

/* Restaurant Description Read More */
.restaurant-desc-content {
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.restaurant-desc-content.closed {
    max-height: 100px;
    position: relative;
}
.restaurant-desc-content.closed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.restaurant-desc-readmore {
    display: inline-block;
    margin-top: 10px;
    color: #d32029;
    cursor: pointer;
}
.restaurant-desc-readmore:hover {
    text-decoration: underline;
}

/* Generic YouTube Play Button Styles */
.foodbakery-youtube-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.foodbakery-youtube-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background-color 0.3s ease;
}
.foodbakery-youtube-play-btn:hover {
    background: rgba(200, 0, 0, 1);
}
.foodbakery-youtube-play-btn i {
    margin-left: 4px; /* Optical center */
}
select.chosen-select{width:100% !important}
.chosen-container{width:100% !important}
.chosen-container .chosen-single{width:100% !important}
.chosen-container .chosen-drop{width:100% !important}
