html {
  scroll-behavior: smooth;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-form {
  display: flex;
  flex-direction: column;
  padding: 50px;
  background-color: white;
  border-radius: 8px;
}

.popup-input {
  border: 2px solid grey;
  margin-bottom: 20px;
  width: 450px;
  height: 50px;
  padding: 10px;
}

.popup-btn {
  border: none;
  border-radius: 2px;
  padding: 20px 100px;
  color: white;
  background-color: black;
  font-weight: 700;
  text-decoration: none;
}

.close {
  float: top;
  position: relative;
  left: 100%;
  cursor: pointer;
  top: 100%;
  margin-top: -25px;
  color: red;
}

nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

button {
  cursor: pointer;
}

.header-main-btn {
  background-color: #f7a600;
  margin-left: 80px;
  font-size: 1rem;
  text-align: center;
  width: 350px;
  color: white;
  height: 50px;
  border: none;
  border-radius: 100px;
}

/* @media (max-width: 780px) {
    .header-main-btn {
        margin-left: -10px;
    }

    .nav-links {
        margin-left: -15px;
    }

    .present-text {
        margin-left: -70px;
    }

} */

.or-span {
  color: orange;
}

.dark-or-span {
  color: rgb(255, 111, 0);
}

.nav-links {
  display: flex;
  gap: 20px;
  color: #fcc419;
}

.nav-links ul {
  display: flex;
  gap: 30px;
}

.nav-li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fcc419;
}

.tg-yt-logo {
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: 2px;
}

.nav-log {
  display: flex;
  gap: 20px;
}

.nav-btn {
  color: white;
  background-color: #fcc419;
  width: 200px;
  height: 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
}

.header-main {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  margin-left: 100px;
}

.header-main img {
  width: auto;
  height: 500px;
}

.header-main-text h1 {
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 40px;
  margin-left: 60px;
}

.header-main-text p {
  font-size: 25px;
  margin-left: 60px;
  margin-top: 20px;
  color: gray;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.one-c-ex {
  margin-top: 100px;
  display: flex;
  gap: 50px;
  background-color: rgb(234, 229, 229);
  backdrop-filter: blur(10px);
  padding: 150px 150px;
  margin-bottom: 100px;
}

.one-c-text {
  margin-top: 178px;
}

.one-c-text h1 {
  margin-top: -50px;
  font-size: 40px;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.one-c-text p {
  font-size: 20px;
  color: gray;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.one-c-ex img {
  width: auto;
  height: 500px;
  margin-top: 70px;
}

.one-c-text button {
  margin-top: 30px;
  width: 250px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background-color: #fcc419;
  color: white;
  cursor: pointer;
}

.main-title {
  font-size: 64px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.problems-text {
  text-align: center;
}

/* @media (max-width: 780px) {
    .course-section {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        margin: 30px 0;
    }

    .course-info {
        max-width: 100%;
        padding: 0 12px;
        align-items: center;
        margin-left: 0px;
    }

    .course-info h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .course-info ul {
        font-size: 1.05rem;
        margin-bottom: 20px;
    }

    .register-btn {
        width: 100%;
        padding: 14px 0;
        font-size: 1rem;
    }

    .course-image {
        min-width: 180px;
        min-height: 220px;
        margin-top: 20px;
    }

    .girl-img,
    .laptop-img {
        width: 140px;
    }

    .circle-bg {
        width: 140px;
        height: 140px;
        top: 10px;
    }

    .logo-img {
        width: 36px;
    }

    .join-text {
        font-size: 0.95rem;
    }

} */

.problems-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 40px;
  text-align: center;
  margin-left: 20px;
}

.problems-list {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  list-style: disc inside;
  max-width: 350px;
  margin: 0 20px;
  padding: 0;
  margin-top: 70px;
}

.center-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.center-image img {
  width: 450px;
  height: auto;
}

.what-to-do {
  margin-top: 30px;
  text-align: center;
}

.what-to-do h2 {
  color: #f5a623;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.consult-btn {
  background: #f5a623;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 999px;
  padding: 18px 40px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s;
}

.consult-btn:hover {
  background: #d4881c;
}

.present {
  display: flex;
  margin-top: 200px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgb(234, 229, 229);
  width: auto;
  /* height: 600px; */
  padding-left: 50px;
}

.present h1 {
  font-size: 48px;
  margin-top: 50px;
  margin-left: 50px;
}

.present p {
  font-size: 20px;
  font-weight: bold;
  margin-left: 50px;
  margin-top: 50px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.present img {
  margin-left: 50px;
}

.div {
  display: flex;
}

.main-section {
  width: auto;
  min-height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90vw;
  max-width: 1600px;
  position: relative;
  z-index: 1;
}

.main-images {
  position: relative;
  width: 500px;
  min-width: 350px;
  margin-right: 40px;
}

.img-front {
  width: 420px;
  position: relative;
}

.main-text {
  max-width: 700px;
  margin-left: 40px;
  z-index: 2;
}

.main-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.15;
  font-family: "Montserrat", Arial, sans-serif;
}

.main-text .subtitle {
  font-size: 2rem;
  margin-bottom: 18px;
  font-family: "Montserrat", Arial, sans-serif;
}

.main-text ul {
  font-size: 1.2rem;
  margin-bottom: 24px;
  list-style: disc inside;
  font-family: "Montserrat", Arial, sans-serif;
}

.main-text ul li {
  margin-bottom: 10px;
  font-weight: 500;
}

.main-text .highlight {
  color: #ffa800;
  font-size: 2rem;
  font-weight: 700;
  margin: 24px 0 32px 0;
  font-family: "Montserrat", Arial, sans-serif;
}

.main-btn {
  background: #ffa800;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 32px;
  padding: 18px 36px;
  cursor: pointer;
  transition: background 0.2s;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 50px;
}

.main-btn:hover {
  background: #ffb733;
}

.main-logo-bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  opacity: 0.15;
  pointer-events: none;
  user-select: none;
}

.features-section {
  background: #f3f3f3;
  padding: 40px 0 80px 0;
  position: relative;
  min-height: 100vh;
  font-family: "Montserrat", Arial, sans-serif;
}

.features-header {
  text-align: center;
  margin-bottom: 40px;
}

.features-header h1 {
  font-size: 55px;
  font-weight: 700;
  margin: 0;
  color: #000;
  letter-spacing: 1px;
}

.features-header h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  color: #191919;
}

.highlight {
  color: #d39c1c;
}

.features-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.feature-card {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 32px 32px 32px;
  width: 300px;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.2s;
}

.feature-card:hover {
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.18);
}

