/*Header Css StaRT*/
.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
}
.brand-logo,
.default-logo,
.responsive-logo {
  max-width: 128px;
  transition: all 0.4s;
  position: relative;
  margin-right: 35px;
}
@media (min-width: 576px) {
  .site-navbar {
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: flex !important;
    flex-basis: auto;
  }
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    /*position: fixed !important;*/
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left
    .container-fluid
    .nav-item.has-megamenu:hover
    > .sub-menu {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
    margin-left: 20px;
  }
}

.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}

.site-header--menu-right .menu-block-wrapper {
  position: static;
}

.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header > .container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-50%) translateY(-10px);
    left: 50%;
  }
}

@media (min-width: 768px) {
  .container-fluid .site-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid .site-navbar {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}

.top-contact-menu-wraper .header-btn {
  order: 3;
}

.top-contact-menu-wraper .mobile-menu-trigger {
  order: 4;
}

@media (min-width: 992px) {
  .top-contact-menu-wraper .nav-link-item {
    color: #fff !important;
  }
  .top-contact-menu-wraper .site-menu-main .nav-link-item {
    padding-top: 19px !important;
    padding-bottom: 19px !important;
  }
  .top-contact-menu-wraper .navbar {
    flex-wrap: wrap;
    padding: 30px 0px 0px 0px;
  }
  .top-contact-menu-wraper .brand-logo {
    min-width: 50%;
    order: 1;
    padding-bottom: 30px;
  }
  .top-contact-menu-wraper .header-btn {
    order: 4;
  }
  .top-contact-menu-wraper .menu-block-wrapper {
    min-width: calc(100% - 256px);
    order: 3;
    background: #1d263a;
    border-radius: 0px 0px 0px 5px;
  }
  .top-contact-menu-wraper .top-contact-block {
    order: 2;
    min-width: 50%;
    display: flex !important;
    justify-content: flex-end;
    padding-bottom: 8px;
  }
  .top-contact-menu-wraper .menu-block {
    margin-left: initial;
  }
}

.top-contact-block ul {
  display: flex;
  align-items: center;
}

.top-contact-block ul li {
  display: inline-flex;
  align-items: center;
}

.top-contact-block span {
  height: 30px;
  width: 1px;
  background: rgba(29, 36, 58, 0.12);
  margin: 0px 35px;
}

.top-contact-block img {
  margin-right: 12px;
}

.top-contact-block a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #1d263a;
}

@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: #404040;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  font-stretch: 110%;
  position: relative;
  font-family: "Inter", sans-serif;
}
.aximo-header1 .site-menu-main .nav-link-item {
  color: var(--white-smoke);
}
.aximo-header2 .site-menu-main .nav-link-item {
  color: #404040;
}
.aximo-header4 .site-menu-main .nav-link-item {
  color: var(--heading-color3);
}
.aximo-header5 .site-menu-main .nav-link-item {
  color: var(--light-color4);
}

@media (min-width: 992px) {
  .site-menu-main .nav-link-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}

.dark-mode-texts .nav-link-item {
  color: #fff;
}

.site-menu-main .sub-menu {
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  top: 61px;
  margin: 0;
  padding: 12px 0;
  transition: 0.4s;
  z-index: 4;
  transform: translatey(20px);
  opacity: 0;
  visibility: hidden;
  min-width: 205px;
  border-radius: 6px;
}
.site-menu-main .sub-menu:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 22px;
  transform: rotate(45deg) translatey(-11px);
  z-index: 8;
}
.sub-menu.megamenu:before {
  content: none;
}
.site-menu-main .sub-menu.shape-none:before {
  content: none;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}

.site-menu-main .sub-menu--item {
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .site-menu-main .sub-menu--item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item {
    color: #000;
  }
}

.site-menu-main .sub-menu--item > a {
  color: inherit;
  padding: 4px 20px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.site-menu-main .sub-menu--item > a .menu-item-text {
  position: relative;
  transition: all 0.3s ease;
}
.site-menu-main .sub-menu--item > a .menu-item-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #202030;
  transition: all 0.3s ease;
}
.site-menu-main .sub-menu--item > a:hover .menu-item-text::after {
  left: 0;
  right: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu--item > a {
    transition: 0.4s;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding: 30px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
}

@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 900px;
  }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 0px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #ffc947 !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children:hover > .sub-menu {
    margin-top: 5px;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    border-radius: 6px;
    transform: translateY(0);
  }
}

