@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-Black.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-Light.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Arabic";
  src: url("../fonts/Montserrat-Arabic-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Arabic-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "saudi_riyal";
  src: url("../fonts/regular/saudi_riyal.woff2") format("woff2"), url("../fonts/regular/saudi_riyal.woff") format("woff"), url("../fonts/regular/saudi_riyal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.wow {
  visibility: hidden;
}

.icon-saudi_riyal::before {
  content: "\e900";
  font-family: "saudi_riyal" !important;
  color: inherit;
  font-size: 2rem;
  font-weight: 400;
}

.text-gradient {
  background: linear-gradient(132deg, #9E77BB 19.46%, #F4818A 84.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
.text-primary {
  color: #3F2F4C !important;
}

.text-primary-light {
  color: #E1D5EA !important;
}

.text-secondary {
  color: #9670B5 !important;
}

.text-white {
  color: #FCFCFC !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #171717;
}

::-webkit-scrollbar-thumb {
  background: #3F2F4C;
}

::-moz-selection {
  background: #9670B5;
  color: #3F2F4C;
}

::selection {
  background: #9670B5;
  color: #3F2F4C;
}

body {
  background: #FFFFFF;
  font-family: "Montserrat-Arabic", sans-serif;
  font-weight: 400;
}

.mt-100 {
  margin-top: clamp(50px, 10vw, 100px);
}

.mt-80 {
  margin-top: clamp(40px, 10vw, 80px);
}

.py-100 {
  padding-block: clamp(50px, 10vw, 100px);
}

.pb-100 {
  padding-block-end: clamp(50px, 10vw, 100px);
}

.pt-100 {
  padding-block-start: clamp(50px, 10vw, 100px);
}

.fz40 {
  font-size: clamp(34px, 3vw, 40px);
}

.fz36 {
  font-size: clamp(30px, 3vw, 36px);
}

.fz32 {
  font-size: clamp(26px, 3vw, 32px);
}

.fz24 {
  font-size: clamp(20px, 3vw, 24px);
}

.fz20 {
  font-size: clamp(18px, 3vw, 20px);
}

.fz18 {
  font-size: clamp(16px, 3vw, 18px);
}

.fz14 {
  font-size: clamp(12px, 3vw, 14px);
}

.fz12 {
  font-size: clamp(10px, 3vw, 12px);
}

.fz10 {
  font-size: clamp(8px, 3vw, 10px);
}

.lh28 {
  line-height: 28px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.bg-none {
  background-image: none !important;
}

.py-64 {
  padding-block: 64px;
}

.btn i {
  margin-inline-start: 10px;
}

.btn-1,
button.woocommerce-Button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  background-color: #3F2F4C;
  color: white;
  padding: 11px 33px;
  border-radius: 84px;
  display: inline-block;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .btn-1,
  button.woocommerce-Button.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    font-size: 14px;
    padding: 6px 25px;
  }
}
@media (max-width: 600px) {
  .btn-1,
  button.woocommerce-Button.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    padding: 6px 20px;
  }
}
.btn-1:hover,
button.woocommerce-Button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  background-color: #9670B5;
  color: white;
}

.btn-2 {
  background-color: #9670B5;
  color: white;
  padding: 11px 33px;
  border-radius: 84px;
  display: inline-block;
  transition: all 0.3s;
}
.btn-2:hover {
  background-color: #3F2F4C;
  color: white;
}

.btn-1-outline {
  border: 1px solid #3F2F4C;
  color: #3F2F4C;
  padding: 11px 33px;
  border-radius: 84px;
  display: inline-block;
  transition: all 0.3s;
}
.btn-1-outline:hover {
  background-color: #3F2F4C;
  color: white;
}

.btn-white {
  background-color: white;
  color: #3F2F4C;
  padding: 11px 33px;
  border-radius: 84px;
  display: inline-block;
  transition: all 0.3s;
}
.btn-white:hover {
  background-color: #3F2F4C;
  color: white;
}

header.main-header {
  padding-block: 16px;
  position: sticky;
  top: 0;
  transition: 0.3s;
  z-index: 20;
  background: #F5F1F8;
  box-shadow: 0 4px 0 0 rgba(245, 241, 248, 0.24);
}

.search-form-wrapper {
  background-color: #F8F4EC;
  border-radius: 30px;
  padding: 0 25px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: 0.3s;
}
.search-form-wrapper .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.search-form-wrapper .search-form .search-btn {
  border: none !important;
  color: #171717;
  font-size: 20px;
  transition: 0.3s;
}
.search-form-wrapper .search-form .search-btn:hover {
  color: #171717;
}
.search-form-wrapper .search-form .form-control {
  padding-block: 10px;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #171717;
  font-size: 25px;
  box-shadow: none;
}
.search-form-wrapper .search-form .form-control::-moz-placeholder {
  color: #171717;
  font-size: 16px;
  opacity: 0.5;
}
.search-form-wrapper .search-form .form-control::placeholder {
  color: #171717;
  font-size: 16px;
  opacity: 0.5;
}
.search-form-wrapper.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  max-height: 100px;
  margin-top: 5px;
}

.header-main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img img {
  max-width: 116px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .logo-img img {
    max-width: 100px;
  }
}
@media (max-width: 600px) {
  .logo-img img {
    max-width: 80px;
  }
}

.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.main-menu a {
  text-transform: capitalize;
  transition: 0.3s;
}

