.elementor-2805 .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-preview-section{
    padding:80px 20px;
    background:#f7f9fc;
}

.recipe-preview-wrapper{
    max-width:1250px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.recipe-preview-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.recipe-preview-content{
    background:#fff;
    padding:45px;
    border-radius:20px;
    border-top:4px solid #cf2233;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.recipe-preview-tag{
    display:inline-block;
    background:#cf2233;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.recipe-preview-content h2{
    font-size:42px;
    color:#0c2f69;
    line-height:1.2;
    margin-bottom:20px;
    font-weight:700;
}

.recipe-preview-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:35px;
}

.recipe-preview-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.preview-item{
    display:flex;
    align-items:center;
    gap:12px;
    background:#f8f8f8;
    padding:15px;
    border-radius:12px;
    font-weight:600;
    color:#16386f;
    transition:.35s;
}

.preview-item i{
    color:#cf2233;
    font-size:18px;
}

.preview-item:hover{
    background:#16386f;
    color:#fff;
    transform:translateY(-4px);
}

.preview-item:hover i{
    color:#fff;
}

@media(max-width:991px){

.recipe-preview-wrapper{
grid-template-columns:1fr;
}

.recipe-preview-content{
padding:30px;
}

.recipe-preview-content h2{
font-size:34px;
}

}

@media(max-width:576px){

.recipe-preview-content h2{
font-size:28px;
}

.recipe-preview-features{
grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8878071 */.recipe-ingredients{
    padding:40px 50px;
    background:#f7f9fc;
    font-family:Poppins,sans-serif;
}

.ingredients-wrapper{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:35% 65%;
    gap:50px;
    align-items:start;
}

.recipe-label{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.ingredients-info h2{
    font-size:44px;
    color:#012255;
    margin-bottom:20px;
    line-height:1.2;
}

.ingredients-info p{
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.ingredients-list{
    background:#fff;
    border-radius:22px;
    padding:35px;
    box-shadow:0 15px 40px rgba(1,34,85,.08);
    margin-right: 70px
}

.ingredient-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:5px 0;
    border-bottom:1px dashed #d9d9d9;
    transition:.3s;
}

.ingredient-row:last-child{
    border-bottom:none;
}

.ingredient-row:hover{
    padding-left:15px;
}

.ingredient-name{
    color:#012255;
    font-size:18px;
    font-weight:500;
}

.ingredient-qty{
    background:#012255;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.ingredient-row:hover .ingredient-qty{
    background:#C02334;
}
.recipe-left-image{
    width:280px;
    display:block;
    margin:0px auto 0;
    opacity:.22;
    
}

@media(max-width:991px){

.ingredients-wrapper{
    grid-template-columns:1fr;
}

.ingredients-info h2{
    font-size:36px;
}

}

@media(max-width:767px){

.recipe-ingredients{
    padding:60px 15px;
}

.ingredients-list{
    padding:20px;
    
}

.ingredient-row{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
}

.ingredient-name{
    font-size:17px;
}

.ingredient-qty{
    font-size:14px;
}

.ingredients-info h2{
    font-size:30px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36e247b *//*==========================================
  Recipe Process Section
==========================================*/

.recipe-process-area{
    padding:50px 20px;
    background:#f7f9fc;
    font-family:'Poppins',sans-serif;
}

.recipe-container{
    max-width:1320px;
    margin:auto;
}

/* Heading */

.recipe-heading{
    text-align:center;
    margin-bottom:60px;
}

.recipe-subtitle{
    display:inline-block;
    padding:10px 22px;
    background:#C02334;
    color:#fff;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:20px;
}

.recipe-heading h2{
    font-size:46px;
    color:#012255;
    margin-bottom:18px;
    font-weight:700;
}

.recipe-heading p{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:1.9;
    font-size:17px;
}

/*==========================================
  Grid
==========================================*/

.recipe-process-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

/*==========================================
  Card
==========================================*/

.recipe-process-card{

    position:relative;

    background:#fff;

    border-radius:24px;

    padding:35px 28px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 15px 40px rgba(1,34,85,.08);

    border-top:5px solid #C02334;

}

.recipe-process-card::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    background:rgba(192,35,52,.06);

    border-radius:50%;

    top:-90px;

    right:-90px;

    transition:.35s;

}

.recipe-process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 50px rgba(1,34,85,.18);

}

.recipe-process-card:hover::before{

    background:rgba(1,34,85,.08);

}

/*==========================================
  Icon
==========================================*/

.recipe-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#012255;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:22px;

    transition:.35s;

}

.recipe-process-card:hover .recipe-icon{

    background:#C02334;

    transform:rotate(8deg) scale(1.08);

}

/*==========================================
  Step
==========================================*/

.recipe-step{

    display:inline-block;

    background:#eef4ff;

    color:#012255;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    margin-bottom:18px;

    transition:.35s;

}

.recipe-process-card:hover .recipe-step{

    background:#012255;

    color:#fff;

}

/*==========================================
  Heading
==========================================*/

.recipe-process-card h3{

    font-size:24px;

    color:#012255;

    margin-bottom:15px;

    line-height:1.3;

    transition:.35s;

}

.recipe-process-card:hover h3{

    color:#C02334;

}

/*==========================================
  Paragraph
==========================================*/

.recipe-process-card p{

    font-size:15px;

    color:#666;

    line-height:1.8;

    margin:0;

}

/*==========================================
  Decorative Line
==========================================*/

.recipe-process-card::after{

    content:"";

    position:absolute;

    left:28px;

    bottom:0;

    width:0;

    height:4px;

    background:#C02334;

    transition:.35s;

}

.recipe-process-card:hover::after{

    width:calc(100% - 56px);

}

/*==========================================
  Tablet
==========================================*/

@media(max-width:1024px){

.recipe-process-grid{

grid-template-columns:repeat(2,1fr);

}

.recipe-heading h2{

font-size:38px;

}

}

/*==========================================
  Mobile
==========================================*/

@media(max-width:767px){

.recipe-process-area{

padding:70px 15px;

}

.recipe-process-grid{

grid-template-columns:1fr;

gap:22px;

}

.recipe-heading h2{

font-size:30px;

}

.recipe-heading p{

font-size:16px;

}

.recipe-process-card{

padding:30px 22px;

}

.recipe-icon{

width:65px;

height:65px;

font-size:26px;

}

.recipe-process-card h3{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b93d2b6 */.recipe-info-section{

    padding:80px 20px;

    background:#f7f9fc;

    font-family:Poppins,sans-serif;

}

.recipe-wrapper{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:40% 60%;

    gap:45px;

    align-items:start;

}

/* IMAGE */

.recipe-image{

    position:sticky;

    top:30px;

}

.recipe-image img{

    width:100%;

    height:750px;

    object-fit:cover;

    border-radius:25px;

    display:block;

    box-shadow:0 20px 45px rgba(1,34,85,.15);

    transition:.4s;

}

.recipe-image img:hover{

    transform:scale(1.03);

}

/* CONTENT */

.recipe-tag{

    display:inline-block;

    background:#C02334;

    color:#fff;

    padding:10px 24px;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}

.recipe-content h2{

    color:#012255;

    font-size:44px;

    margin-bottom:18px;

}

.recipe-desc{

    color:#666;

    line-height:1.9;

    margin-bottom:35px;

}

/* TABLE */

.recipe-table{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(1,34,85,.08);

}

.recipe-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:22px 30px;

    border-bottom:1px solid #ececec;

    transition:.35s;

}

.recipe-item:last-child{

    border:none;

}

.recipe-item:hover{

    background:#012255;

}

.recipe-item span{

    color:#666;

    font-size:18px;

    transition:.3s;

}

.recipe-item strong{

    color:#012255;

    font-size:18px;

    transition:.3s;

}

.recipe-item:hover span,

.recipe-item:hover strong{

    color:#fff;

}

/* CHEF TIP */

.chef-tip{

    margin-top:35px;

    background:#012255;

    border-radius:22px;

    padding:30px;

    display:flex;

    gap:25px;

    align-items:flex-start;

}

.chef-icon{

    width:80px;

    height:80px;

    background:#C02334;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    flex-shrink:0;

}

.chef-text h3{

    color:#fff;

    font-size:28px;

    margin-bottom:15px;

}

.chef-text p{

    color:#dfe8f7;

    line-height:1.9;

    margin:0;

}

/* RESPONSIVE */

@media(max-width:991px){

.recipe-wrapper{

grid-template-columns:1fr;

}

.recipe-image{

position:relative;

top:0;

}

.recipe-image img{

height:450px;

}

}

@media(max-width:767px){

.recipe-content h2{

font-size:30px;

}

.recipe-item{

flex-direction:column;

align-items:flex-start;

gap:8px;

padding:18px 20px;

}

.recipe-image img{

height:300px;

}

.chef-tip{

flex-direction:column;

}

}/* 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:600;
    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 */