:root {
  --black: #0d0d0d;
  --black3: #1a1a1a;
  --blue: #285ff5;
  --blue2: #204f9c;
  --white: #ffffff;
  --grey: #b4b9bf;
  --grey2: #e6e6e6;
  --grey3: #ededed;
  --black2: #484848;
  --text-45: 2.813rem;
  --text-40: 2.5rem;
  --text-34: 2.125rem;
  --text-32: 2rem;
  --text-30: 1.875rem;
  --text-26: 1.65rem;
  --text-24: 1.5rem;
  --text-22: 1.375rem;
  --text-20: 1.25rem;
  --text-18: 1.125rem;
  --text-16: 0.938rem;
  --text-14: 0.85rem;
}
/* Mobile first (<=767px) */
@media (max-width: 767px) {
  :root {
    --text-45: 2rem;
    --text-40: 1.875rem;
    --text-34: 1.5rem;
    --text-32: 1.375rem;
    --text-30: 1.25rem;
    --text-26: 1.165rem;
    --text-24: 1.125rem;
    --text-22: 1rem;
    --text-20: 0.938rem;
    --text-18: 0.875rem;
    --text-16: 0.75rem;
    --text-14: 0.72rem;
  }
}

/* Tablet (768px–991px) */
@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --text-45: 2.375rem;
    --text-40: 2.125rem;
    --text-34: 1.75rem;
    --text-32: 1.625rem;
    --text-30: 1.5rem;
    --text-26: 1.4rem;
    --text-24: 1.375rem;
    --text-22: 1.25rem;
    --text-20: 1.125rem;
    --text-18: 1rem;
    --text-16: 0.875rem;
    --text-14: 0.8rem;
  }
}

/* Small desktop (992px–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --text-45: 2.625rem;
    --text-40: 2.375rem;
    --text-34: 2rem;
    --text-32: 1.875rem;
    --text-30: 1.625rem;
    --text-26: 1.575rem;
    --text-24: 1.5rem;
    --text-22: 1.375rem;
    --text-20: 1.25rem;
    --text-18: 1.125rem;
    --text-16: 1rem;
    --text-14: 0.85rem;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
/*font sizes*/
.text-45 {
  font-size: var(--text-45);
}
.text-40 {
  font-size: var(--text-40);
}
.text-34 {
  font-size: var(--text-34);
}
.text-32 {
  font-size: var(--text-32);
}
.text-30 {
  font-size: var(--text-30);
}
.text-26 {
  font-size: var(--text-26);
}
.text-24 {
  font-size: var(--text-24);
}
.text-22 {
  font-size: var(--text-22);
}
.text-20 {
  font-size: var(--text-20);
}
.text-16 {
  font-size: var(--text-16);
}
.text-18 {
  font-size: var(--text-18);
}
.text-14 {
  font-size: var(--text-14);
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.italic {
  font-style: italic;
}
.leading-120 {
  line-height: 120% !important;
}
.leading-100 {
  line-height: 100% !important;
}
/*colors*/
.blue {
  color: var(--blue);
}
.black {
  color: var(--black);
}
.black2 {
  color: var(--black2);
}
.black3 {
  color: var(--black3);
}
.blue2 {
  color: var(--blue2);
}
.wrap-balance {
  text-wrap: balance;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.form-container select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* SVG arrow as background */
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E")
    no-repeat right 12px center;
  background-size: 16px; /* adjust size */ /* Adjust size of your arrow */
  padding-right: 40px; /* Give space for arrow */
}

/* For IE 10/11 hide default arrow */
select.form-control::-ms-expand {
  display: none;
}
/*spacinng*/
.m-0 {
  margin: 0px !important;
}
.p-0 {
  padding: 0px;
}
.space-y-2 > :not(:last-child) {
  margin: 0px !important;
  margin-bottom: 10px !important;
}
.space-y-3 > :not(:last-child) {
  margin: 0px !important;
  margin-bottom: 15px !important;
}
.space-y-4 > :not(:last-child) {
  margin: 0px !important;
  margin-bottom: 2rem !important;
}

.space-top-1 {
  margin-top: 1rem;
}
.space-top-2 {
  margin-top: 1.5rem !important;
}
.space-top-3,
.heromain-section .herobtnsblue {
  margin-top: 1.75rem !important;
}
.space-bottom-2 {
  margin-bottom: 1.5rem;
}
.space-bottom-3 {
  margin-bottom: 1.75rem;
}
.space-toppadding-2 {
  padding-top: 2rem;
}
.space-toppadding-3 {
  padding-top: 2.5rem;
}
.space-bottompadding-2 {
  padding-bottom: 2rem;
}
.space-bottompadding-3 {
  padding-bottom: 2.75rem;
}

.mt-2 {
  margin-top: 10px !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 18px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.relative {
  position: relative;
}
sup {
  top: -1em;
}
.text-underline {
  text-decoration: underline;
}
/*loader*/
.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none; /* Hidden by default */
  font-weight: 600;
}
.form-loader.activeloader {
  display: flex;
}
.form-loader .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--blue2); /* Your brand color */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*buttons*/