.main-menu > li {
  margin-inline-end: 60px;
}
.main-menu > li > a {
  color: #3F2F4C;
  font-size: 16px;
  padding: 5px 5px;
  transition: 0.3s;
  display: block;
  background-image: linear-gradient(to right, #3F2F4C 50%, transparent 50%), linear-gradient(132deg, #9E77BB 19.46%, #F4818A 84.64%);
  background-size: 200% 100%, 100% 100%;
  background-position: 0 0, 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-menu > li.new a {
  position: relative;
}
.main-menu > li.new a:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  background: url(../images/new.png) no-repeat right center;
  background-size: contain;
  width: 90%;
  height: 16px;
}
.main-menu > li:hover > a, .main-menu > li.active > a, .main-menu > li.current-menu-item > a {
  background-position: 100% 0, 0 0;
}
.main-menu > li.current-menu-item > a {
  font-weight: 600;
}

.main-menu > li:last-of-type {
  margin: 0;
}

.show-submenu,
.show-overlay {
  opacity: 1;
  visibility: visible;
}

.submenu-left {
  left: auto !important;
  right: 100% !important;
}

.main-menu .menu-item-has-children {
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .main-menu .menu-item-has-children {
    flex-wrap: wrap;
  }
}
.main-menu .menu-item-has-children > a {
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: flex;
  align-items: baseline;
}
.main-menu .menu-item-has-children > a::after {
  content: "\f078";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  transition: 0.3s;
  -webkit-text-fill-color: black;
}
.main-menu .menu-item-has-children:hover > a::after {
  color: inherit;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu .menu-item-has-children .sub-menu {
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 10px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 80px;
  inset-inline-start: 0;
  inset-inline-end: 0;
  list-style: none;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 0;
  transition: 0.3s;
}
.main-menu .menu-item-has-children .sub-menu li {
  text-align: center;
  transition: 0.3s;
}
.main-menu .menu-item-has-children .sub-menu li:is(:first-child) a {
  border-radius: 10px 10px 0 0;
}
.main-menu .menu-item-has-children .sub-menu li:is(:last-child) a {
  border-radius: 0 0 10px 10px;
}
.main-menu .menu-item-has-children .sub-menu a {
  padding: 12px;
  align-items: center;
  font-size: 15px;
  border-radius: 0;
  line-height: 1.5;
  color: #3F2F4C;
  text-align: center;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.main-menu .menu-item-has-children .sub-menu a:hover {
  color: white;
  background: #3F2F4C;
}
@media (min-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .menu-item-has-children > a:after {
    margin-inline-start: auto;
    content: "\f054";
  }
}
.main-menu .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .sub-menu {
    margin: 10px;
    padding: 10px;
    margin-inline-start: 10px;
  }
}

.bars {
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  background: none;
  border: 0;
}
.bars .line {
  flex-shrink: 0;
  width: 25px;
  display: block;
  height: 1.2px;
  background-color: #9670B5;
  transition: all 0.3s;
}

.rotate-line1 {
  transform: rotate(45deg) translateX(-2px) translateY(-2px);
  transform-origin: 0% 0%;
}

.rotate-line3 {
  transform: rotate(-45deg) translateX(0px) translateY(0px);
  transform-origin: 0 100%;
}

.bars .hide-line2 {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
}

.dropdown-parent {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.dropdown-parent .dropdown-list {
  width: 230px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 8px;
  z-index: 12;
  background-color: #fff;
  position: absolute;
  top: 80px;
  inset-inline-end: -22px;
  list-style: none;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 12px;
  transition: all 0.4s;
}
.dropdown-parent .dropdown-list li {
  text-align: center;
  transition: 0.3s;
}
.dropdown-parent .dropdown-list a {
  padding: 10px;
  align-items: center;
  font-size: 16px;
  color: #3F2F4C;
  text-align: center;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: 0.3s;
}
.dropdown-parent .dropdown-list a:hover {
  color: #9670B5;
}
.dropdown-parent:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  pointer-events: auto;
}

@media only screen and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    inset-inline-start: 0;
    transform: unset;
  }
  .main-menu > li {
    margin-inline-end: 25px;
  }
}
@media only screen and (max-width: 992px) {
  .navigation .container {
    padding-inline: 12px;
  }
  .rotate-line3 {
    transform: -45deg translateX(-1px) translateY(0px);
  }
  .logo-img {
    margin-inline-end: auto;
  }
  .header-main-content {
    height: auto;
    justify-content: flex-end;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .main-menu > li {
    margin-inline-end: 0;
    margin-bottom: 0;
  }
  .main-menu > li > a {
    font-size: 18px;
    font-weight: 500;
  }
  header.main-header {
    padding: 10px 0;
  }
  .bars {
    display: flex;
  }
  .navigation {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 56px;
    bottom: 0;
    inset-inline-start: -100%;
    width: 100%;
    height: auto;
    transition: 0.3s;
    z-index: 20;
  }
  .navigation .main-menu {
    background: #E1D5EA;
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    gap: 20px;
    padding: 20px;
  }
  .open-sidebar {
    opacity: 1;
    visibility: visible;
    inset-inline-start: 0;
  }
  .open-sidebar .main-menu > li > a {
    color: #3F2F4C;
    background: none !important;
    -webkit-text-fill-color: unset;
  }
  .main-menu .menu-item-has-children > a::after {
    font-size: 14px;
    transition: 0.3s;
    color: #9670B5;
  }
  .main-menu .menu-item-has-children > a.icon-rotate::after {
    transform: rotate(180deg);
  }
  .main-menu .menu-item-has-children > a::after {
    font-size: 15px;
  }
  .main-menu .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
    padding-top: 18px;
  }
  .main-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-inline-start: 14px;
  }
  .main-menu .menu-item-has-children .sub-menu li:before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #FCFCFC;
    font-size: 14px;
    transition: 0.3s;
    color: #9670B5;
  }
  .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .main-menu .menu-item-has-children .sub-menu li {
    text-align: start;
  }
  .main-menu .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }
  .main-menu .menu-item-has-children .sub-menu a {
    display: flex;
    padding: 0;
    gap: 8px;
    width: -moz-max-content;
    width: max-content;
  }
  .main-menu .menu-item-has-children {
    width: 100%;
    padding: 0;
  }
  .main-menu .menu-item-has-children > a {
    justify-content: space-between;
    cursor: pointer;
  }
  .main-menu .menu-item-has-children {
    line-height: normal;
  }
}
@media only screen and (max-width: 768px) {
  .navigation .container {
    padding-inline: 20px;
  }
  .main-menu .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #171717;
  }
  .main-menu .menu-item-has-children {
    padding: 0;
  }
}
.header-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-btns .lang-switch {
  color: #3F2F4C;
}
.header-btns .lang-switch:hover {
  color: #9670B5;
}

