:root {
  --main-color: #2C296A;
  --button-color: #4700D2;
  --main-border-radius: 10px;
  --main-transition: all 0.2s ease-in-out;
}
* {
  box-sizing: border-box;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  direction: rtl;
  margin: 0;
  padding: 0;
}

/* Start Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  scroll-behavior: smooth;
}
::-webkit-scrollbar-track {
  background-color: #d1e5ff;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(#642bff, #ff22e6);
  border-radius: 10px ;
}
/* End Custom Scrollbar */

.btn:focus{
  outline: none;
  box-shadow: none;
}

button , a {
  list-style: none;
  text-decoration: none;
}
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  text-decoration: none;
}

/* Start Home Page */

/* Start Nabar */
.navbar {
  padding: .5rem 0 .5rem 0;
  background-color: white;
  box-shadow: 0px 2px 10px 0px #00000040;
}

@media (max-width: 992px){
  .navbar-collapse {
    background-color: #f6f6f8;
    border-radius: 30px;
    /* padding: 10px 0; */
  }
  .navbar .dropdown {
    margin-top: 20px ;
  }
  .navbar ul li.nav-item:last-child {
    margin-bottom: 20px ;
  }
}
@media (max-width: 768px){
  .navbar-collapse {
    background-color: #f6f6f8;
    border-radius: 30px;
    /* padding: 10px 0; */
  }
  .navbar .dropdown {
    margin-top: 20px ;
  }
  .navbar ul li.nav-item:last-child {
    margin-bottom: 20px ;
  }
}

.navbar-brand {
  margin-right: 0;
}

.dropdown .btn-outline-secondary {
  height: 47px !important;
}
.dropdown .btn-outline-secondary:focus {
  outline: none !important;
  box-shadow:none !important ;
}

.nav-logo img {
  max-width: 100%;
  width: 80%;
  object-fit: cover;
}

button.navbar-toggler svg {
  color: var(--main-color);
}

ul.navbar-nav {
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown  button.lang-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .1rem rgba(108, 117, 125, .5);
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .1rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary:active{
  background-color: rgb(108 117 125 / 60%);
}

.btn-outline-secondary {
  border: none;
}
.dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown .dropdown-item {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row-reverse;
}

.nav-item .btn-login  {
  background-color: var(--main-color);
  color: white;
  font-size: 18px;
  padding: 8px 25px !important;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid var(--main-color);
  font-weight: 500 ;
}
.nav-item .btn-login:hover  {
  opacity: .8;
  transition: var(--main-transition);
}
.nav-item .btn-register {
  color: var(--main-color);
  font-size: 18px;
  border: 2px solid var(--main-color);
  padding: 8px 14px !important;
  transition: var(--main-transition);
  font-weight: 500;
}
.nav-item .btn-register:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .8;
  transition: var(--main-transition);
}
.nav-item .btn-register:focus {
  outline: none;
  box-shadow: none;
}

/* Start Header Tabs */
.header {
  /* margin-right:10px ; */
  padding: 1rem 0rem 1rem 0rem
}

.header-tabs {
  background-color: white;
}

.header-tabs {
  padding: 0;
}
.header-tabs ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.header-tabs li {
  display: inline-block;
  margin-right: 50px;
}
.header-tabs li:first-child {
  margin-right: 0;
}

.header-tabs ul li a {
  color: black;
  font-size: 18px;
  /* transition: var(--main-transition); */
  font-weight: 500
}
.header-tabs ul li a:hover {
  color: var(--main-color);
  font-weight: bold;
  transition: var(--main-transition);
}
.header-tabs ul li a:focus {
  color: black;
}
/* Styling Nav Links When Active */
.header-tabs ul li a.active {
  color: var(--button-color);
  font-weight: bold;
  transition: var(--main-transition);
}


/* Media query for medium and small devices */
@media (max-width: 768px) {
  .header {
    padding: 1rem 0;
    margin-right: 0;
  }

  .header-tabs ul {
    justify-content: center;
  }
  .header-tabs ul li {
    margin-bottom:16px ;
  }

  .header-tabs li {
    margin-right: 0px !important;
  }

  .header-tabs ul li a{
    font-size: 16px;
  }

}

/* Start Media Query For IPhones */
@media (max-width:480px) {
  .header-tabs li {
    margin-right: 0px;
  }
  .header-tabs ul li a{
    font-size: 18px;
  }
}

/* End Header Tabs */

/* End Nabar */


/* Start Power of Education Section */
.power-education {
  width: 100%;
  background: linear-gradient(to bottom, #F2F4FF 0%, #FFFFFF 100%);
  padding: 20px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.power-education .education-header  {
  font-weight:bold ;
}
.power-education .heading-section p{
  max-width: 85%;
  font-size: 20px;
}

.power-education .search-container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 30px 0;
}

.power-education .search-button {
  background-color: var(--button-color);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px 0 0 20px;
  font-weight: bold;
  border: 1px solid var(--button-color);
  font-weight: 500;
  font-size: 18px;
  opacity: 1;
  transition: var(--main-transition);
}
.power-education .search-button:hover {
  opacity: .8;
  transition: var(--main-transition);
}

.power-education .search-input {
  border: 1px solid #ccc;
  padding: 10px 40px 10px 15px;
  border-radius: 0 20px 20px 0;
  flex: 1;
  font-size: 18px;
}
.power-education .search-input:focus {
  outline: 1px solid rgba(32, 99, 182, 0.15);;
}

.power-education .search-icon {
  position: absolute;
  right: 10px;
  color: #aaa;
}

@media (max-width: 1200px) {
  .power-education .search-input {
    border: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    border-radius: 0 20px 20px 0;
    flex: 1;
    font-size: 14px;
  }

  .power-education .profile-search-container {
    margin-top: 20px !important;
  }

  .power-education .search-button {
    font-size: 14px;
  }
}

.power-education .education-img img{
  max-width: 100%;
  height: auto;
}

.power-education::before {
  content: url('../assets/ellipse-01.svg');
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.power-education::after {
  content: url('/assets/ellipse-02.svg');
  content: url('../assets/ellipse-02.svg');
  position: absolute;
  bottom: -5px;
  right: 0px;
  z-index: 1;
}

@media (max-width: 991px) {
  /* .power-education .search-input {
    margin-top: 20px;
  } */
  .profile-navbar .profile-search-container .search-icon {
    /* top: calc(100% - 50% + 10px) !important; */
    top: 50% !important;
  }
  .profile-dropdown {
    margin-bottom: 20px;
  }
  .teacher-fav {
    margin-top: 20px;
  }
}


/* Media query for medium and small devices */
@media (max-width: 768px) {
  .header-container {
    margin:20px ;
  }

  .education-header  {
    font-weight:bold ;
    text-align: center;
  }
  .power-education .heading-section p{
    max-width: 100%;
    text-align: center;
  }

  .power-education::before {
    content:""
  }

  .power-education::after {
    content:""
  }
  .profile-navbar .profile-search-container .search-icon {
    /* top: calc(100% - 50% + 10px) !important; */
    top: 50% !important;
  }
}
/* Media query for Only medium devices */
@media (max-width: 1023px) {
  .power-education::before {
    content:""
  }

  .power-education::after {
    content:""
  }
}

/* End Header Tabs */

/* End Power of Education Section */

/* Start Our Services */
.our-services {
  background-color: #F2F4FF;
}
.our-services .services-headers {
  padding: 1.5rem 0;
}

.our-services .services h3 {
  color: var(--main-color);
  font-size: 30px;
  font-weight:800 ;
}

.our-services .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .our-services .box {
    justify-content: start;
    flex-direction: column;
    font-weight: 500;
  }
}

/* Start Animation To Image While Hovering on The Box */
.our-services-img img {
  height: auto;
  transition: transform 0.3s ease-out;
}
@keyframes shake {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-5px, 0); }
  50% { transform: translate(5px, 0); }
  75% { transform: translate(-5px, 0); }
  100% { transform: translate(0, 0); }
}

.box:hover .services-img img {
  animation: shake 0.5s ease-in-out;
}
/* End Animation To Image While Hovering on The Box */

.our-services .services-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-services .service-box {
  margin-top: 15px;
  background-color: #fff;
  border: 3px solid #ccc;
  overflow: hidden;
  border-radius: 15px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  max-height: 400px;
}
.our-services .service-box:hover {
  transform: translateY(-5px);
}
.our-services .service-box .service-img img {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  max-height: 300px;
}
.our-services .service-box h5 {
  padding: 16px 10px;
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 1024px) {
  .services-heading span {
    font-size: 18px;
    font-weight:bold ;
  }
}

/* Media query for medium and small devices */
@media (max-width: 768px) {
  .services-heading span {
    font-size: 12px;
    font-weight:bold ;
  }
}
/* .shake-img {
  height: auto;
  transition: transform 0.3s ease-out;
}

.shake-img:hover {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-5px, 0); }
  50% { transform: translate(5px, 0); }
  75% { transform: translate(-5px, 0); }
  100% { transform: translate(0, 0); }
} */

/* End Our Services */

/* Start Educational Stages Section */
.educational-stages {
  background-color: white;
  margin:40px 0 ;
}
.educational-stages .services-headers {
  padding: 1.5rem 0;
}

.educational-stages h3 {
  color: var(--main-color);
  font-size: 30px;
  font-weight:800 ;
}

.educational-stages .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.educational-stages .stage-box {
  margin-top: 15px;
  background-color: #fff;
  border: 3px solid #ccc;
  overflow: hidden;
  border-radius: 25px 25px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  max-height: 250px;
}
.educational-stages .stage-box:hover {
  transform: translateY(-5px);
}
.educational-stages .stage-box .service-img img {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  max-height: 172px;
}
.educational-stages .stage-box h5 {
  padding: 16px 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 1024px) {
  .services-heading span {
    font-size: 16px;
    font-weight:bold ;
  }
}

/* Media query for medium and small devices */
@media (max-width: 768px) {
  .services-heading span {
    font-size: 12px;
    font-weight:bold ;
  }
}
/* End Educational Stages Section */

/* Start Our Section */
.our-section{
  background-color: white;
  margin:40px 0 ;
}

.our-section h3 {
  color: var(--main-color);
  font-size: 30px;
  font-weight:800 ;
}

.our-section .box {
  display: flex;
  justify-content: start; /* Center the content */
  align-items: center;
  gap: 5px;
}

.our-section .image-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25), -2px -2px 3px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}

.our-section .box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 12px;
}


.our-section .box h4 {
  font-size: 18px;
  font-weight:800 ;
  color: black;
}

@media (max-width: 1199px) {
  .our-section .box {
    flex-direction: column;
  }
}

/* Media query for medium and small devices */
@media (max-width: 768px) {
  /* .our-section .box {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .our-section .box img {
    /* width: 40%; */
    max-width: 100%;
    object-fit: cover;
  }

  .our-section .box h4 {
    margin: 10px auto !important;
  }
}

/* End Our Section */

/* Start Discover Courses */
.discover-courses{
  background-color: white;
  position: relative;
}
.discover-courses h3{
  font-weight:800 ;
  font-size: 30px;
  color: var(--main-color);
}
.discover-courses .box{
  padding: 20px;
  border: 1px solid rgb(204 204 204 / 30%);
  border-radius: 15px ;
  box-shadow: 0 0 42px 0 rgba(32, 99, 182, 0.15);
  transition: var(--main-transition);
  margin-bottom: 20px;
  max-height: 650px;
  overflow: hidden;
}
.discover-courses .box:hover{
  transform: scale(1.02);
}

.discover-courses .discover-courses-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.discover-courses .discover-courses-img img {
  width: 100%;
  max-height: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--main-color, #2063b6);
  color: white;
  border-radius: 6px;
  z-index: 10;
  padding: 2px 8px;
  border-radius: 6px ;
}

.discover-courses .box .text{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.discover-courses .box .text .age{
  color: var(--main-color);
  font-weight: 600;
}
.discover-courses .box .text .time{
  color: var(--main-color);
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  background-color: #d5d4e1;
  direction: ltr;
}
.discover-courses .desc p{
  text-align: start;
}
.discover-courses .desc01{
  text-align: start;
  font-weight: 700;
}
.discover-courses .desc03{
  color: gray;
  font-size: 18px;
}

.discover-courses .box .discover {
  display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
}
.discover-courses .box .discover span {
  direction: ltr;
  display: flex;
  color: #2C296A;
  opacity: .6;
  font-weight: 600;
}
.discover-courses .box .mentor {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin: 15px 0px;
}
.discover-courses .box .mentor img {
  max-width: 100%;
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
}
.discover-courses .box .mentor h5 {
  color: var(--main-color);
  font-weight:bold ;
  font-size: 16px;
}
/* End Discover Courses */

/* Start Discover Courses */
.discover-courses .content{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--main-color);
  padding: 3rem;
  gap: 10px;
}
.discover-courses .start-academy{
  color: white;
}
.discover-courses .btn-start-academy{
  color: var(--main-color);
  padding: 5px 35px;
  background-color: white;
  font-weight: 700;
  font-size: 18px;
  transition: var(--main-transition);
}
.discover-courses .btn-start-academy:hover{
  background-color: rgb(255 255 255 / 80%)
}

@media (max-width: 768px) {

  .discover-courses .start-academy{
    color: white;
    font-size: 16px;
  }

}

/* End Discover Courses */

/* Start Teachers Sections */
.teachers {
  background-color: white;
}
.teachers h3 {
  color: var(--main-color);
  font-size: 30px;
  font-weight:800 ;
}

.teachers .teacher-box:hover{
  transform: scale(1.02);

}
.teachers .teacher-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.06);
  transition: var(--main-transition);
  max-height: 230px;
  height: 230px;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}

.teachers .teacher-img {
  width: 120px;
  height: 120px;
  border-radius: var(--main-border-radius);
  overflow: hidden;
  flex-shrink: 0;
}

.teachers .teacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teacher-text {
  padding: 10px;
  flex-grow: 1;
}
.teacher-text h4 {
  font-size: 25px;
  font-weight: bold;
}
.teacher-text .text02 {
  color: #707088;
  /* width: 80%; */
}
.teacher-text .rating  {
  display: flex;
  align-items: center;
  gap: 8px;
}
.teacher-text .rating span  {
  color: #707088;
}

/* Media query for medium and small devices */
@media (max-width: 767px) {

    .teacher-text h4{
      font-size: 16px;
    }
    .teacher-text .text02 {
      margin-bottom: 8px;
      font-size: 14px;
    }

    .teacher-text {
      padding: 10px 20px 10px 10px;
    }

    .teacher-text .text02 {
      width: 100%;
    }
  }

  /* MEDIA QUERY FOR ONLY LAPTOPS SCREENS */

  @media (min-width: 992px) and (max-width: 1199.98px) {


   .teacher-text h4{
      font-size: 18px;
    }
    .teacher-text .text02 {
      width: 85%;
    }

    .teacher-text .rating {
      gap: 7px;
    }

  }

  @media (max-width: 576px) {
    .teachers .teacher-box {
      display: flex;
      flex-direction: column; /* Stack content vertically */
      align-items: center;
      padding: 10px; /* Adjust padding for smaller screens */
      border-radius: 10px;
      /*box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.1);*/
      text-align: center; /* Center align content */
      max-height: 300px;
      height: 300px;
    }

    .teachers .teacher-img {
      margin-top: 20px;
      border-radius: 50%;
    }

    .teacher-text {
      padding: 15px 0;
      text-align: center;
    }

    .teacher-text .text02 {
      text-align: center !important;
    }

    .teacher-text h4 {
      font-size: 18px;
      font-weight: bold;
      text-align: center !important;
    }

    .teacher-text .text02 {
      font-size: 12px;
    }

    .teacher-text .rating {
      display: flex;
      justify-content: center;
      gap: 10px;
      align-items: center;
    }

    .teacher-text .rating img{
      margin-bottom: 5px;
    }
  }

/* Media query for medium and small devices */
/* @media (min-width: 768px) {

  .teachers .teacher-img img {
    margin-left: 30px;
    padding-left: 10px;
    }
    .teacher-text h4{
      font-size: 24px;
    }
    .teacher-text .text02 {
      margin-bottom: 8px;
      font-size: 14px;
    }

    .teacher-text {
      padding: 10px 20px 10px 10px;
    }
  } */

.btn-show-more {
  color: var(--main-color);
  font-size: 18px;
  border: 2px solid var(--main-color);
  padding: 8px 20px !important;
  transition: var(--main-transition);
  font-weight: bold;
  margin: 40px 0;
}

.btn-show-more:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .8;
  transition: var(--main-transition);
}
/* End Teachers Sections */

/* Start Footer */
.footer {
  background-color: #2C296A;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px 0;
  /* margin-top: 20px; */
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer ul.socials li {
  margin-top: 25px;
}
.footer .socials li {
  display: inline-block;
  margin-left: 8px;
  background-color: #565488;
  padding: 8px;
  vertical-align: middle;
  border-radius: 50%;
  opacity: 1;
  transition: var(--main-transition);
}
.footer .socials li:hover {
  opacity: .8;
  transition: var(--main-transition);
  cursor: pointer;
}
.footer .socials li a:hover {
  opacity: .8;
  transition: var(--main-transition);
}
.footer ul li a {
  text-decoration: none;
  color: white;
  /* font-size: 16px; */
  margin-bottom: 10px;
}
.footer button {
  display: block;
}

.footer .download-app {
  font-size: 30px;
  font-weight: bold;
}

.footer .download-app img {
  max-width: 100%;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .footer .download-app {
    font-size: 25px;
    font-weight: bold;
  }
  .footer .download-app img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer .download-app img {
    max-width: 100%;
    width: 80%;
  }

  .footer .download-app ul {
    margin-bottom: 20px;
  }

  .footer .socials li {
    margin-left: 6px;
  }

}

@media screen and (max-width: 600px)  {
  .footer .download-app img {
    max-width: 100%;
    width: 40%;
  }

  .footer .socials li {
    margin-left: 6px;
  }
}

.footer .faq {
  line-height: 2;
}
.faq ul li a {
  font-size: 18px;
}
.footer .faq li {
  opacity: 1;
  transition: var(--main-transition);
}
.footer .faq li:hover {
  opacity: .8;
  transition: var(--main-transition);
}
.footer .politics {
  line-height: 2;
}
.politics ul li a {
  font-size: 18px;
}
.footer .politics li:hover {
  opacity: .8;
  transition: var(--main-transition);
}
.footer .politics li {
  opacity: 1;
  transition: var(--main-transition);
}

@media only screen and (max-width: 767px) {
  .footer button {
    margin: 0 auto;
  }
}
.footer span {
  margin-top: 10px;
  display: block;
  color: white;
}

/* End Footer */

/* Start Copyright Section */
.copyright {
  padding: 20px;
  background-color: #191659;
}
.copyright span {
  color: white;
}
/* End Copyright Section */

/* End Home Page */


/* Start Login Page */

.login {
  background-color: white;
  border-top:3px solid #DAD0D0;
}

.login-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.login-box {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 8px;
  margin: 0 auto;
}

.login-box h3 {
  margin-bottom: 50px;
  color: black;
  font-weight:bold ;
}

.login .login-btns .btn{
  position: relative;
  padding: 10px;
  border-radius: 24px;
}

.login-box .btn-google {
  background-color: #4285F4;
  color: white;
  opacity: 1;
  transition: var(--main-transition);
}
.login-box .btn-google:hover {
  background-color: #4285F4;
  color: white;
  opacity: .8;
}
.login-box .btn-google img {
  position: absolute;
  max-width: 100%;
  width: 10%;
  left: 3px;
  background-color: white;
  padding: 10px;
  bottom: 2px;
  border-radius: 50%;
}
.login-box .btn-facebook {
  background-color: #3b5998;
  color: white;
  opacity: 1;
  transition: var(--main-transition);
}
.login-box .btn-facebook:hover {
  background-color: #3b5998;
  color: white;
  opacity: .8;
}
.login-box .btn-facebook img {
  position: absolute;
  max-width: 100%;
  width: 10%;
  left: 3px;
  background-color: white;
  padding: 10px;
  bottom: 2px;
  border-radius: 50%;
}
.login-box .btn-apple {
  background-color: #000000;
  color: white;
  opacity: 1;
  transition: var(--main-transition);
}
.login-box .btn-apple:hover {
  background-color: black;
  color: white;
  opacity: .7;
}
.login-box .btn-apple img {
  position: absolute;
  max-width: 100%;
  width: 10%;
  left: 3px;
  background-color: white;
  padding: 10px;
  bottom: 2px;
  border-radius: 50%;
}

@media (max-width:481px) {
  .login-box .btn-apple img  {
    bottom: 5px !important;
    left: 5px !important;
    width: 12%;
  }
  .login-box .btn-google img  {
    bottom: 5px !important;
    left: 5px !important;
    width: 12%;
  }
  .login-box .btn-facebook img  {
    bottom: 5px !important;
    left: 5px !important;
    width: 12%;
  }
}

@media (max-width: 600px) {
  .login-box .btn img {
    bottom: 4px;
  }
}

.login-box .email-separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.login-box .email-separator::before, .email-separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.login-box .email-separator:not(:empty)::before {
  margin-right: .25em;
}
.login-box .email-separator:not(:empty)::after {
  margin-left: .25em;
}

.login-box .email-separator span {
  font-size: 17px;
  font-weight: 500;
  margin: 0 10px;
}

.btn i {
  margin-right: 8px;
}

.login-form-group {
  margin-bottom: 20px;
  text-align: start;
}

.login-form-group label {
  display: block;
  margin-bottom: 6px;
  color: black;
  font-weight:bold ;
}

.login-form-group input {
  width: 100%;
  padding: 10px;
  border: 2px solid #dddddd;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500 ;
}
.login-form-group input:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
}

