@charset "UTF-8";
@font-face {
  font-family: "Aktiv Grotesk";
  src: url("../fonts/Aktiv Grotesk Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk Bold";
  src: url("../fonts/Aktiv Grotesk Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aktiv Grotesk SemiBold";
  src: url("../fonts/Aktiv Grotesk SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root,
[data-bs-theme=light] {
  --bs-border-radius: 0.25rem;
}

* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
}

html,
body {
  font-family: "Aktiv Grotesk";
  line-height: 1.6;
  font-size: 16px;
  color: #404040;
  background: #F5F3E7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hidden {
  display: none;
}

p {
  margin-bottom: 0px;
}

a {
  color: #FE741F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.container {
  max-width: unset;
  margin: 0 auto;
  padding: 0 6%;
}

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

.col {
  flex: 1;
  padding: 0 15px;
}

.section-title {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  font-family: "Aktiv Grotesk";
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-bottom: 0px;
}

.toast.alert-success {
  --bs-toast-bg: var(--bs-success-bg-subtle);
  --bs-toast-border-color: var(--bs-success-border-subtle);
  color: var(--bs-alert-color);
}
.toast.alert-danger {
  --bs-toast-bg: var(--bs-danger-bg-subtle);
  --bs-toast-border-color: var(--bs-danger-border-subtle);
  color: var(--bs-alert-color);
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input:disabled,
textarea:disabled,
select:disabled,
button:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  padding: 8px;
}

select {
  cursor: pointer;
}

.form-check-input {
  cursor: pointer;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #ffe7f1;
  border-color: #FE741F;
}
.form-check-input:checked {
  background-color: #FE741F;
  border-color: #FE741F;
}

.form-control,
.form-select {
  padding: 10px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem #ffe7f1;
  border-color: #FE741F;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #FE741F;
  border-color: #FE741F;
}

.signBtn {
  background: linear-gradient(270deg, #FE741F 0, #FE3C00 100%) no-repeat padding-box;
  color: #fff;
  padding: 8px 16px !important;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.signBtn:hover {
  background-color: #FE3C00;
}

.form-item {
  margin-bottom: 1rem;
}

.smallText {
  font-size: 14px;
}

.dependent-field {
  display: none;
}

.form-sub-section {
  border: 1px solid #FE741F;
}
.form-sub-section .sub-heading {
  background: #FE741F;
  padding: 12px;
  color: #fff;
  font-size: 18px;
}

fieldset {
  border: 1px solid #FE741F;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}

legend {
  font-size: 18px;
  color: #FE741F;
  font-weight: bold;
  width: auto;
  padding: 0 0.5rem;
  margin-top: -1.9rem;
  background: #F5F3E7;
}

#tabs {
  width: 100%;
  padding-right: 0px;
}
#tabs li {
  width: 50%;
}
#tabs li .nav-link {
  background: #ffe7f1;
  border: 1px solid #ffe7f1;
  font-weight: bold;
  color: #404040;
}
#tabs li .nav-link.active {
  background: #FE741F;
  border: 1px solid #FE741F;
  color: #fff;
}
#tabs li .nav-link.active:focus {
  border: 1px solid #FE741F;
}
#tabs li button {
  width: 100%;
}

ul.wp-block-list {
  padding-left: 24px;
}

.iti {
  width: 100%;
}

table th {
  background: #FE741F;
  border-color: #FE741F !important;
}

.td-25 {
  width: 25%;
}

.td-33 {
  width: 33.33%;
}

.td-50 {
  width: 50%;
}

.td-75 {
  width: 75%;
}

.td-100 {
  width: 100%;
}

.label {
  font-weight: bold;
}

#errorMessage ul {
  margin-bottom: 0px;
}