.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #13111a;
    width: 24px;
    position: relative;
  }
  .reveal-header .mobile-menu-trigger span {
    background-color: #13111a !important;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #13111a;
  }
  .reveal-header .mobile-menu-trigger span:before,
  .reveal-header .mobile-menu-trigger span:after {
    background-color: #13111a !important;
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #13111a;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #13111a;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -8px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 8px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-menu-main > li > a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: -webkit-sticky;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
    text-transform: capitalize;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .site-menu-main > li .sub-menu.active {
    display: block;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .site-header--menu-center .menu-block-wrapper {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
  }
}

.nav-item-has-children a {
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.reveal-header {
  background: #0d152e !important;
}

.reveal-header .nav-link-item {
  color: #fff !important;
}

.reveal-header .btn {
  color: #fff !important;
}

.reveal-header .btn:hover {
  color: #fff !important;
}

.reveal-header .dark-version-logo {
  display: block !important;
}

.reveal-header .light-version-logo {
  display: none !important;
}

@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 112%;
  }
}

.menu-block.active .nav-link-item {
  color: #000 !important;
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}

ul.site-menu-main .nav-item i {
  transition: all 0.4s ease-in-out;
}

ul.site-menu-main .nav-item:hover i {
  transform: rotate(-180deg);
}

li.sub-menu--item.nav-item-has-children:hover i {
  transform: rotate(-180deg) !important;
}

li.sub-menu--item.nav-item-has-children i {
  transform: rotate(-90deg) !important;
  transition: all 0.4s ease-in-out;
}

.single-dropdown-block h3 {
  opacity: 0.5;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.1px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: none;
}

@media (min-width: 992px) {
  .single-dropdown-block h3 {
    display: block;
  }
}

.landing-2-menu .navbar {
  border-bottom: 1px solid rgba(29, 36, 58, 0.12);
}

.btn {
  position: relative;
  z-index: 5;
  border-radius: 6px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  min-width: 130px;
  line-height: 28px;
  letter-spacing: -0.53px;
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.log-in-btn {
  width: 160px;
  height: 50px;
  background: #fd4c5c;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.log-in-btn:after {
  content: "";
  background: #0f1a54;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.4s;
  transform-origin: top left;
  width: 0;
}

a.log-in-btn:hover:after {
  height: 100%;
  width: 135%;
}

.log-in-btn.red-btn {
  color: #fff;
  background-color: #fd4c5c;
}

.log-in-btn.yellow-btn {
  color: #0f1a54;
  background-color: #fbc21d;
}
.log-in-btn.yellow-btn:hover {
  background-color: #fff;
}

.countdown-box {
  display: inline-block;
  border: 1px solid #0a0a0a;
  border-radius: 50px;
  padding: 8px 16px;
  background-color: #fff7f7;
  font-size: 14px;
}

.countdown-box .label {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-right: 6px;
}

#countdown {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.custom-footer-container {
  min-width: 1600px !important;
  margin: 0 auto;
  padding-top: 360px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .light-version-logo {
    max-width: 70%;
  }
  .countdown-box {
    padding: 4px 10px;
    margin-bottom: 10px;
  }
  .countdown-box .label,
  #countdown {
    font-size: 12px;
  }

  /* Footer mobile layout */
  .aximo-footer-section2 {
    padding: 30px 15px;
  }

  .aximo-footer-section2 .row {
    display: flex;
    flex-direction: column;
  }

  .rm-pd {
    padding-left: 0 !important;
  }

  /* Container for all menu sections */
  .aximo-footer-section2 .col-xl-8 .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }

  /* Reset default column styles */
  .aximo-footer-section2 .col-xl-8 .row .col-md-4 {
    width: auto;
    padding: 0;
    flex: 0 0 auto;
  }

  /* Fixed width for Socials and Programs */
  .aximo-footer-section2 .col-xl-8 .row .col-md-4:nth-child(1),
  .aximo-footer-section2 .col-xl-8 .row .col-md-4:nth-child(2) {
    width: 120px;
  }

  /* Course section */
  .aximo-footer-section2 .col-xl-8 .row .col-md-4:nth-child(3) {
    width: 100%;
  }

  /* Menu styling */
  .aximo-footer-menu {
    width: 100%;
  }

  .aximo-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .aximo-footer-menu ul li a {
    display: block;
    white-space: nowrap;
  }

  .mobile-margin-left {
    margin-left: 0px !important;
  }

  /* Logo and copyright section */
  .col-xl-4.col-lg-12 {
    order: 3;
    width: 100%;
    /* margin-top: 30px; */
  }

  .footer-logo-img {
    max-width: 152px;
  }

  .aximo-footer-textarea {
    margin-top: 0.5rem;
    margin-bottom: 0px !important;
  }

  .aximo-footer-textarea p {
    font-size: 20px !important;
  }

  .aximo-footer-title p {
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  .aximo-footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .aximo-footer-menu ul li {
    margin-bottom: 8px;
  }

  .aximo-footer-menu ul li a {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
}

.aximo-why-24-img {
  max-width: 460px;
  margin-bottom: 3rem;
}

.whos-it-for .aximo-why-24-img {
  margin-bottom: 3rem;
}

.aximo-why-24-img img {
  width: 100%;
  height: auto;
}

.aximo-section-title {
  padding-bottom: 20px !important;
}

.custom-footer-container .ready-to-co-own-cta {
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .founder-journey-image {
    text-align: left !important;
    max-width: 100%;
    overflow-x: scroll;
    padding: 16px 12px !important;
  }
  .padding-reduce {
    padding: 0px !important;
  }
}

/* New Course CTA Card Styles */
/* .course-cta-card {
  background-color: #f6f5ef;
  border: 5px solid #06142e;
  border-radius: 30px;
  padding: 40px;
  text-align: center;
  max-width: 1240px;
  margin: 0 auto;
} */

.course-cta-card h2 {
  font-family: "ClashGroteskSemibold";
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-right: 160px;
  padding-left: 160px;
}

.course-cta-card p {
  font-size: 24px;
  margin-bottom: 40px;
  color: #434343;
}

.course-features {
  display: flex;
  justify-content: space-around;
  gap: 24px;
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  flex: 1;
  width: 402px;
  height: 104px;
  border-radius: 16px;
  border: 1px solid #d3d3d3;
  padding: 16px;
  background-color: #fffdf2;
}

.feature-item img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #c8c8cb;
  background-color: #fefae5;
}