.btn-outlne-rounded {
  font-size: var(--text-20);
  background: var(--white);
  color: var(--black);
  font-weight: bold;
  width: 100%;
  border: 1px solid var(--blue);
  border-radius: 30px;
  height: 40px;
  transition: all 0.3s ease;
}
.btn-outlne-rounded:where(:hover, :focus) {
  background: var(--blue2);
  color: var(--white) !important;
}
.applybtnwhite {
  font-size: var(--text-26);
  background: var(--white);
  color: var(--blue2);
  font-weight: 500;
  width: 100%;
  border-radius: 15px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  transition: all 0.3s ease;
}
.applybtnwhite:where(:hover, :focus) {
  background: var(--blue2);
  color: var(--white) !important;
}
.bluebtn {
  font-size: var(--text-20);
  background: var(--blue2);
  color: var(--white);
  font-weight: 500;
  width: 100%;
  border-radius: 14px;
  height: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.bluebtn svg {
  width: 24px;
  height: 24px;
}
.bluebtn:where(:hover, :focus) {
  transform: translateY(-3px);
  color: var(--white) !important;
}
.bluebtn span {
  display: flex;
  align-items: center;
}
.bluebtn-lg {
  font-size: var(--text-26);
  font-weight: 500;
  height: 65px;
}
.commonbtnbatch {
  background-color: var(--grey3);
  height: 84px;
  border-radius: 20px;
  flex-direction: column;
  gap: 3px;
  font-weight: 500;
  line-height: 120%;
}
.downloadbtn-d {
  flex-direction: row;
  gap: 8px;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.2rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.2rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 1.75rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 1.75rem;
}

@media (min-width: 992px) {
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.75rem;
  }

  .banner-shape-1 {
    position: absolute;
    right: 1%;
    transform: translateX(-50%);
    width: 38%;
    top: 0;
    display: block;
    pointer-events: none;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .banner-shape-3 {
    position: absolute;
    width: 18%;
    top: 0;
    display: block;
    right: 2%;
  }
  .hero-section-tr > *::before {
    content: "";
    background: var(--grey);
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 65%;
    right: 0px;
  }
  .heromain-section {
    padding-bottom: 2rem;
  }
  .bluebtnw-320,
  .form-container .goldbtnmain button {
    width: 320px !important;
  }
  .ericimage {
    width: 90%;
    padding-top: 2rem;
    margin-left: auto;
  }
  .testimonial-carousel .testimonial-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .testimonial-item .profileimg {
    flex: 0 0 30%;
    width: 30%;
    text-align: center;
  }
  .testimonial-item .profileimg img {
    margin-left: auto;
    width: 175px;
  }
  .testimonial-carousel .testimonial-item .testimonial-text {
    flex: 0 0 70%;
    width: 70%;
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 5%;
  }
  .find-traing {
    padding: 0 6%;
  }
  .footer-top .about {
    padding-right: 100px;
  }
  .footerlink .column:not(:nth-last-child(-n + 3)) {
    margin-top: 0px;
  }
}
/*hero section*/
.heromain-section .uk-breadcrumb > li > a,
.heromain-section .uk-breadcrumb > li > span {
  color: var(--black);
  font-size: var(--text-20);
  font-weight: 400;
  text-transform: none;
  line-height: 120%;
}
.heromain-section .uk-breadcrumb > li > a {
  color: var(--link);
}
.heromain-section
  .uk-breadcrumb
  > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 4px;
}
.hero-section-tr {
  padding: 0px;
}
.banner-shape-1 {
  height: 100%;
}
.banner-shape-1 img {
  height: 100%;
  object-fit: cover;
}
.paddingboxomm {
  padding: 6%;
  background: #ececec;
  backdrop-filter: blur(4px);
  border-radius: 25px;
}
.paddingboxomm2 {
  padding: 4%;
  background: #ececec;
  backdrop-filter: blur(4px);
  border-radius: 15px;
}
.schedulebox-main {
  padding: 6%;
  background: var(--grey3);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.enterprisebox,
.programbox.paddingboxomm {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.programs-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0px;
}
.programs-list ul li {
  background: var(--grey2);
  font-size: var(--text-18);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  color: var(--black);
  border-radius: 5px;
  font-weight: 600;
  line-height: 120%;
}
.enterprisebox p {
  text-wrap: balance;
}
.link-urlbox a {
  display: inline-flex;
}
.link-urlbox a svg {
  width: 24px;
  height: 24px;
}
.enterprisebox > :nth-child(2) {
  flex-grow: 1;
}
.enterprisebox > :nth-child(2):not(div) {
  padding-top: 5%;
}
.programbox .paraprogram {
  padding-top: 6%;
  padding-bottom: 18%;
  flex-grow: 1;
}

.step-arrow {
  position: absolute;
  top: 0px;
  right: 22%;
  z-index: 1;
  pointer-events: none;
}

/*form*/
.invalid-feedback {
  display: none;
}
.step-into {
  background: #fafafa;
  padding: 65px 0px 60px 0px;
  overflow: hidden;
}
.step-into .uk-container {
  z-index: 2;
  position: relative;
}
.form-label {
  font-weight: 400;
  font-size: var(--text-16);
  color: var(--black);
  display: block;
  margin-bottom: 6px;
}
.form-container {
  width: 75%;
  margin: 0px auto;
  padding-top: 45px;
}
.form-container .form-control {
  border-radius: 10px !important;
  height: 50px;
  border: 1px solid #e6e6e6 !important;
  background: #fff;
  padding: 12px;
  font-size: var(--text-18);
  color: var(--black);
  font-style: normal;
  font-weight: 400;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* Custom checkbox */
.label-want,
.keep-me {
  color: #0d0d0d;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  margin-left: 20px;
}
.keep-me {
  font-weight: 400;
}
.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  background-color: #ffffff;
  flex: 0 0 auto;
}
.custom-checkbox input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
}
.custom-checkbox span:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ span:after {
  display: block;
}
.custom-checkbox span:after {
  left: 9px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid #a67f2d;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-container .goldbtnmain button {
  width: 250px;
  justify-content: space-between;
}
.goldbtnmain {
  position: relative;
  z-index: 1;
}
.bannerbestcompany {
  border-radius: 24px;
  background: #ececec;
  backdrop-filter: blur(4px);
  padding-top: 20px;
  padding-bottom: 20px;
  @media (max-width: 767px) {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.portimg {
  /* padding: 0 20px; */
  padding: 0px 10px;
  img {
    @media (min-width: 1200px) {
      height: 3.5vw;
    }
  }
}

.owl-stage-outer .owl-stage {
  margin: 0 auto;
}

.postype-2 .post.type-post .outer {
  padding-top: 20px;
}

/*cua detail page*/
.training-detail-sec {
  padding-top: 45px;
  padding-bottom: 30px;
}
.traini-detail-leftgrid {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.traini-detail-leftgrid > div:nth-child(2) {
  padding-top: 3%;
  padding-bottom: 5.5%;
  flex-grow: 1;
}
.trainighr {
  border-color: var(--black);
  margin-top: 25px;
}
.schedule-item .checkbox-label {
  justify-content: space-between;
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--black);
}
.checkboxs-listbox {
  flex-grow: 1;
}
.checkboxs-listbox .schedule-item .checkbox-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Custom checkbox style */
.checkboxs-listbox .schedule-item .checkbox-label .custom-checkboxschedule {
  width: 20px;
  height: 20px;
  border: 0.5px solid #000;
  border-radius: 4px;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  background: var(--white);
}

/* Tick when checked */
.checkbox-label input[type="radio"]:checked + .custom-checkboxschedule {
  background-color: var(--blue2); /* Blue fill */
  border-color: var(--blue2);
}

.checkbox-label input[type="radio"]:checked + .custom-checkboxschedule::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-50%, 0);
}
.listeddetailitems {
  margin-top: 8%;
}

.coursaccordin .uk-accordion > li .uk-accordion-title {
  font-size: var(--text-22);
  color: var(--black);
  line-height: 120%;
  font-weight: 400;
  text-transform: none;
}
.coursaccordin .uk-accordion .uk-accordion-content > * {
  font-size: var(--text-20);
  line-height: 120%;
  font-weight: 400;
  text-transform: none;
}
.coursaccordin .uk-accordion > li .uk-accordion-title {
  border-bottom: 2px solid var(--black);
}

.owl-carousel .speakers > img {
  border-radius: 50%;
  width: 180px;
  border: 5px solid #fff;
  margin: 20px auto;
}
.owl-carousel .linkedin-link img {
  width: 16px;
  height: 16px;
  margin: auto;
}
.speakers {
  text-align: center;
}
.eric-video-content {
  padding-right: 16%;
}
.eric-video-content > h3 {
  margin-bottom: 7% !important;
}
.ericvidoe a {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.eric-img,
.iti {
  width: 100%;
}
.findmain-section {
  padding: 1rem 0 3.75rem 0 !important;
}
.why-us-section {
  background: url("../images/training-v2/train.webp") no-repeat;
  background-position: center;
  height: 327px;
  background-size: 132% auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playicnvideo {
  width: 48px;
  height: 48px;
  background: var(--blue2);
  border-radius: 50%;
  margin: 0 auto;
}
.playicnvideo svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spacingwhytraingmaring > :nth-child(2) {
  margin: 5% 0 4% 0 !important;
}

.postype-2 .post.type-post > .outer > .inner .title {
  min-height: 1px;
}
.postype-2 .outer-inner:before {
  background: #d9d9d9;
}
.postype-2 .blog-slider .owl-stage {
  display: flex;
}

.postype-2 .blog-slider .owl-item {
  display: flex;
  height: auto !important;
}

.postype-2 .blog-slider .outer {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.postype-2 article {
  height: 100%;
  padding-left: 5px;
}
.postype-2 .inner-related {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.postype-2 .post.type-post > .outer > .inner .title {
  min-height: 1px;
  flex-grow: 1;
  margin-bottom: 0px !important;
}
.postype-2 .post.type-post > .outer > .inner .description-para {
  margin: 15px 0 0;
  min-height: 80px;
  margin-bottom: 15px;
  flex-grow: 1;
}
.postype-2 .post.type-post > .outer > .inner .more:not(.icon) {
  margin-top: 0px;
}
.coursaccordin .uk-accordion .uk-open {
  min-height: auto !important;
  background: transparent !important;
}
.label-want {
  margin-top: 10px;
}
.invalid-feedback {
  font-size: var(--text-16);
  margin-top: 5px;
}

.textaraboxspacing .contactTextArea {
  margin-bottom: 0px;
}
.textaraboxspacing .label-df {
  margin-top: 30px;
}
.form-left .form-control,
.contactForm .form-control {
  height: 40px;
}
.contactFormSec > * {
  width: 90%;
  margin: 0 auto;
}
.footerlink .column {
  margin-top: 0px;
}
.pr__footer .pr__footer__bottom .section-inner {
  border: none;
}

@media (max-width: 1399px) {
  .custom-checkbox {
    width: 25px;
    height: 25px;
  }
  .step-into {
    padding: 40px 0px 40px 0px;
  }
  .form-container {
    padding-top: 20px;
  }
  .form-control {
    height: 45px;
  }
  .custom-checkbox span:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 16px;
  }
  .form-container .goldbtnmain button {
    width: 190px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .nextbathchbuttons p span {
    display: block;
  }
  .heromain-section {
    padding-top: 2rem;
  }
  .bannerbestcompany {
    padding: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .spacingwhytraingmaring > :nth-child(2) {
    padding-left: 17%;
    padding-right: 17%;
  }
  .footer-top .footer-link-section {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) {
  .banner-shape-1,
  .banner-shape-3 {
    display: none;
  }
  .heromain-section {
    padding-top: 20px;
  }
  .herobtnwrapper {
    margin-top: 1rem !important;
  }
  .bestcompany-section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .ericimage {
    max-width: 90%;
    margin: auto;
    margin-top: 1rem;
    border-bottom: 1px solid var(--grey);
    text-align: center;
  }
  .testimonial-carousel .testimonial-item .testimonial-text {
    text-align: center;
  }
  .form-container {
    width: 100%;
  }
  .testimonial-carousel .testimonial-item {
    margin-top: 1rem;
    padding: 0 1.5rem;
  }
  .testimonial-carousel .testimonial-item .profileimg {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .commonbtnbatch {
    height: 74px;
  }
  .bluebtn-lg {
    height: 55px;
  }
  .applybtn {
    margin-top: 1rem;
  }
  .uk-accordion-title::before {
    width: 16px;
    height: 16px;
  }
  .eric-video-content {
    padding-right: 0%;
  }
  .bluebtnw-320 {
    width: 190px;
  }
  .herotext br,
  .why-us-section br,
  .spacingwhytraingmaring br,
  .form-intro p br,
  .eric-video-content br {
    display: none;
  }
  .hfi_dropdown .row .mr_parent .row .col-12 .dd_head {
    font-size: 16px !important;
  }
  .form-container .form-control {
    height: 45px;
  }
  .form-left .form-control,
  .contactForm .form-control {
    height: 45px;
  }
  .contactFormSec > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bannerbestsub {
    padding: 0px 20px;
  }
  .bannerbestsub p {
    padding: 0px 10px;
  }
  .mobile-slicklearner {
    margin: 0px;
  }
  .mobile-slicklearner .slick-slide {
    margin: 0 10px;
    padding: 0px;
  }
  .enterprisebox > :nth-child(2):not(div) {
    padding-top: 0px;
  }
  sup {
    top: -0.5em;
  }
  .keep-me {
    display: flex !important;
    align-items: flex-start !important;
  }

  .portimg {
    height: 14vw;
    padding: 0px 5px;
  }
  .icon-top {
    display: none !important;
  }
  .why-us-section {
    height: auto;
    background-size: cover;
    padding: 15% 5%;
    background: var(--grey3);
  }
  .spacingwhytraingmaring > :nth-child(2) {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }
  .pr__footer__bottom .pr__links .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .pr__footer__bottom .pr__links .inner a {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0px !important;
  }
  .owl-prev span,
  .owl-next span {
    font-size: 5rem;
  }
  .mobile-slicklearner .slick-track {
    display: flex !important;
  }

  .mobile-slicklearner .slick-slide {
    height: auto !important;
    display: flex !important;
  }

  .mobile-slicklearner .enterprisebox {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.pr__header .inner .logo a {
  display: flex;
}

/*language modal*/
.pr__footer__bottom .pr__links .footer-links-language {
  display: flex;
  align-items: center;
  gap: 25px;
}
.language-inner {
  display: flex;
  align-items: center;
}
.language-inner .language-text {
  font-size: var(--text-16);
  color: var(--black);
  line-height: 120%;
}
.language-inner .language-link {
  color: var(--blue2) !important;
  margin-left: 8px !important;
  text-decoration: underline;
  line-height: 1;
  font-weight: 500;
}
.language-inner .language-link:hover {
  color: var(--blue2);
}

.language-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1050; /* above bootstrap modal level */
  justify-content: center;
  align-items: center;
}

.language-modal.show {
  display: flex;
}

.language-modal-dialog {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

.language-modal-title {
  margin: 0px !important;
  margin-bottom: 8px !important;
}

.language-modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  background: none;
  border: none;
  font-size: var(--text-24);
  cursor: pointer;
  color: var(--black);
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
}

.language-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.language-option {
  background: var(--grey2);
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  color: var(--black);
  font-size: var(--text-16);
  line-height: 120%;
}

.language-option:hover {
  background: var(--blue2);
  color: var(--white) !important;
}
/*end language modal*/

/*info badge*/
.info-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  padding: 0px 15px;
  background-color: rgba(4, 4, 4, 0.8);
  z-index: 3;
  font-size: 12px;
  border-radius: 1px;
  height: 28px;
  display: flex;
  align-items: center;
}
/*end info badge*/
/*changing word*/
#changing-word {
  display: inline-block;
  min-width: 170px; /* Fix width to prevent layout jump */
  text-align: center;
  transition: opacity 0.6s ease-in-out;
  @media (max-width: 767px) {
    min-width: 130px;
  }
}
.fade-out {
  opacity: 0;
}
.fade-in {
  opacity: 1;
}