button {
  background: linear-gradient(179.82deg, #FE741F 16.57%, #FE3C00 95.32%) !important;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
}

button:hover {
  background-color: #FE3C00;
  border-color: #FE3C00 !important;
}

nav button.navbar-toggler:hover {
  background: unset;
}

.button,
.btn {
  background: linear-gradient(179.82deg, #FE741F 16.57%, #FE3C00 95.32%) !important;
  border: 1px solid #FE741F;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  box-shadow: none !important;
}

.btn-outline-secondary {
  border: 1px solid #FE741F;
}

.btn-primary {
  background-color: #FE741F;
  border-color: #FE741F;
}

.btn-primary:hover,
.button:hover,
.btn:hover {
  border-color: #FE3C00;
  background-color: #FE3C00;
}

.button:focus,
.btn:focus,
.button:active,
.btn:active {
  background-color: #FE3C00 !important;
  box-shadow: none;
  border-color: #FE3C00 !important;
}

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

strong {
  font-family: "Aktiv Grotesk Bold";
}

.fontBold {
  font-weight: bold;
}

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

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

.p-1 {
  padding: 1rem;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.whiteColor {
  color: #fff !important;
}

.redColor {
  color: #ff0000 !important;
}

.topPadding {
  padding-bottom: 50px;
}

.bottomPadding {
  padding-bottom: 50px;
}

.topMargin {
  margin-top: 50px;
}

.bottomMargin {
  margin-bottom: 50px;
}

.error {
  color: #ff4300;
  font-size: 14px;
  font-style: italic;
}

input.error,
select.error,
textarea.error {
  background-color: #ffece5;
  border: 1px solid #ff4300;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.iti--separate-dial-code {
  height: calc(1.5em + 0.75rem + 2px);
}

.required-asterisk {
  color: red;
  font-weight: bold;
}

.success-icon {
  color: #008000;
}

header {
  position: fixed;
  padding: 12px 0;
  background: transparent !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header.banner-visible {
  background: transparent !important;
  box-shadow: unset;
}
header.banner-hidden {
  background: #F5F3E7 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
header nav {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header nav li.nav-item {
  padding: 0 8px;
}
header nav li.nav-item a.nav-link {
  color: #000 !important;
  font-family: "Aktiv Grotesk SemiBold";
}
header nav li.nav-item a.nav-link.signBtn {
  color: #fff !important;
  background: #0a0a0a;
}
header nav .logo {
  display: flex;
  align-items: center;
}
header nav .navbar-collapse {
  flex-grow: unset;
}
header nav.bottom-menu {
  height: 100%;
  padding: 0;
}
header nav.bottom-menu .navbar-nav {
  flex: 0 0 auto;
  width: 68%;
  height: 100%;
  align-items: center;
}
header nav.bottom-menu li.nav-item {
  margin: 0 auto;
}
header nav.bottom-menu li.nav-item a.nav-link {
  color: #000 !important;
  font-family: "Aktiv Grotesk SemiBold";
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] {
  top: calc(100% + 14px);
  padding: 0;
  border: 0;
  border-radius: 0;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item {
  padding: 10px 16px;
  background: #FE741F;
  color: #fff;
  border-bottom: 1px solid #fff;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item:hover {
  background: #fff;
  color: #FE741F;
  text-decoration: none;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li:last-child .dropdown-item {
  border-bottom: 0;
}
header .design-element {
  margin: -1px auto 0 auto;
  width: 100%;
  height: 70px;
  display: block;
  padding: 0px 0 0px 60px;
  position: relative;
  z-index: 0;
  left: 30%;
  background: #fff;
}
header .design-element::before {
  background: url("../images/menu-part.png") no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 92px;
  height: 70px;
  z-index: -1;
}

header.application {
  background: url("../images/header-bg.jpg") !important;
}

main {
  min-height: calc(80vh - 24px);
  background: #F5F3E7;
}

main.home {
  background: #F5F3E7;
}

main.wrapper {
  padding-top: 80px;
}

.footer {
  background: #060606;
  color: #fff;
  padding: 60px 0;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-left {
  max-width: 400px;
}
.footer .footer-left .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.footer .footer-left .brand .logo {
  width: 150px;
  height: auto;
}
.footer .footer-left .brand h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.footer .footer-left address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #e5e5e5;
}
.footer .footer-left .phone {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #fff;
}
.footer .footer-right {
  text-align: right;
}
.footer .footer-right p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #e5e5e5;
  text-align: left;
}
.footer .footer-right .social-icons {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.footer .footer-right .social-icons a {
  color: #e5e5e5;
  font-size: 20px;
  transition: color 0.3s;
}
.footer .footer-right .social-icons a:hover {
  color: #ff5722;
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .footer .footer-right {
    text-align: center;
  }
  .footer .footer-right .social-icons {
    justify-content: center;
  }
}

.line-strike {
  text-decoration: line-through;
  color: #888;
}

.mind-cast-img {
  width: 100%;
  margin-bottom: 24px;
}

.limitSlider {
  position: relative;
}
.limitSlider .line-item {
  position: relative;
}

.heroBanner {
  max-height: 400px;
  overflow: hidden;
}

.bannerBlock .line-items {
  position: relative;
}

.footer.application {
  padding: 0;
}
.footer.application .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}
.footer.application .details a {
  color: #fff;
}
.footer.application .details .social-icons {
  display: flex;
  gap: 12px;
  margin: 20px 0;
}

header.banner-visible nav li.nav-item a.nav-link {
  color: #fff !important;
  text-shadow: 2px 2px 4px #333;
}

.registerBtn {
  background: #FE3C00 !important;
  border: 1px solid #fff;
}
.registerBtn a {
  padding: 8px 16px !important;
}

.footer-video {
  position: relative;
  background: #FE741F;
  margin-bottom: 20px;
}

.mind-cast .btn {
  background: #FE3C00;
  padding: 10px 32px;
}

.mind-certificate {
  background: #FE3C00;
  padding: 50px;
}
.mind-certificate .details {
  display: flex;
  align-items: center;
  gap: 24px;
}
.mind-certificate .details .left {
  width: 70%;
}
.mind-certificate .details .right {
  width: 30%;
}

.brochure-section {
  background: linear-gradient(to bottom, #ff7b1a, #ff3b00);
  padding: 60px 0;
}
.brochure-section .brochure-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}
.brochure-section .brochure-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.brochure-section .brochure-content .download-link {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.brochure-section .brochure-content .download-link:hover {
  color: #000;
}
.brochure-section .brochure-image img {
  max-width: 150px;
  height: auto;
}

.design-barn-wrapper .content {
  padding-right: 2rem;
  margin-bottom: 20px;
}
.design-barn-wrapper .image-slider img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.prototype-section {
  display: grid;
  grid-template-columns: 50% 50%;
  background: linear-gradient(to bottom, #f7f4ec 50%, #ff5f1f 50%);
  overflow: hidden;
}
.prototype-section .content {
  padding: 4rem 2rem;
  align-self: flex-end;
}
.prototype-section .visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.prototype-section .visual img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .prototype-section {
    grid-template-columns: 1fr;
    background: linear-gradient(to bottom, #f7f4ec 40%, #ff5f1f 60%);
    text-align: center;
  }
  .prototype-section .content {
    padding: 2rem;
  }
  .prototype-section .visual {
    order: -1;
    padding: 1rem;
  }
  .prototype-section .visual img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.mind-aspirers {
  padding: 3rem 2rem;
}
.mind-aspirers h2 {
  margin-bottom: 0px;
}
.mind-aspirers .content {
  margin: 0 auto 20px auto;
  text-align: left;
}
.mind-aspirers .content p .highlight {
  color: #f4511e;
  font-weight: 600;
}
.mind-aspirers .slider-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.mind-aspirers .slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 1rem 0;
}
.mind-aspirers .slider::-webkit-scrollbar {
  display: none;
}
.mind-aspirers .slider .aspirer {
  min-width: 140px;
  text-align: center;
  flex-shrink: 0;
}
.mind-aspirers .slider .aspirer img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(29%) sepia(96%) saturate(4339%) hue-rotate(358deg) brightness(97%) contrast(97%);
}
.mind-aspirers .slider .aspirer p {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.mind-aspirers .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(244, 81, 30, 0.8);
  color: #fff;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  z-index: 10;
}
.mind-aspirers .slider-btn.prev {
  left: 10px;
}
.mind-aspirers .slider-btn.next {
  right: 10px;
}

.mind-tops {
  position: relative;
  text-align: center;
  color: #000;
  padding: 6rem 2rem;
  background: url("../images/tops.jpg") center/cover no-repeat;
}
.mind-tops .tops-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.mind-tops .letter .char {
  display: block;
  font-size: 10rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 1rem;
}
.mind-tops .letter p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 200px;
  margin: 0 auto;
}
.mind-tops .letter p .highlight {
  color: #e53935;
  font-weight: 600;
}
@media (max-width: 992px) {
  .mind-tops .tops-wrapper {
    grid-template-columns: 2fr 2fr;
    gap: 2rem;
  }
  .mind-tops .letter .char {
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .mind-tops .tops-wrapper {
    grid-template-columns: 1fr;
  }
  .mind-tops .letter .char {
    font-size: 5rem;
  }
}

.mind-chiefs-container {
  background: #f5f3ea;
  color: #222;
}
.mind-chiefs-container .header {
  text-align: left;
  margin-bottom: 32px;
}
.mind-chiefs-container .header .title {
  font-weight: bold;
  font-size: 2.2rem;
  display: block;
  margin-bottom: 8px;
}
.mind-chiefs-container .header .subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-top: 4px;
}
.mind-chiefs-container .leaders-row {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 36px;
}
.mind-chiefs-container .leaders-row.center {
  justify-content: flex-start;
  margin-bottom: 0;
}
.mind-chiefs-container .leader-card {
  position: relative;
  width: 315px;
  min-height: 220px;
  display: flex;
  align-items: flex-start;
  background: transparent;
}
.mind-chiefs-container .leader-card .card-accent {
  position: absolute;
  top: 26px;
  left: 0;
  width: 70px;
  height: 110px;
  background: #f45b25;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}
.mind-chiefs-container .leader-card .leader-photo {
  width: 140px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  margin-left: 18px;
  margin-top: 12px;
  box-shadow: 0 4px 20px 0 rgba(40, 40, 55, 0.07);
}
.mind-chiefs-container .leader-card .leader-info {
  position: absolute;
  left: 170px;
  top: 32px;
  z-index: 3;
  width: 130px;
}
.mind-chiefs-container .leader-card .leader-info h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 7px 0;
  color: #222;
}
.mind-chiefs-container .leader-card .leader-info p {
  font-size: 0.97rem;
  color: #333;
  line-height: 1.4;
  margin: 0;
}
.mind-chiefs-container .leaders-row.center {
  justify-content: flex-start;
}
.mind-chiefs-container .leaders-row.center .leader-card {
  margin-left: 145px;
}
@media (max-width: 900px) {
  .mind-chiefs-container .leaders-row {
    flex-direction: column;
    gap: 24px;
  }
  .mind-chiefs-container .leaders-row.center .leader-card {
    margin-left: 0;
  }
  .mind-chiefs-container .leader-card {
    width: 100%;
  }
  .mind-chiefs-container .leader-card .leader-info {
    position: static;
    width: auto;
    margin-left: 168px;
  }
}

.faq-container {
  margin: 0 auto;
}
.faq-container details {
  border: 1px solid #ccc;
  margin-bottom: 8px;
  border-radius: 2px;
  background: #f9f7eb;
}
.faq-container summary {
  cursor: pointer;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.faq-container summary::-webkit-details-marker {
  display: none;
}
.faq-container summary::marker {
  display: none;
}
.faq-container summary::after {
  content: "▾";
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}
.faq-container details[open] summary::after {
  transform: rotate(180deg);
}
.faq-container details p {
  padding: 0 1rem 1rem 1rem;
  font-size: 0.95rem;
  color: #333;
}

.loginFormBlock,
.registerFormBlock {
  border: 1px solid #ccc;
  padding: 24px;
  border-radius: 10px;
}

.download-link {
  cursor: pointer;
}

#downloadForm_popup {
  background: #F5F3E7;
}

#downloadForm .fieldList {
  padding: 24px;
}
#downloadForm input,
#downloadForm select {
  width: 100%;
  margin-bottom: 12px;
}

.sectionPadding {
  margin: 50px 0;
}

img {
  width: 100%;
}

.career-growth .steps {
  display: flex;
}
.career-growth .steps img {
  width: 33.33%;
}

.forgotPasswordLink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.forgotPasswordLink a {
  text-decoration: underline;
}

.floating-widget {
  position: fixed;
  right: 0px;
  bottom: 20%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.floating-widget:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(0px);
}
.floating-widget .callback-icon {
  width: 30px;
}
.floating-widget .btn {
  background: #FE3C00 !important;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: unset;
  border: 1px solid #fff !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
.floating-widget .btn.primary {
  background: #ff3b00;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.floating-widget .btn.primary:hover {
  transform: translateY(-2px);
}
.floating-widget .btn.secondary:hover {
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .floating-widget {
    right: 10px;
    bottom: 10px;
  }
  .floating-widget .btn {
    font-size: 14px;
    padding: 12px 16px;
  }
}

.past-sessions .sessions-grid {
  display: flex;
  gap: 24px;
}
.past-sessions .sessions-grid .session-card {
  position: relative;
  flex: 0 1 calc(50% - 24px);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}

.mind-architects {
  padding-bottom: 30px;
}
.mind-architects .container .architects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.mind-architects .container .architect-card .logo-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  min-height: 80px;
}
.mind-architects .container .architect-card .logo-title .logo {
  width: 150px;
  height: auto;
}
.mind-architects .container .architect-card .logo-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111;
}
.mind-architects .container .architect-card p {
  max-width: 500px;
}
@media (max-width: 992px) {
  .mind-architects .container h2 {
    text-align: center;
  }
  .mind-architects .container .architects-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mind-architects .container .architect-card {
    text-align: center;
  }
  .mind-architects .container .architect-card .logo-title {
    justify-content: center;
  }
}

.mind-voyage .top-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.mind-voyage .left,
.mind-voyage .right {
  flex: 1 0 calc(50% - 60px);
}

.voyage-logo {
  width: auto;
  margin: 0;
}

.bannerBlock {
  position: relative;
  min-height: 80vh;
  overflow: hidden;
}
.bannerBlock .banner-content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 40%;
  color: #fff;
  z-index: 2;
}
.bannerBlock .banner-content h1 {
  font-size: 6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.bannerBlock .banner-content h1 img {
  margin-top: -20px;
}
.bannerBlock .banner-content .subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.bannerBlock .banner-content .subtitle .arrow {
  margin: 0 0.5rem;
  font-weight: bold;
}
.bannerBlock .banner-content .banner-buttons {
  display: flex;
  gap: 1rem;
}
.bannerBlock .banner-content .banner-buttons .btn {
  padding: 12px 24px;
  font-size: 1rem;
  border: 2px solid #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.bannerBlock .banner-content .banner-buttons .btn.primary {
  background: #fff;
  color: #ff3300;
  font-weight: 600;
}
.bannerBlock .banner-content .banner-buttons .btn.primary:hover {
  background: transparent;
  color: #fff;
}
.bannerBlock .banner-content .banner-buttons .btn.secondary {
  background: transparent;
  color: #fff;
}
.bannerBlock .banner-content .banner-buttons .btn.secondary:hover {
  background: #fff;
  color: #ff3300;
}
.bannerBlock .line-items img {
  width: 100%;
  height: auto;
  display: block;
}

.mind-voyage .left .subtitle {
  color: #888;
  font-size: 16px;
  font-weight: 500;
}

.mind-voyage .right strong {
  color: #f44336;
  font-weight: 700;
}

.mind-voyage .bottom-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
  flex-wrap: wrap;
}

.mind-voyage .feature {
  flex: 1;
  min-width: 260px;
  padding: 20px;
}

.mind-voyage .feature img {
  height: 80px;
  margin-bottom: 20px;
}

.mind-voyage .feature h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ff4500;
  margin-bottom: 12px;
  font-family: "Aktiv Grotesk Bold";
}

#leadForm .form-row {
  width: 100%;
}
#leadForm .form-row .field-item {
  width: 50%;
}
#leadForm .form-row .field-item input,
#leadForm .form-row .field-item select {
  width: 100%;
  padding: 10px;
}

