h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}

p,a,span,ul,li{
    font-family: 'Open Sans', sans-serif;
}
/*********************************** header Section Styling ************************************/

header {
    box-shadow: 0 4px 10px rgba(131, 0, 81, 0.1);
    background: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}
.nav-link{
    color: #000;
}
.nav-link:hover{
color: #7D3EA7;
}
.nav-link:active{
    color: #7D3EA7;
    }
.head-sign{
background-color: #7D3EA7;
color: #fff;
padding: 10px 30px 14px 30px;
border-radius: 30px;
margin: 0px 5px;
}
.head-sign:hover{
    background-color: #fff;
    color: #7D3EA7;
    padding: 10px 30px 14px 30px;
    border-radius: 30px;
    margin: 0px 5px;
    border: 1px solid #7D3EA7;
    }
.head-login{
background-color: #fff;
color: #7D3EA7;
padding: 10px 30px 14px 30px;
border-radius: 30px;
margin: 0px 5px;
border: 1px solid #7D3EA7;
}
.head-login:hover{
background-color: #7D3EA7;
color: #fff;
padding: 10px 30px 14px 30px;
border-radius: 30px;
margin: 0px 5px;
}


/*********************************** Hero Section Styling ************************************/
.hero-section {
    padding: 80px 0;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}
.hero-section h1 span {
    font-size: 2.5rem;
    font-weight: bold;
    color: #7D3EA7;
}
.hero-section p {
    font-size: 1.2rem;
    color: #666;
}

.hero-section .btn {
    padding: 10px 20px;
    font-size: 1rem;
}

.hero-section .counter {
    text-align: left;
    background: #fff;
    border-radius: 10px;
    margin: -40px 40px 0px;
}

.hero-section .counter h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #7D3EA7;
}

.hero-section .counter p {
    font-size: 1rem;
    color: #666;
}
.hero-btn1{
    background-color: #7D3EA7;
    color: #fff;
    padding: 10px 30px 14px 30px;
    border-radius: 30px;
    margin: 0px 5px;
    }
    .hero-btn1:hover{
        background-color: #fff;
        color: #7D3EA7;
        padding: 10px 30px 14px 30px;
        border-radius: 30px;
        margin: 0px 5px;
        border: 1px solid #7D3EA7;
        }
    .hero-btn2{
    background-color: #fff;
    color: #7D3EA7;
    padding: 10px 30px 14px 30px;
    border-radius: 30px;
    margin: 0px 5px;
    border: 1px solid #7D3EA7;
    }
    .hero-btn2:hover{
    background-color: #7D3EA7;
    color: #fff;
    padding: 10px 30px 14px 30px;
    border-radius: 30px;
    margin: 0px 5px;
    }


/*********************************** logo Section Styling ************************************/
.logo-section h2{
    padding: 30px 0px;
    font-size: 22px;
    color: #514F57;
}

/*********************************** about Section Styling ************************************/
/* About Us Section */
.about-us-section {
    padding: 50px 0;
}

.about-us-subheading {
    color: #7D3EA7;
    font-size: 1.5rem;
    font-weight: 600;
}

.about-us-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
}

.about-us-text {
    font-size: 1rem;
    color: #555;
    margin-top: 15px;
    line-height: 1.6;
}

.about-us-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
}

.about-us-list li {
    font-size: 1rem;
    color: #555;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.about-us-list li i {
    color: #7D3EA7;
    margin-right: 10px;
    font-size: 1.2rem;
}

.about-us-btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 30px;
}
.about-us-btn{
    background-color: #7D3EA7;
color: #fff;
padding: 10px 30px 14px 30px;
border-radius: 30px;
margin: 0px 5px;
}
.about-us-btn:hover{
    background-color: #fff;
    color: #7D3EA7;
    padding: 10px 30px 14px 30px;
    border-radius: 30px;
    margin: 0px 5px;
    border: 1px solid #7D3EA7;
    }


/*********************************** abt-counter Section Styling ************************************/
/* About Counter Section */
.abt-counter {
    padding: 50px 0;
}

.counter-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.counter-box h3 {
    font-size: 3rem;
    color: #7D3EA7;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 26px;
}

.counter-box p {
    font-size: 1.2rem;
    color: #555;
}

/*********************************** course Section Styling ************************************/

/* Course Section */
.course-section {
    background-color: #fff;
  }
  
  .course-section .sub-title {
    font-size: 1rem;
    color: #7D3EA7;
    font-weight: 600;
  }
  
  .course-section .title {
    font-size: 2rem;
    color: #333;
    font-family: 'Montserrat', sans-serif;
  }
  
  .course-box {
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
  }
  
  .course-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
  
  .text-purple {
    color: #7D3EA7;
  }
  
  .course-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
  }
  

/*********************************** Why Choose Us Section Styling ************************************/

.why-choose-us .icon-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 0px 10px;
    text-align: left;
    /* Box shadow removed */
  }
  
  .why-choose-us .icon-box img {
    max-width: 50px;
    height: auto;
  }
  
  .why-choose-us .icon-box h5 {
    color: #000;
    font-weight: bold;
  }
  
  .why-choose-us .icon-box p {
    color: #777;
  }
  
  .why-choose-us .icon-box .d-flex {
    align-items: flex-start;
  }
  

  /*********************************** Get Started Section Styling ************************************/

.get-started .sub-title {
    font-weight: 600;
    font-size: 18px;
  }
  
  .get-started .title {
    font-weight: 700;
    font-size: 32px;
  }
  
  .get-started input.form-control {
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #ccc;
  }
  
  .get-started button.btn {
    border-radius: 30px;
    padding: 10px 30px;
    transition: 0.3s ease;
  }
  
  .get-started button.btn:hover {
    background-color: #fff !important;
    color: #7D3EA7;
    border: 1px solid #7D3EA7;
  }
  