.login-form-group p.forget-pass-text {
  margin-top: 8px ;
}
.login-form-group .forget-pass-text a {
  color:var(--button-color);
  /* transition: color 0.3s ease-in-out, font-weight 0.3s ease-in-out; */
}
.login-form-group .forget-pass-text a:hover {
  font-weight:bold ;
}

.login-box .btn-login{
  width: 100%;
  padding: 12px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.login-box .btn-login:hover{
  opacity: .8;
  transition: var(--main-transition);
}

.login-box .bottom-text {
  margin-top: 14px ;
}
.login-box .bottom-text .already-have-account {
  font-weight: 500 ;
}
.login-box .bottom-text .create-account {
  font-weight: 500 ;
  color: var(--button-color);
  transition: var(--main-transition);
}
.login-box .bottom-text .create-account:hover {
  font-weight: bold ;
}

/* End Login Page */

/* Start Register Page */
.register {
  position: relative;
  background: url('../assets/register-overlay.png') center center/cover no-repeat;
  height: 120vh;
  border-top:3px solid #DAD0D0;
  padding: 50px;
}
.register::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}


/* Media query for medium and small devices */
@media (max-width: 768px) {
  .register {
    position: relative;
    background: url('../assets/register-overlay.png') center center/cover no-repeat;
    height: auto;
  }
}

.register .card{
  border: 2px solid rgba(0, 0, 0, .125);
}

.register .card .card-title {
  color: black;
  font-weight: bold;
}

.register .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  border-bottom: 2px solid #B6B3B3;
  padding: 2.5rem;
}
.register .card-body .form-label {
  margin-bottom: 10px;
  color: black;
  font-weight: bold;
}

.register input {
  width: 100%;
  padding: 10px;
  border: 2px solid #dddddd;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}
.register input:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}

.register .card-bottom {
  padding: 2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 3.5;
}

.register .warning-box{
  padding: 26px;
  background-color: #E3CB8C;
  font-weight: 500;
  margin: 30px 0;
  box-shadow:  2px 2px 3px 0px rgba(0, 0, 0, 0.25), -2px -2px 3px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .register .card-bottom {
    padding: .6rem;
  }
}
@media only screen and (max-width: 991px) {
  .register .card-bottom {
    padding: .6rem;
  }
  .register {
    position: relative;
    background: url('../assets/register-overlay.png') center center/cover no-repeat;
    height: auto;
  }
}

