* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:hover {
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: 1px solid #4FA3D9;
  outline-offset: 1px;
  border: 1px solid #ffffff !important;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  background-color: #F8FAFC;
  color: #1F2937;
}
body p {
  line-height: 150% !important;
  letter-spacing: 0.54px !important;
  word-spacing: 2.5px !important;
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #64748B;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #64748B;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #64748B;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #64748B;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #64748B;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #64748B;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #64748B;
}

::-webkit-scrollbar {
  display: none;
}

button {
  border: 0;
  background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: pretty;
  margin: 0px;
}

p {
  text-wrap: pretty;
  margin: 0px;
}

.black_btn {
  border-radius: 4px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 0px 14px 24px;
  border: none;
  box-shadow: 0 4px 6px rgba(79, 163, 217, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .black_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.black_btn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.24px;
  position: relative;
  padding-right: 54px;
}
@media screen and (max-width: 991px) {
  .black_btn span {
    text-align: center;
  }
}
.black_btn span::after {
  content: "";
  position: absolute;
  -webkit-transition: right 0.7s;
  transition: right 0.7s;
  right: 24px;
  height: 24px;
  width: 24px;
  background: url("../assets/img/white-arrow.svg");
  background-repeat: no-repeat;
}
.black_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(79, 163, 217, 0.3);
}
.black_btn:hover span::after {
  right: 16px;
}

