.elementor-582 .elementor-element.elementor-element-d7a660c{--display:flex;}/* Start custom CSS */.master-hero{
    padding: 100px 20px;
    background:linear-gradient(135deg,#153c2c,#2d6950);
    color:#fff;
}

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

.master-hero-content{
    flex:1;
}

.master-badge{
    display:inline-block;
    background:#d3ae6a;
    color: #000;
    padding: 8px 18px;
    border-radius:30px;
    margin-bottom:20px;
    font-weight:600;
}

.master-hero h1{
    font-size:48px;
    line-height:1.2;
    margin-bottom:20px;
}

.master-hero p{
    font-size:18px;
    line-height:1.8;
    color:rgba(255,255,255,.9);
}

.master-meta{
    display:flex;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}

.master-meta-item{
    background:rgba(255,255,255,.08);
    padding:15px 20px;
    border-radius:12px;
}

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

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


.master-hero-image img{
    width:100%;
    border-radius:20px;
    display:block;
    animation: floating 4s ease-in-out infinite;
    
}

@keyframes floating{
    0% {
        transform: translateY(0px);
    }
    50% {
        transfrom:translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media(max-width:900px){
    .master-hero-container{
        flex-direction:columns;
    }
    
    .master-hero h1{
        font-size:34px;
    }
}

/*section 2*/

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

.master-info-card{
    flex:1 1 200px;
    max-width:220px;
    background:#ffffff;
    padding:30px 20px;
    border-radius:18px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition:all 0.3s ease;
    position:relative;
    overflow:hidden;
}

.master-info-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#caa96d ;
}

.master-info-card h3{
    font-size:14px;
    text-transfrom:uppercase;
    letter-spacing:1px;
    color:#777;
    margin-bottom:12px;
    font-weight=600;
}

.master-info-card p{
    font-size:20px;
    font-weight:700;
    color:#1f4d3a;
    margin:0;
    line-height:1.4;
}

@media(max-width:768px){
    .master-info{
        gap:15px;
    }
    
    .master-info-card{
        flex:1 1 calc(50% - 15px);
        max-width:none;
        padding:25px 15px;
    }
    
    .master-info-card p{
        font-size:18px;
    }
}

@media(max-width:480px){
    .master-info-card{
        flex:1 1 100%;
    }
}

/*section 3*/

.master-overview{
    padding:120px 20px;
    background: #ffffff;
}

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

.master-overview-image{
    flex:1;
}

.master-overview-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition:0.4s ease;
}

.master-overview-image img:hover{
    transform:scale(1.02);
}

.master-overview-content {
    flex:1;
}

.master-overview-content h2{
    font-size:38px;
    line-height:1.3;
    color:#1f4d3a;
    margin-bottom:25px;
}

.master-overview-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:20px;
}

.master-overview-highlights{
    background:#f7f4ee;
    border-left:4px solid #caa96d;
    padding:20px;
    border-radius:10px;
    margin-top:25px;
}

.master-overview-highlight p{
    margin:0;
    font-weight:500;
    color:#1f4d3a;
}

@media(max-width:900px){
    .master-overview{
        flex-direction:column;
        gap:40px;
    }
    .master-overview-content h2{
        font-size:30px;
    }
    .master-overview-content{
        text-align:left;
    }
}

@media(max-width:768px){
    
    .master-overview{
        padding:80px, 20px;
    }
    .master-overview-content h2{
        font-size:28px;
    }
    .master-overview-content p{
        font-size:16px;
    }
}

/*next*/

.master-training{
    padding:120px 20px;
    background:#f7f4ee;
}

.master-training-header{
    max-width:850px;
    margin:0 auto 60px;
    text-align: center;
}

.master-section-tag{
    display:inline-block;
    background:#caa96d;
    color:#000;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.master-training-header h2{
    font-size:40px;
    color:#1f4d3a;
    margin-bottom:20px;
    line-height:1.3;
}

.master-training-header p{
    font-size:17px;
    line-height:1.8;
    color:#555;
}

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

