a:hover{
    text-decoration: none;
}
img{
    width: 100%;
}


/* Hero Section */
.hero{
    padding: 15px 10px 0px 10px;
    background-color: #c5f9ea;
}
.hero_content h2{
    font-family: Rajdhani, sans-serif;
    color: #130f40;
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
}
.hero_content p{
    font-family: Roboto, sans-serif;
    color: #130f40;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.hero_content a{
    font-family: Roboto, sans-serif;
    color: #130f40;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #130f40;
    border-radius: 30px;
}
.hero_content a:hover{
    background-color: #ffba00;
}

/* Featured Section */
.featured_content_box span i{
    color: #ff8d4f;
    font-size: 40px;
}
.featured_text_content h4{
    color: #130f40;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: Rajdhani, sans-serif;
}
.featured_text_content p{
    color: #696969;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

/* Popular Courses */
.section_title{
    color: #101115;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
}
.popular_course_box{
    border-radius: 10px;
}
.popular_course_box a img{
    border-radius: 10px 10px 0px 0px;
}
.popular_course_text_box .course_title{
    color: #130f40;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: Rajdhani, sans-serif;
}
.popular_course_text_box .course_details{
    color: #57586e;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}
.popular_course_footer p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: Roboto, sans-serif;
    margin-bottom: 0px;
}
.popular_course_footer .new_price{
    font-weight: 700;
}
.popular_course_footer .old_price{
    font-weight: 400;
    text-decoration: line-through;
}
.popular_course_footer a{
    color: #130f42;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-family: Rajdhani, sans-serif;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: #ff8f4f;
}
.popular_course_footer a:hover{
    background-color: #ff904fcc;
}

.view_more_course_btn a{
    color: #130f42;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-family: Rajdhani, sans-serif;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 30px;
    background-color: #ff8f4f;
}
.view_more_course_btn a:hover{
    background-color: #ff904fcc;
}

/* About Section CSS */
.about_content h4{
    color: #f16126;
    font-family: Rubik, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.about_content p{
    color: #555555;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.about_content_box span i{
    font-size: 35px;
    color: #101115;
}
.about_text_content h4{
    color: #101115;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    font-family: Rajdhani, sans-serif;
}
.about_text_content p{
    color: #212529;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

/* FAQ Section */
.faq_section{
    background-image: url(http://trainingstation.org.uk/wp-content/uploads/2025/07/Training-Station-FAQ-BG-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 100;
    position: relative;
}
.faq_section::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .7;
    z-index: -100;
}
.faq_content h4{
    font-family: Rajdhani, sans-serif;
    font-size: 33px;
    line-height: 43px;
    color: #fff;
    font-weight: 700;
}
.faq_box{
    background-color: transparent !important;
    border: none !important;
}
.faq_title{
    border: none !important;
    outline: none !important;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    font-family: Rajdhani, sans-serif;
}
.faq_title:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
    color: #c5f9ea;
}
.faq_title:hover{
    border: none !important;
    outline: none !important;
    box-shadow: none;
    text-decoration: none;
    color: #c5f9ea;
}
.card-header{
    background-color: transparent;
    border: none;
    padding: 10px 0px;
}
.faq_answers{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    font-family: Roboto, sans-serif;
}

/* Trust Section */
.trust_section{
    background-color: #ffefe6;
}
.trust_section h2{
    color: #57586e;
    font-family: Roboto, sans-serif;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}
.trust_img img{
    width: 60%;
}

/* Accredited certificate Section */
.accredited_cert_area{
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
.accredited_cert_content img{
    width: 40%;
}
.accredited_cert_content h4{
    font-family: Rajdhani, sans-serif;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #101115;
}
.accredited_cert_content p{
    font-family: Robot, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #101115;
}
.certificate_claim_btn a{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 12px 20px;
}
.certificate_claim_btn a:hover{
    background-color: #c5f9ea;
    transform: scale(1.1);
    transition-duration: 1000ms;
}

/* Why Choose Us Section */
.w_c_u_content h6{
    color: #f16126;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
.w_c_u_content h2{
    color: #101115;
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    font-family: Rajdhani, sans-serif;
}
.w_c_u_title{
    color: #101115;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: Rajdhani, sans-serif;
}
.w_c_u_title:hover{
    color: #f16126;
}
.w_c_u_title:focus{
    color: #f16126;
}
.w_c_u_answer{
    color: #101115;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/* Testimonial Section */
.testimonia_area h2{
    text-align: center;
    color: #101115;
    font-family: Rajdhani, sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
}
.testimonial_name{
    color: #f16126;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: Rajdhani, sans-serif;
    margin-bottom: 0px;
}
.testimonial_position{
    color: #101115;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}
.testimonial_box p{
    color: #101115;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}