img{
    width: 100%;
}
a{
    text-decoration: none;
}
body{
    font-family: Montserrat, sans-serif;
}
.section_top_bottom_padding{
    padding-top: 100px;
    padding-bottom: 100px;
}

.site_btn{
    padding: 12px 24px;
    background-color: #7c3aed;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
}
.site_btn:hover{
    background-color: #1e1b4b;
}

.collumn_gap{
    --bs-gutter-x: 5rem;
}

.transparent_btn{
    background-color: transparent;
    border: 1px solid #1e1b4b;
    color: #1e1b4b;
    display: inline-block;
}
.transparent_btn:hover{
    color: #fff;
}
.section_label{
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #7c3aed;
    border: 1px solid #7c3aed;
    border-radius: 10px;
    padding: 5px 8px;
}
.section_heading{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
    margin: 24px 0px;
}
.section_text{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e1b4b;
    margin-bottom: 24px;
}

/* Page Banner CSS */
.page_banner{
    background-color: #eaddff;
}
.page_banner_content h1{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
}
.breadcrumb_area{
    color: #7c3aed;
}
.breadcrumb_area a{
    color: #7c3aed;
}
/* Single Course CSS */
.course_btn {
    width: 100%;
    text-align: center;
}
.single_course_details{
    padding: 30px;
    border-radius: 15px;
    background-color: #f7f1ff;
}
.single_course_details h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    color: #0b0a28;
}
.single_course_details h3{
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #0b0a28;
}
.single_course_details ul li::marker{
    color: #7c3aed;
}
.course_tag_area{
    margin: 20px 0px;
}
.course_tag_area span i{
    color: #7c3aed;
}
.single_course_short_info{
    padding: 30px;
    border-radius: 15px;
    background-color: #f7f1ff;
}
.single_course_short_info img{
    border-radius: 15px;
}
.single_course_excerpt{
    margin: 20px 0px;
}
.single_course_excerpt p span{
    font-size: 14px;
    color: #0b0a28;
}
.single_course_excerpt p span i{
    color: #7c3aed;
    font-size: 30px;
}

/* CTA CSS */
.cta_section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta_container{
    padding: 30px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #eaddff;
}

/* Testimonial CSS */
.testimonial_area{
    margin-top: 30px;
}
.testimonial_box{
    padding: 30px;
    padding-top: 0px;
    border-radius: 15px;
    background-color: #f7f1ff;
    position: relative;
}
.testimonial_quote_icon{
    background-color: #7c3aed;
    padding: 15px 15px 15px 25px;
    font-size: 35px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 15px 0px 100px;
}
.testimonial_text_box{
    padding-top: 30px;
}
.testimonial_text_box img{
    height: 70px;
    width: 70px;
    border-radius: 100%;
    margin-bottom: 20px;
}
.client_name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}
.testimonial_text_box p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}



/* Mobile (Small Screens) */
@media (min-width: 320px) and (max-width: 480px) {
.section_top_bottom_padding{
  padding: 50px 20px;
}
.mobile_center{
  display: flex;
  justify-content: center;
}
.section_heading {
  font-size: 32px;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section_text{
  font-size: 15px;
  margin-bottom: 10px;
}
/* Page Banner CSS */
.page_banner_content h1{
  font-size: 36px;
  line-height: 46px;
}
.single_course_details h2{
  font-size: 28px;
  line-height: 38px;
}
.single_course_short_info{
  margin-top: 20px;
}
/* Testimonial CSS */
.testimonial_box {
  margin-bottom: 20px;
}

/* CTA CSS */
.cta_text_area .section_top_area{
  text-align: center;
}
.cta_text_area .section_top_area .site_btn{
  width: 100%;
}
}


/* Mobile (Medium Screens) */
@media (min-width: 481px) and (max-width: 767px) {
.section_top_bottom_padding{
  padding: 50px 20px;
}
.mobile_center{
  display: flex;
  justify-content: center;
}
.section_heading {
  font-size: 32px;
  line-height: 42px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.section_text{
  font-size: 15px;
  margin-bottom: 10px;
}

/* Page Banner CSS */
.page_banner_content h1{
  font-size: 36px;
  line-height: 46px;
}
.single_course_details h2{
  font-size: 28px;
  line-height: 38px;
}
.single_course_short_info{
  margin-top: 20px;
}
/* Testimonial CSS */
.testimonial_box {
  margin-bottom: 20px;
}

/* CTA CSS */
.cta_text_area .section_top_area{
  text-align: center;
}
.cta_text_area .section_top_area .site_btn{
  width: 100%;
}
}


/* Tablets (Small) */
@media (min-width: 768px) and (max-width: 1024px) {
.section_top_bottom_padding{
  padding: 50px 20px;
}
.reverse_column{
  flex-direction: column-reverse;
}

.section_heading{
  font-size: 38px;
  line-height: 48px;
}
.course_content_area{
  margin-bottom: 30px;
}
.single_course_details h2{
  font-size: 32px;
  line-height: 38px;
}
.single_course_short_info{
  margin-top: 20px;
}

/* Testimonial CSS */
.testimonial_box{
  margin-bottom: 20px;
}

/* CTA CSS */
.cta_container .reverse_column{
  flex-direction: row;
  align-items: end !important;
}
.cta_img_area{
  text-align: left;
}
.cta_img_area img{
  width: 320px;
  height: 300px;
  align-self: start;
}
.cta_text_area{
  padding-bottom: 30px;
}

}


/* Laptops & Small Desktops */
@media (min-width: 1025px) and (max-width: 1200px) {

}


/* Large Screens (Desktops) */
@media (min-width: 1201px){

}

