img{
    width: 100%;
}
a{
    text-decoration: none;
}
body{
    font-family: Montserrat, sans-serif;
}
.section_top_bottom_padding{
    padding-top: 100px;
    padding-bottom: 100px;
}
/* Hero CSS */
.hero_section{
    background-color: #eaddff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.hero_text_area h2{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
    margin-bottom: 30px;
}
.hero_text_area p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e1b4b;
    margin-bottom: 30px;
}
.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;
}
.hero_img_area {
    position: relative;
}
.hero_box{
    background-color: #f7f1ff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 15%;
}
.counter_box_content h3{
    font-size: 56px;
    line-height: 67px;
    font-weight: 700;
    color: #1e1b4b;
}
.counter_box_content p{
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #7c3aed;
    text-transform: uppercase;
}

/* Counter CSS */
.counter_area{
    background-color: #f7f1ff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-top: -100px;
}

/* About CSS */
.collumn_gap{
    --bs-gutter-x: 5rem;
}
.about_image_area img{
    width: 50%;
}
.about_image_area img{
    border-radius: 10px;
}
.about_img_1{
    margin-top: 30px;
    margin-right: 20px;
}
.about_img_2{
    margin-bottom: 30px;
}

.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;
}
.about_list_area ul{
    list-style: none;
    padding-left: 0px;
}
.about_list_area ul li{
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #1e1b4b;
}
.about_list_area ul li i{
    font-size: 16px;
    color: #7c3aed;
    margin-right: 10px;
}

/* Brand CSS */
.brand_section{
    background-color: #f7f1ff;
}
.brand_logo_area{
    margin-top: 46px;
}
.brand_img img{
    width: 208px;
    height: 41px;
}

/* Course CSS */
.course_content_area{
    background-color: #f7f1ff;
    padding: 30px;
    border-radius: 15px;
}
.course_content_area img{
    border-radius: 15px;
    width: 100%;
    height: 200px;
}
.course_content_area h2{
    color: #1e1b4b;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin: 20px 0px;
}
.course_tag_area{
    margin-bottom: 20px;
}
.course_tag_area span{
    font-size: 16px;
    line-height: 24px;
    color: #1e1b4b;
    margin-right: 20px;
}
.course_btn{
    width: 100%;
    text-align: center;
}

/* Why Choose CSS */
.why_choose_us{
    background-color: #f7f1ff;
}
.why_choose_icon span{
    font-size: 40px;
    color: #7c3aed;
    margin-right: 10px;
}
.why_chose_text h4{
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    color: #1e1b4b;
    margin-top: 5px;
    margin-bottom: 10px;
}
.why_chose_text p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e1b4b;
}
.why_choose_img img{
    border-radius: 15px;
    height: 100%;
}

/* 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);
}

/* CTA CSS */
.cta_section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cta_container{
    padding: 30px;
    padding-bottom: 0px;
    border-radius: 15px;
    background-color: #eaddff;
}


/* FAQ CSS */
.faq_img{
    border-radius: 15px;
}
.object-fit-cover {
    object-fit: cover;
    height: 100%;
}
.accordion_box{
    margin-bottom: 10px;
}
.accordion_box{
    border: none;
    outline: none;
}
.accordion_title{
    background-color: #eaddff !important;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7c3aed;
}
.accordion-button:focus {
    outline: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: #a78bfa !important;
    color: #1e1b4b;
}
.accordion-body{
    padding: 42px;
    background-color: #f7f1ff;
    border-radius: 15px;
}
.accordion-body p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1e1b4b;
}

.accordion-button::after {
    width: 20px;
    height: 20px;
    color: #7c3aed;
    background-color: transparent;
    border: 1px solid #7c3aed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 10px;
    background-position: center;
    padding: 4px;
    transition: transform 0.3s ease;
  }
  

  .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    color: #1e1b4b;
    border: 1px solid #1e1b4b;
  }
  








/* Blog CSS */
.blogs_area{
    margin-top: 30px;
}
.blog_img_elements .blog_img img{
    border-radius: 15px 15px 0px 0px;
    transition-duration: 0.7s;
}
.blog_img_elements .blog_img img:hover{
    border-radius: 15px 15px 15px 0px;
    opacity: 0.7;
}
.blog_text_elements{
    background-color: #eaddff;
    padding: 40px;
    padding-top: 30px;
    border-radius: 0px 0px 15px 15px;
    margin-top: -10px;
}
.blog_text_elements a{
    display: inline-block;
}
.blog_date{
    color: #7c3aed;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.blog_title{
    color: #1e1b4b;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 20px 0px;
}
.blog_btn{
    background-color: #a78bfa;
    transition-duration: 0.7s;
}
.blog_btn:hover{
    background-color: #7c3aed;
}



