.elementor-594 .elementor-element.elementor-element-3494230{--display:flex;}.elementor-594 .elementor-element.elementor-element-b795e95{--display:flex;}.elementor-594 .elementor-element.elementor-element-4a0e2e5{--display:flex;}.elementor-594 .elementor-element.elementor-element-819ad3b{--display:flex;}.elementor-594 .elementor-element.elementor-element-e12b40b{--display:flex;}.elementor-594 .elementor-element.elementor-element-367d131{--display:flex;}.elementor-594 .elementor-element.elementor-element-5ce95a2{--display:flex;}.elementor-594 .elementor-element.elementor-element-59b0503{--display:flex;}.elementor-594 .elementor-element.elementor-element-c0d4b64{--display:flex;}.elementor-594 .elementor-element.elementor-element-3fd55c7{--display:flex;}/* Start custom CSS */.ytt500-hero{
    position:relative;
    min-height:90vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;

    background:url('YOUR-HERO-IMAGE.jpg') center/cover no-repeat;
}

.ytt500-hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.6);
}

.ytt500-hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    padding:20px;
    color:#fff;
}

.ytt500-badge{
    background:#c8a96a;
    color:#111;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.ytt500-hero h1{
    font-size:52px;
    margin:20px 0;
}

.ytt500-hero p{
    font-size:18px;
    opacity:0.9;
    line-height:1.8;
}

.ytt500-hero-meta{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:20px 0;
    flex-wrap:wrap;
}

.ytt500-btn{
    display:inline-block;
    padding:14px 32px;
    background:#c8a96a;
    color:#111;
    border-radius:50px;
    text-decoration:none;
}

.ytt500-info{
    padding:100px 20px;
    background:#f7f4ee;
}

.ytt500-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.ytt500-card{
    background:#fff;
    padding:25px;
    text-align:center;
    border-radius:16px;
}

.ytt500-overview{
    padding:120px 20px;
}

.ytt500-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    gap:50px;
    align-items:center;
}

.ytt500-text,
.ytt500-image{
    flex:1;
}

.ytt500-image img{
    width:100%;
    border-radius:20px;
    height:500px;
    object-fit:cover;
}

.ytt500-why{
    padding:120px 20px;
    background:#fff;
    text-align:center;
}

.ytt500-why-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
}

.ytt500-why-card{
    background:#f7f4ee;
    padding:30px;
    border-radius:18px;
    transition:.3s;
}

.ytt500-why-card:hover{
    transform:translateY(-8px);
}

.ytt500-curriculum{
    padding:120px 20px;
    background:#f7f4ee;
    text-align:center;
}

.ytt500-curr-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:50px;
}

.ytt500-curr-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
}

.ytt500-schedule{
    padding:120px 20px;
    background:#fff;
    text-align:center;
}

.ytt500-timeline{
    max-width:900px;
    margin:auto;
    margin-top:50px;
    position:relative;
    width:400px;
}

.ytt500-time-item{
    display:flex;
    justify-content:space-between;
    padding:18px 25px;
    border-left:3px solid #1f4d3a;
    margin-bottom:15px;
    background:#f7f4ee;
    border-radius:12px;
}

.ytt500-time-item span{
    font-weight:600;
    color:#1f4d3a;
}

.ytt500-included{
    padding:120px 20px;
    background:#f7f4ee;
    text-align:center;
}

.ytt500-included-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:50px;
}

.ytt500-included-grid div{
    background:#fff;
    padding:25px;
    border-radius:16px;
    transition:.3s;
}

.ytt500-included-grid div:hover{
    transform:translateY(-8px);
}

.ytt500-food{
    padding:120px 20px;
}

.ytt500-food-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    gap:50px;
    align-items:center;
}

.ytt500-food-images{
    flex:1;
    display:grid;
    gap:15px;
}

.ytt500-food-images img{
    width:100%;
    border-radius:16px;
    height:220px;
    object-fit:cover;
}

.ytt500-food-content{
    flex:1;
}

.ytt500-who{
    padding:120px 20px;
    background:#fff;
    text-align:center;
}

.ytt500-who-grid{
    max-width:1000px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:40px;
}

.ytt500-who-grid div{
    background:#f7f4ee;
    padding:25px;
    border-radius:16px;
}

.ytt500-cta{
    padding:120px 20px;
    background:#1f4d3a;
    text-align:center;
    color:#fff;
}

.ytt500-cta-box{
    max-width:800px;
    margin:auto;
}

.ytt500-cta h2{
    font-size:42px;
    margin-bottom:20px;
}

.ytt500-cta p{
    opacity:0.9;
    margin-bottom:30px;
}

.ytt500-btn{
    background:#c8a96a;
    padding:14px 35px;
    border-radius:50px;
    color:#111;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:900px){

    .ytt500-food-container{
        flex-direction:column;
    }

    .ytt500-included-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ytt500-why-grid,
    .ytt500-curr-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:600px){

    .ytt500-included-grid{
        grid-template-columns:1fr;
    }

    .ytt500-cta h2{
        font-size:28px;
    }

    .ytt500-timeline .ytt500-time-item{
        flex-direction:column;
        gap:5px;
    }
}/* End custom CSS */