.feature-item span {
  font-size: 20px;
}

.course-cta-card .aximo-default-btn {
  width: auto;
  margin: 0 auto;
}

/* Responsive Styles for Course CTA Card */
@media (max-width: 768px) {
  /* .course-cta-card {
    padding: 20px 12px;
  } */
  .break-on-medium-up {
    display: none;
  }
  .course-cta-card .aximo-default-btn {
    width: 100%;
  }

  .course-cta-card h2 {
    font-size: 32px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
  .course-cta-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .course-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .feature-item {
    width: 100%;
    padding: 8px;
    gap: 8px;
    align-items: flex-start;
  }
  .feature-item img {
    width: 40px;
    height: 40px;
  }

  .feature-item span {
    font-size: 14px;
    line-height: 1.5;
  }

  .custom-footer-container .ready-to-co-own-cta {
    margin-bottom: 60px;
  }
}

/* Section Title */
.aximo-section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
}

/* .aximo-section-title h2 {
  font-family: "ClashGroteskSemibold";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
} */

/* Card section styles */

/* Avatar Section */
.aximo-why-24-img {
  max-width: 460px;
  margin-bottom: 3rem;
}

.aximo-why-24-img img {
  width: 100%;
  height: auto;
}

/* Section Title */
.aximo-section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.aximo-section-title h2 {
  font-family: "ClashGroteskSemibold";
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}

/* Cards Layout - HIDDEN, SWIPER USED ON ALL SCREENS */
.cards-container {
  display: none;
}

/* SWIPER USED ON ALL SCREENS */
.swiper {
  display: block;
  width: 100%;
  padding: 10px 0;
}

/* Add horizontal padding on larger screens */
@media (min-width: 992px) {
  .swiper {
    padding: 10px 24px;
  }
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  width: auto;
  height: auto;
}

.why-card {
  border-radius: 16px;
  padding: 40px 30px;
  color: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 390px;
  height: 682px;
}

.why-card h3 {
  font-size: 72px;
  color: #eeeeee;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-card p {
  color: #f1f1f1;
  font-size: 32px;
  line-height: 1.5;
}

.why-card .apply-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-top: auto;
  gap: 12px;
  font-size: 24px;
  font-weight: 400;
  color: #06142e;
  background-color: #fff;
  border-radius: 50px;
  padding: 16px 32px;
  text-decoration: none;
  transition: 0.3s ease;
  width: auto%;
  max-width: 300px;
}

.why-card .apply-link:hover {
  background-color: #f4b197;
}

.apply-link:hover img {
  transform: translateY(-3px);
}

/* Card Background Colors */
.purple-bg {
  background-color: #453d66;
}

.navy-bg {
  background-color: #06142e;
}

.violet-bg {
  background-color: #bd82b8;
}

.light-pink-bg {
  background-color: #f4dce2;
}

.bright-orange-bg {
  background-color: #ff7715;
}

.dark-text {
  color: #0c0c0c !important;
}

