.elementor-2978 .elementor-element.elementor-element-36e247b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-539c377 *//*==========================*
    Recipe Intro
*==========================*/

.recipe-intro{
    padding:40px 20px;
    background:#f5f8fc;
    font-family:'Poppins',sans-serif;
}

.recipe-container{
    max-width:1200px;
    margin:auto;
}

.recipe-content{
    background:#fff;
    padding:60px;
    border-radius:20px;
    border-top:6px solid #C02334;
    box-shadow:0 15px 45px rgba(1,34,85,.12);
}

.recipe-tag{
    display:inline-block;
    background:#012255;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.recipe-content h2{
    font-size:42px;
    color:#012255;
    margin-bottom:20px;
    font-weight:700;
}

.recipe-content p{
    font-size:17px;
    color:#5e6677;
    line-height:1.9;
    margin-bottom:20px;
}

/*==========================*
    Highlight Cards
*==========================*/

.recipe-highlights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:45px;
}

.highlight-box{
    background:#fff;
    border:1px solid #e5ebf5;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
    box-shadow:0 8px 20px rgba(1,34,85,.05);
}

.highlight-box:hover{
    background:#012255;
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(1,34,85,.20);
}

.highlight-box i{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    border-radius:50%;
    background:#C02334;
    color:#fff;
    font-size:34px;
    transition:.35s;
}

.highlight-box:hover i{
    background:#fff;
    color:#C02334;
    transform:scale(1.08);
}

.highlight-box h4{
    font-size:24px;
    color:#012255;
    margin-bottom:12px;
    font-weight:700;
    transition:.35s;
}

.highlight-box p{
    font-size:15px;
    color:#6b7280;
    line-height:1.8;
    margin:0;
    transition:.35s;
}

.highlight-box:hover h4,
.highlight-box:hover p{
    color:#fff;
}

/*==========================*
    Responsive
*==========================*/

@media(max-width:991px){

.recipe-content{
    padding:40px;
}

.recipe-highlights{
    grid-template-columns:repeat(2,1fr);
}

.recipe-content h2{
    font-size:34px;
}

}