.register .btn-register{
  width: 100%;
  padding: 12px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.register .btn-register:hover{
  opacity: .8;
}
.register span.terms-of-service{
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .register span.terms-of-service{
    font-size: 11px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .register {
    height: auto;
  }
  .register span.terms-of-service{
    font-size: 12px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .register span.terms-of-service{
    font-size: 14px;
    font-weight: 500;
  }
  .register {
    height: auto;
  }
}

/* End Register Page */


/* Start Forget Password Page */
.forget-password-section {
  position: relative;
  height: auto;
  border-top:3px solid #DAD0D0;
  padding: 50px;
}

.forget-password-section .card{
  border: 2px solid rgba(0, 0, 0, .125);
}

.forget-password-section .card .card-title {
  color: black;
  font-weight: bold;
}

.forget-password-section .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  /* border-bottom: 2px solid #B6B3B3; */
  padding: 2.5rem;
}
.forget-password-section .card-body .form-label {
  margin-bottom: 10px;
  color: black;
  font-weight: bold;
}

.forget-password-section input {
  width: 100%;
  padding: 10px;
  border: 2px solid #dddddd;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
}
.forget-password-section input:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}

.forget-password-section .card-bottom {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 3.5;
}

@media only screen and (max-width: 768px) {
  .forget-password-section .card-title {
    font-size: 16px;
  }
  .forget-password-section .card-bottom {
    padding: .6rem;
  }
}
@media only screen and (max-width: 991px) {
  .forget-password-section .card-bottom {
    padding: .6rem;
  }
  .forget-password-section {
    position: relative;
    height: auto;
  }
}

.forget-password-section .btn-send-email{
  width: 100%;
  padding: 12px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.forget-password-section .btn-send-email:hover{
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .forget-password-section {
    height: auto;
  }
  .forget-password-section span.terms-of-service{
    font-size: 12px;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1200px) {
  .forget-password-section span.terms-of-service{
    font-size: 14px;
    font-weight: 500;
  }
  .forget-password-section {
    height: auto;
  }
}

/* End Forget Password Page */


/* Start Profile Page */

/* Start Profile Navbar Section */

.profile-navbar .profile-search-container{
  margin: 20px auto !important;
  position: relative;
  margin-bottom:10px ;
  margin-top:10px ;
  width: 480px;
}
@media (max-width: 768px) {
  .profile-navbar .profile-search-container{
    width: 300px;
    margin: 20px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .profile-navbar .profile-search-container{
    margin: 0 0 0 0;
  }
  .profile-navbar .profile-search-container{
    width: 300px;
  }
}

.profile-navbar .profile-search-container .search-input{
  width: 100%;
  padding: 8px 40px 8px 15px;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 16px;
  box-sizing: border-box;
}
.profile-navbar .profile-search-container .search-icon{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 18px;
}

.profile-navbar ul.navbar-nav {
  gap: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-navbar .fav img {
  /* margin-left: 6px; */
  max-width: 100%;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.profile-navbar span.fav{
  font-size: 20px;
  font-weight:bold ;
}

.profile-navbar .icon {
  cursor: pointer;
}

.profile-navbar .my-courses-link {
  color: var(--main-color);
  font-weight: 500;
  font-size: 18px;
  transition: var(--main-transition);
  opacity: 1;
}

.profile-navbar .my-courses-link:hover {
  opacity: .7;
}

.profile-navbar .schedule img {
  /* gap: 7px; */
  /* margin-right: 8px; */
  max-width: 100%;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.profile-navbar span.schedule {
  font-size: 20px;
  font-weight:bold ;
}

.profile-navbar .profile-image{
  max-width: 100%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}



.profile-navbar .dropdown .btn-outline-secondary:active,
.profile-navbar .dropdown .btn-outline-secondary:hover{
  background-color: transparent !important;
}

.profile-navbar .btn-outline-secondary.dropdown-toggle.show {
  background-color: transparent;
  border: transparent;
}

.profile-navbar li .profile-box{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.profile-navbar .dropdown-menu  {
  position: relative;
}
.profile-navbar .dropdown-menu::before  {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid darkgray;
  z-index: 1;
}

.profile-navbar .dropdown-menu {
  padding: .8rem 0;
  width: 200px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25), -2px -2px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

@media (max-width: 991px) {
  .profile-navbar .dropdown-menu{
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .profile-navbar .dropdown{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .profile-navbar .dropdown-menu::before  {
    content: "";
    position: absolute;
    top: -10px;
    right: 10%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid darkgray;
    z-index: 1;
  }

}

@media (max-width: 1200px) {
  .profile-navbar .dropdown{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0;
    /* margin-bottom: 20px; */
  }

}

.profile-navbar .navbar-nav .dropdown .dropdown-item {
  display: flex;
  justify-content: start !important;
  align-items: center;
  transition: var(--main-transition);
}

.profile-navbar .profile-box .dropdown-item:hover {
  color: var(--button-color);
}

.profile-navbar .dropdown-menu {
  left: -34px !important;
  top: 120%;
}

.profile-navbar .dropdown-item{
  width: 60%;
  padding: .25rem 0rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

@media (min-width: 769px) and (max-width: 991px) {
  .profile-navbar .dropdown-menu {
    left: -16px !important;
    top: 110%;
  }
}

@media (max-width: 576px) {
  .profile-navbar .dropdown-menu {
    left: -40px !important;
  }
  .dropdown .btn-outline-secondary {
    height: 0;
  }
}

.profile-navbar .dropdown-divider {
  border-top: 3px solid #D3CDCD;
}

/* End Profile Navbar Section */

/* Start Profile Welcome Section */
.toast-message {
  font-size: 18px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
}
.toast-success{
  opacity: 1 !important;
}
.welcome {
  width: 100%;
  height: 300px;
  background-image: url('/assets/welcome-page-03.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.welcome .welcome-header-container {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.welcome .btn-welcome {
  padding: 10px 30px;
  border: 2px solid var(--button-color);
  color: var(--button-color);
  font-weight: bold;
  border-radius: 25px;
  font-size: 20px;
  transition: var(--main-transition);
  opacity: 1;
}
.welcome .btn-welcome:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}
/* For (1920x1080) Full HD Display @media (min-width: 1920px) */
@media (min-width: 1920px)  {
  .welcome .welcome-header-container {
    min-height: 33vh;
  }
}
/* @media (max-width: 768px) {
  .services-heading span {
    font-size: 12px;
    font-weight:bold ;
  }
} */

@media (max-width: 767px) {
  .welcome .welcome-header-container {
    min-height: 30vh;
  }
}

@media (max-width: 768px) {

  .welcome {
    width: 100%;
    height: 200px;
    background-image: url('/assets/welcome-page-03.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .welcome .btn-welcome {
    padding: 10px 25px;
    border: 2px solid var(--button-color);
    color: var(--button-color);
    font-weight: bold;
    border-radius: 25px;
    font-size: 16px;
    transition: var(--main-transition);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .welcome .btn-welcome {
    padding: 10px 16px;
    border: 2px solid var(--button-color);
    color: var(--button-color);
    font-weight: bold;
    border-radius: 25px;
    font-size: 14px;
    transition: var(--main-transition);
    opacity: 1;
  }

  .welcome .welcome-header-container {
    min-height: 30vh;
  }
}

/* Start Media Query For IPhones */
@media (max-width:480px) {
  .welcome .welcome-header-container {
    min-height: 20vh;
  }
}
/* End Media Query For IPhones */

/* End Profile Welcome Section */

/* End Profile Page */

/* Start About Us Page */

/* Start Astra Introduction */
.introduction {
  background-color: rgba(87, 83, 175, 0.15);
}
.introduction .intro-box {
  padding: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 768px) {
  .introduction .intro-box {
    padding: 20px
  }
}

.introduction .intro-box h2 {
  color: var(--main-color);
  font-weight:bold ;
  margin-bottom:75px ;
}
.introduction .intro-box p {
  color: black;
  font-size: 20px;
  font-weight: 500;
  width: 80%;
}

@media (max-width: 768px) {
  .introduction .intro-box p {
    color: black;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
}

/* End Astra Introduction */
/* Start Intro Messages Boxes */
.intro-messages {
  margin-top: 80px ;
  margin-bottom: 40px ;
}
.intro-messages h4 {
  font-size: 1.7rem;
}
.intro-messages .message-box01{
  background-color: #9D9CD2;
  color: white;
  padding: 40px 45px;
  border-radius: 20px;
  margin-bottom:20px ;
}
.intro-messages .message-box01 p{
  font-size: 23px;
  margin-top: 25px;
}
.intro-messages .message-box02{
  background-color: #5753AF;
  color: white;
  padding: 40px 45px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.intro-messages .message-box02 p{
  font-size: 23px;
  margin-top: 25px;
}
.intro-messages .message-box03{
  background-color: #D5CEEF;
  background-color: #bbb4d3;
  color: white;
  height: auto;
  border-radius: 20px;
  width: 75%;
  padding: 50px 40px 90px 50px;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) and (max-width: 1023px) {
  .intro-messages .message-box03{
    width: 100%;
  }
}
.intro-messages .message-box03 h4{
  margin-top: 30px;
  margin-bottom: 30px;
}
.intro-messages .message-box03 p{
  font-size: 24px;
}
@media (max-width: 576px) {
  .intro-messages .message-box03 {
    margin: 0 !important;
  }
}
/* Start Intro Messages Boxes */

/* Start Our Service */
.our-serv {
  padding: 40px;
}

.our-serv h3 {
  color: var(--main-color);
  font-size: 40px;
  font-weight: 800;
}


.our-serv .service-card {
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.our-serv .service-card:hover {
  transform: translateY(-5px);
}
.our-serv .service-card h4 {
  font-size: 1.6rem;
  font-weight:bold ;
}

@media (max-width: 1200px){
  .our-serv .service-card h4 {
    font-size: 1.3rem;
    font-weight:bold ;
  }
}

.our-serv .service-card-img {
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
  background-color: #E6E5F3;
  padding: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.our-serv .service-card-img img {
  max-width: 100%;
  width: 100px;
  height: 100px;
  padding: 6px;
  object-fit: contain;
}

/* @media (max-width: 1199.98px) {
  .our-serv .service-card-img img {
    max-width: 100%;
    width: 100px;
    height: 100px;
    padding: 6px;
    object-fit: contain;
  }
} */
/* End Our Service */

/* End About Us Page */

/* Start High School Page */

/* Start High School Section */

.high-school {
  width: 100%;
  background: linear-gradient(to bottom, #F2F4FF 0%, #FFFFFF 100%);
  padding: 60px 20px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.high-school  h2.high-school-header{
  font-size: 2.5rem;
}
.high-school .heading-section h4{
  font-size: 28px;
  font-weight: 400;
}

@media (max-width: 768px) {

  .high-school {
    width: 100%;
    padding: 40px;
    height: auto;
    position: relative;
  }

  .high-school  h2.high-school-header{
    font-weight: bold;
    text-align: start;
  }

  .high-school p {
    width: 70%;
  }

}

.high-school p {
  line-height: 1.6;
  width: 100%;
}

.high-school-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}
.high-school-imgs > img {
  border-radius: 20px ;
}

.high-school-imgs img.big_fav {
  max-width: 100%;
  width: 20%;
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.high-school::before {
  content: url('../assets/ellipse-01.svg');
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.high-school::after {
  content: url('../assets/ellipse-02.svg');
  position: absolute;
  bottom: -5px;
  right: 0px;
  z-index: 1;
}

/* End High School Section */

/* Start Discover Best Courses */

.discover-best-courses {
  padding: 60px 20px;
}

.discover-best-courses .filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 10px 0;
  gap: 10px;
}

.discover-best-courses .filter-button, .dropbtn {
  background-color: white;
  border: 2.56px solid rgba(65, 60, 60, 0.78);
  border-radius: 22px;
  padding: 5px 12px;
  cursor: pointer;
  text-align: center;
  font-weight:500 ;
  font-size: 18px;
  transition: var(--main-transition);
}

.discover-best-courses .filter-button:hover, .dropbtn:hover {
  background-color: #ddd;
}

.discover-best-courses .dropdown {
  position: relative;
  display: inline-block;
}

.discover-best-courses .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.discover-best-courses .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.discover-best-courses .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.discover-best-courses .dropdown:hover .dropdown-content {
  display: block;
}

.discover-best-courses .reset-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: var(--button-color);
  cursor: pointer;
}

.discover-best-courses .sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 600px) {
  .discover-best-courses .filter-bar {
    flex-direction: row;
  }

  .discover-best-courses .filter-button, .dropbtn {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight:700;
    padding: 4px 8px;
  }
}

.discover-stages-container h3 {
  color: black;
  font-size: 30px;
  font-weight:700 ;
}

@media (max-width: 600px) {
  .discover-stages-container h3 {
    color: black;
    font-size: 25px;
    font-weight:700 ;
  }

  .discover-best-courses .sorting {
    font-size: 14px;
    font-weight:bold ;
  }

}


.discover-stages-container .dropbtn {
  background-color: #9e9c9c;
  color: black;
  padding: 4px 20px;
  margin-left: 5px;
  margin-bottom: 10px ;
}

.discover-stages-container .dropbtn:hover {
  background-color: rgb(158 156 156 / 40%);
}

@media (max-width: 600px) {
  .discovr-stages-bar{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
  }

  .discover-stages-container .dropbtn {
    background-color: #9e9c9c;
    color: black;
    padding: 4px 12px;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 12px !important;
    font-weight: 700;
  }

  .discover-best-courses .filter-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 10px 0;
    gap: 6px;
  }

}

@media (max-width:1025px){
  .discover-stages-container .dropbtn {
    background-color: #9e9c9c;
    color: black;
    padding: 4px 6px;
    margin-left: 2px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .discover-best-courses .filter-button, .dropbtn {
    padding: 4px 8px;
    font-size: 14px;
  }
}

/* Start Media Query For IPhones */
@media (max-width:480px) {
  .discover-best-courses .filter-bar {
    gap: 4px !important;
  }
  .discover-best-courses .filter-button, .dropbtn {
    padding: 4px 4px;
    font-size: 12px;
    margin-bottom:6px ;
  }
  .discover-stages-container h3 {
    font-size: 22px;
  }
  .discover-stages-container .dropbtn {
    padding: 4px 4px !important;
    font-size: 10px !important;
  }

}

/* Start Stages Boxes */
.stage-one-box {
  border-radius: 14px;
  box-shadow:
  2px 2px 3px 0 rgba(0, 0, 0, 0.25),
  -2px -2px 3px 0 rgba(0, 0, 0, 0.25);
  transition: var(--main-transition);
}

.stage-one-box:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.stage-one-box .stage-img img {
  height: 200px;
  object-fit: cover;
}

.stage-one-box .stage-content {
  padding: 18px 34px;
}
.stage-one-box .stage-content h5 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px
}

.stage-one-box .stage-content .stage-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 36px;
}

.stage-one-box .stage-content .stage-rating .stage-rates{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.stage-one-box .stage-content .stage-rating .stage-rates span{
  font-size: 18px;
  gap: 6px;
}
.stage-one-box .stage-content .stage-rating .stage-rating-img img{
  cursor: pointer;
  max-width: 100%;
  width: 80%;
}

.stage-one-box .stage-content .stage-mentor {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
}
.stage-one-box .stage-content .stage-mentor img {
  margin-left: 20px;
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.stage-one-box .stage-content .stage-mentor h6 {
  margin-bottom: 0;
  font-size: 18px;
}

.stage-one-box .stage-content .stage-details {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stage-one-box .stage-content .stage-details strong {
  margin-bottom: 2px;
}
.stage-one-box .stage-content .stage-details span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px 20px 10px;
  font-size: 20px;
}
/* End Stages Boxes */

/* End Discover Best Courses */
/* End High School Page */

/* Start Course Details Page */

.course-desc {
  padding: 50px 0;
  background-color: white;
}
.course-desc .heading-title h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
.course-desc .heading-img img {
  max-width: 100%;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
}

@media (max-width: 768px){
  .course-desc .heading-title h3 {
    font-size: 1.35rem;
  }
  .course-desc .heading-img {
    text-align: center;
  }
}

/* Start Media Query For IPhones */
@media (max-width:480px) {
  .course-desc .heading-title h3 {
    font-size: 1.1rem;
  }
}

.course-desc .heading-desc h4 {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 20px 0px;
}
.course-desc .heading-desc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.course-desc .heading-teacher .heading-teacher-img img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.course-desc .heading-teacher .heading-teacher-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.course-desc .heading-teacher .heading-teacher-desc h5 {
  font-weight:bold ;
  color: var(--button-color);
}
.course-desc .heading-teacher .heading-teacher-desc span {
  font-size: 18px;
  font-weight: 500 ;
}

.course-desc .faq-container {
  width: 100%;
  padding-top: 20px;
}

.course-desc .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.course-desc .faq-question {
  font-size: 1.25em;
  color: #4a148c;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold ;
  margin-top: 10px ;
}

.course-desc .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  margin-top: 10px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
}

.course-desc .faq-question span {
  font-size: 0.8em;
}

.course-desc .faq-question i {
  transition: transform 0.3s ease-in-out;
}

.course-desc .class-schedule {
  border-radius: 16px ;
  overflow: hidden;
  box-shadow:
  2px 2px 3px rgba(0, 0, 0, 0.25),
  -2px -2px 3px rgba(0, 0, 0, 0.25);
  width: 80%;
}

.course-desc .class-schedule .class-schedule-header {
  background-color: #DDE5FE;
  padding: 20px;
}
.course-desc .class-schedule .class-schedule-details-01 {
  padding: 10px;
  border-bottom: 1px solid #ABAEB8 ;
}
.course-desc .class-schedule .class-schedule-details-02 {
  padding: 10px;
  border-bottom: 1px solid #ABAEB8 ;
}

.course-desc .class-schedule-details-01 span,
.course-desc .class-schedule-details-02 span,
.course-desc .class-schedule-details-03 span{
  font-size: 18px;
  font-weight: 500;
  /* margin: 8px 0; */
}
.course-desc .class-schedule-details-01 .large-number{
  font-size: 40px !important;
  /* margin: 8px 0; */
  font-weight: bold;
}
.course-desc .class-schedule-details-03 .btn-class-schedule{
  width: 100%;
  padding: 12px 22px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.course-desc .class-schedule-details-03 .btn-class-schedule:hover{
  opacity: .8;
  transition: var(--main-transition);
}

@media (max-width: 991px) {
  .box-details-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px ;
  }
  .course-desc .class-schedule {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .course-desc .class-schedule {
    width: 80% ;
  }
}

/* Start Media Query For IPhones */
@media (max-width:480px) {
  .course-desc .class-schedule-details-03 .btn-class-schedule{
    font-size: 17px;
  }
}

/* Start Calendar and Date Section */

.calendar-date {
  height: auto;
  background-color: #E9EAFF;
}

.calendar-date h3 {
  padding: 50px;
  color: black;
  font-size: 30px;
  font-weight: 800;
}

.calendar {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 400px;
  height: auto;
  color: var(--main-color);
  direction: ltr;
  font-family: "Roboto", sans-serif !important;
}

.calendar-header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
}

.calendar-header button {
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
}

#monthYear {
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}

#monthSelect {
  font-size: 1em;
  border: none;
  background: #f9f9f9;
  display: none;
}

.selectable:hover {
  color: #4A90E2;
}


.days div {
  font-weight: 500;
}

.days, .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 columns for each day of the week */
  gap: 5px; /* Space between cells */
  background: #f9f9f9;
  padding: 10px 10px;
}

.days div {
  text-align: center;
  font-weight: 500;
  color: #5753AF !important;
}

.dates div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
  color: #5753AF;
}

.dates div.blur {
  color: #ccc;
  cursor: not-allowed;
}

.dates div:hover {
  background: #f0f0f0;
}

.dates div.selected {
  background: linear-gradient(to bottom, #D2D0FF 0%,#060088 86%);
  color: white;
  border-radius: 50%;
}

.appointments .btn-appointment01,
.appointments .btn-appointment02,
.appointments .btn-appointment03,
.appointments .btn-appointment04{
  background-color: white;
  color: #060088;
  margin: 10px;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  transition: var(--main-transition);
  opacity: 1;
}

.appointments .btn-appointment01:hover,
.appointments .btn-appointment02:hover,
.appointments .btn-appointment03:hover,
.appointments .btn-appointment04:hover{
  color: white;
  background-color: #2C296A;
}
.appointments .btn-appointment01.active,
.appointments .btn-appointment02.active,
.appointments .btn-appointment03.active,
.appointments .btn-appointment04.active{
  color: white;
  background-color: #2C296A;
}

.appointments .btn-subscribe{
  display: block;
  width: 95%;
  border-radius: 22px;
  font-size: 22px;
  background-color: white;
  color: #060088;
  margin-top: 50px;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  padding: 8px 40px;
  border: none;
}

.appointments .btn-subscribe:hover{
  background: linear-gradient(to right, #4700D2 0%, #25006C 100%);
  color: white;
}

.appointments .btn-subscribe.active {
  background: linear-gradient(to right, #4700D2 0%, #25006C 100%);
  color: white;
}
/* End Calendar and Date Section */

/* Start More Courses Section */
.more-courses{
  background-color: white;
}
.more-courses h3{
  padding: 50px;
  color: black;
  font-size: 30px;
  font-weight: 800;
}
/* Start Media Query For IPhones */
@media (max-width:480px) {
  .more-courses h3{
    font-size: 28px;
    font-weight: 800;
  }
}

/* Start Favourite Modal */
.modal.fav-modal {
  top: 20% !important;
}
.modal #favModalLabel {
  font-size: 24px !important;
  font-weight: bold;
}
.fav-modal-content {
  border-radius: 15px !important;
  padding: 10px !important;
}
.modal .close-fav{
  margin: 0 !important;
}

.modal .fav-checkbox-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #D9D7FC;
  border-radius: 10px;
  direction: rtl;
}
.modal .fav-checkbox-container img {
  margin-left: 15px;
  margin-right: 10px;
  max-width: 100%;
  width: 20%;
}

.modal .form-check .form-check-input {
  margin-left: 10px !important;
  margin-top: 0 !important;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.modal.modal.fav-modal .form-check-input:checked {
  background-color: #1AAA28 !important;
  border-color: #1AAA28 !important;
}
.modal .form-check-input:focus {
  box-shadow: none;
}
.form-check-input:checked[type=checkbox] {
  background-image: url('../assets/checked-line.svg');
  background-size: 75%;
  /* padding: 10px; */
}
.fav-modal .modal-body .btn-create-fav-list {
  font-size: 18px;
  font-weight: bold;
  color: #4700D2;
}
.fav-modal .modal-body .btn-add-fav {
  font-size: 18px;
  font-weight: bold;
  background-color: #4700D2;
  color: white;
  margin-right: 10px ;
  padding: 10px 30px;
  border-radius: 24px;
  cursor: pointer;
  opacity: 1;
  transition: var(--main-transition);
}
.fav-modal .modal-body .btn-add-fav:hover {
  opacity: .8;
}
/* End Favourite Modal */

/* Start Subscribe Modal */
.subscribe-modal .close-subscribe {
  margin-right: auto !important;
  margin-top: 30px !important;
  margin-left: 30px;
}
.subscribe-modal .modal-header {
  border-bottom: none ;
}
.subscribe-modal .modal-body{
  padding: 0 40px;
}
.subscribe-modal .modal-content{
  width: 675px;
  border-radius: 20px;
}
.subscribe-modal .card-option {
  cursor: pointer;
  border: 2px solid #ABAEB8;
  border-radius: 20px;
  position: relative;
  padding: 20px 30px;
  text-align: start;
  opacity: .5;
}
.subscribe-modal .card-option.selected {
  border-color: #4700D2;
  opacity: 1;
}
.subscribe-modal .checkmark {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #4700D2;
  border-radius: 15px 0 15px 0px;
  display: none;
}
.subscribe-modal .checkmark img {
  max-width: 100%;
  top: 35%;
  position: absolute;
  left: 28%;
}
.subscribe-modal .card-option.selected .checkmark {
  display: block;
}

.subscribe-modal .header-img-date .header-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe-modal .header-img-date .header-img img {
  max-width: 100%;
  width: 20%;
  border-radius: 20px;
  object-fit: cover;
}
.subscribe-modal .header-date p {
  font-weight: bold;
}
.subscribe-modal .header-date h6 {
  text-align: start;
}

.subscribe-modal .modal-footer {
  border-top: none
}

.subscribe-modal .card-options{
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.subscribe-modal .card-options .payment-weekly{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8C309;
  border-radius: 16px;
  padding: 6px 25px;
  border-radius: 10px;
}

.subscribe-modal .card-option-content span {
  font-weight: 500;
}

.card-option .decided-date .dropbtn {
  background-color: white;
  border: 1px solid var(--button-color);
  border-radius: 22px;
  padding: 5px 50px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  transition: var(--main-transition);
  color: var(--button-color);
  width: 280px;
}

.decided-date .dropdown {
  position: relative;
  display: inline-block;
}

.decided-date .dropbtn {
  /* background-color: #3498db; */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 4px;
  outline: none;
}

.decided-date .arrow-drop-down-line {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  position: absolute;
  left: 20px;
}

.decided-date .dropdown-date-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 280px;
  border-radius: 22px;
  font-weight: 500;
  font-size: 18px;
}

.decided-date .dropdown-date-content a {
  color: black;
  padding: 8px 50px;
  text-decoration: none;
  display: block;
}

.decided-date .dropdown-date-content a:hover {
  background-color: #ddd;
}

.decided-date .dropdown:hover .dropdown-date-content {
  display: block;
}

.decided-date .dropdown:hover .arrow-drop-down-line {
  transform: rotate(180deg);
}

.subscribe-modal .modal-footer {
  padding: 2rem;
}
.subscribe-modal .modal-footer .btn-next  {
  padding: 10px 30px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}

.subscribe-modal .modal-footer .btn-next:hover  {
  opacity: .85;
}

.subscribe-modal .modal-footer .btn-prev  {
  padding: 10px 30px;
  color: var(--button-color);
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}


@media (min-width: 576px) {
  .modal-dialog {
    max-width: 675px;
    margin: 1.8rem auto;
  }
}
/* End Modal Page One */

/* Start Modal Page Two */
.page-two-content h5{
  display: block;
  text-align: start;
}
.page-two-content .student-container {
  margin-bottom: 20px;
}
.page-two-content .student-age {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}

.page-two-content input[type=checkbox]{
  width: 1.3em;
  height: 1.3em;
  margin-left: 20px;
  cursor: pointer;

}
.page-two-content input:checked{
  background-color: var(--button-color);
  border-color: var(--button-color);
}

.page-two-content .input-name {
  width: 40% !important;
  font-size: 18px;
  font-weight: 500;
  box-shadow:
  1px 1px 2px 0 rgba(0, 0, 0, 0.25),
  -1px -1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.page-two-content .input-name:focus {
  border-color: transparent;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25), -1px -1px 2px 0 rgba(0, 0, 0, 0.25);
}

.page-two-content .student-age .dropbtn {
  background-color: white;
  border: 2px solid var(--button-color);
  border-radius: 22px;
  padding: 8px 0 10px 25px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  transition: var(--main-transition);
  color: var(--button-color);
  width: 140px;
  margin-right: 40px;
  margin-bottom: 0;
}

.page-two-content .dropdown {
  position: relative;
  display: inline-block;
}

.page-two-content .arrow-drop-down-line {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  position: absolute;
  left: 20px;
  top: 13px;
}

.page-two-content .dropdown-age-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 140px;
  border-radius: 22px;
  font-weight: 500;
  font-size: 18px;
  margin-right: 40px;
  cursor: pointer;
}

.page-two-content .dropdown-age-content a {
  color: black;
  padding: 8px 50px;
  text-decoration: none;
  display: block;
}

.page-two-content .dropdown-age-content a:hover {
  background-color: #ddd;
}

.page-two-content .dropdown:hover .dropdown-age-content {
  display: block;
}

.page-two-content .dropdown:hover .arrow-drop-down-line {
  transform: rotate(180deg);
}

.page-two-content .add-new-student{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.page-two-content .add-new-student strong{
  color: var(--button-color);
  font-size: 18px;
}

.page-two-content .add-new-student svg {
  margin-left: 20px;
  font-size: 22px;
  color: var(--button-color);
}

.page-two-content .course-cost .payment-weekly{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8C309;
  border-radius: 16px;
  padding: 6px 25px;
  border-radius: 10px;
  margin-top: 20px ;
  width: fit-content;
}

.page-two-content .course-cost span{
  font-weight: 500;
  font-size: 14px;
}

.page-two-content .cost-text-number {
  display: flex;
  justify-content: space-between;
  background-color: #E2E3F4;
  padding: 20px 30px 20px 30px;
  align-items: center;
  border-radius: 15px;
  margin-top: 20px;
}
.page-two-content .cost-text-number span {
  font-size: 18px;
  font-weight: bold;
}
.page-two-content .course-refund span {
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto';
}
.page-two-content span.course-standard-policy {
  color: var(--button-color);
  font-family: 'Roboto';
}
/* End Modal Page Two */

/* Start Modal Page Three */

.payment-card-form {
  padding: 20px;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  margin-bottom: 10px;
}

.payment-form {
  margin: 20px 0;
}

.payment-form .form-group {
  margin-bottom: 25px;
}

.payment-form .form-group label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.payment-form .form-group .error-message {
  color: #d63031;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.25rem;
  text-align: start;
  font-weight: 500;
}

.payment-form .form-control:focus {
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
  outline: 1px solid rgba(108, 117, 125, .5);
}

.payment-form .input-group-text img {
  margin-right: 5px;
}

.payment-form .form-control {
  height: 45px;
  font-size: 16px;
}

.payment-form .input-group {
  position: relative;
}

.payment-form .card-logos {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 5px;
}

@media only screen and (min-width: 768px) {
  .payment-form .card-logos img {
    max-width: 100%;
    width: fit-content;
    object-fit: cover;
  }
}

#modalPage3 button.btn-checkout {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #DDE5FE;
  color: black;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border-radius: 15px;
  transition: var(--main-transition);
  opacity: 1;
}

#modalPage3 button.btn-checkout:hover {
  opacity: .8;
}
#modalPage3 button.btn-apple-pay {
  display: block;
  width: 100%;
  margin-top: 30px;
  /* margin-bottom: 10px; */
  background-color: black;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  border-radius: 15px;
  transition: var(--main-transition);
  opacity: 1;
  display: flex;
  justify-content: center;
  gap: 5px;
}

#modalPage3 button.btn-apple-pay:hover {
  opacity: .8;
}

.modal-footer #paymentPrevBtn {
  width: 100%;
  margin-top: -40px;
  display: inline-block;
  padding: 10px;
  background-color: transparent;
  color: var(--button-color);
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.modal-footer #paymentPrevBtn:focus,
.modal-footer #paymentPrevBtn:active{
  box-shadow: none;
}

/* Start Responsive Subscribe Modal in Samll and Medium Devices */
@media (max-width: 576px) {
  .subscribe-modal .modal-content {
    width: 100%;
    border-radius: 10px;
  }

  .subscribe-modal .modal-body {
    padding: 0 15px;
  }

  .subscribe-modal .card-option {
    padding: 15px 20px;
  }

  .card-option .decided-date .dropbtn {
    padding: 5px 20px;
    width: 170px;
  }

  .decided-date .dropdown-date-content {
    padding: 0px;
    width: 160px;
  }

  .page-two-content .student-age .dropbtn {
    margin-right: 30px;
  }

  .page-two-content .dropdown-age-content {
    margin-right: 20px;
  }

  .decided-date .dropdown-date-content a {
    padding: 6px 20px;
  }

  .subscribe-modal .header-img-date .header-img img {
    width: 40%;
  }

  .subscribe-modal .card-option-content span {
    font-size: 15px;
  }

  .subscribe-modal .card-options .payment-weekly {
    padding: 4px 15px;
  }

  .subscribe-modal .modal-footer {
    padding: 1rem;
  }

  .subscribe-modal .modal-footer .btn-prev,
  .subscribe-modal .modal-footer .btn-next {
    padding: 8px 20px;
    /* font-size: 16px; */
  }

  .page-two-content .input-name {
    width: 40% !important;
  }

  .page-two-content .student-age .dropbtn {
    padding: 8px 15px 8px 45px;
    font-size: 16px;
    /* width: auto; */
  }

  .page-two-content .dropdown-age-content {
    width: auto;
  }

  .page-two-content .course-cost .payment-weekly {
    padding: 4px 15px;
  }

  .page-two-content .cost-text-number {
    padding: 10px 20px;
  }

  .payment-card-form {
    padding: 15px;
  }

  .payment-form .form-control {
    height: 40px;
    font-size: 14px;
  }

  .payment-form .card-logos img {
    width: 20px;
  }

  #modalPage3 button.btn-checkout {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: 15px;
  }

  .subscribe-modal .header-date p {
    font-size: 13px;
  }
  .payment-form .form-group.row .col {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .modal-dialog {
    max-width: 90%;
  }

  .subscribe-modal .modal-content {
    width: 100%;
    border-radius: 15px;
  }

  .subscribe-modal .modal-body {
    padding: 0 20px;
  }

  .subscribe-modal .card-option {
    padding: 15px 25px;
  }

  .subscribe-modal .header-date p {
    font-size: 13px;
  }

  .subscribe-modal .header-img-date .header-img img {
    width: 25%;
  }

  .subscribe-modal .card-options .payment-weekly {
    padding: 5px 20px;
  }

  .subscribe-modal .modal-footer {
    padding: 1.5rem;
  }

  .subscribe-modal .modal-footer .btn-prev,
  .subscribe-modal .modal-footer .btn-next {
    padding: 10px 25px;
    font-size: 17px;
  }

  .page-two-content .input-name {
    width: 50% !important;
  }

  .page-two-content .student-age .dropbtn {
    padding: 7px 20px;
    font-size: 17px;
    margin-bottom: 40px !important;
  }

  .page-two-content .course-cost .payment-weekly {
    padding: 6px 20px;
  }

  .page-two-content .cost-text-number {
    padding: 15px 25px;
  }

  .payment-card-form {
    padding: 18px;
  }

  .payment-form .form-control {
    height: 42px;
    font-size: 15px;
  }

  .payment-form .card-logos img {
    width: 24px;
  }

  #modalPage3 button.btn-checkout {
    font-size: 17px;
    padding: 9px;
  }
}

/* End Responsive Subscribe Modal in Samll and Medium Devices */
/* End Modal Page Three */
/* End Subscribe Modal */
/* End More Courses Section */

/* End Course Details Page */

/* Start Join as a Teacher */
.join-as-teacher {
  padding: 50px 0;
  background-color: #D9DBF5;
}
.join-as-teacher h3 {
  color: black;
  font-size: 26px;
  font-weight: 600 ;
  margin-bottom: 35px;
}
.join-as-teacher .btn-register-as-teacher {
  padding: 10px 20px;
  border: 2px solid var(--button-color);
  color: var(--button-color);
  background-color: white;
  font-weight: bold;
  border-radius: 25px;
  font-size: 20px;
  transition: var(--main-transition);
  opacity: 1;
}
.join-as-teacher .btn-register-as-teacher:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}
/* End Join as a Teacher */

/* Start Why Joining Us */
.why-joining-us {
  padding: 50px 0;
  background-color: white;
}
.why-joining-us h3 {
  color: black;
  font-size: 28px;
  font-weight: 600 ;
  margin-bottom: 80px;
}
.why-joining-us .join-box {
  margin-bottom: 20px;
}
.why-joining-us .join-title {
  color: black;
  font-size: 25px;
  font-weight: bold;
  display: block;
  margin-bottom: 35px;
}
.why-joining-us .join-desc {
  width: 60%;
  margin: 10px auto;
  font-weight: 400;
  direction: ltr;
}
/* End Why Joining Us */

/* Start About Adastra */
.about-adastra {
  padding: 60px 0;
  background-color: #F3F4FE;
}
.about-adastra h3 {
  color: var(--button-color);
  font-size: 30px;
  font-weight: 600 ;
  margin-bottom: 55px;
}
.about-adastra .about-adastra-img img {
  max-width: 100%;
  width: 65%;
}
.about-adastra .about-adastra-desc {
  margin-top: 12%;
}
.about-adastra .about-adastra-desc p {
  font-size: 19px;
  font-weight: 500;
  width: 80%;
  text-align: start;
  line-height: 2;
}

/* Media Queries */
@media (min-width: 993px) and (max-width : 1200px) {
  .about-adastra .about-adastra-desc {
    margin-top: 8%;
  }
  .about-adastra .about-adastra-desc p {
    line-height: 1.8;
  }
}

@media (max-width: 992px) {
  .about-adastra h3 {
    font-size: 26px;
    margin-bottom: 45px;
  }

  .about-adastra .about-adastra-img img {
    width: 75%;
  }

  .about-adastra .about-adastra-desc {
    margin-top: 10%;
  }

  .about-adastra .about-adastra-desc p {
    font-size: 17px;
    width: 100%;
    line-height: 1.8;
  }
}

@media (max-width: 768px) { /* Tablets in portrait mode and mobile phones */
  .about-adastra h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .about-adastra .about-adastra-img img {
    width: 80%;
  }

  .about-adastra .about-adastra-desc {
    margin-top: 5%;
  }

  .about-adastra .about-adastra-desc p {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 576px) { /* Mobile phones in portrait mode */
  .about-adastra {
    padding: 30px 0;
  }

  .about-adastra h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .about-adastra .about-adastra-img img {
    width: 80%;
    margin-bottom: 30px;
  }

  .about-adastra .about-adastra-desc {
    margin-top: 0;
  }

  .about-adastra .about-adastra-desc p {
    font-size: 16px;
    width: 80%;
    text-align: center;
    font-weight: 500;
  }
}
/* End About Adastra */

/* Start Our Famous Teachers */
.our-famous-teacher {
  padding: 40px 0;
  background-color: white;
}
.our-famous-teacher h3 {
  color: black;
  font-size: 28px;
  font-weight: 600 ;
  margin-bottom: 60px;
  margin-top: 40px;
}
.our-famous-teacher .card {
  padding: 1rem 1rem !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border: none;
  transition: var(--main-transition);
  margin-bottom: 20px;
  width: 21rem
}
.our-famous-teacher .card:hover {
  transform: scale(1.02);
}
.our-famous-teacher .card-body {
  padding: 0 !important;
  border-bottom: none
}
.our-famous-teacher .famous-teacher-card img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.our-famous-teacher .famous-teacher-card .card-title {
  margin-top: 14px;
  font-size: 22px;
}
.our-famous-teacher .famous-teacher-card .card-subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  width: 90%;
  text-align: center;
  margin: 10px auto;
}
.our-famous-teacher .famous-teacher-card .rating  {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-famous-teacher .famous-teacher-card .rating span  {
  color: #707088;
  margin-top: 5px;
  margin-left: 10px;
}
.our-famous-teacher .famous-teacher-card .rating img {
  margin: 0 2px;
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .our-famous-teacher .card-title {
    font-size: 20px;
  }
  .our-famous-teacher .card-subtitle {
    font-size: 13px;
  }
}

/* Small devices (phones) */
@media (max-width: 576px) {
  .our-famous-teacher {
    padding: 0 0 30px 0;
  }
  .our-famous-teacher h3 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .our-famous-teacher .card {
    padding: 0.5rem;
    max-width: 100%;
  }
  .our-famous-teacher .card-title {
    font-size: 18px;
  }
  .our-famous-teacher .card-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/* End Our Famous Teachers */

/* Start Common Questions */
.common-questions {
  padding: 40px 0;
}
.common-questions h3 {
  color: black;
  font-size: 28px;
  font-weight: 600 ;
  margin-bottom: 20px;
  margin-top: 40px;
}
/* Making A Bullet Point For The Text */
.bullet-point::before {
  content: "•";
  color: black;
  font-size: 1.2em;
  margin-right: 10px;
  vertical-align: middle;
}
.common-questions-box {
  padding: 20px 40px;
}
.common-questions .question-title-brief {
  font-weight: 500;
}
.common-questions-box ul li {
  font-weight: 500;
  font-size: 17px;
}
.common-questions-box02 {
  padding: 10px 40px;
}

.common-questions .teacher-login-btn{
  display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.common-questions .btn-register-as-teacher {
  padding: 10px 20px;
  border: 2px solid var(--button-color);
  color: var(--button-color);
  background-color: white;
  font-weight: bold;
  border-radius: 25px;
  font-size: 20px;
  transition: var(--main-transition);
  opacity: 1;
}
.common-questions .btn-register-as-teacher:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}

/* Start Popup Modal Login */
.login-modal {
  /* background-color: #ffffff;
  padding: 50px;
  border-radius: 8px; */
  margin: 0 auto;
}

.login-modal h3 {
  margin-bottom: 50px;
  color: black;
  font-weight:bold ;
}

.login-modal .modal-header {
  flex-flow: row-reverse;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  border-bottom: none ;
}
.login-modal .modal-title {
  margin-left: auto;
  font-size: 26px;
  font-weight: bold;
}

.login-modal .modal-content {
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 70%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 15px;
  outline: 0;
  margin: auto;
}
.login-modal .modal-title {
  margin-left: auto;
}

.login-modal .btn{
  position: relative;
  padding: 10px;
  border-radius: 24px;
}

.login-modal .modal-body .btn-google {
  background-color: #4285F4;
  color: white;
  opacity: 1;
  transition: var(--main-transition);
  font-weight: 500;
  font-size: 18px;
}
.login-modal .modal-body .btn-google:hover {
  background-color: #4285F4;
  color: white;
  opacity: .8;
}
.login-modal .modal-body .btn-google img {
  position: absolute;
  max-width: 100%;
  width: 10%;
  left: 20px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
}
.login-modal .modal-body .btn-facebook {
  background-color: #3b5998;
  color: white;
  opacity: 1;
  transition: var(--main-transition);
  font-weight: 500;
  font-size: 18px;
}
.login-modal .modal-body .btn-facebook:hover {
  background-color: #3b5998;
  color: white;
  opacity: .8;
}
.login-modal .modal-body .btn-facebook img {
  position: absolute;
  max-width: 100%;
  width: 10%;
  left: 20px;
  background-color: white;
  padding: 5px;
  border-radius: 50%;
}
.login-modal .modal-body .btn-apple {
  background-color: #000000;
  color: white;
  opacity: 1;
  transition: var(--main-transition);
  font-weight: 500;
  font-size: 18px;
}
.login-modal .modal-body .btn-apple:hover {
  background-color: black;
  color: white;
  opacity: .7;
}
.login-modal .modal-body .btn-apple img {
  position: absolute;
  max-width: 100%;
  width: 10%;
  left: 20px;
  background-color: white;
  padding: 3px;
  border-radius: 50%;
}
.login-modal .modal-body .btn-email {
  color: var(--button-color);
  border-color: va;
  border: 2px solid;
  font-weight: 500;
  font-size: 18px;
}
.login-modal .modal-body .btn-email:hover {
  color: white;
  background-color: var(--button-color);
  border: 2px solid var(--button-color);
  font-weight: 500;
  font-size: 18px;
}
.login-modal .modal-body .btn-email:hover svg {
  color: white;
}
.login-modal .modal-body .btn-email svg {
  position: absolute;
  max-width: 100%;
  width: 10%;
  left: 16px;
  padding: 5px;
  border-radius: 50%;
  font-size: 26px;
  color: var(--button-color);
}

.login-modal .modal-footer {
  border-top: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.login-modal .modal-footer a {
  color: var(--button-color)
}

@media (max-width: 576px) { /* Mobile phones in portrait mode */
  .login-modal .modal-content{
    width: 100%;
    margin-top: 25%;
  }
  .login-modal .modal-body .btn-google {
    font-size: 17px;
  }
  .login-modal .modal-body .btn-facebook {
    font-size: 17px;
  }
  .login-modal .modal-body .btn-apple {
    font-size: 17px;
  }
  .login-modal .modal-body .btn-email {
    font-size: 17px;
  }
}
/* End Popup Modal Login */

/* End Common Questions */

/* Start Welcome Teacher */
.welcome-teacher{
  padding: 60px 0 0 0;
  border-top: 3px solid #DAD0D0;
}
.welcome-teacher .welcome-teacher-to-adastra {
  padding: 20px;
}
.welcome-teacher .welcome-teacher-to-adastra h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
.welcome-teacher .welcome-teacher-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-teacher .welcome-teacher-img img {
  max-width: 100%;
  width: 30%;
  margin-left: 30px;
  object-fit: cover;
}
.welcome-teacher .welcome-teacher-img p {
  font-size: 18px;
  font-weight: 500;
}
.welcome-teacher .joined-date {
  padding: 50px;
  background-color: #DDE5FE;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 40px;
  width: 86%;
  margin: auto;
  margin-top: 20px;
}
.welcome-teacher .joined-date img {
  max-width: 100%;
  width: 30%;
  object-fit: contain;
  margin-bottom: 30px;
}
.welcome-teacher .joined-date span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.welcome-teacher .account-buttons{
  gap: 10px;
  display: flex;
}

.welcome-teacher .joined-date .btn-share-account{
  /* width: 100%; */
  padding: 8px 18px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  /* font-size: 18px; */
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.welcome-teacher .joined-date .btn-share-account:hover{
  opacity: .8;
  transition: var(--main-transition);
}
.welcome-teacher .joined-date .btn-edit-account {
  padding: 8px 18px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 24px;
  cursor: pointer;
  /* font-size: 16px; */
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
}
.welcome-teacher .joined-date .btn-edit-account:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}

@media (max-width: 1200px) {
  .welcome-teacher .joined-date {
    width: 100%;
  }

  .welcome-teacher .joined-date img {
    width: 40%;
    margin-bottom: 20px;
  }

  .welcome-teacher .joined-date span {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .welcome-teacher .account-buttons {
    flex-direction: column;
  }

  .welcome-teacher .joined-date .btn-share-account,
  .welcome-teacher .joined-date .btn-edit-account {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* Small devices (phones) */
@media (max-width: 576px) {
  .welcome-teacher {
    padding: 30px 0;
  }
  .welcome-teacher .joined-date {
    width: 80%;
  }

  .welcome-teacher .joined-date img {
    width: 50%;
    margin-bottom: 15px;
  }

  .welcome-teacher .joined-date span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .welcome-teacher .account-buttons {
    flex-direction: column;
    align-items: center;
  }

  .welcome-teacher .joined-date .btn-share-account,
  .welcome-teacher .joined-date .btn-edit-account {
    width: 100%;
    padding: 12px 24px;
    font-size: 14px;
  }
}
/* End Welcome Teacher */

/* Start Welcome Teacher Page */
/* Start Apply To Adastra */
/* .apply-to-adastra{
  padding-bottom: 20px;
} */
.apply-to-adastra .apply-to-adastra-box:first-child {
  padding: 20px 50px 10px 50px;
}
.apply-to-adastra .apply-to-adastra-box:not(:first-child) {
  padding: 10px 50px 10px 50px;
}
.apply-to-adastra-box .apply-to-adastra-boxs {
  padding-top: 20px;
  margin-bottom: 0px;
}
.apply-to-adastra .apply-to-adastra-boxs h3 {
  font-weight: bold;
}
.apply-to-adastra .apply-to-adastra-boxs p {
  font-size: 17px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}
.apply-to-adastra .apply-to-adastra-boxs .btn-apply-now {
  padding: 12px 40px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.apply-to-adastra .apply-to-adastra-boxs .btn-apply-now:hover{
opacity: .8;
transition: var(--main-transition);
}

.apply-to-adastra .explore-our-resources{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  border: 2px solid var(--button-color);
  border-radius: 40px;
  width: 86%;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.apply-to-adastra .explore-our-resources p{
  font-weight: 500;
  margin-top: 12px;
}
.apply-to-adastra .explore-our-resources .btn-explore-our-resources{
  /* width: 100%; */
  padding: 8px 38px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  /* font-size: 18px; */
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.apply-to-adastra .explore-our-resources .btn-explore-our-resources:hover{
  opacity: .8;
  transition: var(--main-transition);
}
.apply-to-adastra .explore-our-resources img{
  margin-top: 30px;
  margin-bottom: 20px;
  object-fit: cover;
  max-width: 100%;
  width: 66%;
}

@media (max-width: 1200px) {
  .apply-to-adastra .explore-our-resources {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .apply-to-adastra .explore-our-resources {
    width: 80%;
  }
}
/* End Apply To Adastra */

/* Start Join To New Teachers */
.join-to-new-teachers{
  padding-bottom: 20px;
}
.apply-to-adastra-box:first-child {
  padding: 20px 50px 10px 50px;
}
.apply-to-adastra-box:not(:first-child) {
  padding: 10px 50px 10px 50px;
}
.apply-to-adastra-boxs {
  padding-top: 20px;
  margin-bottom: 0px;
}
.apply-to-adastra-boxs h3 {
  font-weight: bold;
}
.apply-to-adastra-boxs p {
  font-size: 17px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}
.join-to-new-teachers .join-to-new-teachers-box {
  padding: 40px;
  background-color: #DDE5FE;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 40px;
  width: 86%;
  margin: auto;
  margin-top: 20px;
}
.join-to-new-teachers .join-to-new-teachers-box h4 {
  margin-bottom: 30px;
}
.join-to-new-teachers .join-to-new-teachers-box p{
  font-weight: 500;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .join-to-new-teachers .join-to-new-teachers-box{
    width: 100%;
  }
  .join-to-new-teachers .join-to-new-teachers-box h4 {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .join-to-new-teachers .join-to-new-teachers-box {
    width: 80%;
  }
}
.join-to-new-teachers .btn-join-to-group {
  padding: 8px 18px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 24px;
  cursor: pointer;
  /* font-size: 16px; */
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
}
.join-to-new-teachers .btn-join-to-group:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}
.join-to-new-teachers .scheduling-tips{
  padding: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  border-radius: 40px;
  width: 86%;
  margin: auto;
  margin-top: 20px;
}
.join-to-new-teachers .scheduling-tips h4{
  font-size: 1.8rem;
  font-weight: bold;
}
.join-to-new-teachers .scheduling-tips p{
  font-weight: 500;
  margin-bottom: 10px;
}
.join-to-new-teachers .scheduling-tips a{
  font-size: 1rem;
  color: var(--button-color);
  font-weight: 500;
  opacity: 1;
  transition: var(--main-transition);
  margin-bottom: 22px;
}
.join-to-new-teachers .scheduling-tips a:hover{
  opacity: .8;
}

.join-to-new-teachers .scheduling-tips-details {
  margin-top: 30px;
}

.join-to-new-teachers .resources {
  margin-bottom: 20px;
  margin-top: 50px !important;
}
.join-to-new-teachers .resources h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.join-to-new-teachers .resources a {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .join-to-new-teachers .scheduling-tips{
    width: 100%;
  }
}
@media (max-width: 576px) {
  .join-to-new-teachers .scheduling-tips {
    width: 80%;
  }
}
/* End Join To New Teachers */

/* End Welcome Teacher Page */

/* Start Applying Teacher Page */
/* Start First Step */
.first-step{
  padding: 60px 0 0 0;
  border-top: 3px solid #DAD0D0;
}
.first-step h3{
  font-weight: bold;
  margin-bottom: 20px;
}
.first-step h3:last-child{
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .first-step {
    padding: 30px 0;
  }
  .first-step h3:last-child{
    margin-bottom: 10px;
  }
}
/* End First Step */

/* Start Second Step */
.second-step{
  padding: 60px 0;
}
.second-step h3 {
  font-weight: bold;
}
.second-step form .form-label {
  margin-bottom: 18px;
  color: black;
  font-weight: bold;
  font-size: 18px;
}
.second-step form input {
  width: 100%;
  padding: 10px;
  border: 2px solid #dddddd;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  width: 30%;
}
.second-step form input:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}
@media (max-width: 1200px) {
  .second-step form input {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .second-step form input {
    width: 75%;
  }
}

.second-step .apply-teacher-desc01 {
  font-weight: 500;
}
.second-step .apply-teacher-desc02 {
  line-height: 2;
  font-weight: 500;
}

.second-step .upload-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .second-step .upload-video {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.second-step .upload-video .custom-file-input {
  display: none;
}
.second-step .upload-video .custom-upload-btn {
  padding: 12px 50px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}

.second-step .upload-video .custom-upload-btn:hover {
  opacity: .8;
}

.second-step .upload-video .bullet-point::before {
  content: "•";
  color: black;
  font-size: 1.2em;
  margin-left: 10px;
  vertical-align: middle;
}
.second-step .upload-video ul li {
  font-size: 1rem;
  font-weight: 500;
}

.second-step .terms-of-service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 3px solid #ABAEB8;
  width: 80%;
  margin: auto;
}
.second-step .terms-of-service .send-req {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.second-step .terms-of-service .send-req input.check-terms {
  width: 20px;
  margin-top: 0;
  margin-left: 15px;
  cursor: pointer;
}
.second-step .terms-of-service .send-req input.check-terms:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.second-step .terms-of-service .send-req input.check-terms:focus {
  outline: none
}
.second-step .terms-of-service .send-req span {
  color: var(--button-color);
  font-size: 17px;
  font-weight: 500;
}
.second-step .terms-of-service .btn-send-req {
  width: 100%;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  background-color: rgb(171 174 184 / 60%);
  color: #534F4F;
  border: none;
}
.second-step .terms-of-service .btn-send-req {
  width: 100%;
  border-radius: 30px;
  font-size: 20px;
  padding: 10px;
  font-weight: bold;
  background-color: rgb(171, 174, 184, 60%);
  color: #534F4F;
  border: none;
  transition: background-color 0.3s ease;
}
.second-step .terms-of-service .btn-send-req.enabled {
  background-color: var(--main-color);
  color: white;
  cursor: pointer;
}
.second-step .terms-of-service .btn-send-req:disabled {
  color: #534F4F;
  opacity: 1;
}
.second-step .terms-of-service .btn-send-req.active {
  background-color: var(--main-color);
  color: white;
}

@media (max-width: 991px) {
  .second-step .terms-of-service {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .second-step .terms-of-service {
    width: 90%;
  }
  .second-step .terms-of-service .send-req {
    margin: 20px 0;
  }
  .second-step .terms-of-service .send-req span {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .second-step .terms-of-service {
    width: 100%;
  }
  .second-step .terms-of-service .send-req {
    margin: 20px 0;
  }
  .second-step .terms-of-service .send-req input.check-terms {
    margin-left: 10px;
  }
  .second-step .terms-of-service .send-req span {
    font-size: 12px;
  }
}
/* End Second Step */

/* End Applying Teacher Page */

/* Start My Classes Page */
.my-classes{
  padding: 60px 0;
  border-top: 3px solid #DAD0D0;
}
.my-classes h2 {
  font-weight: bold;
  font-size: 3.4rem;
  margin-left: 42px;
}
.my-classes .dropbtn {
  background-color: white;
  border: 2px solid black;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  text-align: start;
  font-weight: 500;
  font-size: 18px;
  transition: var(--main-transition);
  color: black;
  width: 160px;
}

.my-classes .dropdown {
  position: relative;
  display: inline-block;
}

.my-classes .arrow-drop-down-line {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  position: absolute;
  left: 15px;
  top: 15px;
}

.my-classes .dropdown-date-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 160px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.my-classes .dropdown-date-content a {
  color: black;
  padding: 8px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.my-classes .dropdown-date-content a:hover {
  background-color: #ddd;
}

.my-classes .dropdown:hover .dropdown-date-content {
  display: block;
}

.my-classes .dropdown:hover .arrow-drop-down-line {
  transform: rotate(180deg);
}

.my-classes .after-insert-class p {
  font-size: 18px;
  font-weight: 500;
}
.my-classes .after-insert-class .btn-add-new-class{
  /* width: 100%; */
  padding: 8px 18px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.my-classes .after-insert-class .btn-add-new-class:hover{
  opacity: .8;
  transition: var(--main-transition);
}
/* End My Classes Page */

/* Start Add New Class Page */
.add-new-class {
  padding: 60px 0;
  border-top: 3px solid #DAD0D0;
}
.add-new-class h2{
  font-weight: bold;
  font-size: 2.8rem;
}
.add-new-class .class-type span {
  margin-bottom: 10pc;
  font-size: 17px;
  font-weight: 500;
}
.add-new-class .class-type input {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  border-radius: 8px;
  width: 96%;
}
.add-new-class .class-type input:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}
.add-new-class .class-buttons {
  gap: 50px;
}
.add-new-class .class-type-buttons {
  margin-top: 30px;
  gap: 10px;
}
.add-new-class .class-type-buttons .btn-class{
  padding: 8px 18px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 24px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
}
.add-new-class .class-type-buttons .btn-class:hover{
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}
.add-new-class .class-type-buttons .btn-class.active{
  padding: 8px 18px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid var(--button-color);
}
.add-new-class .class-type-buttons .btn-class.active:hover{
  opacity: .8;
  transition: var(--main-transition);
}
.add-new-class .class-type-buttons .btn-next-class {
  padding: 8px 22px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid var(--button-color);
}
.add-new-class .class-type-buttons .btn-next-class:hover {
  opacity: .8;
  transition: var(--main-transition);
}
/* End Add New Class Page */

/* Start Edit Class Page */
.edit-class{
  padding: 60px 10px;
  border-top: 3px solid #DAD0D0;
}
.edit-class .edit-class-header h3 {
  font-weight:bold ;
  font-size: 2.3rem;
}
.edit-class .edit-class-header ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
.edit-class .edit-class-header ul li a {
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
  cursor: pointer;
}
.edit-class .edit-class-header ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--button-color);
  transition: width 0.3s ease;
}
.edit-class .edit-class-header ul li a:hover::after {
  width: 100%;
}
.edit-class .edit-class-header ul li a.active {
  color: var(--button-color);
  font-weight: bold;
}

.edit-class .edit-class-header ul li a.active::after {
  background-color: var(--button-color);
  width: 100%;
}
.edit-class .edit-class-first-container {
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.25), -2px -2px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.edit-class .edit-class-first-container-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.edit-class .edit-class-first-container-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
  margin-top: 0;
}
.edit-class-first-container-title .heading {
  /* margin: 20px; */
  text-align: center;
  flex: 1;
  margin-left: 40px;
  font-weight: bold;
}
.edit-class-first-container.active .edit-class-first-container-title .heading {
  color: #2C296A;
}

.edit-class-first-container-title img {
  margin-right: 10px;
  /* margin-right: 28px; */
}
.edit-class .edit-class-first-container .overview .overview-desc {
  padding: 20px 25px;
}
.edit-class .edit-class-first-container .overview .overview-desc h4 {
  font-size: 1.3rem;
  font-weight: bold;
}
.edit-class .edit-class-vid-img-container .overview .overview-img-vid-desc {
  padding: 20px 25px;
  height: 220px;
}
/* @media (max-width: 1200px) {
  .edit-class .edit-class-first-container .overview .overview-desc p {
    font-size: 15px;
  }
} */
@media (max-width: 991px) {
  .edit-class .edit-class-vid-img-container .overview .overview-img-vid-desc {
  padding: 20px 25px;
  height: auto !important;
  }
}
@media (max-width: 768px) {
  .edit-class .edit-class-vid-img-container .overview .overview-img-vid-desc {
  padding: 20px 25px;
  height: auto !important;
  }
}
.edit-class .edit-class-first-container .overview .overview-desc p {
  font-weight: 500;
}
.edit-class .edit-class-first-container .overview .overview-desc input {
  padding: 10px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 500;
}
.edit-class .edit-class-first-container .overview .overview-desc input:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}
.edit-class .edit-class-first-container .overview .overview-desc .words-limit {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}
.edit-class .edit-class-first-container .overview-with-dropdown{
  padding: 20px 25px;
}
.edit-class .edit-class-first-container .overview-with-dropdown p{
  font-weight: 500;
}

.edit-class .overview-with-dropdown .dropbtn {
  background-color: white;
  border: 2px solid var(--button-color);
  border-radius: 22px;
  padding: 8px 20px;
  cursor: pointer;
  text-align: end;
  font-weight: 500;
  font-size: 18px;
  transition: var(--main-transition);
  color: var(--button-color);
  width: 180px;
}

.edit-class .overview-with-dropdown .dropdown {
  position: relative;
  display: inline-block;
}

.edit-class .overview-with-dropdown .arrow-drop-down-line {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  position: absolute;
  right: 15px;
  top: 15px;
}

.edit-class .overview-with-dropdown .dropdown-date-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 180px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.edit-class .overview-with-dropdown .dropdown-date-content a {
  color: var(--main-color);
  padding: 8px 20px;
  text-align: end;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.edit-class .overview-with-dropdown .dropdown-date-content a:hover {
  background-color: #ddd;
}

.edit-class .overview-with-dropdown .dropdown:hover .dropdown-date-content {
  display: block;
}
.edit-class .overview-with-dropdown .choose-lang-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 180px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.edit-class .overview-with-dropdown .choose-lang-content a {
  color: var(--main-color);
  padding: 8px 20px;
  text-align: end;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.edit-class .overview-with-dropdown .choose-lang-content a:hover {
  background-color: #ddd;
}

.edit-class .overview-with-dropdown .dropdown:hover .choose-lang-content {
  display: block;
}

.edit-class .overview-with-dropdown .dropdown:hover .arrow-drop-down-line {
  transform: rotate(180deg);
}

.edit-class .edit-class-sidebar .edit-class-first-container-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
}
.edit-class-sidebar a.sidebar-title {
  display: flex;
  justify-content: space-between;
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.edit-class-sidebar .sidebar-title.active {
  color: var(--button-color);
  font-size: 21px;
}

.edit-class-sidebar .sidebar-arrow-down {
  max-width: 100%;
  margin-bottom: 6px;
  margin-right: 20px;
}

.edit-class .upload-img-video .upload-vid {
  position: relative;
  display: inline-block;
  margin-top: 22px;
}
.edit-class .upload-img-video .upload-vid input[type="file"] {
  display: none;
}

.edit-class .upload-img-video .upload-vid .upload-button {
  padding: 8px 30px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 24px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
}

.edit-class .upload-img-video .upload-vid .upload-button:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}

/* Start 3rd Box ( Class Properties ) */
.edit-class .class-size .dropdown {
  position: relative;
  display: inline-block;
}

.edit-class .class-size .dropbtn {
  background-color: white;
  border: 2px solid var(--button-color);
  border-radius: 22px;
  padding: 8px 20px;
  cursor: pointer;
  text-align: end;
  font-weight: 500;
  font-size: 18px;
  transition: var(--main-transition);
  color: var(--button-color);
  width: 100px;
}

.edit-class .class-size .arrow-drop-down-line {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  position: absolute;
  right: 15px;
  top: 15px;
}

.edit-class .class-size .dropdown-date-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 100px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.edit-class .class-size .dropdown-date-content a {
  color: var(--main-color);
  padding: 8px 20px;
  text-align: end;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.edit-class .class-size .dropdown-date-content a:hover {
  background-color: #ddd;
}

.edit-class .class-size .dropdown:hover .dropdown-date-content {
  display: block;
}
.edit-class .class-size .size-from-content,
.edit-class .class-size .size-to-content,
.edit-class .class-size .class-start-content,
.edit-class .class-size .class-end-content,
.edit-class .class-size .class-num-pre-week-content,
.edit-class .class-size .weeks-count-content,
.edit-class .class-size .age-from-content,
.edit-class .class-size .age-to-content
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 100px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.edit-class .class-size .size-from-content a,
.edit-class .class-size .size-to-content a,
.edit-class .class-size .class-start-content a,
.edit-class .class-size .class-end-content a,
.edit-class .class-size .class-num-pre-week-content a,
.edit-class .class-size .weeks-count-content a,
.edit-class .class-size .age-from-content a,
.edit-class .class-size .age-to-content a
{
  color: var(--main-color);
  padding: 8px 20px;
  text-align: end;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.edit-class .class-size .size-from-content a:hover,
.edit-class .class-size .size-to-content a:hover,
.edit-class .class-size .class-start-content a:hover,
.edit-class .class-size .class-end-content a:hover,
.edit-class .class-size .class-num-pre-week-content a:hover,
.edit-class .class-size .weeks-count-content a:hover,
.edit-class .class-size .age-from-content a:hover,
.edit-class .class-size .age-to-content a:hover
{
  background-color: #ddd;
}

.edit-class .class-size .dropdown:hover .size-from-content,
.edit-class .class-size .dropdown:hover .size-to-content,
.edit-class .class-size .dropdown:hover .class-start-content,
.edit-class .class-size .dropdown:hover .class-end-content,
.edit-class .class-size .dropdown:hover .class-num-pre-week-content,
.edit-class .class-size .dropdown:hover .weeks-count-content,
.edit-class .class-size .dropdown:hover .age-from-content,
.edit-class .class-size .dropdown:hover .age-to-content
{
  display: block;
}

.edit-class .arrow-drop-down-line {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  position: absolute;
  right: 15px;
  top: 15px;
}
.edit-class .dropdown:hover .arrow-drop-down-line {
  transform: rotate(180deg);
}

.edit-class .overview .radio-class-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 10px;
  margin-top: 10px;
}
.edit-class .overview .radio-class-type h4 {
  margin-bottom: 20px;
}

.edit-class .overview .radio-class-type .radio-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  position: relative;
  flex-direction: row-reverse;
  gap: 15px;
}
/* Start Styling Custom Radio Boxes */
.edit-class .overview .radio-class-type input[type="radio"] {
  display: none;
}
.edit-class .overview .radio-class-type .radio-text {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid var(--button-color);
}
.edit-class .overview .radio-class-type .radio-text::after {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--button-color);
  display: block;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 300ms ease-in-out 0s;
}
.edit-class .overview .radio-class-type input[type="radio"]:checked ~ .radio-text:after {
  transform: translate(-50%, -50%) scale(1);
}

.edit-class .overview .radio-class-type input[type=radio]:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--button-color) !important;
}
@media (max-width: 768px){
  .class-period {
    flex-direction: column;
    align-items: start !important;
  }
}

.edit-class .class-period .undefined input[type=checkbox]{
  width: 1.3em;
  height: 1.3em;
  margin-left: 20px;
  cursor: pointer;
  border-radius: 4px !important;
  border-color: black;
}
.edit-class .class-period .undefined input:checked{
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.edit-class .class-period .undefined input:checked{
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.edit-class .class-period .undefined span{
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}


.edit-class .class-period .undefined .text{
  font-weight: 600;
  color:#fff;
  font-size:24px;
  width:4%;
  height:12px;
}
.edit-class .switch-div{
  width:8%;
}
.edit-class .switch{
  width:100%;
}
.edit-class .switch input[type=checkbox]{
  height:0;
  width:0;
  visibility: hidden;
}
.edit-class .switch label{
  cursor: pointer;
  text-indent: -99999px;
  width: 55px;
  height: 16px;
  background-color: #ccc;
  display: block;
  border-radius: 100px;
  position: relative;
}
.edit-class .switch input:checked+label{
  background-color: rgb(105 70 173 / 95%);
}
.edit-class .switch input:checked+label:after{
  left: calc(100% - -1px);
  transform: translateX(-100%);
}
.edit-class .switch label:after{
  content: '';
  position: absolute;
  top:-4px;
  left:0px;
  width: 25px;
  height: 25px;
  background-color: var(--button-color);
  border-radius: 90px;
  transition: 0.3s;
}
/* End Styling Custom Radio Boxes */

/* End 3rd Box ( Class Properties ) */

/* Start 4th Box ( Students ) */
.edit-class .overview .radio-student-type {
  gap: 3rem;
}
.edit-class .overview .radio-student-type .radio-text::after {
  right: 2px !important;
}

.edit-class .class-level-content,
.edit-class .experience-level-content
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 180px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.edit-class .class-level-content a,
.edit-class .experience-level-content a
{
  color: var(--main-color);
  padding: 8px 20px;
  text-align: end;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.edit-class .class-level-content a:hover,
.edit-class .experience-level-content a:hover
{
  background-color: #ddd;
}

.edit-class .dropdown:hover .class-level-content,
.edit-class .dropdown:hover .experience-level-content
{
  display: block;
}

.edit-class .dropdown:hover .arrow-drop-down-line {
  transform: rotate(180deg);
}

.edit-class .unique-learning-needs .custom-textarea {
  width: 100% ;
  height: 100px;
  padding: 10px;
  resize: none;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 17px;
  font-weight: 500;
  margin-top: 20px;
}
.edit-class .unique-learning-needs .custom-textarea:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}
.edit-class .unique-learning-needs .custom-textarea::placeholder {
  color: #888;
}
@media (max-width: 640px) {
  .edit-class .radio-student-type {
    flex-direction: column;
    align-items: start !important;
    gap: 1rem !important;
  }
}
/* End 4th Box ( Students ) */

/* Start 8th Box ( Subjects ) */
.edit-class .upload-resources {
  position: relative;
  display: inline-block;
  margin-top: 22px;
}
.edit-class .upload-resources input[type="file"] {
  display: none;
}

.edit-class .upload-resources .upload-button {
  padding: 8px 50px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 24px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
}

.edit-class .upload-resources .upload-button:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}
/* End 8th Box ( Subjects ) */

/* Start 9th Box ( For Signed Students ) */
.edit-class .welcome-flyer{
  padding: 30px;
  direction: ltr;
  text-align: start;
  border: 2px solid #C6C5C5;
  border-radius: 10px;
}
.edit-class .welcome-flyer p{
  color: #9D9595;
}
.edit-class .welcome-flyer a{
  color: #9D9595;
  font-weight: 500;
  transition: var(--main-transition);
  color: gray;
  display: block;
  margin-top: 10px;
}
.edit-class .welcome-flyer a:hover{
  color: var(--button-color);
}

.edit-class .upload-vid-and-file {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .edit-class .upload-vid-and-file {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }

  .edit-class .welcome-flyer a {
    word-break: break-all;
    display: inline-block;
    overflow-wrap: break-word;
  }
}

.edit-class .upload-vid-and-file .upload-resources {
  position: relative;
  display: inline-block;
  margin-top: 22px;
}

.edit-class .upload-vid-and-file  .upload-resources .upload-button {
  padding: 8px 40px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 24px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
}

.edit-class .upload-resources .upload-button:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}
/* End 9th Box ( For Signed Students ) */

/* Start 10th Box ( Auto Scheduling ) */
.edit-class .auto-scheduling-checkbox input[type=checkbox]{
  width: 1.3em;
  height: 1.3em;
  margin-left: 20px;
  cursor: pointer;
  border-radius: 4px !important;
  border-color: black;
}
.edit-class .auto-scheduling-checkbox input:checked{
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.edit-class .auto-scheduling-checkbox input:checked{
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.edit-class .auto-scheduling-checkbox span{
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}
.edit-class .parent-choose-schedule-time .min-time {
  margin-top: 10px !important;
  display: inline-block;
}

.edit-class .parent-choose-schedule-time .time-span01,
.edit-class .parent-choose-schedule-time .time-span02
{
  padding: 0 30px;
  border: 1px solid black;
  border-radius: 10px;
  margin: 10px 15px;
  font-weight: bold;
}

.edit-class .parent-choose-schedule-time .time-span01 {
  border-radius: 0px 10px 0 10px;
}
.edit-class .parent-choose-schedule-time .time-span02 {
  border-radius: 10px 0px 10px 0px;
}
/* End 10th Box ( Auto Scheduling ) */

/* Start Last Box 11th ( Pricing ) */
.edit-class .pricing-counter .custom-number-input {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
}

.edit-class .pricing-counter .custom-number-input label {
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

.edit-class .pricing-counter .custom-number-input input[type="number"] {
  width: 60px;
  padding: 5px;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  -moz-appearance: textfield;
  box-shadow: -2px -2px 3px 0 rgba(0, 0, 0, 0.25), 2px 2px 3px 0 rgba(0, 0, 0, 0.25);
}

.edit-class .pricing-counter .custom-number-input input[type="number"]::-webkit-outer-spin-button,
.edit-class .pricing-counter .custom-number-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.edit-class .pricing-counter .controls {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8px;
}

.edit-class .pricing-counter .control-up,
.edit-class .pricing-counter .control-down,
.edit-class .pricing-counter .control-notification-up,
.edit-class .pricing-counter .control-notification-down
{
  background-color: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.edit-class .pricing-counter .control-up:hover,
.edit-class .pricing-counter .control-notification-up:hover
{
  background-color: #ddd;
  border-radius: 10px 10px 0 0;
}
.edit-class .pricing-counter .control-down:hover,
.edit-class .pricing-counter .control-notification-down:hover
{
  background-color: #ddd;
  border-radius: 0 0 10px 10px;
}
/* End Last Box 11th ( Pricing ) */

/* Start Edit Class Bottom Buttons */
.edit-class-bottom-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0px 25px;
  gap: 25px;
  width: 90%;
  margin: 0 auto;
}
.edit-class-bottom-buttons .btn-save-as-copy {
  padding: 10px 30px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 10px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
  width: 50%;
  margin: 0 auto;
}
.edit-class-bottom-buttons .btn-save-as-copy:hover{
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}
.edit-class-bottom-buttons .btn-ask-for-list {
  padding: 10px 35px;
  background-color: #ABAEB8;
  color: black;
  border-radius: 10px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid #ABAEB8;
  width: 50%;
  margin: 0 auto;
}
.edit-class-bottom-buttons .btn-ask-for-list:hover{
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}

@media (max-width: 576px) {
  .edit-class-bottom-buttons {
    flex-direction: column;
    width: 100%;
  }
  .edit-class-bottom-buttons .btn-save-as-copy,
  .edit-class-bottom-buttons .btn-ask-for-list {
    padding: 8px 24px;
    width: 96%;
  }
}
/* End Edit Class Bottom Buttons */

@media (max-width: 768px) {
  .edit-class {
    padding: 40px 10px;
  }
}

/* Start Scroll To Top */
#scroll-progress {
  position: fixed;
  bottom: 20px;
  left: 60px;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50% ;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* color: white; */
  cursor: pointer;
}
#scroll-progress-value{
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #001a2e;
}
@media (max-width: 768px) {
  #scroll-progress {
    left: 22px;
    height: 60px;
    width: 60px;
  }
}
/* End Scroll To Top */

/* End Edit Class Page */

/* Start Class Times Page */
.edit-class-header-title{
  display: flex;
  justify-content: start;
  align-items: center;
}
.edit-class-header-title .not-listed-span{
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
  background-color: #F8C309;
  padding: 4px 20px;
  border-radius: 8px;
}
.edit-class-header .time-settings {
  width: 90%;
  font-weight: 500;
}

/* Start Class Times Calendar */
.edit-class .calendar-container {
  max-width: 90%;
  /* margin: 20px auto; */
  padding: 20px 0;
  background-color: white;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
  .edit-class .calendar-container {
    max-width: 100%;
  }
}

.edit-class .header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0px;
  margin-right: 0 !important;
}

.edit-class .month-year {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}

.edit-class .nav-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin: 0 15px;
}

.edit-class .today-btn {
  padding: 8px 40px;
  background-color: transparent;
  color: var(--button-color);
  border-radius: 24px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid;
  cursor: pointer;
}
.edit-class .today-btn:hover {
  background-color: var(--main-color);
  color: white;
  opacity: .9;
  border: 2px solid var(--main-color);
}

.edit-class table.calendar {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.edit-class .calendar th, .calendar td {
  padding: 30px;
  /* text-align: center; */
  /* border: 1px solid #e0e0e0; */
  width: 14.28%;
  color: #9D9595;
  font-family: 'IBM Plex Sans Arabic';
  position: relative;
}

.edit-class .calendar th {
  color: black;
  font-size: 18px;
}

.edit-class .calendar td {
  border: 1px solid #9D9595;
}

.edit-class .calendar thead {
  background-color: #f8f9fa;
  color: #6f42c1;
}

.edit-class .calendar tbody td {
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 18px;
}
@media (max-width: 768px) {
  .edit-class .calendar th {
    font-size: 16px;
  }
  .edit-class .calendar th {
    font-size: 16px;
  }
  .edit-class .calendar tbody td {
    font-size: 16px;
  }
}

.edit-class .calendar tbody td:hover {
  background-color: #f8f9fa;
}

.edit-class .inactive {
  color: #9D9595;
  opacity: .9;
  background-color: #D9D9D9;
  border: 1px solid #9D9595;
}

.edit-class .selected {
  position: relative;
  font-weight: bold;
  overflow: hidden;
  color:  var(--main-color) !important;
}
.edit-class .selected::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #ccc;
  border-radius: 0 50% 50% 0;
  z-index: -1;
}
@media (max-width: 768px){
  .edit-class .selected::before {
    width: 60%;
  }
}

.edit-class .selected {
  z-index: 2;
}

.edit-class .selected * {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  .edit-class .header {
      flex-direction: column;
  }

  .edit-class .calendar th, .calendar td {
      padding: 5px;
  }

  .edit-class .calendar-container {
      padding: 10p 0x;
  }

  .edit-class .month-year {
      font-size: 18px;
  }

  .edit-class .nav-btn {
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  .edit-class .calendar th, .calendar td {
      padding: 3px;
      font-size: 12px;
  }
}
/* End Class Times Calendar */
.edit-class .custom-number-input input:focus{
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}
.edit-class .dates-and-notifications {
  font-weight: bold;
  font-size: 18px;
}

.edit-class .dates-times-box{
  display: flex;
  align-items: center;
  gap: 20px;
}
.edit-class .dates-times-box span{
  font-weight: 500;
  font-size: 18px;
}

.edit-class .dates-times-box .dropbtn {
  background-color: white;
  border: 2px solid var(--button-color);
  border-radius: 22px;
  padding: 8px 20px;
  cursor: pointer;
  text-align: end;
  font-weight: 500;
  font-size: 18px;
  transition: var(--main-transition);
  color: var(--button-color);
  width: 110px;
}

.edit-class .dates-times-box .dropdown {
  position: relative;
  display: inline-block;
}

.edit-class .dates-times-box .arrow-drop-down-line {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  position: absolute;
  right: 15px;
  top: 15px;
}

.edit-class .dates-times-box .booking-date-content,
.edit-class .dates-times-box .select-min-notification-time-content,
.edit-class .dates-times-box .break-time-content
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  width: 110px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
}

.edit-class .dates-times-box .booking-date-content a,
.edit-class  .dates-times-box .select-min-notification-time-content a,
.edit-class  .dates-times-box .break-time-content a
{
  color: var(--main-color);
  padding: 8px 20px;
  text-align: end;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.edit-class .dates-times-box .booking-date-content a:hover,
.edit-class .dates-times-box .select-min-notification-time-content a:hover,
.edit-class .dates-times-box .break-time-content a:hover
 {
  background-color: #ddd;
}

.edit-class .dropdown:hover .booking-date-content,
.edit-class .dropdown:hover .select-min-notification-time-content,
.edit-class .dropdown:hover .break-time-content
{
  display: block;
}
.edit-class .btn-schedule-private-meeting{
  padding: 10px 64px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
}
.edit-class .btn-schedule-private-meeting:hover{
  opacity: .8;
}

/* Start Schedule Meeting Modal */
.edit-class .appointment-coordination {
  padding: 15px;
  background-color: #DACBF859;
  border-radius: 15px;
  margin-bottom: 25px;
}
/* Modal Title */
.edit-class .schedule-meeting-modal .modal-content {
  padding: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 15px;
  outline: 0;
  margin: auto;
}
@media (max-width: 576px) {
  .edit-class .schedule-meeting-modal .modal-content {
    padding: 10px
  }
}

.edit-class .schedule-meeting-modal .modal-header {
  flex-flow: row-reverse;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  border-bottom: none;
}

.edit-class .schedule-meeting-modal .modal-title {
  font-size: 26px;
  font-weight: bold;
  margin-left: auto;
}

.edit-class .schedule-meeting-modal .meeting-warning {
  display: flex;
  align-items: center;
  background-color: #FDEAA9;
  border: 3px solid #FF9900;
  border-radius: 20px;
  padding: 35px 15px;
  margin-bottom: 30px;
}
.edit-class .schedule-meeting-modal .meeting-warning img {
  max-width: 100%;
  width: 10%;
  margin-left: 15px;
}
.edit-class .schedule-meeting-modal .meeting-warning p {
  font-weight: 500;
  color: black;
  margin-bottom: 0;
}

/* Input & Select Styling */
.edit-class .schedule-meeting-modal .form-label {
  font-size: 18px;
  font-weight: 500;
}
.edit-class .schedule-meeting-modal .form-control, .form-select {
  font-size: 17px;
  padding: 10px;
  border-radius: 8px;
  font-weight: 500;
}
.edit-class .schedule-meeting-modal .form-control:focus, .form-select:focus {
  outline: 1px solid rgba(108, 117, 125, .5);
  box-shadow: none;
  border-color: rgba(108, 117, 125, .5);
}

.edit-class .schedule-meeting-modal .modal-footer {
  justify-content: flex-start;
  /* gap: 15px; */
  border-top: none;
  padding-top: 0;
}

/* Custom Modal Button Colors */
.edit-class .schedule-meeting-modal .modal-footer .btn-add-meeting {
  padding: 8px 18px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid var(--button-color);
}
.edit-class .schedule-meeting-modal .modal-footer .btn-add-meeting:hover {
  opacity: .8;
}

.edit-class .schedule-meeting-modal .modal-footer .btn-cancel-meeting {
  padding: 8px 18px;
  color: var(--button-color);
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: var(--main-transition);
  border: none;
  opacity: 1;
}
.edit-class .schedule-meeting-modal .modal-footer .btn-cancel-meeting:hover {
  opacity: .6;
}

/* Responsive Media Queries */
@media (max-width: 576px) {
  .edit-class .schedule-meeting-modal .modal-title {
    font-size: 1.25rem;
  }

  .edit-class .schedule-meeting-modal .btn-schedule-private-meeting {
    padding: 8px 16px;
    font-size: 14px;
  }
}
/* End Schedule Meeting Modal */

/* End Class Times Page */

/* Start Advices Page */
/* Start Advices Section */
.adastra-advices {
  background-color: #DACBF869;
  padding: 60px 0;
  border-top: 3px solid #DAD0D0;
  position: relative;
}
.adastra-advices .custom-col{
  margin-bottom: 90px;
  padding: 0 26px;
}
.adastra-advices h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.adastra-advices p {
  font-weight: 500;
  font-size: 18px;
}
.adastra-advices a {
  color: var(--button-color);
  opacity: 1;
  transition: var(--main-transition);
  font-size: 18px;
  font-weight: bold;
}
.adastra-advices a:hover {
  opacity: .6;
}
.adastra-advices .focused-kid-img {
  max-width: 100%;
  width: 80%;
  object-fit: cover;
}
.custom-bottom-btn {
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 30px;
}
#carouselExampleIndicators {
  position: relative;

}
.carousel-indicators {
  margin-bottom: .3rem;
}
.adastra-advices .carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--button-color);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}
.adastra-advices .carousel-indicators [data-bs-target].active{
  opacity: 1;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  bottom: 10px; /* Position both buttons at the bottom */
  z-index: 1000; /* Ensure buttons are above other elements */
  color: var(--button-color); /* Set the color to red */
}
.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-next.custom-bottom-btn {
  right: 10px;
  top: auto;
  bottom: 10px;
  transform: none;
  opacity: 1;
}
.carousel-control-next.custom-bottom-btn:hover {
  right: 10px;
  top: auto;
  bottom: 10px;
  transform: none;
  opacity: .5;
}
.carousel-control-prev.custom-bottom-btn {
  left: 10px;
  top: auto;
  bottom: 10px;
  transform: none;
  opacity: 1;
}
.carousel-control-prev.custom-bottom-btn:hover {
  left: 10px;
  top: auto;
  bottom: 10px;
  transform: none;
  opacity: .5;
}
@media (max-width: 768px) {
  .adastra-advices .custom-col:last-child{
    margin-bottom: 80px;
  }
  .adastra-advices .custom-col{
    margin-bottom: 40px;
  }
  .adastra-advices .focused-kid-img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* End Advices Section */

/* Start Unlimited Education Section */
.unlimited-education {
  padding: 60px 0;
}
.unlimited-education .unlimited-education-header {
  margin-bottom: 40px;
}
.unlimited-education .unlimited-education-header h3{
  color: black;
  font-size: 30px;
  font-weight: bold;
}
.unlimited-education .unlimited-education-header span{
  font-weight: 500;
  font-size: 18px;
}
.unlimited-education .unlimited-education-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.unlimited-education .unlimited-education-box img{
  max-width: 100%;
  /* width: 40%; */
  object-fit: cover;
}
.unlimited-education .unlimited-education-box h5{
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.unlimited-education .unlimited-education-box span{
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  color: #666161;
}
.unlimited-education .unlimited-education-box .btn-more{
  padding: 8px 18px;
  color: var(--button-color);
  border: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  transition: var(--main-transition);
  border: none;
  opacity: 1;
}
.unlimited-education .unlimited-education-box .btn-more:hover{
  opacity: .7;
}
/* End Unlimited Education Section */

/* Start Mastering Online Teaching Section */
.mastering-online-teaching {
  padding: 20px 0;
}
.mastering-online-teaching h3{
  color: black;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.mastering-online-teaching .mastering-online-teaching-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #666161;
  overflow: hidden;
  padding: 20px;
  border-radius: 16px;
  transition: var(--main-transition);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.mastering-online-teaching .mastering-online-teaching-box:hover {
  transform: scale(1.01);
}
.mastering-online-teaching .mastering-online-teaching-box img {
  max-width: 100%;
  object-fit: cover;
}
.mastering-online-teaching .mastering-online-teaching-box h5{
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}
.mastering-online-teaching .mastering-online-teaching-box span{
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  color: #666161;
}
.mastering-online-teaching .mastering-online-teaching-box .btn-more{
  padding: 8px 18px;
  color: var(--button-color);
  border: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  transition: var(--main-transition);
  border: none;
  opacity: 1;
}
.mastering-online-teaching .mastering-online-teaching-box .btn-more:hover{
  opacity: .7;
}
/* End Mastering Online Teaching Section */

/* Start Next Event Section */
.next-event {
  padding: 60px 0;
}
.next-event .next-event-header {
  margin-bottom: 40px;
}
.next-event .next-event-header h3{
  color: black;
  font-size: 30px;
  font-weight: bold;
}
.next-event .next-event-header span{
  font-weight: 500;
  font-size: 18px;
}
.next-event .event-appointments {
  padding: 20px;
  border-radius: 12px;
  background-color: #D4D1DB7D;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .next-event .event-appointments {
    width: 90%;
  }
}
.next-event .event-appointments .event-appointments-texts{
  border-bottom: 2px solid #666161;
  width: 100%;
  text-align: start;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.next-event .event-appointments span {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  font-size: 24px;
  font-weight: bold;
  color: #666161;
}
.next-event .event-appointments strong {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  color: black;
  margin-right: 15px;
  margin-bottom: 16px;
}
.next-event .event-appointments .appointment-range {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  font-size: 18px;
  font-weight: bold;
  color: #666161;
  line-height: 2.3;
}
.next-event .event-appointments .appointment-desc {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin-right: 15px;
  margin-bottom: 18px;
}

.next-event .event-appointments .btn-calendar{
  padding: 10px 70px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  margin-top: 30px;
  margin-bottom: 20px;
}
.next-event .event-appointments .btn-calendar:hover{
  opacity: .8;
}
/* End Next Event Section */

/* Start Wave Section */
.teacher-wave-section {
  padding: 120px 0 0 0;
}
.teacher-wave-section .wave-section {
  background: url('/assets/wave02.svg') no-repeat top;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.teacher-wave-section .profile-image {
  object-fit: cover;
  position: absolute;
  top: -40px;
  right: 126px;
  width: 22%;
  max-width: 100%;
}
.teacher-wave-section .text-and-image h3 {
  margin-bottom: 50px;
  color: black;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .teacher-wave-section .text-and-image h3 {
    font-size: 26px;
  }
}
.teacher-wave-section .wave-section-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.teacher-wave-section .wave-section-buttons .main-button, .wave-section-buttons .secondary-button {
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 5px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

.teacher-wave-section .btn-main-button {
  padding: 8px 40px;
  background-color: var(--button-color);
  color: white;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  opacity: 1;
  transition: var(--main-transition);
  border: 2px solid var(--button-color);
}
.teacher-wave-section .btn-main-button:hover {
  opacity: .8;
}
.teacher-wave-section .btn-secondary-button {
  padding: 8px 18px;
  color: var(--button-color);
  border: none;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  transition: var(--main-transition);
  border: none;
  opacity: 1;
}
.teacher-wave-section .btn-secondary-button:hover {
  opacity: .7;
}

/* For (1920x1080) Full HD Display @media (min-width: 1920px) */
@media (min-width: 1281px)  {
  .teacher-wave-section .profile-image {
    object-fit: cover;
    position: absolute;
    top: -80px;
    right: 11%;
    width: 20%;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .teacher-wave-section .profile-image {
    object-fit: cover;
    position: absolute;
    top: -80px;
    right: 11%;
    width: 20%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .teacher-wave-section .profile-image {
    object-fit: cover;
    position: absolute;
    top: -40px;
    right: 40px;
    width: 22%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .teacher-wave-section {
    padding: 60px 0 0 0;
  }
  .teacher-wave-section .text-and-image h2 {
    font-size: 20px;
  }

  .teacher-wave-section .profile-image {
    width: 120px;
    height: 120px;
  }

  .teacher-wave-section .main-button, .secondary-button {
    padding: 8px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .teacher-wave-section .text-and-image h2 {
    font-size: 18px;
  }

  .teacher-wave-section .profile-image {
    width: 100px;
    height: 100px;
  }

  .teacher-wave-section .main-button, .secondary-button {
    padding: 5px 15px;
    font-size: 12px;
  }
}

/* End Wave Section */
/* End Advices Page */

/* Start Guidance and Counselling Page */

/* Start Guidance and Counselling Section*/
.guidance-and-counselling{
  padding: 60px 26px 70px 26px;
  border-top: 3px solid #DAD0D0;
}
.guidance-and-counselling .guidance-and-counselling-heading h2 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.guidance-and-counselling .guidance-and-counselling-heading span {
  font-size: 18px;
  font-weight: 500;
}

.guidance-and-counselling .search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 97%;
  border: 1px solid #D0C8C8;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  margin-top: 50px;
}

/* Container for search icon and input */
.guidance-and-counselling .search-icon-text {
  display: flex;
  align-items: center;
  padding-right: 10px;
  flex-grow: 1;
}

.guidance-and-counselling .search-icon-text i {
  color: #999;
  font-size: 18px;
  margin-left: 10px;
}

.guidance-and-counselling .search-input {
  border: none;
  font-size: 18px;
  padding: 10px;
  flex-grow: 1;
  outline: none;
  font-weight: 500;
}
.guidance-and-counselling .search-input:focus {
  outline: none;
}

/* Dropdown */
.guidance-and-counselling .dropdown {
  position: relative;
}

.guidance-and-counselling .dropdown-toggle {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}

.guidance-and-counselling .dropdown-toggle i {
  margin-left: 5px;
}

.guidance-and-counselling .dropdown-search-menu01,
.guidance-and-counselling .dropdown-search-menu02
{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  min-width: 150px;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}

.guidance-and-counselling .dropdown-search-menu01 a,
.guidance-and-counselling .dropdown-search-menu02 a
 {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.guidance-and-counselling .dropdown-search-menu01 a:hover,
.guidance-and-counselling .dropdown-search-menu02 a:hover
{
  background-color: #f1f1f1;
}

/* Show dropdown when hovering */
.guidance-and-counselling .dropdown:hover .dropdown-search-menu01,
.guidance-and-counselling .dropdown:hover .dropdown-search-menu02
{
  display: block;
}

/* Media Queries */
@media (max-width: 991px) {
  .guidance-and-counselling .guidance-and-counselling-heading h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .guidance-and-counselling .guidance-and-counselling-heading h2{
    font-size: 2.2rem;
  }
  .guidance-and-counselling .search-container {
    max-width: 100%;
  }
  .guidance-and-counselling .search-input {
    width: 70%;
  }

  /* .guidance-and-counselling .search-input {
    font-size: 14px;
  }

  .guidance-and-counselling .dropdown-toggle {
    font-size: 14px;
  } */
}

@media (max-width: 480px) {
  .guidance-and-counselling .search-container {
    flex-direction: column;
    align-items: stretch;
    /* overflow: hidden; */
  }

  .guidance-and-counselling .guidance-and-counselling-heading h2{
    font-size: 1.8rem;
  }

  .guidance-and-counselling .dropdown {
    margin-top: 10px;
  }

  .guidance-and-counselling .search-button {
    margin-top: 10px;
  }
}

.guidance-and-counselling .next-events-with-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 98%;
  margin-top: 30px;
}
.guidance-and-counselling .days-with-arrows{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .guidance-and-counselling .days-with-arrows{
    gap: 2px;
  }
}
.guidance-and-counselling .days-with-arrows span{
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border: 2px solid #D0C8C8;
  border-radius: 12px;
  margin-left: 20px;
}

.guidance-and-counselling .events-list {
  max-width: 98%;
  padding: 0 15px;
}

/* Single Event */
.guidance-and-counselling .event {
  display: flex;
  justify-content: start;
  align-items: center;
  /* border-bottom: 2px solid #ddd; */
  padding: 15px 0;
  width: 100%;
  overflow: hidden;
}
.guidance-and-counselling .event:last-child {
  border-bottom: 2px solid #ccc;
}


/* Date Section */
.guidance-and-counselling .event-date {
  text-align: right;
  position: relative;
}

.guidance-and-counselling .event-date .day {
  display: block;
  font-size: 18px;
  color: #666161;
  font-weight: 500;
}

.guidance-and-counselling .event-date .date-number {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

.guidance-and-counselling .event-date .month-year {
  display: block;
  font-size: 22px;
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  margin-left: 15px;
  width: 100%;
}

.guidance-and-counselling .event-date .month-year::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%; /* Start from the end of the text */
  width: 100vw;
  height: 2px; /* Thickness of the line */
  background-color: #ccc; /* Line color */
  transform: translateY(-50%);
}

/* Event Details */
.guidance-and-counselling .event-details {
  text-align: right;
  max-width: 70%;
  margin-right: 6%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guidance-and-counselling .event-details p {
  font-size: 18px;
  color: #666161;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: 500;
}

.guidance-and-counselling .event-details h4 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
  font-weight: 500;
}

/* Pagination */
.guidance-and-counselling .pagination {
  display: flex;
  justify-content: space-between;
  max-width: 98%;
  margin: 50px 0 0 0;
  padding: 0 15px;
}

.guidance-and-counselling .pagination a {
  text-decoration: none;
  font-size: 18px;
  color: #666161;
  font-weight: bold;
  transition: var(--main-transition);
}
.guidance-and-counselling .pagination a:hover {
  color: #9D9595;
}

/* Media Queries */
@media (max-width: 768px) {
  /* .event {
    flex-direction: column;
    align-items: flex-start;
  } */

  .guidance-and-counselling .event-details {
    max-width: 100%;
    margin-top: 75px;
    margin-right: 0;
    flex-direction: column;
    gap: 10px;
  }

  .guidance-and-counselling .event-details p{
    font-size: 14px;
    color: #666161;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 500;
  }

  .guidance-and-counselling .event-details h4 {
    font-size: 14px;
  }

  .guidance-and-counselling .pagination a {
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .guidance-and-counselling .event-date .date-number {
    font-size: 28px;
  }

  .guidance-and-counselling .event-date .day, .guidance-and-counselling .event-date .month-year {
    font-size: 16px;
  }

  .guidance-and-counselling .event-details h4 {
    font-size: 12px;
  }
  .guidance-and-counselling .event-details p {
    font-size: 12px;
  }
}
/* End Guidance and Counselling Section*/
/* End Guidance and Counselling Page */

/* Start Teacher's Guide Page */

/* Start Teacher's Guide Section */
.teachers-guide {
  padding: 60px 0;
  border-top: 3px solid #DAD0D0
}
.teachers-guide .teachers-guide-heading h2 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.teachers-guide .teachers-guide-heading span {
  font-size: 16px;
  font-weight: 500;
}

.teachers-guide .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.teachers-guide .category-btn {
  background-color: #F2F2F2;
  border: none;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.teachers-guide .category-btn.active {
  background-color: #5F37EF;
  color: #fff;
}

.teachers-guide .category-btn:hover {
  background-color: #ccc;
}

.teachers-guide .search-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.teachers-guide #search-input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 16px;
  font-weight: bold ;
}
.teachers-guide #search-input:focus {
  outline: 2px solid rgba(32, 99, 182, 0.15);
  border: 1px solid #ccc;
}

.teachers-guide .search-container svg {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  cursor: pointer;
}

/* Media Query for tablets (up to 768px) */
@media (max-width: 576px){
  .teachers-guide .teachers-guide-heading h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .teachers-guide .button-container {
    gap: 12px;
    margin-bottom: 30px;
  }

  .teachers-guide .category-btn {
    padding: 8px 14px;
    font-size: 16px;
  }

  .teachers-guide .search-container {
    max-width: 500px;
  }

  .teachers-guide #search-input {
    padding: 10px 18px;
    font-size: 15px;
  }
}

/* Media Query for desktops (above 768px) */
@media (min-width: 769px) {
  .teachers-guide .button-container {
    gap: 15px;
    margin-bottom: 40px;
  }

  .teachers-guide .category-btn {
    padding: 8px 50px;
    font-size: 17px;
  }

  .teachers-guide .search-container {
    max-width: 600px;
  }

  .teachers-guide #search-input {
    padding: 10px 20px;
    font-size: 16px;
  }

  .teachers-guide .search-container svg {
    left: 30px;
  }
}

.teachers-guide .cat-box {
  max-width: 500px;
  margin: 20px;
  position: relative;
}

.teachers-guide .cat-box-img {
  position: relative;
  object-fit: cover;
}

.teachers-guide .cat-box-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.teachers-guide .cat-box-more {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.teachers-guide .cat-box-more span {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.teachers-guide .cat-box-more a {
  color: var(--button-color);
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: var(--main-transition);
  border: none;
  opacity: 1;
}

.teachers-guide .cat-box-more a:hover {
  opacity: .7;
}

@media (max-width: 576px) {
  .teachers-guide .cat-box-more span {
    font-size: 16px;
  }
  .teachers-guide .cat-box-more a {
    font-size: 16px;
  }
}

/* Start Pagination */
.teachers-guide .pagination {
  width: auto;
  justify-content: center;
  margin-top: 20px;
}
.teachers-guide .pagination .page-item .page-link{
  color: var(--button-color);
  font-weight: 500;
  border: 1px solid var(--button-color);
  font-size: 18px;
}
.teachers-guide .pagination .page-item:last-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.teachers-guide .pagination .page-item:first-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:not(:first-child) .page-link{
  margin-left: 0 !important;
}
.teachers-guide .pagination .page-item .page-link:focus{
  z-index: 3;
  background-color: var(--button-color) !important;
  outline: 0;
  color: white !important;
  border: 1px solid var(--button-color) !important;
  box-shadow: none;
}
.teachers-guide .pagination .page-item i{
  font-size: 17px;
}
/* End Pagination */
/* End Teacher's Guide Section */

/* End Teacher's Guide Page */

/* Start Semester Page */
.profile-navbar .user-profile-dropdown {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 12px;
  background-color: white;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  cursor: pointer;
  transition: var(--main-transition);
}
.profile-navbar .user-profile-dropdown:hover {
  opacity: .8;
}

.profile-navbar .user-profile-dropdown img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.profile-navbar .profile-name {
  font-size: 16px;
  font-weight: 600;
  color: #2C296A;
}

.profile-navbar .girl-search-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  background-color: white;
  border: 1px solid var(--main-color);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.profile-navbar .girl-search-bar input {
  border: none;
  outline: none;
  flex-grow: 1;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 500;
  transition: all 0.3s ease;
}

.profile-navbar .girl-search-bar img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
.profile-navbar .dropdown.kid-bell img {
  max-width: 100%;
  width: 60%;
  object-fit: cover;
  cursor: pointer;
}

.profile-navbar .girl-search-bar:focus-within {
  border: 1px solid #2C296A;
  box-shadow: 0 0 10px rgba(44, 41, 106, 0.3);
}

@media (max-width: 991px) {
  .profile-navbar .girl-search-bar {
   margin-top: 20px;
  }
}

/* Start Registered Classes Section */
.registered-classes{
  padding: 60px 0;
  background-color: #EAE9FF;
  background-image: url(../assets/stars-backgroud.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
}
.registered-classes .registered-classes-boxes{
  text-align: start;
  margin-bottom: 25px;
}
.registered-classes-desc {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: row;
}
.registered-classes-desc h5 {
  margin-bottom: 0px;
  color: var(--button-color);
  font-size: 17px;
}
.registered-classes-desc .btn {
  font-size: 18px;
  background-color: #6E7485;
  padding: 6px 16px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  transition: var(--main-transition);
  opacity: 1;
}
.registered-classes-desc .btn:hover {
  opacity: .8;
}
.registered-classes-desc .btn {
  font-size: 18px;
  background-color: #6E7485;
  padding: 6px 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}
.registered-classes-desc .btn.active {
  font-size: 18px;
  background-color: var(--main-color);
  padding: 6px 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}
.registered-classes-kids-image img {
  object-fit: contain;
  height: 225px;
  max-width: 400px;
  width: 400px;
}
.registered-classes-desc-details h4{
  margin-bottom: 30px;
  margin-top: 25px;
  font-size: 20px;
  color: var(--main-color);
  font-weight: 600;
}
.registered-classes-desc-details-p{
  margin-bottom: 30px;
  margin-top: 25px;
  font-size: 18px;
  color: var(--main-color);
  font-weight: 400;
}
.registered-classes-desc-details span{
  color: #6E7485;
  font-weight: bold;
  margin-bottom: 20px ;
}
@media (min-width: 992px) {
  .registered-classes-kids-image img {
    object-fit: contain;
    height: 225px;
    max-width: 400px;
    width: 400px;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width:991px ){
  .registered-classes-desc {
    display: flex;
    gap: 20px;
    align-items: start;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .registered-classes-desc h5 {
    margin-bottom: 0px;
    color: var(--button-color);
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .registered-classes .registered-classes-boxes{
    text-align: center;
  }
  .registered-classes .registered-classes-desc{
    justify-content: center;
  }
  .registered-classes-kids-image img {
    width: 300px;
  }
  .registered-classes-desc-details h4{
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .registered-classes-desc {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
  }
  .registered-classes-desc h5 {
    margin-bottom: 0px;
    color: var(--button-color);
    font-size: 16px;
  }
  .registered-classes-desc .btn {
    font-size: 16px;
    padding: 6px 6px;
  }
  .registered-classes-desc .btn.active {
    font-size: 16px;
    padding: 6px 6px;
  }
}
/* Updated Tab Navigation */
.tab-navigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
  direction: rtl;
  position: absolute;
}

.tab-navigation span {
  color: var(--main-color);
  cursor: pointer;
  position: relative;
  padding-bottom: 8px;
  font-weight: bold;
}

.tab-navigation .active-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
  border-radius: 4px;
}
/* End Registered Classes Section */

/* Start Welcome User Section */
.welcome-user {
  padding: 40px 0;
}
.welcome-user h4 {
  color: var(--main-color);
}
.welcome-user .advertising-paragraph {
  color: var(--main-color);
  font-size: 15px;
  font-weight: 500;
}

.welcome-user .students-list {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(44, 41, 106, 0.2), 0px -1px 4px 0px rgba(44, 41, 106, 0.2);
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.welcome-user .students-list h5 {
  font-size: 19px;
  margin-bottom: 25px;
  color: var(--main-color);
  font-weight: 500;
}

.welcome-user .student-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #838389;
  padding-bottom: 10px;
  transition: .2s ease-in-out
}
.welcome-user .student-item:hover{
  transform: scale(1.03);
}
.welcome-user .student-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.welcome-user .student-item img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.welcome-user .student-item span {
  font-size: 18px;
  color: var(--main-color);
  font-weight: bold;
}

.welcome-user .post-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #9594B4;
}

.welcome-user .post-box img {
  margin-left: 1rem !important;
}

.welcome-user .post-box .post-time {
  color: #6E7485;
  font-size: 15px;
  font-weight: 500;
}
.welcome-user .post-box .post-header {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px ;
}
.welcome-user .post-box .post-header02 {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px ;
}
.welcome-user .post-box p {
  font-size: 14px;
  width: 96%;
  font-weight: 500;
}

.welcome-user .post-box a {
  text-decoration: none;
}

.welcome-user .post-box a:hover {
  text-decoration: underline;
}

.welcome-user .file-link {
  text-decoration: none;
  color: #2c2b6a;
  display: block;
}

.welcome-user .file-item {
  display: flex;
  align-items: center;
  background-color: #EAE9FF;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  width: 90%;
  font-size: 14px;
  gap: 10px;
}

.welcome-user .file-item:hover {
  background-color: #d7d5ff;
}

.welcome-user .file-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.post-box02{
  background: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
}
.post-box02 span {
  color: #6E7485;
  margin-bottom: 10px;
  display: block;
}
.post-box02 h6 {
  color: var(--main-color)
}
.post-box03 {
  background: #EAE9FF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #9594B4;
}
.post-box03 img{
  margin-left: 1rem !important;
}
.post-box03 .post-welcome {
  font-size: 20px;
  color: #2C296A;
  font-weight: 500;
}
.post-box03 .post-published {
  color: #6E7485;
}

.post-box03 .file-link {
  text-decoration: none;
  color: #2c2b6a;
  display: block;
}

.post-box03 .file-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  width: 90%;
  font-size: 16px;
  gap: 10px;
  transition: var(--main-transition);
}

.post-box03 .file-item:hover {
  opacity: .8;
}

.post-box03 .file-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.post-box03 .post-welcomed-name h6 {
  color: var(--main-color);
}
.post-box03 .post-welcomed-name span {
  color: #6E7485;
}
.post-box03 .post-welcomed-name p {
  color: var(--main-color);
  font-size: 17px;
}
.post-box03 .post-welcomed-name a {
  color: var(--button-color);
  opacity: 1;
  transition: var(--main-transition);
  text-decoration: none;
  margin-bottom: 20px;
  /* margin-top: 10px; */
  display: block;
  font-weight: 500;
}
.post-box03 .post-welcomed-name a:hover {
  opacity: .8;
}

.post-box03 .post-welcomed-name .text-wrapper {
  max-height: 60px; /* Limit initial visible height */
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.post-box03 .post-welcomed-name .text-wrapper.expanded {
  max-height: none; /* Show full content */
}

.post-box03 .post-welcomed-name .show-more-text {
  position: relative;
  max-width: 600px;
}

.post-box03 .post-welcomed-name .text-wrapper {
  overflow: hidden;
}

.post-box03 .post-welcomed-name .text-limit {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  white-space: normal; /* Allow line breaks, including <br> */
  line-height: 1.6;
}

.post-box03 .post-welcomed-name .text-limit.dynamic {
  white-space: normal;
}


.welcome-user .user-comments {
  padding-top: 20px;
  margin-top: 10px;
}

.welcome-user .comment-box {
  background: #ffffff;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  padding: 12px 20px;
}

.welcome-user .comment-box .comment-box-welcome{
  font-size: 17px;
  color: #6E7485;
}
.welcome-user .comment-box .comment-box-paragraph{
  font-size: 18px;
  margin-bottom: 0;
  color: var(--main-color);
}

.welcome-user .user-comments-container .user-comments-container-desc .comment-name{
  font-size: 20px;
  color: #2C296A;
  font-weight: 600;
}

.welcome-user .comment-header {
  font-size: 14px;
  font-weight: bold;
  color: #3a3f55;
}

.welcome-user .user-comments-container .user-comments-container-desc .comment-time {
  font-size: 16px;
  color: #6E7485;
  margin-top: 6px;
  display: block;
  font-weight: 400;
  margin-right: .5rem !important;
}

.welcome-user .comment-text {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.5;
}

.welcome-user .user-comments .user-comments-container{
  align-items: start;
  flex-direction: column;
  width: 80%;
}

@media (max-width: 768px) {
  .welcome-user .students-list {
    width: 60%;
    padding: 20px;
  }

  .welcome-user .student-item img {
    width: 35px;
    height: 35px;
  }

  .welcome-user .post-box, .post-box02, .post-box03 {
    padding: 15px;
  }

  .welcome-user .post-box03 .file-item, .welcome-user .file-item{
    font-size: 14px;
    width: 100%;
    padding: 8px 12px;
  }

  .welcome-user .post-header02 {
    font-size: 14px;
  }

  .welcome-user .file-icon {
    width: 16px;
    height: 16px;
  }

  .welcome-user .user-comments-container .user-comments-container-desc .comment-time {
    font-size: 14px;
  }
}
/* End Welcome User Section */

/* End Semester Page */

/* Start Classes Recap Page */

/* Start My Teacher Section */
.my-teachers .teacher-card {
  border: 2px solid var(--main-color) !important;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.my-teachers .teacher-card img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.my-teachers .referral-container {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 24px;
  color: #333;
  direction: rtl; /* Ensures right-to-left layout */
  text-align: right;
  width: 95%;
}

/* Profile Section */
.my-teachers .profile-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.my-teachers .profile-section img {
  max-width: 100%;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.my-teachers .avatar {
  background-color: #6a4e77;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-teachers .parent-name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.my-teachers .edit-link {
  font-size: 19px;
  color: var(--button-color);
}

.my-teachers .edit-link:hover {
  text-decoration: underline;
}

/* Description Text */
.my-teachers .description {
  margin: 18px 0;
  color: #6E7485;
  font-size: 18px;
  display: block;
}

/* Info Section */
.my-teachers .info-section p {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 0.9rem;
}
.my-teachers .info-section span {
  font-size: 16px;
  color: #6E7485;
  font-weight: bold;
}

.my-teachers .info-section .icon {
  font-size: 1.2rem;
  margin-left: 8px;
}

.my-teachers .info-section .value {
  font-weight: bold;
  margin-right: auto;
  color: var(--main-color);
}

/* Referral Box */
.my-teachers .referral-box .btn-refer-friend{
  background-color: var(--main-color);
  color: #fff;
  border-radius: 18px;
  padding: 8px 15px;
  text-align: center;
  margin: 20px 0;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  transition: var(--main-transition);
}
.my-teachers .referral-box .btn-refer-friend:hover{
  opacity: .8;
}

.my-teachers .referral-box p {
  font-size: 0.9rem;
  margin-top: 8px;
  line-height: 1.5;
}

/* Referral Status */
.my-teachers .referral-status {
  text-align: center;
  color: var(--main-color);
  margin-top: 20px;
  font-weight: bold;
}

.my-teachers .link-box {
  width: 94%;
  padding: 20px 0px;
}

.my-teachers .link-box .btn-refer-friend02{
  background-color: var(--main-color);
  color: #fff;
  border-radius: 12px;
  padding: 8px 15px;
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  transition: var(--main-transition);
}
.my-teachers .link-box .btn-refer-friend02:hover{
  opacity: .8;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .my-teachers .link-box .btn-refer-friend02 {
    padding: 8px 4px;
    font-size: 15px;
  }
}

.my-teachers .btn-refer-friend02 {
  /* background-color: #4e4c8c; */
  color: #fff;
  border: none;
  font-size: 1rem;
  padding: 10px 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}

.my-teachers .btn-refer-friend02 i {
  transition: transform 0.3s ease;
}

/* Collapsible Content */
.my-teachers .collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  background-color: #fff;
  text-align: center;
}

.my-teachers .bnt-action {
  display: block;
  /* align-items: center; */
  margin: 8px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--main-color);
  transition: var(--main-transition);
  width: 100%;
  border-radius: 12px;
}
.my-teachers .bnt-action:hover {
  background-color: var(--main-color);
  color: white;
}

.my-teachers .bnt-action i {
  font-size: 1.2rem;
  margin-left: 10px;
  color: var(--main-color);
}

/* General Swiper Styling */
.my-teachers .teacher-swiper-container {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .my-teachers .teacher-swiper-container02 {
    overflow: hidden;
  }
  .my-teachers .swiper-button-next02{
    right: 2px !important;
  }
  .my-teachers .swiper-button-prev02{
    left: 2px !important;
  }
}

.my-teachers .swiper-wrapper {
  align-items: center;
}

.my-teachers .teacher-card {
  border: 1.5px solid var(--main-color);
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 6px var(--box-shadow-color);
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}

/* First and Last Card Shadow Effect */
.my-teachers .swiper-slide:first-child,
.my-teachers .swiper-slide:last-child {
  box-shadow: 0 0 20px var(--box-shadow-color);
}

.my-teachers .teacher-card h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
  color: var(--main-color);
}

.my-teachers .teacher-card span {
  color: var(--main-color);
  font-weight: bold;
}

.my-teachers .teacher-card .teacher-card02 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.my-teachers .teacher-card .teacher-card02-price {
  margin-top: auto;
  padding-top: 10px;
}

.my-teachers .btn-share {
  display: block;
  width: 100%;
  background: #fff;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: var(--main-transition);
}
.my-teachers .btn-share:hover {
  background-color: var(--main-color);
  color: #fff;
}

/* Navigation Buttons */
.my-teachers .swiper-button-next,
.my-teachers .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: white;
  backdrop-filter: blur(100px);
  color: var(--main-color);
  border: 1.5px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  top: 40%;
}
.my-teachers .swiper-button-next{
  right: -20px;
}
.my-teachers .swiper-button-prev{
  left: -20px;
}

.my-teachers .swiper-button-next::after,
.my-teachers .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.my-teachers .swiper-button-next:hover,
.my-teachers .swiper-button-prev:hover {
  background-color: var(--main-color);
  color: white;
}

/* Line Indicator */
.my-teachers .swiper-pagination-progressbar {
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.my-teachers .swiper-pagination-progressbar-fill {
  background-color: var(--main-color);
}
.my-teachers .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0px; /* Adjust this value to move the progress bar further down */
  top: auto; /* Override any top settings */
  margin-top: 0; /* Space between cards and the progress bar */
}
.my-teachers .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--main-color)
}

@media (max-width: 576px) {
  .my-teachers .swiper-button-next{
    right: -10px;
  }
  .my-teachers .swiper-button-prev{
    left: -10px;
  }
}

.my-teachers .no-courses-yet-sign .no-courses-yet {
  padding: 10px 60px;
  color: var(--main-color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: var(--main-border-radius);
  margin: 20px 0px 30px 0;
}

.my-teachers .session-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--main-color);
  border-radius: 12px;
  padding: 20px;
  max-width: 900px;
  margin: 20px auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Right Side Image */
.my-teachers .session-image {
  flex: 0.3;
  text-align: center;
}

.my-teachers .session-image img {
  max-width: 200px;
  border-radius: 8px;
  width: 180px;
  height: 130px;
  max-height: 200px;
  object-fit: cover;
}

/* Center Content */
.my-teachers .session-content {
  flex: 0.6;
  text-align: right;
  padding: 0 20px;
}

.my-teachers .session-content .session-title {
  font-size: 19px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 10px;
}

.my-teachers .session-content .session-description {
  font-size: 14px;
  color: #6E7485;
  line-height: 1.6;
  margin-bottom: 10px;
  width: 80%;
}

.my-teachers .session-content .teacher-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.my-teachers .session-content .teacher-info img {
  max-width: 100%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.my-teachers .session-content .teacher-info .teacher-name {
  font-size: 14px;
  color: var(--main-color);
  font-weight: bold;
}

.my-teachers .session-content .rating {
  font-size: 14px;
  color: var(--main-color);
  display: block;
  align-items: center;
}

.my-teachers .star-icon {
  margin-left: 5px;
  color: #ffc107; /* Gold color for star */
}

/* Left Side Buttons and Icons */
.my-teachers .session-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0.2;
}

.my-teachers .heart-icon img {
  transition: var(--main-transition);
}

.my-teachers .heart-icon img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.my-teachers .session-left .btn {
  padding: 10px 15px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
}

.my-teachers .btn-no-review {
  background-color: #EBEBEB;
  color: black;
}
.my-teachers .btn-no-review:hover {
  opacity: .7;
}

.my-teachers .btn-share-friend {
  background-color: var(--main-color);
  color: #fff;
}

.my-teachers .btn-share-friend:hover {
  background-color: #3a347b;
  color: white;
  opacity: .8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .my-teachers .session-box {
    flex-direction: column;
    text-align: center;
    padding: 15px;
    width: 90%;
  }

  .my-teachers .session-image,
  .my-teachers .session-left,
  .my-teachers .session-content {
    flex: 1;
    margin-bottom: 10px;
  }

  .my-teachers .session-content {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

/* General Card Styles */
.my-teachers .swiper-slide02 .teacher-card .girl-card {
  border: 2px solid #5E5EAB; /* Border color */
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px; /* Fixed width */
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #fff;
  margin: 20px;
  overflow: hidden;
}

/* Image Section */
.my-teachers .swiper-slide02 .teacher-card .girl-image-container {
  position: relative;
  width: 100%;
  height: auto;
}

.my-teachers .swiper-slide02 .teacher-card .girl-image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}

/* .swiper-slide02 .teacher-card .share-icon {
  position: absolute;
  right: 10px;
  background-color: #e0e0e0;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
} */

.my-teachers .swiper-slide02 .teacher-card .share-icon svg {
  display: block;
}

/* Card Content */
.my-teachers .swiper-slide02 .teacher-card .girl-card-content {
  padding: 10px 15px;
}

.my-teachers .swiper-slide02 .teacher-card .girl-card-content h6 {
  font-size: 16px;
  margin: 8px 0;
  color: #333;
  font-weight: bold;
}

.my-teachers .swiper-slide02 .teacher-card .girl-card-content p {
  font-size: 14px;
  margin: 4px 0;
  color: #555;
}

.my-teachers .swiper-slide02 .teacher-card .girl-card-content .age-range {
  color: #888;
  font-size: 13px;
  margin-bottom: 10px;
}

.my-teachers .swiper-slide02 .teacher-card .rating-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.my-teachers .swiper-slide02 .teacher-card .rating {
  color: #FFC107; /* Star color */
}

.my-teachers .swiper-slide02 .teacher-card .price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.my-teachers .swiper-slide02 .teacher-card .price .session {
  font-size: 14px;
  color: #5E5EAB;
  margin-right: 5px;
}

.my-teachers .swiper-slide02 .teacher-card img {
  max-width: 100%;
  width: 220px;
  border-radius: 10px;
  margin-bottom: 10px;
  object-fit: contain;
  height: 135px;
}


.my-teachers .swiper-slide02 .teacher-card.image-container {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}

.my-teachers .swiper-slide02 .teacher-card.image-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Share Icon Styling */
.my-teachers .swiper-slide02 .teacher-card .share-icon {
  position: absolute;
  bottom: 25%;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--main-color, #5E5EAB); /* Default color */
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.my-teachers .swiper-slide02 .teacher-card .share-icon i {
  font-size: 16px;
}

.my-teachers .swiper-slide02 .teacher-card .share-icon:hover {
  background-color: var(--main-color, #5E5EAB);
  color: #fff;
  transform: scale(1.1);
}


/* Referral Modal Custom Styles */
.my-teachers #referralModal .modal-content {
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
}
.my-teachers #referralModal .modal-header {
  border-bottom: none;
  justify-content: center;
}
.my-teachers #referralModal .referrals-gift {
  max-width: 100%;
  width: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}
/* .my-teachers #referralModal .modal-title {
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 5px;
} */
.my-teachers #referralModal .modal-body p {
  font-size: 20px;
  color: var(--main-color);
  margin-bottom: 20px;
}
.my-teachers #referralModal .modal-body span {
  font-size: 18px;
  color: #8A8A90;
  margin-bottom: 20px;
}
.my-teachers #referralModal .terms-link {
  color: #4B01D4;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.my-teachers #referralModal .copy-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--main-color);
  border-radius: 12px;
  padding: 5px 10px;
  margin: 10px auto;
}
.my-teachers #referralModal .copy-input {
  border: none;
  outline: none;
  background: transparent;
  flex: 1;
  text-align: left;
  font-size: 0.9rem;
}
.my-teachers #referralModal .copy-button {
  border: 2px solid var(--main-color);
  background-color: #fff;
  cursor: pointer;
  font-weight: bold;
  color: var(--main-color);
  padding: 6px 20px;
  border-radius: 10px;
  transition: var(--main-transition);
}
.my-teachers #referralModal .copy-button:hover {
  color: #007bff;
}
.my-teachers #referralModal .copy-message {
  display: none;
  color: green;
  font-size: 0.9rem;
  margin-top: 10px;
  font-weight: bold;
}
@media ( max-width: 768px ) {
  .my-teachers #referralModal .modal-content {
    width: 100%;
  }
  .my-teachers #referralModal .copy-input {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .my-teachers #referralModal .copy-input {
    text-align: right;
  }
}


/* Modal Custom Styles */
  .my-teachers .teacher-modal .modal-content {
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px 20px;
  width: 80%;
}

  .my-teachers .teacher-modal .modal-header {
  border: none;
  justify-content: end;
}


  .my-teachers .teacher-modal .teacher-image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 25px;
}

  .my-teachers .teacher-modal .teacher-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 10px;
}

  .my-teachers .teacher-modal .teacher-desc {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

  .my-teachers .teacher-modal .rating {
  font-size: 1rem;
  color: #FFD700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

  .my-teachers .teacher-modal .rating .star {
  font-size: 1.1rem;
  color: #FFD700;
}

  .my-teachers .teacher-modal .btn-custom {
  border: 2px solid var(--main-color);
  border-radius: 10px;
  color: var(--main-color);
  padding: 8px 40px;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  font-weight: 500;
}

  .my-teachers .teacher-modal .btn-custom:hover {
  background-color: var(--main-color);
  color: #fff;
}

@media ( max-width: 768px ) {
    .my-teachers .teacher-modal .modal-content {
    width: 100%;
  }
    .my-teachers .teacher-modal .btn-custom {
    padding: 8px 20px;
    font-size: 16px ;
  }
}

/* End Classes Recap Page */

/* Start Courses List Page */
.courses-list .courses-list-container {
  margin: 40px auto;
  text-align: right;
}
.courses-list .section-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  margin-right: 60px;
  margin-bottom: 38px !important;
}
.courses-list .section-title-notice {
  font-size: 20px;
  font-weight: 400;
  color: var(--main-color);
  margin-right: 60px;
  margin-bottom: 38px !important;
}
.courses-list .course-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0px 4px 4px 0px rgba(44, 41, 106, 0.25),
  0px -4px 4px 0px rgba(44, 41, 106, 0.25),
  4px 0px 4px 0px rgba(44, 41, 106, 0.25),
  -4px 0px 4px 0px rgba(44, 41, 106, 0.25);
  margin: 0 auto;
  transition: var(--main-transition);
}
.courses-list .course-box:hover {
  transform: scale(1.01);
}
.courses-list .course-image {
  flex: 0 0 150px;
  margin-left: 20px;
}
.courses-list .course-image img {
  width: 180px;
  height: 180px;
  /* border-radius: 50%; */
  object-fit: cover;
}
.courses-list .course-content {
  flex: 1;
  text-align: right;
}
.courses-list .course-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--main-color);
}
.courses-list .course-description {
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 20px;
  /* line-height: 1.5; */
}
.courses-list .btn-course-button {
  display: inline-block;
  text-decoration: none;
  background-color: var(--main-color);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--main-border-radius);
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  transition: var(--main-transition);
  margin-top: 20px;
  margin-right: 20px;
}
.courses-list .btn-course-button:hover {
  opacity: .8;
}

.courses-list .btn-show-more-courses {
  display: inline-block;
  text-decoration: none;
  background-color: var(--main-color);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--main-border-radius);
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  transition: var(--main-transition);
  /* margin-top: 20px; */
}
.courses-list .btn-show-more-courses:hover {
  opacity: .8;
}

/* Responsive Styling */
@media (max-width: 1200px) {
  .courses-list .section-title {
    font-size: 22px;
    margin-right: 40px;
  }
  .courses-list .section-title-notice {
    font-size: 20px;
    margin-right: 40px;
  }
  .courses-list .course-box {
    padding: 30px;
  }
  .courses-list .course-image img {
    width: 160px;
    height: 160px;
  }
  .courses-list .course-title {
    font-size: 18px;
  }
  .courses-list .course-description {
    font-size: 16px;
  }
  .courses-list .btn-course-button {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .courses-list .courses-list-container {
    text-align: center;
  }
  .courses-list .section-title {
    font-size: 20px;
    margin-right: 30px;
  }
  .courses-list .section-title-notice {
    font-size: 20px;
    margin-right: 30px;
  }
  .courses-list .course-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .courses-list .course-content {
    text-align: center;
    margin-top: 20px;
  }
  .courses-list .course-description {
    margin-bottom: 0;
  }
  .courses-list .course-image {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .courses-list .courses-list-container {
    text-align: center;
  }
  .courses-list .section-title {
    font-size: 18px;
    margin-right: 20px;
  }
  .courses-list .section-title-notice {
    font-size: 16px;
    margin-right: 20px;
  }
  .courses-list .course-box {
    padding: 20px;
  }
  .courses-list .course-image img {
    width: 140px;
    height: 140px;
  }
  .courses-list .course-title {
    font-size: 16px;
  }
  .courses-list .course-description {
    font-size: 14px;
  }
  .courses-list .btn-course-button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .courses-list .btn-show-more-courses {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .courses-list .courses-list-container {
    text-align: center;
  }
  .courses-list .section-title {
    font-size: 18px;
    margin-right: 10px;
  }
  .courses-list .section-title-notice {
    font-size: 16px;
    margin-right: 10px;
  }
  .courses-list .course-image img {
    width: 120px;
    height: 120px;
  }
  .courses-list .course-box {
    padding: 15px;
  }
  .courses-list .course-title {
    font-size: 16px;
  }
  .courses-list .course-description {
    font-size: 14px;
  }
  .courses-list .btn-course-button {
    font-size: 14px;
    padding: 8px 16px;
  }
}

/* End Courses List Page */

/* Start Course Details-02 */
.welcome-user .btn-create-post{
  display: block;
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
  color: var(--main-color);
  border: 2px dashed var(--main-color);
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  transition: var(--main-transition);
  border-radius: var(--main-border-radius);
}
.welcome-user .btn-create-post:hover {
  background-color: var(--main-color);
  color: white;
  border: 2px dashed white;
}
.welcome-user .students-list .students-list-time-date{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}
.welcome-user .students-list .students-list-time-date span{
  font-size: 18px;
  color: var(--main-color);
}
.welcome-user .students-list .students-list-time-date .students-list-time{
  border-left: 3px solid var(--main-color);
  padding-left: 10px;
}
.welcome-user .students-list .students-list-time-date .students-list-time,
.welcome-user .students-list .students-list-time-date .students-list-calendar{
  display: flex;
  align-items: center;
  gap: 5px;
}
.welcome-user .post-box .btn-add-file,
.welcome-user .user-comments-container .btn-add-comment{
  padding: 8px 15px;
  width: 90%;
  font-size: 16px;
  background-color: transparent;
  color: var(--main-color);
  border: 2px dashed var(--main-color);
  font-weight: bold;
  transition: var(--main-transition);
  border-radius: var(--main-border-radius);
}
.welcome-user .user-comments-container .btn-add-comment{
  padding: 8px 15px;
  width: 100%;
  margin-top: 30px ;
}
.welcome-user .post-box .btn-add-file:hover,
.welcome-user .user-comments-container .btn-add-comment:hover {
  background-color: var(--main-color);
  color: white;
  border: 2px dashed white;
}
@media (max-width: 768px) {
  .welcome-user .post-box .btn-add-file,
  .welcome-user .user-comments-container .btn-add-comment{
    font-size: 14px;
    width: 100%;
    padding: 6px 12px;
  }
}

/* Start Create Post Modal */
/* .welcome-user #createPostModal {
  top: 10%
} */
.welcome-user #createPostModal .custom-modal {
  border-radius: 10px;
}

.welcome-user #createPostModal .custom-modal-header {
  font-size: 18px;
  font-weight: bold;
  border-bottom: none;
  border-bottom: 3px solid #B1B0B7;
}
.welcome-user #createPostModal #createPostModalLabel {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: var(--main-color);
  font-weight: bold;
}

.welcome-user #createPostModal .custom-modal-body {
  min-height: 200px;
}

.welcome-user #createPostModal .custom-close {
  font-size: 1.2rem;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  transition: var(--main-transition);
  opacity: 1;
}
.welcome-user #createPostModal .custom-close:hover {
  opacity: .7;
}
.welcome-user #createPostModal .custom-modal-footer {
  border-top: 3px solid #B1B0B7;
  border-bottom: none;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap !important;
}