.team-img {
  position: relative;
}

.team-img .social-icons {
  bottom: -50px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
}

.team-img:hover .social-icons {
  bottom: 0;
  opacity: 1;
}

.social-icons a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #7D3EA7;
}



/*********************************** our team Section Styling ************************************/

.team-img {
    position: relative;
  }
  .tempa{
    color: #7D3EA7;
  }
  
  .team-img .social-icons {
    bottom: -50px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .team-img:hover .social-icons {
    bottom: 0;
    opacity: 1;
  }
  
  .social-icons a {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    padding: 0px 10px;
  }
  
  .social-icons a:hover {
    color: #7D3EA7;
  }
  

/*********************************** Pricing Section Styling ************************************/

.pricing-section{
    background-color: #F4F1FA;
}

.pricing-section .sub-title {
    color: #7D3EA7;
    font-size: 1rem;
    font-weight: 600;
  }
  
  .pricing-section .title {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
  }
  
  .pricing-box {
    background-color: #7D3EA7;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
    transition: all 0.4s ease;
    text-align: left;
  }
  
  .pricing-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .pricing-box h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .pricing-list {
    list-style: none;
    padding-left: 0;
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 20px;
  }
  
  .pricing-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .pricing-list li i {
    color: #fff;
    margin-right: 10px;
  }
  
  .pricing-box:hover {
    background-color: #fff;
    color: #7D3EA7;
    transform: scale(1.03);
  }
  
  .pricing-box:hover .pricing-list li i {
    color: #7D3EA7;
  }
  
  .pricing-box:hover .pricing-btn {
    background-color: #fff;
    color: #7D3EA7;
    border: 1px solid #7D3EA7;
  }
  
  .pricing-btn {
    background-color: #fff;
    color: #7D3EA7;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .pricing-box:hover .pricing-btn {
    background-color: #fff;
    color: #7D3EA7;
    border: 1px solid #7D3EA7;
  }
  /* Pricing Box hover effect with shadow */
.pricing-box:hover {
    background-color: #fff;
    color: #7D3EA7;
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(125, 62, 167, 0.2);
  }
  
  /* Pricing list scroll bar styling */
  .pricing-list::-webkit-scrollbar {
    width: 8px;
  }
  
  .pricing-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  .pricing-list::-webkit-scrollbar-thumb {
    background-color: #7D3EA7;
    border-radius: 10px;
  }
  
  /* Make sure the check icon is styled */
  .pricing-list li i {
    color: inherit;
    font-size: 16px;
    margin-right: 10px;
  }
  
 
  
/*********************************** faqs Section Styling ************************************/

   /* Accordion Main */
   .accordion-button {
    font-weight: 500;
    transition: all 0.3s ease-in-out;
  }

  /* Open (Active) Accordion */
  .accordion-button:not(.collapsed) {
    background-color: #7D3EA7 !important;
    color: white;
  }

  /* Close Accordion */
  .accordion-button.collapsed {
    background-color: #fff;
    color: #7D3EA7;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  }

  /* Remove default shadow */
  .accordion-button:focus {
    box-shadow: none;
  }

  /* Accordion Body */
  .accordion-body {
    background-color: #fff;
    color: #333;
  }

  /* Arrow Icon Color */
  .accordion-button::after {
    filter: brightness(0) invert(1); /* icon white when open */
  }

  .accordion-button.collapsed::after {
    filter: none; /* icon default when closed */
  }
  .subtitle {
    color: #7D3EA7;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  
/* ==================== Blog Section Styles Start ==================== */

.subtitle {
  color: #7D3EA7;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-box {
  transition: all 0.3s ease-in-out;
}

.blog-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 20px rgba(125, 62, 167, 0.2);
}

.blg-btn{
  background-color: #7D3EA7;
  color: #fff;
  padding: 10px 30px 14px 30px;
  border-radius: 30px;
  margin: 0px 5px;
  }
  .blg-btn:hover{
      background-color: #fff;
      color: #7D3EA7;
      padding: 10px 30px 14px 30px;
      border-radius: 30px;
      margin: 0px 5px;
      border: 1px solid #7D3EA7;
      }

/* ==================== Blog Section Styles End ==================== */





/* ==================== Footer Styles Start ==================== */


footer li a {
  font-size: 14px;
  line-height: 16px;
}




/* ==================== Footer Styles End ==================== */






























/********************************* Responsive Design *****************************************/
@media (max-width: 1024px) {
    .hero-section .row {
        text-align: center;
    }
    .hero-section .d-flex {
        flex-direction: column;
        gap: 15px;
    }
    .hero-section .counter {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .hero-section .row {
        text-align: center;
    }
    .hero-section .d-flex {
        flex-direction: column;
        gap: 15px;
    }
    .hero-section .counter {
        margin-top: 10px;
    }
    .about-us-section {
        padding: 30px 0;
    }

    .about-us-heading {
        font-size: 1.6rem;
    }

    .about-us-text {
        font-size: 0.9rem;
    }

    .about-us-list li {
        font-size: 0.9rem;
    }

    .about-us-btn {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
    .counter-box p {
        font-size: 1rem;
    }
    .why-choose-us .col-md-7, .why-choose-us .col-md-5 {
        width: 100%;
      }
      .why-choose-us .col-md-4 {
        width: 100%;
      }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 1.8rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .hero-section .btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}
