.elementor-574 .elementor-element.elementor-element-88273bb{--display:flex;}.elementor-574 .elementor-element.elementor-element-e88e288{--display:flex;}.elementor-574 .elementor-element.elementor-element-dbe4baf{--display:flex;}/* Start custom CSS */.sb-hero{
    padding:50px 20px;
    background:linear-gradient(135deg,#1f4d3a,#2f6b4f);
    color:white;
}

.sb-hero-content{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
    
}

.sb-hero-text{
    flex:1;
}

.sb-tag{
    display:inline-block;
    background:#caa96d;
    color:#000;
    padding: 8px 18px;
    border-radius:30px;
    margin-bottom:20px;
}

.sb-hero p{
    font-size:18px;
    line-heigth:1.8;
}

.sb-btn{
    display:inline-block;
    margin-top:30px;
    padding:14px 32px;
    background:#caa96d;
    color:#000;
    border-radius:50px;
    text-decoration:none;
}

.sb-hero-image{
    flex:1;
}

.sb-hero-image img{
    width:100%;
    border-radius:20px;
}

/* IMAGE FLOAT EFFECT */
.sb-hero-image img{
    width:100%;
    max-width:420px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,0.25);

    animation:floatUpDown 4s ease-in-out infinite;
    transition:0.3s ease;
}

/* FLOATING ANIMATION */
@keyframes floatUpDown{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-18px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* optional hover enhancement */
.sb-hero-image img:hover{
    transform:scale(1.03);
}

/* mobile fix */
@media(max-width:768px){
    .sb-hero-image img{
        max-width:90%;
    }
}

@media(max-width:900px){
    
    .sb-hero-content{
        flex-direction:column;
    }
    
    .sb-hero h1{
        font-size:34px;
    }
}

.sb-icon{
    display:flex;
    gap:10px;
   
    
}

.sb-icon-card{
    display: flex;
    gap:5px;
    
}

.sb-svg{
    width:60px;
    height:60px;
}

/*/section   2*/

.sb-info{
    padding:80px 20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    background:#f7f4ee;
}

.sb-info-card{
    min-width:220px;
    background:white;
    padding:30px;
    border-radius:16px;
    text-align:center;
    transition:.3s;
}

.sb-info-card:hover{
    transform:translateY(-8px);
}

/*section 3*/
.sb-video{
    padding:120px 20px;
    text-align:center;
}

.sb-video h2{
    margin-bottom:40px;
    color:#1f4d3a;
}

.sb-video-wrapper{
    width:80%;
    max-width:1000px;
    margin: auto;
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    border-radius:20px;
}

.sb-video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%
    height:100%;
}

/*section 4*/

.sb-overview{
    padding:120px 20px;
    display:flex;
    gap:60px;
    max-width:1200px;
    margin:auto;
    align-items:center;
}

.sb-overview-image,
.sb-overview-content{
    flex:1;
}

.sb-overview-image img{
    width:100%;
    border-radius:20px;
}

@media(max-width:900px){
    .sb-overview{
        flex-direction:column;
    }
}

/*section 5*/

.sb-learn{
    padding:120px 20px;
    background:#f7f4ee;
}

.sb-learn h2{
    text-align:center;
    margin-bottom:50px;
}