.welcome-user #createPostModal .custom-modal-footer .btn {
  background-color: var(--main-color);
  color: white;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  border-radius: var(--main-border-radius);
  transition: var(--main-transition);
  opacity: 1;
}
.welcome-user #createPostModal .custom-modal-footer .btn:hover {
  opacity: .8;
}

.welcome-user #createPostModal .post-avatar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.welcome-user #createPostModal .post-avatar img {
  border-radius: 50%;
  margin-left: 10px;
}

.welcome-user #createPostModal .post-avatar span {
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color);
}

.welcome-user #createPostModal .post-input {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  min-height: 150px;
  font-size: 16px;
  padding: 20px
}
/* End Create Post Modal */
/* End Course Details-02 */

/* Start Create a New Course */
.create-course-form-container {
  max-width: 800px;
  margin: 40px auto;
  background-color: #fff;
  padding: 30px;
  transition: all 0.3s ease;
}
.create-course-form-container input,
.create-course-form-container textarea {
  box-shadow: 0px 2px 2px 0px #2C296A40, 0px -2px 2px 0px #2C296A40, 2px 0px 2px 0px #2C296A40, -2px 0px 2px 0px #2C296A40;
  padding: 12px;
  font-size: 17px;
}
.create-course-form-container textarea {
  resize: none;
}
.create-course-form-container input:hover,
.create-course-form-container textarea:hover{
  background-color: #f8f9fa;
  border-color: #6c757d;
}
.create-course-form-container input:focus,
.create-course-form-container textarea:focus {
  box-shadow: 0 0 10px 2px rgba(44, 41, 106, 0.4);
  border-color: #2c296a;
  background-color: #ffffff;
  outline: none;
}
.create-course-form-container input[type="radio"] {
  box-shadow: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.create-course-form-container input[type="radio"]:checked {
  accent-color: var(--main-color); /* Changes the fill color of the radio */
}
.create-course-form-container .form-label {
  font-weight: bold;
  font-size: 18px;
  color: var(--main-color);
}
.create-course-form-container .form-label-light {
  font-weight: 400 !important;
  font-size: 16px;
  color: var(--main-color);
}
.create-course-form-container .form-control {
  border: 1px solid #d1d3e2;
  border-radius: 10px;
}
.create-course-form-container .btn {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

/* Start Styling Course's Days */
.create-course-form-container .dropdown {
  position: relative;
  width: 100%;
}
.create-course-form-container .dropdown-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 2px 0px #2C296A40, 0px -2px 2px 0px #2C296A40, 2px 0px 2px 0px #2C296A40, -2px 0px 2px 0px #2C296A40;
  padding: 12px;
  font-size: 17px;
  margin-top: 10px;
}
.create-course-form-container .dropdown-select i {
  transition: transform 0.3s ease-in-out;
  color: #1a1a64;
}
.create-course-form-container .rotate-icon {
  transform: rotate(180deg);
}
.create-course-form-container .dropdown-list {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.create-course-form-container .dropdown-list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  border-bottom: 2px solid #DBDAED;
}
.create-course-form-container .dropdown-list label:last-child {
  border-bottom: 0
}
.create-course-form-container .dropdown-list label:hover {
  background-color: #f0f0f0;
}

/* Checkbox Styling */
.create-course-form-container .dropdown-list input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
background-color: #fff;
border: 1px solid #ccc;
width: 18px;
height: 18px;
border-radius: 4px;
cursor: pointer;
position: relative;
}

.create-course-form-container .dropdown-list input[type="checkbox"]:checked {
background-color: #1a1a64;
border-color: #1a1a64;
}


/* Checkmark Styling */
.create-course-form-container .dropdown-list input[type="checkbox"]:checked::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background-color: #1a1a64;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
/* End Styling Course's Days */

/* Save button styles */
.create-course-form-container .custom-btn-save {
  background-color: transparent;
  color: var(--main-color);
  border: 2px solid #28a745;
}
.create-course-form-container .custom-btn-save:hover {
  background-color: #218838;
  color: white;
  border-color: #218838;
}
.create-course-form-container .custom-btn-save.active {
  background-color: #218838;
  color: white;
  border-color: #218838;
}

/* Draft button styles */
.create-course-form-container .custom-btn-draft {
  background-color: transparent;
  color: var(--main-color);
  border: 2px solid #B1B0B7;
}
.create-course-form-container .custom-btn-draft:hover {
  background-color: #5a6268;
  color: white;
  border-color: #5a6268;
}

/* Cancel button styles */
.create-course-form-container .custom-btn-cancel {
  background-color: transparent;
  color: var(--main-color);
  border: 2px solid #dc3545;
}
.create-course-form-container .custom-btn-cancel:hover {
  background-color: #dc3545;
  color: #fff;
}

