
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
    width: 100%;
}
body {
    font-family: "Roboto", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    background-color: #e6e7e8;
}
.white-text{
    color: #fff;
}
.blue-text{
    color: #4e3bab;
}
.orange-text{
    color: #f27c33;
}
.black-text{
    color: #000;
}
.owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.owl-nav button .fas{
    color: #f27c33;
    font-size: 30px;
}
.owl-nav button.owl-prev{
    left: -25px;
}
.owl-nav button.owl-next{
    right: -25px;
}
.custom-cta{
    background-color: #4e3bab;
    color: #fff;
    padding: 15px 30px;
    font-size: 25px;
    border: none;
    border-radius: 25px;
    font-weight: 800;

}
.custom-cta-orange{
    background-color: #f27c33;
    color: #fff;
    padding: 15px 30px;
    font-size: 25px;
    border: none;
    border-radius: 25px;
    font-weight: 800;
}
.form-submit{
    background-color: #4e3bab;
    color: #fff;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    font-weight: 800;
}
.heading{
    font-size: 40px;
    line-height: 35px;
    color: #f27c33;
    margin-bottom: 20px;
}
.heading-white{
    font-size: 40px;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 20px;
}
.banner{
    background-image: url('../images/banner-bg.png');
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
.banner .banner-img{
    border-radius: 25px;
}
.banner-info h2{
    font-size: 50px;
    color: #f27c33;
}
.banner-info h3{
    font-size: 35px;
    color: #4e3bab;
}
.banner-info h4{
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}
.banner-info p{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.banner-list .col{
    padding: 8px 0px;
}
.banner-list p{
    color: #fff;
    font-size: 35px;
    line-height: 50px;
}
.banner-list p i{
    margin-right: 15px;
    color: #fff;
}
.form-wrapper{
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.facilitator{
    padding: 50px 0px;
}
.facilitator-img img{
    border-radius: 25px;
}
.facilitator-info .name{
    font-size: 35px;
    color: #4e3bab;
}

.facilitator-info .designation{
    font-size: 23px;
    color: #4e3bab;
}
.what-to-learn{
    padding: 30px 0px;
}
.what-to-learn img{
    width: 150px !important;
    margin: 0 auto;
}
.what-you-get{
    background-color: #f27c33;
    padding: 30px 0px;
}
.what-you-get-list{
    margin: 0 auto;
}
.what-you-get-list ul {
    list-style: square;
    line-height: 45px;
    font-size: 25px;
}
.banner-ul, .books ul {
    list-style: square;
    line-height: 30px;
    font-size: 20px;
}
.what-you-get img{
    border-radius: 25px;
}
.who-can-register{
    padding: 50px 0px;
}
.who-can-register img{
    border-radius: 25px;
    width: 100%;
}
.who-can-register p{
    font-size: 20px;
    padding-top: 15px;
}
.testimonial-wrapper{
    background-color: #f27c33;
    padding: 50px 0px;
}
.testimonial .fas{
    font-size: 50px;
}
.testimonial h4{
    font-size: 30px;
    line-height: 38px;
}
.testimonial p{
    font-style: italic;
    font-size: 20px;
    color:#4e3bab;
}
.testimonial .owl-nav button .fas{
    color: #4e3bab;
}
.testimonial .owl-nav button.owl-prev{
    left: -40px;
}
.testimonial .owl-nav button.owl-next{
    right: -40px;
}
.you-make{
    padding: 50px 0px;
}
.you-make .heading{
    color: #4e3bab;
}
.you-make p{
    font-size: 25px;
    line-height: 30px;
    color: #4e3bab;
}
.other-programs{
    padding: 30px 0px;
}
.other-programs .other-programs-info{
    margin: 0 auto;
}
.other-programs .other-programs-info ul{
    list-style-type: none;
}
.other-programs .other-programs-info ul li{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}
.other-programs .other-programs-info ul li i{
    margin-right: 15px;
    color: #f27c33;
    margin-left: -40px;
}
.books{
    background-color: #f27c33;
    padding: 50px 0px;
}
.books h2{
    font-size: 40px;
}
.books p{
    font-size: 20px;
}
.books li{
    font-size: 20px;
    margin-bottom: 15px;
}
.footer{
    background-color: #4e3bab;
}
.footer a{
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .other-programs .other-programs-info ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
    .what-you-get-list ul li, 
ul.banner-info li {
    padding-bottom: 10px;
}
    .what-you-get-list ul {
    line-height: 26px;
    font-size: 20px;
}
    .heading {
    font-size: 35px;
    }
    .facilitator-info .name {
    font-size: 30px;
    }
    .testimonial h4 {
        font-size: 20px;
    line-height: 26px;
    }
    .facilitator-img img{
        margin-bottom: 20px;
    }
    .what-to-learn-info-col{
        padding: 0px 30px;
    }
    .banner-list{
        padding: 0px 10px;
    }
    .banner-list p{
        font-size: 25px;
        margin-bottom: 5px;
        line-height: 30px;
    }
}