.sb-learn-grid{
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.sb-card{
    flex:1 1 280px;
    background:white;
    padding:25px;
    border-radius:15px;
    transition:.3s;
}

.sb-card:hover{
    background:#eaf4ee;
    transform:translateY(-5px);
}

/*section 6*/


.sb-benefits{
    padding:120px 20px;
    background:#f7f4ee;
    text-align:center;
}

/* heading */
.sb-benefits h2{
    font-size:36px;
    color:#1f4d3a;
    margin-bottom:10px;
}

/* subtitle */
.sb-subtitle{
    max-width:700px;
    margin:0 auto 50px auto;
    font-size:16px;
    color:#555;
    line-height:1.6;
}

/* grid container */
.sb-benefits-grid{
    max-width:1100px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    justify-content:center;
}

/* card */
.sb-benefit-card{
    flex:1 1 250px;
    background:#fff;
    padding:25px;
    border-radius:16px;
    font-size:16px;
    color:#1f4d3a;
    font-weight:500;
    position:relative;
    overflow:hidden;
    transition:0.3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

/* hover effect */
.sb-benefit-card:hover{
    transform:translateY(-8px);
    background:#eaf4ee;
    box-shadow:0 12px 25px rgba(0,0,0,0.1);
}

/* decorative glow */
.sb-benefit-card::before{
    content:"";
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    background:radial-gradient(circle, rgba(31,77,58,0.08), transparent);
    transform:rotate(25deg);
}

/*section 7*/

.sb-schedule{
    padding:120px 20px;
    background:#ffffff;
    text-align:center;
}

/* heading */
.sb-schedule h2{
    font-size:36px;
    color:#1f4d3a;
    margin-bottom:10px;
}

/* subtitle */
.sb-schedule .sb-subtitle{
    max-width:700px;
    margin:0 auto 60px auto;
    font-size:16px;
    color:#555;
    line-height:1.6;
}

/* timeline container */
.sb-timeline{
    max-width:900px;
    margin:auto;
    position:relative;
    padding-left:30px;
    border-left:3px solid #1f4d3a;
}

/* each item */
.sb-time-item{
    position:relative;
    margin-bottom:35px;
    text-align:left;
    padding-left:25px;
}

/* dot */
.sb-time-item::before{
    content:"";
    position:absolute;
    left:-10px;
    top:6px;
    width:18px;
    height:18px;
    background:#1f4d3a;
    border-radius:50%;
    border:3px solid #fff;
    box-shadow:0 0 0 2px #1f4d3a;
}

/* time label */
.sb-time{
    display:inline-block;
    font-weight:bold;
    color:#1f4d3a;
    margin-bottom:5px;
}

/* text */
.sb-time-item p{
    margin:0;
    color:#444;
    line-height:1.6;
}

/* hover effect */
.sb-time-item:hover{
    transform:translateX(8px);
    transition:0.3s ease;
}

/* mobile */
@media(max-width:768px){

    .sb-timeline{
        padding-left:20px;
    }

    .sb-time-item{
        padding-left:20px;
    }

}

/*section 8*/

.sb-training{
    padding:120px 20px;
    background:#f7f4ee;
    text-align:center;
}

/* heading */
.sb-training h2{
    font-size:36px;
    color:#1f4d3a;
    margin-bottom:10px;
}

/* subtitle */
.sb-subtitle{
    max-width:750px;
    margin:0 auto 60px auto;
    font-size:16px;
    color:#555;
    line-height:1.6;
}

/* grid */
.sb-training-grid{
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    justify-content:center;
}

/* card */
.sb-day-card{
    flex:1 1 250px;
    background:#fff;
    padding:25px;
    border-radius:18px;
    text-align:left;
    transition:0.3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,0.05);
    position:relative;
    overflow:hidden;
}

/* hover effect */
.sb-day-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    background:#eaf4ee;
}

/* heading inside card */
.sb-day-card h3{
    color:#1f4d3a;
    margin-bottom:15px;
    font-size:20px;
}

/* list */
.sb-day-card ul{
    padding-left:18px;
    margin:0;
}

.sb-day-card li{
    margin-bottom:10px;
    color:#444;
    line-height:1.6;
    font-size:15px;
}

/* decorative glow */
.sb-day-card::before{
    content:"";
    position:absolute;
    top:-40%;
    right:-40%;
    width:200%;
    height:200%;
    background:radial-gradient(circle, rgba(31,77,58,0.08), transparent);
    transform:rotate(25deg);
}

/* mobile */
@media(max-width:768px){
    .sb-day-card{
        flex:1 1 100%;
    }
}

/*section 9*/

.sb-food{
    padding:120px 20px;
    background:#ffffff;
    text-align:center;
}

/* heading */
.sb-food h2{
    font-size:36px;
    color:#1f4d3a;
    margin-bottom:10px;
}

/* subtitle */
.sb-subtitle{
    max-width:750px;
    margin:0 auto 60px auto;
    font-size:16px;
    color:#555;
    line-height:1.6;
}

/* container */
.sb-food-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    gap:50px;
    align-items:center;
    flex-wrap:wrap;
}

/* IMAGE SIDE */
.sb-food-images{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}

