/* Reset and Base Styles */

:root {
  --font-title: 'avenir_nextbold';
  --font-body: 'avenir_nextregular';
  --color-primary: #F05323;
  --color-dark: #0D0D0D;
  --color-text: #000000;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 20s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

*,
::after,
::before {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'avenir_nextregular';
  background: #fff;

}

a {
  text-decoration: none;
  color: #502E91;
}

a:hover {
  color: #7EBE63;
}

.relative {
  position: relative;
}

img {
  max-width: 100%;
}

li,
ol {
  list-style: none;
}

.text-center {
  text-align: center !important;
}

body {

  font-family: 'avenir_nextregular';

  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

.margin-left {
  margin-left: calc((100% - (1400px - 0rem))/2);
}

.margin-right {
  margin-right: calc((100% - (1400px - 0rem))/2);
}

.padding-left {
  padding-left: calc((100% - (1400px - 0rem))/2);
}

.padding-right {
  padding-right: calc((100% - (1400px - 0rem))/2);
}

.pt_100 {
  padding-top: 100px;
}

.margin_zero {
  margin: 0 !important;
}


.pt_60 {
  padding-top: 60px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 80px;
}

.pt_110 {
  padding-top: 110px;
}

.pt_120 {
  padding-top: 120px;
}

.pb_110 {
  padding-bottom: 110px;
}

.pb_120 {
  padding-bottom: 120px;
}

.pb_150 {
  padding-bottom: 150px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_90 {
  padding-bottom: 90px;
}

.bg_dark {
  background: #200649;
}

.bg_dark .main-title {
  color: #fff;
}

.bg_dark p {
  color: #fff;
}


.pb_80 {
  padding-bottom: 80px;
}

.mt_80 {
  margin-top: 80px;
}

.title_container {
  max-width: 650px;
}


.main-title_container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.main-title_container p {
  max-width: 740px;
  display: inline-block;
}


.swiper-wrapper {
  height: auto !important;
}


.otgs-development-site-front-end {
  display: none !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  display: block;
}

/* Typography and Container */

/* main{
      overflow: hidden;
} */

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'avenir_nextbold';
  color: #171717;
  font-weight: bold;
}

p {
  font-family: var(--font-body);
  font-weight: 400;
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.overflow-hidden {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
}


p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

a:hover {
  cursor: pointer;
}


.main-title {
  font-size: 56px;
  line-height: 56px;
  color: #171717;
  margin-bottom: 20px;
}

.second-title {
  font-size: 35px;
  font-family: 'avenir_nextbold';
  line-height: 38px;
  margin-bottom: 0;
  color: #fff;
}


.third-title {
  font-size: 34px;
  font-family: 'avenir_nextbold';
  line-height: 40px;
  margin-bottom: 0;
  color: #171717;
  margin-bottom: 15px;
}

.btn_main {
  min-width: 200px;
  height: 48px;
  display: inline-flex;
  line-height: 48px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #502E91;
  background: #502E91;
  border: none;
  outline: none;
  color: #fff;
  transition: all 0.3s ease;
  padding: 0 55px 0 20px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.btn_main:hover {
  color: #fff !important;
}


.btn_main.white-btn {
  background: #fff;
  color: #502E91;
  border: 1px solid #502E91;
}

.btn_main.white-btn:hover {
  color: #502E91 !important;
}

.btn_main.white-btn::after {
  background-color: #7EBE63;
  background-image: url(../images/btn-arrow-white.png);
}

.btn_main.white-btn:hover::after {
  background-color: #502E91;
}


.btn_main::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 100%;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: all 0.3s ease;
}

.btn_main:hover::after {
  background-color: #7FBD61;
  background-position: left center;
}




.blue_btn {
  border: 1px solid #9F7FC9;
  color: #fff;
  height: 50px;
  min-width: 200px;
  line-height: 49px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  text-align: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
}

.blue_btn:hover {
  background: #200649;
  color: #fff;
}



/* Hero Banner Slider */
.hero-banner-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.hero-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;


}

.banner_btn_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: max-content;
  margin: 0 auto;
}

.hero-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 67.16243624687195%);
  z-index: 1;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.banner .swiper-slide {
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero-banner-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
}

.hero-banner-text h2 {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  font-family: 'avenir_nextbold';
  margin-bottom: 20px;
}

.hero-banner-text p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}


.without_banner {
  padding-top: 80px;
}

.hero-banner-text .btn_main {
  margin-top: 30px;
}

.title_main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 4;

}

.title_main.align-top {
  align-items: flex-start;
}

.title_main_inner {
  width: 100%;
  max-width: 700px;
}

.title_main h2 {
  width: 100%;
}



.featured-slider {
  width: 100%;
  margin-top: 50px;
}

.feature_slider_section {
  overflow: hidden;
}


.featured-card {
  width: 100%;
  min-height: 500px;
  position: relative;
  background-color: #502E91;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;

}

.featured-image {
  width: 30%;
}

.featured-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.featured-center_content {
  width: 50%;
  height: auto;
  padding: 60px 30px;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid #fff;
}

.featured-center_box {
  width: 100%;
  max-width: 480px;
}

.featured-center_box h3 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.featured-center_box p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  line-height: 24px;
  font-family: 'avenir_nextregular';
}

.featured-center_btn {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.featured-last_conetnt {
  width: 20%;
  display: flex;
  align-items: flex-end;
  padding: 60px 30px;
}

.featured-last_box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-last_box ul li {
  width: 100%;
}

.featured-last_box ul label {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'avenir_nextregular';
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 0 !important;
}

.featured-last_box ul span {
  font-size: 18px;
  line-height: 24px;
  font-family: 'avenir_nextdemi_bold';
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
}


.featured-slider .swiper {
  overflow: visible !important;
}

.nav_btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 145px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.nav_btn-next,
.nav_btn-prev {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background: #7FBD61;
  border-radius: 100%;
  color: #fff;
  transition: all 0.3s ease;
}

.nav_btn-next:hover,
.nav_btn-prev:hover {
  background-color: #502E91;
}

.trusted_list {
  width: 100%;
  margin-top: 50px;
}

.trusted_list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  justify-content: center;

}

.trusted_list ul li {
  flex: 0 0 335px;
}

.trusted-logo {
  width: 100%;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.trusted-logo img {
    max-width: 180px;
    max-height: 85px;
}


.innovation_numbers {
  width: 100%;
  margin-top: 80px;
}

.innovation_numbers ul {
  display: flex;
  margin-right: -40px;

}

.innovation_numbers ul li {
  width: 40%;
  height: 295px;
  background-color: #9F7FC9;
  border: 4px solid #fff;
  border-left: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  left: -20px;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}

.innovation_numbers ul li:last-child {
  left: -40px;
  z-index: 0;
}

.innovation_numbers ul li:first-child {

  border-left: 4px solid #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  left: 0;
  z-index: 2;
}

.innovation_numbers ul li:hover {
  background-color: #502E91;
}

.number_box h3 {
  font-size: 60px;
  line-height: 50px;
  color: #fff;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 30px;
}

.number_box h6 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-family: 'avenir_nextregular';
  text-transform: uppercase;
}


.testimonial_section_title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.testimonial_section_title .main-title {
  width: 50%;
  padding-right: 50px;
  margin-bottom: 0;
}

.testimonial_section_title p {
  width: 50%;
}

.testimonial_section {
  overflow: hidden;
}

.testimonial_slider {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
}

.testimonial_slider .nav_btn {
  position: absolute;
  z-index: 9;
  bottom: -33px;
  right: 35px;
}

.testimonial_card {
  width: 100%;
  height: 100%;
  min-height: 340px;
  background-color: #fafafa;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 50px;
  padding-left: 230px;
  display: flex;
  align-items: center;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: 50px 100px;
}

