/* @import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap'); */

/* Base style */
body {
  font-family: 'SplineSans-Regular';
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  background-color: #000000;
  overflow-x: hidden;
}

@font-face {
  font-family: 'SplineSans-Regular';
  src: url(../fonts/spline-sans/SplineSans-Regular.ttf);
}

@font-face {
  font-family: 'SplineSans-Medium';
  src: url(../fonts/spline-sans/SplineSans-Medium.ttf);
}

@font-face {
  font-family: 'SplineSans-SemiBold';
  src: url(../fonts/spline-sans/SplineSans-SemiBold.ttf);
}

@font-face {
  font-family: 'SplineSans-Bold';
  src: url(../fonts/spline-sans/SplineSans-Bold.ttf);
}

@font-face {
  font-family: 'Rajdhani-Bold';
  src: url(../fonts/Rajdhani/Rajdhani-Bold.ttf);
}

@font-face {
  font-family: 'Rajdhani-SemiBold';
  src: url(../fonts/Rajdhani/Rajdhani-SemiBold.ttf);
}

html,body {
  width: 100%;
  height: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

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

a {
  color: white;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.btn,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0);
  color: #ffffff;
  background-color: var(--primary-color);
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.btn-a:hover {
  background: #5d1372;
}

/* Written 03/10/2025 */
.logoparent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mk-navbar .navbar-toggler {
  border: none;

}

.mk-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23a218c9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.mknavbtn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* margin: 0px 25px 15px; */
  /* min-width: 150px; */
  border-radius: 15px 0px 15px 5px;
  overflow: hidden;
}

.mknavbtn span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}

.mknavbtn::before {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  transition: 0.3s ease-out;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
}

.mknavbtn a {
  /* color: rgb(28, 31, 30); */
  /* border: 1px solid rgb(28, 31, 30); */
  transition: 0.2s;
}

.mknavbtn a:hover {
  color: rgb(255, 255, 255);
  transition: 0.2s 0.1s;
}

.mknavbtn:hover::before {
  height: 100%;
  position: absolute;
  content: "";
}

:root {
  --primary-color: #A218C9;
}

.btn-a {
  display: flex;
  font-family: 'SplineSans-Medium';
  font-size: 19px;
  border-radius: 15px 0 10px 5px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 25px;
}

.header-cont {
  padding: 16px 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
      transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform; 
  background: #000000;
}
.header-cont.scrolled {
    background: #000000;
    box-shadow: 0 2px 8px #a218c945;
   

}
.mk-navitem .nav-link {
  color: #ffffff;
}

.mk-navcontainer {
  justify-content: flex-end;
}

.mk-navitem {
  gap: 5px;
}

.mk-navitem .nav-item {
  /* padding: 0px 17px; */
  font-size: 19px;
 font-family: 'SplineSans-Medium';;
}

.banner-content-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.banner-content-subtitle {
  font-family: 'SplineSans-Medium';
  font-size: 35px;
  line-height: 16px;

}

.banner-content-title {
  font-size: 120px;
  font-family: 'Rajdhani-Bold';
  text-transform: uppercase;
  line-height: 1;
}

.sub-text-purple {
  color: var(--primary-color);
}

.mokweb-sections {
  padding: 80px 0;
}

.mk-herosection {
  padding: 0;
  padding-top: 170px;
  background-image: url(../images/mk-herobg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.col-left1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-shrink: 0;
}

.content-col {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 20px;
  font-family: 'Spline Sans';
}

.subtitle-abt {
  /* width: 100%; */
  font-size: 60px;
  font-family: 'Rajdhani-Bold';
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.col-bottom1 {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 25px;
  font-family: 'Rajdhani';
}

/* About us css */

.abt-content {
  padding: 0;
  padding-right: 24px;
}

.subhead-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-subhead {
  margin: 0;
  font-size: 18px;
  font-family: 'SplineSans-Medium';
  color: #a4a4a4;
  text-transform: uppercase;
}

.about-para {
  font-size: 16px;
  margin: 0;
  line-height: 2;
  font-family: 'SplineSans-Regular';
}

.abtcol-bottom1 {
  width: 100%;
}

.abtcont-cardgroup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 48px;
}

.abt-card {
  width: calc(50% - 24px);
  height: 140px;
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  /* flex-grow: 1; */
  padding: 25px 15px;
  border: 1px solid var(--primary-color);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 15px;
  align-items: flex-start;
  justify-content: space-between;
}

.card-streamline {
  height: 45px;
}

.abt-card .card-subtitle {
  font-family: 'Rajdhani-Bold';
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
}

.abt-imgsection {
  width: 100%;
  box-shadow: 0 4px 24px var(--primary-color);
}

.abtcol-right {
  padding-top: 45px;
}

.sec-heading {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

/* Program section */

.sectab {
  max-width: 1320px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}

.sectab .nav-pills .nav-link {
  padding: 15px 25px;
  background-color: #450756;
  border-radius: 15px 0 10px 5px;
  font-size: 23px;
  line-height: 1;
  font-family: 'SplineSans-semibold';
  color: white;
}

.sectab .nav-pills .nav-item {
  flex: initial;
}

.sectab .nav-pills {
  justify-content: center;
  gap: 40px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  margin: 30px 0;
}

.program-cont {
  /* position: relative; */
  cursor: pointer;
}

.program-name {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-family: 'Rajdhani-Bold';
  line-height: 1.5;
  z-index: 1;
  color: white;
}

.prg-overlaycoont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44.82%, var(--primary-color) 100%);
  display: none;
  align-items: end;
}

.program-img {
  width: 100%;
  filter: grayscale(1);
}

.sectab .nav-pills .nav-link.active {
  background-color: var(--primary-color);
}

.ovrcont-grp {
  width: 100%;
  display: flex;
  border-top: 1px solid #000000;
}