/* Mobile (Small Screens) */
@media (min-width: 320px) and (max-width: 480px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }

    /* Hero CSS */
    .hero_text_area{
      text-align: center;
    }
    .hero_text_area h2{
      font-size: 36px;
      line-height: 46px;
    }
    .hero_box {
      display: none;
    }
    .hero_img_area{
      margin-top: 30px;
    }

    /* Counter CSS */
    .counter_box_content h3{
      font-size: 30px;
      line-height: 40px;
    }
    .counter_section{
      text-align: center;
    }
    .mobile_center{
      display: flex;
      justify-content: center;
    }
    .counter_section .counter_area{
      width: 60%;
    }

    /* About CSS */
    .about_image_area {
      flex-direction: column;
      align-items: center;
    }
    .about_image_area img{
      width: 90%;
    }
    .about_img_1{
      margin: 0px;
      margin-bottom: 20px;
    }
    .about_img_2{
      margin: 0px;
    }
    .about_text_area{
      margin-top: 30px;
      text-align: center;
    }
    .section_heading {
      font-size: 32px;
      line-height: 42px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .section_text{
      font-size: 15px;
      margin-bottom: 10px;
    }
    .about_list_area{
      text-align: left;
    }
    .about_btn_area {
      justify-content: space-between;
    }

    /* Brand CSS */
    .brand_img img{
      width: 100%;
      height: 100%;
    }
    .brand_img{
      margin: 10px;
    }
    .brand_logo_area{
      margin-top: 20px;
    }
    .course_content_area{
      margin-bottom: 20px;
    }

    /* Why Choose Us */
    .reverse_column{
      flex-direction: column-reverse;
    }
    .why_choose_text_area{
      margin-top: 30px;
    }
    .why_chose_text h4{
      font-size: 20px;
      line-height: 30px;
    }
    .why_choose_box_content {
      flex-direction: column;
      text-align: center;
    }
    .why_choose_box_area{
      margin-top: 20px;
    }
    .why_choose_text_area .section_top_area{
      text-align: center;
    }

    /* 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%;
    }

    /* FAQ CSS */
    .faq_text_area{
      margin-top: 30px;
    }
    .faq_text_area .section_top_area{
      text-align: center;
    }
    .accordion-body{
      padding: 23px;
    }

    /* Blog CSS */
    .blog_box{
      margin-top: 20px;
    }
  }
  
  
  /* Mobile (Medium Screens) */
  @media (min-width: 481px) and (max-width: 767px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }

    /* Hero CSS */
    .hero_text_area{
      text-align: center;
    }
    .hero_text_area h2{
      font-size: 36px;
      line-height: 46px;
    }
    .hero_box {
      display: none;
    }
    .hero_img_area{
      margin-top: 30px;
    }

    /* Counter CSS */
    .counter_box_content h3{
      font-size: 32px;
      line-height: 42px;
    }
    .counter_section{
      text-align: center;
    }
    .mobile_center{
      display: flex;
      justify-content: center;
    }
    .counter_section .counter_area{
      width: 70%;
    }

    /* About CSS */
    .about_image_area {
      flex-direction: column;
      align-items: center;
    }
    .about_image_area img{
      width: 90%;
    }
    .about_img_1{
      margin: 0px;
      margin-bottom: 20px;
    }
    .about_img_2{
      margin: 0px;
    }
    .about_text_area{
      margin-top: 30px;
      text-align: center;
    }
    .section_heading {
      font-size: 32px;
      line-height: 42px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .section_text{
      font-size: 15px;
      margin-bottom: 10px;
    }
    .about_list_area{
      text-align: left;
    }
    .about_btn_area {
      justify-content: space-between;
    }

    /* Brand CSS */
    .brand_img img{
      width: 100%;
      height: 100%;
    }
    .brand_img{
      margin: 10px;
    }
    .brand_logo_area{
      margin-top: 20px;
    }
    .course_content_area{
      margin-bottom: 20px;
    }

    /* Why Choose Us */
    .reverse_column{
      flex-direction: column-reverse;
    }
    .why_choose_text_area{
      margin-top: 30px;
    }
    .why_chose_text h4{
      font-size: 20px;
      line-height: 30px;
    }
    .why_choose_box_content {
      flex-direction: column;
      text-align: center;
    }
    .why_choose_box_area{
      margin-top: 20px;
    }
    .why_choose_text_area .section_top_area{
      text-align: center;
    }

    /* 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%;
    }

    /* FAQ CSS */
    .faq_text_area{
      margin-top: 30px;
    }
    .faq_text_area .section_top_area{
      text-align: center;
    }
    .accordion-body{
      padding: 23px;
    }

    /* Blog CSS */
    .blog_box{
      margin-top: 20px;
    }
  }
  
  
  /* Tablets (Small) */
  @media (min-width: 768px) and (max-width: 1024px) {
    .section_top_bottom_padding{
      padding: 50px 20px;
    }
    .reverse_column{
      flex-direction: column-reverse;
    }
    /* Hero CSS */
    .hero_text_area{
      text-align: center;
    }
    .hero_img_area{
      margin-top: 30px;
    }

    /* About CSS */
    .about_image_area {
      height: 100%;
    }
    .about_image_area img{
      height: 400px;
      width: 50%;
    }
    .section_heading{
      font-size: 38px;
      line-height: 48px;
    }
    .course_content_area{
      margin-bottom: 30px;
    }

    /* Why Choose Us */
    .why_choose_text_area{
      margin-top: 30px;
    }
    .why_chose_text h4{
      font-size: 22px;
    }

    /* 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;
    }

    /* FAQ Area */
    .faq_text_area{
      margin-top: 30px;
    }
    .faq_text_area .section_top_area{
      text-align: center;
    }

    /* Blog CSS */
    .blog_box{
      margin-bottom: 30px;
    }
  }
  
  
  /* Laptops & Small Desktops */
  @media (min-width: 1025px) and (max-width: 1200px) {
    
  }
  
  
  /* Large Screens (Desktops) */
  @media (min-width: 1201px){
   
  }
  
  