.testimonial_card_content {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.star_rating {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}


.star-five {
  position: relative;
  display: block;
  color: #51338F;
  width: 0;
  height: 0;
  margin: 10px 0;
  opacity: 0.4;
  border-right: 9.5px solid transparent;
  /* 100px → 9.5px */
  border-bottom: 6.5px solid #51338F;
  /* 70px → 6.5px */
  border-left: 9.5px solid transparent;
  transform: rotate(35deg);
}

.star-five.active {
  opacity: 1;
}

.star-five:before {
  content: '';
  position: absolute;
  top: -4px;
  /* -45px → -4px */
  left: -6px;
  /* -65px → -6px */
  width: 0;
  height: 0;
  border-bottom: 7.5px solid #51338F;
  /* 80px → 7.5px */
  border-left: 3px solid transparent;
  /* 30px → 3px */
  border-right: 3px solid transparent;
  transform: rotate(-35deg);
}

.star-five:after {
  content: '';
  position: absolute;
  top: 0.3px;
  /* 3px → 0.3px */
  left: -10px;
  /* -105px → -10px */
  width: 0;
  height: 0;
  border-right: 9.5px solid transparent;
  border-bottom: 6.5px solid #51338F;
  border-left: 9.5px solid transparent;
  transform: rotate(-70deg);
}


.testimonial_profile {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  gap: 10px;
}

.testimonial_profile_img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: 1px solid #fff;
  overflow: hidden;
}

.testimonial_profile_content {
  width: calc(100% - 54px);
  padding-left: 0;

  color: #424242;
}

.testimonial_profile_content h5 {
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.testimonial_profile_content span {
  font-size: 16px;
  line-height: 22px;
  color: #424242;
  font-family: 'avenir_nextregular';
}

.testimonialSwiper {
  overflow: visible !important;
}

.testimonialSwiper .swiper-slide.swiper-slide-active .testimonial_card {
  background-color: #502E91 !important;
}

.testimonialSwiper .swiper-slide.swiper-slide-active .star-five {
  color: #fff !important;
  border-bottom: 6.5px solid #fff !important;
}

.testimonialSwiper .swiper-slide.swiper-slide-active .star-five:before {
  border-bottom: 7.5px solid #fff !important;
}

.testimonialSwiper .swiper-slide.swiper-slide-active .star-five:after {
  border-bottom: 6.5px solid #fff !important;
}

.testimonialSwiper .swiper-slide.swiper-slide-active .testimonial_profile_content span,
.testimonialSwiper .swiper-slide.swiper-slide-active .testimonial_profile_content h5,
.testimonialSwiper .swiper-slide.swiper-slide-active .testimonial_card_content p {
  color: #fff !important;
}

.full_bg_section {
  width: 100%;
  padding: 80px 0;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.full_bg_content {
  width: 100%;
  max-width: 535px;
  padding: 50px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  min-height: 615px;
  display: flex;
  align-items: flex-end;
  background-color: #502E91;
  margin-left: auto;
}

.full_bg_section.full_width .full_bg_content {
  padding: 50px 35px;
  align-items: inherit;
  height: 100%;
}

.full_bg_content_inner {
  max-width: 380px;
}

.full_bg_content_inner.full_width {
  max-width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
}

.btn_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.btn_container .blue_btn {
  min-width: auto;
  padding: 0 20px;
}

.full_bg_content h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
}

.full_bg_content p {
  color: #fff;
  font-size: 16px;
}

.full_bg_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 50px 0;
}

.full_bg_content ul li {
  width: 100%;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  color: #fff;
}

.full_bg_content ul li::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 5px;
  border: 3px solid #7EBE63;
  border-radius: 100%;
}


.banner .swiper-pagination-bullets {
  width: 10px !important;
  height: max-content;
  position: absolute;
  right: 6% !important;
  left: inherit !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  width: 8px !important;
  height: 8px !important;
  margin: 5px 0 !important;
  opacity: 1 !important;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 8px !important;
  height: 8px !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}

.swiper-progressbar {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 999;
  bottom: 60px;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: progressPulse 2s ease-in-out infinite;
}

@keyframes progressPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

.swiper-progressbar-fill {
  content: "";
  position: absolute;
  width: 1px;
  height: 88px;
  background-color: #fff;
  top: -70px;
  left: 23.8px;
  margin: auto;
  animation: lineMove 3s ease-in-out infinite;
}

@keyframes lineMove {
  0% {
    transform: translateY(0);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-10px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 0.3;
  }
}


.training_sectors_section {
  width: 100%;
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.training_sectors_list {
  width: 100%;
  position: sticky;
  top: 150px;
}

.training_sectors_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.training_sectors_list  ul li, .training_list ul li{
  position: relative;
}

.training_sectors_list  ul li::after,
.training_list ul li::after{
  content: "";
     width: 100%;
     height: 55%;
     bottom: 0;
     left: 0;
     background-color: #fff;
     position: absolute;
     z-index: -1;
}



.training_card {
  width: 100%;
  min-height: 380px;
  max-width: 500px;
}

.training_card a:hover img {
  transform: scale(1.1);
}

.training_card_image {
  width: 100%;
  height: 290px;
  overflow: hidden;
  -webkit-border-top-right-radius: 65px;
  border-top-right-radius: 65px;
}

.training_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.training_card_content {
  width: 100%;
  min-height: 95px;
  padding: 20px;
  padding-right: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}

.traning_btn {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}



.training_card a:hover .training_card_content h3 {
  color: #502E91;
}

.training_card_content h3 {
  font-size: 20px;
  line-height: 27px;
  color: #424242;
  transition: all 0.3s ease;
}

.sub-banner {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

.sub-banner.small {
  height: 570px;
}

.sub-banner .container {
  position: relative;
  z-index: 1;
}

.sub-banner h1 {
  color: #fff;
  font-size: 65px;
  line-height: 50px;
  font-family: 'avenir_nextbold';
  margin-bottom: 0;
  position: relative;
}

.sub-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 67.16243624687195%);
  z-index: 0;
}

/* Nice Select Styles */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 50px;
  border: solid 1px #E6E6E6;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  z-index: 99;
  height: 60px;
  line-height: 58px;
  outline: none;
  padding-left: 18px;
  min-width: 150px;
  padding-right: 40px;
  position: relative;
  font-family: var(--font-body);
  font-size: 16px;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #d0dae5;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #88bfff;
}

.nice-select:after {
  border-bottom: 1px solid #767676;
  border-right: 1px solid #767676;
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 19px;
  top: 45%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cdd5de;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select.small .option.selected {
  color: rgba(23, 23, 23, 0.4) !important;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  font-family: var(--font-body);
  font-size: 16px;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}


.coupon .button:hover {
  background-color: #7FBD61;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 25px;
  white-space: break-spaces;
  list-style: none;
  min-height: 25px;
  padding: 12px 0;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}


.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


.programs_list {
  width: 100%;
  margin-top: 50px;
}

.programs_list>ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.programs_list_item {
  width: 100%;
  height: 610px;
  background-color: #502E91;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;

}

.programs_list_item:hover .programs_content {
  position: absolute;
  top: 0;
  /* overflow-y: auto; */
}

.featured-last_box_opacity {
  opacity: 0;
}

.programs_list_item:hover .featured-last_box_opacity {
  opacity: 1;
}

.programs_list_item_image {
  width: 100%;
  height: 425px;
}

.programs_list_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.programs_content {
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  padding: 35px 25px;
  background-color: #502E91;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 3;
  top: 70%;
  scrollbar-width: thin;
}

.programs_content h3 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 15px;
}

.programs_content p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.programs_content .featured-last_box ul span {
  text-transform: none;
}

.programs_content .featured-last_box ul span small{
      font-size: 13px;
    line-height: 18px;
    color: #d9d9d9 !important;
    font-weight: 400;
    font-family: var(--font-body);
}