.mind-senseis .section-header {
  text-align: left;
  margin-bottom: 20px;
}
.mind-senseis .section-header h2 {
  margin-bottom: 0px;
}
.mind-senseis .sensei-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.mind-senseis .sensei-grid .sensei img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}
.mind-senseis .sensei-grid .sensei h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FE3C00;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .mind-senseis .sensei-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .mind-senseis .sensei-grid {
    grid-template-columns: 1fr;
  }
  .mind-senseis .section-header h2 {
    font-size: 32px;
  }
}

.aspirer-slider .aspirer {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.aspirer-slider .aspirer img {
  width: auto;
  height: 130px;
}

.mind-system .section-header .subtitle {
  color: #7C7C7C;
}
.mind-system .system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.mind-system .system-grid .system-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.mind-system .system-grid .system-item img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.mind-system .system-grid .system-item .content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FE3C00;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .mind-system .system-grid {
    grid-template-columns: 1fr;
  }
}

.mind-platform .container {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
  gap: 60px;
}
.mind-platform .content .description {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 40px;
  max-width: 550px;
}
.mind-platform .content .features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}
.mind-platform .content .features .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.mind-platform .content .features .feature-item img {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.mind-platform .content .features .feature-item .text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #FF5600;
  margin-bottom: 5px;
}
.mind-platform .content .features .feature-item .text p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
.mind-platform .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.mind-platform .image-wrapper img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.mind-platform .image-wrapper .orange-bg {
  position: absolute;
  right: -40px;
  top: 20px;
  bottom: 0;
  width: 250px;
  background: #ff4d00;
  z-index: 1;
  transform: skew(-20deg);
}
@media (max-width: 992px) {
  .mind-platform .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .mind-platform .content .description {
    margin: 0 auto 40px;
  }
  .mind-platform .content .features {
    grid-template-columns: 1fr;
  }
  .mind-platform .image-wrapper .orange-bg {
    display: none;
  }
}