/* Responsive Design */
@media (max-width: 1199px) {
  .why-card {
    width: 380px;
    height: 600px;
  }

  .why-card h3 {
    font-size: 60px;
  }

  .why-card p {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .aximo-section-title-wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .aximo-section-title-wrap .swiper-arrows {
    justify-content: flex-start !important;
    margin-top: 20px;
  }

  .aximo-section-title h2 {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 0;
  }

  .why-card {
    width: 380px;
    height: 550px;
    padding: 30px;
  }

  .why-card h3 {
    font-size: 48px;
  }

  .why-card p {
    font-size: 24px;
  }

  .why-card .apply-link {
    font-size: 20px;
    padding: 14px 28px;
    justify-content: center;
  }

  .apply-link img {
    width: 32px;
    height: 32px;
  }

  .aximo-why-24-img img {
    width: 360px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .aximo-section-padding3 {
    padding-top: 40px !important;
    padding-bottom: 24px !important;
  }
  .aximo-section-title h2 {
    font-size: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .aximo-section-title p {
    font-size: 14px !important;
    line-height: 1.5;
  }

  .why-card {
    width: 320px;
    height: 480px;
    padding: 25px;
  }

  .why-card h3 {
    font-size: 36px;
  }

  .why-card p {
    font-size: 20px;
  }

  .why-card .apply-link {
    font-size: 18px;
    padding: 12px 24px;
    width: 100%;
    max-width: 240px;
  }

  .apply-link img {
    width: 32px;
    height: 32px;
  }

  .aximo-why-24-img {
    margin-bottom: 24px;
  }

  .aximo-why-24-img img {
    width: 180px;
    height: auto;
  }

  .custom-footer-container {
    padding-top: 48px !important;
    min-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .why-card {
    width: 164px;
    height: 320px;
    padding: 20px;
  }

  .why-card h3 {
    font-size: 32px;
  }

  .why-card p {
    font-size: 18px;
  }

  .why-card .apply-link {
    font-size: 12px;
    padding: 8px 16px;
    width: 80%;
    gap: 8px;
  }

  .apply-link img {
    width: 28px;
    height: 28px;
  }
}

.avatar {
  width: auto;
  height: auto;
  z-index: 2;
}

/* Header row */
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

/* Arrows */
.nav-arrows {
  display: flex;
  align-items: center;
  gap: 60px;
}

.arrow-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #f6f5ef;
  color: #651800;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.arrow-btn:hover {
  background-color: #ffe1d4;
  transform: translateY(-2px);
}

/* Responsive layout */
@media (min-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}

@media (max-width: 577px) {
  .header-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .section-title {
    font-size: 24px !important;
  }

  .avatar {
    width: 180px;
    height: auto;
  }

  .nav-arrows {
    gap: 20px;
  }

  .arrow-btn {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

/* Responsive line break */
@media (min-width: 468px) {
  .mobile-only-break {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aximo-hero-p-btn p {
    font-size: 14px !important;
  }

  .aximo-default-btn {
    font-size: 14px !important;
  }

  .hero-img-svg {
    max-width: 688px !important;
    align-self: center !important;
    align-content: center !important;
    align-items: center !important;
    /* margin: 0 40px 0 40px !important; */
  }

  .avatar {
    width: 320px;
    height: auto;
  }

  .section-title-to-center {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section-title {
    font-size: 40px !important;
    text-align: left !important;
  }

  .arrow-btn {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .nav-arrows {
    gap: 24px;
    margin-left: auto;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .aximo-hero-p-btn p {
    font-size: 20px !important;
  }

  .aximo-default-btn {
    font-size: 16px !important;
  }

  .hero-img-svg {
    max-width: 936px !important;
    align-self: center !important;
    align-content: center !important;
    align-items: center !important;
    /* margin: 0 40px 0 40px !important; */
  }

  .avatar {
    width: 400px;
    height: auto;
  }

  .section-title-to-center {
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: flex-start !important;
  }

  .section-title {
    font-size: 52px !important;
    text-align: left !important;
  }

  .arrow-btn {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .nav-arrows {
    gap: 24px;
    margin-left: auto;
  }
}

/* Journey Section Styles */
.aximo-thumb-shape4 {
  width: 234px;
  height: auto;
  rotate: 23deg;
}
/* ---- Section Heading ---- */
.journey-section-title {
  font-size: 64px;
  font-weight: 600;
  color: #06142e;
  font-family: "ClashGroteskSemibold";

  margin-bottom: 80px;
  text-align: left;
}

/* ---- Layout ---- */
.journey-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* Reverse layout for journey sections */
@media (min-width: 993px) {
  .journey-content.reverse-layout {
    flex-direction: row-reverse;
  }
}
/* ---- Left Image ---- */
.journey-image {
  width: 594px;
  height: 662px;
  overflow: hidden;
}

.journey-image img {
  width: 100%;
  height: 100%;
}

.founder-img-svg {
  bottom-border: 2px solid #000;
}

/* ---- Right Info ---- */
.journey-info {
  flex: 1;
  min-width: 598px;
  /* max-width: 480px; */
}

.journey-header {
  min-width: 598px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.journey-step {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #06142e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
  flex-shrink: 0;
}

.journey-header h3 {
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  color: #222;
}

/* ---- Goal / Focus / Outcome Boxes ---- */
.journey-item {
  min-width: 598px;
  background-color: #fffdf2;
  border: 1px solid #cdcdcd;
  border-radius: 16px;
  padding: 16px 24px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.journey-item .label {
  flex-shrink: 0;
  font-weight: 700;
  color: #000;
  background-color: #fefae5;
  border: 1px solid #c1c0c0;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 500;
  min-width: 172px;
}

.journey-item p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  color: #434343;
}

/* ---- CTA Button ---- */
.apply-btn {
  display: inline-block;
  background-color: #fba898;
  color: #000;
  padding: 14px 28px;
  border: 1px solid #000;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background-color: #ffb8a6;
  transform: translateY(-2px);
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .journey-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .journey-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
  }

  .journey-info {
    max-width: 100%;
  }

  .journey-info,
  .journey-header,
  .journey-item {
    min-width: 0;
  }
}

@media (max-width: 576px) {
  .aximo-thumb-shape4 {
    display: none !important;
  }

  .journey-section-title {
    font-size: 24px;
  }

  .journey-step {
    width: 32px;
    height: 32px;
    font-weight: 600;
    font-size: 16px;
  }

  .journey-header {
    min-width: 100%;
    gap: 10px;
    margin-bottom: 20px;
  }

  .journey-header h3 {
    font-size: 22px;
  }

  .journey-item {
    padding: 8px;
    border-radius: 8px;
    /* flex-direction: column; */
    max-width: 100%;
    gap: 8px;
  }

  .journey-item .label {
    min-width: 100px;
    font-size: 16px;
  }

  .journey-item p {
    font-size: 15px;
  }

  .apply-btn {
    width: 100%;
    text-align: center;
  }

  .aximo-thumb-shape4 {
    display: block !important;
    top: 140px !important;
    left: 10px !important;
    width: 120px !important;
  }
}

/* Founder Journey Section Styles*/

/* ==== Founder Journey Image Styles ==== */
.founder-journey-image {
  position: relative;
  z-index: 10;
  margin: 0 auto -150px;
  transform: translateY(100px);
  text-align: center;
  max-width: 100%;
  height: auto;

  border-radius: 32px;
  border: solid 10px #473e69;
  padding: 80px;
  background-color: #f6f5ef;
}

.founder-journey-box {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
}

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

/* ==== CTA Section ==== */
.dark-bg3 {
  padding-top: 300px;
  min-height: 700px;
  display: flex;
  align-items: center;
  /* position: relative; */
}

.aximo-iconbox-shape {
  bottom: 20px;
}

/* ==== Responsiveness ==== */
@media (max-width: 992px) {
  .founder-img {
    width: 800px;
  }
}

@media (max-width: 768px) {
  .founder-journey-image {
    margin: 0 auto -120px;
    transform: translateY(80px);
  }

  .founder-img {
    width: 600px;
  }

  .launch-title {
    font-size: 28px;
  }

  .aximo-default-btn {
    padding: 14px 28px;
    font-size: 16px;
  }

  .dark-bg3 {
    padding-top: 250px;
    min-height: 600px;
  }

  .aximo-cta-wrap {
    margin-top: 80px;
  }

  .aximo-iconbox-shape img {
    width: 120px;
  }
}

@media (max-width: 640px) {
  .founder-img {
    width: 500px;
  }
}

@media (max-width: 480px) {
  .founder-journey-image {
    margin: 150px auto -100px;
    transform: translateY(60px);
    top: 90px;
  }

  .founder-img {
    width: 400px;
  }

  .launch-title {
    font-size: 24px;
  }

  .dark-bg3 {
    padding-top: 200px;
    min-height: 400px;
  }

  .aximo-iconbox-shape img {
    width: 100px;
  }
}

@media (max-width: 400px) {
  .founder-img {
    width: 350px;
  }
}

/* Enable horizontal scrolling on mobile */
@media (max-width: 768px) {
  .founder-journey-image {
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .founder-img {
    min-width: 600px;
  }
}

@media (max-width: 640px) {
  .founder-img {
    min-width: 500px;
  }
}

@media (max-width: 480px) {
  .founder-img {
    min-width: 400px;
  }
}

@media (max-width: 400px) {
  .founder-img {
    min-width: 350px;
  }
}

/* Custom scrollbar for mobile */
.founder-journey-image::-webkit-scrollbar {
  height: 6px;
}

.founder-journey-image::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.founder-journey-image::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.founder-journey-image::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Who It's For Styles*/
.course-cta-card.whos-it-for {
  padding: 60px;
}
.course-cta-card.whos-it-for h2 {
  text-align: left;
}
.course-cta-card.whos-it-for .course-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.course-cta-card.whos-it-for .feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  flex: 1;
  width: 100%;
  height: auto;
}
.course-cta-card.whos-it-for .feature-item img {
  width: 48px;
  height: 44px;
}
.course-cta-card.whos-it-for .feature-item span {
  font-size: 24px;
}

/* .course-cta-card .aximo-default-btn {
  width: auto;
  margin: 0 auto;
} */

/* Responsive Styles for Course CTA Card */
@media (max-width: 768px) {
  .course-cta-card.whos-it-for {
    padding: 20px 12px;
  }
  .course-cta-card.whos-it-for .feature-item img {
    width: 32px;
    height: 30px;
  }
  .course-cta-card.whos-it-for .feature-item span {
    font-size: 14px;
    line-height: 1.5;
  }
  .course-cta-card.whos-it-for .feature-item {
    width: 100%;
    height: auto;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
  }

  /* .feature-item {
    width: 100%;
    padding: 8px;
    gap: 8px;
    align-items: flex-start;
  } */
  /* .feature-item img {
    width: 40px;
    height: 40px;
  } */

  /* .feature-item span {
    font-size: 14px;
    line-height: 1.5;
  } */
}

/* Contact Us Styles */
.bg-light2.contact-custom-section {
  padding-top: 300px;
}

.form-image-box {
  border-radius: o !important;
  border: none !important;
  width: 509px !important;
  height: 774px !important;
}
#step-desc {
  font-size: 24px;
}
/* Add gap between form and image */
.contact-form-row {
  gap: 108px;
  justify-content: center;
}

/* Success Screen Styles */
.success-screen {
  display: none; /* Hidden by default */
  text-align: center;
}

.success-screen.active {
  display: block; /* Show when active */
}

.success-inner {
  padding: 40px;
  /* max-width: 600px; */
  margin: 40px auto;
  text-align: center;
}

.success-inner h2 {
  margin: 20px 0;
}

.success-inner p {
  font-size: 24px;
  margin: 60px 0;
}

/* Step navigation styles */
#step-title {
  font-size: 48px;
}
.steps {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}
.step.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.step.active h3 {
  font-size: 32px;
  margin-bottom: 24px;
}
#review-area ul li {
  font-size: 20px;
  line-height: 2.5;
}
form {
  max-height: 640px;
  overflow: auto;
}
.custom-footer-container.contact-custom-footer-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.contact-custom-dark-bg3 {
  min-height: 600px;
}
#successScreen .aximo-thumb-shape4.on-success-screen {
  top: 260px !important;
  left: 960px !important;
}

/* Mobile responsiveness for contact form */
@media (max-width: 767px) {
  .contact-custom-dark-bg3 {
    min-height: 700px;
    padding-top: 30px !important;
  }
  .contact-custom-section {
    padding-bottom: 0 !important;
    padding-top: 120px !important;
  }
  #step-title {
    font-size: 22px;
  }
  #step-desc {
    font-size: 16px;
    line-height: 1.5;
  }
  form label {
    font-size: 14px;
  }
  input,
  input[type="date"],
  input[type="email"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  .aximo-main-form select,
  textarea {
    font-size: 14px !important;
    height: 52px !important;
    border-radius: 8px !important;
    margin: 10px 0px 18px !important;
  }
  .aximo-main-form {
    padding: 16px !important;
    border-radius: 8px !important;
  }
  .hide-on-mobile {
    display: none;
  }
  .aximo-main-form {
    padding: 15px;
  }
  .contact-custom-section {
    padding-top: 120px;
  }
  .pager {
    font-size: 16px !important;
  }
  .controls {
    flex-direction: column-reverse;
    gap: 15px;
    align-items: stretch;
  }
  .controls .aximo-default-btn {
    width: 100%;
    margin: 0;
  }
  .step.active h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  #review-area ul li {
    font-size: 14px;
  }
  .success-inner h2 {
    font-size: 36px;
  }
  .success-inner p {
    font-size: 15px;
    margin: 36px 0;
  }
  .success-inner {
    margin-bottom: 0;
  }
  #successScreen a span {
    font-size: 12px;
  }
  #successScreen .aximo-thumb-shape4.on-success-screen {
    display: none !important;
  }
}

.network-hero-img {
  min-width: 1296px;
  display: flex;
  justify-self: center;
  max-width: none;
}

/* Show desktop image by default and hide mobile */
.desktop-hero-img {
  display: block;
}

.mobile-hero-img {
  display: none;
}

/* On mobile screens (e.g., max-width: 767px), hide desktop and show mobile */
@media (max-width: 767px) {
  .desktop-hero-img {
    display: none;
  }
  .mobile-hero-img {
    display: block;
  }
  .hero-img-svg {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

/* Who we are section styles */
.padding-reduce {
  padding-right: 200px;
  padding-left: 200px;
}
.who-we-are-text {
  text-align: left !important;
  font-size: 32px !important;
  line-height: 1.5 !important;
}

.who-we-are-cards-grid {
  gap: 16px 0;
}

.who-we-are-card {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.who-we-are-card img {
  width: 100%;
  height: 100%;
  object-fit: none;
  border-radius: 16px !important;
}

@media (max-width: 767px) {
  .who-we-are-cards-grid {
    gap: 0px;
  }
  .who-we-are-card {
    width: 100%;
    height: auto;
  }
  .who-we-are-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.startup-network-section {
  border-radius: 64px;
}
.startup-network-cards .row {
  gap: 36px 0;
}
.startup-network-card {
  background-color: #fffdef;
  width: fit-content;
  height: fit-content;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.startup-network-card-img {
  width: 570px;
  height: 429px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}
.startup-network-card-title {
  font-family: "ClashGrotesk";
  font-size: 40px;
  text-align: left;
  margin-bottom: 8px;
}
.startup-network-card-desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  margin-bottom: 24px;
  color: var(--body-color);
}
.startup-network-card-cta {
  display: inline-flex;
  align-items: center;
  height: 56px;
  border-radius: 100px;
  border: 1px solid #000000;
  background-color: var(--orange-bg);
  padding: 8px 16px;
  gap: 8px;
  width: fit-content;
  color: var(--body-color);
  font-weight: 500;
  font-size: 16px;
}
.startup-network-card-cta img {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .startup-network-section {
    border-radius: 32px;
  }
  .startup-network-card {
    width: 100%;
    height: auto;
  }
  .startup-network-card-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }
  .startup-network-card-title {
    font-size: 28px;
  }
  .startup-network-card-desc {
    font-size: 16px;
    padding-top: 4px !important;
    margin-bottom: 16px;
  }
  .startup-network-card-cta span {
    font-size: 14px;
  }
  .startup-network-card-cta img {
    width: 32px;
    height: 32px;
  }
  .startup-network-card-cta {
    height: 40px;
  }
}

.innovation-swiper {
  background-color: #fffdef;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
}

.swiper-wrapper {
  display: flex;
}

.innovation-card {
  width: 474px;
  height: -webkit-fill-available;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.innovation-card-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.innovation-card .innovation-card-logo {
  width: 48px;
  height: 48px;
  margin-bottom: 0px;
}

.innovation-card-title-wrap h3 {
  font-family: "ClashGrotesk", sans-serif;
  font-size: 40px;
  margin-bottom: 0 !important;
}

.innovation-card p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #5d5d5d;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media (max-width: 576px) {
  .innovation-card {
    width: 240px;
    height: auto;
    border-radius: 24px;
    padding: 16px;
  }
  .innovation-card img {
    width: 100%;
    height: auto;
  }
  .innovation-card .apply-link {
    font-size: 12px;
    padding: 8px 16px;
    gap: 8px;
  }
  .apply-link img {
    width: 28px;
    height: 28px;
  }
  .innovation-card .innovation-card-logo {
    width: 32px;
    height: 32px;
  }
  .innovation-card p {
    font-size: 14px;
  }
  .innovation-swiper {
    padding: 4px;
    border-radius: 12px;
  }
}

.innovation-card .apply-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  margin-top: auto;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #06142e;
  background-color: #f4b197;
  border-radius: 100px;
  padding: 8px 16px;
  text-decoration: none;
  transition: 0.3s ease;
  border: 1px solid #05152e;
  align-self: flex-start;
  white-space: nowrap;
}

.innovation-card img {
  width: auto;
  height: 480px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}

.innovation-card h3 {
  font-family: "ClashGrotesk";
  font-size: 40px;
  margin-bottom: 8px;
}

.apply-link img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
  margin-bottom: auto;
}

@media (max-width: 576px) {
  .innovation-card {
    width: 240px;
    height: auto;
    border-radius: 24px;
    padding: 16px;
  }
  .innovation-card img {
    width: 100%;
    height: auto;
  }
  .innovation-card h3 {
    font-size: 24px;
  }
  .innovation-card .apply-link {
    font-size: 12px;
    padding: 8px 16px;
    gap: 8px;
  }
  .apply-link img {
    width: 28px;
    height: 28px;
  }
}

/* Sprints and Challenges Section */
.upcoming-sprint-heading h2 {
  padding-right: 100px;
  padding-left: 100px;
}

.sprints-challenges-section .startup-network-cards .row {
  justify-content: center;
}

.sprint-card {
  background-color: #fffdef;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 388px; /* To fit 3 cards with gap */
  height: 100%;
}

.sprint-card-img {
  width: 356px;
  height: 268px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}

.sprint-card-title {
  font-family: "ClashGrotesk", sans-serif;
  font-size: 32px;
  text-align: left;
  margin-bottom: 8px;
}

.sprint-card-desc {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  margin-bottom: 24px;
  color: var(--body-color);
}

.sprint-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--body-color);
  font-weight: 500;
  font-size: 16px;
  margin-top: auto;

  background-color: #f4b197;
  border: 1px solid #05152e;
  border-radius: 100px;
  padding: 8px 16px;
}

.sprint-card-cta img {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .upcoming-sprint-heading h2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sprint-card-title {
    font-size: 24px;
  }

  .sprint-card-desc {
    padding-top: 4px !important;
  }
  .sprint-card-cta img {
    width: 32px;
    height: 32px;
  }
  .sprint-card-cta span {
    font-size: 14px;
  }
}

/* Platform Preview Section */
.platform-preview-text {
  font-size: 24px;
  text-align: center;
  color: var(--body-color);
  line-height: 1.5;
}

.platform-cards-desktop {
  display: block;
}

.platform-swiper-mobile {
  display: none;
}

.platform-card {
  width: 364px;
  height: 262px;
  margin: 0 auto;
}

.platform-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .platform-cards-desktop {
    display: none;
  }
  .platform-preview-text {
    text-align: left;
  }
  .platform-swiper-mobile {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .platform-swiper-mobile .swiper-slide {
    width: auto;
    height: 262px;
    text-align: center;
  }
  .platform-swiper-mobile img {
    width: 300px;
    height: auto;
  }
}

.mobile-padding {
  padding-top: 60px !important;
}

.how-it-works-title h2 {
  color: #ffffff;
  font-size: 64px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.how-it-works-list h3 {
  font-family: "ClashGrotesk";
  font-size: 32px;
  color: #ffffff;
}

.how-it-works-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ffefef;
}

.list-text span {
  font-size: 20px;
  color: #ffefef;
}

.connect-locally-text {
  font-size: 24px;
  line-height: 1.5;
  /* text-align: center; */
  padding-right: 180px;
  padding-left: 180px;
}

.connect-globally-title h2 {
  margin-bottom: 28px;
}

.live-hubs-title {
  font-size: 40px !important;
  margin-bottom: 24px;
  text-align: left;
}

.country-flags {
  margin-bottom: 12px;
}

.nig-live-hubs-card {
  width: 510px;
  height: 209px;
  border-radius: 16px;
  border: 0.5px solid #006651;
  padding: 32px;
  background-color: #f2fffa;
  text-align: left;
}

.nig-live-hubs-card h3,
.can-live-hubs-card h3,
.uk-live-hubs-card h3 {
  font-family: "ClashGrotesk";
  font-size: 40px;
  /* text-align: left; */
}

.can-live-hubs-card {
  width: 510px;
  height: 209px;
  border-radius: 16px;
  border: 0.5px solid #d80027;
  padding: 32px;
  background-color: #fff2f5;
  text-align: left;
}

.uk-live-hubs-card {
  width: 510px;
  height: 209px;
  border-radius: 16px;
  border: 0.5px solid #14439e;
  padding: 32px;
  background-color: #f2f7ff;
  text-align: left;
}

.start-a-hub {
  background-color: #ffffff !important;
}
.connect-global-gap {
  justify-content: center;
}

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

.custom-height {
  background-color: #473e69;
}
.image-footer {
  border-color: #06142e !important;
}

@media (max-width: 767px) {
  .connect-locally-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0px;
  }
  .founder-journey-image {
    border: solid 5px #473e69;
    border-radius: 16px;
  }
  .connect-globally-title h2 {
    margin-bottom: 16px;
  }
  .custom-mobile-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .live-hubs-title {
    font-size: 16px !important;
    margin-top: 20px !important;
  }
  .country-flags {
    width: 40px;
    height: 40px;
  }
  .nig-live-hubs-card,
  .can-live-hubs-card,
  .uk-live-hubs-card {
    width: auto !important;
    height: auto !important;
    padding: 12px;
    border-radius: 8px;
  }
  .nig-live-hubs-card h3,
  .can-live-hubs-card h3,
  .uk-live-hubs-card h3 {
    font-size: 14px;
  }
  .connect-global-gap {
    gap: 1rem !important;
    text-align: left !important;
    justify-content: left;
    padding-left: 12px;
  }
  .connect-cta {
    gap: 1rem !important;
  }
  .custom-height {
    padding-top: 120px !important;
  }
  .how-it-works-title h2 {
    font-size: 32px;
    margin-top: 0px;
    text-align: left;
  }
  .how-it-works-title.text-center {
    text-align: left !important;
  }
  .list-icon-wrapper img {
    width: 32px;
    height: 32px;
  }
  .how-it-works-list h3 {
    font-size: 24px;
  }
  .list-text span {
    font-size: 14px;
  }
  .image-footer {
    top: -40px !important;
    margin-top: 40px;
  }
  .how-it-works-img {
    margin-bottom: 28px;
  }
  .mobile-padding-bottom {
    padding-bottom: 44px !important;
  }

  .aximo-section-title.center {
    text-align: left !important;
  }

  .rln-screen {
    display: flex;
    position: relative;
    top: -100px;
    z-index: 1;
  }

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

  .custom-mobile-height {
    height: 500px !important;
    padding-top: 0px !important;
  }

  .mobile-padding-bt {
    padding-bottom: 0px !important;
  }
}