.create-course-form-container .d-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .create-course-form-container .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .create-course-form-container .btn {
    max-width: 100%;
  }
}

.create-course-form-container .add-part-btn {
  display: block;
  text-align: center;
  border: 2px dashed var(--main-color);
  border-radius: 10px;
  color: var(--main-color);
  cursor: pointer;
  padding: 10px;
  margin-top: 25px !important;
  font-size: 18px;
}
.create-course-form-container .add-part-btn:hover {
  background-color: #f1f1f1;
}


.create-course-form-container .create-course-form-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #6c757d;
}


.create-course-form-container .upload-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d1d3e2;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  box-shadow: 0px 2px 2px 0px #2C296A40, 0px -2px 2px 0px #2C296A40, 2px 0px 2px 0px #2C296A40, -2px 0px 2px 0px #2C296A40;
  padding: 12px;
  font-size: 17px;
}

.create-course-form-container .upload-box:hover {
  background-color: #f8f9fa;
  border-color: #6c757d;
}

.create-course-form-container .upload-box span {
  font-size: 17px;
  color: var(--main-color)
}

.create-course-form-container .upload-icon {
  font-size: 24px;
  color: var(--main-color);
}

.create-course-form-container .hidden-input {
  display: none;
}
/* End Create a New Course */

/* Start Select Entering Person */
.select-entring-person {
  position: relative;
  background: url(../assets/register-overlay.png) center center / cover no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.select-entring-person::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

/* Centered Div Styling */
.choose-instructor, .choose-student {
  position: relative;
  z-index: 2;
  background: white;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.choose-instructor:hover, .choose-student:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(44, 41, 106, 0.2), 0 -8px 16px rgba(44, 41, 106, 0.2);
}

.choose-instructor .icon, .choose-student .icon {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  max-width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease
}
.choose-instructor:hover .icon, .choose-student:hover .icon {
  transform: scale(1.08);
}

.choose-instructor-span, .choose-student-span {
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
}

.choose-instructor {
  background-color: #f6e5b3;
  margin-right: auto;
  margin-left: 10px;
}

.choose-student {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .choose-instructor, .choose-student {
    width: 200px;
    height: 200px;
    margin: 20px auto;
  }

  .choose-instructor .icon, .choose-student .icon {
    width: 100px;
    height: 100px;
  }

  .choose-instructor-span, .choose-student-span {
    font-size: 14px;
  }
}
/* End Select Entering Person */

/* Start Verification Code Page */
.verification-code {
  background-color: #fff;
  width: 100%;
}
.verification-code .illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.verification-code .illustration img {
  max-width: 100%;
  width: 450px;
  height: 450px;
  object-fit: contain;
}
.verification-code .form-container {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.verification-code .form-container h2 {
  color: #2c2c6c;
  font-weight: bold;
  margin-bottom: 20px;
}
.verification-code .form-container p {
  color: #9594B4;
  margin-bottom: 30px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 17px;
}
.verification-code .form-container input {
  font-size: 18px;
  padding: 15px 20px;
  border: 2px solid var(--main-color);
  border-radius: var(--main-border-radius);
}
.verification-code .form-container input:focus {
  box-shadow: 0 0 10px 2px rgba(44, 41, 106, 0.4);
  border-color: #2c296a;
  background-color: #ffffff;
  outline: none;
}
.verification-code .form-container .btn-block {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  border-radius: var(--main-border-radius);
  padding: 15px 20px;
  font-size: 18px;
  transition: var(--main-transition);
  width: 100%;
  opacity: 1;
}
.verification-code .form-container .btn-block:hover {
  opacity: .8;
}
.verification-code .form-container a {
  display: block;
  text-decoration: none;
  color: var(--main-color);
  font-size: 17px;
}
/* End Verification Code Page */

/* Start Teacher Home-02 Page */
.welcome-teacher02 .welcome-teacher02-heading {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.welcome-teacher02 .welcome-teacher02-heading img {
  max-width: 100%;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.welcome-teacher02 .welcome-teacher02-heading .welcome-teacher02-heading-span {
  font-size: 20px;
  color: var(--main-color);
}

.welcome-teacher02 .welcome-teacher02-container {
  margin: 40px auto;
  text-align: right;
}
.welcome-teacher02 .section-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  /* margin-right: 60px; */
  margin-bottom: 38px !important;
}
.welcome-teacher02 .section-title-notice {
  font-size: 20px;
  font-weight: 400;
  color: var(--main-color);
  /* margin-right: 60px; */
  margin-bottom: 38px !important;
}
.welcome-teacher02 .course-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 86%; */
  max-width: 1000px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0px 4px 4px 0px rgba(44, 41, 106, 0.25), 0px -4px 4px 0px rgba(44, 41, 106, 0.25), 4px 0px 4px 0px rgba(44, 41, 106, 0.25), -4px 0px 4px 0px rgba(44, 41, 106, 0.25);
  margin: 0;
  transition: var(--main-transition);
}

.welcome-teacher02 .course-image img {
  width: 180px;
  height: 180px;
  /* border-radius: 50%; */
  object-fit: cover;
}
.welcome-teacher02 .course-content {
  text-align: right;
  margin-top: 20px;
}
.welcome-teacher02 .course-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--main-color);
}
.welcome-teacher02 .course-description {
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 20px;
  /* line-height: 1.5; */
}
.welcome-teacher02 .btn-course-button {
  display: block;
  text-decoration: none;
  background-color: var(--main-color);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--main-border-radius);
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  transition: var(--main-transition);
  margin-top: 20px;
  margin-right: 20px;
}
.welcome-teacher02 .btn-course-button:hover {
  opacity: .8;
}
.welcome-teacher02 .btn-session-button {
  display: block;
  text-decoration: none;
  background-color: white;
  color: var(--main-color);
  padding: 12px 22px;
  border-radius: var(--main-border-radius);
  border: 1px solid var(--main-color);
  font-size: 16px;
  font-weight: 400;
  transition: var(--main-transition);
  margin-top: 20px;
  margin-right: 20px;
}
.welcome-teacher02 .btn-session-button:hover {
  color: white;
  background-color: var(--main-color);
}

@media (max-width: 768px) {
  .welcome-teacher02 .welcome-teacher02-container {
    margin: 20px auto;
    text-align: center;
  }

  .welcome-teacher02 .section-title,
  .welcome-teacher02 .section-title-notice {
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .welcome-teacher02 .course-box {
    flex-direction: column;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
  }

  .welcome-teacher02 .course-image img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .welcome-teacher02 .course-content {
    text-align: center;
    margin-top: 10px;
  }

  .welcome-teacher02 .course-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .welcome-teacher02 .course-description {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .welcome-teacher02 .btn-course-button,
  .welcome-teacher02 .btn-session-button {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
  }
}

/* End Teacher Home-02 Page */

/* Start Teacher's Sessions List Page */
.sessions-list-container {
  margin: 40px auto;
  text-align: right;
}
.sessions-list-container .section-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  margin-right: 60px;
  margin-bottom: 38px !important;
}
.sessions-list-container .section-title-notice {
  font-size: 20px;
  font-weight: 400;
  color: var(--main-color);
  margin-right: 60px;
  margin-bottom: 38px !important;
}
.sessions-list-container .session-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px 40px;
  box-shadow: 0px 4px 4px 0px rgba(44, 41, 106, 0.25),
    0px -4px 4px 0px rgba(44, 41, 106, 0.25),
    4px 0px 4px 0px rgba(44, 41, 106, 0.25),
    -4px 0px 4px 0px rgba(44, 41, 106, 0.25);
  margin: 0 auto;
  transition: var(--main-transition);
}
.sessions-list-container .session-box:hover {
  transform: scale(1.01);
}
.sessions-list-container .session-image {
  flex: 0 0 180px;
  margin-left: 20px;
}
.sessions-list-container .session-image img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: var(--main-border-radius);
}
.sessions-list-container .session-content {
  flex: 1;
  text-align: right;
}
.sessions-list-container .session-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--main-color);
}
.sessions-list-container .session-description {
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 20px;
}