.iti--separate-dial-code {
  height: auto;
  overflow: hidden;
}

.course-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 30px;
  margin: 50px 0;
  /* Right: Form */
  /* Bottom logos */
}
.course-section .course-info {
  flex: 1;
  padding-right: 100px;
}
.course-section .right-block {
  flex: 1;
}
.course-section .course-info p.subtitle {
  font-size: 1rem;
  color: #555;
  margin: 0 0 20px 0;
}
.course-section .course-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin: 20px 0;
}
.course-section .course-details div {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #333;
}
.course-section .course-details span.icon {
  font-size: 1.2rem;
  margin-right: 8px;
}
.course-section .course-fee {
  font-size: 32px;
  margin-top: 20px;
  font-weight: 600px;
}
.course-section .course-fee del {
  color: #999;
  margin-right: 8px;
}
.course-section .course-form {
  flex: 1;
  border: 1px solid #333;
  padding: 20px;
}
.course-section .course-form h3 {
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.course-section .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.course-section .form-row input,
.course-section .form-row select {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  border-radius: 2px;
}
.course-section .course-form button {
  background: #ff3c00;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
}
.course-section .course-form button:hover {
  background: #e23200;
}
.course-section .logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.course-section .logos img {
  height: 30px;
  width: auto;
}

#multiStepTab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-bottom: unset;
}
#multiStepTab .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(179.82deg, #FE741F 16.57%, #FE3C00 95.32%) !important;
  border: 1px solid #ffe7f1;
  color: #404040;
  font-weight: bold;
  padding: 8px 24px;
  border-radius: unset;
  cursor: pointer;
}
#multiStepTab .nav-link span {
  font-size: 1rem;
  padding-right: 1rem;
}
#multiStepTab .nav-link.active {
  background: #FE741F;
  border: #FE741F;
  color: #fff;
  font-family: "Aktiv Grotesk Bold";
}