.master-training-card{
    flex:1 1 300px;
    max-width:360px;
    
    background:#fff;
    padding:30px;
    border-radius:18px;
    
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
    transition:0.3s ease;
    
    position:relative;
    overflow:hidden;
    
    display:flex;
    flex-direction:column;
}

.master-training-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.master-training-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%
    height:4px;
    background:#caa96d;
}

.master-trainig-card h3{
    color:#1f4d3a;
    margin-bottom:12px;
    font-size:20px;
}

.master-training-card p{
    color:#555;
    line-height:1.7;
    font-size:15px;
}

@media(max-width:768px){
    .master-training{
    padding:80px 20px;
    }

    .master-training-header h2{
    font-size:30px;
    }
    
    .master-training-card{
        flex:1 1 100%;
        max-width:100%;
    }
}

/*next*/

.master-phase{
    padding:120px 20px;
    background:#ffffff;
}

.master-phase-header {
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.master-phase-header h2{
    font-size:40px;
    color:#1f4d3a;
    margin-bottom:20px;
}

.master-phase-header p{
    color:#555;
    line-height:1.8;
    font-size:17px;
}

.master-phase-wrapper{
    max-width:1200px;
    margin:auto;
    
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    justify-content:center;
}

.master-phase-card{
    
    flex:1 1 340px;
    max-width:380px;
    
    background:#f7f4ee;
    border-radius:20px;
    padding:35px;
    
    transition:0.3s ease;
    position:relative;
    
    display:flex;
    flex-direction:column;
}

.master-phase-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.master-phase-number{
    
    diplay:inline-block;
    background:#caa96d;
    color:#000;
    
    padding:8px 18px;
    border-radius:30px;
    
    font-weight:600;
    font-size:14px;
    
    margin-bottom:20px;
}

.master-phase-card h3{
    color:#1f4d3a;
    font-size:24px;
    line-height:1.4;
    margin-bottom:20px;
}

.master-phase-card h3 span{
    display:block;
    margin-top:5px;
    font-size:15px;
    color:#777;
    font-weight:400;
}

.master-phase-card ul{
    padding-left:20px;
    margin-bottom:24px;
}

.master-phase-card li{
    margin-bottom:12px;
    color:#555;
    line-height:1.7;
}

.phase-summary{
    margin-top:auto;
    padding-top:20px;
    
    border-top:1px solid rgba(0,0,0,0.08);
    
    color:#1f4d3a;
    font-weight:600;
    line-height:1.7;
}

@media(max-width:768px){
    
    .master-phase{
        padding:80px 20px;
    }
    
    .master-phase-header h2{
        font-size:30px;
    }
    
    .master-phase-card{
        flex:1 1 100%;
        max-width:100%;
    }
}

/*next*/

.master-schedule{
    padding:120px 20px;
    background: #f7f4ee;
}

.master-schedule-header{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.master-schedule-header h2{
    font-size:40px;
    color:#1f4d3a;
    margin-bottom: 20px;
}

.master-schedule-header p{
    color:#555;
    line-height:1.8;
    font-size:17px;
}

.master-timeline{
    max-width:900px;
    margin:auto;
    position:relative;
    border-left:3px solid #1f4d3a;
    padding-left:35px;
}

.master-time-item{
    position:relative;
    margin-bottom:45px;
}

.master-time-item::before{
    content:"";
    position:absolute;
    
    left:-47px;
    top:8px;
    
    width:18px;
    height:18px;
    
    background:#1f4d3a;
    border-radius:30px;
    
    font-size:14px;
    font-weight:600;
    
    margin-bottom:12px;
}

.master-time-item h3{
    color:#1f4d3a;
    font-size:22px;
    margin-bottom:10px;
}

.master-time-item p{
    color:#555;
    line-height:1.8;
    font-size:15px;
}

.master-time-item{
    transition:0.3s ease;
}

.master-time-item:hover{
    transform;transalateX(8px);
}

@media(max-width:768px){
    
    .master-schedule{
        padding:80px 20px;
    }
    
    .master-schedule-header h2{
        font-size:30px;
    }
    
    .master-timeline{
        padding-left:25px;
    }
    
    .master-time-item::before{
        left:-37px;
    }
    
    .master-time-item h3{
        font-size:18px;
    }
}

/*next*/

.master-benefit{
    padding: 120px 20px;
    background:#ffffff;
    
}

.master-benefit-header{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.master-benefit-header h2{
    font-size:40px;
    color:#1f4d3a;
    margin-bottom:20px;
}

.master-benefit-header p{
    color:#555;
    font-size:17px;
    line-height:1.8;
}

.master-benefit-wrapper{
    max-width:1200px;
    margin:auto;
    
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px;
    
}

.master-benefit-card{
    
    flex:1 1 300px;
    max-width:350px;
    
    background: #f7f4ee;
    padding: 35px 30px;
    
    border-radius:20px;
    
    transition:0.3s ease;
    text-align:center;
    
    position: relative;
    overflow:hidden;
    
    
}

.master-benefit-card::before{
    content:"";
    position:absolute;
    
    top:0;
    left:0;
    
    width:100%;
    height:4px;
    
    background:#caa96d;
}

.master-benefit-card::hover{
    transform:transalateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.master-benefit-icon{
    font-size:42px;
    margin-bottom:20px;
}

.master-benefit-card h3{
    color:#1f4d3a;
    font-size:22px;
    margin-bottom:15px;
}

.master-benefit-card p{
    color:#555;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:768px){
    
    .master-benefits{
        padding:80px 20px;
    }
    
    .master-benefits-header h2{
        font-size:30px;
    }
    
    .master-benefit-card{
        flex:1 1 100%;
        max-width:100%;
    }
}

/*next*/

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.section-tag{
    display:inline-block;
    background:#e7f5ee;
    color:#1d7f55;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.food-section,
.accommodation-section{
    padding:100px 0;
}

.food-container,
.accommodation-container{
    display:flex;
    align-items:center;
    gap:70px;
}

.food-image,
.accommodation-image{
    flex:1;
}

.food-image img,
.accommodation-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,0.1);
    transition:0.4s;
}

.food-image img:hover,
.accommodation-image img:hover{
    transform:scale(1.03);
}

.food-content,
.accommodation-content{
    flex:1;
}

.food-content h2,
.accommodation-content h2{
    font-size:42px;
    margin-bottom:20px;
    color:#222;
}

.food-content p,
.accommodation-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.meal-list{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.meal-item{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.meal-item h4{
    margin-bottom:8px;
}

.accommodation-list{
    list-style:none;
    padding:0;
}

.accommodation-list li{
    margin-bottom:15px;
    padding-left:28px;
    position:relative;
    color:#444;
}

.accommodation-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#1d7f55;
    font-weight:bold;
}

.course-for,
.why-nepal{
    padding:100px 0;
    background:#fafafa;
}

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

.section-heading h2{
    font-size:42px;
    color:#222;
}

.course-grid,
.why-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.course-card,
.why-card{
    background:white;
    padding:35px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:0.4s;
}

.course-card:hover,
.why-card:hover{
    transform:translateY(-10px);
}

.course-card h3,
.why-card h3{
    color:#222;
    margin-bottom:15px;
}

.course-card p{
    color:#666;
    line-height:1.7;
}

.course-cta{
    padding:120px 20px;
    background:linear-gradient(
    135deg,
    #0f766e,
    #14b8a6
    );
    text-align:center;
    color:white;
}

.course-cta .section-tag{
    background:rgba(255,255,255,0.15);
    color:white;
}

.course-cta h2{
    font-size:50px;
    max-width:850px;
    margin:20px auto;
}

.course-cta p{
    max-width:700px;
    margin:auto;
    line-height:1.8;
    opacity:0.9;
}

.cta-btn{
    display:inline-block;
    margin-top:35px;
    background:white;
    color:#0f766e;
    padding:16px 38px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.cta-btn:hover{
    transform:translateY(-4px);
}

@media(max-width:768px){

    .food-container,
    .accommodation-container{
        flex-direction:column;
    }

    .food-content h2,
    .accommodation-content h2,
    .section-heading h2,
    .course-cta h2{
        font-size:32px;
    }

    .food-section,
    .accommodation-section,
    .course-for,
    .why-nepal{
        padding:70px 0;
    }
}/* End custom CSS */