.sessions-list-container .session-meta{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}
.sessions-list-container .session-meta img{
  max-width: 100%;
  width: 25px;
  height: 25px;
}

.sessions-list-container .session-meta .session-time{
  border-left: 3px solid #D9D9D9;
  padding-left: 10px;
}

/* Responsive Styling */
@media (max-width: 1200px) {
  .sessions-list-container .section-title {
    font-size: 22px;
    margin-right: 40px;
  }
  .sessions-list-container .section-title-notice {
    font-size: 20px;
    margin-right: 40px;
  }
  .sessions-list-container .session-box {
    padding: 30px;
  }
  .sessions-list-container .session-title {
    font-size: 18px;
  }
  .sessions-list-container .session-description {
    font-size: 16px;
  }
  .sessions-list-container .btn-session-button {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .sessions-list-container .sessions-list-container {
    text-align: center;
  }
  .sessions-list-container .section-title {
    font-size: 20px;
    margin-right: 30px;
  }
  .sessions-list-container .section-title-notice {
    font-size: 20px;
    margin-right: 30px;
  }
  .sessions-list-container .session-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sessions-list-container .session-content {
    text-align: center;
    margin-top: 20px;
  }
  .sessions-list-container .session-description {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .sessions-list-container .sessions-list-container {
    text-align: center;
  }
  .sessions-list-container .section-title {
    font-size: 18px;
    margin-right: 20px;
  }
  .sessions-list-container .section-title-notice {
    font-size: 16px;
    margin-right: 20px;
  }
  .sessions-list-container .session-box {
    padding: 20px;
  }
  .sessions-list-container .session-title {
    font-size: 16px;
  }
  .sessions-list-container .session-description {
    font-size: 14px;
  }
  .sessions-list-container .btn-session-button {
    font-size: 14px;
    padding: 10px 20px;
  }
  .sessions-list-container .btn-show-more-sessions {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 576px) {
  .sessions-list-container .sessions-list-container {
    text-align: center;
  }
  .sessions-list-container .section-title {
    font-size: 18px;
    margin-right: 10px;
  }
  .sessions-list-container .section-title-notice {
    font-size: 16px;
    margin-right: 10px;
  }
  .sessions-list-container .session-box {
    padding: 15px;
  }
  .sessions-list-container .session-title {
    font-size: 16px;
  }
  .sessions-list-container .session-description {
    font-size: 14px;
  }
  .sessions-list-container .btn-session-button {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.custom-pagination {
    margin: 40px auto 20px; /* Space above and below */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-pagination .pagination-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}

.custom-pagination .pagination-arrow:hover {
    background-color: #007bff;
    color: #fff;
}

.custom-pagination .disabled-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #aaa;
    font-size: 16px;
}

.custom-pagination .pagination-pages {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-pagination .pagination-page {
    text-decoration: none;
    font-size: 14px;
    color: #007bff;
    padding: 5px 10px;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 4px;
}

.custom-pagination .pagination-page:hover {
    background-color: #007bff;
    color: #fff;
}

.custom-pagination .active-page {
    font-size: 14px;
    color: #fff;
    background-color: #007bff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .custom-pagination {
        padding: 10px;
        gap: 10px;
    }

    .custom-pagination .pagination-arrow,
    .custom-pagination .pagination-page,
    .custom-pagination .active-page {
        font-size: 12px;
        padding: 5px;
        width: auto;
        height: auto;
    }
}

/* End Teacher's Sessions List Page */
