.elementor-7489 .elementor-element.elementor-element-14bb99d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-7489 .elementor-element.elementor-element-14bb99d:not(.elementor-motion-effects-element-type-background), .elementor-7489 .elementor-element.elementor-element-14bb99d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDECEA;background-image:url("https://theurbanmango.com/wp-content/uploads/2025/12/high-angle-view-meal-served-table-1-1-1.jpg");background-position:center center;background-size:cover;}.elementor-7489 .elementor-element.elementor-element-14bb99d::before, .elementor-7489 .elementor-element.elementor-element-14bb99d > .elementor-background-video-container::before, .elementor-7489 .elementor-element.elementor-element-14bb99d > .e-con-inner > .elementor-background-video-container::before, .elementor-7489 .elementor-element.elementor-element-14bb99d > .elementor-background-slideshow::before, .elementor-7489 .elementor-element.elementor-element-14bb99d > .e-con-inner > .elementor-background-slideshow::before, .elementor-7489 .elementor-element.elementor-element-14bb99d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-7489 .elementor-element.elementor-element-c526674{padding:150px 0px 150px 0px;text-align:center;}.elementor-7489 .elementor-element.elementor-element-c526674 .elementor-heading-title{font-size:50px;font-weight:500;color:#FFFFFF;}.elementor-7489 .elementor-element.elementor-element-9299c50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-7489 .elementor-element.elementor-element-9299c50:not(.elementor-motion-effects-element-type-background), .elementor-7489 .elementor-element.elementor-element-9299c50 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDECEA;}.elementor-7489 .elementor-element.elementor-element-eb2a08e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-7489 .elementor-element.elementor-element-9e6d1bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7489 .elementor-element.elementor-element-9e6d1bf:not(.elementor-motion-effects-element-type-background), .elementor-7489 .elementor-element.elementor-element-9e6d1bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDECEA;}@media(max-width:767px){.elementor-7489 .elementor-element.elementor-element-14bb99d{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7489 .elementor-element.elementor-element-c526674{padding:105px 0px 105px 0px;}.elementor-7489 .elementor-element.elementor-element-c526674 .elementor-heading-title{font-size:30px;}.elementor-7489 .elementor-element.elementor-element-9299c50{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7489 .elementor-element.elementor-element-eb2a08e{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:1025px){.elementor-7489 .elementor-element.elementor-element-14bb99d:not(.elementor-motion-effects-element-type-background), .elementor-7489 .elementor-element.elementor-element-14bb99d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for container, class: .elementor-element-9299c50 */.hero h2{
            font-size: 2.25rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            line-height: 1.3;
        }

        @media (max-width: 640px) {
          .hero  h2 {
                font-size: 26px;
            }
            
            
        .section-header{margin:0 auto 2rem!important;}    
            
        }



   
   .logo {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .logo h1 {
            font-size: 1.875rem;
            font-weight: bold;
        }

        .heart {
            width: 3rem;
            height: 3rem;
            color: #dc3239;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            animation: heartbeat 1.5s ease-in-out infinite;
        }

        .heart svg {
            width: 100%;
            height: 100%;
        }

        @keyframes heartbeat {
            0%, 50%, 100% {
                transform: scale(1);
            }
            25%, 75% {
                transform: scale(1.1);
            }
        }

        .a-btn {
            background: #dc3239;
            color: #fff!important;
            border: none;
            padding: 0.5rem 1.5rem;
            border-radius: 9999px;
            font-weight: 500;
            cursor: pointer;
            font-size: 1rem;
            transition: background-color 0.3s ease;
        }

        .a-btn:hover {
            background: #b22222;
        }

        .a-btn-large {
            padding: 1rem 2rem;
            font-size: 1.125rem;
            font-weight: 600;
            display: inline-block;
            transform: transition all 0.3s ease;
        }

        .a-btn-large:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

     .hero {
            max-width: 80rem;
            margin: 0 auto;
            text-align: center;
        }

        .hero-icon {
            width: 5rem;
            height: 5rem;
            background: #fdecea;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
        }

        h2 {
            font-size: 2.25rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
            line-height: 1.3;
        }

        @media (max-width: 640px) {
            h2 {
                font-size: 1.875rem;
            }
        }

        .hero p {
            font-size: 1.125rem;
            color: #000;
            margin-bottom: 1rem;
            max-width: 48rem;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.8;
        }

        .highlight {
            color: #dc2626;
            font-weight: 600;
        }

        .price-box {
            display: inline-block;
            background: #fdecea;
            border: 2px solid #dc3239;
            border-radius: 0.5rem;
            padding: 0.75rem 1.5rem;
            margin-bottom: 2rem;
            font-size: 1.125rem;
            font-weight: 600;
            color: #000;
        }

        .criteria-section {
            background: white;
            
        }

        .section-header {
            max-width: 80rem;
            margin: 0 auto 3rem;
            text-align: center;
        }

        .section-header h3 {
            font-size: 1.875rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .section-header p {
            font-size: 1.125rem;
            color: #000;
        }

        .criteria-grid {
            max-width: 80rem;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .criteria-card {
            border-radius: 1rem;
            padding: 2rem;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(0, 0, 0, 0.05);
        }

        .criteria-card-1 {
            background: #fdecea;
            border-color: #dc3239;
        }

        .criteria-card-2 {
            background: #fdecea;
            border-color: #dc3239;
        }

        .card-icon {
            width: 4rem;
            height: 4rem;
            border-radius: 9999px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
        }

        .icon-1 {
            background: #dc3239;
            color: #fff;
        }

        .icon-2 {
            background: #dc3239;
            color: #fff;
        }

        .criteria-card h4 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .criteria-item {
            display: flex;
            gap: 0.75rem;
            margin-bottom: 1.5rem;
            align-items: flex-start;
        }

        .check {
            color: #dc3239;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .check-2 {
            color: #dc3239;
        }

        .criteria-text {
            color: #000;
        }

        .stars {
            display: flex;
            gap: 0.25rem;
            justify-content: center;
            margin-top: 1.5rem;
        }

        .star {
            color: #dc3239;
        }

        .highlight-box {
            background: #dc3239;
            border-radius: 1rem;
            padding: 2rem;
            text-align: center;
            color: #fff;
            box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
            max-width: 80rem;
            margin: 0 auto;
        }

        .highlight-box p {
            font-size: 1.25rem;
            font-weight: 600;
        }

        .highlight-box .heart-lg {
            width: 3rem;
            height: 3rem;
            margin: 0 auto 1rem;
            display: block;
        }

        .cta-section {
            background: #fdecea;
            max-width: 80rem;
            margin: 0 auto;
            padding: 4rem 2rem;
            text-align: center;
            border-radius: 1rem;
        }

        .cta-section h3 {
            font-size: 1.875rem;
            font-weight: bold;
            margin-bottom: 1.5rem;
        }

        .cta-section p {
            font-size: 1.125rem;
            color: #000;
            margin-bottom: 2rem;
            max-width: 32rem;
            margin-left: auto;
            margin-right: auto;
        }

        footer {
            background: #000;
            color: #fff;
            padding: 2rem 1rem;
            text-align: center;
        }

        .footer-content {
            max-width: 80rem;
            margin: 0 auto;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 1rem;
            font-size: 1.125rem;
            font-weight: 600;
        }

        .footer-heart {
            width: 1.5rem;
            height: 1.5rem;
            color: #dc3239;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .footer-heart svg {
            width: 100%;
            height: 100%;
        }

        .footer-text {
            color: #fff;
        }

        @media (max-width: 640px) {
            section {
                padding: 2rem 1rem;
            }

            .header-content {
                padding: 1rem;
            }

            h2 {
                font-size: 1.5rem;
                margin-bottom: 1rem;
            }

            .section-header h3 {
                font-size: 1.5rem;
            }

            .criteria-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .cta-section {
                padding: 2rem 1rem;
            }
        }/* End custom CSS */