.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-icons h2{
    font-family:"Montserrat",sans-serif;
    font-size:16px;
    font-weight:700;
    margin:0 0 6px 0;
    width:100%;
    flex-basis:100%
}
.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-logos{
    margin-top:12px;
    display:flex;
    flex-wrap:wrap;
    gap:10px
}
.custom-membership-contact-extra .custom-logos h2,
.custom-membership-gallery h2{
    font-family:"Montserrat",sans-serif;
    font-size:16px;
    font-weight:700;
    margin:0 0 6px 0;
    width:100%;
    flex-basis:100%
}
.custom-membership-contact-extra .custom-logo-item{
    display:inline-block;
    width:48px;
    height:49px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center
}
.custom-membership-contact-extra .custom-logo-item img{
    width:48px;
    height:49px;
    object-fit:contain
}
.custom-membership-contact-extra .custom-x .x-symbol{display:inline-block;width:100%;color:#fff;font-size:18px;font-weight:700;line-height:36px}
.custom-membership-contact-extra .custom-social-icon .brand-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;filter:invert(1)}
.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);
}
.custom-membership-youtube .video-wrapper .youtube-play-button i {
    color: #fff;
    font-size: 32px;
}

/* Hide empty or near-empty p tags in Restaurant Info */
#menu3 p:empty, 
#menu3 p:blank {
    display: none !important;
}
#menu3 p.custom-disc {
    line-height: 18px !important;
    margin-top: -7px !important;
    font: Normal 14px / 24px "Roboto", sans-serif;
    letter-spacing: 0px;
    text-transform: none;
    color: #aaaaaa !important;
}

/* 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: "";
}

/* Dashboard & Subheader Visibility Fixes */
.user-dashboard {
    padding-top: 30px !important;
}
.sub-header .page-title h1, 
.sub-header .page-title h1 a,
.sub-header p {
    color: #333 !important;
}
.restaurant-detail-image-section {
    min-height: 200px !important;
    background-color: #f9f9f9 !important;
    display: flex !important;
    align-items: center;
}
    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}
.field-holder .chosen-container{width:100% !important;min-width:100% !important;display:block !important}
.field-holder .chosen-container .chosen-single{width:100% !important}
.field-holder .chosen-container .chosen-drop{width:100% !important}
.tabs-holder .tab-content #menu3 .contact-info-detail h1{
  font-family: "Montserrat", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 18px !important;
}

/* Restaurant Info headings (only Restaurant Info tab: #menu3) */
.tabs-holder .tab-content #menu3 h1{
  font-family: "Montserrat", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 18px !important;
}
.tabs-holder .tab-content #menu3 h2{
  font-family: "Montserrat", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.tabs-holder .tab-content #menu3 h1.overview{
  font-family: "Montserrat", sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 18px !important;
}