.feature-icon {
  background: #444;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
}

.feature-icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.feature-card p {
  font-size: 20px;
  color: #191919;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
}

.features-btn-wrap {
  text-align: center;
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

.features-btn {
  background: #ffb300;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 32px;
  padding: 18px 48px;
  cursor: pointer;
  box-shadow: 0 4px 24px 0 rgba(255, 179, 0, 0.25);
  transition: background 0.2s;
}

.features-btn:hover {
  background: #d39c1c;
}

.features-bg-blur {
  position: absolute;
  left: 280px;
  bottom: 60px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, #ffb300 60%, #ff6600 100%);
  filter: blur(18px);
  z-index: 1;
  opacity: 0.7;
  border-radius: 50%;
  pointer-events: none;
}

/* @media (max-width:780px) {
    nav {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 0;
    }

    nav img {
        width: 100px;
    }

    .nav-links ul {
        display: flex;
        text-align: center;
    }

    .div {
        display: block;
    }

    .header-main {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        margin-left: 0px;
    }

    .header-main-text h1 {
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 25px;
        margin-left: 0px;
    }

    .header-main-text p {
        font-size: 20px;
        margin-left: 0px;
    }

    .header-main img {
        width: 300px;
        height: 300px;
        margin: auto;
    }

    .one-c-ex {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .one-c-ex img {
        width: 300px;
        height: 300px;
        margin: auto;
        margin-left: 180px;
    }

    .one-c-text h1 {
        margin-top: -200px;
        font-size: 25px;
        font-weight: bold;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .one-c-text p {
        font-size: 15px;
        color: gray;
        margin-top: 20px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .one-c-text button {
        margin-top: 30px;
        width: 230px;
        height: 20px;
        border-radius: 999px;
        border: none;
        background-color: #FCC419;
        color: white;
        cursor: pointer;
        margin-bottom: 50px;
    }

     /* .problems-section {
        display: block;
        flex-direction: column;
        margin: auto;
        justify-content: center;
    } 

    .problems-list {
        font-size: 15px;
    }

    .center-image {
        width: auto;
        height: 10px;
        margin-top: 50px;
        display: flex;
    }

    .problemimg {
        display: flex;
        width: auto;
        height: 100px;
    }

    .left {
        margin-left: 500px;
    }

    .right {
        margin-top: 190px;
    }

    .what-to-do h2 {
        font-size: 30px;
        margin-top: 80px;
    }

    .consult-btn {
        background: #F5A623;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border: none;
        border-radius: 999px;
        padding: 18px 40px;
        cursor: pointer;
        margin-top: 10px;
        transition: background 0.2s;
    }

    .present {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .present-text h1 {
        margin-left: 0px;
        font-size: 35px;
    }

    .present-text p {
        margin-left: 0px;
        font-size: 18px;
    }

    .present img {
        width: 350px;
        height: 350px;
    }


    .main-content {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .main-content img {
        width: auto;
        height: 250px;
        margin-top: 50px;
    }

    .main-content h1 {
        font-size: 2rem;
    }

    .main-content ul {
        font-size: 1rem;
    }

    .main-btn {
        font-size: 15px;
    }

    .course-section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .course-info {
        display: flex;
        flex-direction: column;
        margin-left: -50px;
        margin: auto;
    }


    .register-btn {
        width: auto;
        font-size: 1rem;
    }

} */

.course-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 60px 0;
  flex-wrap: wrap;
}