/* image box */
.sb-food-img{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.sb-food-img img{
    width:100%;
    display:block;
    transition:0.4s ease;
}

/* hover zoom */
.sb-food-img img:hover{
    transform:scale(1.05);
}

/* CONTENT SIDE */
.sb-food-content{
    flex:1;
    text-align:left;
}

.sb-food-content h3{
    color:#1f4d3a;
    margin-bottom:10px;
    margin-top:20px;
}

.sb-food-content ul{
    padding-left:18px;
    margin-bottom:20px;
}

.sb-food-content li{
    margin-bottom:10px;
    color:#444;
    line-height:1.6;
}

/* MOBILE */
@media(max-width:768px){
    .sb-food-container{
        flex-direction:column;
    }

    .sb-food-content{
        text-align:left;
    }
}

/*section 10*/

.sb-who{
    padding:120px 20px;
    background:#f7f4ee;
    text-align:center;
}

/* heading */
.sb-who h2{
    font-size:36px;
    color:#1f4d3a;
    margin-bottom:10px;
}

/* subtitle */
.sb-subtitle{
    max-width:750px;
    margin:0 auto 50px auto;
    font-size:16px;
    color:#555;
    line-height:1.6;
}

/* chip container */
.sb-chip-container{
    max-width:900px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

/* chip style */
.sb-chip{
    background:#fff;
    border:1px solid rgba(31,77,58,0.2);
    color:#1f4d3a;
    padding:12px 18px;
    border-radius:30px;
    font-size:14px;
    transition:0.3s ease;
    cursor:default;
}

/* hover effect */
.sb-chip:hover{
    background:#1f4d3a;
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,0.1);
}

/*section 11*/

.sb-why{
    padding:120px 20px;
    background:#ffffff;
    text-align:center;
}

/* heading */
.sb-why h2{
    font-size:36px;
    color:#1f4d3a;
    margin-bottom:10px;
}

/* subtitle */
.sb-subtitle{
    max-width:750px;
    margin:0 auto 60px auto;
    font-size:16px;
    color:#555;
    line-height:1.6;
}

/* grid */
.sb-why-grid{
    max-width:1200px;
    margin:auto;
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    justify-content:center;
}

/* card */
.sb-why-card{
    flex:1 1 280px;
    background:#f7f4ee;
    padding:30px;
    border-radius:18px;
    transition:0.3s ease;
    text-align:left;
    position:relative;
    overflow:hidden;
}

/* hover */
.sb-why-card:hover{
    transform:translateY(-10px);
    background:#eaf4ee;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
}

/* icon */
.sb-icon{
    font-size:32px;
    margin-bottom:15px;
}

/* title */
.sb-why-card h3{
    color:#1f4d3a;
    margin-bottom:10px;
}

/* text */
.sb-why-card p{
    color:#555;
    line-height:1.6;
    font-size:15px;
}

/* subtle glow */
.sb-why-card::before{
    content:"";
    position:absolute;
    top:-50%;
    right:-50%;
    width:200%;
    height:200%;
    background:radial-gradient(circle, rgba(31,77,58,0.06), transparent);
    transform:rotate(25deg);
}

/* mobile */
@media(max-width:768px){
    .sb-why-card{
        flex:1 1 100%;
    }
}

/*section 12*/

.sb-cta{
    position:relative;
    padding:140px 20px;
    background:linear-gradient(135deg,#1f4d3a,#2f6b4f);
    color:#fff;
    text-align:center;
    overflow:hidden;
}

/* soft glowing overlay */
.sb-cta-overlay{
    position:absolute;
    inset:0;
    background:radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 60%);
}

/* content */
.sb-cta-container{
    position:relative;
    max-width:900px;
    margin:auto;
}

/* heading */
.sb-cta h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:20px;
}

/* text */
.sb-cta p{
    font-size:18px;
    line-height:1.7;
    color:rgba(255,255,255,0.85);
    margin-bottom:40px;
}

/* button container */
.sb-cta-buttons{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

/* primary button */
.sb-btn-primary{
    background:#caa96d;
    color:#000;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    transition:0.3s ease;
}

/* secondary button */
.sb-btn-secondary{
    border:2px solid #fff;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    transition:0.3s ease;
}

/* hover effects */
.sb-btn-primary:hover{
    transform:translateY(-5px);
    background:#e3c27a;
}

.sb-btn-secondary:hover{
    background:#fff;
    color:#1f4d3a;
}

/* mobile */
@media(max-width:768px){
    .sb-cta h2{
        font-size:30px;
    }

    .sb-cta p{
        font-size:16px;
    }
}/* End custom CSS */