#otpSection .otp-field {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
#otpSection #resendOtpBtn {
  padding: 8px 12px !important;
  width: auto !important;
  font-size: 12px;
  background: none;
  color: #404040;
  text-decoration: underline;
  border: none;
  background: transparent !important;
}
#otpSection .otp-result-message {
  font-size: 12px;
  font-style: italic;
  color: #008000;
}
#otpSection .otp-result-message.error {
  color: #ff4300;
}
#otpSection #resendOtpBtn:disabled {
  color: #000;
}

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

.sessions {
  background: #f8f7ec;
  padding: 2rem;
}
.sessions__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #000;
}
.sessions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.sessions__card {
  background: #d9d9d9;
  aspect-ratio: 4/3;
  border-radius: 6px;
}

.chiefs-section .container {
  margin: 0 auto;
}
.chiefs-section .section-header {
  text-align: left;
  margin-bottom: 20px;
}
.chiefs-section .section-header .subtitle {
  font-size: 16px;
  color: #7C7C7C;
}
.chiefs-section .section-header .description {
  font-size: 18px;
}
.chiefs-section .chiefs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.chiefs-section .chiefs-grid .chief-card {
  display: flex;
  align-items: center;
  gap: 20px;
}
.chiefs-section .chiefs-grid .chief-card .chief-info {
  margin-left: -20px;
  width: 50%;
}
.chiefs-section .chiefs-grid .chief-card .chief-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.chiefs-section .chiefs-grid .chief-card .chief-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.chiefs-section .chiefs-grid .chief-card .chief-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .chiefs-section .chiefs-grid {
    grid-template-columns: 1fr;
  }
  .chiefs-section .chief-card {
    align-items: flex-start;
    gap: 0px;
  }
}

.navigation-link {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}

.noteText {
  display: flex;
  font-size: 12px;
}

.form-preview h5 {
  background: #FE741F;
  text-align: center;
  color: #fff;
  padding: 12px;
  margin-bottom: 0px;
}
.form-preview table td {
  background: #fff;
  padding: 0.5rem;
}
.form-preview .preivew-photo {
  width: 200px;
}

.declartion-info {
  border: 1px solid #FE741F;
}
.declartion-info .details {
  padding: 1rem;
}
.declartion-info .details ul {
  padding-left: 24px;
}

.gap-20 {
  gap: 20px;
}
.gap-20 .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 5px;
}
.gap-20 .radio-wrap input[type=checkbox] {
  order: 1;
}
.gap-20 .radio-wrap label.error {
  order: 3;
  flex: 0 0 auto;
  width: 100%;
}
.gap-20 .radio-wrap label.for-label {
  order: 2;
  margin-bottom: 0;
  flex: 0 0 auto;
  width: 97%;
}
.gap-20 .radio-wrap.yes-no {
  align-items: center;
}
.gap-20 .radio-wrap.yes-no label.for-label {
  flex: none;
  width: auto;
}

.uploadCallbackBtn {
  display: flex;
  align-items: center;
}
.uploadCallbackBtn .fa-xmark {
  cursor: pointer;
  margin: 5px 0 0 5px;
}

.admission-closed {
  position: relative;
  width: 100%;
  background: #04646C;
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  z-index: 9999999;
}

.scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.contact-support {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE741F;
  padding: 12px;
}
.contact-support span,
.contact-support a {
  color: #fff;
  font-weight: bold;
}

#documentsInfo .input-group .btn {
  padding: 0.275rem 0.75rem;
}
#documentsInfo .input-group input[type=file] {
  order: 1;
}
#documentsInfo .input-group label.error {
  order: 3;
  flex: 0 0 auto;
  width: 100%;
  margin-top: 5px;
}
#documentsInfo .input-group button {
  order: 2;
  margin-left: 5px;
}

.navbar-toggler {
  border-color: #FE741F;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 56, 116, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.my-applications h3 {
  font-family: "Aktiv Grotesk Bold";
}
.my-applications .list-group-item {
  padding: 24px 16px;
  gap: 20px 0px;
  background: transparent;
  border: 1px solid #FE741F;
}
.my-applications .list-group-item h6 {
  font-family: "Aktiv Grotesk Bold";
}
.my-applications .list-group-item p {
  margin-bottom: 0;
}

.upperCase {
  text-transform: uppercase;
}

.section-scroll {
  scroll-margin-top: 110px;
}

.benefits .details .line-items {
  max-height: 300px;
}

.benefits .details .line-items img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.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;
}

#leadForm_popup .registerFormBlock {
  border: unset;
}

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

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 99999999;
}
.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #575757;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.3s ease;
  font-weight: 500;
  background: unset !important;
  background-image: url("../images/icons/close-icon.svg") !important;
  background-repeat: no-repeat;
}
.popup .close-btn:hover {
  color: #FE741F;
}

.formSection {
  border: 1px solid #FE741F;
  border-radius: 5px;
}

.mind-gains {
  position: relative;
}
.mind-gains .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.mind-gains .slick-dots {
  bottom: 200px;
}
.mind-gains .gains-slider .slick-track {
  padding: 0 50px;
}
.mind-gains .gains-slider .gain-card {
  padding: 1rem;
  display: flex;
  justify-content: center;
  padding-bottom: 215px;
}
.mind-gains .gains-slider .gain-card .polaroid {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  padding: 12px 12px 40px 12px;
  position: relative;
  max-width: 200px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mind-gains .gains-slider .gain-card .polaroid .content {
  background: #FE3C00;
  color: #fff;
  padding: 2rem 1rem;
  height: 100%;
  width: 100%;
  display: flex;
}
.mind-gains .handSection {
  position: absolute;
  bottom: 0px;
  left: -10px;
}
.mind-gains .handSection img {
  width: 80%;
}

@media (min-width: 320px) and (max-width: 1080px) {
  .section-title {
    font-size: 1.8rem;
  }
  header .design-element {
    display: none;
  }
  header .offcanvas .nav-link {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    border-radius: 0;
    background: #000 !important;
    padding: 0 !important;
  }
  header .navbar-nav .dropdown-menu li .dropdown-item {
    color: #fff !important;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  header .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: 0;
  }
}
.banner {
  background: url("../images/banner/desktop-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
  aspect-ratio: 1600/581;
}
.banner .left {
  width: 50%;
}
.banner .left .banner-img {
  max-width: 100%;
  margin-bottom: 12px;
}
.banner .left h1 {
  font-family: "Museo Regular";
  color: #FE3C00;
}
.banner .left h1 span {
  display: block;
  color: #fff;
}
.banner .left p {
  color: #fff;
}
.banner .banner-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-block .registerFormBlock {
  background: #fff;
  min-width: 350px;
  max-width: 350px;
}

.banner-band {
  padding: 8px;
  background: #FE741F;
  text-align: center;
  color: #fff;
  letter-spacing: 3.36px;
}

.about-program .manipal-image img {
  border-radius: 50px;
}

.design-barn-wrapper .slick-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.action-items {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (min-width: 1920px) {
  .mind-gains .gains-slider .gain-card {
    justify-content: unset;
  }
  .mind-gains .handSection {
    left: -35px;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .container {
    padding: 0 4%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .mind-gains .handSection {
    left: -25px;
  }
}
@media (min-width: 0) and (max-width: 575.98px) {
  .action-items {
    flex-direction: column;
    gap: 0px;
    margin-bottom: 20px;
  }
  .heroBanner {
    max-height: 350px;
    overflow: hidden;
  }
  .mind-gains .slick-dots {
    z-index: 1;
  }
  .mind-gains .handSection {
    left: -32px;
  }
  .mind-gains .gains-slider .gain-card {
    justify-content: unset;
    padding-bottom: 207px;
  }
  .registerBtn {
    background: unset !important;
    border: unset !important;
  }
  .registerBtn a {
    padding: unset !important;
  }
  .footer.application .details {
    padding: 24px 50px;
  }
  .popup {
    width: 95%;
  }
  #downloadForm .fieldList {
    padding: 0;
  }
  .timeline .step h3 {
    font-size: 20px;
  }
  .timeline .step p {
    font-size: 16px;
  }
  .timeline::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 100px;
    height: calc(100% - 220px);
    width: 2px;
    background: linear-gradient(to bottom, var(--pink) 0%, var(--pink) 15%, var(--orange) 20%, var(--orange) 100%);
  }
  .timeline .step .marker {
    top: 12px;
  }
  .stretch,
  .flow,
  .expand {
    margin-bottom: 0px !important;
  }
  .section-title {
    font-size: 32px !important;
  }
  .mind-system .section-header {
    margin-bottom: 20px;
  }
  .mind-platform .content .description,
  .mind-platform .section-title {
    text-align: left;
  }
  .brochure-section .brochure-content h2 {
    font-size: 32px;
  }
  .sessions__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .topMargin {
    margin-top: 25px;
  }
  .bottomMargin {
    margin-bottom: 25px;
  }
  .mind-certificate .details .left,
  .mind-certificate .details .right {
    width: 100%;
  }
  .course-section,
  .course-section .form-row,
  .mind-certificate .details,
  .past-sessions .sessions-grid {
    flex-direction: column;
  }
  #leadForm .form-row,
  #leadForm .form-row .field-item {
    width: 100%;
  }
  .course-section .course-info {
    padding-right: 0;
  }
  .design-barn-wrapper {
    padding: 0;
  }
  .mind-aspirers {
    padding: 0rem 4%;
  }
  .mind-tops {
    background: url("../images/tops.jpg");
  }
  .mind-senseis .sensei-grid,
  .mind-system .system-grid {
    gap: 20px;
  }
  .mind-voyage .bottom-content,
  .brochure-section .brochure-container {
    gap: 0;
  }
  .mind-voyage .top-content {
    gap: 0;
    flex-direction: column;
  }
  .course-section {
    padding: 15px;
  }
  .course-section .course-form button {
    width: 100% !important;
  }
  .brochure-section .brochure-container {
    grid-template-columns: unset;
  }
  .brochure-section {
    padding: 30px 0;
  }
  .footer .container {
    align-items: flex-start;
  }
  .footer .footer-left address,
  .footer .footer-right p,
  .footer .footer-left .phone {
    text-align: left;
  }
  .benefits .details .line-items {
    max-height: 100%;
  }
  .about-us .about-jana,
  .feeSection .details .right {
    padding: 24px;
  }
  .banner {
    background: url("../images/banner/mobile-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .program-details,
  .registration-process .details,
  .benefits .details .line-items,
  .feeSection .details {
    flex-direction: column;
  }
  .registration-process .details .line-item,
  .program-details .line-item,
  .benefits .details .line-items,
  .benefits .details .line-items img,
  .benefits .details .line-items div,
  .feeSection .details .left,
  .feeSection .details .right {
    width: 100%;
  }
  .program-info .details {
    flex-direction: column;
    padding: 0px 24px 24px 24px;
  }
  .about-manipal h3.section-title {
    padding: 0 24px;
  }
  .banner .banner-block {
    flex-direction: column;
  }
  .applicant-details {
    flex-direction: column;
  }
  header nav li.nav-item a.nav-link.signBtn {
    margin-bottom: 12px;
  }
  nav .logo img {
    width: 200px;
  }
  #multiStepTab .nav-item {
    width: 100%;
  }
  #multiStepTab .nav-item .nav-link {
    justify-content: start;
    padding: 6px 12px;
    font-size: 1rem;
  }
  #multiStepTab .nav-item .nav-link span {
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */