/* Start custom CSS for html, class: .elementor-element-13a2e94 *//*========================================
Delicious Pasta Recipes
Introduction Section
========================================*/

.dpr-intro-section{
    padding:75px 20px;
    background:#f7f9fc;
}

.dpr-intro-container{
    max-width:1200px;
    margin:0 auto;

    display:grid;
    grid-template-columns:55% 45%;

    gap:50px;

    align-items:center;
}


/*========================================
LEFT CONTENT
========================================*/

.dpr-intro-content{
    position:relative;

    padding:35px 35px 35px 40px;

    background:#ffffff;

    border-radius:22px;

    border:1px solid #e7ecf3;

    box-shadow:0 12px 35px rgba(1,34,85,.06);

    overflow:hidden;
}

.dpr-intro-content::before{
    content:"";

    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:5px;

    background:#C02334;
}


.dpr-intro-label{
    display:inline-block;

    color:#C02334;

    font-size:11px;

    font-weight:700;

    letter-spacing:1.5px;

    margin-bottom:14px;
}


.dpr-intro-content h2{
    color:#012255;

    font-size:42px;

    line-height:1.15;

    margin:0 0 18px;

    font-weight:700;
}

.dpr-intro-content h2 span{
    color:#C02334;
}


.dpr-intro-line{
    width:60px;
    height:3px;

    background:#012255;

    border-radius:5px;

    margin-bottom:22px;
}


.dpr-intro-content p{
    color:#626b79;

    font-size:14px;

    line-height:1.85;

    margin:0 0 16px;
}

.dpr-intro-content p:last-child{
    margin-bottom:0;
}

.dpr-intro-content strong{
    color:#012255;

    font-weight:700;
}


/*========================================
FEATURE LIST
========================================*/

.dpr-feature-list{
    display:flex;

    flex-direction:column;

    gap:15px;
}


/*========================================
FEATURE CARD
========================================*/

.dpr-feature-card{
    position:relative;

    display:flex;

    align-items:center;

    gap:18px;

    padding:21px 22px;

    background:#ffffff;

    border:1px solid #e7ecf3;

    border-radius:17px;

    overflow:hidden;

    transition:all .35s ease;
}

.dpr-feature-card::before{
    content:"";

    position:absolute;

    left:0;
    top:15px;
    bottom:15px;

    width:4px;

    background:#C02334;

    border-radius:0 5px 5px 0;

    transform:scaleY(0);

    transition:.35s;
}


.dpr-feature-card:hover{
    transform:translateX(-6px);

    border-color:#C02334;

    box-shadow:0 12px 30px rgba(1,34,85,.08);
}

.dpr-feature-card:hover::before{
    transform:scaleY(1);
}


/*========================================
FEATURE NUMBER
========================================*/

.dpr-feature-number{
    position:absolute;

    top:12px;
    right:15px;

    color:#e8edf3;

    font-size:24px;

    line-height:1;

    font-weight:800;

    transition:.35s;
}

.dpr-feature-card:hover .dpr-feature-number{
    color:#f3c8cd;
}


/*========================================
FEATURE ICON
========================================*/

.dpr-feature-icon{
    width:60px;
    height:60px;

    flex:0 0 60px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#fff1f3;

    border-radius:15px;

    font-size:27px;

    transition:.35s;
}

.dpr-feature-card:hover .dpr-feature-icon{
    background:#C02334;

    transform:scale(1.06);
}


/*========================================
FEATURE CONTENT
========================================*/

.dpr-feature-content{
    padding-right:25px;
}

.dpr-feature-content h3{
    color:#012255;

    font-size:19px;

    line-height:1.3;

    margin:0 0 6px;

    font-weight:700;
}

.dpr-feature-content p{
    color:#707887;

    font-size:12.5px;

    line-height:1.65;

    margin:0;
}


/*========================================
TABLET
========================================*/

@media(max-width:991px){

    .dpr-intro-container{
        grid-template-columns:1fr;

        gap:30px;
    }

    .dpr-intro-content{
        padding:35px 30px 35px 35px;
    }

    .dpr-intro-content h2{
        font-size:38px;
    }

}


/*========================================
MOBILE
========================================*/

@media(max-width:767px){

    .dpr-intro-section{
        padding:55px 15px;
    }

    .dpr-intro-container{
        gap:25px;
    }

    .dpr-intro-content{
        padding:28px 20px 28px 25px;

        border-radius:18px;
    }

    .dpr-intro-content h2{
        font-size:30px;
    }

    .dpr-intro-content p{
        font-size:14px;

        line-height:1.8;
    }

    .dpr-feature-list{
        gap:12px;
    }

    .dpr-feature-card{
        padding:18px;

        gap:13px;
    }

    .dpr-feature-icon{
        width:52px;
        height:52px;

        flex-basis:52px;

        font-size:23px;
    }

    .dpr-feature-content h3{
        font-size:17px;
    }

    .dpr-feature-content p{
        font-size:12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d5b863 *//*========================================
Delicious Pasta Recipes
Recipe Highlight Section
========================================*/

.dpr-highlight-section{
    padding:50px 20px;
    background:#ffffff;
}

.dpr-highlight-container{
    max-width:1200px;
    margin:0 auto;

    display:grid;
    grid-template-columns:42% 58%;

    gap:55px;

    align-items:center;
}


/*========================================
IMAGE
========================================*/

.dpr-highlight-image{
    position:relative;
}

.dpr-image-box{
    position:relative;

    width:100%;
    max-width:500px;

    height:600px;

    margin:0 auto;

    overflow:hidden;

    border-radius:25px;

    background:#f5f7fa;

    box-shadow:0 20px 50px rgba(1,34,85,.13);
}

.dpr-image-box img{
    width:100%;
    height:100%;

    display:block;

    object-fit:cover;

    transition:.5s;
}

.dpr-image-box:hover img{
    transform:scale(1.04);
}


/* Image Overlay */

.dpr-image-box::after{
    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(1,34,85,.45),
        transparent 40%
    );

    pointer-events:none;
}


/* Image Label */

.dpr-image-label{
    position:absolute;

    left:20px;
    bottom:20px;

    z-index:2;

    padding:13px 18px;

    background:#ffffff;

    border-radius:12px;

    box-shadow:0 8px 25px rgba(0,0,0,.12);
}

.dpr-image-label span{
    display:block;

    color:#C02334;

    font-size:9px;

    font-weight:700;

    letter-spacing:1.2px;

    margin-bottom:4px;
}

.dpr-image-label strong{
    display:block;

    color:#012255;

    font-size:14px;

    font-weight:700;
}


/*========================================
CONTENT
========================================*/

.dpr-highlight-content{
    padding-right:10px;
}

.dpr-highlight-tag{
    display:inline-block;

    color:#C02334;

    font-size:11px;

    font-weight:700;

    letter-spacing:1.5px;

    margin-bottom:14px;
}

.dpr-highlight-content h2{
    color:#012255;

    font-size:42px;

    line-height:1.15;

    margin:0 0 18px;

    font-weight:700;
}

.dpr-highlight-content h2 span{
    display:block;

    color:#C02334;
}


/* Divider */

.dpr-highlight-line{
    width:60px;
    height:3px;

    background:#012255;

    border-radius:5px;

    margin-bottom:22px;
}


/* Description */

.dpr-highlight-description{
    color:#626b79;

    font-size:15px;

    line-height:1.85;

    margin:0 0 28px;

    max-width:620px;
}


/*========================================
HIGHLIGHT ITEMS
========================================*/

.dpr-highlight-items{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;
}

.dpr-highlight-item{
    display:flex;

    align-items:flex-start;

    gap:12px;

    padding:18px;

    background:#f8fafc;

    border:1px solid #e7ecf3;

    border-radius:15px;

    transition:.35s;
}

.dpr-highlight-item:hover{
    background:#ffffff;

    border-color:#C02334;

    transform:translateY(-4px);

    box-shadow:0 12px 30px rgba(1,34,85,.08);
}


/* Icon */

.dpr-highlight-icon{
    width:45px;
    height:45px;

    flex:0 0 45px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#fff0f2;

    border-radius:12px;

    font-size:22px;

    transition:.35s;
}

.dpr-highlight-item:hover .dpr-highlight-icon{
    background:#C02334;

    transform:scale(1.07);
}


/* Item Text */

.dpr-highlight-item h3{
    color:#012255;

    font-size:16px;

    line-height:1.3;

    margin:0 0 6px;

    font-weight:700;
}

.dpr-highlight-item p{
    color:#707887;

    font-size:11.5px;

    line-height:1.6;

    margin:0;
}


/*========================================
TABLET
========================================*/

@media(max-width:991px){

    .dpr-highlight-container{
        grid-template-columns:1fr;

        gap:40px;
    }

    .dpr-image-box{
        max-width:500px;

        height:500px;
    }

    .dpr-highlight-content{
        padding-right:0;
    }

    .dpr-highlight-content h2{
        font-size:38px;
    }

}


/*========================================
MOBILE
========================================*/

@media(max-width:767px){

    .dpr-highlight-section{
        padding:55px 15px;
    }

    .dpr-highlight-container{
        gap:30px;
    }

    .dpr-image-box{
        height:430px;

        border-radius:20px;
    }

    .dpr-highlight-content h2{
        font-size:30px;
    }

    .dpr-highlight-description{
        font-size:14px;

        line-height:1.8;
    }

    .dpr-highlight-items{
        grid-template-columns:1fr;

        gap:12px;
    }

    .dpr-highlight-item{
        padding:16px;
    }

    .dpr-highlight-item h3{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd0d41e *//*========================================
Delicious Pasta Recipes
Required Ingredients
No Image Design
========================================*/

.dpr-ingredients-section{
    padding:50px 20px;
    background:#f7f9fc;
}

.dpr-ingredients-container{
    max-width:1200px;
    margin:0 auto;

    display:grid;
    grid-template-columns:38% 62%;

    gap:45px;

    align-items:center;
}


/*========================================
LEFT CONTENT
========================================*/

.dpr-ingredients-intro{
    padding:20px 20px 20px 0;
}

.dpr-ingredients-tag{
    display:inline-block;

    background:#C02334;
    color:#fff;

    padding:8px 17px;

    border-radius:30px;

    font-size:10px;
    font-weight:700;

    letter-spacing:1px;

    margin-bottom:17px;
}

.dpr-ingredients-intro h2{
    color:#012255;

    font-size:40px;

    line-height:1.12;

    margin:0 0 18px;

    font-weight:700;
}

.dpr-ingredients-intro h2 span{
    display:block;

    color:#C02334;
}

.dpr-ingredients-intro > p{
    color:#687180;

    font-size:14px;

    line-height:1.85;

    margin:0;

    max-width:440px;
}


/*========================================
SMALL NOTE
========================================*/

.dpr-ingredient-note{
    display:flex;

    align-items:center;

    gap:13px;

    margin-top:25px;

    padding:13px 16px;

    max-width:350px;

    background:#ffffff;

    border:1px solid #e5eaf1;

    border-radius:14px;

    box-shadow:0 8px 20px rgba(1,34,85,.05);
}

.dpr-ingredient-note > span{
    width:42px;
    height:42px;

    flex:0 0 42px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#fff0f2;

    border-radius:11px;

    font-size:21px;
}

.dpr-ingredient-note strong{
    display:block;

    color:#012255;

    font-size:13px;

    margin-bottom:3px;
}

.dpr-ingredient-note small{
    display:block;

    color:#7a8290;

    font-size:10px;

    line-height:1.4;
}


/*========================================
RIGHT CARD
========================================*/

.dpr-ingredients-card{
    background:#fff;

    padding:8px 20px;

    border-radius:22px;

    border:1px solid #e5eaf1;

    box-shadow:0 15px 40px rgba(1,34,85,.08);
}


/*========================================
CARD HEADER
========================================*/

.dpr-ingredients-card-head{
    display:flex;

    align-items:center;

    justify-content:space-between;

    padding-bottom:10px;

    margin-bottom:3px;

    border-bottom:1px solid #edf1f5;
}

.dpr-ingredients-card-head span{
    display:block;

    color:#C02334;

    font-size:14px;

    font-weight:700;

    letter-spacing:1.3px;

    margin-bottom:4px;
}

.dpr-ingredients-card-head h3{
    color:#012255;

    font-size:22px;

    margin:0;

    font-weight:700;
}


/*========================================
COUNT
========================================*/

.dpr-ingredients-count{
    width:46px;
    height:46px;

    display:flex;

    flex-direction:column;

    align-items:center;
    justify-content:center;

    background:#012255;

    color:#fff;

    border-radius:50%;

    font-size:14px;

    font-weight:700;
}

.dpr-ingredients-count small{
    color:#dce5f2;

    font-size:px;

    line-height:1;

    margin-top:2px;
}


/*========================================
INGREDIENT GRID
========================================*/

.dpr-ingredients-grid{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    column-gap:30px;
}

.dpr-ingredient{
    min-height:49px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:10px;

    padding:6px 0;

    border-bottom:1px dashed #dfe5ec;
}

.dpr-ingredient span{
    color:#4f5866;

    font-size:15px;

    line-height:1.4;
}

.dpr-ingredient strong{
    flex-shrink:0;

    background:#012255;

    color:#fff;

    padding:6px 10px;

    border-radius:20px;

    font-size:9px;

    font-weight:700;

    white-space:nowrap;

    transition:.3s;
}

.dpr-ingredient:hover strong{
    background:#C02334;
}


/*========================================
TABLET
========================================*/

@media(max-width:991px){

    .dpr-ingredients-container{
        grid-template-columns:1fr;

        gap:30px;
    }

    .dpr-ingredients-intro{
        text-align:center;

        padding:10px 20px;
    }

    .dpr-ingredients-intro > p{
        margin-left:auto;
        margin-right:auto;
    }

    .dpr-ingredient-note{
        margin-left:auto;
        margin-right:auto;

        text-align:left;
    }

}


/*========================================
MOBILE
========================================*/

@media(max-width:767px){

    .dpr-ingredients-section{
        padding:55px 15px;
    }

    .dpr-ingredients-intro h2{
        font-size:30px;
    }

    .dpr-ingredients-intro > p{
        font-size:13.5px;
    }

    .dpr-ingredients-card{
        padding:22px 18px;

        border-radius:18px;
    }

    .dpr-ingredients-card-head h3{
        font-size:19px;
    }

    .dpr-ingredients-grid{
        grid-template-columns:1fr;
    }

    .dpr-ingredient{
        min-height:46px;
    }

    .dpr-ingredient span{
        font-size:12px;
    }

    .dpr-ingredient strong{
        font-size:9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82e1354 *//*========================================
Delicious Pasta Recipes
Step-by-Step Cooking Instructions
========================================*/

.dpr-cooking-section{
    padding:50px 20px;

    background:#ffffff;
}

.dpr-cooking-container{
    max-width:1200px;

    margin:0 auto;
}


/*========================================
SECTION HEADING
========================================*/

.dpr-cooking-heading{
    max-width:700px;

    margin:0 auto 35px;

    text-align:center;
}

.dpr-cooking-heading span{
    display:inline-block;

    color:#C02334;

    font-size:10px;

    font-weight:700;

    letter-spacing:1.5px;

    margin-bottom:9px;
}

.dpr-cooking-heading h2{
    color:#012255;

    font-size:38px;

    line-height:1.2;

    margin:0 0 10px;

    font-weight:700;
}

.dpr-cooking-heading p{
    color:#707887;

    font-size:14px;

    line-height:1.7;

    margin:0;
}


/*========================================
COOKING GRID
========================================*/

.dpr-cooking-grid{
    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;
}


/*========================================
COOKING CARD
========================================*/

.dpr-cooking-card{
    position:relative;

    min-height:255px;

    padding:23px;

    background:#f8fafc;

    border:1px solid #e5eaf1;

    border-radius:18px;

    overflow:hidden;

    transition:.35s;
}


/* Decorative Circle */

.dpr-cooking-card::after{
    content:"";

    position:absolute;

    width:100px;
    height:100px;

    right:-50px;
    bottom:-50px;

    background:#fff0f2;

    border-radius:50%;

    transition:.4s;
}

.dpr-cooking-card:hover{
    background:#ffffff;

    border-color:#C02334;

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(1,34,85,.09);
}

.dpr-cooking-card:hover::after{
    transform:scale(1.5);
}


/*========================================
STEP NUMBER
========================================*/

.dpr-step-number{
    position:absolute;

    top:17px;
    right:18px;

    color:#e1e7ef;

    font-size:30px;

    line-height:1;

    font-weight:800;

    transition:.3s;
}

.dpr-cooking-card:hover .dpr-step-number{
    color:#f2c7cc;
}


/*========================================
STEP ICON
========================================*/

.dpr-step-icon{
    width:50px;
    height:50px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#ffffff;

    border-radius:14px;

    font-size:23px;

    margin-bottom:14px;

    box-shadow:0 6px 18px rgba(1,34,85,.06);

    transition:.35s;
}

.dpr-cooking-card:hover .dpr-step-icon{
    background:#fff0f2;

    transform:scale(1.07);
}


/*========================================
STEP LABEL
========================================*/

.dpr-step-label{
    display:block;

    color:#C02334 !important;

    font-size:9px !important;

    font-weight:700 !important;

    letter-spacing:1px;

    margin-bottom:7px;
}


/*========================================
TITLE
========================================*/

.dpr-cooking-card h3{
    position:relative;

    z-index:2;

    color:#012255;

    font-size:18px;

    line-height:1.3;

    margin:0 0 9px;

    font-weight:700;
}


/*========================================
DESCRIPTION
========================================*/

.dpr-cooking-card p{
    position:relative;

    z-index:2;

    color:#6c7482;

    font-size:12px;

    line-height:1.7;

    margin:0;
}

.dpr-cooking-card p strong{
    color:#012255;
}


/*========================================
TABLET
========================================*/

@media(max-width:991px){

    .dpr-cooking-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .dpr-cooking-heading h2{
        font-size:34px;
    }

}


/*========================================
MOBILE
========================================*/

@media(max-width:767px){

    .dpr-cooking-section{
        padding:55px 15px;
    }

    .dpr-cooking-heading{
        margin-bottom:28px;
    }

    .dpr-cooking-heading h2{
        font-size:29px;
    }

    .dpr-cooking-heading p{
        font-size:13px;
    }

    .dpr-cooking-grid{
        grid-template-columns:1fr;

        gap:14px;
    }

    .dpr-cooking-card{
        min-height:auto;

        padding:20px;
    }

    .dpr-cooking-card h3{
        font-size:17px;
    }

    .dpr-cooking-card p{
        font-size:12.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d50e35 *//*========================================
Delicious Pasta Recipes
Recipe Information + Chef's Tip
========================================*/

.dpr-recipe-info-section{
    padding:50px 20px;

    background:#f7f9fc;
}

.dpr-recipe-info-container{
    max-width:1200px;

    margin:0 auto;

    display:grid;

    grid-template-columns:55% 45%;

    gap:22px;

    align-items:start;
}


/*========================================
RECIPE INFORMATION CARD
========================================*/

.dpr-info-card{
    background:#ffffff;

    padding:30px;

    border-radius:20px;

    border:1px solid #e5eaf1;

    box-shadow:0 12px 35px rgba(1,34,85,.07);

    transition:.35s;
}

.dpr-info-card:hover{
    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(1,34,85,.10);
}


/* Header */

.dpr-info-header{
    padding-bottom:16px;

    margin-bottom:5px;

    border-bottom:1px solid #edf1f5;
}

.dpr-info-header span{
    display:block;

    color:#C02334;

    font-size:15px;

    font-weight:700;

    letter-spacing:1.4px;

    margin-bottom:5px;
}

.dpr-info-header h2{
    color:#012255;

    font-size:30px;

    line-height:1.2;

    margin:0;

    font-weight:700;
}


/*========================================
INFO GRID
========================================*/

.dpr-info-grid{
    display:grid;

    grid-template-columns:repeat(2,1fr);

    column-gap:28px;
}

.dpr-info-item{
    min-height:50px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:10px;

    padding:6px 0;

    border-bottom:1px dashed #dfe5ec;
}

.dpr-info-item span{
    color:#626b78;

    font-size:16px;

    line-height:1.4;
}

.dpr-info-item strong{
    flex-shrink:0;

    color:#012255;

    background:#f1f5fa;

    padding:6px 10px;

    border-radius:20px;

    font-size:13px;

    font-weight:700;

    white-space:nowrap;
}


/*========================================
CHEF CARD
========================================*/

.dpr-chef-card{
    background:#012255;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(1,34,85,.12);

    transition:.35s;
}

.dpr-chef-card:hover{
    transform:translateY(-4px);
}


/*========================================
CHEF HEADER
========================================*/

.dpr-chef-header{
    display:flex;

    align-items:center;

    gap:16px;

    padding:25px 28px;

    background:#012255;
}

.dpr-chef-icon{
    width:58px;
    height:58px;

    flex:0 0 58px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#ffffff;

    border-radius:50%;

    font-size:27px;
}

.dpr-chef-header span{
    display:block;

    color:#ffb4bc;

    font-size:10px;

    font-weight:700;

    letter-spacing:1.3px;

    margin-bottom:5px;
}

.dpr-chef-header h2{
    color:#ffffff;

    font-size:27px;

    line-height:1.2;

    margin:0;

    font-weight:700;
}


/*========================================
CHEF BODY
========================================*/

.dpr-chef-body{
    background:#ffffff;

    padding:25px 28px 28px;
}

.dpr-chef-body > p{
    color:#626b79;

    font-size:14px;

    line-height:1.8;

    margin:0 0 20px;
}

.dpr-chef-body > p strong{
    color:#012255;
}


/*========================================
PRO TIP
========================================*/

.dpr-pro-tip{
    display:flex;

    align-items:flex-start;

    gap:13px;

    padding:14px 15px;

    background:#f7f9fc;

    border:1px solid #e3e9f0;

    border-radius:13px;
}

.dpr-pro-icon{
    width:32px;
    height:32px;

    flex:0 0 32px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#C02334;

    color:#ffffff;

    border-radius:50%;

    font-size:14px;

    font-weight:700;
}

.dpr-pro-content{
    flex:1;
}

.dpr-pro-content span{
    display:block;

    color:#C02334;

    font-size:9px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:3px;
}

.dpr-pro-content strong{
    display:block;

    color:#012255;

    font-size:14px;

    line-height:1.3;

    margin-bottom:5px;
}

.dpr-pro-content p{
    color:#737c89;

    font-size:11px;

    line-height:1.55;

    margin:0;
}


/*========================================
TABLET
========================================*/

@media(max-width:991px){

    .dpr-recipe-info-container{
        grid-template-columns:1fr;

        gap:20px;
    }

}


/*========================================
MOBILE
========================================*/

@media(max-width:767px){

    .dpr-recipe-info-section{
        padding:55px 15px;
    }

    .dpr-info-card{
        padding:24px 20px;
    }

    .dpr-info-header h2{
        font-size:27px;
    }

    .dpr-info-grid{
        grid-template-columns:1fr;
    }

    .dpr-info-item{
        min-height:46px;
    }

    .dpr-chef-header{
        padding:22px 20px;

        gap:13px;
    }

    .dpr-chef-icon{
        width:52px;
        height:52px;

        flex-basis:52px;

        font-size:24px;
    }

    .dpr-chef-header h2{
        font-size:23px;
    }

    .dpr-chef-body{
        padding:22px 20px 24px;
    }

    .dpr-chef-body > p{
        font-size:13px;

        line-height:1.75;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-196e4ef *//*==============================
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-3c207b8 */.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 */