.elementor-6097 .elementor-element.elementor-element-b531bcb{--display:flex;}.elementor-6097 .elementor-element.elementor-element-6896792 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6896792 *//* ================================
   VALENTINE'S DAY MENU ITEM + HEART
   ================================ */
#menu-item-6096 > a::before {
    content: '♥';
    margin-right: 8px;
    color: #dc143c;
    text-shadow: 0 0 8px rgba(220, 20, 60, 0.6);
    font-size: 1.4em;
    vertical-align: middle;
    display: inline-block;
    animation: heartPulse 2s ease-in-out infinite;
}
@keyframes heartPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}
#menu-item-6096 > a:hover::before {
    color: #ff1744;
    text-shadow: 0 0 12px rgba(255, 23, 68, 0.8);
}
#menu-item-6096 > a {
    color: #dc143c !important;
}
#menu-item-6096 > a:hover {
    color: #ff1744 !important;
}

/* ================================
   VALENTINE'S DAY MEGAMENU DROPDOWN
   ================================ */
.val-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 16px;
    padding: 20px;
    background: #f7eeef;
}

.val-card {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 calc(25% - 12px);
    min-width: 220px;
    min-height: 98px;
    padding: 14px;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
    box-sizing: border-box;
}

.val-card:hover {
    box-shadow: 0 4px 16px rgba(185,28,60,0.12);
    transform: translateY(-2px);
}

.val-card-img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

/* Override ElementsKit image styles */
.val-card-img img,
.ekit-wid-con .val-card-img img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.val-card:hover .val-card-img img {
    transform: scale(1.06);
}

/* Position wide banner image to show center portion */
.val-card.val-card-all .val-card-img img {
    object-position: 35% center;
}

.val-card-info {
    flex: 1;
    min-width: 0;
}

.val-card-info h4 {
    margin: 0 0 4px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.val-card-info p {
    margin: 0 0 8px 0;
    font-size: 12px;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.val-link {
    font-size: 12px;
    font-weight: 600;
    color: #b91c3c;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.val-link::after {
    content: '→';
    transition: transform 0.25s ease;
}

.val-card:hover .val-link::after {
    transform: translateX(4px);
}

/* "See All" card styling */
.val-card.val-card-all {
    background: linear-gradient(135deg, #fff 0%, #fef5f6 100%);
    border-color: rgba(185,28,60,0.1);
}

/* ================================
   MEDIUM SCREENS: 2x2 GRID (1200px and below)
   ================================ */
@media (max-width: 1200px) {
    .val-menu {
        gap: 12px;
        padding: 16px;
    }
    
    .val-card {
        flex: 1 1 calc(50% - 6px);
        min-width: 200px;
    }
}

/* ================================
   TABLET: STACK VERTICALLY (768px and below)
   ================================ */
@media (max-width: 768px) {
    .val-menu {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }
    
    .val-card {
        flex: 1 1 100%;
        min-width: unset;
        min-height: unset;
    }
}

/* ================================
   MOBILE: SIMPLE TEXT LIST (576px and below)
   ================================ */
@media (max-width: 576px) {
    #menu-item-6096 .val-menu {
        display: block;
        padding: 0;
        background: transparent;
        gap: 0;
    }
    
    #menu-item-6096 .val-card {
        display: block;
        padding: 12px 20px;
        margin: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        transform: none !important;
        gap: 0;
        min-width: unset;
        min-height: unset;
    }
    
    #menu-item-6096 .val-card:last-child {
        border-bottom: none;
    }
    
    #menu-item-6096 .val-card:hover {
        background: #fef5f6;
        box-shadow: none;
        transform: none !important;
    }
    
    #menu-item-6096 .val-card-img {
        display: none;
    }
    
    #menu-item-6096 .val-card-info {
        padding: 0;
    }
    
    #menu-item-6096 .val-card-info h4 {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        margin: 0;
        white-space: normal;
    }
    
    #menu-item-6096 .val-card:hover .val-card-info h4 {
        color: #dc143c;
    }
    
    #menu-item-6096 .val-card-info p,
    #menu-item-6096 .val-link {
        display: none;
    }
    
    #menu-item-6096 .val-card.val-card-all {
        background: transparent;
        border-color: transparent;
    }
    
    #menu-item-6096 .elementskit-megamenu-panel {
        background: #fff;
        padding: 0;
    }
}/* End custom CSS */