@media(max-width:767px){

.recipe-content{
    padding:30px 20px;
}

.recipe-highlights{
    grid-template-columns:1fr;
}

.recipe-content h2{
    font-size:28px;
}

.recipe-content p{
    font-size:16px;
}

.highlight-box{
    padding:30px 20px;
}

.highlight-box h4{
    font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6654387 */.recipe-showcase{
    padding:50px 20px;
    background:#f6f8fc;
}

.showcase-grid{
    display:grid;
    grid-template-columns:48% 52%;
    gap:40px;
    align-items:center;
}

.showcase-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.showcase-content{
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.showcase-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.showcase-content h2{
    font-size:42px;
    color:#012255;
    margin-bottom:18px;
}

.showcase-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.showcase-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.feature-item{
    background:#f8f9fd;
    border-radius:15px;
    padding:25px;
    text-align:center;
    transition:.3s;
    border:1px solid #e8edf7;
}

.feature-item:hover{
    background:#012255;
    transform:translateY(-6px);
}

.feature-item span{
    font-size:38px;
    display:block;
    margin-bottom:12px;
}

.feature-item h4{
    color:#012255;
    font-size:18px;
    margin:0;
    transition:.3s;
}

.feature-item:hover h4{
    color:#fff;
}

@media(max-width:991px){

.showcase-grid{
grid-template-columns:1fr;
}

.showcase-content h2{
font-size:34px;
}

}

@media(max-width:767px){

.showcase-features{
grid-template-columns:1fr;
}

.showcase-content{
padding:30px 20px;
}

.showcase-content h2{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8878071 *//*==========================
Required Ingredients
===========================*/

.recipe-ingredients{
    padding:40px 20px;
    background:#f7f9fc;
}

.recipe-container{
    max-width:1200px;
    margin:auto;
}

.ingredients-wrapper{
    display:grid;
    grid-template-columns:38% 58%;
    gap:50px;
    align-items:center;
}

/* Left */

.ingredients-content{
    text-align:left;
}

.section-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.ingredients-content h2{
    font-size:44px;
    color:#012255;
    margin-bottom:20px;
}

.ingredients-content p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:35px;
}

.ingredients-content img{
    width:100%;
    max-width:300px;
}

/* Right */

.ingredients-list{
    background:#fff;
    padding:35px;
    border-radius:22px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    margin:0 50px;
}

.ingredient-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px solid #edf1f5;
}

.ingredient-item:last-child{
    border:none;
}

.ingredient-item span{
    color:#444;
    font-size:16px;
}

.ingredient-item strong{
    background:#012255;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:14px;
    min-width:90px;
    text-align:center;
    transition:.3s;
}

.ingredient-item:hover strong{
    background:#C02334;
}

/* Responsive */

@media(max-width:991px){

.ingredients-wrapper{
    grid-template-columns:1fr;
}

.ingredients-content{
    text-align:center;
}

.ingredients-content img{
    margin:auto;
}

}

@media(max-width:767px){

.recipe-ingredients{
    padding:60px 15px;
}

.ingredients-content h2{
    font-size:30px;
}

.ingredients-list{
    padding:25px;
     margin-left:0;
        margin-right:0;
}

.ingredient-item{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36e247b *//*=================================
Recipe Steps
==================================*/

.recipe-steps{
    padding:40px 20px;
    background:#f6f8fc;
}

.recipe-container{
    max-width:1200px;
    margin:auto;
}

.recipe-heading{
    text-align:center;
    margin-bottom:60px;
}

.recipe-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.recipe-heading h2{
    font-size:44px;
    color:#012255;
    margin-bottom:15px;
}

.recipe-heading p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/* Grid */

.steps-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

/* Card */

.step-card{
    background:#fff;
    padding:35px 30px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.step-card::before{
    content:"";
    position:absolute;
    top:-45px;
    right:-45px;
    width:120px;
    height:120px;
    background:#fde8ea;
    border-radius:50%;
}

.step-card:hover{
    transform:translateY(-8px);
}

.step-number{
    width:55px;
    height:55px;
    background:#012255;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}

.step-card h3{
    font-size:26px;
    color:#012255;
    margin-bottom:15px;
    position:relative;
    z-index:2;
}

.step-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    position:relative;
    z-index:2;
}

.step-card:hover .step-number{
    background:#C02334;
}

/* Responsive */

@media(max-width:991px){

.steps-grid{
grid-template-columns:repeat(2,1fr);
}

.recipe-heading h2{
font-size:34px;
}

}

@media(max-width:767px){

.recipe-steps{
padding:70px 15px;
}

.steps-grid{
grid-template-columns:1fr;
}

.recipe-heading h2{
font-size:28px;
}

.step-card{
padding:30px 25px;
}

.step-card h3{
font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b93d2b6 *//*=================================
Recipe Information
==================================*/

.recipe-info-section{
    padding:40px 20px;
    background:#f6f8fc;
}

.recipe-container{
    max-width:1200px;
    margin:auto;
}

.recipe-info-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:35px;
    align-items:start;
}

/* Left Card */

.recipe-info-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.recipe-label{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.recipe-info-card h2{
    font-size:38px;
    color:#012255;
    margin-bottom:30px;
}

.recipe-info-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.info-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 20px;
    border-radius:12px;
    background:#f9fbff;
    border:1px solid #edf2f8;
}

.info-item span{
    color:#555;
    font-size:16px;
}

.info-item strong{
    color:#012255;
    font-size:16px;
}

/* Chef Tip */

.chef-tip-card{
    background:linear-gradient(135deg,#012255,#153b7a);
    color:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    position:sticky;
    top:30px;
}

.chef-icon{
    width:80px;
    height:80px;
    margin:auto;
    margin-bottom:20px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.chef-tip-card h3{
    font-size:28px;
    margin-bottom:18px;
    color: #ffffff;
}

.chef-tip-card p{
    line-height:1.9;
    font-size:15px;
    opacity:.95;
}

/* Responsive */

@media(max-width:991px){

.recipe-info-grid{
    grid-template-columns:1fr;
}

.recipe-info-card h2{
    font-size:32px;
}

.chef-tip-card{
    position:static;
}

}

@media(max-width:767px){

.recipe-info-section{
    padding:70px 15px;
}

.recipe-info-card{
    padding:30px 20px;
}

.recipe-info-card h2{
    font-size:28px;
}

.info-item{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
}

.chef-tip-card{
    padding:30px 20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e71004 *//*==============================
Recipe Gallery Section
==============================*/

.maie-gallery-section{
    padding:40px 20px;
    background:#f7f9fc;
}

.maie-gallery-title{
    max-width:750px;
    margin:0 auto 50px;
    text-align:center;
}

.maie-gallery-title span{
    display:inline-block;
    background:#cf2233;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight:500;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.maie-gallery-title h2{
    font-size:42px;
    color:#0b2d66;
    margin-bottom:18px;
    font-weight:700;
}

.maie-gallery-title p{
    font-size:16px;
    color:#666;
    line-height:1.8;
}

/*==============================
Swiper
==============================*/

.maieGallerySlider .swiper-pagination{
    position:relative;
    margin-top:35px;
    bottom:0 !important;
}

.maieGallerySlider .swiper-slide{
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.maieGallerySlider .swiper-slide:hover{
    transform:translateY(-8px);
}

/*==============================
Image Size
==============================*/

.maieGallerySlider .swiper-slide img{
    width:500%;
    height:420px;          /* Fixed Height */
    object-fit:cover;      /* Same Size */
    display:block;
    transition:.5s ease;
}

.maieGallerySlider .swiper-slide:hover img{
    transform:scale(1.08);
}

/*==============================
Navigation
==============================*/

.maieGallerySlider .swiper-button-next,
.maieGallerySlider .swiper-button-prev{
    width:48px;
    height:48px;
    background:#ffffff;
    border-radius:50%;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    color:#cf2233;
}

.maieGallerySlider .swiper-button-next:after,
.maieGallerySlider .swiper-button-prev:after{
    font-size:18px;
    font-weight:700;
}

/*==============================
Pagination
==============================*/

.maieGallerySlider .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#0b2d66;
    opacity:.35;
}

.maieGallerySlider .swiper-pagination-bullet-active{
    background:#cf2233;
    opacity:1;
    width:28px;
    border-radius:20px;
}

/*==============================
Tablet
==============================*/

@media(max-width:991px){

.maie-gallery-title h2{
    font-size:34px;
}

.maieGallerySlider .swiper-slide img{
    height:280px;
}

}

/*==============================
Mobile
==============================*/

@media(max-width:576px){

.maie-gallery-section{
    padding:60px 15px;
}

.maie-gallery-title h2{
    font-size:28px;
}

.maie-gallery-title p{
    font-size:15px;
}

.maieGallerySlider .swiper-slide img{
    height:230px;
}

.maieGallerySlider .swiper-button-next,
.maieGallerySlider .swiper-button-prev{
    display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-077d35e */.recipe-cta{
    padding:80px 20px;
    background:linear-gradient(135deg,#012255,#0d3475);
    border-radius:30px;
    margin:0px auto;
    max-width:1300px;
    text-align:center;
}

.recipe-cta-content{
    max-width:800px;
    margin:auto;
}

.cta-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.recipe-cta h2{
    color:#fff;
    font-size:42px;
    margin-bottom:20px;
}

.recipe-cta p{
    color:#dce6f5;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.cta-btn{
    display:inline-block;
    padding:15px 32px;
    border-radius:50px;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.primary-btn{
    background:#C02334;
    color:#fff;
}

.primary-btn:hover{
    background:#fff;
    color:#012255;
}

.secondary-btn{
    background:#fff;
    color:#012255;
}

.secondary-btn:hover{
    background:#C02334;
    color:#fff;
}

@media(max-width:767px){

.recipe-cta h2{
    font-size:30px;
}

.recipe-cta p{
    font-size:16px;
}

.cta-buttons{
    flex-direction:column;
}

.cta-btn{
    width:100%;
}

}/* End custom CSS */