.educators-landing-page-header {
  background-image: url("/wp-content/themes/learning-divers-theme/assets/img/page-header-compressed.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 0;
}
.educators-landing-page-header .page-header-wrapper {
  min-height: 620px;
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .educators-landing-page-header .page-header-wrapper {
    min-height: 650px;
  }
}
.educators-landing-page-header .page-header-wrapper * {
  color: #ffffff;
}
.educators-landing-page-header .page-header-wrapper h1 {
  font-size: 52px;
}
@media screen and (max-width: 767.98px) {
  .educators-landing-page-header .page-header-wrapper h1 {
    font-size: 36px;
  }
}
.educators-landing-page-header .page-header-wrapper p.description {
  font-size: 20px;
  margin: 0 auto;
  max-width: 750px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .educators-landing-page-header .page-header-wrapper p.description {
    font-size: 16px;
  }
}
.educators-landing-page-header .page-header-wrapper form.search-educators {
  max-width: 800px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
  margin-top: 45px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.educators-landing-page-header .page-header-wrapper form.search-educators * {
  transition: 0.3s;
}
.educators-landing-page-header .page-header-wrapper form.search-educators.loading .wrap {
  margin-left: -58px;
}
.educators-landing-page-header .page-header-wrapper form.search-educators.loading input[type=image] {
  margin-right: -90px;
}
@media screen and (max-width: 767.98px) {
  .educators-landing-page-header .page-header-wrapper form.search-educators.loading input[type=image] {
    margin-right: -70px;
  }
}
.educators-landing-page-header .page-header-wrapper form.search-educators .wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0 10px 15px;
}
@media screen and (max-width: 380px) {
  .educators-landing-page-header .page-header-wrapper form.search-educators .wrap {
    display: none;
  }
}
.educators-landing-page-header .page-header-wrapper form.search-educators .wrap .divider {
  width: 1px;
  height: 28px;
  background-color: #2B2A6A44;
}
.educators-landing-page-header .page-header-wrapper form.search-educators input[type=search] {
  width: 100%;
  height: 56px;
  padding-left: 15px;
  border: none;
  background: none;
  font-weight: 600;
  color: #2B2A6A;
  outline: none;
}
.educators-landing-page-header .page-header-wrapper form.search-educators input[type=search]::-moz-placeholder {
  color: #2B2A6A;
}
.educators-landing-page-header .page-header-wrapper form.search-educators input[type=search]::placeholder {
  color: #2B2A6A;
}
.educators-landing-page-header .page-header-wrapper form.search-educators input[type=image] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  background-color: #DB69F2;
}
@media screen and (max-width: 767.98px) {
  .educators-landing-page-header .page-header-wrapper form.search-educators input[type=image] {
    padding: 15px 20px;
  }
}
.educators-landing-page-header .page-header-wrapper form.search-educators input[type=image]:hover {
  background-color: #3ACBF4;
}
.educators-landing-page-header .page-header-wrapper .loading-bar {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  display: flex;
  overflow-x: hidden;
  border-radius: 10px;
  transition: 0.3s;
  transform: translateY(-15px);
  opacity: 0;
}
.educators-landing-page-header .page-header-wrapper .loading-bar.loading {
  transform: translateY(0);
  opacity: 1;
}
.educators-landing-page-header .page-header-wrapper .loading-bar .progress-line {
  background-color: #2B2A6A;
  height: 100%;
  width: 0;
  animation-name: progress-line-animation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
}
@keyframes progress-line-animation {
  0% {
    left: -100px;
    width: 100px;
    background-color: #3ACBF4;
  }
  33% {
    left: calc(33% - 50px);
    width: 200px;
    background-color: #DB69F2;
  }
  66% {
    left: 66%;
    width: 200px;
    background-color: #DB69F2;
  }
  100% {
    left: 100%;
    width: 100px;
    background-color: #3ACBF4;
  }
}
.educators-landing-page-header img.wave {
  height: initial;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-size: cover;
}