.hero-section {
  overflow: hidden;
  position: relative;
  height: 735px;
}
.hero-section .swiper-pagination {
  left: 0 !important;
  right: unset;
  top: 50%;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-inline-end: 10px;
}
.hero-section .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.hero-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: 0px 0px 0 2px transparent, 0px 0px 0 2px rgb(255, 255, 255);
}
@media only screen and (max-width: 992px) {
  .hero-section {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section {
    height: 300px;
  }
}
.hero-section .item-wrapper {
  background-size: cover !important;
  padding-block: 5%;
}
.hero-section .hero-content {
  z-index: 2;
  color: #fff;
  width: 65%;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .hero-section .hero-content {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section .hero-content {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .hero-section .hero-content {
    width: 100%;
  }
}
.hero-section .hero-content .title-1 {
  color: #E1D5EA;
  font-size: clamp(32px, 5vw + 1rem, 64px);
  font-weight: 600;
  text-align: center;
}
.hero-section .hero-content .title-2 {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-block: 5px 24px;
}
@media only screen and (max-width: 600px) {
  .hero-section .hero-content .title-2 {
    font-size: 20px;
  }
}
.hero-section .hero-content .btn {
  padding: 15px 63px;
}

.stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.stats .stat-item .stat-number {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.stats .stat-item .stat-title {
  font-size: 18px;
  font-weight: 400;
}

.counter {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-top: 8px;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
}

.counter--shown {
  transform: translateY(0);
  opacity: 1;
}

.counter__num {
  display: inline-block;
}

.fancy-title {
  color: #9670B5;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: flex;
  margin-bottom: 26px;
}
.fancy-title:before {
  content: "";
  background: url(../images/small-shape.png);
  width: 54px;
  height: 25px;
  display: inline-block;
}

.section-title {
  color: #3F2F4C;
  font-size: 48px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 28px;
    flex-direction: column;
    justify-content: center !important;
    gap: 20px;
  }
}

.description {
  color: #3F2F4C;
  font-size: 16px;
  line-height: 2;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-weight: 600;
  margin-bottom: 2rem;
}

.about-section .btn {
  font-size: 15px;
  font-weight: 400;
  padding: 15px 63px;
  margin-top: 26px;
}

.single-vm-box {
  border-radius: 24px;
  border: 2px solid rgba(0, 0, 0, 0.03);
  background: #FFF;
  padding: 32px 24px;
  margin-top: clamp(40px, 10vw, 70px);
}
.single-vm-box .title {
  border-radius: 78.409px;
  background: #F5F1F8;
  padding: 16px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  margin-bottom: 45px;
}
.single-vm-box .title:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 85px;
  height: 85px;
  background: transparent;
  box-shadow: 0 0 0 5px #F5F1F8;
  border-radius: 50%;
}
.single-vm-box .title span {
  font-size: 22.5px;
  font-weight: 600;
  position: relative;
}
.single-vm-box .title .icon {
  background: radial-gradient(167.01% 138.59% at 95.48% 13.18%, #F57F86 0%, #9670B5 100%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #FBFBFB;
  font-size: 25px;
}
.single-vm-box .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #3F2F4C;
  margin-bottom: 20px;
}
.single-vm-box p {
  color: rgba(71, 73, 103, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.single-course-wrapper {
  border-radius: 24px;
  border: 0.8px solid #F5F1F8;
  background: #FFF;
  padding: 16px;
  transition: 0.3s;
}
.single-course-wrapper .course-img {
  position: relative;
  border-radius: 12.844px;
  overflow: hidden;
}
.single-course-wrapper .course-img img {
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12.844px;
  transition: 0.3s;
}
.single-course-wrapper .course-img .course-type {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  background: #F5F1F8;
  padding: 8px 10px;
  border-radius: 24px;
  color: #3F2F4C;
  font-size: 12px;
  font-weight: 400;
}
.single-course-wrapper .course-text {
  color: #474967;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.single-course-wrapper:hover {
  border-color: #9670B5;
  cursor: pointer;
  box-shadow: 0 0 0 5px #F5F1F8;
}
.single-course-wrapper:hover .course-img img {
  transform: scale(1.05);
}

.courses-page-wrapper .single-course-wrapper .course-img img {
  height: 185px;
}
.courses-page-wrapper .single-course-wrapper .course-type {
  font-size: 9px;
}
.courses-page-wrapper .single-course-wrapper .course-title {
  font-size: 15px;
}
.courses-page-wrapper .single-course-wrapper .course-price {
  font-size: 16px;
}
.courses-page-wrapper .single-course-wrapper .course-price .icon-saudi_riyal:before {
  font-size: 25px;
  font-weight: normal;
}
.courses-page-wrapper .single-course-wrapper .course-text {
  font-size: 12px;
}
.courses-page-wrapper .single-course-wrapper .btn {
  font-size: 12px;
}

.stars {
  color: #FFB400;
  font-size: 13px;
}
.stars .rating-count {
  color: rgba(83, 62, 100, 0.7);
  font-size: 12px;
  font-weight: 500;
}

.rating-number {
  font-size: 12px;
  color: #3F2F4C;
}

.cta {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding: 20px 50px 50px;
}
.cta .cta-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.cta .cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 17px;
}
.cta .cta-text {
  color: #D0D0DD;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
}

.single-blog {
  padding: 16px;
  border-radius: 16.231px;
  background: #F7F8FA;
  transition: 0.3s;
}
.single-blog .blog-img {
  position: relative;
  margin-bottom: 32px;
}
.single-blog .blog-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  border-radius: 8.232px;
}
.single-blog .blog-img .blog-date {
  border-radius: 8.232px;
  background: #FFFEFE;
  box-shadow: 0 2.058px 1.029px 0 rgba(0, 0, 0, 0.06);
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -25px;
  inset-inline-end: 16px;
}
.single-blog .blog-img .blog-date span {
  display: block;
}
.single-blog .blog-img .blog-date span:first-child {
  color: #667085;
  text-align: center;
  font-size: 14.202px;
  font-weight: 300;
}
.single-blog .blog-img .blog-date span:last-child {
  color: #6B5081;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.single-blog .blog-title {
  font-size: 17px;
  font-weight: 600;
  color: #3F2F4C;
  margin-bottom: 24px;
}
.single-blog .blog-title a {
  color: #3F2F4C;
  transition: 0.3s;
}
.single-blog .blog-title a:hover {
  color: #9670B5;
}
.single-blog .blog-description {
  color: #474967;
  font-size: 16.465px;
  font-weight: 300;
}
.single-blog .read-more {
  font-size: 16.465px;
  display: block;
  font-weight: 600;
  color: #3F2F4C;
  margin-top: 50px;
  transition: 0.3s;
}
.single-blog .read-more:hover {
  color: #9670B5;
}
.single-blog:hover {
  box-shadow: 0 0 0 5px #F5F1F8;
  cursor: pointer;
}
.single-blog:hover img {
  transform: scale(1.05);
}
.single-blog:hover .blog-title a {
  color: #9670B5;
}
.single-blog:hover .read-more {
  color: #9670B5;
}

.reviews {
  background: url(../images/reviews-bg.png) center center no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.reviews-swiper {
  background: url(../images/reviews-shape.png) center center no-repeat;
  background-size: 80% 100%;
  padding: 0 1rem 30%;
}
.reviews-swiper .swiper-nav {
  position: absolute;
  top: auto;
  bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.reviews-swiper .swiper-button-next,
.reviews-swiper .swiper-button-prev {
  position: static;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #FFF;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.reviews-swiper .swiper-button-next:hover,
.reviews-swiper .swiper-button-prev:hover {
  background: #3F2F4C;
}
.reviews-swiper .swiper-button-next:hover:after,
.reviews-swiper .swiper-button-prev:hover:after {
  color: #FFF;
}
.reviews-swiper .swiper-button-next:after,
.reviews-swiper .swiper-button-prev:after {
  color: #697586;
  font-size: 15px;
  font-weight: normal;
  transition: 0.3s;
}

.single-review .author-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid #9670B5;
  margin: 0 auto 20px;
}
.single-review .review-card-wrapper {
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.1), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
  padding: 12px 16px;
}
.single-review .review-card-wrapper .review {
  color: #6B5081;
  font-size: 16px;
  border-bottom: 1px solid #F1F2F4;
  padding-block: 12px;
}
.single-review .review-card-wrapper .name {
  font-size: 14px;
  font-weight: 500;
  color: #533E64;
}
.single-review .review-card-wrapper .job {
  color: #3F2F4C;
  font-size: 12px;
}
.single-review .user-rating {
  color: #FFB400;
  font-size: 12px;
}

footer {
  background: #F5F1F8;
  position: relative;
  padding-top: 50px;
}
footer:before {
  content: "";
  background: url(../images/footer-bar.png) center center repeat-x;
  position: absolute;
  top: -19px;
  left: 0;
  width: 100%;
  height: 19px;
}
footer .footer-about {
  color: #533E64;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin-block: 20px;
}

.footer-social ul {
  display: flex;
  gap: 10px;
  border-top: 1px solid #E1D5EA;
  padding-top: 20px;
}
.footer-social ul li a {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #DED3E8;
  color: #7E5F96;
}
.footer-social ul li a:hover {
  background: #3F2F4C;
  color: #fff;
}

.footer-menu-title {
  margin-bottom: 20px;
  color: #533E64;
  font-size: 18px;
}

.footer-menu li {
  line-height: 2;
}
.footer-menu li a {
  color: #6B5081;
  font-size: 16px;
  font-weight: 300;
}
.footer-menu li a:hover {
  color: #9670B5;
  margin-inline-start: 5px;
}
.footer-menu.contact-info li {
  line-height: normal;
  margin-bottom: 15px;
  font-size: 16px;
}
.footer-menu.contact-info li a {
  display: block;
}
.footer-menu.contact-info li a i {
  margin-inline-end: 10px;
}
.footer-menu.contact-info li a:before {
  display: none;
}
.footer-menu.contact-info li a:hover {
  margin-inline-start: 0;
}

.copyrights {
  border-top: 1px solid #E1D5EA;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 10px;
  font-size: 16px;
  color: #6B5081;
  font-weight: 300;
  text-align: center;
}
.copyrights li a {
  color: #3F2F4C;
}
.copyrights li a:hover {
  color: #9670B5;
}

.our-values {
  background: #F5F1F8;
  padding-block: 80px;
}
.our-values .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(132deg, #9E77BB 19.46%, #F4818A 84.64%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 2px white;
}
.our-values .title {
  color: #533E64;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.our-values p {
  color: #474967;
  font-size: 14px;
  font-weight: 400;
}

.single-value-wrapper {
  text-align: center;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .single-value-wrapper {
    width: 100%;
  }
}

.up-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #3F2F4C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.up-btn:hover {
  background-color: #E1D5EA;
}
.up-btn.show {
  opacity: 1;
  pointer-events: all;
}

.floating-icons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-icons .whatsapp-icon {
  -webkit-backdrop-filter: blur(15.0000009537px);
          backdrop-filter: blur(15.0000009537px);
  background: linear-gradient(174.69deg, #2FC14C -6.39%, rgba(19, 252, 98, 0) 201.03%);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  width: 60px;
  height: 60px;
}
.floating-icons .phone-icon {
  background: linear-gradient(174.69deg, #2FC14C -6.39%, rgba(19, 252, 98, 0) 201.03%);
  -webkit-backdrop-filter: blur(15.0000009537px);
          backdrop-filter: blur(15.0000009537px);
  font-size: 18px;
  border-radius: 18px 18px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 5px;
  color: #fff;
}
.floating-icons a:hover {
  box-shadow: inset 0px 0px 0px 30px #9670B5;
}

@media only screen and (max-width: 768px) and (max-width: 576px) {
  .inner-breadcrumbs {
    background-size: cover;
  }
  .team-work-section .slider-wrapper {
    padding-left: 10px;
  }
  .footer-menu-title {
    position: relative;
    margin-top: 20px;
  }
  .footer-menu-title::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: #3F2F4C;
    font-size: 18px;
    position: absolute;
    inset-inline-end: 0;
    top: 2px;
    transition: 0.3s;
  }
  .footer-menu-title.active::after {
    transform: rotate(180deg);
  }
  .footer-logos {
    justify-content: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-section {
    height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-section {
    height: auto;
  }
  .about-section {
    text-align: center;
  }
  .about-section .fancy-title {
    justify-content: center;
  }
  .single-vm-box .sub-title {
    font-size: 16px;
  }
  .single-vm-box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .lang-switch {
    font-size: 14px;
  }
  .lang-switch i {
    display: none;
  }
  .header-btns {
    gap: 15px;
  }
  .stats .stat-item {
    text-align: center;
  }
  .stats .stat-item .stat-number {
    font-size: 40px;
  }
  .stats {
    gap: 20px;
  }
  .courses-section .fancy-title,
  .blogs .fancy-title {
    justify-content: center;
  }
  .cta {
    text-align: center;
  }
}
.filter-trigger-mobile {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #3F2F4C;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.filters-sidebar .filters-wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 24px;
  padding: 20px;
  width: 250px;
}
@media only screen and (max-width: 1024px) {
  .filters-sidebar {
    position: fixed;
    inset-inline-start: -200px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    top: 40px;
    z-index: 99;
    transition: 0.3s;
  }
  .filters-sidebar .filters-wrapper {
    height: calc(100vh - 40px);
    overflow-y: auto;
    border-radius: 0px;
  }
}
.filters-sidebar.show {
  inset-inline-start: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.pagination {
  margin-top: 40px;
  gap: 8px;
}
.pagination ul {
  flex-wrap: wrap;
}
.pagination a,
.pagination .page-numbers {
  background: #F6F6F6;
  color: #000;
  font-size: 18px;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a.active, .pagination a:hover, .pagination a.current,
.pagination .page-numbers.active,
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #3F2F4C;
  color: #fff;
}

.single-filter-wrapper {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.single-filter-wrapper .filter-title {
  color: #3F2F4C;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
}
.single-filter-wrapper .filter-title i {
  transition: 0.3s;
}
.single-filter-wrapper .filter-title.collapsed i {
  transform: rotate(180deg);
}

.filter-content {
  padding-top: 16px;
}
.filter-content label {
  font-size: 16px;
  color: #3F2F4C;
  cursor: pointer;
  font-weight: 300;
}

.single-checkbox-wrapper {
  padding-block: 5px;
  cursor: pointer;
}

.form-check-input {
  background-color: transparent;
  border: 1px solid #3F2F4C !important;
  width: 20px;
  height: 20px;
  box-shadow: none !important;
  outline: none !important;
  margin: 0;
}
.form-check-input:checked {
  background-color: #9670B5;
  border: 1px solid #9670B5 !important;
}
.form-check-input:checked + label {
  color: #3F2F4C;
}

.course-small-description {
  font-size: 12px;
  font-weight: 300;
  color: #474967;
}

.single-course-container .single-course-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 45px;
}
.single-course-container .single-course-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -6.77%, #542159 127.52%);
}
.single-course-container .single-course-img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-course-content {
  color: #474967;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
.single-course-content h1,
.single-course-content h2,
.single-course-content h3,
.single-course-content h4,
.single-course-content h5,
.single-course-content h6 {
  color: #3F2F4C;
  margin-bottom: 1.5rem;
}

.single-course-sidebar {
  border-radius: 24px;
  border: 0.6px solid #F5F1F8;
  background: #FFF;
  padding: 29.091px;
  position: sticky;
  top: 80px;
  margin-bottom: 40px;
}
.single-course-sidebar .course-title {
  color: #473654;
}
.single-course-sidebar .course-meta {
  color: #533E64;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.single-course-sidebar .course-meta .course-meta-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-course-sidebar .course-meta .course-meta-item:last-child {
  margin-bottom: 0;
}

.single-blog-wrapper .blog-thumb {
  margin-bottom: 40px;
}
.single-blog-wrapper .blog-thumb img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 16px;
}
.single-blog-wrapper .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.single-blog-wrapper .post-meta .post-cat a {
  border-radius: 8px;
  background: #F0F0F6;
  display: inline-flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  min-width: 93px;
  color: #9E77BB;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
}
.single-blog-wrapper .post-meta .post-cat a:hover {
  color: white;
  background: #3F2F4C;
}
.single-blog-wrapper .post-meta .post-date {
  color: #474967;
  font-size: 14px;
  font-weight: 400;
}
.single-blog-wrapper .post-title {
  color: #372A41;
  font-size: 29px;
  font-weight: 700;
  line-height: 45px;
}
.single-blog-wrapper .post-content {
  color: rgba(71, 73, 103, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}
.single-blog-wrapper .post-content h1,
.single-blog-wrapper .post-content h2,
.single-blog-wrapper .post-content h3,
.single-blog-wrapper .post-content h4,
.single-blog-wrapper .post-content h5,
.single-blog-wrapper .post-content h6 {
  margin-bottom: 1.5rem;
}

.contact-page-wrapper .contact-head {
  background: #312234;
  padding: 60px 0 10rem;
  text-align: center;
}
.contact-page-wrapper .contact-head .page-title {
  color: #FFF;
  margin-bottom: 25px;
  font-size: 68px;
  font-weight: 700;
  line-height: 81.6px;
}
.contact-page-wrapper .contact-head p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 30.01px;
  margin-bottom: 25px;
}

.contact-us {
  margin-top: -90px;
}
.contact-us .sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-us .contact-text {
  color: #474967;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.social-links {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.social-links a {
  color: #77598C;
  font-size: 24px;
}
.social-links a:hover {
  color: #3F2F4C;
}

.contact-item {
  border-radius: 24px;
  border: 0.596px solid #F5F1F8;
  background: #F5F1F8;
  padding: 24px;
  height: 100%;
}
.contact-item .head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.contact-item .head .icon {
  border-radius: 50%;
  background: linear-gradient(132deg, #9E77BB 19.46%, #F4818A 84.64%);
  width: 58.136px;
  height: 58.136px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
}
.contact-item .head h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.contact-item .contact-info {
  color: #474967;
  font-size: 14px;
  font-weight: 300;
  border-top: 0.727px solid rgba(64, 74, 61, 0.1);
  padding-top: 25px;
  margin-top: 20px;
}
.contact-item .contact-info a {
  color: #474967;
}
.contact-item .contact-info a:hover {
  color: #3F2F4C;
}

.button-wrapper {
  position: relative;
  display: inline-flex;
  /* Ensures the wrapper fits the button */
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  inset-inline-end: -20px;
  margin: 0;
  transform: translateY(-50%);
}

.wpcf7-form.submitting .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}

.contact-info-wrapper {
  margin-bottom: 100px;
}

.contact-form,
.woocommerce .contact-form {
  border-radius: 24px;
  border: 0.6px solid #F0F0F6;
  background: #F5F1F8;
  padding: 50px 28px 44.246px 24px;
}
.contact-form label,
.woocommerce .contact-form label {
  color: #372A41;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px !important;
  margin-bottom: 16px;
}
.contact-form .form-control,
.woocommerce .contact-form .form-control {
  border-radius: 40px !important;
  border: 1px solid #FFF !important;
  background: #FFF !important;
  padding: 16.5px 16.5px 16.5px 17px ;
  min-height: 56px !important;
  display: block !important;
  width: 100% !important;
  margin-bottom: 21px;
  direction: rtl !important;
}
.contact-form .form-control:focus,
.woocommerce .contact-form .form-control:focus {
  border-color: #3F2F4C !important;
  box-shadow: none !important;
}
.contact-form .form-control::-moz-placeholder, .woocommerce .contact-form .form-control::-moz-placeholder {
  color: rgba(92, 110, 148, 0.4) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.contact-form .form-control::placeholder,
.woocommerce .contact-form .form-control::placeholder {
  color: rgba(92, 110, 148, 0.4) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

form.woocommerce-ResetPassword.lost_reset_password {
  border-radius: 24px;
  border: 0.6px solid #F0F0F6;
  background: #F5F1F8;
  padding: 50px 28px 44.246px 24px;
}

.woocommerce form .form-row .input-text {
  border-radius: 40px !important;
  border: 1px solid #FFF !important;
  background: #FFF !important;
  padding: 16.5px 16.5px 16.5px 17px !important;
  min-height: 56px !important;
  display: block !important;
  width: 100% !important;
  margin-bottom: 21px;
  direction: rtl !important;
  transition: all 0.3s ease-in-out !important;
  outline: none !important;
}
.woocommerce form .form-row .input-text:focus {
  border-color: #3F2F4C !important;
  box-shadow: none !important;
}
.woocommerce form .form-row .input-text::-moz-placeholder {
  color: rgba(92, 110, 148, 0.4) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.woocommerce form .form-row .input-text::placeholder {
  color: rgba(92, 110, 148, 0.4) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.login-page {
  padding-block: 100px;
  position: relative;
}
.login-page:before {
  content: "";
  position: absolute;
  background: url("../images/login-bg.png") left center/cover no-repeat;
  z-index: -1;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
}
.login-page .switch-pages-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 40px;
  padding: 16px;
  background: #fff;
}
.login-page .switch-pages-btns .btn {
  width: 100%;
  background: none;
  color: #3F2F4C;
}
.login-page .switch-pages-btns .btn.active, .login-page .switch-pages-btns .btn:hover {
  background: #9670B5;
  color: #fff;
}
.login-page .form-message {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 24px;
}
.login-page .form-helper {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 18px;
}
.login-page .form-helper a {
  color: #9670B5;
}
.login-page .form-helper a:hover {
  color: #3F2F4C;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: none !important;
  width: 100% !important;
}

.form-row {
  margin-bottom: 20px !important;
}

.quantity-control #course_qty {
  width: auto !important;
  max-width: 100px;
}

.qty-btn {
  color: #3f2f4c;
  font-size: 30px;
  border: 0 !important;
}

/* Hide Privacy Policy Text */
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-privacy-policy-text,
.woocommerce-input-wrapper #terms {
  display: none !important;
}

.woocommerce-order-received .page-wrapper {
  padding-top: 0;
}
.woocommerce-order-received .section-title {
  display: none;
}

td.woocommerce-table__product-name.product-name a {
  color: #9670B5;
}
td.woocommerce-table__product-name.product-name a:hover {
  color: #3F2F4C;
}

.account-sidebar {
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.btn) {
  color: #9670B5;
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.btn):hover {
  color: #3F2F4C;
}

.account-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-nav li {
  margin-bottom: 8px;
}
.account-nav li:last-child {
  margin-bottom: 0;
}
.account-nav li a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #424847;
  background-color: transparent;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  gap: 12px;
  font-size: 16px;
}
.account-nav li a i {
  font-size: 18px;
  width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}
.account-nav li a:hover {
  background: linear-gradient(132deg, #9E77BB 19.46%, #F4818A 84.64%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(150, 112, 181, 0.25);
}
.account-nav li a:hover i {
  color: #fff;
}
.account-nav li.is-active a {
  background: linear-gradient(132deg, #9E77BB 19.46%, #F4818A 84.64%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(150, 112, 181, 0.25);
}
.account-nav li.is-active a i {
  color: #fff;
}

.my-account-content-wrapper {
  background: #fff;
  border: 1px solid #f0f0f0;
}
.my-account-content-wrapper .woocommerce-MyAccount-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3F2F4C;
  margin-bottom: 25px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content p {
  color: #424847;
  line-height: 1.6;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads {
  border: none;
  width: 100%;
  margin-bottom: 0;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table thead th,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th {
  background-color: #f8f9fa;
  color: #3F2F4C;
  font-weight: 600;
  border-bottom: none;
  padding: 15px;
  font-size: 14px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table thead th:first-child,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th:first-child {
  border-radius: 10px 0 0 10px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table thead th:last-child,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads thead th:last-child {
  border-radius: 0 10px 10px 0;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td {
  border-top: 1px solid #f0f0f0;
  padding: 20px 15px;
  color: #424847;
  font-size: 15px;
  vertical-align: middle;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-number,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td.woocommerce-orders-table__cell-order-number {
  font-weight: 600;
  color: #9670B5;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td a.button,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td a.button {
  background: transparent;
  color: #9670B5;
  border: 1px solid #9670B5;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-orders-table tbody td a.button:hover,
.my-account-content-wrapper .woocommerce-MyAccount-content table.woocommerce-table--order-downloads tbody td a.button:hover {
  background: #9670B5;
  color: #fff;
}
.my-account-content-wrapper .woocommerce-MyAccount-content .woocommerce-Address header.title h3 {
  font-size: 20px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content .woocommerce-Address header.title a.edit {
  color: #9670B5;
  font-size: 14px;
  text-decoration: underline;
}
.my-account-content-wrapper .woocommerce-MyAccount-content .woocommerce-Address address {
  font-style: normal;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #eee;
  color: #424847;
  line-height: 1.8;
}
.my-account-content-wrapper .woocommerce-MyAccount-content .woocommerce-form-row .input-text {
  padding: 12px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content .woocommerce-form-row .input-text:focus {
  border-color: #9670B5;
  outline: none;
  box-shadow: 0 0 0 4px rgba(150, 112, 181, 0.1);
}
.my-account-content-wrapper .woocommerce-MyAccount-content .woocommerce-form-row label {
  color: #3F2F4C;
  font-weight: 500;
  margin-bottom: 8px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content fieldset {
  background: transparent;
  border: none;
  padding: 0;
  margin-block: 20px;
}
.my-account-content-wrapper .woocommerce-MyAccount-content fieldset legend {
  font-size: 20px;
  font-weight: 600;
  color: #3F2F4C;
  margin-bottom: 15px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
  overflow: visible;
  float: none;
}

form.woocommerce-EditAccountForm.edit-account .woocommerce-Input {
  background: #f5f5f5 !important;
  margin-bottom: 0 !important;
}

.woocommerce-info {
  border-top-color: #3f2f4c;
  color: #3f2f4c;
}
.woocommerce-info::before {
  color: #3f2f4c;
}

.woocommerce-Reviews .commentlist {
  margin-bottom: 40px;
}
.woocommerce-Reviews .commentlist .review {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.woocommerce-Reviews .commentlist .review:last-child {
  border-bottom: none;
}
.woocommerce-Reviews .commentlist .review .comment_container {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .woocommerce-Reviews .commentlist .review .comment_container {
    flex-direction: column;
    gap: 15px;
  }
}
.woocommerce-Reviews .commentlist .review .comment_container .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text {
  flex-grow: 1;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  color: #777;
  margin-top: -5px;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .meta strong {
  color: #3F2F4C;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .description {
  color: #171717;
  line-height: 1.6;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  margin-inline-end: 1rem;
  width: 5.4em;
  font-family: "Font Awesome 6 Pro";
  color: #FFC107;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #d3ced2;
  font-weight: 400;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce-Reviews .commentlist .review .comment_container .comment-text .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  font-weight: 900;
}
.woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  color: #3F2F4C;
}
.woocommerce-Reviews #review_form_wrapper .form-control {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
}
.woocommerce-Reviews #review_form_wrapper .form-control:focus {
  border-color: #9670B5;
  box-shadow: 0 0 0 0.2rem rgba(150, 112, 181, 0.25);
}
.woocommerce-Reviews #review_form_wrapper .stars {
  margin-bottom: 10px;
}
.woocommerce-Reviews #review_form_wrapper .stars a {
  display: inline-block;
  margin-right: 10px;
  color: #d3ced2;
  font-size: 18px;
  transition: 0.2s;
  position: relative;
}
.woocommerce-Reviews #review_form_wrapper .stars a:hover, .woocommerce-Reviews #review_form_wrapper .stars a.active {
  color: #FFC107;
}
.woocommerce-Reviews #review_form_wrapper .stars a::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
.woocommerce-Reviews #review_form_wrapper p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
.woocommerce-Reviews #review_form_wrapper p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  content: "\f005";
  text-indent: 0;
  font-weight: 400;
}
.woocommerce-Reviews #review_form_wrapper p.stars a:hover::before, .woocommerce-Reviews #review_form_wrapper p.stars a:focus::before {
  font-weight: 900;
  color: #FFC107;
}
.woocommerce-Reviews #review_form_wrapper p.stars a:hover ~ a::before, .woocommerce-Reviews #review_form_wrapper p.stars a:focus ~ a::before {
  font-weight: 400;
  color: #d3ced2;
}
.woocommerce-Reviews #review_form_wrapper p.stars.selected a.active::before {
  font-weight: 900;
  color: #FFC107;
}
.woocommerce-Reviews #review_form_wrapper p.stars.selected a.active ~ a::before {
  font-weight: 400;
  color: #d3ced2;
}
.woocommerce-Reviews #review_form_wrapper p.stars.selected a:not(.active)::before {
  font-weight: 900;
  color: #FFC107;
}

.old-price {
  opacity: 0.5;
  font-weight: 300;
}

.woocommerce-error a {
  color: #9670b5;
}
.woocommerce-error a:hover {
  color: #3F2F4C;
}

.checkout-fields-wrapper .form-row .input-text {
  margin-bottom: 0 !important;
}

/* International Phone Input Overrides */
.iti {
  width: 100%;
  display: block;
}

.iti input {
  direction: ltr !important;
  text-align: end !important;
}

.iti__country-list {
  z-index: 100 !important;
  color: #000;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: auto;
}

.iti.iti--allow-dropdown.iti--separate-dial-code #billing_phone,
.iti.iti--allow-dropdown.iti--separate-dial-code #account_phone {
  padding-inline-end: 95px !important;
}

.iti__country-list {
  inset-inline-end: 0;
  text-align: end;
  font-size: 14px;
  font-weight: 300;
}

.iti__flag-box,
.iti__country-name {
  margin-inline-end: 6px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: white;
  border-radius: 40px 0 0 40px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-inline-start: 6px;
}/*# sourceMappingURL=main.css.map */