@font-face {
  font-family: "Inter";
  src: url("../fonts/inter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/sentient.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Light.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Light.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-LightItalic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-LightItalic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Medium.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Medium.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-MediumItalic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-MediumItalic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Sentient";
  src: url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-BoldItalic.woff2") format("woff2"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-BoldItalic.woff") format("woff"), url("../fonts/Sentient_Complete/Fonts/WEB/fonts/Sentient-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
/* Start of Generic CSS */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: #000;
}

p,
button,
input,
textarea,
select {
  font-family: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wrapper {
  padding: 24px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.flex-item {
  flex: 1 1 auto;
  align-self: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex: 1;
}

.layout {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

h1,
h2,
h3,
h4,
h5,
.heading {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Sentinent";
}

h1 {
  font-size: 36px;
  line-height: 1.5;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

.section-title {
  font-family: "Inter";
  font-size: 18px;
  color: #C0B9B8;
  position: relative;
  padding-left: 20px;
}
.section-title span {
  font-family: "Sentient";
  font-size: inherit;
  font-style: italic;
  color: #fff;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: linear-gradient(256.9deg, #E94205 9.79%, #FF6602 49.98%, #FEA61C 89.05%);
}

.section-mb {
  margin-bottom: 100px;
}

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

.text-center {
  text-align: center;
}

.fontBold {
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

p {
  margin-bottom: 12px;
}

span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #0A0A0A;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #FEA61C;
}

.trans-button {
  font-family: "Inter";
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  gap: 5px;
}
.trans-button img {
  align-self: center;
  align-self: center;
  width: 10px;
  height: auto;
}
.trans-button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
  padding-right: 40px;
}
.trans-button:hover img {
  display: none;
}
.trans-button:hover::after {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 24px;
  background: url("../images/icons/view-arrow-black.svg") no-repeat;
  z-index: 1;
  margin-left: 5px;
  top: 18px;
}

.white-button {
  font-family: "Inter";
  position: relative;
  background-color: #fff;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 55px 14px 24px;
  text-decoration: none;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  display: flex;
  gap: 14px;
  align-items: center;
  transition: transform 0.5s ease;
}
.white-button img {
  align-self: center;
  position: absolute;
  right: 5px;
  height: auto;
  transform: rotate(45deg) scale(1);
}
.white-button:hover img {
  transform: rotate(-23deg) scale(1);
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-20 {
  margin-top: 20px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-20 {
  padding-top: 20px;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-20 {
  padding-bottom: 20px;
}

ul {
  padding-left: 16px;
  margin-bottom: 12px;
}
ul li {
  list-style: disc;
}
ul li a {
  color: #C0B9B8;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
table th,
table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
}
table th {
  background-color: #FEA61C;
  color: #fff;
  font-weight: bold;
}
table tr:nth-child(even) {
  background-color: #f9f9f9;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 12px;
  font-size: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.1);
}

.site-404 {
  text-align: center;
  padding: 100px 20px;
}
.site-404 .error-title {
  font-size: 48px;
  color: #d9534f;
  margin-bottom: 20px;
}
.site-404 .error-message {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}
.site-404 .btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background-color: #FEA61C;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.site-404 .btn-primary:hover {
  background-color: #E94205;
}
.site-404 .search-form-wrapper {
  margin-top: 40px;
}
.site-404 .search-form-wrapper input[type=search] {
  padding: 10px;
  font-size: 16px;
  width: 250px;
  max-width: 100%;
}
.site-404 .search-form-wrapper input[type=submit] {
  padding: 10px 16px;
  background-color: #FEA61C;
  color: #fff;
  border: none;
  cursor: pointer;
}
.site-404 .search-form-wrapper input[type=submit]:hover {
  background-color: #E94205;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
}

.overlay.fullPagePopup {
  background-color: #050505;
  z-index: 9999;
}

.overlay.fullPagePopup::after {
  content: url("../images/home/slide1-object-right.png");
  position: absolute;
  right: -18px;
  top: 43px;
  transform: rotate(-17deg);
}

.overlay.fullPagePopup::before {
  content: url("../images/home/slide2-object-left.png");
  position: absolute;
  left: 55px;
  bottom: -306px;
  transform: rotate(-45deg);
}

.select2-dropdown {
  z-index: 9999 !important;
}

.enroll-now-form .form-group input::-moz-placeholder {
  color: #848484;
  opacity: 1;
}

.enroll-now-form .form-group input::placeholder {
  color: #848484;
  opacity: 1;
}
.enroll-now-form .form-group input::-ms-input-placeholder {
  color: #848484;
}
.enroll-now-form .form-group .select2-container--default {
  width: 100% !important;
}
.enroll-now-form .form-group .select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(66, 66, 66, 0.5);
  padding: 14px 12px;
  height: auto;
}
.enroll-now-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #848484;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 0px;
}
.enroll-now-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
.enroll-now-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../images/icons/down-arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  border: none;
  height: 10px;
  width: 10px;
}
.enroll-now-form .form-group .select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-results > .select2-results__options {
  background: linear-gradient(to top right, rgba(80, 80, 80, 0.6) -2%, rgba(40, 40, 40, 0.9) 16%, #0E0E0E 50%);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

.select2-results__option {
  padding: 10px 22px !important;
  color: #C0B9B8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  font-family: "Inter";
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 1.4;
  text-transform: capitalize;
}

.select2-dropdown {
  border: none !important;
  border-radius: 8px !important;
  background-color: #0E0E0E !important;
  overflow: hidden;
}

.overlay.show {
  transform: scaleY(1);
}

form .fields {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
form .fields input,
form .fields textarea,
form .fields select {
  background: transparent;
  border-bottom: 1px solid rgba(66, 66, 66, 0.5);
  color: #848484;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
form .fields .form-group {
  flex: 1 0 calc(50% - 12px);
}
form .fields .form-group.full-width {
  flex: 1 0 calc(100% - 12px);
}
form .fields .terms-condition {
  display: flex;
  align-items: baseline;
}
form .fields .terms-condition input {
  margin: 0 12px 0 0;
  width: auto;
}
form .fields .terms-condition label {
  color: #848484;
  font-family: "Inter";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
form .fields .iti__country-list {
  background-color: #050505;
}
form .error {
  color: #F11812 !important;
  font-size: 14px;
}
form .tell-us {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form .tell-us .tell-us-field {
  width: 100%;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background: url(../images/home/form-shadow.png) no-repeat;
  background-position: bottom right;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid #999999;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.popup .section-title {
  font-family: "Sentient";
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  padding-left: unset;
}
.popup .section-title::before {
  background: none;
}
.popup .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
  background-image: url("../images/icons/close-icon.png");
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 100px;
  background-position: center;
  padding: 20px 20px;
}
.popup .close-btn:hover {
  color: #FEA61C;
}

.popup.fullPagePopup {
  z-index: 9999;
}

header {
  position: fixed;
  z-index: 9989;
  width: 100%;
}
header .header-wrapper {
  position: relative;
  width: 1062px;
  margin: 20px auto;
  border-radius: 100px;
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrapper .mana-logo {
  position: absolute;
  left: -65px;
  padding: 9px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-wrapper .mana-logo .mana-img {
  width: 25px;
}
header .header-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  background: rgba(42, 42, 42, 0.4);
  width: 1062px;
  height: 62px;
  margin: 20px auto;
  border-radius: 100px;
  z-index: -1;
}
header .header-wrapper .logo img {
  width: 85px;
  height: auto;
}
header .header-wrapper .main-menu {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  gap: 48px;
}
header .header-wrapper .main-menu .menu-item {
  color: #f3f3f3;
  text-decoration: none;
}
header .header-wrapper .main-menu .dropdown-menu {
  display: flex;
  position: relative;
  cursor: pointer;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-wrapper {
  display: flex;
  gap: 6px;
  align-items: center;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-wrapper.active .arrow-up {
  transform: rotate(180deg);
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content {
  display: flex;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  z-index: 1;
  width: 490px;
  color: #f3f3f3;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 1px;
  background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(42, 42, 42, 0.4);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  z-index: -2;
  border-radius: 19px;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item:last-child {
  border-bottom: 0;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-header {
  padding: 20px 22px 20px 32px;
  color: #C0B9B8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content {
  padding: 0 22px 20px 32px;
  display: none;
  position: relative;
  color: #C0B9B8;
  font-size: 0.9rem;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content a {
  color: #C0B9B8;
  font-size: 0.9rem;
  text-decoration: none;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content a:hover {
  color: #C0B9B8;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description {
  margin-bottom: 0;
  margin-right: 40px;
  margin-left: 12px;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description .sub-link {
  display: block;
  padding: 4px 0;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .description .sub-link:hover {
  color: #fff;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .redirection-link {
  position: absolute;
  right: 22px;
  bottom: 20px;
  text-decoration: none;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item.active .dropdown-item-content {
  display: block;
}
header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item.active .dropdown-item-header {
  color: #f3f3f3;
  padding-bottom: 10px;
}
header .header-wrapper .search-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .header-wrapper .search-wrapper .search-menu {
  height: 24px;
  cursor: pointer;
}

body.page-template-home header.animate-slide1 {
  transform: translateY(-100px);
}
body.page-template-home header.animate-slide1.animate-now {
  transform: translateY(-100px);
  animation: headerMove 1.5s ease-out 0s forwards;
}

@keyframes headerMove {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
footer .footer-background {
  background: url("../images/footer-background.png") no-repeat;
  background-position: bottom;
}
footer .footer-wrapper {
  padding-bottom: 36px;
  padding-top: 74px;
  position: relative;
  overflow: hidden;
}
footer .footer-wrapper .footer-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 38px;
  position: relative;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
  display: flex;
  gap: 68px;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links {
  display: flex;
  flex-direction: column;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 18px;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .link-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Sentient";
  padding-bottom: 24px;
  color: #C0B9B8;
  font-style: italic;
}
footer .footer-wrapper .footer-container .left .wrapper-footer .mind-link {
  color: #FF5600;
  font-weight: 500;
  font-style: italic;
}
footer .footer-wrapper .footer-container .right {
  z-index: 26;
  position: relative;
}
footer .footer-wrapper .footer-container .right .social-icons {
  z-index: 4;
  position: relative;
  animation: fadeInRight 1s ease-in-out;
}
footer .footer-wrapper .footer-container .right .social-icons .social-img {
  width: 44px;
  height: auto;
  margin-bottom: 32px;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
footer .footer-wrapper .footer-container .right .top-arrow {
  position: absolute;
  top: -44px;
  right: -34px;
  width: 237px;
  transform: rotate(-2deg);
  z-index: 2;
}
footer .footer-wrapper .site-info {
  position: relative;
}
footer .footer-wrapper .site-info .site-logo {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(192, 185, 184, 0.5);
  padding-bottom: 36px;
}
footer .footer-wrapper .site-info .base-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
footer .footer-wrapper .site-info .base-footer .common-links {
  display: flex;
  align-items: center;
}
footer .footer-wrapper .site-info .base-footer .common-links a {
  font-size: 12px;
  color: #C0B9B8;
  border-right: 2px solid #c0b9b8;
  padding: 0 10px;
  font-weight: 300;
}
footer .footer-wrapper .site-info .base-footer .common-links a:last-of-type {
  border-right: none;
}
footer .footer-wrapper .site-info .base-footer .copy-right {
  font-size: 16px;
}
footer .footer-wrapper .site-info .base-footer .copy-right {
  color: #C0B9B8;
  font-size: 12px;
  font-weight: 300;
}
footer .footer-wrapper .site-info .bottom-arrow {
  position: absolute;
  bottom: 82px;
  right: 37px;
  width: 717px;
  transform: rotate(-1deg);
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}
footer .footer-wrapper .site-info .bottom-arrow.visible {
  opacity: 1;
  transform: translateY(0);
}
footer .footer-wrapper .arrow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
footer .footer-wrapper .arrow-wrapper .arrow-right-middle {
  top: -20%;
  right: -22%;
  transform: rotate(-60deg);
  z-index: 2;
  width: 300px;
  height: 100px;
  background: linear-gradient(135deg, rgb(255, 77, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgb(0, 0, 0) 100%);
  border-top-left-radius: 60px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 0px;
  position: absolute;
}
footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle {
  bottom: 16%;
  left: 25%;
  transform: rotate(-45deg);
  z-index: 1;
  width: 600px;
  height: 100px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 15%, rgb(255, 77, 0) 100%);
  border-top-left-radius: 0px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 60px;
  position: absolute;
}
footer .footer-wrapper .arrow-right-middle.animate {
  animation: moveRightToTarget 1.5s ease-out forwards;
}
footer .footer-wrapper .arrow-bottom-middle.animate {
  animation: moveBottomToTarget 1.5s ease-out forwards;
}
footer .footer-wrapper .fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
footer .footer-wrapper .fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
footer .footer-wrapper .fade-right {
  opacity: 0;
  transform: translateX(60px);
  /* Start shifted to the right */
  transition: opacity 1s ease-out, transform 1s ease-out;
}
footer .footer-wrapper .fade-right.visible {
  opacity: 1;
  transform: translateX(0);
  /* Moves to original position */
}
@keyframes moveRightToTarget {
  from {
    transform: translate(0, 0) rotate(-40deg);
  }
  to {
    transform: translate(-22vw, 42vh) rotate(-40deg);
  }
}
@keyframes moveBottomToTarget {
  from {
    transform: translate(0, 0) rotate(-38deg);
  }
  to {
    transform: translate(27vw, -30vh) rotate(-38deg);
  }
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 9999;
}
.loader .loader-img-block {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
}
.loader .loader-img-block img {
  margin: auto;
}

.search-filter {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  padding: 30px 32px;
  width: 46%;
  overflow: hidden;
  top: 57%;
}
.search-filter .search-bar {
  background: transparent;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 40px;
  position: relative;
}
.search-filter .search-bar input {
  background-color: transparent;
  font-size: 14px;
  color: #C0B9B8;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 10px 16px;
}
.search-filter .search-bar img {
  width: 24px;
  height: auto;
  margin-right: 28px;
}
.search-filter .search-container .search-title {
  padding-top: 30px;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  color: #C0B9B8;
  font-family: "Sentient";
}
.search-filter .search-container .search-wrapper {
  max-height: 40vh;
  overflow-y: auto;
}
.search-filter .search-container .search-wrapper .course-result {
  padding: 40px 20px;
  font-size: 16px;
  font-family: "Sentient";
  font-style: italic;
}
.search-filter .search-container .search-wrapper .header-search-slider {
  overflow: visible;
  padding-bottom: 46px;
}
.search-filter .search-container .search-wrapper .header-search-slider .slick-list {
  overflow: visible;
}
.search-filter .search-container .search-wrapper .header-search-slider .slick-next {
  right: 30px;
  top: unset;
  bottom: 0;
}
.search-filter .search-container .search-wrapper .header-search-slider .slick-prev {
  left: unset;
  right: 14%;
  top: unset;
  bottom: 0;
}
.search-filter .search-container .search-wrapper .header-search-slider .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.search-filter .search-container .search-wrapper .header-search-slider .slick-prev:before {
  background: url("../images/icons/prev-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 36px;
  height: 37px;
}
.search-filter .search-container .search-wrapper .header-search-slider .slick-next:before {
  background: url("../images/icons/next-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 34px;
  height: 36px;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card {
  border-radius: 14px;
  margin-right: 32px;
  background: rgb(14, 14, 14);
  margin-bottom: 0;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card .course-img img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-height: 160px;
  border-radius: 14px 14px 0 0;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details {
  margin: 16px 0 16px 20px;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .course-title {
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 0px;
  font-family: "Sentient";
  font-style: italic;
  color: #ccc;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .course-title:hover {
  color: #fff;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data {
  display: flex;
  gap: 6px;
  padding-bottom: 4px;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data img {
  width: 17px;
  height: auto;
}
.search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data .user-text {
  font-size: 12px;
  line-height: 1.4;
  color: #C0B9B8;
  font-weight: 400;
  margin-bottom: 0;
}

button:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slick-pagination-short {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #ffffff;
  height: 100px;
}
.slick-pagination-short::before {
  content: "";
  position: absolute;
  bottom: -6px;
  height: 2px;
  width: 200px;
  border-radius: 2px;
  top: 78px;
}
.slick-pagination-short .number {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  margin: 0 42px;
  font-size: 16px;
}
.slick-pagination-short .current {
  opacity: 1;
}
.slick-pagination-short .current::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -28px;
  right: 0;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  width: 80px;
  top: 40px;
}
.slick-pagination-short .divider {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.4;
}

.pageTopSpace {
  padding-top: 170px;
}

header.entry-header {
  position: relative;
}

.page-template-default,
body.privacy-policy,
body.terms-condition,
body.legal {
  position: relative;
  background: #050505 url("../images/default-page-bg.webp") no-repeat;
  background-position: right top;
}
.page-template-default h1,
body.privacy-policy h1,
body.terms-condition h1,
body.legal h1 {
  font-style: italic;
  font-weight: 400;
  font-family: "Sentient";
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
.page-template-default h2,
body.privacy-policy h2,
body.terms-condition h2,
body.legal h2 {
  font-size: 24px;
  color: #fff;
}
.page-template-default p,
.page-template-default .entry-content,
body.privacy-policy p,
body.privacy-policy .entry-content,
body.terms-condition p,
body.terms-condition .entry-content,
body.legal p,
body.legal .entry-content {
  font-size: 18px;
  font-weight: 400;
  color: #C0B9B8;
}
.page-template-default .wp-block-separator,
body.privacy-policy .wp-block-separator,
body.terms-condition .wp-block-separator,
body.legal .wp-block-separator {
  margin: 60px 0;
  border: 0.8px solid rgba(255, 255, 255, 0.12);
}

body.privacy-policy::before,
body.terms-condition::before,
body.legal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: top;
  background-size: 100% !important;
}
body.privacy-policy::after,
body.terms-condition::after,
body.legal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-position: top;
  background-size: 100% !important;
}

body.terms-condition::before {
  background: url("../images/terms-left-element.png") no-repeat;
  width: 26%;
  height: 40%;
}
body.terms-condition::after {
  background: url("../images/terms-right-element.png") no-repeat;
  width: 46%;
  height: 25%;
}

body.privacy-policy::before {
  background: url("../images/privacy-left-element.png") no-repeat;
  width: 26%;
  height: 40%;
}
body.privacy-policy::after {
  background: url("../images/privacy-right-element.png") no-repeat;
  width: 42%;
  height: 25%;
}

body.legal::before {
  background: url("../images/legal-left-element.webp") no-repeat;
  width: 26%;
  height: 40%;
}
body.legal::after {
  background: url("../images/legal-right-element.webp") no-repeat;
  width: 23%;
  height: 25%;
}

.slick-prev:hover:before {
  background: url("../images/icons/prev-arrow.svg") no-repeat;
  background-size: 100%;
}
.slick-prev:before {
  background: url("../images/icons/slick-prev.png") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.slick-next:hover:before {
  background: url("../images/icons/next-arrow-white.svg") no-repeat;
  background-size: 100%;
}
.slick-next:before {
  background: url("../images/icons/next-arrow.svg") no-repeat;
  background-size: 100%;
  display: block;
  content: "" !important;
  width: 45px;
  height: 46px;
}

.custom-checkbox {
  position: relative;
  display: flex;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  color: #ccc;
}

.custom-checkbox a {
  color: #fff;
  text-decoration: underline;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: transparent;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #ccc;
  border-color: #ccc;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path fill='white' d='M5.5 11.5L1.5 7.5L2.9 6.1L5.5 8.7L11.1 3.1L12.5 4.5L5.5 11.5Z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.otp-verification-block p {
  color: #848484;
  font-size: 16px;
}
.otp-verification-block #otpSection {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
  width: fit-content;
}
.otp-verification-block .otp-wrap input[type=number] {
  -moz-appearance: textfield;
}
.otp-verification-block .otp-wrap input[type=number]::-webkit-outer-spin-button,
.otp-verification-block .otp-wrap input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-verification-block .resendOTPBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otp-verification-block .otp-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  margin-bottom: 32px;
}
.otp-verification-block .otp-field input {
  width: 72px;
  height: 80px;
  border-radius: 8px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.otp-verification-block .otp-field.success input {
  border: 1px solid #4CAF50;
  color: #4CAF50;
}
.otp-verification-block .otp-field.error input {
  border: 1px solid #F11812;
  color: #F11812;
}
.otp-verification-block .otp-info-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  margin-bottom: 2rem;
}
.otp-verification-block .otp-info-block p {
  margin-bottom: 0px;
}
.otp-verification-block .otp-info-block .editLink {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
.otp-verification-block #resendOtpBtn {
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
}
.otp-verification-block #resendOtpBtn:hover {
  border: unset;
}

.iti__selected-flag {
  height: unset !important;
  padding: 20px 6px 14px 8px !important;
}

@media (max-width: 992px) {
  .container {
    max-width: unset;
    padding: 0 20px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title::before {
    top: 14px;
  }
  .section-mb {
    margin-bottom: 100px;
  }
  .white-button {
    font-size: clamp(15px, 3.333vw, 16px);
  }
  header {
    position: fixed;
    z-index: 9989;
    width: 100%;
  }
  header .header-mob-wrapper {
    position: relative;
    width: calc(100% - 40px);
    margin: 30px auto;
    border-radius: 60px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(42, 42, 42, 0.4);
  }
  header .header-mob-wrapper .mana-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
  }
  header .header-mob-wrapper .mana-wrapper .mana-logo {
    position: absolute;
    left: -60px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  header .header-mob-wrapper .mana-wrapper .mana-logo img {
    height: 25px;
    width: auto;
  }
  header .header-mob-wrapper .mobile-nav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  header .header-mob-wrapper .mobile-nav .search-menu-mob {
    width: 24px;
    height: 24px;
  }
  header .mobile-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: -200px;
    right: 20px;
    width: calc(100% - 40px);
    height: 100vh;
    overflow-y: auto;
    background: rgba(42, 42, 42, 0.55);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    border-radius: 32px;
    color: #fff;
    z-index: 1000;
    transition: top 0.3s ease;
    padding: 24px;
  }
  header .mobile-menu .menu-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  header .mobile-menu .menu-item-wrapper {
    display: flex;
    flex-direction: column;
  }
  header .mobile-menu .menu-item-wrapper .menu-item {
    padding: 32px 0;
    color: #C0B9B8;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }
  header .mobile-menu .menu-item-wrapper .menu-item:last-child {
    border-bottom: 0;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper .arrow-up {
    height: 7px;
    transform: rotate(180deg);
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper.active .arrow-up {
    transform: rotate(0);
  }
  header .mobile-menu .menu-item-wrapper .menu-item.active {
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu {
    position: relative;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content {
    display: flex;
    flex-direction: column;
    top: 60px;
    z-index: 1;
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-header {
    padding: 24px 0;
    color: #C0B9B8;
    display: flex;
    font-size: 18px;
    color: #f3f3f3;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content {
    padding: 0 0 24px 0;
    position: relative;
    color: #C0B9B8;
    font-size: 0.9rem;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content a {
    color: #C0B9B8;
    text-decoration: none;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content a:hover {
    color: #C0B9B8;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-right: 40px;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description .sub-link {
    display: block;
    padding: 4px 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description .sub-link:hover {
    color: #fff;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .redirection-link {
    position: absolute;
    right: 0;
    bottom: 26px;
    text-decoration: none;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-content {
    display: block;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-header {
    color: #f3f3f3;
  }
  header .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease-in-out;
  }
  header .mobile-menu-overlay::before {
    content: "";
    position: fixed;
    background: url("../images/icons/overlay-mob-top-right.png") no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  header .mobile-menu-overlay::after {
    content: "";
    position: fixed;
    background: url("../images/icons/overlay-mob-left-bot.png") no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  header .mobile-menu.active {
    top: 30px;
    opacity: 1;
    visibility: visible;
    height: 88vh;
  }
  header .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  footer .footer-wrapper {
    padding-bottom: 36px;
    padding-top: 176px;
  }
  footer .footer-wrapper .footer-container {
    padding-bottom: 72px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 84px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links {
    flex-direction: column;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links a {
    font-size: 20px;
    padding-bottom: 32px;
  }
  footer .footer-wrapper .footer-container .right .social-icons {
    padding-bottom: 45px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 40px;
    margin-bottom: 32px;
  }
  footer .footer-wrapper .site-info {
    position: relative;
  }
  footer .footer-wrapper .site-info .site-logo {
    padding-bottom: 45px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    width: 206px;
  }
  footer .footer-wrapper .site-info .site-logo .manipal-logo {
    width: 58px;
  }
  footer .footer-wrapper .site-info .base-footer {
    padding-top: 34px;
    gap: 20px;
    flex-direction: column;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 16px;
    padding: 0 10px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a:first-of-type {
    padding-right: 10px !important;
    padding: 0;
  }
  footer .footer-wrapper .arrow-wrapper {
    top: -74px;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-right-middle {
    top: -14%;
    right: -36%;
    transform: rotate(-60deg);
    width: 200px;
    height: 60px;
    background: linear-gradient(135deg, rgb(255, 77, 0) 10%, rgba(0, 0, 0, 0.8) 103%, rgb(0, 0, 0) 90%);
  }
  footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle {
    bottom: 23%;
    left: 20%;
    transform: rotate(-45deg);
    width: 350px;
    height: 60px;
    border-radius: 50px;
  }
  @keyframes moveRightToTarget {
    from {
      transform: translate(0, 0) rotate(-40deg);
    }
    to {
      transform: translate(-22vw, 32vh) rotate(-40deg);
    }
  }
  @keyframes moveBottomToTarget {
    from {
      transform: translate(0, 0) rotate(-30deg);
      /* Start at original position */
    }
    to {
      transform: translate(22vw, -50vh) rotate(-38deg);
      /* Move right and upward */
    }
  }
  .search-filter {
    width: 90%;
    border: none;
    border-radius: 30px;
    padding: 24px;
    background: rgba(42, 42, 42, 0.55);
    top: 50%;
  }
  .search-filter .mobile-wraper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
  }
  .search-filter .mobile-wraper .popup-text {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Sentient";
  }
  .search-filter .mobile-wraper .popup-text span {
    display: block;
  }
  .search-filter .mobile-wraper .close-btn {
    width: 45px;
    height: 45px;
  }
  .search-filter .search-bar input {
    font-size: 14px;
    padding: 14px 32px;
  }
  .search-filter .search-container .search-title {
    padding-bottom: 20px;
    padding-top: 32px;
  }
  .search-filter .search-container .search-wrapper .course-wrapper {
    height: 450px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider {
    padding-bottom: 68px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-list {
    overflow: hidden;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card {
    margin-right: 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .course-title {
    font-size: 14px;
    font-weight: 500;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data .user-text {
    font-size: 14px;
    font-weight: 400;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data img {
    width: 18px;
    height: auto;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev:before {
    width: 46px;
    height: 45px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next:before {
    width: 46px;
    height: 46px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next {
    bottom: 24px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev {
    bottom: 24px;
    right: 26%;
  }
  .popup {
    background: rgba(42, 42, 42, 0.5490196078);
    border-radius: 32px;
  }
  .popup .section-title {
    font-family: "Sentient";
    font-weight: 400;
    font-style: Italic;
    font-size: 32px;
    line-height: 1.5;
  }
  .popup .close-btn {
    padding: 16px;
    border: 1px solid #848484;
  }
  .popup .terms-condition label {
    font-size: 14px;
  }
  .popup.fullPagePopup {
    width: 90%;
  }
  .overlay.fullPagePopup {
    background: #050505 url("../images/mobile-form-bg.png");
  }
  .overlay.fullPagePopup::before {
    content: "";
  }
  .overlay.fullPagePopup::after {
    content: "";
  }
  .mobileBottomWidget {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 12px;
  }
  .mobileBottomWidget .mobileEnrollBtn {
    cursor: pointer;
    z-index: 99;
    background: #FFF;
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    padding: 14px;
    color: #0A0A0A;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    line-height: 1;
    border-radius: 100px;
  }
  form .fields .terms-condition label {
    font-family: "Inter";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
  }
  .slick-pagination-short {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: unset;
    font-family: "Inter";
    font-size: 12px;
    color: #ffffff;
    height: 100px;
  }
  .slick-pagination-short::before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 200px;
    border-radius: 2px;
    top: 78px;
  }
  .slick-pagination-short .number {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 42px;
    font-size: 16px;
  }
  .slick-pagination-short .current {
    opacity: 1;
  }
  .slick-pagination-short .current::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -28px;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    width: 80px;
    top: 40px;
  }
  .slick-pagination-short .divider {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.4;
  }
  .pageTopSpace {
    padding-top: 120px;
  }
  .page-template-default,
  body.privacy-policy,
  body.terms-condition,
  body.legal {
    position: relative;
    padding-right: 30px;
  }
  .page-template-default h1,
  body.privacy-policy h1,
  body.terms-condition h1,
  body.legal h1 {
    font-size: 32px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .page-template-default h2,
  body.privacy-policy h2,
  body.terms-condition h2,
  body.legal h2 {
    font-size: 24px;
  }
  .page-template-default p,
  .page-template-default .entry-content,
  body.privacy-policy p,
  body.privacy-policy .entry-content,
  body.terms-condition p,
  body.terms-condition .entry-content,
  body.legal p,
  body.legal .entry-content {
    font-size: 20px;
  }
  .page-template-default .wp-block-separator,
  body.privacy-policy .wp-block-separator,
  body.terms-condition .wp-block-separator,
  body.legal .wp-block-separator {
    margin: 60px 0;
  }
  body.terms-condition::before {
    background: url("../images/terms-left-element.png") no-repeat;
    width: 78%;
    height: 40%;
  }
  body.terms-condition::after {
    background: url("../images/terms-right-element-mob.png") no-repeat;
    width: 90%;
    height: 25%;
  }
  body.privacy-policy::before {
    background: url("../images/privacy-left-element-mob.png") no-repeat;
    width: 53%;
    height: 40%;
  }
  body.privacy-policy::after {
    background: url("../images/privacy-right-element-mob.png") no-repeat;
    top: 200px;
    width: 80%;
    height: 25%;
  }
  body.legal::before {
    background: url("../images/legal-left-element-mob.webp") no-repeat;
    width: 58%;
    height: 40%;
  }
  body.legal::after {
    background: url("../images/legal-right-element-mob.webp") no-repeat;
    width: 80%;
    height: 25%;
  }
  .otp-verification-block p {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .otp-verification-block .otp-info-block {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .search-filter .search-container .search-wrapper {
    max-height: 80vh;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description {
    font-size: 14px !important;
  }
  form .fields input,
  form .fields textarea,
  form .fields select {
    font-size: 16px !important;
  }
  form .fields {
    gap: 12px;
  }
  input,
  textarea,
  select {
    padding: 12px;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
  .select2-results__option--selectable,
  .enroll-now-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px !important;
  }
  .programs-drives-business .programs-wrapper .programs-drive-section .tab-content .tab-panel.active .section-tab .programs-details .desc,
  .program-highlights .container .highlights-grid .highlight-card p,
  .what-drives-us .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item p,
  .unext-in-the-news .read-article,
  .unext-in-the-news .news-wrapper .second-block .news-text,
  .empowering-section .empowering-futures .right .empowering-text,
  .unext-in-the-news .news-wrapper .first-block span,
  .programs-drives-business .programs-wrapper .programs-drive-section .tab-content .tab-panel.active .section-tab .programs-card .card-items.active .description .desc,
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .description p {
    font-size: 16px !important;
  }
  .unlock-capabilities-section .unlock-tabs .uc-tab-buttons .uc-tab-wrapper .uc-tab-content .tab-content-row p {
    font-size: 18px !important;
  }
  .program-highlights .container .highlights-grid .highlight-card h3,
  .leading-corporates-section .leading-wrapper .leading-corporates .right .tab-section .tab-buttons .tab-btn,
  header .mobile-menu .menu-item-wrapper .menu-item {
    font-size: 20px !important;
  }
  .unlock-capabilities-section .unlock-tabs .uc-tab-buttons .uc-tab-wrapper .uc-tab-content .tab-content-row {
    flex-direction: column;
    align-items: baseline !important;
  }
  .programs-drives-business .programs-wrapper .programs-drive-section .tab-content .tab-panel.active .section-tab .programs-card .card-items.active {
    height: 150px !important;
  }
  .programs-drives-business .programs-wrapper .programs-drive-section .tab-section {
    margin-top: 0px !important;
  }
  .unlock-capabilities-section .unlock-tabs .uc-tab-buttons .uc-tab-wrapper .uc-tab-btn {
    font-size: 18px !important;
  }
  .empowering-section .empowering-futures {
    gap: 0px !important;
  }
  .container {
    max-width: unset;
    padding: 0 20px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .section-title {
    font-size: 20px;
  }
  .section-title::before {
    top: 10px;
  }
  .section-mb {
    margin-bottom: 50px;
  }
  .white-button {
    font-size: clamp(15px, 3.333vw, 16px);
  }
  header {
    position: fixed;
    z-index: 9989;
    width: 100%;
  }
  header .header-mob-wrapper {
    position: relative;
    width: calc(100% - 40px);
    margin: 30px auto;
    border-radius: 60px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background: rgba(42, 42, 42, 0.4);
  }
  header .header-mob-wrapper .mana-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
  }
  header .header-mob-wrapper .mana-wrapper .mana-logo {
    position: absolute;
    left: -50px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  header .header-mob-wrapper .mana-wrapper .mana-logo img {
    height: 25px;
    width: auto;
  }
  header .header-mob-wrapper .mobile-nav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  header .header-mob-wrapper .mobile-nav .search-menu-mob {
    width: 24px;
    height: 24px;
  }
  header .header-mob-wrapper .logo img {
    width: 80px;
    height: auto;
  }
  header .mobile-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: -200px;
    right: 20px;
    width: calc(100% - 40px);
    height: 100vh;
    overflow-y: auto;
    background: rgba(42, 42, 42, 0.55);
    -webkit-backdrop-filter: blur(32px);
            backdrop-filter: blur(32px);
    border-radius: 32px;
    color: #fff;
    z-index: 1000;
    transition: top 0.3s ease;
    padding: 24px;
  }
  header .mobile-menu .menu-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  header .mobile-menu .menu-item-wrapper {
    display: flex;
    flex-direction: column;
  }
  header .mobile-menu .menu-item-wrapper .menu-item {
    padding: 20px 0;
    color: #C0B9B8;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
  }
  header .mobile-menu .menu-item-wrapper .menu-item:last-child {
    border-bottom: 0;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper .arrow-up {
    height: 7px;
    transform: rotate(180deg);
  }
  header .mobile-menu .menu-item-wrapper .menu-item .dropdown-wrapper.active .arrow-up {
    transform: rotate(0);
  }
  header .mobile-menu .menu-item-wrapper .menu-item.active {
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu {
    position: relative;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content {
    display: flex;
    flex-direction: column;
    top: 60px;
    z-index: 1;
    color: #f3f3f3;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-header {
    padding: 12px 0;
    color: #C0B9B8;
    display: flex;
    font-size: 16px;
    color: #f3f3f3;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content {
    padding: 0 0 24px 0;
    position: relative;
    color: #C0B9B8;
    font-size: 0.9rem;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content a {
    color: #C0B9B8;
    text-decoration: none;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content a:hover {
    color: #C0B9B8;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-right: 40px;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item .dropdown-item-content .redirection-link {
    position: absolute;
    right: 0;
    bottom: 26px;
    text-decoration: none;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-content {
    display: block;
  }
  header .mobile-menu .mobile-dropdown-menu .mobile-dropdown-content .dropdown-item.active .dropdown-item-header {
    color: #f3f3f3;
  }
  header .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s ease-in-out;
  }
  header .mobile-menu-overlay::before {
    content: "";
    position: fixed;
    background: url("../images/icons/overlay-mob-top-right.png") no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  header .mobile-menu-overlay::after {
    content: "";
    position: fixed;
    background: url("../images/icons/overlay-mob-left-bot.png") no-repeat;
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  header .mobile-menu.active {
    top: 30px;
    opacity: 1;
    visibility: visible;
    height: 88vh;
  }
  header .mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  footer .footer-wrapper {
    padding-bottom: 32px;
    padding-top: 170px;
  }
  footer .footer-wrapper .footer-container {
    padding-bottom: 40px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links {
    flex-direction: column;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links a {
    font-size: 16px;
    padding-bottom: 16px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .link-title {
    font-size: 20px;
  }
  footer .footer-wrapper .footer-container .right .social-icons {
    padding-bottom: 45px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 40px;
    margin-bottom: 32px;
  }
  footer .footer-wrapper .site-info {
    position: relative;
  }
  footer .footer-wrapper .site-info .site-logo {
    padding-bottom: 45px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    height: 40px;
    width: auto;
  }
  footer .footer-wrapper .site-info .site-logo .manipal-logo {
    height: 40px;
    width: auto;
  }
  footer .footer-wrapper .site-info .base-footer {
    padding-top: 34px;
    gap: 20px;
    flex-direction: column;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 16px;
    padding: 0 10px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a:first-of-type {
    padding-right: 10px !important;
    padding: 0;
  }
  footer .footer-wrapper .arrow-wrapper {
    top: -74px;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-right-middle {
    top: 19%;
    right: -14%;
    transform: rotate(-36deg);
    width: 200px;
    height: 60px;
    background: linear-gradient(135deg, rgb(255, 77, 0) 10%, rgba(0, 0, 0, 0.8) 103%, rgb(0, 0, 0) 90%);
  }
  footer .footer-wrapper .arrow-wrapper .arrow-right-middle.animate {
    animation: unset;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle {
    bottom: 72%;
    left: 41%;
    transform: rotate(-37deg);
    width: 350px;
    height: 60px;
    border-radius: 50px;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle.animate {
    animation: unset;
  }
  @keyframes moveRightToTarget {
    from {
      transform: translate(0, 0) rotate(-40deg);
    }
    to {
      transform: translate(-22vw, 32vh) rotate(-40deg);
    }
  }
  @keyframes moveBottomToTarget {
    from {
      transform: translate(0, 0) rotate(-30deg);
      /* Start at original position */
    }
    to {
      transform: translate(22vw, -50vh) rotate(-38deg);
      /* Move right and upward */
    }
  }
  .search-filter {
    width: 90%;
    border: none;
    border-radius: 30px;
    padding: 24px;
    background: rgba(42, 42, 42, 0.55);
    top: 50%;
  }
  .search-filter .mobile-wraper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
  }
  .search-filter .mobile-wraper .popup-text {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: "Sentient";
  }
  .search-filter .mobile-wraper .popup-text span {
    display: block;
  }
  .search-filter .mobile-wraper .close-btn {
    width: 45px;
    height: 45px;
  }
  .search-filter .search-bar input {
    font-size: 14px;
    padding: 14px 32px;
  }
  .search-filter .search-container .search-title {
    padding-bottom: 20px;
    padding-top: 32px;
  }
  .search-filter .search-container .search-wrapper .course-wrapper {
    height: 450px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider {
    padding-bottom: 68px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-list {
    overflow: hidden;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card {
    margin-right: 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .course-title {
    font-size: 14px;
    font-weight: 500;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data .user-text {
    font-size: 14px;
    font-weight: 400;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data img {
    width: 18px;
    height: auto;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev:before {
    width: 46px;
    height: 45px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next:before {
    width: 46px;
    height: 46px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next {
    bottom: 24px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev {
    bottom: 24px;
    right: 26%;
  }
  .popup {
    background: rgba(42, 42, 42, 0.5490196078);
    border-radius: 32px;
  }
  .popup .section-title {
    font-family: "Sentient";
    font-weight: 400;
    font-style: Italic;
    font-size: 24px;
    line-height: 1.5;
    margin-top: unset;
  }
  .popup .close-btn {
    padding: 16px;
    border: 1px solid #848484;
  }
  .popup .terms-condition label {
    font-size: 14px;
  }
  .popup.fullPagePopup {
    width: 90%;
  }
  .overlay.fullPagePopup {
    background: #050505 url("../images/mobile-form-bg.png");
  }
  .overlay.fullPagePopup::before {
    content: "";
  }
  .overlay.fullPagePopup::after {
    content: "";
  }
  .mobileBottomWidget {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 12px;
  }
  .mobileBottomWidget .mobileEnrollBtn {
    cursor: pointer;
    z-index: 99;
    background: #FFF;
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    padding: 14px;
    color: #0A0A0A;
    text-decoration: none;
    font-family: "Inter";
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    line-height: 1;
    border-radius: 100px;
  }
  form .fields .terms-condition label {
    font-family: "Inter";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
  }
  .slick-pagination-short {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: unset;
    font-family: "Inter";
    font-size: 12px;
    color: #ffffff;
    height: 100px;
  }
  .slick-pagination-short::before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 2px;
    width: 200px;
    border-radius: 2px;
    top: 78px;
  }
  .slick-pagination-short .number {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 0 42px;
    font-size: 16px;
  }
  .slick-pagination-short .current {
    opacity: 1;
  }
  .slick-pagination-short .current::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: -28px;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    width: 80px;
    top: 40px;
  }
  .slick-pagination-short .divider {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: 0.4;
  }
  .pageTopSpace {
    padding-top: 120px;
  }
  .page-template-default,
  body.privacy-policy,
  body.terms-condition,
  body.legal {
    position: relative;
    padding-right: 30px;
  }
  .page-template-default h1,
  body.privacy-policy h1,
  body.terms-condition h1,
  body.legal h1 {
    font-size: 32px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .page-template-default h2,
  body.privacy-policy h2,
  body.terms-condition h2,
  body.legal h2 {
    font-size: 24px;
  }
  .page-template-default p,
  .page-template-default .entry-content,
  body.privacy-policy p,
  body.privacy-policy .entry-content,
  body.terms-condition p,
  body.terms-condition .entry-content,
  body.legal p,
  body.legal .entry-content {
    font-size: 16px;
  }
  .page-template-default .wp-block-separator,
  body.privacy-policy .wp-block-separator,
  body.terms-condition .wp-block-separator,
  body.legal .wp-block-separator {
    margin: 30px 0;
  }
  .page-template-default a,
  body.privacy-policy a,
  body.terms-condition a,
  body.legal a {
    color: #C0B9B8;
  }
  body.terms-condition::before {
    background: url("../images/terms-left-element.png") no-repeat;
    width: 78%;
    height: 40%;
  }
  body.terms-condition::after {
    background: url("../images/terms-right-element-mob.png") no-repeat;
    width: 90%;
    height: 25%;
  }
  body.privacy-policy::before {
    background: url("../images/privacy-left-element-mob.png") no-repeat;
    width: 53%;
    height: 40%;
  }
  body.privacy-policy::after {
    background: url("../images/privacy-right-element-mob.png") no-repeat;
    top: 200px;
    width: 80%;
    height: 25%;
  }
  body.legal::before {
    background: url("../images/legal-left-element-mob.webp") no-repeat;
    width: 58%;
    height: 40%;
  }
  body.legal::after {
    background: url("../images/legal-right-element-mob.webp") no-repeat;
    width: 80%;
    height: 25%;
  }
}
.tabs {
  margin-bottom: 40px;
  overflow: hidden;
}
.tabs .tab-buttons {
  display: flex;
}
.tabs .tab-btn {
  flex: 1;
  padding: 10px 10px 10px 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 10px;
}
.tabs .tab-btn:last-child {
  margin-right: 0;
}
.tabs .tab-btn.active {
  color: #fff;
  font-family: "Sentient";
  font-style: italic;
  border-bottom: 2px solid #fff;
}
.tabs .tab-btns {
  flex: 1;
  padding: 10px 10px 10px 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 10px;
}
.tabs .tab-btns:last-child {
  margin-right: 0;
}
.tabs .tab-btns.active {
  color: #fff;
  font-family: "Sentient";
  font-style: italic;
  border-bottom: 2px solid #fff;
}
.tabs .tab-content {
  padding: 20px;
}
.tabs .tab-panel {
  display: none;
}
.tabs .tab-panel.active {
  display: block;
}

@media (max-width: 420px) {
  footer .footer-wrapper .arrow-wrapper .arrow-right-middle {
    top: 21%;
  }
}
@media (max-width: 395px) {
  footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle {
    bottom: 76%;
  }
  header .header-mob-wrapper .logo img {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 375.98px) {
  header .logo img {
    width: 65px;
    height: auto;
  }
  footer .footer-wrapper .footer-container {
    padding-bottom: 40px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links a {
    font-size: 4.167vw;
    padding-bottom: 12px;
  }
  footer .footer-wrapper .footer-container .right .social-icons {
    padding-bottom: 42px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 36px;
    margin-bottom: 28px;
  }
  footer .footer-wrapper .site-info .site-logo {
    padding-bottom: 32px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    height: 30px;
    width: auto;
  }
  footer .footer-wrapper .site-info .site-logo .manipal-logo {
    height: 30px;
    width: auto;
  }
  footer .footer-wrapper .site-info .base-footer {
    padding-top: 28px;
    gap: 26px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 3.333vw;
    padding: 0 8px;
  }
  footer .footer-wrapper .site-info .base-footer .copy-right {
    font-size: 3.333vw;
  }
  footer .footer-wrapper .arrow-wrapper {
    top: -74px;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-right-middle {
    left: 66%;
    top: 21%;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle {
    top: 18%;
  }
  @keyframes moveRightToTarget {
    from {
      transform: translate(0, 0) rotate(-40deg);
    }
    to {
      transform: translate(-22vw, 32vh) rotate(-40deg);
    }
  }
  @keyframes moveBottomToTarget {
    from {
      transform: translate(0, 0) rotate(-30deg);
      /* Start at original position */
    }
    to {
      transform: translate(30vw, -60vh) rotate(-38deg);
      /* Move right and upward */
    }
  }
  .search-filter .mobile-wraper {
    padding-bottom: 20px;
  }
  .search-filter .mobile-wraper .popup-text {
    font-size: 20px;
  }
  .search-filter .search-bar input {
    font-size: 14px;
    padding: 14px 32px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev:before {
    width: 40px;
    height: 39px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next:before {
    width: 40px;
    height: 41px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev {
    right: 34%;
  }
  .page-template-default,
  body.privacy-policy,
  body.terms-condition,
  body.legal {
    padding-right: 10px;
  }
  .otp-verification-block .otp-field input {
    width: 60px;
    height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: unset;
    padding: 0 28px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .container .container {
    max-width: unset;
    padding: 0 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: calc(100% - 5vw);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .trans-button {
    font-size: 13px;
    font-weight: 600;
    padding: 12px 22px;
    gap: 5px;
  }
  .trans-button img {
    align-self: center;
    width: 8px;
    height: auto;
  }
  .trans-button:hover {
    padding-right: 35px;
  }
  .trans-button:hover img {
    display: none;
  }
  .trans-button:hover::after {
    content: " ";
    width: 10px;
    height: 10px;
    right: 22px;
    margin-left: 5px;
    top: 14px;
  }
  .white-button {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.2px;
    padding: 12px 47px 12px 14px;
    gap: 2px;
  }
  .white-button img {
    right: 2px;
    transform: rotate(45deg) scale(0.86);
  }
  .white-button:hover img {
    transform: rotate(-23deg) scale(0.86);
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .container {
    max-width: 1150px;
  }
  .section-mb {
    margin-bottom: 80px;
  }
  .section-title {
    font-size: 16px;
  }
  .popup .section-title {
    font-size: 24px;
  }
  form .fields {
    gap: 18px;
  }
  form .fields input,
  form .fields textarea,
  form .fields select {
    font-size: 16px;
  }
  .white-button {
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.2px;
    padding: 12px 45px 12px 12px;
    gap: 2px;
  }
  footer .footer-wrapper {
    padding-bottom: 30px;
    padding-top: 86px;
  }
  footer .footer-wrapper .footer-container {
    padding-bottom: 32px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links {
    gap: 60px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links a {
    font-size: 12px;
    padding-bottom: 14px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 40px;
    margin-bottom: 32px;
  }
  footer .footer-wrapper .site-info .site-logo {
    padding-bottom: 32px;
  }
  footer .footer-wrapper .site-info .site-logo .unext-logo {
    width: auto;
    height: 40px;
  }
  footer .footer-wrapper .site-info .site-logo .manipal-logo {
    width: auto;
    height: 40px;
  }
  footer .footer-wrapper .site-info .base-footer {
    padding-top: 22px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 10px;
    padding: 0 8px;
  }
  footer .footer-wrapper .site-info .base-footer .copy-right {
    font-size: 10px;
  }
  @keyframes moveRightToTarget {
    from {
      transform: translate(0, 0) rotate(-40deg);
    }
    to {
      transform: translate(-20vw, 45vh) rotate(-40deg);
    }
  }
  @keyframes moveBottomToTarget {
    from {
      transform: translate(0, 0) rotate(-38deg);
    }
    to {
      transform: translate(24vw, -25vh) rotate(-38deg);
    }
  }
  header .header-wrapper {
    width: 875px;
  }
  header .header-wrapper .mana-logo {
    width: 50px;
    height: 50px;
  }
  header .header-wrapper .mana-logo .mana-img {
    width: 20px;
  }
  header .header-wrapper::after {
    width: 875px;
    height: 56px;
  }
  header .header-wrapper .logo {
    padding: 0 14px;
  }
  header .header-wrapper .logo img {
    width: 60px;
    height: auto;
  }
  header .header-wrapper .main-menu {
    gap: 34px;
    font-size: 12px;
  }
  header .header-wrapper .logo.bfsi img {
    width: 80px;
  }
  header .header-wrapper .logo img {
    width: 60px;
  }
  header .header-wrapper .search-wrapper .search-menu {
    height: 18px;
    width: auto;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content {
    width: 430px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-header {
    padding: 18px 20px 18px 22px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content {
    padding: 0 22px 20px 22px;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content a {
    font-size: 0.8rem;
  }
  header .header-wrapper .main-menu .dropdown-menu .dropdown-content .dropdown-item .dropdown-item-content .redirection-link {
    max-width: 30px;
    height: auto;
  }
  .search-filter {
    padding: 20px 24px;
    top: 56%;
  }
  .search-filter .search-bar input {
    font-size: 14px;
    padding: 10px 16px;
  }
  .search-filter .search-bar img {
    width: 20px;
    margin-right: 28px;
  }
  .search-filter .search-container .search-title {
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 14px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider {
    padding-bottom: 42px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next {
    right: 30px;
    top: unset;
    bottom: 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev {
    left: unset;
    right: 14%;
    top: unset;
    bottom: 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev:before {
    width: 35px;
    height: 36px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next:before {
    width: 33px;
    height: 36px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card {
    border-radius: 14px;
    margin-right: 32px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-img img {
    height: 150px;
    max-height: 150px;
    border-radius: 14px 14px 0 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details {
    margin: 14px 0 14px 20px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .course-title {
    font-size: 14px;
    padding-bottom: 12px;
    min-height: 46px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data {
    gap: 4px;
    padding-bottom: 4px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data img {
    width: 14px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data .user-text {
    font-size: 10px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .container {
    max-width: 1310px;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle {
    width: 550px;
    bottom: 18%;
  }
  @keyframes moveBottomToTarget {
    from {
      transform: translate(0, 0) rotate(-38deg);
    }
    to {
      transform: translate(36vw, -36vh) rotate(-38deg);
    }
  }
  @keyframes moveBottomToTarget {
    from {
      transform: translate(0, 0) rotate(-38deg);
    }
    to {
      transform: translate(33vw, -38vh) rotate(-38deg);
    }
  }
  header .header-wrapper {
    padding: 14px 20px;
  }
  .search-filter {
    top: 48%;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .container {
    max-width: 1550px;
  }
  .section-title {
    font-size: 20px;
  }
  .section-title::before {
    top: 10px;
  }
  header .header-wrapper {
    padding: 14px 26px;
    width: 1214px;
  }
  header .header-wrapper::after {
    width: 1214px;
    height: 76px;
  }
  header .header-wrapper .main-menu {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1790px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 20px;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title::before {
    top: 14px;
  }
  .section-mb {
    margin-bottom: 180px;
  }
  footer .footer-wrapper {
    padding-bottom: 40px;
    padding-top: 100px;
  }
  footer .footer-wrapper .footer-container .left .wrapper-footer .footer-links .links a {
    font-size: 20px;
    padding-bottom: 24px;
  }
  footer .footer-wrapper .footer-container .right .social-icons .social-img {
    width: 50px;
    margin-bottom: 32px;
  }
  footer .footer-wrapper .site-info .base-footer .common-links a {
    font-size: 16px;
  }
  footer .footer-wrapper .site-info .base-footer .copy-right {
    color: #C0B9B8;
    font-size: 16px;
    font-weight: 300;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-right-middle {
    top: -20%;
    right: -22%;
    transform: rotate(-60deg);
    z-index: 2;
    width: 400px;
    height: 120px;
  }
  footer .footer-wrapper .arrow-wrapper .arrow-bottom-middle {
    bottom: 20%;
    left: 25%;
    transform: rotate(-45deg);
    width: 700px;
    height: 120px;
  }
  @keyframes moveRightToTarget {
    from {
      transform: translate(0, 0) rotate(-40deg);
    }
    to {
      transform: translate(-20vw, 34vh) rotate(-40deg);
    }
  }
  @keyframes moveBottomToTarget {
    from {
      transform: translate(0, 0) rotate(-38deg);
    }
    to {
      transform: translate(35vw, -40vh) rotate(-38deg);
    }
  }
  header .header-wrapper {
    padding: 14px 26px;
    width: 1214px;
  }
  header .header-wrapper .mana-logo {
    position: absolute;
    left: -82px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-wrapper .mana-logo .mana-img {
    height: 30px;
    width: auto;
  }
  header .header-wrapper::after {
    width: 1214px;
    height: 76px;
  }
  header .header-wrapper .logo img {
    width: 100px;
  }
  header .header-wrapper .main-menu {
    font-size: 16px;
  }
  header .header-wrapper .search-wrapper {
    gap: 32px;
  }
  .search-filter {
    padding: 40px 32px;
    top: 48%;
  }
  .search-filter .search-bar input {
    font-size: 18px;
    padding: 14px 20px;
  }
  .search-filter .search-bar img {
    width: 24px;
    margin-right: 28px;
  }
  .search-filter .search-container .search-title {
    padding-top: 56px;
    padding-bottom: 24px;
    font-size: 16px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider {
    padding-bottom: 82px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next {
    right: 30px;
    top: unset;
    bottom: 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev {
    left: unset;
    right: 14%;
    top: unset;
    bottom: 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-prev:before {
    width: 45px;
    height: 46px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .slick-next:before {
    width: 44px;
    height: 46px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card {
    border-radius: 14px;
    margin-right: 32px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-img img {
    height: 220px;
    max-height: 192px;
    border-radius: 14px 14px 0 0;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details {
    margin: 20px 0 20px 28px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .course-title {
    font-size: 16px;
    padding-bottom: 12px;
    min-height: 56px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data {
    gap: 8px;
    padding-bottom: 8px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data img {
    width: 17px;
  }
  .search-filter .search-container .search-wrapper .header-search-slider .course-card .course-details .user-data .user-text {
    font-size: 12px;
  }
  .pageTopSpace {
    padding-top: 250px;
  }
  body.privacy-policy h1,
  body.terms-condition h1,
  body.legal h1 {
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
  body.privacy-policy h2,
  body.terms-condition h2,
  body.legal h2 {
    font-size: 28px;
  }
  body.privacy-policy p,
  body.privacy-policy .entry-content,
  body.terms-condition p,
  body.terms-condition .entry-content,
  body.legal p,
  body.legal .entry-content {
    font-size: 24px;
  }
}/*# sourceMappingURL=styles.css.map */