@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=PT+Sans+Narrow:wght@400;700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.hero-section {
  padding-top: 110px;
  /* padding: 25px 0; */
}

.text-primary {
  color: white !important;
  font-weight: 500;
  font-family: Open Sans;
  font-size: 15.6px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  font-size: 45px;
  /* color: white; */
  font-weight: 500;
  /* font-family: EB Garamond; */
}

.hero-subtitle {
  font-size: 18px;
  /* font-family: Open Sans; */
  color: white;
  margin: 20px 0;
}

.hero-btn {
  /* background-color: #007bff; */
  border: none;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.hero-btn:hover {
  background-color: #3696fc;
  color: #ffffff;
}

.hero-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.success-story  a {
  text-decoration: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  display: inline-block;
}

.success-story a:hover {
  background-color: rgba(190, 181, 181, 0.15);
}


/* Mobile tweaks */
@media (max-width: 991.98px) {
  .hero-section h2.hero-title {
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero-section .hero-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .hero-section .btn {
    font-size: 1rem;
  }

  .hero-section img {
    max-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .hero-section h2.hero-title {
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero-section .hero-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .hero-section .btn {
    font-size: 1rem;
  }

  .hero-section img {
    max-height: 300px;
  }
}

/* Extra small screens */
@media (max-width: 576px) {
  .hero-section h2.hero-title {
    font-size: 1.8rem;
  }

  .hero-section .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-section img {
    max-height: 250px;
  }
}



/* Default styles (for large screens) */
.course-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.course-section p {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
    .course-section h2 {
        font-size: 2rem;
    }

    .course-section p {
        font-size: 1.05rem;
    }
}

/* Small devices (landscape phones, 576px to 767px) */
@media (max-width: 767.98px) {
    .course-section h2 {
        font-size: 1.8rem;
    }

    .course-section p {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .course-section {
        text-align: center;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .course-section h2 {
        font-size: 1.6rem;
    }

    .course-section p {
        font-size: 0.95rem;
        padding: 0 1rem;
    }

    .course-section {
        padding: 3rem 1rem;
    }
}


.intro-text {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
    padding-top: 60px;
}

.intro-text h2 {
    font-weight: 500;
    font-size: 50px;
    color: #000000;
    margin-bottom: 15px;
    /* font-family: EB Garamond; */
}

.intro-text p {
    color: #000000;
    font-weight: 450;
    line-height: 1.6;
    /* font-family: Open Sans; */
    font-size: 17.6px;
    align-items: center;
}

.intro-text-3 {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.intro-text-3 h2 {
    font-weight: 500;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 15px;
    /* font-family: EB Garamond; */
}

.intro-text-3 p {
    color: #ffffff;
    font-weight: 450;
    line-height: 1.6;
    /* font-family: Open Sans; */
    font-size: 17.6px;
}

.hero-title-3 {
    font-size: 20px;
    /* font-family: Open Sans; */
    color: white;
}

.hero-subtitle-3 {
    font-size: 18px;
    /* font-family: Open Sans; */
    color: white;
}


.stories-sec {
    background-color: #38068f;
}

.text-purple {
    color: #525055;
}

.hero {
    background-color: #3f06a3;
    color: white;
    padding: 80px 0;
    padding-top: 180px;
}

.hero h1 {
    font-size: 3rem;
    color: white;
    /* font-family: EB Garamond; */
}

.client-title {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .client-title {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .client-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .client-title {
    font-size: 1.6rem;
  }
}

.testimonial-storycard img {
    transition: transform 0.3s ease;
    border-radius: 15px;
}

.testimonial-storycard:hover img {
    transform: scale(1.04);
}

.testimonial-happy-client img {
    transition: transform 0.3s ease;
    border-radius: 15px;
}
.testimonial-storycard {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #3f06a3;
    border-radius: 20px;
}

.testimonial-storycard:hover {
    background-color: #3f06a3;
}

.testimonial-date {
    font-size: 0.875rem;
    color: #e2e0e0;
}

.testimonial-clientdate {
    font-size: 0.875rem;
    color: #747272;
}

.testimonial-happy-client {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: rgb(225, 228, 220);
    border-radius: 20px;
}

.arrow-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #e7e6eb;
    font-size: 1.25rem;
}

.arrow-link:hover {
    color: #a981cc;
}

.arrow-clientlink {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #404041;
    font-size: 1.25rem;
}

.arrow-clientlink:hover {
    color: #515152;
}



.card-title {
    color: #ffffff;
}

.hero-btn {
  background-color: #ee7818;
  text-decoration: none;
  border: none;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.hero-btn:hover {
  background-color: #ee7818;
  font-size: 1.02rem;
  color: #ffffff;
}

.demo-btn{
  text-decoration: none;
  border: 1px solid;
  font-size: 1rem;
  color: #3f06a3;
  font-weight: 600;
  border-radius: 5px;
  padding: 9px 20px;
  transition: background-color 0.3s ease;
}
.demo-btn:hover{
  background-color: #3f06a3;
  color: white;
   font-size: 1.02rem;
   border-radius: 5px;
}



.btn-purple {
    background-color: #3f06a3;
    color: white;
}

.btn-purple:hover {
    background-color: #3f06a3;
}