h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}
.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}
.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.home-banner {
  background: linear-gradient(107.16deg, #007AFF -168.81%, #282828 99.49%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.home-banner-slider-content {
  padding: 12rem 3rem 12rem;
  height: 95vh;
  display: flex;
  align-items: center;
}
.home-banner-slider-image-1 {
  background: linear-gradient(267deg, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0.6196078431)), url(../img/banner/RapidDeveloperCourse.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner-slider-image-2 {
  background: linear-gradient(267deg, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0.6196078431)), url(../img/banner/MendixIntermediateDeveloperCourse.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner-slider-image-3 {
  background: linear-gradient(267deg, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0.6196078431)), url(../img/banner/MendixAdvancedDeveloperCourse.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-banner-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.home-banner-content-logo {
  padding-bottom: 2rem;
}
.home-banner-content-logo img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner-header {
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 1rem;
  line-height: 4.4rem;
  text-align: center;
}
.home-banner-text {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  padding-right: 3%;
  padding-bottom: 1.5rem;
  text-align: center;
}
.home-banner-btn-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
}
.home-banner-enroll-btn {
  background-color: #3D46B4;
  color: #fff;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  transition: all 300ms;
}
.home-banner-enroll-btn:hover {
  padding-right: 1.8rem;
}
.home-banner-arrow-effect:hover .home-banner-btn-arrow {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  right: 10px;
}

/* register now */
.banner-register-now-form-content {
  background: linear-gradient(133.17deg, #263238 0%, rgba(19, 19, 19, 0.5) 101.61%);
  padding: 1.5rem;
  border: 1px solid #313131;
  border-radius: 8px;
}

.banner-register-now-form-content .agree-checkbox {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 0;
  margin-bottom: 1rem;
}

.agree-checkbox-content {
  position: relative;
  z-index: 0;
}
.agree-checkbox-content i {
  font-size: 0.9rem;
  color: #fff;
  position: absolute;
  left: 17%;
  top: 9%;
  display: none;
  z-index: 4;
}

#agree {
  all: unset;
  border: 1px solid #CACACA;
  padding: 8px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

#agree:checked + i {
  display: block;
}

.banner-register-now-form-content .agree-checkbox-text {
  font-size: 0.7rem;
  font-weight: 200;
  text-align: left;
  color: #fff;
  margin: 0;
  cursor: pointer;
}

.banner-register-now-form-content .banner-register-now-submit {
  background: #0245AB;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-size: 1rem;
  border: none;
  font-weight: 300;
  width: 100%;
}

.banner-register-now-form-header {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}

.banner-register-now-form-subtext {
  font-size: 0.9rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 1rem;
}

.banner-register-now-form-input input {
  color: #fff;
  width: 100%;
  padding: 0.9rem;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.banner-register-now-form-input input[placeholder] {
  font-size: 12px;
  font-weight: 500;
}

.banner-register-now-form-input textarea[placeholder] {
  font-size: 12px;
  font-weight: 500;
}

.banner-register-now-form-input input:focus-visible {
  outline: none;
}

.banner-register-now-form-input textarea:focus-visible {
  outline: none;
}

.banner-register-now-form-input textarea {
  width: 100%;
  height: 100%;
  padding: 0.9rem;
  background-color: transparent;
  border: 1px solid #CACACA;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.home-banner-slider .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 2%;
  width: 100%;
}
.home-banner-slider .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
}
.home-banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007AFF;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .home-banner-header {
    font-size: 3rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .home-banner-header {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .home-banner-content {
    padding: 8rem 0 3rem;
    height: auto;
  }
  .banner-enroll-btn {
    margin-top: 1rem !important;
  }
  .home-banner-header {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .home-banner-text {
    padding: 0;
  }
  .banner-register-now-content {
    padding: 0 0 2rem 0;
  }
  .banner-register-now-header {
    font-size: 1.5rem;
  }
  .banner-register-now-header span {
    font-size: 2.5rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .banner-register-now-subtext {
    font-size: 1rem;
  }
  .banner-register-now-form-header {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
  .banner-register-now-form-input input {
    padding: 0.8rem;
  }
  .banner-register-now-form-content .banner-register-now-submit {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .home-banner-content {
    padding: 2rem 0 2rem;
    height: auto;
  }
  .banner-enroll-btn {
    margin-top: 1rem !important;
  }
  .home-banner-header {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .home-banner-text {
    padding: 0;
  }
  .banner-register-now-content {
    padding: 0 0 2rem 0;
  }
  .banner-register-now-form-header {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
  .banner-register-now-form-input input {
    padding: 0.8rem;
  }
  .banner-register-now-form-content .banner-register-now-submit {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 425px) {
  .home-banner-slider-content {
    padding: 9rem 1.5rem 5rem;
    height: auto;
  }
  .banner-enroll-btn {
    margin-top: 1rem !important;
  }
  .home-banner-content {
    padding: 1rem 0 1.5rem;
  }
  .home-banner-header {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .home-banner-text {
    padding: 0;
  }
  .banner-register-now-content {
    padding: 0 0 2rem 0;
  }
  .banner-register-now-form-header {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
  .banner-register-now-form-input input {
    padding: 0.8rem;
  }
  .banner-register-now-form-content .banner-register-now-submit {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .home-banner-slider-content {
    padding: 12rem 0.5rem 5rem;
    height: auto;
  }
  .banner-enroll-btn {
    margin-top: 1rem !important;
  }
  .home-banner-content {
    padding: 0rem 0 1.5rem;
  }
  .home-banner-header {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .home-banner-text {
    padding: 0;
  }
  .banner-register-now-content {
    padding: 0 0 2rem 0;
  }
  .banner-register-now-form-content {
    padding: 0.9rem 0.8rem;
  }
  .banner-register-now-form-header {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
  .banner-register-now-form-input input {
    padding: 0.8rem;
  }
  .banner-register-now-form-content .banner-register-now-submit {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
.course-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 1rem;
  text-align: left;
}
.course-table-header-row {
  background-color: #007AFF;
  height: 40px;
  border: 2px solid #F4F5FA;
}
.course-table-header-row th {
  padding: 0.8rem 1rem;
  text-align: center;
  color: #fff;
}
.course-table-body-row {
  border: 2px solid #F4F5FA;
}
.course-table-body-row td {
  padding: 1.2rem 0.5rem;
  text-align: center;
}
.course-table-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.course-table .our-course-reg-btn {
  padding: 0.8rem 0.8rem;
  margin: 0 auto;
  font-size: 0.8rem;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .course-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    font-size: 1rem;
    text-align: left;
  }
  .course-table-header-row {
    height: 40px;
  }
  .course-table-header-row th {
    padding: 0.8rem 1rem;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
  .course-table-body-row td {
    padding: 1.2rem 0rem;
    text-align: center;
  }
  .course-table-text {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .course-table .our-course-reg-btn {
    padding: 0.5rem 0.8rem;
    margin: 0 auto;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .course-table {
    margin: 0;
  }
  .course-table-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
    text-wrap: nowrap;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.our-course {
  padding: 4rem 0;
  background-color: #F4F5FA;
}
.our-course-header-wrapper {
  padding-bottom: 3rem;
}
.our-course-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: #8C8C8C;
}
.our-course-header span {
  color: #007AFF;
}
.our-course-btn-group {
  display: flex;
  flex-flow: column;
  align-items: space-between;
  justify-content: center;
  height: 100%;
  position: relative;
}
.our-course-btn {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 2rem 0.8rem;
  width: 100%;
  border-right: 3px solid #6B6B6B;
  border-radius: 0 !important;
  cursor: pointer;
}
.our-course .our-course-nav-item:nth-child(1) .our-course-btn:hover {
  border-right: 4px solid #000;
  background-color: rgba(94, 202, 95, 0.2) !important;
}
.our-course .our-course-nav-item:nth-child(2) .our-course-btn:hover {
  border-right: 4px solid #000;
  background-color: rgba(97, 79, 239, 0.2) !important;
}
.our-course .our-course-nav-item:nth-child(3) .our-course-btn:hover {
  border-right: 4px solid #000;
  background-color: rgba(22, 152, 228, 0.2) !important;
}
.our-course-icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-course-btn-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 0.8rem;
}
.our-course .course-hours {
  position: static;
}
.our-course-content {
  height: 500px;
  overflow: scroll;
  scrollbar-width: none;
}
.our-course-content-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 2.5rem;
  text-align: left;
}
.our-course-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 0.8rem;
}
.our-course-desc {
  font-size: 0.9rem;
  font-weight: 400;
  color: #6B6B6B;
  padding-bottom: 0.5rem;
}
.our-course-reg-btn {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  border: none;
  background-color: #3D46B4;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.our-course-list {
  list-style: disc;
  margin-left: 0.5rem;
}

.our-course-btn-group .nav-link.active {
  background-color: transparent !important;
}

.our-course-nav-item:nth-child(1) .our-course-btn.active {
  border-right: 4px solid #000;
  background-color: rgba(94, 202, 95, 0.2) !important;
}

.our-course-nav-item:nth-child(2) .our-course-btn.active {
  border-right: 4px solid #000;
  background-color: rgba(97, 79, 239, 0.2) !important;
}

.our-course-nav-item:nth-child(3) .our-course-btn.active {
  border-right: 4px solid #000;
  background-color: rgba(22, 152, 228, 0.2) !important;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .our-course-btn-title {
    font-size: 1.2rem;
  }
  .our-course-content {
    height: 550px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .our-course {
    padding: 3rem 0;
  }
  .our-course-header-wrapper {
    padding-bottom: 2rem;
  }
  .our-course-header {
    font-size: 1.5rem;
  }
  .our-course-btn {
    padding: 1.4rem 0.8rem;
  }
  .our-course-content-box {
    gap: 1.5rem;
  }
  .our-course-content {
    height: 395px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .our-course {
    padding: 2rem 0;
  }
  .our-course-header-wrapper {
    padding-bottom: 1.5rem;
  }
  .our-course-header {
    font-size: 1.2rem;
  }
  .our-course-btn {
    padding: 1.2rem 0.8rem;
  }
  .our-course-btn-title {
    font-size: 1.2rem;
  }
  .our-course-content-box {
    gap: 1rem;
  }
  .our-course-content {
    height: 465px;
  }
}
@media screen and (max-width: 575px) and (min-width: 425px) {
  .our-course {
    padding: 2rem 0;
  }
  .our-course-header-wrapper {
    padding-bottom: 1.5rem;
  }
  .our-course-header {
    font-size: 1.2rem;
  }
  .our-course-btn {
    padding: 1rem 0.5rem;
    gap: 0.6rem;
  }
  .our-course-icon img {
    width: 50px;
    height: 50px;
  }
  .our-course-btn-title {
    font-size: 1rem;
    padding-bottom: 0.2rem;
    align-items: start;
  }
  .our-course-content-box {
    gap: 1rem;
  }
  .our-course-title {
    font-size: 1rem;
  }
  .our-course-content-box {
    padding: 1rem;
  }
  .our-course-reg-btn {
    padding: 0.5rem 1rem;
  }
  .our-course-content {
    height: 425px;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .our-course {
    padding: 2rem 0;
  }
  .our-course-header-wrapper {
    padding-bottom: 1.5rem;
  }
  .our-course-header {
    font-size: 1.2rem;
  }
  .our-course-btn {
    padding: 1rem 0.5rem;
    gap: 0.6rem;
    align-items: start;
  }
  .our-course-icon img {
    width: 50px;
    height: 50px;
  }
  .our-course-btn-title {
    font-size: 1rem;
    padding-bottom: 0.2rem;
  }
  .our-course-content-box {
    gap: 1rem;
  }
  .our-course-title {
    font-size: 1rem;
  }
  .our-course-content-box {
    padding: 1rem;
  }
  .our-course-reg-btn {
    padding: 0.5rem 1rem;
  }
  .our-course-content {
    height: 600px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.our-partner {
  background-color: #252F3A;
  padding: 4rem 0;
  text-align: center;
}
.our-partner-header {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 1.8rem;
}
.our-partner-image {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 1.8rem;
}
.our-partner-image img {
  width: 180px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-partner-text {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  padding: 0 4.6rem 0.6rem;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .our-partner {
    padding: 6rem 0;
  }
  .our-partner-header {
    font-size: 1.5rem;
    padding-bottom: 1.8rem;
  }
  .our-partner-image {
    gap: 1rem;
    padding-bottom: 1.4rem;
  }
  .our-partner-image img {
    width: 180px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .our-partner-text {
    font-size: 1rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .our-partner {
    padding: 4rem 0;
  }
  .our-partner-header {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .our-partner-image {
    gap: 1rem;
    padding-bottom: 1.4rem;
  }
  .our-partner-image img {
    width: 150px;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .our-partner-text {
    font-size: 1rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .our-partner {
    padding: 2.5rem 0;
  }
  .our-partner-header {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
  .our-partner-image {
    gap: 1rem;
    padding-bottom: 1.2rem;
  }
  .our-partner-image img {
    width: 120px;
    height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .our-partner-text {
    font-size: 1rem;
    padding: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.top-companies {
  background-color: #fff;
  padding: 4rem 0;
}
.top-companies .main-header {
  background-color: #fff;
  padding: 0 0 3rem;
}
.top-companies .main-header-text span {
  color: #A5A5A5;
}
.top-companies .key-feature-header {
  background-color: #fff;
}
.top-companies .container-fluid {
  padding: 0;
  overflow: hidden;
}
.top-companies-image-box {
  background-color: #F4F5FA;
  padding: 3rem 0.8rem;
  height: 100%;
  margin: 0 5px;
  text-align: center;
}
.top-companies-image-box img {
  width: 160px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .top-companies .top-companies-image-box {
    width: 140px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .top-companies {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .top-companies {
    padding: 2.5rem 0;
  }
  .top-companies .main-header {
    padding-bottom: 1.5rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.ready-to-learn {
  padding: 4rem 0;
  background-color: rgba(61, 70, 180, 0.2784313725);
}
.ready-to-learn-content {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.ready-to-learn-header {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
.ready-to-learn-header .skyblue-txt {
  color: #007AFF;
}
.ready-to-learn-header .violet-txt {
  color: #3D46B4;
}
.ready-to-learn-btn {
  background-color: #3D46B4;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  padding: 1rem 1.4rem;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: all 500ms;
}
.ready-to-learn-btn .arrow-box {
  position: relative;
  margin-left: 0.8rem;
  transition: all 500ms;
}
.ready-to-learn-btn i {
  position: absolute;
  left: 0;
  top: 4%;
  transform: translateX(20px);
  visibility: hidden;
}
.ready-to-learn-btn:hover i {
  position: relative;
  visibility: visible;
  transform: translateX(0px);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .ready-to-learn {
    padding: 3rem 0;
  }
  .ready-to-learn-header {
    font-size: 1.4rem;
  }
  .ready-to-learn-btn {
    font-size: 1.3rem;
    padding: 0.8rem 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 425px) {
  .ready-to-learn {
    padding: 2rem 0;
  }
  .ready-to-learn-header {
    font-size: 1.2rem;
  }
  .ready-to-learn-btn {
    font-size: 1.2rem;
    padding: 0.6rem 0.8rem;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .ready-to-learn {
    padding: 2rem 0;
  }
  .ready-to-learn-header {
    font-size: 1.4rem;
  }
  .ready-to-learn-content {
    flex-flow: column;
    gap: 1.4rem;
    align-items: flex-start;
  }
  .ready-to-learn-btn {
    font-size: 1.2rem;
    padding: 0.6rem 0.8rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.testimonial-sec {
  margin: 4rem 0;
  background-color: #fff;
}
.testimonial-sec .item {
  padding: 1rem;
}
.testimonial-sec-card {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  gap: 0.8rem;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100% !important;
  position: relative;
  padding: 3rem 1.5rem 1.5rem;
  margin: 0 10px;
}
.testimonial-sec-quote-image {
  position: absolute;
  right: 5%;
  top: -13%;
}
.testimonial-sec-quote-image img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonial-sec-name-box {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}
.testimonial-sec-name-box img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
.testimonial-sec-name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #313131;
}
.testimonial-sec-profesion {
  font-size: 0.8rem;
  font-weight: 400;
  color: #007AFF;
}
.testimonial-sec-review {
  font-size: 0.9rem;
  font-weight: 400;
  color: #6B6B6B;
  padding-bottom: 1rem;
}

.testimonial-sec-slider {
  padding: 3rem 0 4rem;
}

.testimonial-sec-slider .swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.testimonial-sec-slider .swiper-button-prev {
  bottom: 0 !important;
  right: 80px !important;
  left: auto;
  color: #000;
  background-color: #fff;
  padding: 0.4rem 1.3rem;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial-sec-slider .swiper-button-next {
  bottom: 0 !important;
  right: 20px !important;
  color: #000;
  background-color: #fff;
  padding: 0.4rem 1.3rem;
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial-sec-slider .swiper-nav {
  position: absolute;
  width: 100%;
  bottom: 8%;
}

.testimonial-sec-slider .swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: #007AFF !important;
  color: #fff !important;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .testimonial-sec-card {
    height: 380px;
    align-items: center;
  }
  .testimonial-sec-name {
    font-size: 1.5rem;
  }
  .testimonial-sec-slider {
    position: relative;
  }
  .testimonial-sec-slider .owl-prev {
    left: 0;
  }
  .testimonial-sec-slider .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .testimonial-sec-card {
    height: 370px;
    align-items: center;
  }
  .testimonial-sec-name {
    font-size: 1.5rem;
  }
  .testimonial-sec-slider {
    position: relative;
  }
  .testimonial-sec-slider .owl-prev {
    left: 0;
  }
  .testimonial-sec-slider .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .testimonial-sec {
    margin: 2rem 0;
  }
  .testimonial-sec-card {
    height: 340px;
    align-items: flex-start;
  }
  .testimonial-sec-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .testimonial-sec {
    margin: 2rem 0;
  }
  .testimonial-sec-card {
    height: 280px;
    align-items: flex-start;
  }
  .testimonial-sec-name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 425px) {
  .testimonial-sec {
    margin: 2rem 0;
  }
  .testimonial-sec-card {
    height: 280px;
    align-items: flex-start;
  }
  .testimonial-sec-name {
    font-size: 1.2rem;
  }
  .testimonial-sec-slider {
    position: relative;
  }
  .testimonial-sec-slider .owl-nav {
    text-align: center;
  }
  .testimonial-sec-slider .owl-prev {
    position: relative;
    left: normal;
  }
  .testimonial-sec-slider .owl-next {
    position: relative;
    right: normal;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .testimonial-sec {
    margin: 2rem 0;
  }
  .testimonial-sec-card {
    height: 350px;
  }
  .testimonial-sec-name {
    font-size: 1.2rem;
  }
  .testimonial-sec-slider {
    position: relative;
  }
  .testimonial-sec-slider .owl-nav {
    text-align: center;
  }
  .testimonial-sec-slider .owl-prev {
    position: relative;
    left: normal;
  }
  .testimonial-sec-slider .owl-next {
    position: relative;
    right: normal;
  }
  .testimonial-sec-slider {
    padding: 2rem 0 3rem;
  }
}
.blog-slider-sec {
  overflow: hidden;
  padding: 4rem 0;
  background-color: #e2e4f3;
}
.blog-slider-sec .section-header {
  margin-bottom: 1.5rem;
}
.blog-slider-sec .blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider-sec .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider-sec .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto 0;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider-sec .blog-slider {
    height: 350px;
  }
}
.blog-slider-sec .blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider-sec .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider-sec .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider-sec .blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider-sec .blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider-sec .blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider-sec .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider-sec .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider-sec .blog-slider__img {
    height: 270px;
  }
}
.blog-slider-sec .blog-slider__content {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .blog-slider-sec .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider-sec .blog-slider__content {
    padding: 0;
  }
}
.blog-slider-sec .blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider-sec .blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider-sec .blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider-sec .blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider-sec .blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #007AFF 0%, #0245ab 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(0, 122, 255, 0.2);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider-sec .blog-slider__button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .blog-slider-sec .blog-slider__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.blog-slider-sec .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider-sec .blog-slider .swiper-pagination-custom,
.blog-slider-sec .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider-sec .blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider-sec .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider-sec .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider-sec .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider-sec .blog-slider__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider-sec .blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007AFF;
  height: 20px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider-sec .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .blog-slider-sec {
    padding: 2rem 0;
  }
  .section-header {
    margin-bottom: 1.8rem;
  }
}
.header-highlight-text-box {
  background-color: #0245AB;
  padding: 0.6rem;
  width: 100%;
  position: relative;
}

.header-highlight-text {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  position: sticky;
  top: 0;
}

.header-highlight-call {
  position: absolute;
  right: 5%;
  top: 15%;
  font-size: 0.9rem;
  background-color: #fff;
  color: #000;
  padding: 0.2rem 1rem;
  border-radius: 30px;
  display: inline-block;
}
.header-highlight-call i {
  font-size: 0.9rem;
  border-radius: 50%;
}

@media screen and (max-width: 991px) and (min-width: 320px) {
  .header-highlight-call {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0.5rem;
  }
}
.header {
  background: rgba(30, 30, 30, 0.3019607843);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  flex-flow: column;
  padding: 0;
}
.header-wrapper {
  width: 100%;
  position: relative;
  padding: 1rem 0;
}
.header-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo-wrapper a {
  display: block;
}
.header-logo-wrapper img {
  width: 300px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-link-list {
  padding-right: 1.5rem;
}
.header-link-list .nav-item {
  margin-right: 0.6rem;
}
.header-link-list .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.header-enroll-btn {
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem !important;
  margin: 0;
  background-color: #3D46B4 !important;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 500ms;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.header-enroll-btn:hover {
  padding-right: 1.8rem !important;
  background-color: #3D46B4 !important;
  border: none !important;
}
.banner-arrow-effect:hover .header-btn-arrow {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  right: 10px;
}

.header-ham-btn:focus:not(:focus-visible) {
  box-shadow: none;
}

.header-ham-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.course-dropdown .dropdown-menu {
  background: #F4F5FA !important;
  border-radius: 0 !important;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.course-dropdown .dropdown-item {
  color: #000;
}

.course-dropdown .dropdown-item:hover {
  background-color: #007AFF;
  color: #fff;
}

.course-dropdown .nav-link.show {
  color: #fff !important;
}

.course-dropdown:hover .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .header-logo-wrapper {
    gap: 0.5rem;
  }
  .header-logo-wrapper img {
    width: 250px;
  }
  .header-link-list {
    padding-right: 0.8rem;
  }
  .header-link-list .nav-item {
    margin: 0;
  }
  .header-enroll-btn {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .header-logo-wrapper {
    gap: 0.5rem;
  }
  .header-logo-wrapper img {
    width: 240px;
  }
  .header-link-list {
    padding-right: 0.8rem;
  }
  .header-link-list .nav-item {
    margin: 0;
  }
  .header-enroll-btn {
    margin-right: 0;
  }
  .header-link-list .nav-link {
    padding: 6px !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 425px) {
  .header .header-wrapper {
    position: relative;
  }
  .header-wrapper {
    padding: 0.5rem 0;
  }
  .header-logo-wrapper {
    gap: 0.5rem;
  }
  .header-logo-wrapper img {
    width: 220px;
  }
  .header #collapsibleNavbar {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 100;
    background: #000;
    padding: 2rem;
  }
  .header .header-link-list {
    padding: 0;
  }
  .header .nav-link {
    text-align: left;
  }
  .header-enroll-btn {
    margin: 0;
    margin-top: 0.5rem;
  }
  .course-dropdown .dropdown-item {
    color: #000;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .header .header-wrapper {
    position: relative;
  }
  .header-wrapper {
    padding: 0.5rem 0;
  }
  .header-logo-wrapper {
    gap: 0.5rem;
  }
  .header-logo-wrapper img {
    width: 180px;
  }
  .header #collapsibleNavbar {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 100;
    background: #000;
    padding: 2rem;
  }
  .header .header-link-list {
    padding: 0;
  }
  .header .nav-link {
    text-align: left;
  }
  .header-enroll-btn {
    margin: 0;
    margin-top: 0.5rem;
  }
  .course-dropdown .dropdown-item {
    color: #000;
    font-size: 0.8rem;
  }
}
.banner {
  padding: 8rem 0 4rem;
  overflow: hidden;
}
.banner-rapid {
  background: linear-gradient(267deg, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0.6196078431)), url(../img/banner/RapidDeveloperCourse.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-intermidiate {
  background: linear-gradient(267deg, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0.6196078431)), url(../img/banner/MendixIntermediateDeveloperCourse.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-advanced {
  background: linear-gradient(267deg, rgba(0, 0, 0, 0.631372549), rgba(0, 0, 0, 0.6196078431)), url(../img/banner/MendixAdvancedDeveloperCourse.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.banner-content-logo {
  padding-bottom: 2rem;
}
.banner-content-logo img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-header {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  padding-bottom: 1rem;
}
.banner-text {
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  padding-right: 13%;
  padding-bottom: 1.5rem;
}
.banner-btn-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transition: 300ms;
  visibility: hidden;
  opacity: 0;
}
.banner-enroll-btn {
  background-color: #3D46B4;
  color: #fff;
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.5rem;
  transition: all 300ms;
}
.banner-enroll-btn:hover {
  padding-right: 1.8rem;
}
.banner-arrow-effect:hover .banner-btn-arrow {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  right: 10px;
}
.banner-reservation-form {
  background: linear-gradient(133.17deg, #263238 0%, rgba(19, 19, 19, 0.5) 101.61%);
  padding: 2rem;
  border-radius: 20px;
}
.banner-form-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 0.5rem;
}
.banner-form-text {
  font-size: 0.8rem;
  font-weight: 300;
  color: #fff;
  padding-bottom: 1.5rem;
}
.banner-form-input input,
.banner select,
.banner textarea {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  padding: 0.7rem 1rem;
  border: 1px solid #6B6B6B;
  border-radius: 4px;
  margin-bottom: 1rem;
  background: transparent;
}
.banner-form-input input::-moz-placeholder, .banner select::-moz-placeholder, .banner textarea::-moz-placeholder {
  color: #6B6B6B;
  font-size: 0.8rem;
}
.banner-form-input input::placeholder,
.banner select::placeholder,
.banner textarea::placeholder {
  color: #6B6B6B;
  font-size: 0.8rem;
}
.banner-form-input input:focus,
.banner select:focus,
.banner textarea:focus {
  background-color: transparent;
  color: #fff;
}
.banner-form-input select option {
  color: #000;
}
.banner-form-btn {
  width: 100%;
  font-size: 0.7rem;
  font-weight: 300;
  color: #fff;
  padding: 0.7rem;
  text-align: center;
  background-color: #0245AB;
  border: none;
  border-radius: 5px;
  margin-top: 1.5rem;
}
.banner-form-btn:disabled {
  background-color: #F4F5FA;
  color: #000;
}
.banner .iti__selected-dial-code {
  color: #fff !important;
}
.banner .iti__globe {
  filter: invert(1);
}
.banner .iti__arrow {
  border-top-color: #fff !important;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .banner {
    padding: 12rem 0 3rem;
  }
  .banner-content {
    padding-bottom: 2.5rem;
  }
  .banner-content-logo {
    padding-bottom: 0.5rem;
  }
  .banner-content-logo img {
    width: 100px;
    height: 100px;
  }
  .banner-header {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .banner-text {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .banner-reservation-form {
    padding: 1.5rem;
  }
  .banner-form-title {
    font-size: 1.8rem;
  }
  .banner-form-btn {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .banner {
    padding: 12rem 0 2rem;
  }
  .banner-content {
    padding-bottom: 2rem;
  }
  .banner-content-logo {
    padding-bottom: 0.5rem;
  }
  .banner-content-logo img {
    width: 100px;
    height: 100px;
  }
  .banner-header {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .banner-text {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .banner-reservation-form {
    padding: 1.5rem;
  }
  .banner-form-title {
    font-size: 1.5rem;
  }
  .banner-form-text {
    padding-bottom: 1rem;
  }
  .banner-form-btn {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .banner {
    padding: 12rem 0 2rem;
  }
  .banner-content {
    padding-bottom: 2rem;
  }
  .banner-content-logo {
    padding-bottom: 0.5rem;
  }
  .banner-content-logo img {
    width: 100px;
    height: 100px;
  }
  .banner-header {
    font-size: 1.5rem;
    padding-bottom: 1rem;
  }
  .banner-text {
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .banner-reservation-form {
    padding: 1.5rem 1rem;
  }
  .banner-form-title {
    font-size: 1.5rem;
  }
  .banner-form-text {
    padding-bottom: 1rem;
  }
  .banner-form-btn {
    margin-top: 0rem;
  }
}
.upcoming-batch {
  padding-bottom: 4rem;
  overflow: hidden;
}
.upcoming-batch-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CDC9DF;
  padding: 1rem 0.8rem;
}
.upcoming-batch-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}
.upcoming-batch-date {
  display: flex;
  align-items: center;
  color: #020037;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}
.upcoming-batch-date img {
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.5rem;
}
.upcoming-batch-date:last-child {
  padding-left: 1.7rem;
}
.upcoming-batch-active-date {
  color: #FF7A00;
}
.upcoming-batch-time {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.upcoming-batch-duration {
  font-size: 0.9rem;
  font-weight: 600;
  color: #3D46B4;
}
.upcoming-batch-req-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 1.5rem;
}
.upcoming-batch-req-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.upcoming-batch-req-btn {
  width: auto;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .upcoming-batch {
    padding-bottom: 2.5rem;
  }
  .upcoming-batch-list {
    padding: 1rem 0.8rem;
    margin: 0;
  }
  .upcoming-batch-req-wrapper {
    padding-top: 2.5rem;
  }
  .upcoming-batch-req-title {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .upcoming-batch {
    padding-bottom: 2rem;
  }
  .upcoming-batch-list {
    padding: 1rem 0.8rem;
    flex-flow: column;
    align-items: center;
  }
  .upcoming-batch-date {
    flex-flow: row;
    align-items: center;
    font-weight: 500;
    margin: 0;
    gap: 0.4rem;
    text-align: center;
  }
  .upcoming-batch-date:last-child {
    padding-left: 2rem;
  }
  .upcoming-batch-time {
    font-weight: 500;
    text-align: center;
  }
  .upcoming-batch-duration {
    font-weight: 500;
  }
  .upcoming-batch-req-wrapper {
    padding-top: 2rem;
  }
  .upcoming-batch-req-title {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .upcoming-batch {
    padding-bottom: 2rem;
  }
  .upcoming-batch-list {
    padding: 1rem 0.8rem;
    flex-flow: column;
    align-items: center;
  }
  .upcoming-batch-date {
    align-items: flex-start;
    font-weight: 500;
    margin: 0;
    gap: 0.4rem;
  }
  .upcoming-batch-time {
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .upcoming-batch-duration {
    font-weight: 500;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .upcoming-batch-req-wrapper {
    padding-top: 2rem;
    gap: 1rem;
  }
  .upcoming-batch-req-title {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.who-should-attend-content {
  padding: 10rem 0;
}
.who-should-attend-header {
  font-size: 5.4rem;
  font-weight: 500;
  color: #fff;
  padding: 0 4rem;
  line-height: 8rem;
}
.who-should-attend .container-fluid {
  padding: 0;
}
.who-should-attend-image-content {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  grid-template-rows: 300px 300px;
}
.who-should-attend-image-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.who-should-attend-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms;
}
.who-should-attend-image-box:hover img {
  transform: scale(1.5) translateX(50px) translateY(50px);
}
.who-should-attend-image-title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 61.99%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .who-should-attend-content {
    padding: 8.5rem 0;
  }
  .who-should-attend-header {
    font-size: 4rem;
    line-height: 6rem;
    padding: 0;
  }
  .who-should-attend-image-content {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px;
  }
  .who-should-attend-image-title {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
  .who-should-attend-image-box:hover img {
    transform: scale(1.8) translateX(30px) translateY(30px);
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .who-should-attend-content {
    padding: 10.5rem 0;
  }
  .who-should-attend-header {
    font-size: 3.5rem;
    line-height: 4rem;
    padding: 0;
  }
  .who-should-attend-image-content {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: 300px 300px;
  }
  .who-should-attend-image-title {
    font-size: 1.5rem;
    padding: 1rem;
  }
  .who-should-attend-image-box:hover img {
    transform: scale(1.8) translateX(30px) translateY(30px);
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .who-should-attend-content {
    padding: 9rem 0;
  }
  .who-should-attend-header {
    font-size: 2.5rem;
    line-height: 4rem;
    padding: 0;
  }
  .who-should-attend-image-content {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 300px 300px 300px;
  }
  .who-should-attend-image-title {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .who-should-attend-image-box:hover img {
    transform: scale(1.8) translateX(30px) translateY(30px);
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.course {
  padding-bottom: 3rem;
  background-color: #313131;
  overflow: hidden;
}
.course .main-header-text {
  color: rgba(255, 255, 255, 0.5019607843);
}
.course .course-accordion-button {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #313131 !important;
  border-bottom: 1px solid #575963 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.course .course-accordion-button::after {
  margin-left: 0 !important;
  background-image: url(../img/add.webp);
  width: 30px;
  height: 30px;
  background-size: contain;
}
.course .course-accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
}
.course .course-accordion-button:focus:not(:focus-visible) {
  box-shadow: none;
}
.course .course-accordion-body {
  background-color: #313131 !important;
  padding: 0 10px;
}
.course-hours {
  font-size: 0.9rem;
  color: #A5A5A5;
  position: absolute;
  right: 12%;
}
.course-hours i {
  margin-right: 0.4rem;
}
.course-chapter-intro {
  color: #A5A5A5;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 2rem;
}
.course-chapter-info {
  list-style: none;
  margin: 0 3rem;
  position: relative;
  z-index: 1;
}
.course-chapter-info li {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 1.4rem 0;
}
.course-chapter-info li span {
  color: #3D46B4;
}
.course-chapter-info::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #3D46B4;
  left: 4%;
  z-index: -1;
}
.course-sno {
  font-size: 1rem;
  font-weight: 500;
  color: #3D46B4;
  background-color: #fff;
  padding: 0.5rem 0.7rem;
  border: 1px solid #3D46B4;
  border-radius: 50%;
}

.course-accordion .accordion-item {
  border: none; /* Initially no border */
}

.course-accordion .accordion-item .accordion-collapse.show {
  border: 1px solid #A5A5A5;
  border-top: none;
  border-radius: 5px;
}

.course .course-accordion-button:not(.collapsed) {
  background: linear-gradient(to right, #272c5c, #272c5c) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.curriculum-box {
  background: linear-gradient(146.56deg, #1E1E1E 1.06%, #282828 113.94%);
  padding: 1.5rem 2.5rem;
  margin: 0 0.6rem;
  border-radius: 15px;
  color: #fff;
}
.curriculum-box .curriculum-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #007AFF;
  margin-bottom: 0.5rem;
}
.curriculum-box .curriculum-description {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #757575;
}
.curriculum-box .curriculum-stats {
  margin-bottom: 1rem;
}
.curriculum-box .curriculum-stats .curriculum-stat {
  margin-bottom: 10px;
}
.curriculum-box .curriculum-stats .curriculum-stat .curriculum-stat-number {
  font-size: 2rem;
  font-weight: 500;
  color: #007AFF;
  display: block;
}
.curriculum-box .curriculum-stats .curriculum-stat .curriculum-stat-number i {
  font-size: 1rem;
  color: #757575;
  margin: 0 0.2rem;
}
.curriculum-box .curriculum-stats .curriculum-stat .curriculum-stat-text {
  font-size: 1rem;
  color: #fff;
}
.curriculum-box .curriculum-link {
  display: block;
  text-align: right;
}
.curriculum-box .curriculum-link-btn {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #3D46B4;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.5rem;
  border-radius: 30px;
  text-align: right;
  padding: 0.4rem 1rem;
}
.curriculum-box .curriculum-link-btn:hover {
  color: #000;
}
.curriculum-box .curriculum-link-btn i {
  margin-left: 0.5rem;
}
.curriculum-box .curriculum-link-btn:hover i {
  color: #000 !important;
}

@media screen and (min-width: 1400px) {
  .course-chapter-info::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #3D46B4;
    left: 3%;
    z-index: -1;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .course-chapter-info::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #3D46B4;
    left: 5%;
    z-index: -1;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .course-chapter-info::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #3D46B4;
    left: 4.5%;
    z-index: -1;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .course {
    padding-bottom: 3rem;
  }
  .course .course-accordion {
    padding-bottom: 2.5rem;
  }
  .curriculum-box {
    padding: 1.5rem 2rem;
    margin: 0;
  }
  .curriculum-box .curriculum-title {
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 0;
  }
  .curriculum-box .curriculum-description {
    margin-bottom: 0.8rem;
  }
  .curriculum-box .curriculum-stat-number {
    font-size: 1.8rem !important;
  }
  .curriculum-box .curriculum-link-btn {
    margin: 0;
  }
  .course-chapter-info::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #3D46B4;
    left: 3.5%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .course {
    padding-bottom: 2.5rem;
  }
  .course .course-accordion {
    padding-bottom: 2rem;
  }
  .course .course-accordion-button {
    font-size: 1rem;
    font-weight: 400;
  }
  .curriculum-box {
    padding: 1.5rem;
    margin: 0;
  }
  .curriculum-box .curriculum-title {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 0;
  }
  .curriculum-box .curriculum-description {
    margin-bottom: 0.8rem;
  }
  .curriculum-box .curriculum-stat-number {
    font-size: 1.5rem !important;
  }
  .curriculum-box .curriculum-link-btn {
    margin: 0;
  }
  .course-chapter-info li {
    padding: 1rem 0;
  }
  .course-chapter-info {
    margin: 0;
  }
  .course-chapter-intro {
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .course {
    padding-bottom: 2.5rem;
  }
  .course .course-accordion {
    padding-bottom: 2rem;
  }
  .course .course-accordion-button {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0.8rem !important;
    gap: 4rem;
  }
  .course .course-hours {
    font-size: 0.7rem;
    right: 13%;
  }
  .course .course-accordion-button::after {
    width: 20px;
    height: 20px;
  }
  .curriculum-box {
    padding: 1.3rem;
    margin: 0;
  }
  .curriculum-box .curriculum-title {
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 0.5rem;
  }
  .curriculum-box .curriculum-description {
    margin-bottom: 0.8rem;
  }
  .curriculum-box .curriculum-stat-number {
    font-size: 1.4rem !important;
  }
  .curriculum-box .curriculum-link-btn {
    margin: 0;
  }
  .curriculum-box .curriculum-stat {
    margin-bottom: 1rem !important;
  }
  .course-chapter-info {
    margin: 0;
  }
  .course-chapter-info li {
    padding: 1rem 0;
    gap: 1rem;
    font-size: 0.9rem;
    font-weight: 400;
  }
  .course-chapter-intro {
    padding: 0.5rem 0;
  }
  .course-chapter-info::before {
    content: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.key-feature {
  background-color: #fff;
  overflow: hidden;
}
.key-feature-header {
  background-color: #f4f5fa;
}
.key-feature .main-header {
  padding: 1.5rem 0;
}
.key-feature .main-header-text {
  line-height: 2.2rem;
}
.key-feature .main-header-text span {
  color: #3D46B4;
}
.key-feature .container-fluid {
  padding: 0;
}
.key-feature-content {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: auto auto;
}
.key-feature-box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.2rem;
  gap: 6rem;
  height: 100%;
  position: relative;
  z-index: 5;
  transition: all 800ms;
  overflow: hidden;
}
.key-feature-box:nth-child(odd) {
  background-color: #E4E5EA;
}
.key-feature-box:nth-child(1):after {
  background-color: #007AFF;
}
.key-feature-box:nth-child(2):after {
  background-color: #9747FF;
}
.key-feature-box:nth-child(3):after {
  background-color: #FF7A00;
}
.key-feature-box:nth-child(4):after {
  background-color: #009999;
}
.key-feature-box:nth-child(5):after {
  background-color: #5AC75B;
}
.key-feature-box:nth-child(6):after {
  background-color: #F5B81C;
}
.key-feature-box:nth-child(7):after {
  background-color: #007AFF;
}
.key-feature-box:nth-child(8):after {
  background-color: #005299;
}
.key-feature-box:nth-child(9):after {
  background-color: #FF8B3E;
}
.key-feature-box:nth-child(10):after {
  background-color: #8DB532;
}
.key-feature-box:nth-child(1) .circle-enter-show-odd, .key-feature-box:nth-child(1) .circle-leave-show-odd {
  background-color: #007AFF;
}
.key-feature-box:nth-child(2) .circle-enter-show-even, .key-feature-box:nth-child(2) .circle-leave-show-even {
  background-color: #9747FF;
}
.key-feature-box:nth-child(3) .circle-enter-show-odd, .key-feature-box:nth-child(3) .circle-leave-show-odd {
  background-color: #FF7A00;
}
.key-feature-box:nth-child(4) .circle-enter-show-even, .key-feature-box:nth-child(4) .circle-leave-show-even {
  background-color: #009999;
}
.key-feature-box:nth-child(5) .circle-enter-show-odd, .key-feature-box:nth-child(5) .circle-leave-show-odd {
  background-color: #5AC75B;
}
.key-feature-box:nth-child(6) .circle-enter-show-even, .key-feature-box:nth-child(6) .circle-leave-show-even {
  background-color: #F5B81C;
}
.key-feature-box:nth-child(7) .circle-enter-show-odd, .key-feature-box:nth-child(7) .circle-leave-show-odd {
  background-color: #007AFF;
}
.key-feature-box:nth-child(8) .circle-enter-show-even, .key-feature-box:nth-child(8) .circle-leave-show-even {
  background-color: #005299;
}
.key-feature-box:nth-child(9) .circle-enter-show-odd, .key-feature-box:nth-child(9) .circle-leave-show-odd {
  background-color: #FF8B3E;
}
.key-feature-box:nth-child(10) .circle-enter-show-even, .key-feature-box:nth-child(10) .circle-leave-show-even {
  background-color: #8DB532;
}
.key-feature .circle-enter-odd, .key-feature .circle-leave-odd, .key-feature .circle-enter-even, .key-feature .circle-leave-even {
  overflow: hidden;
}
.key-feature .circle-enter-odd {
  position: absolute;
  right: auto;
  top: 0;
  left: 0;
  bottom: auto;
  width: 0;
  height: 0;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  transition: all 600ms ease-out;
}
.key-feature .circle-enter-show-odd {
  width: 100rem;
  height: 100rem;
}
.key-feature .circle-enter-even {
  position: absolute;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: -1;
  transform: translateX(-50%) translateY(50%);
  border-radius: 50%;
  transition: all 600ms ease-out;
}
.key-feature .circle-enter-show-even {
  width: 100rem;
  height: 100rem;
}
.key-feature .circle-leave-odd {
  position: absolute;
  left: auto;
  bottom: 0;
  top: auto;
  right: 0;
  width: 100rem;
  height: 100rem;
  z-index: -1;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 500ms 400ms ease-out;
}
.key-feature .circle-leave-show-odd {
  width: 0rem;
  height: 0rem;
}
.key-feature .circle-leave-even {
  position: absolute;
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  width: 100rem;
  height: 100rem;
  z-index: -1;
  border-radius: 50%;
  transform: translateX(50%) translateY(-50%);
  transition: all 500ms 400ms ease-out;
}
.key-feature .circle-leave-show-even {
  width: 0rem;
  height: 0rem;
}
.key-feature-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  text-wrap: wrap;
  padding-right: 2rem;
}
.key-feature-box:hover .key-feature-title {
  color: #fff;
}
.key-feature-image {
  position: relative;
  z-index: 8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
}
.key-feature-image img {
  width: 25px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.key-feature-box:nth-child(1) .key-feature-image {
  background-color: rgba(0, 122, 255, 0.2);
}
.key-feature-box:nth-child(2) .key-feature-image {
  background-color: rgba(151, 71, 255, 0.2);
}
.key-feature-box:nth-child(3) .key-feature-image {
  background-color: rgba(255, 122, 0, 0.2);
}
.key-feature-box:nth-child(4) .key-feature-image {
  background-color: rgba(0, 153, 153, 0.2);
}
.key-feature-box:nth-child(5) .key-feature-image {
  background-color: rgba(90, 199, 91, 0.2);
}
.key-feature-box:nth-child(6) .key-feature-image {
  background-color: rgba(245, 184, 28, 0.2);
}
.key-feature-box:nth-child(7) .key-feature-image {
  background-color: rgba(0, 122, 255, 0.2);
}
.key-feature-box:nth-child(8) .key-feature-image {
  background-color: rgba(0, 82, 153, 0.2);
}
.key-feature-box:nth-child(9) .key-feature-image {
  background-color: rgba(255, 139, 62, 0.2);
}
.key-feature-box:nth-child(10) .key-feature-image {
  background-color: rgba(141, 181, 50, 0.2);
}
.key-feature-box:hover .key-feature-image {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .key-feature-title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .key-feature-content {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: auto auto;
  }
  .key-feature-box {
    padding: 1.5rem;
    gap: 6rem;
  }
  .key-feature-title {
    font-size: 1.2rem;
    font-weight: 500;
    padding-right: 0rem;
  }
  .key-feature-image {
    width: 70px;
    height: 70px;
  }
  .key-feature-image img {
    width: 25px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .key-feature-content {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: auto auto;
  }
  .key-feature-box {
    padding: 1rem;
    gap: 6rem;
  }
  .key-feature-title {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0rem;
  }
  .key-feature-image {
    width: 70px;
    height: 70px;
    padding: 1.5rem;
  }
  .key-feature-image img {
    width: 25px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .key-feature-content {
    display: grid;
    grid-template-columns: 33.5% 33.5% 33.5%;
    grid-template-rows: auto auto auto auto;
  }
  .key-feature-box {
    padding: 1rem;
    gap: 6rem;
  }
  .key-feature-title {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0rem;
  }
  .key-feature-image {
    width: 65px;
    width: 65px;
    padding: 1.5rem;
  }
  .key-feature-image img {
    width: 20px;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .key-feature-content {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto auto;
  }
  .key-feature-box {
    padding: 1rem;
    gap: 6rem;
    background-color: #fff;
  }
  .key-feature-box:nth-child(odd) {
    background-color: #fff;
  }
  .key-feature-box:nth-child(2) {
    background-color: #E4E5EA;
  }
  .key-feature-box:nth-child(3) {
    background-color: #E4E5EA;
  }
  .key-feature-box:nth-child(6) {
    background-color: #E4E5EA;
  }
  .key-feature-box:nth-child(7) {
    background-color: #E4E5EA;
  }
  .key-feature-box:nth-child(10) {
    background-color: #E4E5EA;
  }
  .key-feature-title {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 0rem;
  }
  .key-feature-image {
    width: 60px;
    height: 60px;
  }
  .key-feature-image img {
    width: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.mendix-certification {
  padding-bottom: 4rem;
  background-color: #313131;
  overflow: hidden;
}
.mendix-certification .main-header-text {
  color: rgba(255, 255, 255, 0.5019607843);
}
.mendix-certification .mendix-accordion {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.mendix-certification .mendix-accordion-button {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  background-color: #313131 !important;
  border-bottom: 1px solid #575963 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.mendix-certification .mendix-accordion-button::after {
  margin-left: 0 !important;
  background-image: url(../img/add.webp);
  width: 30px;
  height: 30px;
  background-size: contain;
}
.mendix-certification .mendix-accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
}
.mendix-certification .mendix-accordion-button:focus:not(:focus-visible) {
  box-shadow: none;
}
.mendix-certification .mendix-accordion-body {
  background-color: #313131 !important;
}
.mendix-certification .mendix-accordion-hours {
  font-size: 0.9rem;
  color: #A5A5A5;
  position: absolute;
  right: 12%;
}
.mendix-certification .mendix-accordion-hours i {
  margin: 0 0.5rem;
}
.mendix-certification .mendix-accordion-text {
  color: #A5A5A5;
}

.mendix-accordion .mendix-accordion-item {
  border: none; /* Initially no border */
}

.mendix-accordion .mendix-accordion-item .accordion-collapse.show {
  border: 1px solid #A5A5A5;
  border-top: none;
  border-radius: 5px;
}

.mendix-accordion-button:not(.collapsed) {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5764705882), rgba(0, 0, 0, 0.2588235294));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.mendix-get-in {
  background: linear-gradient(146.56deg, #1E1E1E 1.06%, #282828 113.94%);
  padding: 2rem 2.5rem;
  margin: 0 0.6rem;
  border-radius: 15px;
  color: #fff;
  height: 100%;
}
.mendix-get-in-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.mendix-get-in-description {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #757575;
}
.mendix-get-in-img-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  margin: 1.5rem 0 2rem;
}
.mendix-get-in-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mendix-get-in-link {
  display: block;
  text-align: right;
  margin-top: 7.5rem;
}
.mendix-get-in-link-btn {
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #3D46B4;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  text-align: right;
  padding: 0.4rem 1rem;
}
.mendix-get-in-link-btn:hover {
  color: #000;
}
.mendix-get-in-link-btn i {
  margin-left: 0.5rem;
}
.mendix-get-in-link-btn:hover i {
  color: #000 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .mendix-certification {
    padding-bottom: 3rem;
  }
  .mendix-accordion {
    padding-bottom: 3rem;
  }
  .mendix-accordion-button {
    font-size: 1rem;
    font-weight: 500;
  }
  .mendix-accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .mendix-accordion-hours {
    font-size: 0.9rem;
    right: 12%;
  }
  .mendix-accordion-hours i {
    margin: 0 0.5rem;
  }
  .mendix-get-in {
    padding: 2rem;
    margin: 0;
  }
  .mendix-get-in-title {
    font-size: 1.8rem;
  }
  .mendix-get-in-img-box {
    margin: 1.5rem 0;
  }
  .mendix-get-in-link {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mendix-certification {
    padding-bottom: 2rem;
  }
  .mendix-accordion {
    padding-bottom: 2rem;
  }
  .mendix-accordion-button {
    font-size: 1rem !important;
    font-weight: 400 !important;
  }
  .mendix-accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .mendix-accordion-hours {
    font-size: 0.9rem;
    right: 12%;
  }
  .mendix-accordion-hours i {
    margin: 0 0.5rem;
  }
  .mendix-get-in {
    padding: 1.5rem;
    margin: 0;
  }
  .mendix-get-in-title {
    font-size: 1.5rem;
  }
  .mendix-get-in-img-box {
    margin: 1.2rem 0;
  }
  .mendix-get-in-link {
    margin-top: 1.5rem;
  }
  .mendix-certification .mendix-accordion-text {
    font-size: 0.9rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .mendix-certification {
    padding-bottom: 2rem;
  }
  .mendix-accordion {
    padding-bottom: 2rem;
  }
  .mendix-accordion-button {
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    padding: 0.8rem !important;
    gap: 0.2rem;
  }
  .mendix-accordion-button::after {
    width: 20px !important;
    height: 20px !important;
    background-size: contain;
  }
  .mendix-accordion-hours {
    font-size: 0.7rem !important;
    right: 14% !important;
  }
  .mendix-accordion-hours i {
    margin: 0 0.3rem !important;
  }
  .mendix-get-in {
    padding: 1.5rem;
    margin: 0;
  }
  .mendix-get-in-title {
    font-size: 1.5rem;
  }
  .mendix-get-in-img-box {
    margin: 1rem 0;
  }
  .mendix-get-in-link {
    margin-top: 1.5rem;
  }
  .mendix-certification .mendix-accordion-text {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .mendix-get-in-img img {
    width: 60px;
    height: 60px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.our-instructor {
  overflow: hidden;
  background: url(../img/cirlce.webp), #e2e4f3;
  background-size: 770px;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}
.our-instructor .container-fluid {
  padding: 0;
}
.our-instructor .main-header {
  padding: 2rem 3rem;
}
.our-instructor .main-header-text {
  color: #757575;
}
.our-instructor .main-header-text span {
  color: #3D46B4;
}
.our-instructor-slider-wrapper {
  padding: 0 3rem 2rem 3rem;
}
.our-instructor-image img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10rem;
  border-top-right-radius: 10rem;
}
.our-instructor-slider-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding: 0 2rem 0;
  height: 100%;
}
.our-instructor-name {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  line-height: 4rem;
}
.our-instructor-exp {
  font-size: 1rem;
  font-weight: 500;
  color: #8C8C8C;
}
.our-instructor-Specialized {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 1.5rem;
}
.our-instructor-more-info {
  font-size: 0.8rem;
  font-weight: 500;
  color: #757575;
  padding-bottom: 1.5rem;
  text-align: justify;
}
.our-instructor-more-info span {
  color: #000;
  font-weight: 500;
  font-size: 0.8rem;
}
.our-instructor-desc {
  font-size: 0.8rem;
  font-weight: 500;
  color: #757575;
}
.our-instructor-learn {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 2rem 0 1rem;
}
.our-instructor-learn span {
  color: #8C8C8C;
}
.our-instructor .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
}
.our-instructor .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #6B6B6B;
  border-radius: 0;
}
.our-instructor .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3D46B4;
}
.our-instructor .swiper-nav {
  left: 0;
  position: absolute;
  top: 10%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
  padding: 0 1rem;
}
.our-instructor .swiper-nav .swiper-button-prev, .our-instructor .swiper-nav .swiper-button-next {
  color: #000;
  position: relative;
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: auto;
  padding: 0.6rem;
  border-radius: 50%;
  transition: all 500ms ease-out;
  align-items: center;
}
.our-instructor .swiper-nav .swiper-button-prev i, .our-instructor .swiper-nav .swiper-button-next i {
  font-size: 0.8rem;
}
.our-instructor .swiper-nav .swiper-button-prev:after, .our-instructor .swiper-nav .swiper-button-next:after {
  content: "none" !important;
  right: 20%;
}
.our-instructor .swiper-nav .swiper-button-prev:before, .our-instructor .swiper-nav .swiper-button-next:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  transition: all 400ms;
}
.our-instructor .swiper-nav .swiper-button-prev:hover:before, .our-instructor .swiper-nav .swiper-button-next:hover:before {
  background-color: #007AFF;
  width: 100%;
}
.our-instructor .swiper-nav .swiper-button-prev:hover i, .our-instructor .swiper-nav .swiper-button-next:hover i {
  color: #fff;
}
.our-instructor .swiper-nav .swiper-button-pause {
  background-color: transparent;
  color: #000;
  border: none;
  padding: 0.5rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.our-instructor .swiper-nav .swiper-button-pause i {
  font-size: 0.8rem;
}
.our-instructor .swiper-nav .swiper-button-pause:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  transition: all 400ms;
}
.our-instructor .swiper-nav .swiper-button-pause:hover:before {
  background-color: #007AFF;
  width: 100%;
}
.our-instructor .swiper-nav .swiper-button-pause:hover i {
  color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .our-instructor .main-header {
    padding: 1.5rem;
  }
  .our-instructor .our-instructor-slider-wrapper {
    padding: 0 1.5rem 2rem;
  }
  .our-instructor .our-instructor-image img {
    height: 400px;
    border-bottom-left-radius: 8rem;
    border-top-right-radius: 8rem;
  }
  .our-instructor .our-instructor-slider-content {
    gap: 1rem;
    padding: 0;
    padding-right: 1rem;
  }
  .our-instructor .our-instructor-name {
    font-size: 2rem;
    line-height: 2rem;
  }
  .our-instructor .our-instructor-more-info {
    padding-bottom: 1rem;
  }
  .our-instructor .our-instructor-Specialized {
    padding-bottom: 1rem;
  }
  .our-instructor .our-instructor-desc {
    padding-bottom: 1rem;
  }
  .our-instructor .our-instructor-learn {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .our-instructor .mendix-get-in-img-box {
    margin: 0.5rem 0 0;
  }
  .our-instructor .mendix-get-in-img img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .our-instructor .main-header {
    padding: 1.5rem;
  }
  .our-instructor .our-instructor-slider-wrapper {
    padding: 0 1.5rem 1.5rem;
  }
  .our-instructor .our-instructor-image {
    text-align: center;
    margin: 1.5rem 0;
  }
  .our-instructor .our-instructor-image img {
    width: 60%;
    height: 350px;
    border-bottom-left-radius: 5rem;
    border-top-right-radius: 5rem;
    margin: 0 auto;
  }
  .our-instructor .our-instructor-slider-content {
    gap: 1rem;
    padding: 0;
    padding-right: 1rem;
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-name {
    font-size: 2rem;
    line-height: 2rem;
  }
  .our-instructor .our-instructor-Specialized {
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-more-info {
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-desc {
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-learn {
    font-size: 1rem;
    padding: 1.2rem;
  }
  .our-instructor .mendix-get-in-img-box {
    margin: 0.5rem 0 0;
  }
  .our-instructor .mendix-get-in-img img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 575px) and (min-width: 425px) {
  .our-instructor .main-header {
    padding: 1.5rem;
  }
  .our-instructor .our-instructor-slider-wrapper {
    padding: 0 1.5rem 1.5rem;
  }
  .our-instructor .our-instructor-image {
    text-align: center;
    margin: 1.5rem 0;
  }
  .our-instructor .our-instructor-image img {
    width: 80%;
    height: 380px;
    border-bottom-left-radius: 5rem;
    border-top-right-radius: 5rem;
  }
  .our-instructor .our-instructor-slider-content {
    gap: 1rem;
    padding: 0;
    padding-right: 1rem;
  }
  .our-instructor .our-instructor-name {
    font-size: 2rem;
    line-height: 3rem;
  }
  .our-instructor .our-instructor-Specialized {
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-more-info {
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-desc {
    padding-bottom: 0rem;
  }
  .our-instructor .our-instructor-learn {
    font-size: 1rem;
    padding: 0.5rem 0 1.4rem;
  }
  .our-instructor .mendix-get-in-img-box {
    margin: 0.8rem 0 0;
  }
  .our-instructor .mendix-get-in-img img {
    width: 50px;
    height: 50px;
  }
  .our-instructor .swiper-nav {
    top: 4%;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .our-instructor .main-header {
    padding: 1.5rem;
  }
  .our-instructor .our-instructor-slider-wrapper {
    padding: 0 1.5rem 2rem;
  }
  .our-instructor .our-instructor-image {
    text-align: center;
    margin-bottom: 1rem;
  }
  .our-instructor .our-instructor-image img {
    width: 95%;
    height: 380px;
    border-bottom-left-radius: 5rem;
    border-top-right-radius: 5rem;
    -o-object-position: center;
       object-position: center;
  }
  .our-instructor .our-instructor-slider-content {
    gap: 1rem;
    padding: 0;
    padding-right: 1rem;
  }
  .our-instructor .our-instructor-name {
    font-size: 2rem;
    line-height: 2rem;
  }
  .our-instructor .our-instructor-Specialized {
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-more-info {
    padding-bottom: 0.8rem;
  }
  .our-instructor .our-instructor-desc {
    padding-bottom: 0rem;
  }
  .our-instructor .our-instructor-learn {
    font-size: 1rem;
    padding: 0.5rem 0 1.4rem;
  }
  .our-instructor .mendix-get-in-img-box {
    margin: 0.8rem 0 0;
    gap: 0.5rem;
  }
  .our-instructor .mendix-get-in-img img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .our-instructor .swiper-nav {
    top: 4%;
  }
}
.career-opportunities {
  overflow: hidden;
}
.career-opportunities .main-header-text span {
  color: #FF7A00;
}
.career-opportunities .container-fluid {
  padding: 0;
}
.career-opportunities-img {
  position: relative;
}
.career-opportunities-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.career-opportunities-text-box {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: end;
  padding: 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 81.28%);
  cursor: pointer;
  transition: all 300ms;
}
.career-opportunities-text-box:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 1.57%, #000000 103.73%);
}
.career-opportunities-text-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.6rem;
}
.career-opportunities-text-desc {
  font-size: 0.8rem;
  font-weight: 300;
  color: #fff;
}
.career-opportunities-btn {
  font-size: 0.9rem;
  font-weight: 400;
  background-color: transparent;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  transition: all 300ms;
  transform: translateX(-50px) translateY(50px);
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.career-opportunities-btn i {
  font-size: 0.8rem;
}
.career-opportunities-btn:hover {
  background-color: #3D46B4;
  color: #fff;
}
.career-opportunities-btn:hover i {
  display: block;
  color: #fff !important;
}
.career-opportunities-text-box:hover .career-opportunities-btn {
  transform: translateX(0px) translateY(0px);
}
.career-opportunities-text-box:hover {
  justify-content: flex-start;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .career-opportunities-img {
    height: 420px;
  }
  .career-opportunities-text-box {
    padding: 1rem;
  }
  .career-opportunities-text-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .career-opportunities-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .career-opportunities-img {
    height: 420px;
  }
  .career-opportunities-text-box {
    padding: 1rem;
  }
  .career-opportunities-text-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .career-opportunities-btn {
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .career-opportunities-img {
    height: 420px;
  }
  .career-opportunities-text-box {
    padding: 1rem;
  }
  .career-opportunities-text-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .career-opportunities-btn {
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

/* register now */
.register-now {
  background: linear-gradient(106.37deg, rgb(24, 33, 49) 2.32%, rgba(0, 0, 0, 0.76) 97.76%), url(../img/register-now.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 5rem 0;
  overflow: hidden;
}

.register-now-container {
  padding: 0 4rem;
}

.register-now-content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
}

.register-now-header {
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
  margin-bottom: 1rem;
}
.register-now-header span {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1rem;
  color: #007AFF;
}

.register-now-subtext {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}

.register-now-form-content {
  background: #242629;
  padding: 1.5rem;
  border: 1px solid #313131;
  border-radius: 15px;
}

.register-now-form-content .agree-checkbox {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  margin-bottom: 1rem;
}

.register-now-form-content .agree-checkbox-text {
  font-size: 0.7rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
  margin: 0;
  cursor: pointer;
}

.register-now-form-content .register-now-submit {
  background: #0245AB;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 6px;
  font-size: 0.7rem;
  border: none;
  font-weight: 300;
  width: 100%;
}
.register-now-form-content .register-now-submit:disabled {
  background-color: #F4F5FA;
  color: #000;
}

.register-now-form-header {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}

.register-now-form-subtext {
  font-size: 0.9rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 1rem;
}

.register-now-form-input input {
  color: #fff;
  width: 100%;
  padding: 0.6rem;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 6px;
  margin-bottom: 0.8rem;
}

.register-now-form-input input[placeholder] {
  font-size: 12px;
  font-weight: 500;
}

.register-now-form-input textarea[placeholder] {
  font-size: 12px;
  font-weight: 500;
}

.register-now-form-input input:focus-visible {
  outline: none;
}

.register-now-form-input textarea:focus-visible {
  outline: none;
}

.register-now-form-input textarea {
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  background-color: transparent;
  border: 1px solid #CACACA;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.register-now-form-input #job {
  margin: 0;
}

.register-now-form-input .iti__selected-dial-code {
  color: #fff !important;
}

.register-now-form-input .iti__globe {
  filter: invert(1);
}

.register-now-form-input .iti__arrow {
  border-top-color: #fff !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .register-now {
    padding: 2rem 0;
  }
  .register-now-content {
    padding: 0 0 2rem 0;
  }
  .register-now-header {
    font-size: 1.5rem;
  }
  .register-now-header span {
    font-size: 2.5rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .register-now-subtext {
    font-size: 1rem;
  }
  .register-now-form-header {
    font-size: 2.5rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .register-now {
    padding: 2rem 0;
  }
  .register-now-content {
    padding: 0 0 2rem 0;
  }
  .register-now-header {
    font-size: 1.2rem;
  }
  .register-now-header span {
    font-size: 2rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .register-now-subtext {
    font-size: 1rem;
  }
  .register-now-header {
    font-size: 2rem;
    font-weight: 500;
  }
  .register-now-form-header {
    font-size: 24px;
    font-weight: 700;
  }
  .register-now-form-input input {
    padding: 0.6rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 425px) {
  .register-now {
    padding: 2rem 0;
  }
  .register-now-content {
    padding: 0 0 2rem 0;
  }
  .register-now-header {
    font-size: 1.2rem;
  }
  .register-now-header span {
    font-size: 2rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .register-now-subtext {
    font-size: 1rem;
  }
  .register-now-header {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .register-now-form-content {
    background: #242629;
    padding: 1rem 1.5rem;
  }
  .register-now-form-header {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0.5rem;
  }
  .register-now-form-input input {
    padding: 0.6rem;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .register-now {
    padding: 2rem 0;
  }
  .register-now-content {
    padding: 0 0 1.5rem 0;
  }
  .register-now-header {
    font-size: 1.2rem;
  }
  .register-now-header span {
    font-size: 2rem;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .register-now-subtext {
    font-size: 1rem;
  }
  .register-now-header {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .register-now-form-content {
    background: #242629;
    padding: 1rem 1.5rem;
  }
  .register-now-form-header {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0rem;
  }
  .register-now-form-input input {
    padding: 0.6rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.job-assist-slider-sec {
  display: none;
}

.job-assist {
  text-align: center;
  padding: 4rem 0 4rem;
}
.job-assist-header-wrapper {
  padding-bottom: 2.5rem;
  text-align: center;
}
.job-assist-header {
  font-size: 2.5rem;
  margin-bottom: 0.8rem;
}
.job-assist-header-desc {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}
.job-assist-content {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  gap: 1rem;
}
.job-assist-card {
  background: #F4F5FA;
  padding: 2rem 1.5rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.job-assist-card:nth-child(even) {
  margin-top: 6rem;
}
.job-assist-card:nth-child(even) {
  margin-top: 6rem;
  background-color: #FF7A00;
}
.job-assist-card:hover {
  background-color: #FF7A00;
}
.job-assist-card:nth-child(even) .job-assist-card-title {
  color: #fff !important;
}
.job-assist-card:nth-child(even) .job-assist-card-desc {
  color: #fff !important;
}
.job-assist-card:nth-child(even) .job-assist-icon-box {
  background-color: rgba(255, 255, 255, 0.171) !important;
}
.job-assist-card:nth-child(even) .job-assist-icon {
  background-color: #fff !important;
}
.job-assist-card:nth-child(even) .job-assist-icon i {
  color: #FF7A00 !important;
}
.job-assist-card:hover .job-assist-card-title {
  color: #fff !important;
}
.job-assist-card:hover .job-assist-card-desc {
  color: #fff !important;
}
.job-assist-card:hover .job-assist-icon-box {
  background-color: rgba(255, 255, 255, 0.171) !important;
}
.job-assist-card:hover .job-assist-icon {
  background-color: #fff !important;
}
.job-assist-card:hover .job-assist-icon i {
  color: #FF7A00 !important;
}
.job-assist-card-header {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.job-assist-icon-box {
  background-color: #e4e5ef;
  padding: 0.5rem;
  border-radius: 50%;
}
.job-assist-icon {
  background-color: #aeb0c9;
  padding: 0.5rem;
  border-radius: 50%;
  padding: 0.2 0.9rem;
}
.job-assist-icon i {
  width: 20px;
  height: 20px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6862745098);
  text-align: center;
}
.job-assist-card-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
  text-align: left;
}
.job-assist-card-desc {
  font-size: 0.8rem;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.job-assist-btn-box {
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}
.job-assist-btn {
  background-color: #007AFF;
  color: #fff;
  padding: 0.8rem 1.4rem;
  font-size: 1rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.job-assist-btn:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .job-assist-content {
    display: grid;
    grid-template-columns: repeat(5, 19%);
    gap: 1rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .job-assist-content {
    display: grid;
    grid-template-columns: repeat(5, 19%);
    gap: 0.5rem;
  }
  .job-assist-card {
    padding: 1rem 0.8rem;
  }
  .job-assist-card-header {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .job-assist-card-title {
    font-size: 1rem;
  }
  .job-assist-card-desc {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .job-assist-content {
    display: grid;
    grid-template-columns: repeat(5, 19%);
    gap: 0.5rem;
  }
  .job-assist-header {
    font-size: 2rem;
  }
  .job-assist-card {
    padding: 1rem 0.8rem;
  }
  .job-assist-card-header {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .job-assist-card-title {
    font-size: 1rem;
  }
  .job-assist-card-desc {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .job-assist {
    padding: 3rem 0;
  }
  .job-assist-header-wrapper {
    padding-bottom: 1.8rem;
  }
  .job-assist-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .job-assist-header {
    font-size: 2rem;
  }
  .job-assist-card {
    padding: 1rem 0.8rem;
  }
  .job-assist-card:nth-child(even) {
    margin-top: 0;
  }
  .job-assist-card-header {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .job-assist-card-title {
    font-size: 1.2rem;
  }
  .job-assist-card-desc {
    font-size: 1rem;
  }
  .job-assist-btn-box {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 425px) {
  .job-assist {
    padding: 2rem 0;
  }
  .job-assist-header-wrapper {
    padding-bottom: 1rem;
  }
  .job-assist-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .job-assist-header {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .job-assist-header-desc {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .job-assist-card {
    padding: 1rem 0.8rem;
  }
  .job-assist-card:nth-child(even) {
    margin-top: 0;
  }
  .job-assist-card-header {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .job-assist-card-title {
    font-size: 1.2rem;
  }
  .job-assist-card-desc {
    font-size: 0.9rem;
  }
  .job-assist-btn-box {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .job-assist {
    padding: 2rem 0;
  }
  .job-assist-header-wrapper {
    padding-bottom: 1rem;
  }
  .job-assist-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto auto;
    justify-content: space-between;
    gap: 0.5rem;
  }
  .job-assist-header {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .job-assist-header-desc {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .job-assist-card {
    padding: 1rem 0.8rem;
  }
  .job-assist-card:nth-child(even) {
    margin-top: 0;
  }
  .job-assist-card-header {
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .job-assist-card-title {
    font-size: 1.2rem;
  }
  .job-assist-card-desc {
    font-size: 1rem;
  }
  .job-assist-btn-box {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .job-assist {
    display: none;
  }
  .job-assist-slider-sec {
    display: block;
  }
  .job-assist-content {
    display: block;
  }
  .job-assist-card {
    margin: 0 10px;
  }
}
.testimonial-section {
  background-color: #313131;
  padding: 4rem 0;
  overflow: hidden;
}
.testimonial-section-title {
  font-size: 3rem;
  font-weight: 500;
  padding: 0 4rem;
  margin-bottom: 2rem;
  color: #A5A5A5;
}
.testimonial-section .testimonial-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
}
.testimonial-section .testimonial-container .testimonial-content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 20px;
  height: 100%;
}
.testimonial-section .testimonial-container .testimonial-content .testimonial-name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #ffffff;
}
.testimonial-section .testimonial-container .testimonial-content .testimonial-position {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #8C8C8C;
}
.testimonial-section .testimonial-container .testimonial-content .testimonial-rating {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.testimonial-section .testimonial-container .testimonial-content .testimonial-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #8C8C8C;
  padding-right: 5rem;
  margin-bottom: 2rem;
}
.testimonial-section .testimonial-container .testimonial-image {
  flex: 0 0 200px;
}
.testimonial-section .testimonial-container .testimonial-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.testimonial-section-star {
  width: 45px;
  aspect-ratio: 1;
  background: #D1B000;
  clip-path: polygon(50% 0, 79% 90%, 2% 35%, 98% 35%, 21% 90%);
}
.testimonial-section .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: left;
  padding: 1rem 4rem 0;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: #6B6B6B;
  border-radius: 0;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .testimonial-section {
    padding: 2rem 0;
  }
  .testimonial-section .testimonial-section-title {
    font-size: 2rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
  .testimonial-section .testimonial-container {
    padding: 0 1.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-name {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-position {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-rating {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-text {
    font-size: 0.8rem;
    text-align: justify;
    padding-right: 0 !important;
  }
  .testimonial-section-star {
    width: 30px;
  }
  .testimonial-section .swiper-pagination {
    padding: 1rem 1rem 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .testimonial-section {
    padding: 2rem 0;
  }
  .testimonial-section .testimonial-section-title {
    font-size: 1.8rem;
    padding: 0 1.2rem;
    margin-bottom: 1.2rem;
  }
  .testimonial-section .testimonial-container {
    padding: 0 1.2rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-name {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-position {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-rating {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-text {
    font-size: 0.8rem;
    text-align: justify;
    padding-right: 0 !important;
  }
  .testimonial-section-star {
    width: 30px;
  }
  .testimonial-section .testimonial-image {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .testimonial-section .swiper-pagination {
    padding: 1rem 1rem 0;
  }
}
@media screen and (max-width: 575px) and (min-width: 425px) {
  .testimonial-section {
    padding: 2rem 0;
  }
  .testimonial-section .testimonial-section-title {
    font-size: 1.8rem;
    padding: 0 1.2rem;
    margin-bottom: 1.2rem;
  }
  .testimonial-section .testimonial-container {
    padding: 0 1.2rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-name {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-position {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-rating {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-text {
    font-size: 0.8rem;
    text-align: justify;
    padding-right: 0 !important;
  }
  .testimonial-section-star {
    width: 30px;
  }
  .testimonial-section .testimonial-image {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 4rem 2rem;
  }
  .testimonial-section .swiper-pagination {
    padding: 1rem 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .testimonial-section {
    padding: 2rem 0;
  }
  .testimonial-section .testimonial-section-title {
    font-size: 1.8rem;
    padding: 0 1.2rem;
    margin-bottom: 1.2rem;
  }
  .testimonial-section .testimonial-container {
    padding: 0 1.2rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-name {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-position {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-rating {
    margin-bottom: 0.5rem;
  }
  .testimonial-section .testimonial-container .testimonial-content .testimonial-text {
    font-size: 0.8rem;
    text-align: justify;
    padding-right: 0 !important;
  }
  .testimonial-section-star {
    width: 30px;
  }
  .testimonial-section .testimonial-image {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 2rem 2rem;
  }
  .testimonial-section .swiper-pagination {
    padding: 1rem 0 0;
    text-align: center;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.faq {
  padding-bottom: 4rem;
  background-color: #F4F5FA;
  overflow: hidden;
}
.faq-subheader {
  font-size: 1.2rem;
  font-weight: 500;
  color: #757575;
}
.faq-nav {
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2rem;
  height: 100%;
  justify-content: flex-start;
}
.faq-nav-link {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  border-radius: 5px !important;
  border: 1px solid #007AFF;
  color: #000 !important;
  border-radius: 5px !important;
}
.faq-nav-link.active {
  color: #fff !important;
}
.faq-tap-pane {
  padding: 1.5rem 3rem 3rem;
  background-color: #fff !important;
  border-radius: 10px;
}
.faq-accordion-button {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  background-color: #fff !important;
  border-bottom: 1px solid #A5A5A5 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1.3rem;
}
.faq-accordion-button::after {
  margin-left: 0 !important;
  background-image: url(../img/add.webp) !important;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.faq-accordion-button:not(.collapsed)::after {
  transform: rotate(135deg);
}
.faq-accordion-button:focus:not(:focus-visible) {
  box-shadow: none;
}
.faq-accordion-body {
  background-color: #fff;
  padding: 1rem 1rem;
}
.faq-accordion-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
}
.faq-accordion-text:last-child {
  margin-bottom: 0;
}
.faq-list {
  list-style: disc;
  padding-left: 0.9rem;
}

.faq-accordion .accordion-item {
  border: none;
  /* Initially no border */
}

.faq .accordion-collapse.show .faq-accordion-body {
  border: 1px solid #A5A5A5;
  border-top: none;
}

.faq .faq-accordion-button:not(.collapsed) {
  background: rgba(61, 70, 180, 0.2784313725) !important;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .faq {
    padding-bottom: 3rem;
  }
  .faq-subheader {
    font-size: 1rem;
  }
  .faq-tap-pane {
    padding: 1rem 1.5rem 1.5rem;
  }
  .faq-nav-link {
    font-weight: 400;
    padding: 0.5rem 0.8rem;
  }
  .faq .faq-accordion-button {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.8rem 0.5rem;
  }
  .faq .faq-accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .faq .faq-accordion-body {
    padding: 1rem;
  }
  .faq .faq-accordion-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .faq {
    padding-bottom: 2rem;
  }
  .faq-subheader {
    font-size: 1rem;
  }
  .faq-nav {
    width: 100%;
    flex-flow: row;
    gap: 0.5rem;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
  .faq-tap-pane {
    padding: 1rem 1.5rem 2rem;
  }
  .faq-nav-link {
    font-weight: 400;
    padding: 0.5rem 0.8rem;
  }
  .faq .faq-accordion-button {
    font-size: 1rem !important;
    font-weight: 400 !important;
    padding: 1rem;
  }
  .faq .faq-accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .faq .faq-accordion-body {
    padding: 1rem;
  }
  .faq .faq-accordion-text {
    font-size: 1rem;
    font-weight: 400 !important;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .faq {
    padding-bottom: 2rem;
  }
  .faq-subheader {
    font-size: 1rem;
  }
  .faq-nav {
    width: 100%;
    flex-flow: row;
    gap: 0.5rem;
    justify-content: space-evenly;
    margin-bottom: 1rem;
    flex-flow: wrap;
  }
  .faq-tap-pane {
    padding: 1rem 1rem 2rem;
  }
  .faq-nav-link {
    width: 100%;
    font-weight: 400;
    padding: 0.3rem 0.8rem;
  }
  .faq .faq-accordion-button {
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    padding: 0.8rem !important;
    gap: 1rem;
  }
  .faq .faq-accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .faq .faq-accordion-body {
    padding: 1rem;
  }
  .faq .faq-accordion-text {
    font-size: 0.8rem;
    font-weight: 400 !important;
  }
}
.footer {
  background-color: #010101;
  padding: 3rem 2rem 3rem;
  border-bottom: 1px solid;
  overflow: hidden;
}
.footer-content {
  padding-right: 17rem;
}
.footer-content .header-logo-wrapper {
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.footer-about-text {
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}
.footer-link-list {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.footer-link-list a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #fff;
}
.footer-social-box {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.footer-social-title {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  margin-bottom: 1rem;
  color: #fff;
}
.footer-social-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
}
.footer-social-content a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #313131;
}
.footer-social-content a img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-quick-link-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 3rem;
}
.footer-quick-link-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #fff;
}
.footer-quick-list {
  padding: 0 0.5rem;
}
.footer-quick-list li {
  margin-bottom: 1rem;
}
.footer-quick-list a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #A5A5A5;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .footer {
    padding: 3rem 2rem 3rem;
  }
  .footer-content {
    padding-right: 5rem;
  }
  .footer-link-list {
    flex-flow: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .footer {
    padding: 3rem 2rem 3rem;
  }
  .footer-content {
    padding-right: 5rem;
  }
  .footer-link-list {
    flex-flow: wrap;
    gap: 1rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .footer {
    padding: 2rem 2rem;
  }
  .footer-content {
    padding-right: 5rem;
  }
  .footer-about-text {
    font-size: 0.8rem;
    margin-bottom: 2.5rem;
  }
  .footer-link-list {
    flex-flow: wrap;
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
  }
  .footer-social-box {
    padding-bottom: 2.5rem;
  }
  .footer-social-content {
    gap: 2rem;
  }
  .footer-social-content a {
    font-size: 1rem;
    font-weight: 500;
  }
  .footer-social-content a img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-quick-link-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .footer-quick-link-wrapper {
    gap: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .footer {
    padding: 2rem 1rem;
  }
  .footer-content {
    padding-right: 5rem;
  }
  .footer-about-text {
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
  }
  .footer-link-list {
    flex-flow: wrap;
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 1.8rem;
  }
  .footer-social-box {
    padding-bottom: 1.8rem;
  }
  .footer-social-content {
    gap: 2rem;
  }
  .footer-social-content a {
    font-size: 1rem;
    font-weight: 500;
  }
  .footer-social-content a img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-quick-link-title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  .footer-quick-link-wrapper {
    gap: 0;
  }
  .footer-quick-list {
    padding: 0;
  }
  .footer-quick-list li {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .footer {
    padding: 2rem 1rem;
  }
  .footer-content {
    padding-right: 0rem;
  }
  .footer-about-text {
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
  }
  .footer-link-list {
    flex-flow: wrap;
    gap: 1rem;
    justify-content: flex-start;
    margin-bottom: 1.8rem;
  }
  .footer-social-box {
    padding-bottom: 1.8rem;
  }
  .footer-social-content {
    gap: 2rem;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .footer-social-content a {
    font-size: 1rem;
    font-weight: 500;
  }
  .footer-social-content a img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer-quick-link-title {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  .footer-quick-link-wrapper {
    gap: 0;
    flex-flow: wrap;
  }
  .footer-quick-list {
    padding: 0;
  }
  .footer-quick-list li {
    margin-bottom: 0.6rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.contact-us {
  background-image: url(../img/contact-us-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 10rem 0 2rem;
  background-attachment: fixed;
}
.contact-us-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  color: #fff;
}
.contact-us-header {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.contact-us-subtext {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.contact-us-btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.6rem 1rem;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .contact-us {
    padding: 12rem 0 2rem;
  }
  .contact-us-content {
    gap: 1.2rem;
    padding-bottom: 2rem;
  }
  .contact-us-header {
    font-size: 1.4rem;
  }
  .contact-us-subtext {
    font-size: 1rem;
  }
  .contact-us-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .contact-us {
    padding: 13rem 0 1.5rem;
  }
  .contact-us-content {
    gap: 1.2rem;
    padding-bottom: 2rem;
  }
  .contact-us-header {
    font-size: 1.4rem;
  }
  .contact-us-subtext {
    font-size: 1rem;
    font-weight: 400;
  }
  .contact-us-btn {
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.location-sec {
  padding: 4rem 0;
}
.location-sec-header {
  font-size: 2.2rem;
  font-weight: 600;
  color: #00164B;
  padding-bottom: 2.5rem;
  text-align: center;
}
.location-sec-card {
  background-color: #f2f2f2;
  padding: 1.5rem 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  gap: 0.5rem;
  color: #00164B;
}
.location-sec-card i {
  font-size: 2rem;
}
.location-sec-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.location-sec-unit-text {
  font-size: 1rem;
  font-weight: 600;
}
.location-sec_address {
  font-size: 1rem;
  font-weight: 3400;
  padding-bottom: 1.5rem;
  text-align: center;
}
.location-sec-number {
  font-size: 1rem;
  font-weight: 700;
  color: #00164B;
  text-decoration: none;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .location-sec {
    padding: 3rem 0;
  }
  .location-sec-header {
    font-size: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .location-sec-card {
    padding: 1.5rem 1rem;
  }
  .location-sec-card i {
    font-size: 1.5rem;
  }
  .location-sec-title {
    font-size: 1rem;
  }
  .location-sec-unit-text {
    font-size: 0.8rem;
  }
  .location-sec_address {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .location-sec {
    padding: 2rem 0;
  }
  .location-sec-header {
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
  }
  .location-sec-card {
    padding: 1.5rem 0.6rem;
  }
  .location-sec-card i {
    font-size: 1.5rem;
  }
  .location-sec-title {
    font-size: 1.2rem;
  }
  .location-sec-unit-text {
    font-size: 0.8rem;
  }
  .location-sec_address {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.contact-form {
  background-image: url(../img/contact-us-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 4rem 0 4rem;
  background-attachment: fixed;
}

.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 0.5rem;
}

.contact-form-box {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 4px;
  padding: 2rem;
}
.contact-form-box .form-group {
  margin-bottom: 0.8rem;
}
.contact-form-box .form-group input {
  color: #fff;
}
.contact-form-box .form-group textarea {
  color: #fff;
}
.contact-form-box .form-group input:focus-visible, .contact-form-box .form-group textarea:focus-visible {
  outline: none !important;
}
.contact-form-box .form-label {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
  display: block;
  color: #fff;
}
.contact-form-box .form-label span {
  color: #ee2727;
  padding-left: 0.2rem;
}
.contact-form-box .input-field {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  background-color: transparent;
}
.contact-form-box .recaptcha-container {
  margin-bottom: 1.5rem;
  /* Add specific styles for reCAPTCHA container if needed */
}
.contact-form-box .submit-btn {
  padding: 0.6rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.25rem;
  background: #007bff;
  border: none;
  color: #fff;
  transition: background-color 0.3s;
  margin-top: 1rem;
}
.contact-form-box .submit-btn:disabled {
  background-color: #F4F5FA;
  color: #000;
}
.contact-form-box .iti__selected-dial-code {
  color: #fff !important;
}
.contact-form-box .iti__globe {
  filter: invert(1);
}
.contact-form-box .iti__arrow {
  border-top-color: #fff !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .contact-form {
    padding: 3rem 0;
  }
  .contact-form-container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .contact-form {
    padding: 2rem 0;
  }
  .contact-form-container {
    padding: 0 2rem;
  }
  .contact-form-box {
    padding: 1.5rem 1.4rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .contact-form {
    padding: 2rem 0;
  }
  .contact-form-container {
    padding: 0rem;
  }
  .contact-form-box {
    padding: 1rem 0.8rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.about {
  background-color: #E7EAF5;
  padding: 4rem 0;
}
.about-header {
  font-size: 2.2rem;
  font-weight: 500;
  color: #00164B;
  padding-bottom: 2rem;
}
.about-content {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}
.about-content-text {
  font-size: 1rem;
  font-weight: 400;
  color: #00164B;
  padding-bottom: 1rem;
}
.about-partner-image {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.about-partner-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .about {
    padding: 3rem 0;
  }
  .about-header {
    font-size: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .about-content {
    gap: 2rem;
  }
  .about-partner-image {
    gap: 2rem;
    height: 100%;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .about {
    padding: 2rem 0;
  }
  .about-header {
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
  }
  .about-content {
    gap: 1rem;
  }
  .about-content-text {
    padding-bottom: 0;
  }
  .about-partner-image {
    gap: 1.5rem;
    padding-top: 2rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.who-we-are {
  padding: 4rem 0;
}
.who-we-are-header {
  font-size: 2.2rem;
  font-weight: 500;
  color: #00164B;
  padding-bottom: 2rem;
  text-align: center;
}
.who-we-are-subtext {
  font-size: 1rem;
  font-weight: 400;
  color: #00164B;
  padding-bottom: 4rem;
  text-align: center;
}
.who-we-are-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  color: #00164B;
}
.who-we-are-image img {
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.who-we-are-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.who-we-are-desc {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .who-we-are {
    padding: 3rem 0;
  }
  .who-we-are-header {
    font-size: 1.8rem;
    padding-bottom: 1.5rem;
  }
  .who-we-are-subtext {
    font-size: 1rem;
    padding-bottom: 2.5rem;
  }
  .who-we-are-card {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .who-we-are {
    padding: 2rem 0;
  }
  .who-we-are-header {
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
  }
  .who-we-are-subtext {
    font-size: 1rem;
    padding-bottom: 1.8rem;
  }
  .who-we-are-card {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.mendix-trainers {
  padding: 4rem 0;
  background-color: #00164B;
}
.mendix-trainers-header {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 2rem;
  text-align: center;
}
.mendix-trainers-content {
  padding: 2.5rem 0;
  border-bottom: 1px solid #fff;
}
.mendix-trainers-content:last-child {
  border: none;
}
.mendix-trainers-image img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mendix-trainers-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 1.5rem;
}
.mendix-trainers-desc {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-align: justify;
  padding-bottom: 1.5rem;
}
.mendix-trainers-badges-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .mendix-trainers {
    padding: 3rem 0;
  }
  .mendix-trainers-header {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
  .mendix-trainers-content {
    padding: 1.6rem 0;
  }
  .mendix-trainers-name {
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
  }
  .mendix-trainers-desc {
    font-size: 1rem;
    padding-bottom: 1.2rem;
  }
  .mendix-trainers-badges-title {
    font-size: 1rem;
  }
  .mendix-trainers-badges-image img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .mendix-trainers {
    padding: 2rem 0;
  }
  .mendix-trainers-header {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  .mendix-trainers-content {
    padding: 1.5rem 0;
  }
  .mendix-trainers-image {
    padding-bottom: 1.8rem;
  }
  .mendix-trainers-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mendix-trainers-name {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
  .mendix-trainers-desc {
    font-size: 1rem;
    padding-bottom: 0.8rem;
  }
  .mendix-trainers-badges-title {
    font-size: 1rem;
  }
  .mendix-trainers-badges-image img {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .mendix-trainers {
    padding: 2rem 0;
  }
  .mendix-trainers-header {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
  }
  .mendix-trainers-content {
    padding: 1.5rem 0;
  }
  .mendix-trainers-image {
    padding-bottom: 1.8rem;
  }
  .mendix-trainers-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mendix-trainers-name {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
  .mendix-trainers-desc {
    font-size: 1rem;
    padding-bottom: 0.8rem;
  }
  .mendix-trainers-badges-title {
    font-size: 1rem;
  }
  .mendix-trainers-badges-image img {
    width: 40px;
    height: 40px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.youtube-vids {
  margin: 4rem 0;
}
.youtube-vids-row {
  row-gap: 2rem;
}
.youtube-vids-box iframe {
  width: 100%;
  height: 300px;
  border: none;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .youtube-vids {
    margin: 3rem 0;
  }
  .youtube-vids-row {
    row-gap: 1.5rem;
  }
  .youtube-vids-box iframe {
    width: 100%;
    height: 300px;
    border: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .youtube-vids {
    margin: 2rem 0;
  }
  .youtube-vids-row {
    row-gap: 1rem;
  }
  .youtube-vids-box iframe {
    width: 100%;
    height: 250px;
    border: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.privacy-policy-header {
  background-color: #00164B;
  padding: 5rem 0 1rem;
}
.privacy-policy-header-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.privacy-policy-header-logo img {
  width: 100px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.privacy-policy-header-text {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.compalinace-content {
  background-color: #fff;
  padding: 8rem 0 3rem;
}
.compalinace-content-box {
  max-width: 1000px;
  margin: 0 auto;
}
.compalinace-content-head {
  font-size: 24px;
  line-height: 30px;
  color: #213554;
  margin: 0;
  font-weight: 700;
}
.compalinace-content-seprater {
  width: 38px;
  height: 4px;
  background-color: #213554;
  margin-top: 10px;
}
.compalinace-content-updated-date {
  margin: 16px 0 0;
  color: rgba(33, 53, 84, 0.6705882353);
  font-weight: 700;
}
.compalinace-content-text {
  font-size: 0.9rem;
  color: #515978;
  margin: 12px 0 0;
}
.compalinace-content-list {
  list-style: disc;
  padding-left: 1rem;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .privacy-policy-header {
    padding: rem 0 1rem;
  }
  .privacy-policy-header-text {
    font-size: 20px;
  }
  .compalinace-content {
    padding: 7rem 0 2.5rem;
  }
  .compalinace-content-box {
    max-width: 100%;
    margin: 0;
  }
  .compalinace-content-head {
    font-size: 20px;
  }
  .compalinace-content-updated-date {
    margin-top: 10px;
  }
  .compalinace-content-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .privacy-policy-header {
    padding: 5rem 0 1rem;
  }
  .privacy-policy-header-text {
    font-size: 16px;
    font-weight: 500;
  }
  .privacy-policy-header-logo img {
    width: 100px;
    height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .compalinace-content {
    padding: 7rem 0 2rem;
  }
  .compalinace-content-box {
    max-width: 100%;
    margin: 0;
  }
  .compalinace-content-head {
    font-size: 20px;
  }
  .compalinace-content-updated-date {
    margin-top: 10px;
  }
  .compalinace-content-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .privacy-policy-header {
    padding: 5rem 0 1rem;
  }
  .privacy-policy-header-text {
    font-size: 14px;
    font-weight: 400;
  }
  .privacy-policy-header-logo img {
    width: 60px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .compalinace-content {
    padding: 7rem 0 2rem;
  }
  .compalinace-content-box {
    max-width: 100%;
    margin: 0;
  }
  .compalinace-content-head {
    font-size: 16px;
  }
  .compalinace-content-updated-date {
    font-size: 14px;
    margin-top: 8px;
  }
  .compalinace-content-text {
    margin-top: 10px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.blog-banner {
  padding: 8rem 0 4rem;
  background-color: #00164B;
}
.blog-banner-header {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .blog-banner {
    padding: 12rem 0 3rem;
  }
  .blog-banner-header {
    font-size: 2rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .blog-banner {
    padding: 12rem 0 2rem;
  }
  .blog-banner-header {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .blog-banner {
    padding: 12rem 0 2rem;
  }
  .blog-banner-header {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .blog-banner-header br {
    display: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.blog-info {
  padding: 4rem 0;
  background-color: #fff;
}
.blog-info-row {
  row-gap: 2rem;
}
.blog-info-card {
  background-color: #fff;
  padding: 1rem;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  gap: 0.5rem;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
}
.blog-info-card:hover {
  background-color: #3D46B4;
  animation-name: shakethecard;
}
.blog-info-card:hover .blog-info-card-title {
  color: #fff;
}
.blog-info-card:hover .blog-info-card-author {
  color: #fff;
}
.blog-info-card:hover .blog-info-card-desc {
  color: #fff;
}
.blog-info-card-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.blog-info-card-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}
.blog-info-card-author {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
}
.blog-info-card-desc {
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
}

@keyframes shakethecard {
  0% {
    transform: rotate(0.1deg);
  }
  10%, 20% {
    transform: rotate(-0.1deg);
  }
  30%, 50%, 70%, 90% {
    transform: rotate(1deg);
  }
  40%, 60%, 80% {
    transform: rotate(-0.1deg);
  }
  100% {
    transform: rotate(0.1deg);
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .blog-info {
    padding: 3rem 0;
  }
  .blog-info-row {
    row-gap: 2rem;
  }
  .blog-info-card {
    gap: 0.5rem;
  }
  .blog-info-card-title {
    font-size: 1rem;
  }
  .blog-info-card-author {
    font-size: 1rem;
  }
  .blog-info-card-desc {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .blog-info {
    padding: 2rem 0;
  }
  .blog-info-row {
    row-gap: 1.5rem;
  }
  .blog-info-card {
    gap: 0.5rem;
  }
  .blog-info-card-title {
    font-size: 1rem;
  }
  .blog-info-card-author {
    font-size: 1rem;
  }
  .blog-info-card-desc {
    font-size: 0.8rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.blog-hero-section {
  background: #00164B;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 10rem 0 4rem;
}
.blog-hero-section-breadcrumb {
  display: flex;
  align-items: baseline;
  justify-content: start;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.blog-hero-section-breadcrumb p {
  font-size: 0.8rem;
  font-weight: 500;
}
.blog-hero-section-chevron img {
  width: 20px;
  height: 20px;
}
.blog-hero-section-home-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.blog-hero-section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.blog-hero-section-author {
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  border: 1px solid #fff;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
}
.blog-hero-section-author-icon {
  font-size: 1rem;
  color: #fff;
  margin-right: 0.5rem;
}

.Empowerment-Through-Education {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Empowerment%20Through%20Education.webp);
}

.Joining-the-Mendix-Movement {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Joining-the-Mendix-Movement.webp);
}

.pioneering-excellence {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Pioneering-Excellence.webp);
}

.mendix-certification-demystified {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Mendix-Certification-Demystified-1024x576.webp);
}

.empowering-the-future {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Empowering-the-Future-Mayon-Academys-Vision-for-Global-Mendix-Low-Code-Leaders-1-1024x576.webp);
}

.unleashing-your-potential {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/unleashing-your-potential.webp);
}

.student-perspective {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/The-Essence-of-Mayon-Academys-Culture-1024x576.webp);
}

.build-powerful-apps-faster {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Mendix-Professionals-in-India-1024x576.webp);
}

.customized-mendixtraining {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Customized-Mendix-Training-by-Mayon-Academy-1024x576.webp);
}

.advanced-developer-certification {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Mendix-Advanced-Developer-Certification.webp);
}

.intermidiate-developer-certification {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Mendix-Intermediate-Developer-Certification-1024x576.webp);
}

.rapid-developer-certification {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Mendix-Academy-Rapid-Developer-Certification-1024x576.webp);
}

.mendix-online-course {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Mendix-Online-Courses-at-Mayon-Academy-1024x576.webp);
}

.unveiling-mayon-academy {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Your-Pathway-to-Excellence-in-Mendix-Development-1024x576.webp);
}

.flexibility-of-mendix {
  background-image: linear-gradient(rgba(0, 22, 75, 0.8), rgba(0, 22, 75, 0.8)), url(../img/blogs/Flexibility-of-Mendix-Online-Courses-at-Mayon-Academy-1024x576.webp);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .blog-hero-section {
    padding: 12rem 0 3rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .blog-hero-section {
    padding: 12rem 0 2rem;
  }
  .blog-hero-section-title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .blog-hero-section {
    padding: 12rem 0 2rem;
  }
  .blog-hero-section-breadcrumb {
    flex-flow: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .blog-hero-section-chevron {
    font-size: 1.5rem;
    line-height: 0.6rem;
  }
  .blog-hero-section-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .blog-hero-section-author {
    font-size: 0.8rem;
    padding: 0.4rem 0.5rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.blog-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
  background-color: #fff;
}
.blog-about-content {
  display: flex;
  flex-flow: column;
  height: 100%;
  gap: 1rem;
}
.blog-about-content-header {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}
.blog-about-content-subheader {
  font-size: 2rem;
  margin: 1rem 0;
  color: #000;
}
.blog-about-content-desc {
  font-size: 1rem;
  color: #000;
}
.blog-about-image {
  height: 100%;
  display: flex;
  align-items: center;
}
.blog-about-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
  .blog-about {
    margin: 4rem 0;
  }
  .blog-about-content-header {
    font-size: 1.2rem;
  }
  .blog-about-content-subheader {
    font-size: 1.8rem;
    margin: 0.8rem 0;
  }
  .blog-about-content-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .blog-about {
    margin: 3rem 0;
  }
  .blog-about-content-header {
    font-size: 1rem;
  }
  .blog-about-content-subheader {
    font-size: 1.5rem;
    margin: 0.8rem 0;
  }
  .blog-about-content-desc {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .blog-about {
    margin: 2rem 0;
  }
  .blog-about-content {
    gap: 0;
  }
  .blog-about-content-header {
    font-size: 1rem;
  }
  .blog-about-content-subheader {
    font-size: 1.4rem;
    margin: 0.6rem 0;
  }
  .blog-about-content-desc {
    font-size: 0.9rem;
  }
  .blog-about-content {
    padding-bottom: 2rem;
  }
}
.blog-sec {
  margin: 4rem 0;
}
.blog-sec-content {
  background-color: #00164B;
  color: #fff;
  padding: 3rem 2rem;
  border-radius: 12px;
}
.blog-sec-text-box {
  margin-bottom: 1.8rem;
}
.blog-sec-text-box:last-child {
  margin-bottom: 0;
}
.blog-sec-text-header {
  font-size: 1rem;
  font-weight: 600;
  padding-bottom: 0.6rem;
}
.blog-sec-text-desc {
  font-size: 0.9rem;
  font-weight: 300;
  padding-bottom: 0.6rem;
}
.blog-sec-text-desc strong, .blog-sec-text-desc b {
  font-weight: 500;
}
.blog-sec-text-desc:last-child {
  padding-bottom: 0;
}
.blog-sec-text-list {
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 1rem;
}
.blog-sec-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
  .blog-sec {
    margin: 3rem 0;
  }
  .blog-sec-content {
    padding: 2rem 1.5rem;
  }
  .blog-sec-text-header {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 0.6rem;
  }
  .blog-sec-text-desc {
    font-size: 0.8rem;
    font-weight: 500;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .blog-sec {
    margin: 3rem 0;
  }
  .blog-sec-content {
    padding: 2rem 1rem;
  }
  .blog-sec-text-box {
    margin-bottom: 1.5rem;
  }
  .blog-sec-text-header {
    font-size: 1rem;
    padding-bottom: 0.6rem;
  }
  .blog-sec-text-desc {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .blog-sec {
    margin: 2rem 0;
  }
  .blog-sec-content {
    padding: 1.5rem 1rem;
  }
  .blog-sec-text-box {
    margin-bottom: 0.9rem;
  }
  .blog-sec-text-header {
    font-size: 1rem;
    padding-bottom: 0.4rem;
  }
  .blog-sec-text-desc {
    font-size: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.job-assistance-banner {
  background-image: url(../img/Mendix-Placement-Assistance-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-journey {
  padding: 4rem 0;
  background-color: #F4F5FA;
}
.career-journey-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #00164B;
  padding-bottom: 1.8rem;
}
.career-journey-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #00164B;
  margin-bottom: 1.2rem;
}
.career-journey-desc:last-child {
  margin-bottom: 0;
}
.career-journey-image {
  display: flex;
  align-items: center;
  height: 100%;
}
.career-journey-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
  .career-journey {
    padding: 4rem 0;
  }
  .career-journey-title {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .career-journey-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .career-journey {
    padding: 3rem 0;
  }
  .career-journey-content {
    padding-bottom: 2rem;
  }
  .career-journey-title {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
  .career-journey-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .career-journey {
    padding: 2rem 0;
  }
  .career-journey-content {
    padding-bottom: 1.4rem;
  }
  .career-journey-title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
  .career-journey-desc {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.professional-journey {
  padding: 4rem 0;
}
.professional-journey-card {
  padding: 0.9rem;
  background-color: #f2f2f2;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
.professional-journey-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #00164B;
  text-align: center;
}
.professional-journey-card-desc {
  font-size: 1rem;
  font-weight: 400;
  color: #00164B;
  text-align: center;
}
.professional-journey-card-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .professional-journey {
    padding: 3rem 0;
  }
  .professional-journey-card {
    padding: 0.9rem;
    gap: 1rem;
  }
  .professional-journey-card-row {
    row-gap: 2rem;
  }
  .professional-journey-card-title {
    font-size: 1rem;
  }
  .professional-journey-card-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .professional-journey {
    padding: 3rem 0;
  }
  .professional-journey-card {
    padding: 0.9rem;
    gap: 1rem;
  }
  .professional-journey-card-row {
    row-gap: 2rem;
  }
  .professional-journey-card-title {
    font-size: 1rem;
  }
  .professional-journey-card-desc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .professional-journey {
    padding: 2rem 0;
  }
  .professional-journey-card {
    padding: 0.9rem;
    gap: 0.8rem;
  }
  .professional-journey-card-row {
    row-gap: 1rem;
  }
  .professional-journey-card-title {
    font-size: 1rem;
  }
  .professional-journey-card-desc {
    font-size: 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.page-not-found {
  padding: 6rem 0 2rem;
}
.page-not-found-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-not-found-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 4rem;
}
.page-not-found-text-wrapper {
  display: grid;
  place-content: center;
  background-color: var(--background-color);
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
  text-align: center;
}
.page-not-found-text-wrapper div {
  grid-area: 1/1/-1/-1;
}
.page-not-found-text-top {
  color: #3D46B4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}
.page-not-found-text-bottom {
  clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
  color: #3D46B4;
  background: linear-gradient(177deg, black 53%, var(--text-color) 65%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateX(-0.02em);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .page-not-found {
    padding: 5rem 0 2rem;
  }
  .page-not-found-content {
    gap: 1rem;
  }
  .page-not-found-text-wrapper {
    font-size: 2rem;
  }
  .page-not-found-btn {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .page-not-found {
    padding: 3rem 0 3rem;
  }
  .page-not-found-content {
    gap: 1rem;
  }
  .page-not-found-text-wrapper {
    font-size: 2.6rem;
  }
  .page-not-found-btn {
    font-size: 0.8rem;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 575px) and (min-width: 320px) {
  .page-not-found {
    padding: 4rem 0 2rem;
  }
  .page-not-found-content {
    gap: 1rem;
  }
  .page-not-found-text-wrapper {
    font-size: 1.6rem;
  }
  .page-not-found-btn {
    font-size: 0.8rem;
    margin-top: 0 !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

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

body {
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.main-header {
  padding: 2rem 0rem;
}

.main-header-text {
  font-size: 2.2rem;
  font-weight: 500;
}

.main-header-text span {
  color: #007AFF;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-header {
    padding: 1.5rem 0rem;
  }
  .main-header-text {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .main-header {
    padding: 2rem 0rem 1rem;
  }
  .main-header-text {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
.just-validate-error-label {
  display: none;
}

.just-validate-success-field {
  border: 1px solid #4caf50 !important;
}

.just-validate-error-field {
  border: 1px solid #ff0000 !important;
}

textarea {
  color: #fff;
}

input:focus-visible, textarea:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

#emailresult, #emailresult-reg, #emailresult-popup {
  padding-top: 0.8rem;
  color: #4caf50;
}

/* country code input */
.iti {
  width: 100%;
  margin-bottom: 0.5rem;
}

.iti--inline-dropdown {
  width: 100%;
}

.iti__selected-country {
  height: 100% !important;
}

.country-code-err {
  color: red;
  font-size: 14px;
  display: none;
}

.iti .just-validate-error-label {
  display: block;
  position: absolute;
  left: 0;
  font-size: 14px;
}

.iti .just-validate-success-label {
  display: block;
}

.popup-form {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup-form .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.popup-form-content {
  padding: 1.5rem 2rem;
  max-width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 6px;
  position: relative;
}
.popup-form-header-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.popup-form-header {
  font-size: 1.5rem;
  font-weight: 600;
  color: #007AFF;
  padding-bottom: 0.8rem;
}
.popup-form-close {
  background: #fff;
  position: absolute;
  right: -15px;
  top: -13px;
  padding: 0.5rem 0.8rem;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}
.popup-form-close i {
  font-size: 1rem;
  color: #000;
}
.popup-form-input {
  width: 100%;
  margin-bottom: 1rem;
}
.popup-form-input label {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
}
.popup-form-input input {
  width: 100%;
  padding: 0.3rem;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
}
.popup-form-input input:focus-visible {
  outline: none;
}
.popup-form-input textarea {
  color: #000;
  width: 100%;
  padding: 0.3rem;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
}
.popup-form-input textarea:focus-visible {
  outline: none;
}
.popup-form-btn-wrapper {
  text-align: center;
}
.popup-form-btn {
  padding: 0.5rem 1rem;
  background-color: #007AFF;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  border: none;
  border-radius: 4px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .popup-form-content {
    padding: 1.5rem 2rem;
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .popup-form-content {
    padding: 1rem 1.5rem;
    max-width: 60%;
  }
  .popup-form-input {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 575px) and (min-width: 425px) {
  .popup-form-content {
    padding: 1rem 1.5rem;
    max-width: 80%;
  }
  .popup-form-input {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 424px) and (min-width: 320px) {
  .popup-form-content {
    padding: 1rem 1.5rem;
    max-width: 95%;
  }
  .popup-form-input {
    margin-bottom: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */