.elementor-587 .elementor-element.elementor-element-59cab2a{--display:flex;}.elementor-587 .elementor-element.elementor-element-8e4f642{--display:flex;}.elementor-587 .elementor-element.elementor-element-585898d{--display:flex;}.elementor-587 .elementor-element.elementor-element-63a3181{--display:flex;}.elementor-587 .elementor-element.elementor-element-52d127f{--display:flex;}.elementor-587 .elementor-element.elementor-element-833e847{--display:flex;}.elementor-587 .elementor-element.elementor-element-92f9f6d{--display:flex;}.elementor-587 .elementor-element.elementor-element-98a13d2{--display:flex;}.elementor-587 .elementor-element.elementor-element-ddf0575{--display:flex;}.elementor-587 .elementor-element.elementor-element-45b8161{--display:flex;}/* Start custom CSS *//* ============================= */
/* 200 HOUR YTT HERO */
/* ============================= */

.ytt200-hero{
    position:relative;
    min-height:85vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;

    background:url("YOUR-HERO-IMAGE.jpg") center center/cover no-repeat;
}

.ytt200-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.ytt200-hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    padding:20px;
}

.ytt200-badge{
    display:inline-block;
    background:#c8a96a;
    color:#111;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.ytt200-hero h1{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    margin-bottom:20px;
}

.ytt200-hero p{
    color:#fff;
    font-size:18px;
    line-height:1.7;
}

.ytt200-btn{
    display:inline-block;
    margin-top:30px;
    padding:14px 32px;
    background:#c8a96a;
    color:#111;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

.ytt200-meta{
    padding:80px 20px;
    background:#f7f4ee;
}

.ytt200-meta-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.ytt200-meta-card{
    background:#fff;
    padding:25px;
    border-radius:18px;
    text-align:center;
    border:1px solid rgba(0,0,0,.06);
}

.ytt200-meta-card h3{
    color:#1f4d3a;
    font-size:14px;
}

.ytt200-meta-card p{
    margin-top:10px;
    font-weight:600;
}
.ytt200-overview{
    padding:120px 20px;
}

.ytt200-container{
    max-width:1200px;
    margin:auto;

    display:flex;
    gap:60px;
    align-items:center;
}

.ytt200-image{
    flex:1;
}

.ytt200-image img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:24px;
}

.ytt200-content{
    flex:1;
}

.ytt200-content h2{
    color:#1f4d3a;
    margin-bottom:25px;
    font-size:40px;
}

.ytt200-content p{
    line-height:1.8;
    margin-bottom:15px;
}

.ytt200-schedule-section{
    padding:100px 20px;
    background:#f7f4ee;
}

.ytt200-heading{
    text-align:center;
    margin-bottom:60px;
}

.ytt200-heading h2{
    color:#1f4d3a;
}

.ytt200-timeline{
    max-width:900px;
    margin:auto;
   justify-content: center;
    
  
}

.ytt200-time-item{
  display: flex;
  gap:25px;
  align-items:flex-start;
  width:700px;
  max-width:100%;
  
  background: #fff;
  padding: 20px;
  border-radius:15px;
  
 
  
  width:fit-content;
    margin-bottom:15px;
}

.ytt200-time-item span{
    min-width:90px;
    font-weight:700;
    color:#1f4d3a;
}

.ytt200-time-item p{
    margin:0;
}

.ytt200-included{
    padding:100px 20px;
}

.ytt200-grid{
    max-width:1100px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.ytt200-box{
    background:#fff;
    padding:25px;
    border-radius:18px;
    text-align:center;

    border:1px solid rgba(0,0,0,.08);

    transition:.3s;
}

.ytt200-box:hover{
    transform:translateY(-6px);
}

.ytt200-food{
    padding:120px 20px;
    background:#f7f4ee;
}

.ytt200-food-container{
    max-width:1200px;
    margin:auto;

    display:flex;
    gap:60px;
    align-items:center;
}

.ytt200-food-image,
.ytt200-food-content{
    flex:1;
}

.ytt200-food-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:24px;
}

.ytt200-food-content h2{
    color:#1f4d3a;
    margin-bottom:25px;
}

.ytt200-who{
    padding:100px 20px;
}

.ytt200-chips{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:15px;
}

.ytt200-chips span{
    background:#f7f4ee;
    padding:14px 22px;
    border-radius:40px;
}

.ytt200-cta{
    padding:120px 20px;
    background:#1f4d3a;
    text-align:center;
}

.ytt200-cta-content{
    max-width:800px;
    margin:auto;
}

.ytt200-cta h2{
    color:#fff;
    font-size:42px;
    margin-bottom:20px;
}

.ytt200-cta p{
    color:rgba(255,255,255,.85);
    margin-bottom:30px;
}

.ytt200-cta-btn{
    display:inline-block;
    padding:15px 35px;
    background:#c8a96a;
    color:#111;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

@media(max-width:900px){

    .ytt200-container,
    .ytt200-food-container{
        flex-direction:column;
    }

    .ytt200-meta-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .ytt200-grid{
        grid-template-columns:1fr;
    }

    .ytt200-hero h1{
        font-size:40px;
    }
}

@media(max-width:600px){

    .ytt200-meta-grid{
        grid-template-columns:1fr;
    }

    .ytt200-time-item{
        flex-direction:column;
        gap:10px;
    }

    .ytt200-cta h2{
        font-size:32px;
    }
}

.food-slider {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.food-slides {
    display: flex;
    width: 400%;
    animation: foodSlide 16s infinite;
}

.food-slides img {
    width: 25%;
    height: 500px;
    object-fit: cover;
    flex-shrink: 0;
}

@keyframes foodSlide {

    0%,20% {
        transform: translateX(0);
    }

    25%,45% {
        transform: translateX(-25%);
    }

    50%,70% {
        transform: translateX(-50%);
    }

    75%,95% {
        transform: translateX(-75%);
    }

    100% {
        transform: translateX(0);
    }
}

/* ============================= */
/* CURRICULUM SECTION */
/* ============================= */

.ytt200-curriculum {
    padding: 120px 20px;
    background: #f7f4ee;
}

.ytt200-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.ytt200-heading h2 {
    font-size: 42px;
    color: #1f4d3a;
    margin-bottom: 15px;
}

.ytt200-heading p {
    color: #666;
    line-height: 1.8;
}

/* GRID */

.ytt200-curriculum-grid {
    max-width: 1300px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */

.ytt200-curriculum-card {
    background: #fff;

    padding: 35px;
    border-radius: 24px;

    border: 1px solid rgba(0,0,0,.06);

    transition: .3s ease;

    position: relative;
}

.ytt200-curriculum-card:hover {
    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

/* NUMBER */

.curriculum-number {
    width: 55px;
    height: 55px;

    background: #1f4d3a;
    color: white;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;

    margin-bottom: 20px;
}

/* TITLES */

.ytt200-curriculum-card h3 {
    color: #1f4d3a;
    margin-bottom: 8px;
}

.ytt200-curriculum-card h4 {
    color: #c8a96a;
    font-size: 15px;
    margin-bottom: 20px;
}

/* LIST */

.ytt200-curriculum-card ul {
    padding-left: 18px;
}

.ytt200-curriculum-card li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* RESPONSIVE */

@media(max-width: 992px){

    .ytt200-curriculum-grid{
        grid-template-columns: repeat(2,1fr);
    }

}

@media(max-width: 768px){

    .ytt200-curriculum-grid{
        grid-template-columns: 1fr;
    }

    .ytt200-heading h2{
        font-size: 32px;
    }

}/* End custom CSS */