section.specializations-slider {
  margin-top: 70px;
}
section.specializations-slider .arrows > div {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}
section.specializations-slider .arrows > div.swiper-button-disabled {
  pointer-events: all;
  cursor: pointer;
  opacity: 1;
}
section.specializations-slider .arrows > div, section.specializations-slider .arrows > div * {
  transition: 0.2s;
}
section.specializations-slider .arrows > div::after {
  font-size: 25px;
  color: #DB69F2;
}
section.specializations-slider .arrows > div:hover {
  background-color: #DB69F2;
}
section.specializations-slider .arrows > div:hover::after {
  color: #ffffff;
}
section.specializations-slider .arrows .swiper-button-prev {
  left: 3%;
}
section.specializations-slider .arrows .swiper-button-next {
  right: 3%;
}
section.specializations-slider .swiper-wrapper .swiper-slide {
  text-decoration: none;
  min-height: 360px;
  height: auto;
  padding: 40px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  section.specializations-slider .swiper-wrapper .swiper-slide {
    width: 80vw !important;
  }
}
section.specializations-slider .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(237deg, rgb(from #DB69F2 r g b/0.6) 0%, rgb(from #3ACBF4 r g b/0.6) 96%);
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
section.specializations-slider .swiper-wrapper .swiper-slide:hover::before {
  opacity: 1;
}
section.specializations-slider .swiper-wrapper .swiper-slide * {
  color: #ffffff;
}
section.specializations-slider .swiper-wrapper .swiper-slide h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
section.specializations-slider .swiper-wrapper .swiper-slide p.description {
  font-size: 18px;
  font-weight: 600;
  max-width: 250px;
}
section.specializations-slider .swiper-wrapper .swiper-slide ul {
  padding-inline-start: 25px;
  margin-top: 20px;
}
section.specializations-slider .swiper-wrapper .swiper-slide p.educators-available {
  margin-bottom: 0;
  margin-top: auto;
  font-weight: 600;
}

div.form-redirect {
  min-height: 300px;
  padding: 2rem;
  color: #ffffff;
  background-color: #2B2A6A;
  background-image: url("/wp-content/themes/learning-divers-theme/assets/img/form-redirect-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
div.form-redirect .text-wrap {
  margin-top: -20px;
  position: relative;
}
div.form-redirect .text-wrap h2 {
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
}
div.form-redirect .text-wrap .sub-title {
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}
div.form-redirect .description {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;
}

section.how-it-works {
  position: relative;
  margin-top: 150px;
  margin-bottom: 100px;
  overflow-x: clip;
}
@media screen and (max-width: 767.98px) {
  section.how-it-works {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
section.how-it-works img.bubliny {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1399.98px) {
  section.how-it-works img.bubliny {
    width: 95vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1399.98px) {
  section.how-it-works img.bubliny {
    width: 105vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.how-it-works .wrap {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 15px;
}
section.how-it-works .wrap .text-content {
  max-width: 700px;
  padding: 30px;
  padding-left: 40px;
}
section.how-it-works .wrap .text-content h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 575.98px) {
  section.how-it-works .wrap .text-content h2 {
    font-size: 36px;
  }
}
section.how-it-works .wrap .text-content .steps {
  margin-top: 50px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
section.how-it-works .wrap .text-content .steps li {
  display: flex;
}
section.how-it-works .wrap .text-content .steps li h3 {
  font-size: 22px;
  margin-top: 6px;
  margin-bottom: 5px;
}
section.how-it-works .wrap .text-content .steps li::before {
  content: attr(data-step);
  min-width: 37px;
  height: 37px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(180deg, #3ACBF4 0%, #6984F2 100%);
  color: #ffffff;
}

section.certificates {
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
}
section.certificates .title-and-modal-button h2 {
  font-size: 38px;
}
@media screen and (max-width: 991.98px) {
  section.certificates .title-and-modal-button h2 {
    text-align: center;
    font-size: 32px;
  }
}
section.certificates .title-and-modal-button .btn {
  background: none;
  border: none;
  color: #2B2A6A;
  padding: 0;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  section.certificates .title-and-modal-button .btn {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
section.certificates .title-and-modal-button .btn:hover {
  color: #DB69F2;
}
section.certificates .title-and-modal-button .btn:hover svg * {
  fill: #DB69F2;
}
section.certificates ul.cert-list {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 991.98px) {
  section.certificates ul.cert-list {
    flex-wrap: wrap;
  }
}
section.certificates ul.cert-list li {
  width: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
section.certificates ul.cert-list li h3 {
  font-size: 22px;
  max-width: 280px;
}
@media screen and (max-width: 1455px) and (min-width: 1199.98px) {
  section.certificates .educators-catalog-btn-wrap a.btn {
    margin-right: 62px;
  }
}
section.certificates .educators-catalog-btn-wrap a.btn svg {
  min-width: 10px;
  min-height: 10px;
}
section.certificates .educators-catalog-btn-wrap a.btn svg * {
  fill: #DB69F2;
}
section.certificates .educators-catalog-btn-wrap a.btn:hover svg * {
  fill: #2B2A6A;
}

#modal-certificates .modal-content h2:not(:first-child), #modal-certificates .modal-content h3:not(:first-child), #modal-certificates .modal-content h4:not(:first-child), #modal-certificates .modal-content h5:not(:first-child), #modal-certificates .modal-content h6:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 10px;
}
#modal-certificates .modal-content p {
  margin-bottom: 15px;
}
#modal-certificates .modal-content a br {
  display: none;
}

.educator-item-small {
  display: flex;
  gap: 18px;
  text-decoration: none;
  margin-bottom: 15px;
}
.educator-item-small * {
  color: #2B2A6A;
}
.educator-item-small.light * {
  color: #ffffff;
}
.educator-item-small img.thumbnail {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.educator-item-small img.thumbnail.default {
  background-color: #2B2A6A22;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
  border: 1px solid rgb(from #2B2A6A r g b/0.5);
}
.educator-item-small .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.educator-item-small .content .educator-name {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  transition: 0.3s;
}
.educator-item-small .content .place {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  line-height: 1;
}
.educator-item-small .content .place svg {
  transform: translateY(-1px);
}
.educator-item-small.text-dark .content .educator-name {
  color: #2B2A6A;
  font-size: 14px;
  font-weight: 600;
}
.educator-item-small.text-dark .content .place svg path {
  fill: #2B2A6A;
}
.educator-item-small:hover .content .educator-name {
  color: #DB69F2;
}

section.educator-reviews-slider {
  margin-top: -120px;
  margin-bottom: 50px;
  min-height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199.98px) {
  section.educator-reviews-slider {
    margin-top: 0;
  }
}
section.educator-reviews-slider img.wave {
  width: 100%;
  height: initial;
}
section.educator-reviews-slider > picture:last-child {
  transform: translateY(-4px);
}
section.educator-reviews-slider > picture:last-child {
  margin-top: auto;
  transform: translateY(4px);
}
section.educator-reviews-slider h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 575.98px) {
  section.educator-reviews-slider h2 {
    font-size: 32px;
  }
}
section.educator-reviews-slider .slider-wrap {
  padding-bottom: 70px;
}
@media screen and (max-width: 991.98px) {
  section.educator-reviews-slider .slider-wrap {
    padding-top: 100px;
  }
}
section.educator-reviews-slider .slider-wrap .navigation {
  display: flex;
  gap: 15px;
}
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-next,
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-prev {
  margin-top: 4px;
  position: static;
  border-color: #ffffff;
  background-color: #ffffff;
  padding: 10px;
  min-width: 50px;
}
@media screen and (max-width: 575.98px) {
  section.educator-reviews-slider .slider-wrap .navigation .swiper-button-next,
  section.educator-reviews-slider .slider-wrap .navigation .swiper-button-prev {
    padding: 6px;
    min-width: 45px;
    margin-top: 10px;
  }
  section.educator-reviews-slider .slider-wrap .navigation .swiper-button-next svg,
  section.educator-reviews-slider .slider-wrap .navigation .swiper-button-prev svg {
    height: 15px;
  }
}
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-next svg *,
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-prev svg * {
  fill: #DB69F2;
}
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-next:hover,
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-prev:hover {
  background-color: #DB69F2;
  border-color: #DB69F2;
}
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-next:hover svg *,
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-prev:hover svg * {
  fill: #ffffff;
}
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-next::after,
section.educator-reviews-slider .slider-wrap .navigation .swiper-button-prev::after {
  display: none;
}
section.educator-reviews-slider .slider-wrap .swiper {
  height: 100%;
  overflow-x: visible;
  overflow-y: clip;
}
section.educator-reviews-slider .slider-wrap .swiper .swiper-slide {
  height: auto;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: rgb(from #ffffff r g b/0.1);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.educator-reviews-slider .slider-wrap .swiper .swiper-slide h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
section.educator-reviews-slider .slider-wrap .swiper .swiper-slide .content a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  -webkit-appearance: none;
}

.user-certificates {
  display: flex;
  gap: 5px;
}
.user-certificates img {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 767.98px) {
  .user-certificates img {
    width: 26px;
    height: 26px;
  }
}
.user-certificates.smaller {
  gap: 3px;
}
.user-certificates.smaller img {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
}

.educator-item {
  width: 100%;
  background-color: #ffffff;
  outline: 3px solid #f4edf7;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1199.98px) {
  .educator-item {
    flex-wrap: wrap;
  }
}
.educator-item img.thumbnail {
  min-width: 105px;
  max-width: 105px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.educator-item img.thumbnail.default {
  background-color: #2B2A6A22;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.educator-item .basic-info {
  max-width: 275px;
}
@media screen and (max-width: 1199.98px) {
  .educator-item .basic-info {
    max-width: 100%;
  }
}
.educator-item .basic-info a {
  text-decoration: none;
}
.educator-item .basic-info a h2 {
  color: #2B2A6A;
  font-size: 20px;
  word-break: break-all;
}
.educator-item .basic-info .moto {
  font-size: 14px;
  max-width: min(310px, 100%);
  line-height: 1.4;
}
.educator-item .basic-info .location-and-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 400px) {
  .educator-item .basic-info .location-and-rating {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}
.educator-item .basic-info .location-and-rating .location {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  gap: 5px;
}
@media screen and (max-width: 400px) {
  .educator-item .basic-info .location-and-rating .location {
    gap: 9px;
  }
}
.educator-item .basic-info .location-and-rating .divider {
  width: 1px;
  height: 16px;
  background-color: lightgray;
}
@media screen and (max-width: 400px) {
  .educator-item .basic-info .location-and-rating .divider {
    display: none;
  }
}
.educator-item .basic-info .location-and-rating .review-rating {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.educator-item .basic-info .location-and-rating .review-rating svg {
  transform: translateY(1px);
}
.educator-item .basic-info .location-and-rating .review-rating .reviews-count {
  font-size: 14px;
  color: gray;
}
.educator-item .talents {
  min-width: 355px;
  max-width: 355px;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: #413CA011;
  margin-left: auto;
  height: 105px;
  overflow-y: auto;
}
@media screen and (max-width: 1199.98px) {
  .educator-item .talents {
    display: none;
  }
}
.educator-item .talents .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.educator-item .talents .nav-tabs .nav-link {
  padding: 5px 10px;
  background: none;
  border: 0;
  color: #2B2A6A;
  font-weight: 600;
  font-size: 14px;
}
.educator-item .talents .nav-tabs .nav-link.active {
  color: #DB69F2;
}
.educator-item .talents .tab-content .tab-pane ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.educator-item .talents .tab-content .tab-pane ul li {
  padding: 4px 8px;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}
.educator-item .talents .tab-content span {
  font-size: 14px;
}
.educator-item a.btn {
  min-width: 0;
  padding: 5px 15px;
}
.educator-item a.btn svg {
  height: 12px;
  min-width: 10px;
  max-width: 10px;
}
@media screen and (max-width: 767.98px) {
  .educator-item a.btn {
    min-width: 105px;
  }
}

section.educator-list-centered {
  margin: 100px 0;
  padding-bottom: 60px;
  overflow-x: clip;
  position: relative;
}
section.educator-list-centered .bg-wave-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
section.educator-list-centered h2 {
  font-size: 50px;
}
@media screen and (max-width: 991.98px) {
  section.educator-list-centered h2 {
    font-size: 32px;
  }
}
section.educator-list-centered h2 span {
  background: linear-gradient(to right, #3ACBF4 -60%, #413CA0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.educator-list-centered .educator-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}