.elementor-7 .elementor-element.elementor-element-7d416a6a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-2579911{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-20d5c2b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:2px 2px;--row-gap:2px;--column-gap:2px;}.elementor-7 .elementor-element.elementor-element-488b6dc{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-7 .elementor-element.elementor-element-5bee800{--display:flex;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-488b6dc{--width:50%;}.elementor-7 .elementor-element.elementor-element-5bee800{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-2579911 *//* Container Styles */
.mealbz-hero {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8fafd 0%, #eef2f7 100%);
    text-align: center;
    font-family: 'Segoe UI', Roboto, sans-serif;
    border-radius: 20px;
}

.badge {
    background: #e1f0ff;
    color: #007bff;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    font-size: 3.5rem;
    color: #1a1a1a;
    margin: 20px 0;
    line-height: 1.1;
}

.highlight {
    color: #27ae60; /* Matching your Save Payment button green */
}

p {
    color: #555;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* Buttons */
.cta-buttons {
    margin-bottom: 50px;
}

.btn-primary {
    background: #27ae60;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 15px;
    transition: transform 0.2s;
    display: inline-block;
}

.btn-secondary {
    background: #ffffff;
    color: #333;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ddd;
    display: inline-block;
}

.btn-primary:hover { transform: translateY(-3px); }

/* Features */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.feature-item {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.feature-item strong {
    display: block;
    margin-bottom: 10px;
    color: #007bff;
}

/* Footer Reference */
.parent-company {
    text-align: center;
    padding: 20px;
    font-size: 0.9rem;
}

.parent-company a {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    h1 { font-size: 2.2rem; }
    .btn-primary, .btn-secondary { display: block; margin: 10px auto; }
}/* End custom CSS */