.programs_content .featured-center_btn {
  margin-top: 30px;
}

.programs_content .blue_btn {
  min-width: 170px;
}

.programs_content .featured-last_box {
  margin-top: 35px;
}

.programs_search_section {
  width: 100%;
  padding: 30px 0;
  background-color: #200649;
}

.programs_search_left {
  width: 70%;
}

.search-main-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  background-color: #fff;
  color: #000000;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.programs_search_right {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}

.search-main-btn {
  width: 180px;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  background-color: #502E91;
  border: 1px solid #502E91;
  color: #fff;
  border: none;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-main-btn:hover {
  background-color: #7FBD61;
}

.search-filter-btn {
  width: 180px;
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  border: 1px solid #502E91;
  color: #fff;
  text-align: center;
  text-align: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-filter-btn:hover {
  background-color: #7FBD61;
  color: #fff;

}

.filter-popup {
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  z-index: 9;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 10px;
}

.filter-popup.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.filter-popup h3 {
  font-size: 26px;
  line-height: 30px;
  color: #171717;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 20px;
}

.filter-close {
  width: 45px;
  height: 45px;
  border: 1px solid #EBE4F3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  right: 15px;
  top: 15px;
}

.filter-popup-content {
  width: 100%;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.filter-popup-content h5 {
  font-size: 18px;
  color: #171717;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 10px;
}

.filter-popup-group {
  width: 100%;
}

.filter-popup-group label {
  font-size: 14px;
  color: #6C489C;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.filter-popup-group .nice-select,
.filter-popup-group .nice-select .list {
  width: 100%;
}

/* Training Mode Checkboxes */
.filter-popup-group-checkbox {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.filter-popup-group-checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filter-popup-group-checkbox-item input[type="checkbox"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #9F7FC9;
  border-radius: 7px;
  background-color: #fff;
  position: relative;
  outline: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.filter-popup-group-checkbox-item input[type="checkbox"]:hover {
  border-color: #51338F;
}

.filter-popup-group-checkbox-item input[type="checkbox"]:checked {
  background-color: #51338F;
  border-color: #51338F;
}

.filter-popup-group-checkbox-item input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -60%) rotate(45deg);
}

.filter-popup-group-checkbox-item label {
  font-size: 16px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  color: #171717;
  cursor: pointer;
  margin: 0;
  user-select: none;
}

/* Price Range Slider */
.price-range-wrapper {
  margin-top: 10px;
}

.price-range-container {
  position: relative;
  padding: 25px 0 10px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.price-range-track {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(108, 72, 156, 0.2);
  border-radius: 2px;
  z-index: 1;
}

.price-range-fill {
  position: absolute;
  height: 4px;
  background: #502E91;
  border-radius: 2px;
  left: 0;
  z-index: 2;
  transition: all 0.1s ease;
}

.rtl .price-range-fill {
  left: unset !important;
  right: 0% !important;
}

.price-range-slider {
  position: absolute;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  outline: none;
  z-index: 3;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.price-range-slider.price-range-min {
  z-index: 3;
}

.price-range-slider.price-range-max {
  z-index: 4;
}

.price-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #502E91;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  z-index: 4;
}

.price-range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  background: #7FBD61;
}

.price-range-slider::-moz-range-thumb {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #502E91;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  z-index: 4;
}

.price-range-slider::-moz-range-thumb:hover {
  transform: scale(1.15);
  background: #7FBD61;
}

.price-range-slider::-moz-range-track {
  background: transparent;
}

.price-range-value {
  position: absolute;
  top: -45px;
  left: 0;
  transform: translateX(-50%);
  background: #fff;
  background: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  color: #171717;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  pointer-events: none;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rtl .price-range-value {
  left: unset !important;
  right: 0;
  transform: translateX(50%);

}

.price-value-tail {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.price-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.price-label {
  font-size: 14px;
  font-family: 'avenir_nextregular';
  color: #9F7FC9;
}

.filter-popup-group_btn {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.filter-popup-group_btn .btn_main {
  min-width: 165px;
  text-align: center;
  justify-content: center;
}

.reset_btn {
  width: 165px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 46px;
  border: 1px solid #9F7FC9;
  outline: none;
  color: #502E91;
  text-align: center;
  font-size: 16px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.reset_btn:hover {
  background-color: #9F7FC9;
  color: #fff;
}

.related_programs_sections {
  background: rgba(235, 228, 243, 0.5);
}

.related_programs_slider {
  width: 100%;
  margin-top: 40px;
}


.details-sub-banner {
  width: 100%;
  min-height: 570px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  position: relative;
}

.details-sub-banner .container {
  position: relative;
  z-index: 1;
}

.details-sub-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(32, 6, 73, 0) 0%,
      rgba(32, 6, 73, 1) 100%);
  z-index: 0;
}

.details-banner-content {
  padding-bottom: 30px;
  align-items: flex-end;
}

.details-banner-content-left {
  width: 50%;
}

.details-banner-content-left ul {
  display: flex;
  margin-top: 10px;
  gap: 30px;
}

.details-banner-content-left ul li {
  color: #fff;
  font-size: 16px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  position: relative;
}

.details-banner-content-left ul li:last-child::after {
  display: none;
}

.details-banner-content-left ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}

.details-banner-content-right {
  width: max-content;
  margin-left: auto;
}

.details-banner-content-right p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.details-banner-content-right h2 {
  font-size: 42px;
  color: #fff;
}

.details-banner-content_second {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
}

.details-banner-time {
  width: 60%;
}

.details-banner-time ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 18px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
}

.details-banner-time img {
  position: relative;
  top: -2px;
}

.details-banner-time ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.details-banner-btns {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}

.details-banner-btns ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.schedules_swiper .swiper-slide {
  height: auto;
}

.schedules_card_last {
  height: 100%;
}


.details-banner-btns a {
  display: inline-flex;
  align-items: center;
  height: 35px;
  padding: 0px 20px;
  gap: 5px;
  -webkit-border-radius: 46px;
  border-radius: 46px;
  background-color: #502E91;
  color: #fff;
  font-size: 16px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  transition: all 0.3s ease;
}

.breadcrumbs_section {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #B8B8B8;
}

.breadcrumbs_section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 35px;
}

.breadcrumbs_section ul li a {
  font-size: 16px;
  color: #767676;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  transition: all 0.3s ease;
}

.breadcrumbs_section ul li a:hover {
  color: #502E91;
}

.breadcrumbs_section ul li {
  position: relative;
}

.breadcrumbs_section ul li::after {
  content: "";
  width: 6px;
  height: 13px;
  background-image: url(../images/arrow-bread.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumbs_section ul li:last-child:after {
  display: none;
}

.breadcrumbs_section ul li span {
  font-size: 16px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  color: #502E91;
}

.schedules_list_sections {
  overflow: hidden;
}

.schedules_list_sections h2 {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 0;
  color: #171717;
  font-family: 'avenir_nextbold';
}

.schedules_slider_wrap {
  margin-top: 25px;
}

.schedules_swiper .swiper-slide {
  padding: 1px;
}

.schedules_card {
  width: 100%;
  padding: 20px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.schedules_card_last {
  width: 100%;
  padding: 20px;
  background-color: #EBE4F3;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: inline-flex;
  min-height: 181px;
  align-items: center;
  justify-content: center;
}

.schedules_card_last_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.schedules_card_last h5 {
  font-size: 20px;
  line-height: 24px;
  color: #51308F;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.schedules_card_head {
  width: 100%;
  min-height: 55px;
}

.schedules_card_head p,
.schedules_card_head span {
  font-size: 16px;
  line-height: 22px;
  color: #7FBF62;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
}

.schedules_card_head p {
  margin-bottom: 5px;
}

.schedules_card_content {
  width: 100%;
  margin-top: 30px;
}

.schedules_card_content h5 {
  font-size: 20px;
  line-height: 24px;
  color: #51308F;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 10px;
}

.schedules_swiper {
  overflow: visible !important;
}


.schedules_card_last:hover .shedule_btn {
  background-color: #7EBE63;
}

.schedules_card_last:hover .shedule_btn img {
  filter: brightness(0) invert(1);
}

.shedule_btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


.programs_details_main {
  width: 100%;
}

.programs_details_main .flex{
   align-items: flex-start;
}


.programs_details_left {
  width: 66%;
  padding-right: 30px;
}

.programs_details_right {
  width: 34%;
    position: sticky;
  top: 120px;
  padding-top: 60px;
}

.programs_details_right_content {
  width: 100%;
  min-height: 490px;
  background-color: #502E91;
  -webkit-border-top-right-radius: 90px;
  border-top-right-radius: 90px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;

}

.programs_details_right_content h3 {
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 15px;
}

.programs_details_right_content p {
  color: #fff;
  font-size: 16px;
}

.programs_details_right_content .btn_main {
  margin-top: 30px;
}

.programs_details_right_content ul{
  margin-bottom: 15px;
}

.programs_details_right_content ul li{
       color: #fff;
       padding-left: 17px;
       position: relative;
           font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.programs_details_right_content ul li::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 100%;
    background-color: #7EBE63;
}


.tab_list_content {
  width: 100%;
  margin-top: 50px;
}

.tab_list_main {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.tab_content h3 {
  font-size: 34px;
  line-height: 38px;
  color: #171717;
  margin-bottom: 15px;
  font-family: 'avenir_nextbold';
}

.tab_container ul{
     margin-bottom: 20px;
     display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.tab_container li,
.tab_list_main li {
  width: 100%;
  padding-left: 20px;
  position: relative;
  color: #424242;
}
.tab_container li::after,
.tab_list_main li::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #7EBE63;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 100%;

}


.tab_list_programs_box {
  width: 100%;
  background: rgba(235, 228, 243, 0.4);
  border-radius: 20px;
  padding: 40px;
  margin-top: 50px;
}

.tab_list_programs_box h3 {
  color: #51338F;
}

.tab_list_step {
  width: 100%;
  margin-top: 50px;
}

.tab_list_step ul {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.tab_list_step ul li {
  background: rgba(126, 190, 99, 0.1);
  padding: 25px 40px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  text-align: center;
  list-style: none;

}

.tab_list_step ul li::after{
     display: none !important;
}

.tab_list_step li h4 {
  width: 100%;
  font-size: 16px;
  color: #7DBD63;
  text-align: center;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 10px;
}

.tab_list_step li p {
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  text-align: center;
  color: #000000;
  line-height: 24px;
}

.app_icon {
  width: 48px;
  height: 48px;
  border: 1px solid #62A845;
  background-color: #7DBD63;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}


.tab_overview_profile {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(80, 46, 145, 0.1);
}

.tab_overview_profile_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #7EBE63;
}

.tab_overview_profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.tab_overview_profile_content {
  width: calc(100% - 100px);
  padding-left: 16px;
}

.tab_overview_profile_content h4 {
  font-size: 24px;
  line-height: 28px;
  color: #51338F;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 5px;
}

.tab_overview_profile_content p {
  font-size: 20px;
}

.tab_accredited_by {
  width: 100%;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 25px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.tab_accredited_logo {
  width: 180px;
}

.tab_accredited_logo img {
  width: 100%;
  height: auto;
}

.tab_accredited_content {
  width: calc(100% - 180px);
  padding-left: 40px;
}

.application_working_section {
  width: 100%;
  background-color: #200649;
  -webkit-border-top-right-radius: 160px;
  border-top-right-radius: 160px;
  overflow: hidden;
  margin-top: 110px;
}

.application_working_section_left {
  width: 45%;
  padding: 60px 60px 60px 30px;
  display: flex;
  align-items: flex-end;
}

.application_working_section_left h3 {
  color: #fff;
  margin-bottom: 30px;
}

.application_working_section_left p {
  color: #fff;
  max-width: 440px;
}

.application_working_section_right {
  width: 55%;
  position: relative;
}

.application_working_section_right a {
  width: 100%;
  height: 100%;
  display: block;
}

.application_working_section_right a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(224.31deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}



.application_working_section_right img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.video_icon {
  width: 64px;
  height: 64px;

  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}



.play-btn-outer {
  position: absolute;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.play-btn-waves .wave {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 10px solid #fff;
  opacity: 0.2;
  animation: play-wave 1.6s infinite linear;
}

.play-btn-waves .wave:nth-child(2) {
  animation-delay: 0.5s;
}

.play-btn-waves .wave:nth-child(3) {
  animation-delay: 1s;
}

@keyframes play-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  75% {
    opacity: 0.2;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.9);
    opacity: 0;
  }
}

.video_icon img {
  width: 64px;
  height: 24px;
}

.fancybox-schedule-modal {
  max-width: 700px;
  width: 100%;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 30px 30px;

}

.fancybox-schedule-modal h3 {
  font-size: 26px;
  line-height: 30px;
  color: #171717;
  margin-bottom: 30px;
}

.fancybox-schedule-modal .fancybox-schedule-topbar {
  background: #350761;
  padding: 10px 30px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
}

.fancybox-schedule-modal .fancybox-schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  padding-top: 20px;
}

.fancybox__container {
  z-index: 10000 !important;
}

.fancybox__content>.carousel__button.is-close {
  position: absolute;
  top: 35px;
  right: 30px;
  color: #200649;
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: 1px solid #EBE4F3;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 24px;
  padding: 14px;
}

.fancybox__content>.carousel__button.is-close svg {
  filter: none;
}


.fancy-nav-main {
  width: 85px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  position: relative;
}

.fancy-nav-main::after {
  content: "";
  width: 1px;
  height: 44px;
  background-color: #523190;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.fancy-nav-main .fancy-nav-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.fancy-nav-main .fancy-nav-btn:focus,
.fancy-nav-main .fancy-nav-btn:active {
  outline: none !important;
  border: none !important;
}

.enroll_btn {
  width: 175px;
  height: 60px;
  display: block;
  background-color: #502E91;
  color: #fff;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: fixed;
  top: 71%;
  left: -60px;
  z-index: 999;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
  cursor: pointer;
}

.enroll_btn:hover {
  background-color: #502E91;
}

.shedule_main_title {
  max-width: 750px;
}

.shedule_main_wrap,
.shedule_main_wrap_partner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.shedule_wrap_left,
.shedule_wrap_left_partner {
  width: 70%;
}

.shedule_wrap_left_partner {
  padding-right: 5%;
}


.shedule_wrap-topbar {
  background: #350761;
  padding: 10px 30px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  font-family: 'avenir_nextdemi_bold';
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}



.shedule-nav-main {
  width: 85px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  position: relative;
}

.shedule-nav-main::after {
  content: "";
  width: 1px;
  height: 44px;
  background-color: #523190;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.shedule-nav-btn {
  width: 28px;
  height: 28px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none;
}

.shedule-nav-btn:focus,
.shedule-nav-btn:active {
  outline: none !important;
  border: none !important;
}

.shedule_list_main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}



.shedule_btn_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.shedule_wrap_right,
.shedule_wrap_right_partner {
  width: 30%;
  height: auto;
  padding-left: 20px;
  padding-top: 80px;
}

.trainer_details {
  width: 100%;
  padding: 30px;
  background-color: #EBE4F3;
  border-radius: 12px;
}

.trainer_details h5 {
  font-size: 22px;
  line-height: 28px;
  color: #502E91;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 15px;
}

.trainer_details_top {
  padding-bottom: 37px;
}

.trainer_details_top p {
  font-size: 20px;
  line-height: 25px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 10px;
}

.trainer_details_top ul {

  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.trainer_details_top ul li {
  font-size: 16px;
  color: #9F7FC9;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  position: relative;
}

.trainer_details_top ul li:not(:first-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #9F7FC9;
  border-radius: 100%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.trainer_details_bottom {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #fff;
}

.trainer_content {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.trainer_content_img {
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  overflow: hidden;
}

.trainer_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.trainer_content_text {
  width: calc(100% - 60px);
  padding-left: 15px;
}

.trainer_content_text h6 {
  font-size: 20px;
  line-height: 28px;
  color: #171717;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  margin-bottom: 0px;
}

.shedule_coupen_content {
  width: 100%;
  max-width: 655px;
}

.shedule_coupen_content h5 {
  font-size: 36px;
  line-height: 40px;
  color: #200649;
  font-family: 'avenir_nextbold';
  margin-bottom: 10px;
}

.shedule_coupen_content p {
  color: #200649;
}

.shedule_coupen_section {
  width: 100%;
  padding: 35px;
  border-radius: 20px;
  background-color: #9F7FC9;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


.trainer_details {
  display: none;
}

.trainer_details:first-of-type {
  display: block;
}


.shedule_list_main .schedules_card {
  cursor: pointer;
  transition: all 0.3s ease;
}

.schedules_card.active {
  background-color: #EBE4F3;
  border-color: #502E91;
}

.schedules_card.active .schedules_card_head p,
.schedules_card.active .schedules_card_head span {
  color: #502E91;
}


.training_list_sections {
  width: 100%;
  background-color: #EBE4F3;
}

.training_list {
  width: 100%;
  margin-top: 70px;
}


.training_list>ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.left_title {
  width: 55%;
  padding-right: 5%;
}

.left_title .main-title {
  line-height: 60px;
}

.right_content {
  width: 45%;
}

.training_programs_list_sections {
  width: 100%;
  background: rgba(235, 228, 243, 0.3);
}

.training_programs_list_sections .programs_list {
  margin-top: 80px;
}

.image_with_text_right_left {
  width: 100%;
  align-items: center;
}

.image_with_text_container {
  width: 50%;
  padding-right: 5%;
}

.image_with_image_container {

  width: 50%;
  height: 655px;
  -webkit-border-top-right-radius: 110px;
  border-top-right-radius: 110px;
  overflow: hidden;
}

.image_with_image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.faq_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.faq_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq_item {
  width: 100%;
  border-bottom: 1px solid #EBE4F3;
  padding: 0;
  margin: 0;
}

.faq_question {
  width: 100%;
  padding: 30px 0;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.faq_item.active .faq_question h3 {
  color: #502E91;
}

.faq_question h3 {
  font-size: 20px;
  line-height: 30px;
  color: #424242;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  font-weight: 500;
  margin: 0;
  padding-right: 30px;
  flex: 1;
  cursor: pointer;
}

.faq_icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.faq_icon_plus,
.faq_icon_minus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.faq_icon_plus img,
.faq_icon_minus img {
  width: 100%;
  height: auto;
  display: block;
}

.faq_icon_plus {
  display: flex;
}

.faq_icon_minus {
  display: none;
}

.faq_item.active .faq_icon_plus {
  display: none;
}

.faq_item.active .faq_icon_minus {
  display: flex;
}

.faq_icon_minus {
  height: 2px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.faq_answer {
  display: none;
  padding-bottom: 30px;
  padding-right: 50px;
  overflow: hidden;
}

.faq_item.active .faq_answer {
  display: block;
}

.select_seat_numbers {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 130px;
}

.seat_input_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.seat_input {
  width: calc(100% - 122px);
  height: 54px;
  padding: 0 25px;
  border: 1px solid #EBE4F3;
  border-radius: 50px;
  background-color: #fff;
  font-size: 18px;
  line-height: 60px;
  color: #424242;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
  flex: 1;
}

.seat_input:focus {
  border-color: #502E91;
}

.seat_controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 122px;
}

.seat_btn {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.seat_btn_minus {
  background-color: #fff;
  border: 1px solid #502E91;
}


.seat_btn_minus:hover {
  background-color: #7FBD61;
  border: 1px solid #7FBD61;
}

.seat_btn_minus:hover img {
  filter: brightness(0) invert(1);
}

.seat_btn_plus {
  background-color: #502E91;
  border: 1px solid #502E91;
}

.seat_btn_plus:hover {
  background-color: #7FBD61;
  border-color: #7FBD61;
}

.bulk_reservation {
  width: 100%;
  min-height: 530px;
  background-image: url(../images/bulk-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  padding: 50px 30px;
  margin-top: 25px;
}

.bulk_reservation h3 {
  margin-bottom: 20px;
}

.bulk_reservation p {
  color: #fff;
}

.bulk_reservation p a {
  display: block;
  color: #fff;
  font-family: 'avenir_nextbold';
  text-decoration: underline;
}

.bulk_reservation p a:hover {
  color: #7DBD63;
}

.bulk_reservation .btn_main {
  margin-top: 20px;
}

.shedule_main_number_list {
  margin-top: 60px;
}

.shedule_main_number_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.shedule_number_item {
  width: 100%;
  height: 315px;
  background-color: #EBE4F3;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.shedule_number_item_seat {
  width: 100%;
  display: flex;
  align-items: center;


}

.shedule_number_item_seat img {
  max-width: 30px;
}

.shedule_number_item_price {
  width: 100%;
  margin-top: auto;
}

.shedule_number_item_seat h5 {
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
  color: #51308F;
  font-weight: 500;
}

.shedule_number_item_price h2 {
  font-size: 40px;
  line-height: normal;
  color: #51308F;
  font-family: 'avenir_nextbold';
  margin-bottom: 0px;
}

.shedule_number_item_price h2 span {
  font-size: 18px;
  font-family: 'avenir_nextregular';
  font-weight: 400;
}

.shedule_number_item_price p {
  font-size: 14px;
}

.benfits_sections {
  width: 100%;
  background: rgba(235, 228, 243, 0.3);
}

.benfits_sections .container {
  max-width: 1200px;
}

.benfits_list_main {
  margin-top: 50px;
}

.benfits_list_main ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benfits_box {
  width: 100%;
  min-height: 390px;
  height: 100%;
  padding: 40px 40px 60px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.benfits_icon {
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(126, 190, 99, 0.12);
}

.benfits_content {
  margin-top: auto;
}

.benfits_content h3 {
  font-size: 26px;
  font-family: 'avenir_nextdemi_bold';
  color: #51308F;
  margin-bottom: 15px;
}

.benfits_content p {
  font-size: 16px;
  line-height: 24px;
  color: #424242;
  font-family: 'avenir_nextregular';
}


.get_aquestion_section {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

.get_aquestion_section .flex {
  align-items: center;
}

.get_aquestion_left {
  width: 50%;
  padding-right: 10%;
}


.get_aquestion_left p,
.get_aquestion_left h2 {
  color: #fff;
}

.get_aquestion_right {
  width: 50%;
}

.form-half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.contact_form .nice-select {
  width: 100%;
}

.contact_form .nice-select .option {
  color: #000000 !important;
}

.contact_form .nice-select:after {
  color: #767676 !important;
      border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}

.contact_form .form-group label {
  color: rgba(255, 255, 255, 0.7) !important;
}

.contact_form .form-control {
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(235, 228, 243, 0.3) !important;
  color: #fff !important;
}

.contact_form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.contact_form textarea.form-control {
  width: 100%;
  height: 100px;
  line-height: 24px;
  resize: none;
  border-radius: 20px !important;
  padding: 10px 20px !important;
  border: 1px solid rgba(235, 228, 243, 0.3) !important;
}

.contact_form .btn_main {
  margin-top: 40px;
}

.contact_sections {
  width: 100%;
  overflow: hidden;
}

.contact_sections_left {
  width: 40%;
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}


.contact_address {
  width: 100%;
  padding-top: 45px;
}

.contact_address ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.contact_address ul li {
  position: relative;
  width: 100%;
  padding-left: 45px;
}

.contact_address ul li a {
  color: #424242;
}

.contact_address ul li a:hover {
  color: #7DBD63;
}

.contact_icon {
  position: absolute;
  left: 0;
  top: 2px;
}

.get_direction {
  font-family: 'avenir_nextdemi_bold';
  font-size: 16px;
  color: #6C489C;
  text-decoration: underline;
}

.contact_sections_right {
  width: 60%;
  padding: 60px 30px 40px;
  background-color: #200649;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.contact_social {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #E6E6E6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
}

.contact_social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


.contact_social p {
  margin-bottom: 0;
}

.contact_social ul li {
  width: 32px;
  height: 32px;
  border: 1px solid #7EBE63;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.contact_social ul li:hover {
  background-color: #7EBE63;
}

.contact_social ul li:hover img {
  filter: brightness(0) invert(1);
}

.contact_social ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.yith-add-to-wishlist-button-block {
  margin: 0 !important;
}

.yith-wcwl-add-to-wishlist-button {
  border: 1px solid #9F7FC9;
  background: #9F7FC9;
  color: #fff;
  height: 48px;
  min-width: 150px;
  line-height: 48px;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  text-align: center;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
}

.yith-wcwl-add-to-wishlist-button svg {
  width: 24px !important;
}

.yith-wcwl-add-to-wishlist-button:hover {
  background: #200649;
}

.contactd-download_section {
  width: 100%;
}

.contactd-download_section .contactd-download-inner {
  width: 100%;
  height: 315px;
  background-image: url(../images/download-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-top-right-radius: 100px;
  border-top-right-radius: 100px;
  padding: 40px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contactd-download-inner h2 {
  font-size: 42px;
  line-height: 48px;
  color: #fff;
  font-family: 'avenir_nextdemi_bold';
  margin-bottom: 30px;
}

.contactd-download-box {
  max-width: 520px;
}

.about_second_section {
  width: 100%;
  background-color: #200649;
}

.about_second_section h3 {
  color: #fff;
  font-size: 32px;
  font-family: 'avenir_nextdemi_bold';
  max-width: 1180px;
  margin-bottom: 20px;
}

.about_second_section p {
  color: #fff;
  max-width: 480px;
}

.visions_section_left {
  width: 50%;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 50px 35px;
}

.visions_section_main {
  margin-top: 55px;
}


.visions_section_inner {
  max-width: 600px;
  position: relative;
  z-index: 3;
}

.visions_section_inner h4 {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.visions_section_inner.black-text h4,
.visions_section_inner.black-text p {
  /* color: #171717; */
  color: #fff;

}

.visions_section_inner p {
  color: #fff;
}


.visions_section_left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 72.45584726333618%);
}


.visions_section_right {
  width: 50%;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}

.visions_main_box {
  width: 100%;
  min-height: 350px;
  background-color: #EBE4F3;
  padding: 50px 35px;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.visions_main_box::after {
  content: "";
  width: 100%;
  /* height: 100%; */
  height: 50%;
  /* background: rgba(255, 255, 225, 0.4); */
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)) !important;

  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.visions_main_box.dark-bg {
  background-color: #6C489C;
}

.visions_main_box.dark-bg::after {
  background: rgba(0, 0, 0, 0.3);
}

.approch_section {
  width: 100%;
  background-color: #200649;
}

.approch_section .title_container {
  max-width: 830px;
}

.approch_section .title_container .main-title {
  color: #fff;
}

.approch_section .title_container p {
  color: rgba(255, 255, 255, 0.8);
}

.approch-slider_section {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-bottom: 50px;
}


.approch-slider_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.approch-slider_item_content {
  width: 55%;
  padding-right: 5%;
}

.approch-slider_item_content h3 {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-family: 'avenir_nextdemi_bold';
  margin-bottom: 20px;
}

.approch-slider_item_content h3 sup {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'avenir_nextregular';
  font-weight: 400;
}

.approch-slider_item_content p {
  color: rgba(255, 255, 255, 0.8);
}

.approch-slider_item_img {
  width: 45%;
  -webkit-border-top-right-radius: 110px;
  border-top-right-radius: 110px;
  overflow: hidden;
}

.approch-slider_item_img img {
  width: 100%;
}


.approch_section .nav_btn {
  position: static;
  margin-top: 20px;
  width: 110px;
}

.approch_section .nav_btn img {
  width: 22px;
}

.approch_section .nav_btn-next,
.approch_section .nav_btn-prev {
  width: 50px;
  height: 50px;
}

.leadership-slider_item {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.leadership-slider_item_img {
  width: 100%;
  height: 490px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.leadership-slider_item_img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,
      rgba(108, 72, 156, 0) 60%,
      rgba(108, 72, 156, 1) 100%);
  z-index: 1;
  transition: all 0.3s ease;
}

.leadership-slider_item:hover .leadership-slider_item_img::after {
  background: linear-gradient(180deg,
      rgba(108, 72, 156, 1) 100%,
      rgba(108, 72, 156, 1) 100%);
}

.leadership-slider_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.leadership-slider_item_content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 72%;
  padding: 50px 25px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 2;
  transition: all 0.3s ease;
}

.leadership-slider_item:hover .leadership-slider_item_content {
  top: 0;
}

.leadership-slider_item:hover .leadership-slider_item_content p {
  opacity: 1;
}

.leadership-slider_item:hover .leadership_content_social {
  opacity: 1;
}


.leadership-slider_section {
  width: 100%;
  margin-top: 50px;
}


.leadership-slider_item_content h3 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: 'avenir_nextdemi_bold';
  margin-bottom: 5px;
}

.leadership-slider_item_content span {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

.leadership-slider_item_content p {
  color: #fff;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s ease;
}

.leadership_content_social {
  width: 100%;
  margin-top: auto;
  opacity: 0;
  transition: all 0.3s ease;
}

.leadership_content_social ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.leadership_content_social ul li {
  width: 39px;
  height: 39px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leadership_content_social ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leadershipSwiper {
  overflow: visible !important;
}

.share-modal-content {
  background-color: #502E91 !important;
}

.share-modal-header h3 {
  font-size: 20px !important;
  color: #fff !important;
}

.share-modal-header p {
  color: #fff !important;
}

.share-option {
  background-color: #fff !important;
}


.wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout-shipping-methods-block,
.wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout-pickup-options-block {
  display: none !important;
}

/* Sidebar card style */
.checkout-sidebar-card {
  background: #efe9ff;
  /* soft lavender */
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

/* Proceed button inside checkout-actions */
.wc-block-components-checkout-place-order-button,
.wc-block-components-button:not(.is-link).is-primary {
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
}

/* Small extras */
.wc-block-components-order-summary .wc-block-components-totals-wrapper {
  row-gap: 6px;
}

/* Tighten coupon row */
.wc-block-components-panel__content .wc-block-cart__coupon-form {
  margin-top: 6px;
}

/* Hide Order Notes section in Checkout Block */
.wp-block-woocommerce-checkout-order-note-block,
.woocommerce-additional-fields,
#order_comments_field,
.wc-block-components-textarea-control {
  display: none !important;
}

/* Optional: Styling for Add Program button */
.wc-block-components-button--link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
}

.wc-block-components-button--link:hover {
  opacity: 0.85;
}

.woocommerce {
  width: 100% !important;
  max-width: 100% !important;
}

.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.is-layout-constrained>.alignwide {
  max-width: inherit !important;
}

.form-control.arabic {
  text-align: right;
}


.mobile {
  display: none;
}

.testimonialSwiper .swiper-slide {
  height: auto;
}
.tab_container li,
.tab_list_main li {
  font-size: 18px;
  line-height: 24px;
}

/* Reset Link Sent Modal Styles */
.reset-link-sent-modal {
  background: #ffffff;
  border-radius: 20px;
  max-width: 540px;
  width: 100%;
  padding: 0;
  position: relative;
}





.reset-link-sent-content {
  padding: 100px 50px 70px;
  text-align: center;
}

.reset-link-sent-title {
  font-size: 40px;
  font-weight: 700;
  color: #171717;
  margin: 0 0 20px 0;
  font-family: 'avenir_nextbold', sans-serif;
  line-height: 50px;
}


.reset-link-sent-actions {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.reset-link-sent-actions .btn_main {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.reset-link-sent-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}

/* Fancybox customization for reset link modal */
.fancybox__container .reset-link-sent-modal {
  margin: 20px;
}

@media (max-width: 768px) {
  .reset-link-sent-modal {
    margin: 10px;
    max-width: calc(100% - 20px);
  }

  .reset-link-sent-content {
    padding: 60px 25px 30px;
  }

  .reset-link-sent-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .reset-link-sent-message {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .reset-link-sent-actions .btn_main {

    min-width: auto;
  }
}

/* Get in Touch Modal Styles */
.get-in-touch-modal {
  max-width: 800px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  position: relative;
}

.get-in-touch-content {
  padding: 50px 50px 40px;
  position: relative;
}

.get-in-touch-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #171717;
  margin: 0 0 30px 0;
  font-family: 'avenir_nextbold', sans-serif;
  line-height: 40px;
}

.get-in-touch-form {
  width: 100%;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.get-in-touch-modal .form-group {
  flex: 1;
  min-width: 0;
}

.get-in-touch-modal.form-group.full-width {
  flex: 1 1 100%;
}

.get-in-touch-modal .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  margin-bottom: 8px;
  font-family: 'avenir_nextmedium', sans-serif;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  font-size: 16px;
  font-family: 'avenir_nextregular', sans-serif;
  color: #171717;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  outline: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group textarea:focus {
  border-color: #502E91;
}

.form-group textarea {
  height: auto;
  min-height: 120px;
  padding: 18px;
  border-radius: 20px;
  resize: vertical;
  line-height: 24px;
}

.mobile-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.mobile-input-wrapper:focus-within {
  border-color: #502E91;
}

.mobile-input-wrapper .country-code {
  padding: 0 15px;
  font-size: 16px;
  font-family: 'avenir_nextmedium', sans-serif;
  color: #171717;
  background-color: transparent;
  border-right: 1px solid #E6E6E6;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.mobile-input-wrapper input {
  flex: 1;
  border: none;
  border-radius: 0;
  padding: 0 18px;
  height: 100%;
}

.mobile-input-wrapper input:focus {
  border: none;
  outline: none;
}

.form-group .nice-select {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-radius: 50px;
  border: 1px solid #E6E6E6;
  padding-left: 18px;
  padding-right: 40px;
  font-size: 16px;
  font-family: 'avenir_nextregular', sans-serif;
  color: #171717;
}

.form-group .nice-select:focus,
.form-group .nice-select.open {
  border-color: #502E91;
}



.form-group .nice-select .current {
  color: #171717;
  font-size: 16px;
  white-space: break-spaces;
  overflow: hidden;
  height: 100% !important;
  display: block;
  padding-right: 20px;
}

.form-group .nice-select .current.selected {
  color: #171717;
}

.form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.get-in-touch-modal .btn_main {
  min-width: 165px;
  height: 50px;
  justify-content: center;
}

.send-icon {
  display: none;
}

/* Fancybox customization for get in touch modal */
.fancybox__container .get-in-touch-modal {
  margin: 20px;
}

.fancybox__content>.carousel__button.is-close {
  top: 20px;
  right: 20px;
  z-index: 10;
}

@media (max-width: 768px) {
  .get-in-touch-modal {
    max-width: calc(100% - 20px);
    margin: 10px;
  }

  .get-in-touch-content {
    padding: 40px 25px 30px;
  }

  .get-in-touch-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .form-group {
    flex: 1 1 100%;
  }

  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="tel"],
  .form-group textarea,
  .form-group .nice-select {
    height: 50px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-input-wrapper {
    height: 50px;
  }

  .mobile-input-wrapper .country-code {
    padding: 0 12px;
    font-size: 14px;
  }

  .mobile-input-wrapper input {
    padding: 0 15px;
  }

  .form-group textarea {
    min-height: 100px;
    padding: 15px;
  }

  .form-submit {
    margin-top: 20px;
    justify-content: center;
  }

  .send-btn {
    width: 100%;
    min-width: auto;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #7ebe63;
  color: #7ebe63;
  text-align: center;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid #dd2647;
  color: #dd2647;
  text-align: center;
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}


.wpml-ls-legacy-list-horizontal {
  padding: 0;
}


.error-404 {
  text-align: left;
  padding: 160px 120px 100px;
}

.error-404 h1,
.search-page h1,
.search-noresult h1 {
  font-size: 36px;
  color: #502E91;
}

.error-404 h1 {
  margin-bottom: 15px;
}

.error-404 h3 {
  margin: 40px 0 25px 0;
  font-size: 24px;
}

.error-404 h4 {
  margin-bottom: 15px;
  font-size: 20px;
}

.error-404 ul {
  padding-left: 17px;
  list-style: disc;
}

.error-404 ul li {
  font-size: 15px;
  margin-bottom: 0;
  position: relative;
}

.error-404 ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #62A845;
  border-radius: 100%;
  position: absolute;
  left: -14px;
  top: 10px;
}

.error-404 ul li+li {
  margin-top: 10px;
}

.error-404 .button {
  margin-top: 30px;
}

.error-404 .btn_main {
  margin-top: 40px;
}

#newsletter-message.success {
  display: none;
  margin-top: 10px;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  background-color: transparent !important;
  color: #7EBE63 !important;
  border: none !important;
}

#newsletter-message.error {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px !important;
  margin-top: 10px;
}

.btn_container {
  margin-top: 20px;
}

.selected-instance-item {
  background: transparent;
  border: none;
  padding: 0;
}

.selected-instance-item p {
  color: #424242;
}

.selected-instance-header strong {
  font-size: 20px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  color: #171717;
}


.contact_form .nice-select .current {
  color: #fff !important;

}

.contact_form .nice-select,
.contact_form .contact_form {
  color: #fff !important;
}


.woocommerce-checkout .default-page-section {
  padding: 0;
}

.woocommerce-checkout .default-page-section>.container {
  max-width: 100%;
}

.cart-details-table tbody tr:hover {
  background-color: #fff;
}

.cart-details-table thead {
  border-top: 1px solid #E6E6E6;
}

.zatca-invoice-section h2 {
  font-size: 25px;
  color: #171717;
  margin-bottom: 10px;
}

.zatca-invoice-section .button {
  border-radius: 40px;
}

.logout-btn.myaccount {
  position: relative;
}


.hoverlogout-menu {
  position: absolute;
  top: 51px;
  right: 0;
  padding-top: 7px;
  display: none;
}

.hoverlogout-menu li {
  width: 150px;
  left: -20px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-bottom: 1px solid #fff;
  background-color: #7fbd61;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.hoverlogout-menu li:hover {
  background-color: #51308F;
}

.hoverlogout-menu li:last-child {
  border-bottom: none;
}


.hoverlogout-menu li a {
  color: #fff !important;
  text-decoration: none;
}


.status-upcoming {
  background-color: transparent !important;
  color: #6C489C !important;
  font-size: 16px !important;
  font-family: 'avenir_nextmedium';
  font-weight: 500 !important;
  padding: 0 !important;
}

.status-ongoing {
  background-color: transparent !important;
  color: #F0CC00 !important;
  font-size: 16px !important;
  font-family: 'avenir_nextmedium';
  font-weight: 500 !important;
  padding: 0 !important;
}

.status-completed {
  background-color: transparent !important;
  color: #7EBE63 !important;
  font-size: 16px !important;
  font-family: 'avenir_nextmedium';
  font-weight: 500 !important;
  padding: 0 !important;
}

/* ============================================
   Search Results Page Styles
   Unique classes to avoid conflicts
   ============================================ */

/* Search Page Container */
.search-page {
  width: 100%;
  padding: 80px 0 120px;
  background-color: #fff;
}

.search-page .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-page-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Search Page Title */
.search-page .title-main {
  font-size: 42px;
  line-height: 48px;
  color: #171717;
  font-family: 'avenir_nextbold';
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #EBE4F3;
}

.search-page .title-main span {
  color: #502E91;
  font-weight: bold;
}

/* Search Found Count */
.search-page .search_found {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
}

.search-page .search_found p {
  font-size: 18px;
  line-height: 26px;
  color: #424242;
  font-family: 'avenir_nextregular';
  margin: 0;
}

/* Search Results List */
.search-page ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.search-page ul li {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-page ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Search Result Item Content */
.search-page ul li .content {
  width: 100%;
  padding: 35px 40px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.search-page ul li a:hover .content {
  border-color: #502E91;
  background-color: #fafafa;
  box-shadow: 0 4px 15px rgba(80, 46, 145, 0.1);
  transform: translateY(-2px);
}

/* Search Result Title */
.search-page ul li .content h4 {
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  font-family: 'avenir_nextbold';
  font-weight: bold;
  margin: 0;
  flex: 1;
  min-width: 0;
  transition: color 0.3s ease;
  margin-bottom: 0;
}

.search-page ul li a:hover .content h4 {
  color: #502E91;
}

/* Read More Link */
.search-page ul li .content .read-more {
  font-size: 16px;
  line-height: 24px;
  color: #502E91;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #502E91;
  border-radius: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.search-page ul li .content .read-more::after {
  content: "→";
  font-size: 18px;
  transition: transform 0.3s ease;
}

.search-page ul li a:hover .content .read-more {
  background-color: #502E91;
  color: #fff;
  border-color: #502E91;
}

.search-page ul li a:hover .content .read-more::after {
  transform: translateX(5px);
}

/* No Results Section */
.search-noresult {
  width: 100%;
  padding: 80px 0 120px;
  background-color: #fff;
}

.search-noresult .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-noresult-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 40px;
}

.search-noresult .title-main {
  font-size: 42px;
  line-height: 48px;
  color: #171717;
  font-family: 'avenir_nextbold';
  font-weight: bold;
  margin-bottom: 30px;
}

.search-noresult .title-main span {
  color: #502E91;
  font-weight: bold;
}

/* Posts Navigation */
.search-page .wp-pagenavi,
.search-page .navigation {
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.search-page .wp-pagenavi a,
.search-page .navigation a,
.search-page .wp-pagenavi span,
.search-page .navigation span {
  min-width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  font-size: 16px;
  font-family: 'avenir_nextmedium';
  font-weight: 500;
  color: #424242;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.search-page .wp-pagenavi a:hover,
.search-page .navigation a:hover {
  background-color: #502E91;
  color: #fff;
  border-color: #502E91;
}

.search-page .wp-pagenavi .current,
.search-page .navigation .current {
  background-color: #502E91;
  color: #fff;
  border-color: #502E91;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .search-page {
    padding: 50px 0 60px;
  }

  .search-page ul {
    gap: 15px;
  }

  .search-page .title-main {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .search-page .search_found {
    margin-bottom: 0;
  }

  .search-page .search_found p {
    font-size: 16px;
    line-height: 24px;
  }

  .search-page ul li .content {
    padding: 20px 20px;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .search-page ul li .content h4 {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 0;
  }

  .search-page ul li .content .read-more {
    width: 100%;
    justify-content: center;
  }

  .search-noresult-inner {
    padding: 40px 20px;
  }

  .search-noresult .title-main {
    font-size: 28px;
    line-height: 34px;
  }

  .search-page .wp-pagenavi,
  .search-page .navigation {
    margin-top: 40px;
    padding-top: 30px;
  }

  .search-page .wp-pagenavi a,
  .search-page .navigation a,
  .search-page .wp-pagenavi span,
  .search-page .navigation span {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .search-page ul li a {
    width: auto;
  }
}

@media (max-width: 480px) {
  .search-page {
    padding: 40px 0 60px;
  }

  .search-page .container {
    padding: 0 15px;
  }

  .search-page .title-main {
    font-size: 24px;
    line-height: 30px;
  }

  .search-page ul li .content {
    padding: 20px 15px;
  }

  .search-page ul li .content h4 {
    font-size: 18px;
    line-height: 26px;
  }

}

.loading-spinner {
  display: none !important;
}

.search-page .btn_main {
  min-width: 170px;
}

.is_legal_page p strong {
  font-size: 22px;
  line-height: 28px;
  margin-top: 30px;
  display: block;
  margin-bottom: 6px;
  color: #171717;
}

.is_legal_page p:first-child strong {
  margin-top: 0;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: default !important;
}

.is_legal_page table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  color: #171717;
  background: transparent;
  box-shadow: 0 1px 0 rgba(11, 18, 32, 0.05);
  overflow: hidden;
  border-radius: 10px;
}

/* header */
.is_legal_page table thead th {
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  background: #EBE4F3;

  position: sticky;
  /* keeps header visible on scroll in tall content */
  top: 0;
  z-index: 2;
}

/* rows & cells */
.is_legal_page table td,
.is_legal_page table th {
  vertical-align: middle;
  padding: 12px 16px;
}

/* alternating rows */
.is_legal_page table tbody tr:nth-child(odd) {
  background: #EBE4F3;
}

/* hover and focus */
.is_legal_page table tbody tr:hover {
  background: rgba(9, 132, 255, 0.04);
}

.is_legal_page table tbody tr:focus-within,
.is_legal_page table tbody tr:focus {
  outline: 3px solid rgba(9, 132, 255, 0.12);
  outline-offset: -3px;
}

/* small / compact variant */
.is_legal_page table thead th,
.is_legal_page table tbody td {
  padding: 8px 10px;
  font-size: 16px;
}

.is_legal_page ul {
  margin: 10px 0;
}

.is_legal_page ul li {
  width: 100%;
  padding-left: 25px;
  position: relative;
  font-size: 17px;
  margin-bottom: 7px;
  color: #424242;
}

.is_legal_page ul li ul li {
  padding-left: 0;
  font-size: 16px;
  margin-bottom: 5px;
}

.is_legal_page ul li ul li::after {
  display: none;
}

.is_legal_page ul li::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 7px;
  border: 3px solid #7EBE63;
  border-radius: 100%;
}


.details-banner-btns .yith-wcwl-add-to-wishlist-button {
  border: none;
}

.yith-wcwl-add-to-wishlist__feedback {
  background-color: #502E91 !important;
  border: 3px solid #7DBD63;
  color: #fff !important;
  font-size: 15px;
  line-height: 22px;
}

.enroll_btn_page{
     width: 100%;
     display: flex;
     align-items: center;
     border-radius: 20px;
     padding: 20px;
     background-color: #502E91;
     position: relative;
     gap: 15px;
}

.enroll_btn_page::after {
    content: "";
    width: 60px;
    height: 60px;
    background-color: #7EBE63;
    background-image: url(../images/enroll-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 100%;
    position: absolute;
     right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s 
ease;
}

.enroll_btn_page:hover::after{
  background-color: #fff;
   background-position: left center;
}

.enroll_btn_icon{
    width: 68px;
}

.enroll_btn_page h4{
     font-size: 30px;
     line-height: 30px;
     color: #fff;
       font-family: 'avenir_nextmedium';
  font-weight: 500;
}