.white_btn span {
  color: #1F2937;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
  letter-spacing: -0.15px;
  text-transform: capitalize;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.white_btn span::after {
  content: "";
  height: 24px;
  width: 24px;
  -webkit-transition: right 0.7s;
  transition: right 0.7s;
  background: url("../assets/img/black-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -34px;
}
.white_btn:hover span::after {
  right: -42px;
}

.btn_know {
  position: relative;
  display: inline-block;
  cursor: pointer;
  bottom: -36px;
}
.btn_know::after {
  content: "";
  background-image: url("../assets/img/white-arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
}
.btn_know span {
  display: inline-block;
  padding-right: 40px;
  color: #fefcf4;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

@media (min-width: 576px) {
  .thanku__modal .modal-dialog {
    max-width: 546px;
  }
}
.thanku__modal .modal-dialog .modal-content {
  border-radius: 4px;
  background-color: #1c1c1c;
}
.thanku__modal .modal-dialog .modal-content .btn-close {
  background: url("../assets/img/x.svg") center/24px auto no-repeat;
  width: 24px;
  height: 24px;
  opacity: 1;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.thanku__modal .modal-dialog .modal-content .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.thanku__modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}
.thanku__modal .modal-dialog .modal-content .modal-body .bg {
  width: 100%;
  height: 100%;
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 466px;
}
@media screen and (max-width: 767px) {
  .thanku__modal .modal-dialog .modal-content .modal-body .contents {
    top: 54%;
  }
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents h3 {
  color: #ddddda;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}
.thanku__modal .modal-dialog .modal-content .modal-body .contents p {
  color: #74726b;
  font-size: 1.125;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .thanku__modal .modal-dialog .modal-content .modal-body .contents p {
    font-size: 1rem;
  }
}

.btn_black {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 14px 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #4FA3D9, #2E8CCF);
  display: inline-block;
  border: none;
  box-shadow: 0 4px 6px rgba(79, 163, 217, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .btn_black {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.btn_black:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(79, 163, 217, 0.3);
}

.btn_submit {
  border-radius: 4px;
  background: linear-gradient(90deg, #4FA3D9, #2E8CCF);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 14px 40px;
  min-width: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  box-shadow: 0 4px 6px rgba(79, 163, 217, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn_submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            width:100%;
  }
}
.btn_submit span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  position: relative;
}
.btn_submit span::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 24px;
  background-image: url("../assets/img/submit-arrow.svg");
  right: -32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_submit:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(79, 163, 217, 0.3);
}
.btn_submit:hover span::after {
  right: -40px;
}
@media
 screen and (max-width: 767px) {
  .btn_submit {
    min-width: 100%;
  }
}
.btn_jobs {
  padding: 14px 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #4FA3D9, #2E8CCF);
  width: 162px;
  display: inline-block;
  padding: 14px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: none;
  box-shadow: 0 4px 6px rgba(79, 163, 217, 0.2);
  transition: all 0.3s ease;
}
.btn_jobs span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_jobs span::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 24px;
  background-image: url("../assets/img/submit-arrow.svg");
  right: -32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_jobs:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(79, 163, 217, 0.3);
}
.btn_jobs:hover span::after {
  right: -40px;
}

.skipLink {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #1C1C1C;
  color: #fff;
  padding: 8px 24px;
  z-index: 10000;
  text-decoration: none;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  color: #DDDDDA;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.skipLink:focus {
  top: 10px;
}

.header__navbar__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1024;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.header__navbar__wrapper .top__nav__wrapper {
  background: linear-gradient(135deg, #241C6A, #241C6A);
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .dark,
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  width: auto;
  width: 100%;
  height: 28px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a .light {
  display: none;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .dark {
  display: none;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex a:hover .light {
  display: block;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button {
  background-color: transparent;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  padding: 14px 24px 14px 0px;
  color: #F1F5F9;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  position: relative;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::before {
  content: "";
  background-image: url("../assets/img/header/arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  background: #7BC4F3;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown button:hover {
  color: #F8FAFC;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu {
  background: #101015;
  border: 1px solid #4b4b4b;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 16px;
  top: 35px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li {
  margin-bottom: 12px;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.24px;
  padding: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #4FA3D9;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: transparent;
  color: #fff;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li .dropdown-item:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button {
  color: #F8FAFC;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover button::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .dropdown:hover .dropdown-menu {
  display: block;
  left: -25px !important;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  top: 48px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links {
  color: #F1F5F9;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14px;
  margin: 0;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: inline-block;
  padding: 14px 0;
  position: relative;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  background: #7BC4F3;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links::after {
    display: none;
  }
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links:hover {
  color: #F8FAFC;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex .links:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .top__nav__wrapper .nav_bar_flex .items .inner_flex.second {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.header__navbar__wrapper .main__navbar__wrapper {
  border-bottom: 1px solid #E2E8F0;
  background:linear-gradient(135deg, #4FA3D9, #241C6A);
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper {
    background:linear-gradient(135deg,#4FA3D9, #241C6A);
    top: 0;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar {
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar {
    background: #241C6A;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-brand {
    margin-left: 0;
    padding: 16px 0;
    display: flex;
    align-items: center;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler {
  position: relative;
  height: 24px;
  width: 24px;
  border: none;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-right: 0;
}

.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler {
    margin-right: 0;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler::before {
    content: "";
    position: absolute;
    background: url("../assets/img/header/homeburger.svg");
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}

/* Hide hamburger on desktop - aggressive hiding */
@media screen and (min-width: 992px) {
  /* Target the navbar-toggler with maximum specificity */
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler,
  .navbar .navbar-toggler,
  .navbar-toggler,
  #mainNavbarToggler,
  button.navbar-toggler {
    /* Completely remove from layout */
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    
    /* Set dimensions to zero */
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    
    /* Remove all styling */
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    
    /* Remove content */
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: -9999px !important;
  }
  
  /* Override Bootstrap's default navbar-toggler styles */
  .navbar-toggler {
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
  }
  
  /* Most specific rule using ID */
  #mainNavbarToggler {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  
  /* Nuclear option - hide all navbar togglers on desktop */
  button[class*='navbar-toggler'] {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler.menu-open,
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler[aria-expanded=true] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    left: auto;
    /* Keep hamburger visible when menu is open */
  }
}

/* Ensure hamburger icon is visible when menu is closed - increased specificity */
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:not(.menu-open):not([aria-expanded=true]),
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:not(.menu-open),
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    position: relative;
    left: auto;
  }
}

/* Override cross icon to show hamburger when menu is closed - increased specificity */
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:not(.menu-open):not([aria-expanded=true])::before,
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler:not(.menu-open)::before,
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler::before {
    content: "";
    position: absolute;
    background: url("../assets/img/header/homeburger.svg") !important;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}

/* Override the oldcss cross icon rule with higher specificity */
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .navbar-toggler[aria-expanded=true]::before {
    background: url("../assets/img/header/homeburger.svg") !important;
  }
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper {
    background:linear-gradient(135deg, #F8FAFC, #E2E8F0);
    height: calc(100vh - 53px);
    overflow-y: auto;
    position: fixed;
    top: 75px;
    left: 0;
    right: 50%;
    z-index: 1000;
    padding: 24px;
    margin: 0;
    width: 50%;
    min-width: 300px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav {
  width: calc(100% - 112px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav {
    padding: 32px 12px;
    width: 100%;
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown {
    margin-right: 0;
    border-bottom: 1px solid #3a3935;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown::before {
  content: "";
  background-image: url("../assets/img/header/arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 12px;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  border: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown::after {
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
  padding: 16px 24px 16px 0;
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link {
    margin: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link:after {
    display: none;
    font-size: 1.125rem;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .nav-link.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .nav-link {
  opacity: 1;
  color: #F8FAFC;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
  min-width: 490px;
  left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 4px;
  border: 1px solid #4b4b4b;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  padding: 16px 16px 0px 16px;
  background: #101015;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    padding: 0;
    border: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu.show {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  padding: 8px 16px;
  margin-bottom: 16px;
  white-space: wrap;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
    white-space: unset;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap .normal_img {
  display: inline;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item .flex_wrap .hover_img {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item .list_item p {
  color: #64748B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  opacity: 0.75;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  border-radius: 4px;
  background: #E2E8F0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item .flex_wrap h5 {
  color: #241C6A;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item .flex_wrap .normal_img {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item .flex_wrap .hover_img {
  display: inline;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover .list_item p {
  color: #1F2937;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child {
  margin-right: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover::after {
  left: 0;
  right: 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  top: 51px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:hover .dropdown-menu {
    display: unset;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:nth-child(1)::before {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:nth-child(1) .nav-link {
  padding: 16px 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child {
  border-bottom: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child::before {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child .nav-link {
  padding: 16px 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:last-child .nav-link::after {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .navbar-nav .dropdown:nth-child(2) .nav-link::after {
  display: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
  margin: 0;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion {
    display: none;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item {
  margin: 0;
  border: none;
  background-color: transparent;
  border-radius: 4px;
  overflow: hidden;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 16px;
  background-color: #ffffff;
  border-top: 1px solid #e2e8f0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul {
  padding: 0px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  padding: 4px 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li a {
  color: #374151;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  padding: 10px 16px;
  display: block;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li a:hover {
  color: #1E40AF;
  background-color: #F0F9FF;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li {
  padding: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item {
  color: #374151;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  padding: 12px 16px;
  display: block;
  border-radius: 4px;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item .flex_wrap h5 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.18px;
  margin: 0px;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  opacity: 0.75;
  padding-top: 16px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item {
    white-space: wrap;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-collapse .accordion-body .programs_mobile li .mob-dropdown-item:hover {
  background-color: #F0F9FF;
  color: #1E40AF;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header {
  background:linear-gradient(135deg, #4FA3D9, #241C6A);
  border-radius: 4px;
  margin: 8px 0;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button {
  background:linear-gradient(135deg, #4FA3D9, #241C6A);
  padding: 16px 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  border: none;
  text-align: left;
  width: 100%;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #ffffff;
  opacity: 1;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: none;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../assets/img/footer/arrow-down.svg");
  height: 24px;
  width: 24px;
  background-position: center;
  background-size: cover;
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item h2 a {
  color: #1F2937;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .accordion .accordion-item h2 a:hover {
  background-color: #F0F9FF;
  color: #1E40AF;
  transform: translateX(4px);
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .products_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 16px;
  }
}
.header__navbar__wrapper .main__navbar__wrapper .navbar .collapse_wrapper .products_flex .flex_link {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .header__navbar__wrapper .main__navbar__wrapper .mobile {
    background:linear-gradient(135deg,#4FA3D9, #241C6A);
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
}
.header__navbar__wrapper.scroll-down {
  top: -48px;
}
/* On mobile, prevent header from hiding when scrolling */
@media screen and (max-width: 991px) {
  .header__navbar__wrapper.scroll-down {
    top: 0 !important;
  }
  
  /* Ensure header stays at top on mobile devices */
  .header__navbar__wrapper {
    position: fixed !important;
    top: 0 !important;
  }
}

/* Additional fix to ensure header stays visible on mobile */
@media screen and (max-width: 991px) {
  .header__navbar__wrapper {
    position: fixed;
    top: 0;
    z-index: 1024;
  }
  
  .header__navbar__wrapper.scroll-down,
  .header__navbar__wrapper.scroll-up {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
  }
}

.accord_mob_view .accordion-body {
  padding: 0px;
  padding-top: 16px;
}

.footer_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .footer_wrap {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .footer_wrap .footer_menu {
    display: none;
  }
}
.footer_wrap .footer_menu h5 {
  margin: 0px;
}
.footer_wrap .footer_menu h5 a {
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 600;
  /* 16px */
  letter-spacing: 0.32px;
  margin: 0px;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7BC4F3));
  background-image: linear-gradient(#7BC4F3);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-bottom: 5px;
}
.footer_wrap .footer_menu h5 a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .footer_menu h5 a:hover {
    background-size: 0% 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap .footer_menu h5 a::after {
    display: none;
  }
}
.footer_wrap .footer_menu h6 {
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  margin: 0px;
  padding: 40px 0px 12px 0px;
}
.footer_wrap .footer_menu h4 {
  padding: 0px 0px 12px 12px;
  margin: 0px;
}
.footer_wrap .footer_menu h4 a {
  color: #E2E8F0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.32px;
  margin: 0px;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7BC4F3));
  background-image: linear-gradient(#7BC4F3);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-bottom: 5px;
}
.footer_wrap .footer_menu h4 a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .footer_menu h4 a:hover {
    background-size: 0% 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap .footer_menu h4 a::after {
    display: none;
  }
}
.footer_wrap .footer_menu .accelerate {
  padding-top: 68px;
  padding-left: 0px;
}
.footer_wrap .footer_menu .accelerate_menu {
  padding-left: 8px;
}
.footer_wrap .footer_menu .ascend {
  padding-top: 92px;
  padding-left: 0px;
}
.footer_wrap .footer_menu .ascend_menu {
  padding-left: 8px;
}
.footer_wrap .sub_footer {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .sub_footer {
    padding-bottom: 40px;
  }
}
.footer_wrap .sub_footer .share_logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .sub_footer .share_logos_wrap {
    gap: 40px;
  }
}
.footer_wrap .sub_footer .share_logos_wrap a img {
  opacity: 0.8;
}
.footer_wrap .sub_footer .share_logos_wrap a:hover img {
  opacity: 1;
}
.footer_wrap .sub_footer .mobile_view {
  margin-top: 0px;
  padding: 48px 0px 0px 0px;
}
@media screen and (min-width: 991px) {
  .footer_wrap .sub_footer .mobile_view {
    display: none;
  }
}
.footer_wrap .sub_footer .mobile_view h5 {
  margin-bottom: 24px;
  width: 100%;
}
.footer_wrap .sub_footer .mobile_view h5 a {
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item {
  border: none;
  background: #0b4fbc;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header {
  background: #1652b3;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button {
  background: #205cbd;
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  border-radius: 0px;
  padding: 16px 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  color: #F1F5F9;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background: url("../assets/img/footer/arrow-down.svg");
  height: 24px;
  width: 24px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse {
  border-radius: 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 16px 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item {
  padding-bottom: 24px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item h4 {
  margin-bottom: 12px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item h4 a {
  color: rgba(208, 208, 206, 0.87);
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body .menu_item:last-child {
  padding-bottom: 0px;
}
.footer_wrap .sub_footer .mobile_view .accordion .accordion-item .accordion-collapse .accordion-body ul li:last-child {
  padding-bottom: 0px;
}
.footer_wrap .images_footer_wrap {
  width: 100%;
}
.footer_wrap .images_footer_wrap .main_content_wrap {
  padding: 24px 0px;
  border-top: 1px solid #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 345px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .logo_consulting {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #4b4b4b;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .logo_consulting {
    padding-bottom: 16px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-left: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px;
  width: 100%;
}
@media screen and (max-width: 320px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos {
    gap: 0px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a .h_img {
  display: none;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a .n_img {
  display: inline;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .n_img {
  display: none;
}
.footer_wrap .images_footer_wrap .main_content_wrap .logos_wrap .sub_logos li a:hover .h_img {
  display: inline;
}
.footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.footer_wrap .images_footer_wrap .main_content_wrap .pages_ft_wrap li a {
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.footer_wrap .rights_footer_wrap {
  padding-top: 40px;
}
.footer_wrap .rights_footer_wrap .rights_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer_wrap .rights_footer_wrap .rights_wrap span {
  color: #E2E8F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}
.footer_wrap .rights_footer_wrap .rights_wrap span a {
  color: #E2E8F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}

.our_programs_list {
  padding-left: 20px !important;
}

.footer_item {
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .footer_item {
    padding-left: 8px;
    gap: 16px;
  }
}
.footer_item.first_item {
  padding-left: 20px;
}
.footer_item li a {
  width: 100%;
  color: #F1F5F9;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin-bottom: 8px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7BC4F3));
  background-image: linear-gradient(#7BC4F3);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  .footer_item li a {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0px;
  }
}
.footer_item li a:hover {
  background-size: 100% 1px;
}
@media screen and (max-width: 991px) {
  .footer_item li a:hover {
    background-size: 0% 0px;
  }
}

.rampex-wrapper {
  padding: 100px 0px;
}
@media screen and (max-width: 991px) {
  .rampex-wrapper {
    padding: 56px 0px;
  }
}
.rampex-wrapper .news-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .rampex-wrapper .news-head-wrapper {
    margin-bottom: 24px;
  }
}
.rampex-wrapper .news-head-wrapper h2 {
  color: #1F2937;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .rampex-wrapper .news-head-wrapper h2 {
    font-size: 1.25rem;
  }
}
.rampex-wrapper .news-head-wrapper .white_btn {
  margin-right: 45px;
  margin-top: 0px;
}
.rampex-wrapper .news-head-wrapper .white_btn span {
  color: #1F2937;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .rampex-wrapper .news-head-wrapper .white_btn {
    display: none;
  }
}
.rampex-wrapper .mob_view_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 991px) {
  .rampex-wrapper .mob_view_btn {
    display: none;
  }
}

.event-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .event-cards {
    margin-bottom: 24px;
  }
}
.event-cards .event-top {
  height: 168px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0px 20px;
  position: absolute;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1366px) {
  .event-cards .event-top {
    gap: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .event-cards .event-top {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .event-cards .event-top {
    gap: 56px;
  }
}
.event-cards .event-top .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8px;
}
.event-cards .event-top .top-content .top-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.event-cards .event-top .top-content .top-heading h6 {
  color: #F1F5F9;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.event-cards .event-top .top-content .top-heading img {
  height: 20px;
  width: 20px;
}
.event-cards .event-top .top-content h5 {
  overflow: hidden;
  color: #F1F5F9;
  text-overflow: ellipsis;
  white-space: wrap;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.18px;
  text-transform: capitalize;
}
.event-cards .event-top .bottom-content {
  display: none;
}
.event-cards .event-top .bottom-content ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.event-cards .event-top .bottom-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  list-style-type: none;
}
.event-cards .event-top .bottom-content ul li img {
  height: 16px;
  width: 16px;
}
.event-cards .event-top .bottom-content ul li p {
  color: #F1F5F9;
  font-size: 1rem;
  margin-bottom: 0;
}
.event-cards .event-top .bottom-content p {
  overflow: hidden;
  color: #F1F5F9;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 0px;
}
.event-cards .event-top .bottom-content .btn_know span {
  color: #F1F5F9;
}
.event-cards .event-bottom {
  height: 282px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.event-cards .event-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.event-cards:hover .event-top {
  height: 100%;
  border-radius: 4px;
}
.event-cards:hover .event-top .bottom-content {
  display: block;
}
.event-cards:hover .event-top .btn-know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.contact_us_section {
  height: 100%;
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact_us_section {
    padding-bottom: 56px;
  }
}
.contact_us_section .contact_us_content {
  border-radius: 8px;
  background-image: url("../assets/img/home/contact-us/contact-modified1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content {
    margin-bottom: 20px;
    background-image: url("../assets/img/home/contact-us-mob-bg1.png");  
  }
}
.contact_us_section .contact_us_content .contact_us_left_content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .contact_us_section .contact_us_content .contact_us_left_content {
    padding: 24px 0px;
  }
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content {
    padding: 26px 0px 0px 32px;
  }
}
.contact_us_section .contact_us_content .contact_us_left_content h4 {
  color: #1F2937;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  /*max-width: 262px;*/
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content h4 {
    font-size: 24px;
    color: #1F2937;
    /*max-width: 209px;*/
    padding-bottom: 16px;
  }
}
.contact_us_section .contact_us_content .contact_us_left_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  padding: 24px 0px 0px 0px;
  margin: 0px;
  color: #1F2937;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content p {
    font-size: 16px;
    max-width: 278px;
    padding: 0;
  }
}
.contact_us_section .contact_us_content .contact_us_left_content .contact_us_disktop_btn {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_left_content .contact_us_disktop_btn {
    display: none;
  }
}
.contact_us_section .contact_us_content .contact_us_img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 91%;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_section .contact_us_content .contact_us_img {
    height: 100%;
    margin-bottom: -6cm;
    
  }
}
.contact_us_section .contact_us_content .contact_us_img .contact_us_disktop {
  height: 452px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_img .contact_us_disktop {
    display: none;
  }
}
.contact_us_section .contact_us_content .contact_us_img .contact_us_mob {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 991px) {
  .contact_us_section .contact_us_content .contact_us_img .contact_us_mob {
    display: none;
  }
}

.contact_us_mobile_btn .black_btn {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 24px;
}
.contact_us_mobile_btn .black_btn span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 991px) {
  .contact_us_mobile_btn {
    display: none;
  }
}



.banner_section_wrap {
  margin-top: 105px;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;

  /* Image + gradient overlay */
  background:
    linear-gradient(135deg, rgba(79,163,217,0.75), rgba(91,108,255,0.75));

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Diagonal modern education shape */
.banner_section_wrap::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 450px;
  height: 450px;

  background: linear-gradient(135deg,#4FA3D9,#7B5CFF);
  transform: rotate(35deg);

  opacity: 0.25;
  border-radius: 40px;
}

/* Bottom glow shape */
.banner_section_wrap::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;

  background: radial-gradient(circle,#4FA3D9,#5B6CFF);
  opacity: 0.25;
  border-radius: 50%;
  filter: blur(80px);
}

/* Right top diagonal shape */
.banner_section_wrap::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -280px;
  width: 450px;
  height: 450px;
  background: linear-gradient(135deg,#1297ea,#5331e8);
  transform: rotate(35deg);
  opacity: 0.25;
  border-radius: 40px;
}

/* Bottom glow shape */
.banner_section_wrap::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(135deg,#1297ea,#5331e8);
  opacity: 0.25;
  border-radius: 50%;
  filter: blur(80px);
}

/* NEW LEFT SIDE SHAPE */
.banner_shape_left {
  position: absolute;
  top: -100px;
  left: -180px;
  width: 420px;
  height: 420px;
  background: linear-gradient(135deg,#4FA3D9,#5B6CFF);
  transform: rotate(-35deg);
  opacity: 0.25;
  border-radius: 40px;
}



@keyframes floatShape{
  0%{
    transform:translateY(0px) rotate(0deg);
  }
  50%{
    transform:translateY(-30px) rotate(8deg);
  }
  100%{
    transform:translateY(0px) rotate(0deg);
  }
}

/* Big Center Animated Circle */
/* Common circle style */
.banner_circle{
  position:absolute;
  top:50%;
  left:50%;
  border-radius:50%;
  transform:translate(-50%, -50%);
  filter:blur(120px);
  z-index:0;
}

/* Circle 1 (dark rotating shadow) */
.circle1{
  width:900px;
  height:900px;

  background:conic-gradient(
    rgba(255,235,160,0.9) 0%,   /* strong light center */
    rgba(212,175,55,0.75) 20%,  /* luxury gold */
    rgba(91,108,255,0.45) 45%,  /* blue blend */
    rgba(79,163,217,0.35) 60%,  /* soft blue */
    rgba(255,215,120,0.25) 75% /* light gold */
  );

  animation:rotateCircle1 25s linear infinite;
}

/* Circle 2 (subtle red depth) */
.circle2{
  width:700px;
  height:700px;

  background:conic-gradient(
    rgba(255,235,160,0.9) 0%,   /* strong light center */
    rgba(212,175,55,0.75) 20%,  /* luxury gold */
    rgba(91,108,255,0.45) 45%,  /* blue blend */
    rgba(79,163,217,0.35) 60%,  /* soft blue */
    rgba(255,215,120,0.25) 75% /* light gold */
  );

  animation:rotateCircle2 18s linear infinite reverse;
}

/* Circle 3 (Bright Future Glow) */
.circle3{
  width:1100px;
  height:1100px;

  background: radial-gradient(
    circle,
    rgba(255,235,160,0.9) 0%,   /* strong light center */
    rgba(212,175,55,0.75) 20%,  /* luxury gold */
    rgba(91,108,255,0.45) 45%,  /* blue blend */
    rgba(79,163,217,0.35) 60%,  /* soft blue */
    rgba(255,215,120,0.25) 75%, /* light gold */
    transparent 90%
  );

  filter: blur(140px);

  animation: rotateCircle3 40s linear infinite,
             glowPulse 6s ease-in-out infinite;
}


@keyframes rotateCircle1{
  from{
    transform:translate(-50%,-50%) rotate(0deg);
  }
  to{
    transform:translate(-50%,-50%) rotate(360deg);
  }
}

@keyframes rotateCircle2{
  from{
    transform:translate(-50%,-50%) rotate(0deg);
  }
  to{
    transform:translate(-50%,-50%) rotate(360deg);
  }
}


/* rotation */
@keyframes rotateCircle3{
  from{
    transform:translate(-50%,-50%) rotate(0deg) scale(1);
  }
  50%{
    transform:translate(-50%,-50%) rotate(180deg) scale(1.1);
  }
  to{
    transform:translate(-50%,-50%) rotate(360deg) scale(1);
  }
}

/* glowing breathing light */
@keyframes glowPulse{
  0%{
    opacity:0.8;
    filter:blur(120px);
  }
  50%{
    opacity:1;
    filter:blur(150px);
  }
  100%{
    opacity:0.8;
    filter:blur(120px);
  }
}

@media (max-width:768px){

.banner_center_circle{
  width:200px;
  height:200px;
}

}

/* Tablet */
@media screen and (max-width: 991px) {
  .banner_section_wrap {
    margin-top: 56px;

    background:
      linear-gradient(135deg, rgba(79,163,217,0.75), rgba(91,108,255,0.75)),
      url("../assets/img/home/home-banner-tab1.png");

    background-size: cover;
    background-position: center;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .banner_section_wrap {
    margin-top: 56px;

    background:
      linear-gradient(135deg, rgba(79,163,217,0.8), rgba(91,108,255,0.8)),
      url("../assets/img/home/home-ban-mob1.webp");

    background-size: cover;
    background-position: center;
  }



/* Circle 1 (dark rotating shadow) */
.circle1{
  width:900px;
  height:900px;

  background:conic-gradient(
    rgba(255,235,160,0.9) 0%,   /* strong light center */
    rgba(212,175,55,0.75) 20%,  /* luxury gold */
    rgba(91,108,255,0.45) 45%,  /* blue blend */
    rgba(79,163,217,0.35) 60%,  /* soft blue */
    rgba(255,215,120,0.25) 75% /* light gold */
  );

  animation:rotateCircle1 25s linear infinite;
}

/* Circle 2 (subtle red depth) */
.circle2{
  width:700px;
  height:700px;

  background:conic-gradient(
    rgba(255,235,160,0.9) 0%,   /* strong light center */
    rgba(212,175,55,0.75) 20%,  /* luxury gold */
    rgba(91,108,255,0.45) 45%,  /* blue blend */
    rgba(79,163,217,0.35) 60%,  /* soft blue */
    rgba(255,215,120,0.25) 75% /* light gold */
  );

  animation:rotateCircle2 18s linear infinite reverse;
}

/* Circle 3 (Bright Future Glow) */
.circle3{
  width:1100px;
  height:1100px;

  background: radial-gradient(
    circle,
    rgba(255,235,160,0.9) 0%,   /* strong light center */
    rgba(212,175,55,0.75) 20%,  /* luxury gold */
    rgba(91,108,255,0.45) 45%,  /* blue blend */
    rgba(79,163,217,0.35) 60%,  /* soft blue */
    rgba(255,215,120,0.25) 75%, /* light gold */
    transparent 90%
  );

  filter: blur(140px);

  animation: rotateCircle3 40s linear infinite,
             glowPulse 6s ease-in-out infinite;
}


@keyframes rotateCircle1{
  from{
    transform:translate(-10%,-10%) rotate(0deg);
  }
  to{
    transform:translate(-10%,-10%) rotate(360deg);
  }
}

@keyframes rotateCircle2{
  from{
    transform:translate(-10%,-10%) rotate(0deg);
  }
  to{
    transform:translate(-10%,-10%) rotate(360deg);
  }
}


/* rotation */
@keyframes rotateCircle3{
  from{
    transform:translate(-40%,-30%) rotate(0deg) scale(1);
  }
  50%{
    transform:translate(-30%,-30%) rotate(180deg) scale(1.1);
  }
  to{
    transform:translate(-30%,-10%) rotate(360deg) scale(1);
  }
}

}

/* Banner Content */
.banner_section_wrap .banner_content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: white;

  position: relative;
}


.banner_section_wrap .banner_content h1 {
  color: #101820;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.68px;
  text-align: center;
  padding-top: 48px;
  margin: 0px;
}
.banner_section_wrap .banner_content h1 span {
  color: #f7f8f8;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  /* 56px */
  letter-spacing: -1.68px;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content h1 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content h1 {
    font-size: 36px;
  }
}
.banner_section_wrap .banner_content p {
  color: #323437;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-align: center;
  padding-top: 24px;
  max-width: 733px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content p {
    font-size: 18px;
  }
}
.banner_section_wrap .banner_content .img_wrap {
  height: 445px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content .img_wrap {
    height: 100%;
  }
}

@media screen and (max-width: 786px) {
  .banner_section_wrap .banner_content .img_wrap {
  position: relative;
  z-index: 2;
}
}


.banner_section_wrap .banner_content .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .banner_content .img_wrap .disktop_view {
    display: none;
  }
}
.banner_section_wrap .banner_content .img_wrap .mobile_view {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(1.1) contrast(1.05);
}
@media screen and (min-width: 991px) {
  .banner_section_wrap .banner_content .img_wrap .mobile_view {
    display: none;
  }
}
.banner_section_wrap .btn_wrap_mobile_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0px 24px 0px;
  width: 100%;
  gap: 20px;
}
@media screen and (min-width: 991px) {
  .banner_section_wrap .btn_wrap_mobile_view {
    display: none;
  }
}

.banner_section_wrap .btn_wrap_mobile_view .black_btn {
  color: #FEFCF4;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.24px;
  border-radius: 4px;
  padding: 14px 24px;
  border: 1px solid #DEDEDE;
  background:linear-gradient(135deg, #241C6A, #4FA3D9);
  height: 100%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .banner_section_wrap .btn_wrap_mobile_view .black_btn {
    display: none;
  }
}

.training_section .trainer__wrapper .content__wrapper h5{
  padding-bottom: 8px;
}

.banner_section_wrap .btn_wrapper {
  position: absolute;
  top: 85%;
  left: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
}
@media screen and (max-width: 991px) {
  .banner_section_wrap .btn_wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    display: none;
  }
}
.banner_section_wrap .btn_wrapper .black_btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: 0.24px;
  border-radius: 4px;
  padding: 14px 24px;
  border: 1px solid #fff;
  background:linear-gradient(135deg, #241C6A, #4FA3D9);
  height: 100%;
}
.banner_section_wrap .btn_wrapper .black_btn span {
  padding-right: 32px;
}
.banner_section_wrap .btn_wrapper .black_btn span::after {
  right: 0px;
}
.banner_section_wrap .btn_wrapper .black_btn:hover span::after {
  right: -8px;
}

.gs_numbers_section {
  background: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section {
    padding-top: 56px;
  }
}
.gs_numbers_section .gs_mob_bg {
  position: absolute;
  top: -1%;
  right: -34%;
  height: 65%;
  width: 100%;
}

.gs_mob_bg{
    filter: brightness(0) saturate(100%) 
            invert(71%) sepia(45%) 
            saturate(600%) hue-rotate(5deg) 
            brightness(95%) contrast(95%);
}
@media screen and (min-width: 991px) {
  .gs_numbers_section .gs_mob_bg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap {
    position: relative;
    z-index: 2;
  }
}
.gs_numbers_section .num_left_wrap h2 {
  color: #101820;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: -0.64px;
  margin: 0px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap h2 {
    font-size: 20px;
    padding-top: 0px;
  }
}
.gs_numbers_section .num_left_wrap p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 16px 0px 32px 0px;
  max-width: 450px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap p {
    font-size: 16px;
  }
}
.gs_numbers_section .num_left_wrap .num_card_wrap {
  padding: 24px 0px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gs_numbers_section .num_left_wrap .num_card_wrap .num_card_content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.gs_numbers_section .num_left_wrap .num_card_wrap .num_icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gs_numbers_section .num_left_wrap .num_card_wrap .num_icon i {
  font-size: 24px;
  color: #28a745 !important;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap .num_card_wrap .num_icon {
    width: 26px;
    height: 26px;
  }
  
  .gs_numbers_section .num_left_wrap .num_card_wrap .num_icon i {
    font-size: 24px;
  }
}

.gs_numbers_section .num_left_wrap .num_card_wrap h3 {
  color: #241C6A;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap .num_card_wrap h3 {
    font-size: 32px;
  }
}
.gs_numbers_section .num_left_wrap .num_card_wrap p {
  color: #4582c0;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  max-width: 168px;
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_left_wrap .num_card_wrap p {
    font-size: 16px;
  }
}
.gs_numbers_section .num_right_wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gs_numbers_section .num_right_wrap {
    height: 90%;
    width: 90%;
    margin-top: 1cm;
  }
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_right_wrap {
    display: none;
  }
}
.gs_numbers_section .num_right_wrap img {
  height: 90%;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .gs_numbers_section .num_right_wrap img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
@media screen and (max-width: 991px) {
  .gs_numbers_section .num_right_wrap img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.program_section {
  padding-top: 80px;
  padding-bottom: 180px;
  background: radial-gradient(224.65% 180.97% at 55.64% -34.5%, #241C6A 17.97%, #4FA3D9 36.91%, rgba(92, 196, 102, 0) 73.18%);
}
@media screen and (max-width: 991px) {
  .program_section {
    padding: 56px 0px 0px 0px;
  }
}
.program_section h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .program_section h2 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.program_section .program_main_card_wrap {
  position: relative;
}
.program_section .program_main_card_wrap .card_program_wrap {
  border-radius: 16px;
  background: #F8FAFC;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap {
    margin-bottom: 24px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap.p_card-2 {
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  background: #F1F5F9;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
}
.program_section .program_main_card_wrap .card_program_wrap.p_card-3 {
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
}
.program_section .program_main_card_wrap .card_program_wrap:last-child {
  margin-bottom: 0px;
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap {
  padding: 56px 0px 0px 52px;
}
@media screen and (max-width: 1024px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap {
    padding: 40px 24px 0px 24px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap h4 {
  color: #1F2937;
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.48px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap h4 {
    color: #000;
    font-size: 20px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap p {
  color: #1F2937;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 24px 0px 40px 0px;
  margin: 0px;
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap p {
    font-size: 16px;
    padding-bottom: 64px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap ul {
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 56px;
  padding-top: 16px;
  border-top: 1px solid #868686;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap ul {
    margin-bottom: 32px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap ul li img {
  height: 70%;
  width: 70%;
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .accelerate_logos {
  max-width: 471px;
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  text-decoration: none;
  margin-bottom: 56px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(79, 163, 217, 0.2);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(79, 163, 217, 0.3);
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn span {
  color: #ffffff;
  position: relative;
  padding-right: 34px;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn span {
    padding-right: 0;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn span::after {
  content: "";
  height: 24px;
  width: 24px;
  -webkit-transition: right 0.7s;
  transition: right 0.7s;
  background: url("../assets/img/white-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn span::after {
    display: none;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_left_wrap .white_btn:hover span::after {
  right: -8px;
}
.program_section .program_main_card_wrap .card_program_wrap .card_right_wrap {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap {
    height: 70%;
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap {
    padding-top: 40px;
  }
}
.program_section .program_main_card_wrap .card_program_wrap .card_right_wrap img {
  height: 58%;
  width: 58%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-left: 2cm;
}


@media screen and (max-width: 786px) {

    .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap {
    height: 105%;
    width: 100%;
  }

  .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap img {
  height: 95%;
  width: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
    margin-left: 0cm;

}


}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .card_program_wrap .card_right_wrap img {
    border-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.program_section .program_main_card_wrap .p_card-1 {
  position: sticky;
  top: 12%;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .p_card-1 {
    position: relative;
  }
}
.program_section .program_main_card_wrap .p_card-2 {
  position: sticky;
  top: 18%;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .p_card-2 {
    position: relative;
  }
}
.program_section .program_main_card_wrap .p_card-3 {
  position: sticky;
  top: 28%;
}
@media screen and (max-width: 991px) {
  .program_section .program_main_card_wrap .p_card-3 {
    position: relative;
  }
}

.partnership_section {
  padding: 80px 0px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
}
.partnership_section h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .partnership_section h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.partnership_section .card_partnership {
  border-radius: 16px;
  padding: 16px 16px 32px 16px;
  border: 1px solid #E2E8F0;
  background: #F8FAFC;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
          box-shadow: 0px 1px 10px 0px rgba(36, 28, 106, 0.1);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .partnership_section .card_partnership {
    margin-bottom: 24px;
  }
}
.partnership_section .card_partnership img {
  height: 221px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.partnership_section .card_partnership .partnership_content {
  padding: 40px 16px 0px 16px;
}
.partnership_section .card_partnership .partnership_content p {
  color: #64748B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: 0.36px;
  height: 125px;
  max-width: 292px;
  overflow: hidden;
  padding-top: 16px;
}
.partnership_section .card_partnership .partnership_content .partnership_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partnership_section .card_partnership .partnership_content .partnership_title img {
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.partnership_section .card_partnership .partnership_content .partnership_title h6 {
  color: #1F2937;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.18px;
}
.partnership_section .button_wrap {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .partnership_section .button_wrap {
    margin-top: 32px;
  }
}

.home_more_rampex {
  height: 100%;
  width: 100%;
}
.home_more_rampex .rampex-wrapper {
  background: #f5f6f5;
}

.home_contact_us {
  height: 100%;
  width: 100%;
}
.home_contact_us .contact_us_section {
  background: #f5f6f5;
}

.aluminis_section {
  background: #F8FAFC;
  padding: 80px 0px;
}
@media screen and (max-width: 991px) {
  .aluminis_section {
    padding: 56px 0px;
  }
}
.aluminis_section h2 {
  color: #1F2937;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .aluminis_section h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.aluminis_section .swiper-main-wrapper {
  width: 100%;
  position: relative;
}
.aluminis_section .swiper-main-wrapper::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
  background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
  width: 134px;
  height: 69px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper::before {
    background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
    background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
    height: 60px;
    width: 40px;
    left: -5px;
  }
}
.aluminis_section .swiper-main-wrapper::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
  background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 134px;
  height: 69px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(7.66%, rgba(254, 254, 254, 0)), color-stop(91.58%, #fefefe));
    background: linear-gradient(270deg, rgba(254, 254, 254, 0) 7.66%, #fefefe 91.58%);
    height: 60px;
    width: 40px;
    right: -5px;
    
  }
}
.aluminis_section .swiper-main-wrapper .swiper {
  width: 100%;
  overflow: hidden;
  
}
.aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper {
    height: auto;
    min-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper {
    height: auto;
    min-height: 50px;
  }
}
.aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: max-content;
  display: inline-block;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
}
@media screen and (max-width: 480px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide {
    padding-right: 20px;
  }
}
.aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide p {
  color: #241C6A;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.64px;
  margin: 0px;
  text-align: left;
  white-space: nowrap;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide p {
    font-size: 20px;
    padding: 0 10px 0 0;
    white-space: nowrap;
    word-break: keep-all;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .aluminis_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide p {
    font-size: 16px;
    line-height: 110%;
    white-space: nowrap;
    word-break: keep-all;
    display: inline-block;
  }
}

.technology_section {
  padding-top: 80px;
  background-image: url("../assets/img/home/home-emp1.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .technology_section {
    background-image: url("../assets/img/home/home-emp-mob1.webp");
    padding-top: 56px;
  }
}
.technology_section .technology_left_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.technology_section .technology_left_content h2 {
  color: #1F2937;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  /* 32px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .technology_section .technology_left_content h2 {
    font-size: 20px;
  }
}
.technology_section .technology_left_content .card_technology {
  padding-top: 40px;
}
.technology_section .technology_left_content .card_technology .card_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 14px;
}
.technology_section .technology_left_content .card_technology .card_title h5 {
  color: #1F2937;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 0px;
}
.technology_section .technology_left_content .card_technology p {
  max-width: 452px;
  color: #1F2937;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  letter-spacing: 0.36px;
}
.technology_section .technology_left_content .black_btn {
  margin-top: 54px;
}
@media screen and (max-width: 991px) {
  .technology_section .technology_left_content .black_btn {
    width: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-block: 54px 24px;
  }
}
@media screen and (max-width: 991px) {
  .technology_section .technology_left_content .black_btn span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .technology_section .technology_img {
    padding-top: 24px;
  }
}
.technology_section .technology_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.community_section {
  padding: 80px 0px;
  background: #241C6A;
}
@media screen and (max-width: 991px) {
  .community_section {
    padding: 56px 0px;
  }
}
.community_section h2 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .community_section h2 {
    font-size: 20px;
  }
}
.community_section .swiper-main-wrapper {
  width: 100%;
  position: relative;
}
.community_section .swiper-main-wrapper::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(8.96%, rgba(19, 50, 43, 0)), color-stop(107.17%, #13322b));
  background: linear-gradient(270deg, rgba(19, 50, 43, 0) 8.96%, #2956b6 107.17%);
  width: 193px;
  height: 120px;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .community_section .swiper-main-wrapper::before {
    height: 60px;
    width: 120px;
    left: -40px;
  }
}
.community_section .swiper-main-wrapper::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(19, 50, 43, 0)), color-stop(107.17%, #13322b));
  background: linear-gradient(270deg, rgba(19, 50, 43, 0) 0%, #2956b6 107.17%);
  width: 193px;
  height: 120px;
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .community_section .swiper-main-wrapper::after {
    height: 60px;
    width: 120px;
    right: -5px;
  }
}
.community_section .swiper-main-wrapper .swiper {
  width: 100%;
}
.community_section .swiper-main-wrapper .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .community_section .swiper-main-wrapper .swiper .swiper-wrapper {
    height: 60px;
  }
}
.community_section .swiper-main-wrapper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.career__pathways__wrapper {
  margin-top: 104px;
  background: 
    linear-gradient(135deg, #241C6A, #4FA3D9),
    url("../assets/img/jobseeker/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper {
    margin-top: 55px;
    background-image: linear-gradient(135deg, #241C6A, #4FA3D9),url("../assets/img/jobseeker/job-ban.png");
  }
}
.career__pathways__wrapper .contents {
  padding: 80px 0 64px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .contents {
    padding: 56px 0px 174px;
  }
}
.career__pathways__wrapper .contents::after {
  content: "";
  background-image: url("../assets/img/jobseeker/pattern.svg");
  background-repeat: no-repeat;
  width: 661px;
  height: 642px;
  position: absolute;
  top: 8%;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .contents::after {
    background-image: url("../assets/img/jobseeker/job-ban-mob.svg");
    height: 100%;
    width: 100%;
    top: 75%;
    right: -58%;
  }
}
@media screen and (max-width: 767px) {
  .career__pathways__wrapper .contents::after {
    background-image: url("../assets/img/jobseeker/job-ban-mob.svg");
    height: 100%;
    width: 100%;
    top: 75%;
    right: -55px;
  }
}
.career__pathways__wrapper .contents h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.2px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .contents h2 {
    font-size: 36px;
  }
}
.career__pathways__wrapper .contents p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 40px;
  max-width: 786px;
}
.career__pathways__wrapper .img_wrap .desktop_view {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .career__pathways__wrapper .img_wrap .desktop_view {
    display: none;
  }
}
.career__pathways__wrapper .img_wrap .mob_view {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 991px) {
  .career__pathways__wrapper .img_wrap .mob_view {
    display: none;
  }
}

.process__wrapper {
  padding: 100px 0 200px 0;
}
@media screen and (max-width: 991px) {
  .process__wrapper {
    padding: 56px 0;
  }
}
.process__wrapper .title_wrap {
  margin-bottom: 40px;
}
.process__wrapper .title_wrap h3 {
  color: #1F2937;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .title_wrap h3 {
    font-size: 20px;
  }
}
.process__wrapper .title_wrap p {
  color: #1F2937;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .process__wrapper .title_wrap p br {
    display: none;
  }
}
.process__wrapper .process_step_wrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap {
    margin-bottom: 40px;
  }
}
.process__wrapper .process_step_wrap .img-fluid {
  border-radius: 4px;
}
.process__wrapper .process_step_wrap .tag_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.process__wrapper .process_step_wrap .tag_flex .tag_left {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  letter-spacing: 0.14px;
  clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  height: 36px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 8px 26px 8px 16px;
}
.process__wrapper .process_step_wrap .tag_flex .tag_right {
  color: #222324;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  background-image: linear-gradient(94deg, rgba(61, 144, 172, 0.694) 34.06%, rgba(92, 177, 196, 0.807) 100.17%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 36px;
  padding: 8px 22px 8px 25px;
  position: relative;
  left: -16px;
}
.process__wrapper .process_step_wrap .tag_flex .tag_right.polygon_1 {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.process__wrapper .process_step_wrap .tag_flex .tag_right.polygon_2 {
  clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.process__wrapper .process_step_wrap .tag_flex .tag_right.polygon_3 {
  clip-path: polygon(19% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.process__wrapper .process_step_wrap .process_contents {
  margin-top: 48px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap .process_contents {
    margin-top: 16px;
  }
}
.process__wrapper .process_step_wrap .process_contents h4 {
  color: #1F2937;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap .process_contents h4 {
    font-size: 20px;
  }
}
.process__wrapper .process_step_wrap .process_contents p {
  color: #64748B;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .process__wrapper .process_step_wrap .process_contents p {
    font-size: 16px;
  }
}
.process__wrapper .process_step_wrap:last-child {
  margin-bottom: 0;
}

.jobseeker__wrapper {
  background-image: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  padding-top: 82px;
}
.jobseeker__wrapper .img {
  position: relative;
  z-index: 1;
}
.jobseeker__wrapper .img::after {
  content: "";
  background-image: url("../assets/img/jobseeker/job-seeker/pattern.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 100%;
  left: -7.5%;
  z-index: -1;
}
.jobseeker__wrapper .details_wrap h3 {
  color: #fefcf4;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
.jobseeker__wrapper .details_wrap .job_list {
  margin: 0;
}
.jobseeker__wrapper .details_wrap .job_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.jobseeker__wrapper .details_wrap .job_list li img {
  width: 32px;
  height: 32px;
}
.jobseeker__wrapper .details_wrap .job_list li p {
  color: #fefcf4;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  margin: 0;
}
.jobseeker__wrapper .details_wrap .job_list li .btn_black {
  margin-top: 10px;
}
.jobseeker__wrapper .details_wrap .job_list li:last-child {
  margin-bottom: 0;
}

.new_career_secion {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .new_career_secion {
    padding-top: 56px;
  }
}
.new_career_secion .new_career_wrap {
  border-radius: 4px;
  background: #F1F5F9;
  height: 100%;
  width: 100%;
}
.new_career_secion .new_career_wrap .career_content_wrap {
  padding-top: 54px;
  padding-left: 77px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_content_wrap {
    padding: 24px 16px 0px 16px;
  }
}
.new_career_secion .new_career_wrap .career_content_wrap h3 {
  color: #1F2937;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
.new_career_secion .new_career_wrap .career_content_wrap p {
  color: #1F2937;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 583px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_content_wrap p {
    font-size: 16px;
  }
}
.new_career_secion .new_career_wrap .career_content_wrap .black_btn {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_content_wrap .black_btn {
    display: none;
  }
}
.new_career_secion .new_career_wrap .career_img {
  padding: 42px 0px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 54px 0px 0px 0px;
  }
}
.new_career_secion .new_career_wrap .career_img img {
  height: 270px;
}
@media screen and (max-width: 991px) {
  .new_career_secion .new_career_wrap .career_img img {
    -o-object-fit: contain;
       object-fit: contain;
    padding-bottom: 54px;
  }
}

.jobseeker_contact .contact_us_section .contact_us_content {
  background-image: url("../assets/img/jobseeker/contact-us-bg-job1.png");
  background-position: unset;
  border-radius: 16px;
}

  .jobseeker_contact {
    padding-top: 100px;
  }
  @media screen and (max-width: 991px) {
    .jobseeker_contact {
      padding-top: 56px;
    }
  }


@media screen and (max-width: 991px) {
  .jobseeker_contact .contact_us_section .contact_us_content {
    background-image: url("../assets/img/jobseeker/contact-us-mob-job1.png");
  }
  
}



.employer__banner__wrapper {
  background: linear-gradient(135deg, rgba(24, 13, 122, 0.914), rgba(30, 133, 198, 0.888)),url("../assets/img/employers/banner-bg.webp");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 104px;
  overflow: hidden;
}
.employer__banner__wrapper .contents {
  color: #fff;
  padding-top: 80px;
  margin-bottom: 64px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents {
    padding-top: 56px;
    margin-bottom: 130px;
  }
}
.employer__banner__wrapper .contents h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.68px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.08px;
    margin-bottom: 24px;
  }
}
.employer__banner__wrapper .contents p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents p {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
  }
}
.employer__banner__wrapper .contents::after {
  content: "";
  background-image: url("../assets/img/employers/banner-vector.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 481px;
  height: 293px;
  position: absolute;
  top: 18%;
  right: -7%;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  .employer__banner__wrapper .contents::after {
    right: -10%;
  }
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .contents::after {
    width: 224px;
    height: 146px;
    top: 103%;
    right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .employer__banner__wrapper .contents::after {
    width: 224px;
    height: 146px;
    top: 103%;
    right: -3%;
  }
}
.employer__banner__wrapper .img {
  max-width: 100%;
}
.employer__banner__wrapper .img img {
  width: 100%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .img {
    display: none;
  }
}
.employer__banner__wrapper .img_mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .employer__banner__wrapper .img_mobile {
    display: block;
    max-width: 100%;
  }
}
.employer__banner__wrapper .img_mobile img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.aluminis_section .image {
  width: 453px;
  height: 678px;
}
.aluminis_section h3 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  color: #101820;
}
@media screen and (max-width: 991px) {
  .aluminis_section h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: -0.4px;
  }
}
.aluminis_section .content__wrapper {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .aluminis_section .content__wrapper {
    margin-bottom: 32px;
  }
}
.aluminis_section .content__wrapper .content {
  margin-bottom: 32px;
}
.aluminis_section .content__wrapper .content .icon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.aluminis_section .content__wrapper .content .icon__text img {
  width: 32px;
  height: 32px;
}
.aluminis_section .content__wrapper .content .icon__text h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.2px;
  color: #101820;
}
@media screen and (max-width: 991px) {
  .aluminis_section .content__wrapper .content .icon__text h6 {
    line-height: 100%;
    letter-spacing: -0.4px;
  }
}
.aluminis_section .content__wrapper .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #53565A;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 991px) {
  .aluminis_section .content__wrapper .content p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.32px;
  }
}

.training_section {
  background:
  linear-gradient(135deg, rgba(36, 28, 106, 0.432), rgba(79, 164, 217, 0.451)),
  url("../assets/img/employers/training_section.png");

  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .training_section {
    padding: 56px 0;
  }
}
.training_section .trainer__wrapper h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .training_section .trainer__wrapper h2 {
    margin-bottom: 40px;
  }
}
.training_section .trainer__wrapper .content__wrapper {
  padding: 24px 32px 32px 32px;
  height: 294px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.training_section .trainer__wrapper .content__wrapper h5 {
  color: #101820;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2px;
  padding-bottom: 8px;
}
.training_section .trainer__wrapper .content__wrapper p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.54px;
  margin: 0;
}

.workforce_section {
  margin: 100px 125px;
}
@media screen and (max-width: 991px) {
  .workforce_section {
    margin: 56px 0;
  }
}
.workforce_section h2 {
  text-align: center;
  font-size: 32px;
  color: #101820;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .workforce_section h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.4px;
  }
}
.workforce_section .content__wrapper {
  margin: 56px 0 0px 0px;
}
.workforce_section .content__wrapper p {
  font-size: 24px;
  color: #53565A;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.workforce_section .content__wrapper .mr-40:last-child {
  margin-bottom: 56px;
}
.workforce_section .content__wrapper .large__num {
  color: #4E7947;
}

.skills_section {
  background: linear-gradient(135deg, rgba(21, 9, 124, 0.941), rgba(37, 138, 201, 0.896)),url("../assets/img/employers/skill-bg.png");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 64px;
}
@media screen and (max-width: 991px) {
  .skills_section {
    padding: 56px 10px;
  }
}
.skills_section .skills__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
}
@media screen and (max-width: 991px) {
  .skills_section .skills__wrapper .tech {
    display: none;
  }
}
.skills_section .skills__wrapper .tech-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .skills_section .skills__wrapper .tech-mobile {
    display: block;
  }
}
.skills_section .skills__wrapper h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.8px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .skills_section .skills__wrapper h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%; /* 40px */
    letter-spacing: -0.8px;
  }
}

.employer_more_rampex {
  height: 100%;
  width: 100%;
}
.employer_more_rampex .rampex-wrapper {
  background-color: #fff;
}

.employer_contact_us {
  height: 100%;
  width: 100%;
}
.employer_contact_us .contact_us_section {
  background-color: #fff;
}
.employer_contact_us .contact_us_section .contact_us_content {
  background-image: url("../assets/img/jobseeker/contact-us-bg-job.png");
  background-position: unset;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .employer_contact_us .contact_us_section .contact_us_content {
    background-image: url("../assets/img/jobseeker/contact-us-mob-job.png");
  }
}

.image-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mr-80 {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .mr-80 {
    margin-bottom: 56px;
  }
}

.mr-40 {
  margin-bottom: 40px;
}

.mr-24 {
  margin-bottom: 24px;
}

.mr-t-8 {
  margin-top: 8px;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.br-8 {
  border-radius: 8px;
}

.color_light_green {
  color: #4d9661;
}

.color_mid_green {
  color: #4e7947;
}

.color_dark_green {
  color: #13322b;
}

.large__num {
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  /* 76.8px */
  letter-spacing: 0.64px;
}

.faq_section {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .faq_section {
    padding-bottom: 56px;
  }
}
.faq_section .faq_title {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .faq_section .faq_title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.faq_section .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #d1dcd7;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button {
  padding: 24px 0px;
}
@media screen and (max-width: 991px) {
  .faq_section .accordion .accordion-item .accordion-header .accordion-button {
    padding: 24px 0px 12px 0px;
  }
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button p {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #101820;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .faq_section .accordion .accordion-item .accordion-header .accordion-button p {
    max-width: 280px;
  }
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]:not(.collapsed) {
  background-color: transparent;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false]:not(.collapsed) {
  background-color: transparent;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button::after {
  height: 24px;
  width: 24px;
  background-image: url("../assets/img/plus.svg");
  background-size: cover;
}
.faq_section .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("../assets/img/minus.svg");
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-left: 0px;
  padding-top: 0px;
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: #53565A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body ul {
  margin: 0px;
  padding: 0px;
  padding-left: 24px;
}
.faq_section .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  color: #53565A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  list-style-type: disc;
}
.faq_section .accordion .accordion-item:first-of-type {
  border-radius: 0px;
}
.faq_section .accordion .accordion-item:last-of-type {
  border-radius: 0px;
}

.client_testimonials_img {
  padding: 80px 0px;
  background: #fff;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (min-width: 1440px) {
  .client_testimonials_img {
    margin-top: -2px;
  }
}
@media screen and (max-width: 991px) {
  .client_testimonials_img {
    padding: 56px 0px;
  }
}
.client_testimonials_img h2 {
  color: #05192c;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .client_testimonials_img h2 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.client_testimonials_img .testimonial__swiper__img {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img {
    padding-bottom: 56px;
    padding-top: 64px;
  }
}
.client_testimonials_img .testimonial__swiper__img.container {
  overflow: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards {
  border-radius: 15px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 440px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards {
    height: 490px;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description {
  padding: 40px 0px 40px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description {
    padding: 40px 16px 40px 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .description {
  overflow: hidden;
  margin: 0px 0 24px 0;
  max-width: 371px;
  color: #e4e6e9;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}

.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img {
  position: relative;
} 

.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img::before {
  content: "";
  position: absolute;
  background-image: url("../assets/img/testimonials-img/img-gradient.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  left: -1px;
} 

@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .description {
    font-size: 1rem;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation {
  overflow: hidden;
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h4 {
  font-size: 20px;
  color: #eff2f5;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h4 {
    font-size: 18px;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h5 {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  color: #d3d4d5;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_description .designation h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img {
    display: none;
  }
}
.client_testimonials_img .testimonial__swiper__img .swiper-wrapper .swiper-slide .testimonial_cards .testimonials_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet {
  background-color: #699770;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet-active {
  background: transparent;
  border-radius: 14px;
  border: 1px solid #1c1c1c;
  width: 60px;
}
.client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet-active::before {
  background-color: #174b39;
  border-radius: 14px;
  -webkit-animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .client_testimonials_img .testimonial__swiper__img .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.client_testimonials_img .swiper-button-next,
.client_testimonials_img .swiper-button-prev {
  bottom: auto;
  top: -56px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .swiper-button-next,
  .client_testimonials_img .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 84px;
  }
}
.client_testimonials_img .swiper-button-next::after,
.client_testimonials_img .swiper-button-prev::after {
  content: "";
  background-image: url("../assets/img/right-chevron.svg");
  height: 40px;
  width: 40px;
  position: absolute;
}
.client_testimonials_img .swiper-button-prev {
  left: auto;
  top: -56px;
  right: 70px;
}
@media screen and (max-width: 991px) {
  .client_testimonials_img .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 16px;
  }
}
.client_testimonials_img .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gs_job_seekers_section {
  padding-top: 80px;

  background:
    linear-gradient(rgba(79,163,255,0.75), rgba(191,230,255,0.75)),
    url("../assets/img/home/job-seeker-bg1.webp");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .gs_job_seekers_section {
    background-image: url("../assets/img/home/job-seeker-mob-bg1.webp");
    padding-top: 56px;
  }
}
.gs_job_seekers_section h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section h2 {
    font-size: 20px;
  }
}
.gs_job_seekers_section .job_img {
  height: 96%;
  width: 100%;
}

.gs_job_seekers_section .job_img img {
  height: 104.5%;
  width: 85%;
  -o-object-fit: cover;
     object-fit: cover;
}


.gs_job_seekers_section ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.gs_job_seekers_section ul .gs_job_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.gs_job_seekers_section ul .gs_job_card p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
  letter-spacing: 0.4px;
  margin: 0px;
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section ul .gs_job_card p {
    font-size: 16px;
  }
}
.gs_job_seekers_section ul .gs_job_card img {
  height: 32px;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gs_job_seekers_section .button_wrap {
  padding-top: 56px;
  padding-bottom: 24px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section .button_wrap .black_btn span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .gs_job_seekers_section .button_wrap .black_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-align: center;
  }
}

.quote-testimonials-wrapper {
  padding: 80px 0px 0px 0px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper {
    padding: 56px 0px 0px 0px;
  }


  .gs_job_seekers_section .job_img {
    height: 180%;
    width: 100%;
}
}
.quote-testimonials-wrapper h2 {
  color: #0e1a23;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper h2 {
    font-size: 20px;
    padding-bottom: 24px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper {
    padding-bottom: 56px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper.container {
  overflow: unset;
  padding-left: 12px;
  padding-right: 12px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  color: #fff;
  padding: 40px 72px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards {
    padding: 40px 16px 30px 16px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards img {
  width: 51px;
  height: 40px;
  margin-bottom: 16px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .description {
  color: #f5f6f7;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .description {
    font-size: 1rem;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation {
  overflow: hidden;
  padding-top: 24px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h4 {
  color: #d1d4d7;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h4 {
    font-size: 18px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h5 {
  color: #d0d1d2;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-wrapper .swiper-slide .testimonial_cards .designation h5 {
    font-size: 16px;
  }
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet {
  background-color: #73bc7e;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #154c38;
  border-radius: 14px;
  width: 60px;
}
.quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet-active::before {
  background-color: #13322b;
  -webkit-animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .quote-testimonials-wrapper .quote_testimonial__swiper .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .quote-testimonials-wrapper .swiper-button-next,
  .quote-testimonials-wrapper .swiper-button-prev {
    display: none;
  }
}
.quote-testimonials-wrapper .swiper-button-next,
.quote-testimonials-wrapper .swiper-button-prev {
  bottom: auto;
  top: -56px;
}
.quote-testimonials-wrapper .swiper-button-next::after,
.quote-testimonials-wrapper .swiper-button-prev::after {
  content: "";
  background-image: url("../assets/img/right-chevron.svg");
  height: 40px;
  width: 40px;
  position: absolute;
}
.quote-testimonials-wrapper .swiper-button-prev {
  left: auto;
  top: -56px;
  right: 70px;
}
.quote-testimonials-wrapper .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.program_banner_section {
  background: #fefcf4;
  padding-top: 100px;
  height: 690px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program_banner_section {
    height: 537px;
  }
}
.program_banner_section .program_ban_content {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .program_banner_section .program_ban_content {
    padding-top: 54px;
  }
}
.program_banner_section .program_ban_content h3 {
  color: #459562;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%; /* 40px */
  letter-spacing: -0.8px;
  margin: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .program_banner_section .program_ban_content h3 {
    font-size: 24px;
    padding-bottom: 24px;
  }
}
.program_banner_section .program_ban_content h2 {
  color: #101820;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%; /* 56px */
  letter-spacing: -1.68px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .program_banner_section .program_ban_content h2 {
    font-size: 32px;
  }
}
.program_banner_section .program_ban_content .program_ban_btn {
  padding-top: 54px;
  padding-bottom: 64px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program_banner_section .program_ban_img_wrap {
  position: absolute;
  width: 100%;
}
.program_banner_section .program_ban_img_wrap img {
  height: 526px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program_banner_section .program_ban_img_wrap .program-ban-dk {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .program_banner_section .program_ban_img_wrap .program-ban-dk {
    display: none;
  }
}
.program_banner_section .program_ban_img_wrap .program-ban-mob {
  border-radius: 14.578px;
  height: 320px;
}
@media screen and (min-width: 767px) {
  .program_banner_section .program_ban_img_wrap .program-ban-mob {
    display: none;
  }
}

.aspire_section {
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  height: 100%;
}
.aspire_section .aspire_content {
  width: 100%;
  margin: 390px 0px 70px 0px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content {
    margin-top: 262px;
  }
}
.aspire_section .aspire_content h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin: 0px;
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content h3 {
    font-size: 20px;
  }
}
.aspire_section .aspire_content p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content p {
    font-size: 18px;
  }
}
.aspire_section .aspire_content h5 {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin: 0;
  padding-block: 24px 16px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content h5 {
    font-size: 18px;
  }
}
.aspire_section .aspire_content ul {
  margin: 0;
}
.aspire_section .aspire_content ul li {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  list-style: disc;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_content ul li {
    font-size: 18px;
  }
}
.aspire_section .aspire_img_wrap {
  width: 100%;
  position: relative;
  margin-top: 369px;
}
@media screen and (max-width: 991px) {
  .aspire_section .aspire_img_wrap {
    margin-top: 10px;
  }
}
.aspire_section .aspire_img_wrap .aspire-bg {
  position: absolute;
  right: -4%;
  z-index: 1;
  top: 18%;
}
@media screen and (max-width: 1024px) {
  .aspire_section .aspire_img_wrap .aspire-bg {
    display: none;
  }
}
.aspire_section .aspire_img_wrap .aspire-bg-mob {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .aspire_section .aspire_img_wrap .aspire-bg-mob {
    display: none;
  }
}
.aspire_section .aspire_img_wrap .aspire-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course_section {
  padding: 100px 0px;
  background: #b7cff5;
}
@media screen and (max-width: 991px) {
  .course_section {
    padding: 56px 0px;
  }
}
.course_section h2 {
  color: #101820;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 56px;
}
@media screen and (max-width: 991px) {
  .course_section h2 {
    font-size: 20px;
    text-align: start;
    margin-bottom: 40px;
  }
}

.additional_pro_section {
  padding: 80px 0px;
  background-image: linear-gradient(135deg, rgba(36,28,106,0.85), rgba(79,163,217,0.85)),
  url("../assets/img/project-listing/additional/additional-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .additional_pro_section {
    background-image:linear-gradient(135deg, rgba(36,28,106,0.85), rgba(79,163,217,0.85)),
     url("../assets/img/project-listing/additional/additional-mob-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 56px 0px;
  }
}
.additional_pro_section h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin: 0px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section h2 {
    font-size: 20px;
  }
}
.additional_pro_section .additional_pro_card {
  position: relative;
}
@media screen and (max-width: 768px) {
  .additional_pro_section .additional_pro_card {
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .additional_pro_section .additional_pro_card {
    height: 520px;
  }
}

.additional_pro_section .additional_pro_card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .ascend {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .additional_pro_section .additional_pro_card .ascend_mob {
    display: none;
  }
}
.additional_pro_section .additional_pro_card .additional_pro_content {
  position: absolute;
  padding: 32px 40px;
  width: 100%;
  background: linear-gradient(135deg, rgba(36,28,106,0.85), rgba(79,163,217,0.85));
  bottom: 0;
  left: 0;
  border-radius: 0px 0px 4px 4px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .additional_pro_content {
    padding: 20px 24px;
  }
}
.additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title h5 {
    font-size: 18px;
  }
}
.additional_pro_section .additional_pro_card .additional_pro_content .additional_pro_title img {
  height: 24px;
  width: 24px;
}
.additional_pro_section .additional_pro_card .additional_pro_content p {
  padding-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  opacity: 0.75;
  margin: 0;
  max-width: 427px;
}
@media screen and (max-width: 991px) {
  .additional_pro_section .additional_pro_card .additional_pro_content p {
    font-size: 16px;
  }
}

.program_contact_section {
  background-image: linear-gradient(135deg, rgba(79,163,217,0.85)), url("../assets/img/project-listing/program-contact-us.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin-top: -1px;
}
@media screen and (max-width: 991px) {
  .program_contact_section {
    background-image: url("../assets/img/project-listing/program-contact-mob-bg.png");
  }
}
.program_contact_section .contact_us_content {
  background-image: url("../assets/img/jobseeker/contact-us-bg-job.png");
  background-position: unset;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .program_contact_section .contact_us_content {
    background-image: url("../assets/img/jobseeker/contact-us-mob-job.png");
  }
}

.banner_wrap {
  -webkit-transition: max-width 0.8s;
  transition: max-width 0.8s;
}
.banner_wrap.scroll_banner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  margin: 0px auto;
}
@media screen and (max-width: 991px) {
  .banner_wrap.scroll_banner {
    padding: auto;
    margin: auto;
  }
}

.course_card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.course_card_wrap .course_card {
  padding: 40px 24px;
  border-radius: 20px;
  background: #fff;
  height: 100%;
  margin-bottom: 24px;
}
.course_card_wrap .course_card h5 {
  color: #101820;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  padding-block: 24px 16px;
}
.course_card_wrap .course_card p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  opacity: 0.75;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .course_card_wrap .course_card p {
    font-size: 16px;
    line-height: 124%;
  }
}
.course_card_wrap .course_card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
  gap: 22px;
  padding: 40px 0px;
  margin: 0px;
}
.course_card_wrap .course_card ul li {
  list-style-type: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #459562;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.36px;
  margin: 0px;
}
.course_card_wrap .course_card ul li::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: #1b151f;
  position: absolute;
  right: -13px;
  top: 46%;
}
.course_card_wrap .course_card ul li:last-child::after {
  display: none;
}
.course_card_wrap .course_card .course_btn {
  width: 100%;
}
.course_card_wrap .course_card .course_btn .black_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}

.course_banner_section {
  padding-top: 100px;
  border-radius: 0px 0px 40px 40px;
  height: 100%;
  background: linear-gradient(192deg, #fff -13.61%, #e3f5e3 66.91%, #d4d297 252.96%);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .course_banner_section {
    padding-top: 54px;
    border-radius: 0px;
  }
}
.course_banner_section .ban_vt {
  position: absolute;
  left: 0;
  top: 33%;
}
@media screen and (min-width: 1440px) {
  .course_banner_section .ban_vt {
    left: -2%;
    top: 39%;
  }
}
@media screen and (max-width: 1024px) {
  .course_banner_section .ban_vt {
    left: -17%;
  }
}
@media screen and (max-width: 991px) {
  .course_banner_section .ban_vt {
    top: 49%;
    height: 500px;
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .course_banner_section .ban_vt {
    display: none;
  }
}
.course_banner_section .ban_mob_vt {
  position: absolute;
  left: -19%;
  top: 61%;
  height: 300px;
}
@media screen and (min-width: 767px) {
  .course_banner_section .ban_mob_vt {
    display: none;
  }
}
.course_banner_section .course_ban_img {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_img {
    padding-top: 40px;
  }
}
.course_banner_section .course_ban_img .disktop_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .course_banner_section .course_ban_img .disktop_img {
    display: none;
  }
}
.course_banner_section .course_ban_img .mobile_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 767px) {
  .course_banner_section .course_ban_img .mobile_img {
    display: none;
  }
}
.course_banner_section .course_ban_content {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_content {
    padding-top: 56px;
  }
}
.course_banner_section .course_ban_content h3 {
  color: #2c624e;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin: 0px;
}
.course_banner_section .course_ban_content h2 {
  color: #101820;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin: 16px 0px;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_content h2 {
    font-size: 32px;
    margin: 24px 0px;
  }
}
.course_banner_section .course_ban_content p {
  color: #53565A;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 991px) {
  .course_banner_section .course_ban_content p {
    font-size: 18px;
  }
}
.course_banner_section .course_ban_content .black_btn {
  margin-top: 32px;
}

.overview_section {
  background: #e8f6e2;
  padding: 105px 0px 80px 0px;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .overview_section {
    padding: 60px 0px 56px 0px;
  }
}
.overview_section .course_btn_mobile {
  position: sticky;
  top: 92.5%;
  padding: 0px;
  z-index: 10;
}
.overview_section .course_btn_mobile .black_btn {
  border-radius: 4px;
}
.overview_section .course_btn_mobile .black_btn span {
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.18px;
  text-transform: capitalize;
}
@media screen and (min-width: 991px) {
  .overview_section .course_btn_mobile {
    display: none;
  }
}
.overview_section .course_card_wrap {
  position: sticky;
  top: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 991px) {
  .overview_section .course_card_wrap {
    display: none;
  }
}
.overview_section .course_card_wrap .course_card {
  border: 1px solid #c6c6c6;
  padding: 0px;
}
.overview_section .course_card_wrap .course_card .com_wrap {
  padding: 24px 24px 0px 24px;
  margin: 0px;
}
.overview_section .course_card_wrap .course_card .com_wrap .course_btn {
  margin-bottom: 24px;
}
.overview_section .course_card_wrap .course_card .candidate_wrap {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  background: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  padding: 18px 0px 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.overview_section .course_card_wrap .course_card .candidate_wrap img {
  height: 32px;
  width: 32px;
}
.overview_section .course_card_wrap .course_card .candidate_wrap p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.18px;
  margin: 0px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.overview_section .overview_card {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  background: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
  padding: 40px 32px;
}
.overview_section .overview_card h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
.overview_section .overview_card h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin: 0px;
}
.overview_section .overview_card p {
  padding-top: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 576px;
}
.overview_section .overview_card p span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.36px;
}
.overview_section .curriculum_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap {
    margin-top: 56px;
  }
}
.overview_section .curriculum_wrap h3 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap h3 {
    font-size: 20px;
  }
}
.overview_section .curriculum_wrap .core_card {
  padding: 24px 32px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 16px;
}
.overview_section .curriculum_wrap .core_card h5 {
  color: #101820;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card h5 {
    font-size: 20px;
  }
}
.overview_section .curriculum_wrap .core_card .core_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.overview_section .curriculum_wrap .core_card .core_title img {
  height: 18px;
  width: 18px;
}
.overview_section .curriculum_wrap .core_card .core_title h6 {
  margin: 0px;
  color: #101820;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.18px;
}
.overview_section .curriculum_wrap .core_card p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin: 0px;
  padding-block: 16px 0px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card p {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .soft_skills {
  padding: 16px 0px;
  color: #1c1c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  opacity: 0.75;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .soft_skills {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .week_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.overview_section .curriculum_wrap .core_card .week_list div p {
  color: #459562;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .week_list div p {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .week_list .separator {
  height: 1px;
  width: 215px;
  background: #D0D0CE;
}
@media screen and (max-width: 767px) {
  .overview_section .curriculum_wrap .core_card .week_list .separator {
    width: 137px;
  }
}
.overview_section .curriculum_wrap .core_card .soft_skills_list {
  margin: 16px 0 40px 0;
  padding-left: 23px;
}
.overview_section .curriculum_wrap .core_card .soft_skills_list li {
  list-style-type: disc;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 576px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .soft_skills_list li {
    font-size: 16px;
  }
}
.overview_section .curriculum_wrap .core_card .weekly_prep {
  color: #2c624e;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  margin-bottom: 24px;
  padding: 0px;
}
@media screen and (max-width: 991px) {
  .overview_section .curriculum_wrap .core_card .weekly_prep {
    font-size: 16px;
  }
}
.overview_section .career_services_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .overview_section .career_services_wrap {
    margin-top: 56px;
  }
}
.overview_section .career_services_wrap .career_services {
  border-radius: 16px;
  background: radial-gradient(581.91% 212.15% at -7.73% -14.81%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
}
.overview_section .career_services_wrap .career_services .career_services_card {
  padding: 40px 32px;
}
.overview_section .career_services_wrap .career_services .career_services_card h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
.overview_section .career_services_wrap .career_services .career_services_card p,
.overview_section .career_services_wrap .career_services .career_services_card .first_para {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 576px;
}
.overview_section .career_services_wrap .career_services .career_services_card p span,
.overview_section .career_services_wrap .career_services .career_services_card .first_para span {
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.36px;
}
.overview_section .career_services_wrap .career_services .career_services_card .first_para {
  margin-bottom: 16px;
}
.overview_section .career_services_wrap .specialized_wrap {
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  padding: 24px 16px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card {
  padding: 24px 16px;
  margin-bottom: 16px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content {
    margin-top: 24px;
  }
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content .specialized_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content .specialized_title img {
  height: 24px;
  width: 24px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content .specialized_title h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.18px;
  margin: 0px;
  margin-bottom: 24px;
  max-width: 287px;
}
.overview_section .career_services_wrap .specialized_wrap .specialized_card .specialized_content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 388px;
}
.overview_section .admission_wrap {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .overview_section .admission_wrap {
    margin-top: 56px;
  }
}
.overview_section .admission_wrap h3 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .overview_section .admission_wrap h3 {
    font-size: 20px;
  }
}
.overview_section .admission_wrap .admission_card {
  padding: 24px 32px 32px 32px;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 24px;
}
.overview_section .admission_wrap .admission_card h6 {
  color: #2c624e;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  margin-block: 40px 8px;
}
@media screen and (max-width: 767px) {
  .overview_section .admission_wrap .admission_card h6 {
    font-size: 18px;
  }
}
.overview_section .admission_wrap .admission_card p {
  color: #53565A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 1400px) {
  .overview_section .admission_wrap .admission_card p {
    max-width: 577px;
  }
}
@media screen and (max-width: 767px) {
  .overview_section .admission_wrap .admission_card p {
    font-size: 16px;
  }
}
.overview_section .admission_wrap .admission_card p a {
  opacity: 0.75;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .overview_section .admission_wrap .admission_card p a {
    font-size: 16px;
  }
}

.courses_section {
  background: #e8f6e2;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .courses_section {
    padding-bottom: 56px;
  }
}
.courses_section h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
}
@media screen and (max-width: 991px) {
  .courses_section h2 {
    font-size: 20px;
    text-align: start;
    margin-bottom: 24px;
  }
}
.courses_section .swiper_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.courses_section .swiper_wrap .swiper {
  max-width: 926px;
  height: 100%;
  padding: 54px 0px;
}
.courses_section .swiper-pagination-bullet {
  background-color: #699770;
  opacity: 1;
  width: 12px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.courses_section .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
}
.courses_section .swiper-pagination-bullet-active {
  background: transparent;
  border-radius: 14px;
  border: 1px solid #1c1c1c;
  width: 60px;
}
.courses_section .swiper-pagination-bullet-active::before {
  background-color: #174b39;
  border-radius: 14px;
  -webkit-animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
          animation: slide-progress 3s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}
.swiper-paused .courses_section .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@keyframes slide-progress {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .courses_section .swiper-button-next,
  .courses_section .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 84px;
  }
}
.courses_section .swiper-button-next::after,
.courses_section .swiper-button-prev::after {
  content: "";
  background-image: url("../assets/img/course-detail/admission/add-btn-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40px;
  width: 40px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .courses_section .swiper-button-prev {
    top: 20px;
    right: auto;
    left: 16px;
  }
}
.courses_section .swiper-button-prev::after {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.more_rampex_section {
  background: #e8f6e2;
}

.course_contact_section {
  padding-top: 100px;
  background: radial-gradient(581.14% 145.14% at 65.34% -5.53%, #2c5e4c 0%, #36765f 42.33%, #5cc466 100%);
}
@media screen and (max-width: 991px) {
  .course_contact_section {
    padding-top: 56px;
  }
}
.course_contact_section .contact_us_content {
  background-image: url("../assets/img/jobseeker/contact-us-bg-job.png");
  background-position: unset;
  border-radius: 16px;
}
@media screen and (max-width: 991px) {
  .course_contact_section .contact_us_content {
    background-image: url("../assets/img/jobseeker/contact-us-mob-job.png");
  }
}

.contact_rampex__wrapper {
  padding: 168px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper {
    padding: 108px 0 56px 0;
  }
}
.contact_rampex__wrapper .talent_title_wrapper {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper .talent_title_wrapper {
    margin-bottom: 56px;
  }
}
.contact_rampex__wrapper .talent_title_wrapper h2 {
  color: #101820;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.56px;
  max-width: 641px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact_rampex__wrapper .talent_title_wrapper h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper .talent_title_wrapper h2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.contact_rampex__wrapper .talent_title_wrapper p {
  color: #53565A;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper .talent_title_wrapper p {
    font-size: 1rem;
  }
}
.contact_rampex__wrapper .contact_us_form .form_group {
  padding: 16px 0px;
}
.contact_rampex__wrapper .contact_us_form .form_group label {
  color: #1F2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.24px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_rampex__wrapper .contact_us_form .form_group label span {
  color: #e84625;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
}
.contact_rampex__wrapper .contact_us_form .form_group label img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.contact_rampex__wrapper .contact_us_form .form_group .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding-left: 0px;
  border-bottom: 1px solid #E2E8F0;
  color: #1F2937;
}
.contact_rampex__wrapper .contact_us_form .form_group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact_rampex__wrapper .contact_us_form .form_group .form-control.is-invalid {
  background-image: none;
}
.contact_rampex__wrapper .contact_us_form .form_group .phone_input_wrap {
  width: 100%;
}
.contact_rampex__wrapper .contact_us_form .form_group .phone_input_wrap .iti {
  width: 100%;
}
.contact_rampex__wrapper .contact_us_form .form_group .custom-select select option {
  padding: 6px 16px;
}
.contact_rampex__wrapper .contact_us_form .form_group .message {
  border-radius: 4px;
  border: 1px solid #E2E8F0;
  padding: 16px;
  color: #1F2937;
  background-color: #F8FAFC;
}
.contact_rampex__wrapper .contact_us_form .form_group .form-check-label {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
}
.contact_rampex__wrapper .contact_us_form .form_group input[type=checkbox] {
  position: relative;
  border: none;
  background: none;
  line-height: 0;
  margin: 0 0px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 24px;
  width: 24px;
  cursor: pointer;
  visibility: hidden;
}
.contact_rampex__wrapper .contact_us_form .form_check_box {
  padding-left: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper .contact_us_form .talent_check {
    padding-left: 30px;
    margin: 0px 0px 24px 0px;
  }
}
.contact_rampex__wrapper .contact_us_form .talent_check .check_label {
  position: relative;
  color: #53565A;
  margin: 0;
}
.contact_rampex__wrapper .contact_us_form .talent_check .check_label::before {
  content: "";
  position: absolute;
  top: 12%;
  left: -32px;
  height: 24px;
  width: 24px;
  border: 2px solid #1F2937;
}
.contact_rampex__wrapper .contact_us_form .talent_check input[type=checkbox]:checked ~ .check_label {
  color: #1c1c1c;
  opacity: 1;
}
.contact_rampex__wrapper .contact_us_form .talent_check input[type=checkbox]:checked ~ .check_label::before {
  background-image: url("../assets/img/rampex-contact/check-box.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.contact_rampex__wrapper .contact_us_form .form_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .contact_rampex__wrapper .contact_us_form .form_flex {
    gap: 0;
  }
}
.contact_rampex__wrapper .contact_us_form .form_flex .form_group {
  width: calc(50% - 12px);
}
@media screen and (max-width: 991px) {
  .contact_rampex__wrapper .contact_us_form .form_flex .form_group {
    width: 100%;
  }
}
.contact_rampex__wrapper .contact_us_form .form_flex .form_group select {
  background-color: transparent !important;
}
.contact_rampex__wrapper .contact_us_form .privacy {
  color: #64748B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  margin: 24px 0px 0px 0px;
}
.contact_rampex__wrapper .contact_us_form .privacy a {
  color: #0901FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  text-decoration: underline;
}
.contact_rampex__wrapper .contact_us_form .btn_submit {
  border-radius: 4px;
  background: #1b151f;
}
.contact_rampex__wrapper .job_search_card {
  padding: 24px;
  border: 1px solid #605E58;
  border-radius: 4px;
  position: sticky;
  top: 260px;
  margin: 260px 0 0 0;
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper .job_search_card {
    margin: 56px 0;
    position: unset;
    top: unset;
  }
}
.contact_rampex__wrapper .job_search_card img {
  width: 24px;
  height: 24px;
}
.contact_rampex__wrapper .job_search_card h5 {
  color: #101820;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper .job_search_card h5 {
    font-size: 1.125rem;
  }
}
.contact_rampex__wrapper .job_search_card p {
  color: #53565A;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .contact_rampex__wrapper .job_search_card p {
    font-size: 1rem;
  }
}
.contact_rampex__wrapper .job_search_card .btn_jobs {
  border-radius: 4px;
  background: #1b151f;
}
.contact_rampex__wrapper .invalid-feedback {
  color: #e84625;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.form_group {
  /* margin-bottom: 40px; */
  position: relative;
}
.form_group label {
  margin-bottom: 8px;
  color: #1F2937;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.24px;
  display: block;
}
.form_group label span {
  color: #a73837;
  font-size: 16px;
}
.form_group .form-control {
  color: #1F2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  padding: 13px 16px 13px 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #E2E8F0;
}
.form_group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #4FA3D9;
}
.form_group .form-control.bordered {
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  padding: 13px 16px;
}
.form_group .form-control.drops {
  background-image: url("../assets/img/rampex-contact/arrow-down.svg");
  background-size: 24px 24px;
}
.form_group .form-control.is-invalid {
  background-image: none;
}
.form_group .form-control.msg {
  border: 1px solid #E2E8F0;
  padding: 16px;
  border-radius: 4px;
  background-color: #F8FAFC;
}
.form_group .resumeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.form_group .resumeBox .custom-file-upload {
  border-radius: 4px;
  border: 1px solid #1F2937;
  padding: 13px 16px;
  color: #1F2937;
  font-size: 16px;
  width: 100%;
}
.form_group .resumeBox .file {
  border-radius: 8px;
  border: 1px solid #1F2937;
  padding: 13px 16px;
}
.form_group .resumeBox .file.btn-resume {
  position: relative;
  overflow: hidden;
}
.form_group .resumeBox .file .resume-input {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
}
.form_group .resumeBox .file img {
  width: 24px;
  height: 24px;
}
.form_group .invalid-feedback {
  position: absolute;
  bottom: -24px;
  color: #e84625;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.form_group textarea {
  width: 100%;
  background-color: transparent;
}
.form_group.check_box {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.form_group.check_box input[type=checkbox] {
  margin: 6px 0 0 0;
}
.form_group.check_box input[type=checkbox] + label {
  color: #1F2937;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .form_group.check_box input[type=checkbox] + label {
    max-width: 320px;
  }
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.iti {
  width: 100%;
}
.iti .iti__arrow {
  border: none;
  width: 8px;
  height: 8px;
  border-right: 1px solid #1c1c1c;
  border-top: 1px solid #1c1c1c;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.iti .iti__arrow.iti__arrow--up {
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
}
.iti .iti__selected-flag {
  padding-left: 16px;
  background-color: transparent !important;
}
.iti .iti__selected-dial-code {
  color: #1F2937;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.form-select.is-invalid:not([multiple]):not([size]) {
  background-image: url("../assets/img/carrers/arrow-down.svg");
  background-size: 24px 24px;
}

.footer_wrap {
  padding-top: 80px;
  padding-bottom: 40px;
  border-radius: 4px;
  background: linear-gradient(135deg, #241C6A);
  @media screen and (max-width: 991px) {
    padding-top: 40px;
  }

  .footer_menu {
    @media screen and (max-width: 991px) {
      display: none;
    }
    h5 {
      margin: 0px;
      a {
        color: rgba(178, 177, 171, 0.87);
        font-size: 16px;
        font-weight: 600;
        line-height: 100%; /* 16px */
        letter-spacing: 0.32px;
        opacity: 0.75;
        margin: 0px;
        width: 100%;
        margin-bottom: 8px;
        position: relative;
        text-transform: capitalize;
        background-image: linear-gradient(#f4f3f2);
        background-size: 0% 1px;
        background-repeat: no-repeat;
        background-position: left bottom;
        transition: all 1s ease;
        padding-bottom: 5px;

        &:hover {
          background-size: 100% 1px;
          @media screen and (max-width: 991px) {
            background-size: 0% 0px;
          }
        }

        @media screen and (max-width: 767px) {
          &::after {
            display: none;
          }

        }
      }
    }
    h6 {
      color: rgba(178, 177, 171, 0.87);
      font-size: 16px;
      font-weight: 600;
      line-height: 100%; /* 16px */
      letter-spacing: 0.32px;
      opacity: 0.75;
      margin: 0px;
      padding: 24px 0px 12px 0px;
    }
    h4 {
      padding: 0px 0px 12px 12px;
      margin: 0px;

      a {
        color: #b2b1ab;
        font-size: 16px;
        font-weight: 500;
        line-height: 140%; /* 22.4px */
        letter-spacing: 0.32px;
        opacity: 0.75;
        margin: 0px;
        width: 100%;
        margin-bottom: 8px;
        position: relative;
        text-transform: uppercase;
        background-image: linear-gradient(#f4f3f2);
        background-size: 0% 1px;
        background-repeat: no-repeat;
        background-position: left bottom;
        transition: all 1s ease;
        padding-bottom: 5px;

        &:hover {
          background-size: 100% 1px;
          @media screen and (max-width: 991px) {
            background-size: 0% 0px;
          }
        }

        @media screen and (max-width: 767px) {
          &::after {
            display: none;
          }
        }
      }
    }
    .accelerate {
      padding-top: 54px;
      padding-left: 0px;
    }
    .accelerate_menu {
      padding-left: 8px;
    }
    .ascend {
      padding-top: 76px;
      padding-left: 0px;
    }
    .ascend_menu {
      padding-left: 8px;
    }
  }

  .sub_footer {
    padding-bottom: 80px;
    @media screen and (max-width: 991px) {
      padding-bottom: 40px;
    }

    .share_logos_wrap {
      display: flex;
      gap: 24px;
      @media screen and (max-width: 991px) {
        gap: 40px;
      }
      a {
        img {
          opacity: 0.6;
        }
        &:hover {
          img {
            opacity: 1;
          }
        }
      }
    }

    // .services_foot_wrap {
    //   width: 100%;
    //   @media screen and (max-width: 991px) {
    //     display: none;
    //   }

    //   h3 {
    //     color: #ddd;
    //     font-size: 16px;
    //     font-weight: 600;
    //     line-height: 100%; /* 16px */
    //     letter-spacing: 0.32px;
    //     margin: 0px;
    //   }
    // }

    //mobile View
    .mobile_view {
      margin-top: 0px;
      padding: 48px 0px 0px 0px;

      @media screen and (min-width: 991px) {
        display: none;
      }
      h5 {
        margin-bottom: 24px;
        width: 100%;
        a {
          color: rgba(178, 177, 171, 0.87);
          font-size: 16px;
          font-weight: 600;
          line-height: 100%; /* 16px */
          letter-spacing: 0.32px;
          opacity: 0.75;
          display: inline-flex;
          width: 100%;
        }
      }
      .accordion {
        .accordion-item {
          border: none;
          background: #101015;
          .accordion-header {
            background: #101015;
            .accordion-button {
              background: #101015;

              color: #b2b1ab;
              font-size: 16px;
              font-weight: 600;
              line-height: 100%;
              letter-spacing: 0.32px;
              border-radius: 0px;
              padding: 16px 0px;
              &:focus {
                box-shadow: none;
              }
              &[aria-expanded="true"] {
                color: #ddd;
              }
              &::after {
                content: "";
                background: url("../assets/img/footer/arrow-down.svg");
                height: 24px;
                width: 24px;
              }
            }
          }
          .accordion-collapse {
            background: #101015;
            border-radius: 0px;
            .accordion-body {
              background: #101015;
              padding: 16px 0px;
              .menu_item {
                padding-bottom: 24px;
                h4 {
                  margin-bottom: 12px;
                  a {
                    color: #b2b1ab;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 140%; /* 22.4px */
                    letter-spacing: 0.32px;
                    opacity: 0.75;
                    text-transform: uppercase;
                  }
                }
                &:last-child {
                  padding-bottom: 0px;
                }
              }

              ul {
                li {
                  &:last-child {
                    padding-bottom: 0px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .images_footer_wrap {
    width: 100%;
    .main_content_wrap {
      padding: 24px 0px;
      border-top: 1px solid #4b4b4b;
      display: flex;
      justify-content: space-between;
      align-items: center;
      @media screen and (max-width: 991px) {
        padding: 0px;
        flex-direction: column;
      }
      .logos_wrap {
        display: flex;
        flex-direction: column;
        width: 345px;
        @media screen and (max-width: 991px) {
          width: 100%;
          align-items: center;
          margin-top: 40px;
        }
        .logo_consulting {
          // padding: 12px 0px;
          padding-bottom: 16px;
          display: flex;
          justify-content: center;
          height: 100%;
          width: 100%;
          border-bottom: 1px solid #4b4b4b;
          @media screen and (max-width: 991px) {
            padding-bottom: 16px;
          }
        }

        .sub_logos {
          display: flex;
          // gap: 23px;
          padding-top: 16px;
          padding-left: 0px;
          justify-content: space-between;
          margin: 0px;
          width: 100%;
          @media screen and (max-width: 320px) {
            gap: 0px;
          }
          li {
            a {
              img {
                object-fit: cover;
              }
              .h_img {
                display: none;
              }
              .n_img {
                display: inline;
              }
              &:hover {
                .n_img {
                  display: none;
                }
                .h_img {
                  display: inline;
                }
              }
            }
          }
        }
      }
      .pages_ft_wrap {
        margin: 0px;
        padding: 0px;
        display: flex;
        gap: 40px;
        @media screen and (max-width: 991px) {
          margin-top: 24px;
          flex-direction: column;
          align-items: center;
          gap: 20px;
        }
        li {
          a {
            color: #f4f3f2;
            font-size: 16px;
            font-weight: 500;
            line-height: 140%;
            letter-spacing: 0.32px;
            opacity: 0.75;
            &:hover {
              opacity: 1;
            }
          }
        }
      }
    }
  }

  .rights_footer_wrap {
    padding-top: 40px;
    .rights_wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      span {
        color: #b0b0b0;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
        a {
          color: #b0b0b0;
          font-size: 14px;
          font-weight: 400;
          line-height: 140%;
          letter-spacing: 0.28px;
        }
      }
    }
  }
}

/* Custom styles for rampex-wrapper */
.rampex-wrapper .news-head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .rampex-wrapper .news-head-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.rampex-wrapper .news-head-wrapper h2 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .rampex-wrapper .news-head-wrapper h2 {
    font-size: 1.25rem;
  }
}
.rampex-wrapper .news-head-wrapper .resources-btn-container {
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.rampex-wrapper .news-head-wrapper .white_btn {
  margin-right: 0;
  margin-top: 0px;
}
.rampex-wrapper .news-head-wrapper .white_btn span {
  color: #101820;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.footer_item {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0px;
  @media screen and (max-width: 991px) {
    padding-left: 8px;
    gap: 16px;
  }

  li {
    a {
      width: 100%;
      color: #f4f3f2;
      font-size: 16px;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: 0.32px;
      opacity: 0.75;
      margin-bottom: 8px;
      position: relative;
      text-transform: capitalize;
      background-image: linear-gradient(#f4f3f2);
      background-size: 0% 1px;
      background-repeat: no-repeat;
      background-position: left bottom;
      transition: all 1s ease;
      padding-bottom: 5px;
      @media screen and (max-width: 991px) {
        width: 100%;
        display: inline-flex;
        margin-bottom: 0px;
      }

      &:hover {
        background-size: 100% 1px;
        @media screen and (max-width: 991px) {
          background-size: 0% 0px;
        }
      }
    }
  }
}

/* Custom styles for rampex-wrapper */
.rampex-wrapper .news-head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .rampex-wrapper .news-head-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.rampex-wrapper .news-head-wrapper h2 {
  color: #101820;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .rampex-wrapper .news-head-wrapper h2 {
    font-size: 1.25rem;
  }
}
.rampex-wrapper .news-head-wrapper .resources-btn-container {
  display: flex;
  justify-content: flex-end;
  width: auto;
}

@media screen and (max-width: 991px) {
  .rampex-wrapper .news-head-wrapper .resources-btn-container {
    width: 100%;
    margin-top: 20px;
    justify-content: flex-end;
  }
}

/* Custom styles for nested dropdown menu - matching original design */
.universities-dropdown .dropdown-menu {
  min-width: 490px;
  left: 30px;
  transform: translateX(-50%);
  border-radius: 4px;
  border: 1px solid #4b4b4b;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  padding: 16px 16px 0px 16px;
  background: #101015;
}

.programs-trigger {
  position: relative;
}

.programs-btn {
  display: block;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 16px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.programs-btn:hover {
  background: #E3F5E4;
}

.programs-btn-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.programs-btn-content span:first-child {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.2px;
}

.programs-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 490px;
  background: #101015;
  border: 1px solid #4b4b4b;
  border-radius: 4px;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);
  padding: 16px 16px 0px 16px;
  z-index: 1000;
}

.programs-trigger:hover .programs-submenu {
  display: block;
}

/* Mobile styles for nested menu - matching original design */
.programs-trigger-mobile {
  width: 100%;
}

.programs-btn-mobile {
  width: 100%;
  padding: 16px 24px;
  background: transparent;
  color: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin-bottom: 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.programs-btn-mobile:hover {
  background: #E3F5E4;
}

.programs-btn-mobile:hover span:first-child {
  color: #101820;
}

.programs-btn-mobile .arrow {
  transition: transform 0.3s ease;
}

.programs-btn-mobile.active .arrow {
  transform: rotate(90deg);
}

.programs_mobile {
  display: none;
  padding-left: 0;
  margin: 0;
}

.programs_mobile.show {
  display: block;
}

@media screen and (max-width: 991px) {
  .universities-dropdown .dropdown-menu {
    transform: none;
    padding: 0;
    border: none;
  }
  
  .programs-submenu {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    padding: 16px 0px;
  }
  
  .programs-trigger:hover .programs-submenu {
    display: none;
  }
  
  .programs-dropdown-mobile {
    display: none;
  }
  
  .programs-dropdown-mobile.show {
    display: block;
  }
}


/* Minimal CSS Protection */
/* Only disable image dragging and printing */

img {
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
}

/* Disable printing */
@media print {
    * {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    body {
        background: white !important;
    }
    body::after {
        content: "Printing is not available for this page.";
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
        color: black;
    }
}

/* Random CSS noise to confuse source viewers (optional) */
._x1y2z3 { opacity: 0.9999; }
._a2b3c4 { transform: scale(1.00001); }
._d5e6f7 { background: linear-gradient(0deg, #fff0 0%, #fff0 100%); }

/* Contact Form Section Styles */
.contact_form_section {
  padding: 80px 0;
  background-color: #F8FAFC;
}

.contact_info_wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contact_info_wrapper h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1F2937;
}

.contact_info_wrapper > p {
  color: #4B5563;
  line-height: 160%;
  margin-bottom: 32px;
}

.contact_details {
  margin-bottom: 32px;
}

.contact_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.contact_icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.contact_icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.contact_text h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 4px;
}

.contact_text p {
  color: #6B7280;
  font-size: 0.9375rem;
}

.social_links h5 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 16px;
}

.social_icons {
  display: flex;
  gap: 12px;
}

.social_icons a {
  width: 40px;
  height: 40px;
  background: #F3F4F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social_icons a:hover {
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  transform: translateY(-2px);
}

.social_icons a img {
  width: 20px;
  height: 20px;
}

.contact_form_container {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.form_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form_group {
  margin-bottom: 20px;
}

.form_group label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1F2937;
  margin-bottom: 8px;
}

.form_group input,
.form_group select,
.form_group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  font-size: 1rem;
  font-family: 'Barlow', sans-serif;
  transition: all 0.3s ease;
  background: #FFFFFF;
}

.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
  border-color: #4FA3D9;
  box-shadow: 0 0 0 3px rgba(79, 163, 217, 0.1);
  outline: none;
}

.form_group input::placeholder,
.form_group textarea::placeholder {
  color: #9CA3AF;
}

.form_group textarea {
  resize: vertical;
  min-height: 120px;
}

.form_actions {
  margin-top: 32px;
}

.form_note {
  font-size: 0.875rem;
  color: #6B7280;
  margin-top: 12px;
  text-align: center;
  line-height: 140%;
}

@media screen and (max-width: 991px) {
  .contact_form_section {
    padding: 60px 0;
  }
  
  .contact_info_wrapper,
  .contact_form_container {
    padding: 30px;
  }
  
  .form_row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .contact_info_wrapper h2 {
    font-size: 1.75rem;
  }
  
  .contact_item {
    margin-bottom: 20px;
  }
}

/* CTA Section Styles */
.cta_section {
  padding: 80px 0;
  background: linear-gradient(135deg, #241C6A 0%, #4FA3D9 100%);
  position: relative;
  overflow: hidden;
}

.cta_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

.cta_container_wrapper {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.cta_content {
  text-align: center;
  color: #ffffff;
}

.cta_content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.cta_content p {
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 32px;
  opacity: 0.95;
}

.cta_buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta_buttons .black_btn {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta_buttons .black_btn span {
  color: #241C6A;
}

.cta_buttons .black_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.cta_buttons .white_btn {
  background: transparent;
  border: 2px solid #ffffff;
  box-shadow: none;
}

.cta_buttons .white_btn span {
  color: #ffffff;
  padding-right: 54px;
}

.cta_buttons .white_btn span::after {
  background: url("../assets/img/white-arrow.svg");
  right: 24px;
}

.cta_buttons .white_btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-3px);
}

@media screen and (max-width: 991px) {
  .cta_section {
    padding: 60px 0;
  }
  
  .cta_content h2 {
    font-size: 2rem;
  }
  
  .cta_content p {
    font-size: 1rem;
  }
  
  .cta_buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta_buttons .black_btn,
  .cta_buttons .white_btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .cta_section {
    padding: 50px 0;
  }
  
  .cta_content h2 {
    font-size: 1.75rem;
  }
  
  .cta_content p {
    font-size: 0.9375rem;
  }
}

/* Support Section Styles */
.support_section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.support_section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: #1F2937;
}

.card_support {
  background: #F8FAFC;
  padding: 32px 24px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: 1px solid #E5E7EB;
}

.card_support:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  border-color: #4FA3D9;
}

.support_icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.support_icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.card_support h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 12px;
}

.card_support p {
  color: #6B7280;
  line-height: 160%;
  font-size: 0.9375rem;
}

@media screen and (max-width: 991px) {
  .support_section {
    padding: 60px 0;
  }
  
  .support_section h2 {
    font-size: 1.75rem;
    margin-bottom: 36px;
  }
  
  .card_support {
    padding: 28px 20px;
  }
}

@media screen and (max-width: 767px) {
  .support_section {
    padding: 50px 0;
  }
  
  .support_icon {
    width: 56px;
    height: 56px;
  }
  
  .support_icon img {
    width: 28px;
    height: 28px;
  }
}

/* About Mission Section */
.about_mission_section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.mission_container_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.mission_img_wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.mission_img_wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.mission_img_wrapper:hover img {
  transform: scale(1.02);
}

.mission_content_wrapper {
  padding: 40px;
  background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
  border-radius: 8px;
  height: 100%;
}

.mission_content_wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 20px;
}

.mission_content_wrapper p {
  color: #4B5563;
  line-height: 170%;
  font-size: 1rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .about_mission_section {
    padding: 60px 0;
  }
  
  .mission_content_wrapper {
    padding: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about_mission_section {
    padding: 50px 0;
  }
  
  .mission_content_wrapper h2 {
    font-size: 1.75rem;
  }
}

/* Approach Section */
.approach_section {
  padding: 80px 0;
  background-color: #F8FAFC;
}

.approach_container_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.approach_section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: #1F2937;
}

.card_approach_wrapper {
  background: #FFFFFF;
  padding: 40px 32px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  border: 1px solid #E5E7EB;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.card_approach_wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: #4FA3D9;
}

.approach_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.approach_icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.card_approach_wrapper h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 12px;
}

.card_approach_wrapper p {
  color: #6B7280;
  line-height: 160%;
  font-size: 0.9375rem;
}

@media screen and (max-width: 991px) {
  .approach_section {
    padding: 60px 0;
  }
  
  .approach_section h2 {
    font-size: 1.75rem;
    margin-bottom: 36px;
  }
  
  .card_approach_wrapper {
    padding: 32px 24px;
  }
}

@media screen and (max-width: 767px) {
  .approach_section {
    padding: 50px 0;
  }
  
  .approach_icon {
    width: 64px;
    height: 64px;
  }
  
  .approach_icon img {
    width: 32px;
    height: 32px;
  }
}

/* University Benefits Section */
.university_benefits_section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.benefits_container_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.benefits_img_wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.benefits_img_wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.benefits_img_wrapper:hover img {
  transform: scale(1.02);
}

.benefits_content_wrapper {
  padding: 40px;
  background: linear-gradient(135deg, #F8FAFC 0%, #E2E8F0 100%);
  border-radius: 8px;
  height: 100%;
}

.benefits_content_wrapper h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 16px;
}

.benefits_content_wrapper > p {
  color: #4B5563;
  line-height: 170%;
  margin-bottom: 32px;
}

.benefits_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.benefit_item img {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  border-radius: 12px;
  padding: 12px;
  margin-right: 16px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.benefit_item h5 {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 6px;
}

.benefit_item p {
  color: #6B7280;
  line-height: 160%;
  font-size: 0.9375rem;
}

@media screen and (max-width: 991px) {
  .university_benefits_section {
    padding: 60px 0;
  }
  
  .benefits_content_wrapper {
    padding: 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .university_benefits_section {
    padding: 50px 0;
  }
  
  .benefits_content_wrapper h2 {
    font-size: 1.75rem;
  }
  
  .benefit_item {
    margin-bottom: 24px;
  }
}

/* Partnership Models Section */
.partnership_models_section {
  padding: 80px 0;
  background-color: #F8FAFC;
}

.partnership_container_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.partnership_models_section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  color: #1F2937;
}

.card_model_wrapper {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid #E5E7EB;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.card_model_wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  border-color: #4FA3D9;
}

.card_model_wrapper.featured {
  border: 2px solid #4FA3D9;
  position: relative;
}

.model_header {
  background: linear-gradient(135deg, #241C6A, #4FA3D9);
  color: #ffffff;
  padding: 24px;
  text-align: center;
  position: relative;
}

.model_header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.model_header .badge {
  display: inline-block;
  background: #FFD700;
  color: #1F2937;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  margin-top: 8px;
  text-transform: uppercase;
}

.model_body {
  padding: 32px 24px;
  flex-grow: 1;
}

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

.model_body li {
  color: #4B5563;
  font-size: 0.9375rem;
  line-height: 180%;
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.model_body li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4FA3D9;
  font-weight: 700;
}

.model_footer {
  padding: 24px;
  text-align: center;
  background: #F8FAFC;
  border-top: 1px solid #E5E7EB;
}

.model_footer .black_btn {
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .partnership_models_section {
    padding: 60px 0;
  }
  
  .partnership_models_section h2 {
    font-size: 1.75rem;
    margin-bottom: 36px;
  }
  
  .model_body {
    padding: 24px 20px;
  }
}

@media screen and (max-width: 767px) {
  .partnership_models_section {
    padding: 50px 0;
  }
  
  .model_header {
    padding: 20px;
  }
  
  .model_header h3 {
    font-size: 1.125rem;
  }
}