.course-info {
  flex: 1 1 400px;
  max-width: 600px;
  margin-left: 50px;
}

.course-info h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.2;
}

.highlight {
  color: #f7a600;
}

.course-info ul {
  list-style: disc inside;
  font-size: 1.35rem;
  margin-bottom: 32px;
  color: #111;
  font-weight: 600;
  line-height: 1.6;
}

.course-info li {
  margin-bottom: 18px;
}

.register-btn {
  background: #f7a600;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  padding: 16px 38px;
  cursor: pointer;
  transition: background 0.2s;
}

.register-btn:hover {
  background: #d98c00;
}

.course-image {
  position: relative;
  flex: 1 1 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  min-height: 420px;
}

.circle-bg {
  position: absolute;
  width: 340px;
  height: 340px;
  background: #f7a600;
  border-radius: 50%;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0.18;
}

.girl-img {
  position: relative;
  z-index: 2;
  width: 320px;
  height: auto;
  object-fit: contain;
}

.laptop-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 320px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.laptop-img img:first-child {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.laptop-content {
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}

.logo-img {
  width: 60px;
  margin-bottom: 10px;
}

.teachers-section {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  /* text-align: center; */
}

.teachers-section h1 {
  font-size: 50px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  margin: auto;
}

.teacher-info {
  display: flex;
  margin: auto;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}

.teacher-info h1 {
  font-size: 45px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 100px;
}

.teacher-info p {
  font-size: 22px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 20px;
  gap: 20px;
  color: #444;
}

.teachers-img {
  padding: 20px;
  border: 5px solid rgb(152, 149, 149);
  border-radius: 50px;
}

.teachers-btn {
  font-size: 1.5rem;
  background-color: #f7a600;
  color: white;
  width: 500px;
  height: 50px;
  border: none;
  border-radius: 5000000px;
  cursor: pointer;
}

.teachers-btn:hover {
  background: #d98c00;
}

/* @media (max-width: 780px) {
    .teachers-section {
        display: flex;
        flex-direction: column;
        /* margin: auto; 
    }

    .teachers-section h1 {
        font-size: 30px;
    }

    .teacher-info {
        flex-direction: column;
    }

    .teacher-info-text h1 {
        font-size: 30px;
    }

    .teacher-info p {
        font-size: 17px;
    }

    .teachers-img {
        width: 200px;
        height: 300px;
        margin-bottom: -100px;
        margin-top: 50px;
    }

    .teachers-img img {
        width: auto;
        height: 300px;
        margin-left: -10px;
    }

    .teachers-btn {
        width: 350px;
        height: 100px;
        font-size: 1rem;
    }
} */

.important-problems {
  background-color: #cecbcb;
  height: 650px;
}

.faq {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 150px;
  color: #444;
  padding-top: 50px;
}

.faq h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
}

.accordion {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accordion-item {
  border-bottom: 2px solid #f1f1f1;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.accordion-header:hover {
  background: #fafafa;
}

.accordion-header .icon {
  font-size: 28px;
  transition: transform 0.3s;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.accordion-item.active .accordion-content {
  max-height: 400px;
  padding: 20px;
}

.accordion-item .icon::before {
  content: "+";
}

.accordion-item.active .icon::before {
  content: "×";
}

.courses-section {
  text-align: center;
  padding: 50px 20px;
}

h1 {
  font-size: 36px;
  margin-bottom: 40px;
}

h1 .black {
  color: #000;
}

h1 .orange {
  color: #f4a300;
}

.courses-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.course-card {
  background-color: #fff;
  border-radius: 10px;
  max-width: 350px;
  text-align: left;
  padding: 20px;
}

.course-card img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.course-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.course-card h2 .orange {
  color: #f4a300;
}

.course-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f4a300;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.footer {
  background-color: black;
  color: white;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer img {
  width: 150px;
  height: auto;
}

.footer p {
  font-size: 20px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

@media (max-width: 400px) {
  html {
    font-size: 14px;
  }

  nav {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  nav img {
    width: 80px;
    height: auto;
  }

  .nav-links ul {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    padding: 0;
  }

  .header-main {
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 10px;
  }

  .header-main img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }

  .header-main-text h1 {
    font-size: 22px;
    margin: 10px 0;
  }

  .header-main-text p {
    font-size: 15px;
    margin: 0;
  }

  .header-main-btn {
    width: 250px;
    height: 40px;
    font-size: 0.9rem;
    margin: 20px auto 0 auto;
  }

  .one-c-ex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 20px;
  }

  .one-c-ex img {
    width: 350px;
    height: 200px;
    margin: 0px;
  }

  .one-c-text h1 {
    font-size: 22px;
    margin-top: 20px;
  }

  .one-c-text p {
    font-size: 14px;
    margin: 10px 0;
  }

  .one-c-text button {
    width: 200px;
    height: 35px;
    font-size: 0.9rem;
  }

  .problems-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }

  .problems-list {
    font-size: 14px;
    padding: 0 10px;
    margin: 10px 0;
  }

  .center-image img {
    width: 220px;
    height: auto;
  }

  .what-to-do h2 {
    font-size: 24px;
  }

  .consult-btn {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 999px;
  }

  .present {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 10px;
  }

  .present h1 {
    font-size: 26px;
    margin: 10px 0;
  }

  .present p {
    font-size: 15px;
    margin: 10px 0;
  }

  .present img {
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .main-content {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }

  .main-content img {
    width: 230px;
    height: auto;
    margin-top: 20px;
  }

  .main-text h1 {
    font-size: 1.6rem;
  }

  .main-text .subtitle {
    font-size: 1.2rem;
  }

  .main-text ul {
    font-size: 0.9rem;
  }

  .main-btn {
    font-size: 0.9rem;
    padding: 12px 20px;
  }

  .features-header h1 {
    font-size: 28px;
  }

  .feature-card {
    width: 250px;
    padding: 20px;
  }

  .feature-icon {
    width: 80px;
    height: 80px;
  }

  .feature-icon img {
    width: 40px;
    height: 40px;
  }

  .feature-card p {
    font-size: 14px;
  }

  .features-btn {
    font-size: 15px;
    padding: 12px 30px;
  }

  .teachers-section h1 {
    font-size: 26px;
  }

  .teacher-info {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .teacher-info h1 {
    font-size: 22px;
  }

  .teacher-info p {
    font-size: 15px;
  }

  .teachers-img {
    width: 180px;
    height: 230px;
    border-radius: 20px;
  }

  .teachers-img img {
    width: 100%;
    height: auto;
  }

  .teachers-btn {
    width: 250px;
    height: 40px;
    font-size: 0.9rem;
    margin-top: 20px;
  }

  .faq h1 {
    font-size: 24px;
  }

  .accordion-header {
    font-size: 15px;
    padding: 12px;
  }

  .accordion-content {
    font-size: 13px;
    padding: 10px;
  }

  .course-card {
    width: 250px;
    padding: 15px;
  }

  .course-card h2 {
    font-size: 16px;
  }

  .course-card p {
    font-size: 13px;
  }

  .btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  .footer {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }

  .footer img {
    width: 100px;
    height: auto;
  }

  .footer p {
    font-size: 13px;
    margin-top: 5px;
  }
}
