
        @font-face {
            font-family: "levenim";
            src: url("/levenim.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
            font-display: swap;
            /* Ensures text is visible while loading */
        }

        body {
            background: #f5f5de;
            overflow-x : hidden;
            max-width :100%;
        }
        
    
        .seo-content,
        .contact-info-area {
            background: #f5f5de;
        }

        a,
        p,
        button,
        span {
            font-family: "levenim";
        }

        /* Reset & Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .landing-page {
            font-family: 'Inter', sans-serif;
            color: #333;
            line-height: 1.6;
        }

    
        /* Custom Font from Live URL */
        @font-face {
            font-family: "Mambality";
            src: url("/Mambality.ttf") format("truetype");
            font-weight: normal;
            font-style: normal;
            font-display: swap;
            /* Ensures text is visible while loading */
        }

        /* Apply it to your headings */
        h1,
        h2,
        h3,
        .contact-title,
        .hero-title {
            font-family: "Mambality", sans-serif;
        }
        
        h5,h4,div{
            font-family: "levenim" !important;
        }

        span {
            margin-top: 2px;
        }


        .section-divider {
            border: 0;
            height: 1px;
            background-color: #f5f5de;
            margin: 0;
        }

        /* --- Hero Parallax --- */
        .hero-parallax {
            height: 70vh;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                url('https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?auto=format&fit=crop&w=1920&q=80') no-repeat center center;
            background-size: cover;
            background-attachment: fixed;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }

        .hero-title {
            font-size: 4rem;
            margin-bottom: 1rem;
            text-transform: lowercase;
            font-weight: unset !important;
        }

        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2rem;
        }

        /* --- Order Button --- */
        .btn-loading {
            background: #0056ac;
            min-width: 160px;
            height: 50px;
            padding: 0 30px;
            border-radius: 25px;
            font-weight: 700;
            color: #fff !important;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        
        .container{
            max-width : 1340px;
        }



        /* --- SEO Content --- */
        .seo-content {
            padding: 80px 0;
            text-align: center;
        }

        .content-wrapper {
            max-width: 800px;
            margin: 0 auto;
        }

        .seo-content h2 {
            color: #0056ac;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            text-transform: lowercase;
            font-weight: unset !important;
        }

        /* --- Contact Section --- */
        .contact-info-area {
            padding: 80px 0;

        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            /* Col-md-4 and Col-md-8 ratio */
            gap: 40px;
            align-items: center;
        }

        .contact-title {
            font-size: 2.5rem;
            color: #0056ac;
            margin-bottom: 20px;
            text-transform: lowercase;
            font-weight: unset !important;
        }

        .contact-details p {
            font-size: 1.1rem;
            color: #444;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .contact-details i {
            color: #0056ac;
            margin-right: 12px;
            width: 20px;
        }

        .contact-details a {
            color: inherit;
            text-decoration: none;
            transition: color 0.3s;
        }

        .contact-details a:hover {
            color: #0056ac;
        }

        /* Social Icons */
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 30px;
        }

        .social_item a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 45px;
            height: 45px;
            background-color: #0056ac;
            color: #fff !important;
            border-radius: 50%;
            text-decoration: none;
            transition: all 0.3s ease;
        }



        /* Map Styling */
        .map-container {

            border-radius: 8px;
            overflow: hidden;
            line-height: 0;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        /* --- Mobile Adjustments --- */
        @media (max-width: 768px) {
            .hero-parallax {
                height: 70vh;
                background-attachment: scroll;
            }

            .contact-details {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }

            .hero-title {
                font-size: 2.5rem !important;
            }

            .contact-grid {
                grid-template-columns: 1fr;
                /* Stack on mobile */
                text-align: center;
            }

            .contact-details p {
                justify-content: center;
            }

            .social-links {
                justify-content: center;
            }
        }

        /* Variables */
        :root {
            --dx-orange: #0059ac;
            --dx-black: #0059ac;
            --dx-white: #f5f5de;
            --dx-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        /* Custom Font Placeholder */
        @font-face {
            font-family: "Mambality";
            src: url("https://eggholic.com/Mambality.ttf") format("truetype");
            font-display: swap;
        }

        /* Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }



        /* Header & Navbar */
        .dx-header {
            position: sticky;
            top: 0;
            width: 100%;
            z-index: 8888;
            backdrop-filter: blur(8px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .dx-navbar {
            height: 70px;
            display: flex;
            align-items: center;
            background: #f4f4deb8;
        }





        .dx-container {
            width: 100%;
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .dx-brand img {
            display: block;
        }

        .logo-mobile {
            display: none;
            height: 30px;
        }

        /* Desktop Menu */
        .dx-actions {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .logo-mobile {
            display: none !important;

        }

        .dx-desktop-menu {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .dx-nav-link {
            text-decoration: none;
            color: var(--dx-black);
            font-weight: 500;
            font-size: 20px;
            transition: var(--dx-transition);
            cursor: pointer;
            font-family: 'Mambality', sans-serif;
            text-transform: lowercase;
            position: relative;
        }

        .dx-nav-link:hover {
            color: #4182c0;
        }

        /* Active Dot Logic */
        .dx-nav-link.is-active-link {
            color: #4182c0;
        }

        .dx-nav-link.is-active-link::after {
            content: "•";
            position: absolute;
            bottom: -14px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            color: var(--dx-orange);
        }

        /* Dropdown */
        .dx-dropdown {
            position: relative;
        }

        .dx-dropdown-content {
            position: absolute;
            top: 100%;
            left: 0;
            background: #f4f4de;
            min-width: 180px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            padding: 10px 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: var(--dx-transition);
            margin-top: 15px;
        }

        .dx-dropdown:hover .dx-dropdown-content {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dx-dropdown-item {
            display: block;
            padding: 10px 20px;
            text-decoration: none;
            color: var(--dx-black);
            font-size: 20px;
            font-family: 'Mambality';
            text-transform: lowercase;
        }

        .dx-dropdown-item:hover {
            background: #f0f0d8;
        }

        /* Order Button */
        .dx-btn-loading {
            background: var(--dx-black);
            color: #F5F5DE;
            border: none;
            padding: 10px 28px;
            border-radius: 10px;
            cursor: pointer;
            font-family: 'Mambality';
            font-size: 20px;
            text-transform: lowercase;
            transition: var(--dx-transition);
        }

        .dx-btn-loading:disabled {
            opacity: 0.7;
            cursor: not-allowed;
        }

        /* Hamburger Toggle */
        .dx-taco-toggle {
            display: none;
            cursor: pointer;
            background: transparent;
            border: none;
            padding: 5px;
        }

        .dx-taco-bars span {
            display: block;
            width: 25px;
            height: 3px;
            background: var(--dx-black);
            margin: 5px 0;
            transition: var(--dx-transition);
            border-radius: 2px;
        }

        /* Mobile Drawer */
        .dx-mobile-drawer {
            position: fixed;
            top: 0;
            left: -100%;
            width: 280px;
            height: 100vh;
            background: #f5f5de;
            z-index: 9999;
            transition: var(--dx-transition);
            padding: 20px;
            display: flex;
            flex-direction: column;
        }

        .dx-mobile-drawer.is-open {
            left: 0;
        }

        .dx-mobile-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            z-index: 9998;
            transition: var(--dx-transition);
        }

        .dx-mobile-overlay.is-visible {
            opacity: 1;
            visibility: visible;
        }



        .dx-drawer-link {
            display: block;
            padding: 15px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            text-decoration: none;
            color: var(--dx-black);
            font-family: 'Mambality';
            font-size: 22px;
            text-transform: lowercase;
        }

        .mob-order {
            display: none;
        }

        .dx-btn-text {
            font-family: 'Mambality', sans-serif;
            text-transform: lowercase;
            font-weight: unset !important;
        }

        /* --- Timing Section Styles --- */
        .store-hours {
            margin: 25px 0;
            text-align: left;
            background: rgba(0, 89, 172, 0.05);
            /* Very light blue tint */
            padding: 15px;
            border-radius: 10px;
            border-left: 4px solid #0056ac;
        }

        .hours-heading {
            font-family: "Mambality", sans-serif;
            font-size: 1.5rem;
            color: #0056ac;
            margin-bottom: 10px;

        }

        .hours-grid {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .hours-row {
            display: flex;
            justify-content: space-between;
            font-size: 1rem;
            color: #444;
            border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
            padding-bottom: 3px;
        }

        .hours-row span:first-child {
            font-weight: bold;
            color: #0056ac;
        }

        .contact-text {
            max-width: 600px;
            margin: 0 auto;
        }

        /* Mobile Adjustment for Timing */
        @media (max-width: 768px) {
            .store-hours {
                max-width: 300px;
                margin: 25px auto;
                /* Centers it on mobile */
            }

            .hours-row {
                font-size: 0.9rem;
            }
        }

        /* Responsive Logic */
        @media (max-width: 1024px) {

            .dx-desktop-menu,
            .dx-hide-mobile {
                display: none;
            }

            .dx-taco-toggle,
            .mob-order {
                display: block;
            }

            .logo-desktop {
                display: none;
            }

            .logo-mobile {
                display: block;
            }

            .dx-navbar {
                height: 60px;
            }

            .mob-order {
                text-decoration: none;
                color: var(--dx-orange);
                font-family: 'Mambality';
                font-size: 20px;
                margin-right: 15px;
                text-transform: lowercase;
            }

            .dx-drawer-header {
                display: flex;
                justify-content: flex-end;
                margin-bottom: 20px;
            }


        }

        /* Custom Prefix: .mag- */
        


.mag-menu-section {
    max-width: 1340px;
    color: #0059AC;
    margin: 0px auto;
        overflow: hidden;
    /*padding: 0 6%;*/
 
}

.mag-menu-title {
    color: #0059ac;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 15px;
    text-transform: lowercase;
}

.mag-menu-subtitle {
    color: #0059ac;
    max-width: 500px;
    font-size: 1rem;
    line-height: 1.5;
}

.mag-btn-full {
    background-color: #0059ac;
    color: white;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 500;
    transition: 0.3s;
    font-family: "levenim";
}

.mag-btn-full:hover {
    background-color: #003d75;
    color: white;
}

/* Specific Card Dimensions: 293x311 */
.mag-card {
    width: 296px;
    margin-bottom: 20px;
    text-align: center;
}

.mag-card-inner {
    width: 100%;
    height: 269px;
    background-color: transparent;
    border: 2px solid #0059ac; /* Blue border */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 15px;
}

.mag-placeholder-inner{
    border-radius :16px  ;
    overflow : hidden;
}

.mag-img-circle-wrapper {
    width: 220px;

    overflow: hidden;
    
}

.mag-menu-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mag-item-name {
    color: #0059ac;
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
    font-family: "levenim";
    text-align: left;
    margin-left: 16px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .mag-menu-title {
        font-size: 40px;
        
    }
    .mag-card {
        width: 100%; /* Full width on tiny screens */
        max-width: 296px; /* But don't exceed design size */
    }
    
     .mag-menu-title {
        padding :6%;
        
    }
    
    .row{
        overflow :hidden;
    }
    
        .mag-menu-subtitle {
        padding-left :6%;
        
    }
    
    .d-des-none{
        margin-left : 9%;
    }
    
    .mt-4 > .d-des-none{
     
        display: inline-block;
        margin-top : 14px;
    }
    
    .mag-services-title{
        margin-bottom : 40px;
    }
    
    .container.text-center{
        padding : 6%;
    }
    
    .container.text-center >  h2{
       margin-bottom : 20px !important;
    }
    
    .mag-faq-subtitle{
         margin-bottom : 20px !important;
    }
    
}
        

.mag-banner {
    background-color: #0059ac; /* The deep blue from your image */
    padding: 80px 0;
    min-height: 500px;
    color: #ffffff;
    font-family: 'Arial', sans-serif; /* Replace with specific brand font if needed */
}

.mag-image-wrapper {
    max-width: 671px;
    width: 100%;
}

.mag-title {
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: lowercase !important;
}

.mag-subtitle {
    font-size: 24px;
    font-weight: 400;
    opacity: 0.9;
}

.mag-btn-outline {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 10px 35px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'levenim';
}

.mag-btn-outline:hover {
    background-color: #ffffff;
    color: #0059ac;
}

.mag-img-container {
    padding: 10px;
}

.mag-featured-img {
    border-radius: 20px; /* Rounded corners like the screenshot */
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    width: 100%;
    object-fit: cover;
}

.eggholic-para {
    max-width: 1340px;
    color: #0059AC;
    margin: 0 auto;
    /*padding: 0 6%;*/
    margin: 72px auto;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .mag-title {
        font-size: 48px;
    }
    .mag-banner {
        padding: 50px 0;
        overflow: hidden;
    }
    
    .eggholic-para {
    max-width: 1340px;
    color: #0059AC;
    margin: 0 auto;
    padding: 0 5%;
    margin: 34px auto;
}
    
}


/* Custom Prefix: .mag- */

.mag-catering-section {
    max-width: 1340px;
    color: #0059AC;
    margin: 72px auto;
}

.mag-catering-title {
    color: #0059ac;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 25px;
    text-transform: lowercase !important;
}
.mag-catering-text {
    color: #0059ac;
    max-width: 450px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Custom Bullet Points */
.mag-catering-list {
    list-style: none;
    padding-left: 0;
}

.mag-catering-list li {
    color: #0059ac;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    font-family: "levenim";
    padding-left: 15px;
}

.mag-catering-list li::before {
    content: "•";
    color: #0059ac;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 10px;
}

.mag-btn-catering {
    background-color: #0059ac;
    color: white;
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 400;
    transition: 0.3s ease;
    font-size: 16px;
    font-family: "levenim";
}

.mag-btn-catering:hover {
    background-color: #003d75;
    color: white;
}

/* Image Placeholder Styling */
.mag-catering-image-box {
    width: 100%;
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 679px;
}
/* Responsive Fixes */
@media (max-width: 991px) {
    .mag-catering-title {
        font-size: 40px;
        text-align: left;
    }
    .mag-catering-text, .mag-catering-list {
        text-align: left;
        margin: 0 auto 20px auto;
    }
    .mag-catering-list li {
        padding-left: 0;
    }
    .mag-catering-list li::before {
        position: static;
        margin-right: 8px;
    }
    .mag-btn-catering {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }
    
    .mag-catering-list
 {
    list-style: none;
    padding-left: 15px;
}
    
}

/* Custom Prefix: .mag- */

.mag-why-section {
    background-color: #0059ac; /* Matching the deep blue banner */

    color: #ffffff;

    margin: 0px auto;
    padding : 5%;
}

.mag-why-title {
    font-weight: 0;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: lowercase !important;
}

.mag-why-subtitle {
    font-size: 1rem;
    font-weight: 300;
    opacity: 1;
    line-height: 1.6;
    margin-bottom: 40px;
}

.mag-feature-item {
    padding: 10px;
    transition: transform 0.3s ease;
}

.mag-feature-icon {
    font-size: 3rem; /* Icon size */
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

/* If using custom images instead of FontAwesome */
.mag-feature-icon img {
    width: 60px;
    height: auto;
}

.mag-feature-text {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    max-width: 220px;
    margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .mag-why-title {
        font-size: 40px;
        margin-top: 15px;
    }
    .mag-feature-text {
        font-size: 16px;
    }
    .mag-feature-icon {
        font-size: 2.5rem;
    }
    
   .mag-content-wrapper {
      
        margin: 0 auto;
    }
    
}


/* Custom Prefix: .mag- */

.mag-contact-section {

    color: #0059AC;
    margin: 0px auto;
    padding: 0;
    margin-top: 72px;
}
.mag-contact-title {
    font-weight: 400;
    font-size: 52px;
    letter-spacing: 1px;
    text-transform: lowercase !important;
}

.mag-info-label {
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.mag-info-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 5px;
}

.mag-link {
    color: #0059ac;
    text-decoration: underline;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Map Container Styling */
.mag-map-container {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
 
}

.mag-map-placeholder {
    width: 100%;
    height: 500px; /* Adjust based on your visual preference */
    background-color: #e9e9e9; /* Placeholder grey */
}

/* Responsive Fixes */
@media (max-width: 991px) {
       .mag-contact-title2 {
        text-align: center;
        font-size: 48px;
        display: block;
        text-transform: lowercase !important;
    }
    
    .mag-contact-section {
    max-width: 1340px;
    color: #0059AC;
    margin: 0px auto;
    padding: 0 5%;
    margin-top : 34px;
}
    
    .mag-contact-title{
        display : none;
    }
    
    .mag-map-placeholder {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .mag-info-label, .mag-info-text {
        text-align: left;
       
    }
    .mag-link {
        display: block;
        text-align: left;
    }
}


/* Custom Prefix: .mag- */

.mag-services-section {
    max-width: 1340px;
    color: #0059AC;
    margin: 72px auto;

}

.mag-services-title {
    color: #0059ac;
    font-weight: 400;
    font-size: 60px;
    letter-spacing: 1px;
    text-transform: lowercase !important;
}

.mag-service-card {
    border: 1px solid #0059ac;
    border-radius: 20px;
    padding: 25px 20px;
    height: 100%;
    transition: all 0.3s ease;
    background-color: transparent;
    max-height: 112px;
}
/* Optional: Slight hover effect to make it interactive */
.mag-service-card:hover {
    background-color: rgba(0, 86, 164, 0.05);
    transform: translateY(-5px);
}

.mag-service-name {
    color: #0059ac;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
}

.mag-service-desc {
    font-size: 16px;
    margin-bottom: 0;
    font-family: "levenim";
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .mag-services-title {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .mag-service-card {
        padding: 25px 15px;
    }
}


/* Custom Prefix: .mag- */

.mag-faq-section {
    max-width: 1340px;
    color: #0059AC;
    margin: 72px auto;
}

.mag-faq-title {
    color: #0059ac;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: lowercase !important;
}

.mag-faq-subtitle {
    color: #0059ac;
    font-size: 16px;
    opacity: 1;
    max-width: 300px;
}

/* Accordion Customization */
.mag-faq-item {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(0, 86, 164, 0.3) !important; /* Blue underline */
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.mag-faq-btn {
    background-color: transparent !important;
    color: #0059ac !important;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 0 !important;
    box-shadow: none !important;
    font-family: "levenim";
}

/* Custom Chevron Color */
.mag-faq-btn::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230056a4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.mag-faq-body {
    color: #0059ac;
    padding-bottom: 20px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
}

.mag-contact-title2{
    display : none;
}

.d-des-none{
    display : none;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .mag-faq-title {
        font-size: 40px;
        text-align: center;
    }
    .mag-faq-subtitle {
        text-align: center;
        margin: 0 auto;
        font-size : 14px;
    }
    

    
   .mag-action {
        display: flex;
        margin: 0 auto;
        padding: 0 6%;
    }
    
        .mag-faq-btn {
        font-size: 15px;
        font-weight: 600;
    }
    
    .mag-faq-body{
         font-size : 15px;
    }
    
    .mag-img-container {
    padding: 0 6%;
}
    
        .mag-title,.mag-subtitle {
        padding : 0 6%;
        text-align: left;
    }
    
    .mag-subtitle {
    font-size: 14px;
    font-weight: 300;
    opacity: 1;
}


.eggholic-para{
    padding : 10%;
    text-align : center;
}

.mag-menu-title,.mag-menu-subtitle {
        text-align: left;
       
    }
    
    .mag-catering-section {
    text-align : left;
    padding: 6%;
            margin-bottom: 50px;
}

.mag-why-subtitle {
    font-size: 1rem;
    font-weight: 300;
    opacity: 1;
    line-height: 1.6;
    margin-bottom: 0px;
}

 .mag-contact-title2 {
        text-align: center;
        font-size: 40px;
        display : block ;
    }


.d-mob-none{
    display : none;
    
}

.d-des-none{
    display : inline-block;
}

.mag-catering-image-box {
    background-color: #d1d1d1;
    width: 100%;
    height: 142px;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    
}





    </style>
