.elementor-3064 .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 *//*=================================
Pasta Salad Intro Section
==================================*/

.ps-intro-section{
    padding:80px 20px;
    background:linear-gradient(180deg,#ffffff,#f7fafc);
}

.ps-container{
    max-width:1200px;
    margin:auto;
}

.ps-heading{
    background:#fff;
    padding:45px;
    border-radius:22px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    border-left:6px solid #C02334;
}

.ps-tag{
    display:inline-block;
    background:#012255;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.ps-heading h2{
    font-size:44px;
    color:#012255;
    margin-bottom:20px;
    font-weight:700;
}

.ps-heading p{
    color:#666;
    font-size:17px;
    line-height:1.9;
    margin-bottom:18px;
}

/* Feature Cards */

.ps-feature-grid{
    margin-top:45px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.ps-card{
    background:#fff;
    padding:35px 28px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.07);
    transition:.35s;
    border:1px solid #eef2f7;
}

.ps-card:hover{
    transform:translateY(-8px);
    border-color:#C02334;
}

.ps-icon{
    width:80px;
    height:80px;
    margin:0 auto 22px;
    border-radius:50%;
    background:#C02334;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
}

.ps-card h3{
    color:#012255;
    font-size:25px;
    margin-bottom:15px;
}

.ps-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    margin:0;
}

/* Responsive */

@media(max-width:991px){

.ps-feature-grid{
    grid-template-columns:repeat(2,1fr);
}

.ps-heading{
    padding:35px;
}

.ps-heading h2{
    font-size:36px;
}

}

@media(max-width:767px){

.ps-intro-section{
    padding:60px 15px;
}

.ps-heading{
    padding:30px 20px;
}

.ps-heading h2{
    font-size:30px;
}

.ps-heading p{
    font-size:16px;
}

.ps-feature-grid{
    grid-template-columns:1fr;
}

.ps-card{
    padding:30px 20px;
}

.ps-card h3{
    font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6654387 *//*==================================
Pasta Salad Highlight
===================================*/

.ps-highlight-section{
    padding:80px 20px;
    background:#f8fbfd;
}

.ps-container{
    max-width:1200px;
    margin:auto;
}

.ps-highlight-wrapper{
    display:grid;
    grid-template-columns:48% 52%;
    gap:45px;
    align-items:center;
}

.ps-highlight-image img{
    width:100%;
    display:block;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.ps-highlight-content{
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    border-top:5px solid #C02334;
}

.ps-highlight-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.ps-highlight-content h2{
    font-size:42px;
    color:#012255;
    margin-bottom:20px;
    line-height:1.2;
}

.ps-highlight-content p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:30px;
}

.ps-highlight-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.ps-highlight-item{
    background:#f8f9fc;
    border:1px solid #edf1f6;
    border-radius:15px;
    padding:22px;
    text-align:center;
    transition:.35s;
}

.ps-highlight-item:hover{
    background:#012255;
    transform:translateY(-6px);
}

.ps-highlight-item span{
    font-size:38px;
    display:block;
    margin-bottom:12px;
}

.ps-highlight-item h4{
    color:#012255;
    font-size:18px;
    font-weight:600;
    margin:0;
    transition:.35s;
}

.ps-highlight-item:hover h4{
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

.ps-highlight-wrapper{
    grid-template-columns:1fr;
}

.ps-highlight-content h2{
    font-size:34px;
}

}

@media(max-width:767px){

.ps-highlight-section{
    padding:60px 15px;
}

.ps-highlight-content{
    padding:30px 20px;
}

.ps-highlight-content h2{
    font-size:28px;
}

.ps-highlight-list{
    grid-template-columns:1fr;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8878071 *//*==============================
Pasta Salad Ingredients
===============================*/

.ps-ingredients{
    padding:40px 20px;
    background:#f8fbfd;
}

.ps-ing-container{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:36% 64%;
    gap:40px;
    align-items:center;
}

.ps-ing-tag{
    display:inline-block;
    padding:8px 18px;
    background:#C02334;
    color:#fff;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.ps-ing-left h2{
    font-size:42px;
    color:#012255;
    margin-bottom:18px;
}

.ps-ing-left p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.ps-ing-left img{
    width:100%;
    max-width:280px;
}

/* Right */

.ps-menu-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:8px 25px;
}

.ps-menu-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px dashed #dfe5ef;
}

.ps-menu-item span{
    color:#444;
    font-size:15px;
    font-weight:500;
}

.ps-menu-item strong{
    background:#012255;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    min-width:75px;
    text-align:center;
    transition:.3s;
}

.ps-menu-item:hover strong{
    background:#C02334;
}

/* Responsive */

@media(max-width:991px){

.ps-ing-container{
    grid-template-columns:1fr;
}

.ps-ing-left{
    text-align:center;
}

.ps-ing-left img{
    margin:auto;
}

}

@media(max-width:767px){

.ps-menu-card{
    grid-template-columns:1fr;
    padding:25px;
}

.ps-ing-left h2{
    font-size:30px;
}

.ps-menu-item{
    padding:12px 0;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36e247b *//*====================================
Pasta Salad Cooking Steps
====================================*/

.ps-step-section{
    padding:50px 20px;
    background:#f7f9fc;
}

.ps-step-container{
    max-width:1200px;
    margin:0 auto;
}


/*====================================
Heading
====================================*/

.ps-step-heading{
    text-align:center;
    margin-bottom:45px;
}

.ps-step-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:16px;
}

.ps-step-heading h2{
    color:#012255;
    font-size:42px;
    line-height:1.2;
    margin:0 0 15px;
    font-weight:700;
}

.ps-step-heading p{
    max-width:650px;
    margin:0 auto;
    color:#6b7280;
    font-size:16px;
    line-height:1.8;
}


/*====================================
Step Grid
====================================*/

.ps-step-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}


/*====================================
Step Card
====================================*/

.ps-step-card{
    background:#fff;
    border:1px solid #e8edf4;
    border-radius:18px;
    padding:25px;
    position:relative;
    overflow:hidden;
    transition:all .35s ease;
}

.ps-step-card:hover{
    transform:translateY(-7px);
    border-color:#C02334;
    box-shadow:0 15px 35px rgba(1,34,85,.10);
}


/*====================================
Number
====================================*/

.ps-step-top{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}

.ps-step-number{
    width:48px;
    height:48px;
    background:#012255;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
    flex-shrink:0;
    transition:.3s;
}

.ps-step-line{
    height:1px;
    background:#e5eaf1;
    flex:1;
    margin-left:15px;
}

.ps-step-card:hover .ps-step-number{
    background:#C02334;
}


/*====================================
Icon
====================================*/

.ps-step-icon{
    width:62px;
    height:62px;
    border-radius:15px;
    background:#fff1f3;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:29px;
    margin-bottom:18px;
}


/*====================================
Content
====================================*/

.ps-step-card h3{
    color:#012255;
    font-size:22px;
    margin:0 0 12px;
    font-weight:700;
}

.ps-step-card p{
    color:#6b7280;
    font-size:14px;
    line-height:1.8;
    margin:0;
}


/*====================================
Responsive
====================================*/

@media(max-width:991px){

    .ps-step-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ps-step-heading h2{
        font-size:36px;
    }

}


@media(max-width:767px){

    .ps-step-section{
        padding:60px 15px;
    }

    .ps-step-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .ps-step-heading h2{
        font-size:29px;
    }

    .ps-step-heading p{
        font-size:15px;
    }

    .ps-step-card{
        padding:22px;
    }

    .ps-step-card h3{
        font-size:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b93d2b6 *//*====================================
Pasta Salad Recipe Details
====================================*/

.ps-recipe-details{
    padding:75px 20px;
    background:#f7f9fc;
}

.ps-details-container{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:58% 42%;
    gap:30px;
    align-items:stretch;
}


/*====================================
Recipe Information
====================================*/

.ps-details-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    border:1px solid #e8edf4;
    box-shadow:0 12px 35px rgba(1,34,85,.07);
}

.ps-details-tag{
    display:inline-block;
    background:#C02334;
    color:#fff;
    padding:7px 17px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:15px;
}

.ps-details-card h2{
    color:#012255;
    font-size:34px;
    margin:0 0 25px;
    font-weight:700;
}


/* Details List */

.ps-details-list{
    display:flex;
    flex-direction:column;
}

.ps-detail-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:13px 0;
    border-bottom:1px solid #edf1f5;
}

.ps-detail-row:last-child{
    border-bottom:none;
}

.ps-detail-row span{
    color:#555;
    font-size:15px;
}

.ps-detail-row strong{
    color:#012255;
    font-size:14px;
    font-weight:700;
}


/*====================================
Chef Card
====================================*/

.ps-chef-card{
    background:linear-gradient(145deg,#012255,#073675);
    border-radius:20px;
    padding:35px;
    color:#fff;
    box-shadow:0 15px 40px rgba(1,34,85,.18);

    display:flex;
    flex-direction:column;
    justify-content:center;
}


/* Chef Header */

.ps-chef-top{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.ps-chef-icon{
    width:68px;
    height:68px;
    background:#fff;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;
    flex-shrink:0;
}

.ps-chef-top span{
    color:#ffb6bf;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.ps-chef-top h3{
    margin:4px 0 0;
    font-size:28px;
    color:#fff;
}


/* Chef Description */

.ps-chef-card p{
    color:rgba(255,255,255,.88);
    font-size:15px;
    line-height:1.9;
    margin:0 0 25px;
}


/* Bottom Highlight */

.ps-chef-bottom{
    display:flex;
    align-items:center;
    gap:12px;

    background:rgba(255,255,255,.10);
    border-radius:12px;
    padding:13px 15px;
}

.ps-chef-bottom span{
    width:28px;
    height:28px;
    background:#C02334;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:14px;
}

.ps-chef-bottom strong{
    font-size:14px;
    color:#fff;
}


/*====================================
Hover
====================================*/

.ps-details-card{
    transition:.35s;
}

.ps-details-card:hover{
    transform:translateY(-4px);
}

.ps-chef-card{
    transition:.35s;
}

.ps-chef-card:hover{
    transform:translateY(-4px);
}


/*====================================
Tablet
====================================*/

@media(max-width:991px){

    .ps-details-container{
        grid-template-columns:1fr;
    }

    .ps-details-card h2{
        font-size:32px;
    }

}


/*====================================
Mobile
====================================*/

@media(max-width:767px){

    .ps-recipe-details{
        padding:60px 15px;
    }

    .ps-details-card{
        padding:28px 22px;
    }

    .ps-details-card h2{
        font-size:28px;
    }

    .ps-detail-row{
        gap:15px;
    }

    .ps-detail-row span{
        font-size:14px;
    }

    .ps-detail-row strong{
        font-size:13px;
        text-align:right;
    }

    .ps-chef-card{
        padding:28px 22px;
    }

    .ps-chef-top h3{
        font-size:24px;
    }

}/* 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 */