.days-count {
  background: #000000;
  font-size: 18px;
  line-height: 1;
  font-family: 'SplineSans-semibold';
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prg-icontxt-grp {
  display: flex;
  align-items: center;
  gap: 4px;
}

.prg-innertxt {
  line-height: 1;
  font-size: 20px;
  font-family: 'SplineSans-Medium';
}

.prgcontent-grp {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
  flex-grow: 1;
  border-right: 1px solid #000000;
  color: white;
}

.days-count span {
  font-size: 12px;
}

.program-cont:hover .prg-overlaycoont {
  display: flex;
  transition: 1s;
}

.program-cont:hover .program-img {
  filter: grayscale(0)
}

.mok-prgsection {
  background-image: url(../images/program-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Special program */
.spl-prg:focus, .spl-prg:hover{
  color: #ffffff;
}
.spl-prg {
  background-image: url(../images/spl-prg-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  padding: 60px;
  padding-bottom: 0;
  box-shadow: 0 0 24px 0 var(--primary-color);
}

.splprg-image img {
  margin-top: -145px;
}

.splprg-content {
  padding: 0;
}

.splprg-content .ovrcont-grp {
  border: none;
  gap: 18px;
}

.splprg-content .prgcontent-grp {
  padding: 0;
  flex-grow: initial;
}

.prg-mode {
  background: #545353;
  padding: 5px 15px;
  border-radius: 30px;
}

.prg-mode .prg-innertxt {
  font-size: 14px;
}

.instaid-container {
  position: absolute;
  background-image: url(../images/reel-shape.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 18px;
}
.plybtn {
    position: absolute;
    top: calc(50% - 30px);
    width: 30px;
    height: 30px;
    left: calc(50% - 30px);
}

.plybtn img {
    width: 100%;
}
.mok-reelssection .sec-heading {
  margin-bottom: 50px;
}

.reels-slider-container {
  z-index: 0;
  padding-left: 50px;
}

/* .reel-caurosel {
  height: 350px;
} */

a.instaid {
  display: flex;
  transform: rotate(-90deg);
  gap: 10px;
}

a.instaid span {
  font-size: 16px;
  font-family: 'SplineSans-SemiBold';
  color: white;
}

.reels-videobox {
  width: 100%;
  height: 100%;
  /* transform: skewX(-5deg); */
}

.reelsdiv {
  width: 100%;
  height: 288px;
  object-fit: cover;
  object-position: center;
}

.reels-slider-container .program-cont {
  /* width: 350px !important; */
  transform: skewX(-5deg);
}

.reels-namecont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  /* justify-content: center; */
  align-items: end;
  background: rgb(0 0 0 / 37%);
  font-family: 'SplineSans-SemiBold';
  font-size: 20px;
  padding: 25px;
}

.reels-slider-container .program-cont:hover .reels-videobox {
  box-shadow: 0 4px 24px var(--primary-color);
}

.reels-slider-container .program-cont:hover .reels-namecont {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44.82%, var(--primary-color) 100%);

}

.reels-namecont span {
  transform: skewX(5deg);
}

.diet-card {
  padding: 0;
  background: transparent;
  transition: 0.4s;
  cursor: pointer;
}

.diet-card:hover {
  transform: translateY(-10px);
}

.diet-card img {
  border-radius: 25px 0 10px 15px;
}


/* Diet section */

.diet-card .card-body {
  padding: 0;
  margin-top: 20px;
}

.diet-cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
}

.dietname {
  font-family: 'Rajdhani-SemiBold';
  font-size: 23px;
  line-height: 1;
  margin: 0;
  /* width: 100%; */
}

.diet-descrp {
  font-family: 'SplineSans-SemiBold';
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.diet-container {
  margin-bottom: 40px;
}

.dietsecbtn {
  margin: 0;
  width: auto;
  margin-top: -15px;
  max-width: max-content;
}

/* Marquee animation */
.marquee-item {
  font-family: 'Rajdhani-Bold';
  font-size: 65px;
  line-height: 1;
  color: var(--primary-color);
  text-transform: uppercase;
}

.mq2 .marquee-item {
  color: #6822B2;
}

.mq2 {
  margin-top: 30px;
}

.marquee-container {
  width: 100%;
  /* padding: 15px 0; */
  /* background-color: #fff; */
  /* border-bottom: 1px solid #eee; */
  margin-bottom: 10px;
}

/* Swiper overrides for marquee effect */
.marquee-container .swiper {
  width: 100%;
  height: auto;
  /* Allow height to adjust to content */
  overflow: hidden;
  /* Important for the marquee effect */
}

.marquee-container .swiper-wrapper {
  transition-timing-function: linear !important;
  /* Ensure constant speed */
  display: flex;
  align-items: center;
  /* Vertically center items */
}

.marquee-container .swiper-slide {
  width: auto !important;
  margin-right: 15px;
  flex-shrink: 0;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.marquee-container .swiper-slide:last-child {
  margin-right: 0;
}

/* Custom spacing for the cloned slides */
.marquee-container .swiper-slide-duplicate {
  margin-right: 15px;
}



/* Marquee animation end */

/* Testimonial */
img.testi-image {}

.subtitle-feedback {
  margin: 0;
  font-family: 'Rajdhani-Bold';
  font-size: 120px;
  line-height: 1;
  letter-spacing: 14px;
  -webkit-text-stroke-width: 4px;
  /* Sets the width of the stroke */
  -webkit-text-stroke-color: #786F6F;
  /* Sets the color of the stroke */
  color: transparent;
}

.testi-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px;
  position: relative;
}

.playbtn {
  /* margin-top: 10px; */
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: start;
  font-size: 16px;
  font-family: 'SplineSans-SemiBold';
  font-weight: 600;
  line-height: normal;
  visibility: hidden;
}

.play-icon {
  width: 69px;
  height: 69px;
  background: #6822b2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 10px solid #45117c;
}

.fdbk-content {
  display: flex;
  flex-direction: column;
  padding-left: 120px;
  gap: 20px;
  padding-right: 90px;
}

.fdbktxt {
  font-family: Splinesans-regular;
  font-size: 16px;
  line-height: 23px;
}

.fdbk-content .line {
  margin: 0;
  width: 20%;
  background-color: #791296;
}

.prsnname {
  font-family: 'Rajdhani-SemiBold';
  font-size: 23px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.prsnarea {
  font-family: 'SplineSans-Regular';
  font-size: 16px;
  line-height: 1;
  margin-top: 8px;
}

.qte-icon {
  position: absolute;
  left: 0;
  bottom: 38%;
}

.statsrow {
  background: #1e003d;
  padding: 50px;
  margin-top: 20px;
}

.stats-container {
  /* flex-wrap: wrap; */
  /* flex-direction: column; */
}

.stats-content {
  display: flex;
  margin: 0;
  gap: 15px;
  align-items: center;
}

.stats-content .sts-count {
  font-size: 60px;
  font-family: 'Rajdhani-Bold';
  margin: 0;
  line-height: 1;
  /* flex-grow: 1; */
}

.vertiline {
  width: 1px;
  height: 40px;
  background: var(--primary-color);
}

.stats-content .text-sec {
  font-size: 19px;
  font-family: 'SplineSans-SemiBold';
  color: #ffffff;
  text-transform: uppercase;
  width: 50%;
}

.cntform-sec {
  padding-top: 36px;
}

.social-icon-grp {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  float: left;
  flex-direction: column;
  margin-top: 30px;
}

.scl-icon {
  display: flex;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(9.449999809265137px);
}


/* Contact form */
.contact-section {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.mkconact-formcontainer {
  width: calc(100% - 105px);
  float: left;
  padding: 30px;
  /* height: 100%; */
  background: red;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(9.5px);
  border-radius: 35px 0 15px 20px;
  margin-left: 30px;
}

.formheading {
  margin-bottom: 15px;
  width: 100%;
  line-height: 1;
  font-family: 'Rajdhani-Bold';
  font-size: 30px;
  text-transform: uppercase;
}

.mkcntform-inpt .form-control {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  font-family: 'SplineSans-Regular';
  background: #ffffff1a;
  color: white;
  border: none;
}
.mkcntform-inpt .form-control.is-invalid {
  margin-bottom: 0;
}
.mkcntform-inpt .invalid-feedback {
  font-size: 14px;
}
.mkconact-formcontainer .mk-alert-success,
.mkconact-formcontainer .mk-alert-danger {
  border-radius: 14px;
  padding: 18px 22px;
  font-family: 'SplineSans-Regular';
  font-size: 16px;
  margin-bottom: 18px;
  border: none;
}
.mkconact-formcontainer .mk-alert-success {
  background: linear-gradient(90deg, #7a1ff1 0%, #9a20f9 100%);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(122, 31, 241, 0.25);
}
.mkconact-formcontainer .mk-alert-danger {
  background: linear-gradient(90deg, #f13a3a 0%, #f55a5a 100%);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(241, 58, 58, 0.2);
}

.customer-alert-error {
  background: linear-gradient(135deg, #ff6b6b 0%, #e63946 100%);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 18px 26px;
  font-family: 'SplineSans-Regular';
  box-shadow: 0 18px 40px rgba(230, 57, 70, 0.35);
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.customer-alert-content {
  display: flex;
  align-items: center;
  gap: 14px;
}
.customer-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.25);
}
.customer-alert-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.15px;
}
.customer-alert-title {
  font-weight: 600;
  font-size: 16px;
}
.customer-alert-list {
  padding-left: 18px;
  margin-bottom: 0;
  font-size: 15px;
}
.customer-alert-close {
  background: rgba(255, 255, 255, 0.22);
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.25);
}
.customer-alert-close:hover {
  background: rgba(255, 255, 255, 0.32);
  transform: translateY(-1px);
}

.nav-profile {
  position: relative;
  margin-left: 24px;
}
.nav-profile-trigger {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #7a1ff1 0%, #5d1372 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nav-profile-trigger:focus,
.nav-profile-trigger:hover {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(93, 19, 114, 0.4);
}
.nav-profile-initials {
  line-height: 1;
}
.nav-profile-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 16px);
  transform: translateX(-50%);
  background: #0b0b0d;
  border-radius: 16px;
  padding: 12px;
  width: 200px;
  display: none;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  z-index: 20;
}
.nav-profile-menu::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}
/* Desktop: Show menu on hover - both buttons visible and clickable */
.nav-profile:hover .nav-profile-menu,
.nav-profile:focus-within .nav-profile-menu {
  display: flex;
}
/* Ensure menu stays visible when hovering over menu items */
.nav-profile-menu:hover {
  display: flex;
}
.nav-profile.open .nav-profile-menu {
  display: flex;
}
.nav-profile-mobile {
  position: fixed;
  left: calc(env(safe-area-inset-left, 0) + 20px);
  bottom: calc(env(safe-area-inset-bottom, 0) + 20px);
  z-index: 1100;
}
.nav-profile-mobile .nav-profile-trigger {
  width: 54px;
  height: 54px;
  box-shadow: 0 18px 40px rgba(93, 19, 114, 0.45);
}
.nav-profile-mobile .nav-profile-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 16px);
  transform: none;
  width: min(240px, calc(100vw - 40px));
  padding: 18px 16px;
  gap: 14px;
  border-radius: 20px;
}
.nav-profile-mobile .nav-profile-menu::before {
  display: block;
  content: '';
  position: absolute;
  left: 16px;
  bottom: -12px;
  width: 32px;
  height: 32px;
  background: #0b0b0d;
  transform: rotate(45deg);
  border-radius: 8px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.nav-profile-mobile .nav-profile-link {
  text-align: left;
  padding: 12px 16px;
}
.nav-profile-mobile .nav-profile-link:hover,
.nav-profile-mobile .nav-profile-link:focus {
  background: rgba(122, 31, 241, 0.25);
  color: #ffffff;
}
.nav-profile-link {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border-radius: 12px;
  background: transparent;
  border: none;
  color: #ffffff;
  text-align: center;
  font-family: 'SplineSans-Medium';
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-profile-link:hover,
.nav-profile-link:focus {
  background: rgba(122, 31, 241, 0.15);
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.nav-profile-form {
  margin: 0;
}
.nav-profile-form-hidden {
  display: none;
}
.nav-profile-logout {
  background: linear-gradient(135deg, #ff6b6b 0%, #e63946 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(230, 57, 70, 0.35);
}
.nav-profile-logout:hover,
.nav-profile-logout:focus {
  background: linear-gradient(135deg, #ff6b6b 0%, #e63946 100%);
  color: #ffffff;
}

.mkcntform-inpt .form-control::placeholder {
  color: #ffffff;
}

.mkconact-form .btn-a {
  padding: 20px 30px;
  margin: 0;
  float: right;
}

.address-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  padding: 20px;
  border: 2px solid #6822b2;
  border-radius: 15px 0 5px 10px;
  height: 100%;
}

.card-left-subtitle {
  width: 100%;
  align-self: center;
  font-size: 25px;
  font-family: 'Rajdhani-Bold';
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.line-c {
  width: 144px;
  height: 0;
  flex-shrink: 0;
  align-self: start;
  border-top: 1px solid var(--primary-color);
}

.card-addresstext {
  margin-top: 2px;
  width: 100%;
  align-self: center;
  font-size: 15px;
  font-weight: 500;
}

.row-j {
  /* margin-top: 6px; */
  /* width: 193px; */
  display: flex;
  align-items: center;
  gap: 10px;
  /* align-self: start; */
  font-size: 16px;
  /* font-weight: 400; */
  font-family: 'SplineSans-Regular';
}

.cardaddres-text {
  font-family: 'SplineSans-Medium';
  font-size: 15px;
  margin: 0;
}

.addressicon-circle {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-color: #333;
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  padding: 8px;
  display: flex;
  border-radius: 50%;
}

.addrow-text {
  margin: 0;
}

.mkcntlocate-address,
.mkcntlocate-map {
  padding-right: 5px;
  margin-bottom: 20px;
  height: 245px;
}

.cnt-mapbox {
  width: 100%;
  height: 100%;
  border-radius: 15px 0 5px 10px;
  overflow: hidden;
}

.cntlocate-sec .content-col {
  margin-bottom: 16PX;
}


/* Footer */

.mk-footer {
  /* opacity: 0.5; */
  background: linear-gradient(180deg, rgb(20 0 26 / 50%) 0%, rgb(104 34 178 / 50%) 175.33%);
  /* padding: 1.5rem; */
}

.footnavlink {
  font-family: 'SplineSans-Medium';
  color: white;
  font-size: 25px;
}

.mk-footer .list-inline-item:not(:last-child) {
  margin-right: 5vw;
}

.mk-footer .list-inline {
  margin-top: 25px;
}

.mk-footer .brand-logo {
  /* height: auto; */
  display: inline-block;
  width: 250px;
}

.mk-footer .brand-logo img {
  width: 100%;
}

.footbottom-txt {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  /* padding-bottom: 1.5rem; */
  font-family: 'SplineSans-Regular';
  font-size: 16px;
  color: white;
  margin-top: 40px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}

.footbottom-links {
  display: flex;
  gap: 50px;
  justify-content: end;
}

.footbottom-txt .footlink {
  color: var(--primary-color);
  margin-left: 5px;
}

.appinfo {
  position: fixed;
  top: 20%;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.appinfotxt {
  transform: rotate(90deg);
  transform-origin: bottom left;
  white-space: nowrap;
  font-size: 1.2em;
  position: absolute;
  left: -10px;
  top: 70%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'SplineSans-Medium';
  font-size: 16px;
}

.appnav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.appinfoimg {
  /* width: 120px; */
  /* Adjust logo width as needed */
  /* height: auto; */
}

.scrolldwnbtn-grp {
  background-image: url(../images/scroll-txt.svg);
  position: absolute;
  bottom: 70px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10%;
  padding: 12px 18px;
  background-position: bottom;
  z-index: 1;;
}

.scrlldwnbtn {
  width: 65px;
  height: 65px;
  background: #a218c9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* cursor: pointer; */
}

/* Swiper custom css */
.swiper-pagination-bullet-active {
  background: #A218C9 !important;
  opacity: 1 !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet {
  background: #666666;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px !important;
  transition: background 0.3s ease;
  border-radius: 50%;
}

.swiper-pagination-bullet:hover {
  background: #A218C9;
  opacity: 0.8;
}
.cuspagination {
    position: static;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 30px;
    transition: opacity 0.3s ease, height 0.3s ease, margin 0.3s ease;
}

.cuspagination[style*="visibility: hidden"],
.cuspagination[style*="opacity: 0"] {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.mk-navbar .navbar-nav .nav-link {
    padding: 8px 24px;
    /* background: red; */
    border-radius: unset;
}

.mk-navbar .navbar-nav .nav-link.active {
  background: #a218c9;
  color: white;
}



/* Scroll to Top Button */
.scroll-to-topbtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #a218c9;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 1000;
  /* Ensure it's above other content */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
  /* Fade effect */
  opacity: 0;
  /* Initially fully transparent */
  padding: 12px;
}

.scroll-to-topbtn .scroll-arrow {
  transform: rotate(180deg);
  filter: invert(1);
}

.scroll-to-topbtn.show {
  opacity: 1;
  /* Fully visible when 'show' class is added */
}

.sscroll-to-topbtn img.scroll-arrow {
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
 
}


.appinfosmall {
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  padding: 8px;
  display: none;
}



/* Program modal design */

   /* Custom Styles for the Modal */
        .program-modal-content {
            background-color: #1a1a1a; /* Dark background from image */
            color: #fff; /* White text for contrast */
            border-radius: 0.5rem; /* Slightly rounded corners */
        }

        .program-modal-header {
            border-bottom: none; /* No separator line */
            padding-bottom: 0;
            position: absolute;
            top: 10px;
            z-index: 9;
            right: 30px;
        }

        .program-modal-body {
            padding-top: 0;
            padding-bottom: 0;
        }

        .program-modal-footer {
            border-top: none; /* No separator line */
            padding-top: 0;
            flex-wrap: nowrap;
            gap: 20px;
        }

        .btn-close-white {
            filter: invert(1) grayscale(100%) brightness(200%); /* Makes the close button white */
        }

        .program-badge,
        .program-time-slot.active,
        .program-day-btn.active,
        .program-enroll-btn {
            background-color: var(--primary-color); /* Purple color from image */
            /* border-color: #5a148a; */
            color: #fff;
            font-weight: unset;
            font-family: 'SplineSans-Medium';
            border: none;
        }

        .program-time-slot,
        .program-day-btn {
            background-color: transparent; /* Transparent for inactive slots/days */
            border: 1px solid #444; /* Darker border for inactive */
            color: #fff;
        }

        .program-day-btn {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0; /* Remove default padding for circle */
            font-family: 'SplineSans-Medium';
            font-size: 16px;
        }

        .program-day-btn.active {
             background-color: #f44336;  /* Red for weekend (Saturday in the image) */
            /* border-color: #f44336; */
        }

        .program-info-card {
            background-color: #2e2e2e; /* Darker grey for info cards */
            border-radius: 0.5rem;
            padding: 1rem;
        }

        .program-disclaimer-alert {
            background-color: #2e2e2e;
            color: #fff;
            border-left: 5px solid #FFC107; /* Yellow left border */
        }
        .program-disclaimer-alert .bi-info-circle-fill {
            color: #FFC107; /* Yellow icon */
        }
        .program-disclaimer-alert .alert-heading {
            color: #FFC107; /* Yellow heading */
        }
        .alert-heading img {
            margin-right: 5px;
            width: 20px;
        }
        .text-secondary-custom {
            color: #bbb !important; /* Slightly lighter grey for secondary text */
        }

        /* Image styling */
        .program-header-image {
            max-height: 350px;
            object-fit: cover;
            width: 100%;
            border-radius: 0.5rem;
        }

         /* Specific styles for the "Days Left" number to be red */
        .days-left-number {
            color: #f44336 !important; /* Red color */
        }

        .program-modal-body::-webkit-scrollbar {

    display: none;
}

.program-modal-body h3 {
    font-family: 'Rajdhani-Bold';
}

.program-modal-body h5 {
    font-family: 'SplineSans-Medium';
}
.program-info-card .text-secondary-custom {
    font-family: 'SplineSans-Medium';
    font-size: 1rem;
}

.daystxt {
    font-size: 1.2rem;
}

.program-day-btn {
    background: #34C759;
}
.program-enroll-btn {
    margin: 0;
    justify-content: center;
}

.program-enroll-btn.secndrybtn {
    background: #555555;
}

/* .testiSwiper {
    width: 100%;
} */
.testiPagination{
  text-align: right;
}


.custom-navswiper {
    color: #ffffff;
    width: 50px;
    height: 50px;
    background: #a218c9;
    border-radius: 50%;
    position: static;
    margin: 0;
}
.custom-navswiper::after {
    font-size: 24px;
    font-weight: bold;
}
.custom-navswiper::after {
    font-size: 18px;
    font-weight: bold;
}

.testiswipe-nav {
    display: flex;
    gap: 20px;
    position: absolute;
    top: 10px;
    right: 0;
}
.modalbdytxt {
    font-size: 16px;
}

/* .testiswipe-nav .custom-navswiper{
  position: static;
}
.swiperbtn-grp .custom-navswiper{

  position: static;
} */

.custom-navswiper svg {
    width: 36px;
    height: 36px;
    fill: currentColor;
    color: white;
}


.swiperbtn-grp {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 15%;
    margin-top: -40px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='%23A218C9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 4l8 8M4 12l8-8'/%3e%3c/svg%3e") !important;
}


.wow {
  visibility: visible !important;
}
.slide2 .sub-text-purple {
    color: #FFAA0F;
}
.slide3 .sub-text-purple {
    color: #5B32E6;
}
.slide4 .sub-text-purple {
    color: #2557F4;
}