.banner-inner {
  position: relative;
  overflow: hidden;
  background-image: url(../images/course-banner-bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}

.banner-inner .container {
  margin-top: 54px;
}

/* .banner-inner::after {
  content: none;
  width: 100%;
  height: 100%;
  background-image: url(../images/course-banner-bg.png);
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
} */

/* @media (min-width: 992px) {
  .banner-inner::after {
    content: '';
  }
} */

.banner-inner--content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
}

.banner-inner--left-pan {
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 100%;
  position: relative;
  z-index: 1;
}

.banner-inner--left-pan .btn-lg {
  font-size: 0.875rem;
}

.banner-inner--left-pan h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50.4px;
  color: #212B36;
}

.banner-inner--left-pan p {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #454545;
  font-family: "Montserrat", sans-serif;
}

.banner-inner--left-pan--subHead {
  text-transform: uppercase;
  color: #666e75;
  font-size: 0.750rem;
  font-weight: 700;
}

.banner-inner--right-pan {
  position: relative;
  z-index: 1;
  right: 20px;
  width: 55%;
  height: auto;
}

.banner-inner--right-pan img {
  width: 100%;
  height: auto;
}

.banner-inner--right-pan .shadow-primary {
  background: radial-gradient(50% 50% at 50% 50%, rgb(174 17 46 / 32%) 0%, rgba(174, 17, 46, 0) 100%);
  width: 100%;
  height: 197px;
  position: absolute;
  bottom: -28px;
  left: -28px;
  z-index: -1;
}

.banner-inner .container .circle1 {
  position: absolute;
  top: -116px;
  left: -120px;
  z-index: 0;
}

@media (min-width: 992px) {
  .banner-inner--content {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-inner--left-pan {
    padding-right: 50px;
    flex: 0 0 45%;
  }

  .banner-inner--left-pan .btn-lg {
    font-size: 1rem;
  }

  .banner-inner--left-pan--subHead {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-inner .container {
    margin-top: 20px;
  }

  .banner-inner--left-pan {
    text-align: center;
  }

  .banner-inner .outer-banner {
    flex-direction: column;
  }

  .banner-inner--left-pan h1 {
    font-size: 24px;
    line-height: 24px;
  }

  .banner-inner--right-pan {
    width: 100%;
    position: static;
  }

  .banner-inner--right-pan .shadow-primary {
    background: radial-gradient(50% 50% at 50% 50%, rgb(174 17 46 / 12%) 0%, rgba(174, 17, 46, 0) 100%);
    width: 100%;
    height: 252px;
    position: absolute;
    bottom: -28px;
    left: -110px;
    z-index: -1;
    top: -46px;
  }
}

.product-box {
  border: 1px solid transparent;
  transition: all 0.5s ease;
  width: 100%;
}

.product-box:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  border-color: #dbe4ec;
}

.product-box .icon-star-fill {
  color: #ffc107;
}

.product-list--item {
  padding: 12px;
}

.product-list--item img {
  width: 108px;
}

.bg-gray {
  background-color: #f6f6f6;
}

.promo-banner {
  width: 100%;
  height: 203px;
  position: relative;
  background-image: linear-gradient(to right, #ab1530 0, #e92347 100%);
  background-repeat: repeat-x;
}

.promo-banner img {
  opacity: .5;
}

.promo-banner--content {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.promo-banner--content i {
  top: 2px;
}

.promo-banner--content h2 {
  font-size: 2.05rem;
  font-weight: 600;
}

.promo-banner--content--text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}

.promo-banner::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(171, 21, 48, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.promo-banner--smo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  z-index: 9;
}

.promo-banner--smo a {
  display: block;
  color: #fff;
  height: 25px;
  transition: all .2s linear;
}

.promo-banner--smo a:hover {
  color: #e92347;
}

.enroll-form {
  background-color: #f6f6f6;
  padding: 40px 0 30px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.enroll-form::after {
  content: none;
  width: 338px;
  height: 224px;
  background-image: url(../images/course-detail/enroll-form.png);
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  background-size: contain;
}

@media (min-width: 768px) {
  .enroll-form::after {
    content: '';
  }
}

.enroll-form .animation-input:focus~label,
.enroll-form .has-content .animation-input~label {
  background-image: linear-gradient(to bottom, #f6f6f6 33%, #fff 81%);
}

.enroll-form .btn-white {
  color: #e92347;
}

.call-us {
  position: relative;
}

.call-us::before {
  content: '';
  width: 115px;
  height: 97px;
  background-image: url(../images/call-us-bg.png);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.call-us::after {
  content: '';
  width: 81px;
  height: 77px;
  background-image: url(../images/call-us.png);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.call-us--subHead {
  color: #777777;
  font-weight: 600;
}

.call-us--head {
  font-size: 1.875rem;
  font-weight: 500;
  color: #252525;
}

.arrow-on-right button::before {
  content: '\e915';
  font-family: 'icomoon' !important;
  position: absolute;
  right: 20px;
  transition: all .2s ease-in-out;
  transform: rotate(270deg);
  font-size: 10px;
  color: #777777;
}

.arrow-on-right button.collapsed::before {
  transform: rotate(90deg);
}

.arrow-on-right button:focus {
  outline: 0;
  box-shadow: none;
}

.light-blue .card {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 15px;
  border-radius: 4px;
  position: relative;
}

.light-blue .card button {
  font-weight: 600;
}

.filter__list {
  display: flex;
  align-items: center;
  margin: 0;
  flex-grow: 1;
  padding-right: 30px;
}

.filter__list li {
  flex: 0 0 14%;
}

.filter__list li:first-child {
  flex: 0 0 auto;
}

.filter__list li:not(:last-child) {
  margin-right: 10px;
}

.filter--applied {
  position: relative;
}

.filter--applied::before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  background-color: #e92347;
  position: absolute;
  left: 15px;
  top: -3px;
  border-radius: 50%;
}

.filter--reset {
  flex: 0 0 90px;
}

.applied-filter__lists {
  display: flex;
  align-items: center;
}

.applied-filter__lists li {
  margin-right: 15px;
}

.applied-filter__lists .icon-close {
  cursor: pointer;
}

.applied-filter__lists .icon-close::before {
  font-size: 0.5625rem;
}

.applied-filter--wrap {
  background-color: #f4f8fc;
  border-radius: 30px;
  padding: 5px 10px;
  border: 1px solid #e7ecef;
  font-size: 0.75rem;
  display: inline-block;
}

.tagging--item {
  border-radius: 3px;
  border: 1px solid #ababab;
  font-size: 0.625rem;
  color: #777777;
  padding: 2px 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.yellow-tag {
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 5px;
  background-color: #ffd900;
  color: #e92347;
  border-radius: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.yellow-tag:not(:last-child) {
  margin-right: 10px;
}

.yellow-tag.max-w-90 {
  max-width: 90%;
}

.tagging-round {
  margin: 0 -3px;
}

.tagging-round--item {
  border-radius: 30px;
  border: 1px solid rgba(171, 171, 171, 0.2);
  background-color: #f4f8fc;
  font-size: 0.8125rem;
  color: #666e75;
  padding: 3px 15px 5px 15px;
  display: inline-block;
  margin: 5px;
}

.course-review--mainImage {
  width: 413px;
  height: 413px;
  display: block;
  position: relative;
  left: -80px;
}

.course-review--mainImage img {
  display: block;
}

.course-review--image {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}

.course-review--image img {
  width: 75px;
  height: 75px;
  display: block;
}

.course-review__lists {
  margin: 0 -15px;
  font-size: 0.8125rem;
}

.course-review__lists li {
  padding: 15px;
}

.course-review__lists li .white-box {
  position: relative;
  padding-bottom: 70px !important;
}

.course-review__lists .testimonial-content {
  height: 145px;
}

.course-review__lists .line {
  width: 100%;
  height: 3px;
  background: #e92347;
  display: block;
  position: relative;
  margin: 15px 0 30px;
}

.course-review__lists .line img {
  width: 12%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0 5px;
}

.course-review__lists--bottom {
  position: absolute;
  height: 70px;
  background-color: #fafbff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.course-review__lists--content {
  text-align: left !important;
}

.learning-path--box {
  width: 100%;
  position: relative;
  padding: 20px 20px 15px;
}

.learning-path--box::before {
  content: '';
  width: 45px;
  height: 3px;
  background-color: #e92347;
  position: absolute;
  top: 0;
  left: 20px;
}

.learning-path--box--img {
  width: 50px;
  height: auto;
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.learning-path--box--img img {
  width: 100%;
  height: auto;
}

.learning-path__lists {
  display: flex;
  flex-wrap: wrap;
}

.learning-path__lists li {
  padding: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .learning-path__lists li {
    width: 50%;
  }
}

.listing-links li {
  display: inline-block;
  margin: 3px 0;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .listing-links li {
    font-size: 0.875rem;
  }
}

.listing-links li::after {
  content: '|';
  padding: 0 10px;
}

.listing-links li a {
  color: #535b62;
}

.listing-links li a:hover,
.listing-links li a.active {
  color: #e92347;
}

.listing-links li a.active {
  font-weight: 600;
  text-decoration: underline;
}

.listing {
  display: flex;
}

.listing__leftPanel {
  flex-grow: 1;
  padding-right: 0;
}

@media (min-width: 992px) {
  .listing__leftPanel {
    padding-right: 30px;
  }
}

.listing__rightPanel {
  flex: 0 0 345px;
  position: relative;
}

.listing__box {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  transition: all .3s ease-in-out;
  position: relative;
}

@media (min-width: 992px) {
  .listing__box {
    flex-direction: row;
    padding: 25px;
  }
}

.listing__box:not(:last-child) {
  margin-bottom: 20px;
}

.listing__box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: rgba(233, 35, 71, 0.4);
}

.listing__box--img {
  width: 112px;
  height: 91px;
  display: block;
  flex: 0 0 97px;
}

.listing__box--img img {
  width: 100%;
  display: block;
}

.listing__box--img.bg {
  background-image: url(../images/icon-bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listing__box--img.bg img {
  width: 75%;
}

.listing__box__content h2 {
  font-size: 1rem;
}

.listing__box__content h2 a {
  color: #535b62;
}

.listing__box__content--highlights {
  font-weight: 500;
  display: flex;
  color: #666e75;
}

.listing__box__content--highlights li:not(:last-child) {
  margin-right: 15px;
}

.listing__box__content__price {
  font-weight: 600;
}

.listing__box__content__price .realPrice {
  font-size: 1rem;
}

.listing__box__content__price .noCourses {
  border-left: 1px solid #ababab;
  font-size: 0.6875rem;
  padding-left: 10px;
}

.listing__box__content .learning-path-highlighter {
  font-size: 30px;
  color: #999;
  position: absolute;
  top: 5px;
  right: 10px;
}

.listing__box__content--headWrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

#sidebar.fixed-side {
  float: none;
  position: fixed;
  top: 70px;
  z-index: 1;
  right: auto;
  left: auto;
  width: 345px;
}

.path-highlight {
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}

.path-highlight__wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.path-highlight--item {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  padding: 15px 0;
}

.path-highlight--item:not(:last-child) {
  border-right: 1px solid rgba(171, 171, 171, 0.3);
  padding-right: 15px;
  margin-right: 15px;
}

.path-highlight--item i {
  font-size: 35px;
  margin-right: 10px;
}

.learning-path-listing__lists {
  border-left: 1px solid #e2e2e2;
  position: relative;
  flex-direction: column;
}

.learning-path-listing__lists li {
  position: relative;
  padding-left: 30px;
  padding-top: 30px;
}

@media (min-width: 992px) {
  .learning-path-listing__lists li {
    padding-left: 60px;
  }
}

.learning-path-listing__lists--count {
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 500;
}

.learning-path-listing__lists .listing__box {
  width: 100%;
}

@media (min-width: 992px) {
  .learning-path-listing__lists .listing__box {
    width: 800px;
  }
}

section.container.gosd .course-trend-lower {
  height: 162px;
}

section.container.gosd .course-trend-lower span {
  padding-bottom: 3px;
}

section.container.gosd .course-trend-lower p {
  color: #868686;
  padding-top: 10px;
}

/* ************************************************ */
section.container2s.new {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

section.container2s.new .course-trend-lower {
  height: auto;
  box-shadow: none;
  background-color: white;
}

.taba {
  display: flex;
  flex-direction: column;
  width: 22%;
  position: relative;
}

button.tabalinks {
  padding: 13px;
  font-size: 16px;
  width: 100%;
  border: none;
  margin-bottom: 10px;
}

button.tabalinks.active {
  color: rgb(255, 255, 255);
  background-color: #e92347;
}

button.tabalinks:focus {
  outline: none;
}

.allseth {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
  height: fit-content;
  justify-content: space-around;
}

.allseth div.tabacontent .tc-list {
  width: 265px;
  margin: 7px;
  margin-top: 0;
  box-shadow: 0 0 10px 0 #e3e3e3;
}

.tabacontent {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 12px;
}

.tabatod {
  position: sticky;
  top: 75px;
}

button.tabalinks:hover {
  color: white;
  background-color: #e92347;
  transition-duration: 1s;
}

/* ************************************************ */
@media (max-width: 786px) {
  button#defaultOpen {
    width: 100%;
    color: white;
    background-color: #e92347;
  }

  .allseth div.tabacontent .tc-list {
    width: inherit;
  }

  section.container2s.new {
    width: 100%;
    flex-direction: column;
  }

  .taba {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }

  .tabatod {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  button.tabalinks {
    border: none;
    font-size: 16px;
    width: 47%;
    margin: 6px 3px;
    padding: 10px 13px;
  }

  .tabatod button:last-child {
    width: 100%;
  }

  .allseth {
    width: 90%;
    margin: 10px auto;
  }

  button.tabalinks.active {
    color: white;
    background-color: #e92347b9;
  }
}

.scrolling::before,
.scrolling::after {
  display: none;
}

/* .comparison .container {
  margin: 0 auto;
  overflow: hidden;
} */

.comparison header {
  text-align: center;
  margin-bottom: 24px;
}

.comparison header h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.comparison header .subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #2D2D2D;
}

.comparison .comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison .comparison-table th {
  background-color: #ffffff;
  padding: 20px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  border: 1px solid #f0f0f0;
  border-bottom-width: 2px;
  color: #160647;
  font-family: "Inter", sans-serif;
}

.comparison .comparison-table th:first-child {
  border-radius: 5px 0 0 0;
}

.comparison .comparison-table th:nth-child(3) {
  font-size: 16px;
}

.comparison .comparison-table th:last-child {
  background-color: #FFF1F3;
  border-radius: 0 0 0 5px;
  color: #e92347;
  font-weight: 600;
  font-size: 16px;
}

.comparison .comparison-table td {
  padding: 20px 15px;
  text-align: left;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  transition: background-color 0.2s;
  font-size: 14px;
  color: #160647;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 12px;
}

.comparison .comparison-table td:last-child {
  background-color: #FFF1F3;
}

.comparison .feature-name {
  font-weight: 600;
  color: #495057;
}

.comparison .feature-desc {
  font-size: 14px;
  color: #160647;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 12px;
  margin-left: 7px;
}

.comparison .highlight {
  background-color: rgba(40, 167, 69, 0.1);
}

@media (max-width: 768px) {
  .comparison .container {
    border-radius: 8px;
  }

  .comparison header {
    padding: 20px;
    margin-bottom: 0;
  }

  .comparison h1 {
    font-size: 1.8rem;
  }

  .comparison .subtitle {
    font-size: 1rem;
  }

  .comparison .comparison-table {
    display: block;
    overflow-x: auto;
  }

  .comparison .comparison-table td {
    padding: 15px 10px;
  }

  .comparison .feature-name,
  .comparison .feature-desc {
    font-size: 9.52px !important;
    line-height: 8.1 6px;
    margin-left: 3px;
  }

  .comparison .comparison-table td img {
    width: 12px;
    height: 12px;
  }

  .comparison .comparison-table th {
    padding: 15px 10px;
    font-size: 10.88px !important;
    line-height: 18.36px;
  }

  .comparison .comparison-table th:nth-child(2),
  .comparison .comparison-table td:nth-child(2) {
    display: none;
  }
}

@media (max-width: 480px) {
  .comparison header {
    padding: 15px;
  }

  .comparison h1 {
    font-size: 1.5rem;
  }

  .comparison .comparison-table th,
  .comparison .comparison-table td {
    padding: 12px 8px;
    font-size: 0.85rem;
  }
}

div.student-scrolling1 {
  max-width: 100%;
}

div.student-scrolling2 {
  min-height: 100%;
}

.flag {
  background-color: #ffffff;
}

.student-scrolling2 .swiper-button-next {
  right: 85px;
  width: 28px;
}

.student-scrolling2 .swiper-button-prev {
  left: 85px;
  width: 28px;
}

.faq-question:hover {
  background: #ffffff;
}

.career-guidance {
  background: white;
  border-radius: 16px;
  width: 100%;
}

.career-guidance .container {
  display: flex;
  flex-direction: row;
  height: 240px;
  box-shadow: 0px 0px 26px 0px #2407460F;
  padding: 0 !important;
  /* margin: 0 90px; */
  width: 85%;
}

.career-guidance .header {
  padding: 40px;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 0px;
  max-width: 60%;
}

.career-guidance .header h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  text-align: start;
  align-items: start;
  display: block;
  flex-direction: row;
  gap: 7px;
}

.career-guidance .header h2::after {
  display: none;
}

.career-guidance .header p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #666666;
}

.career-guidance .header button {
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px !important;
}

.career-guidance .img {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.career-guidance .img img {
  width: 320px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.career-guidance .phone-number {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.career-guidance .phone-number:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}

.career-guidance .phone-number i {
  margin-right: 15px;
  font-size: 1.5rem;
}

.career-guidance .cta-button {
  display: inline-block;
  background: white;
  color: #e74c3c;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.career-guidance .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.career-guidance .features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px 40px;
  background: white;
  border-top: 1px solid #eee;
}

.career-guidance .feature {
  text-align: center;
  padding: 20px;
  max-width: 200px;
}

.career-guidance .feature i {
  font-size: 2.5rem;
  color: #6a11cb;
  margin-bottom: 15px;
}

.career-guidance .feature h3 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.career-guidance .feature p {
  color: #7f8c8d;
  font-size: 0.9rem;
}

.clients .container {
  display: flex;
}

@media (max-width: 768px) {
  .career-guidance .content {
    flex-direction: column;
  }

  .career-guidance .header h1 {
    font-size: 2rem;
  }

  .career-guidance .header p {
    font-size: 1rem;
  }

  .career-guidance .text-content,
  .career-guidance .contact-content {
    padding: 30px 25px;
  }

  .features {
    padding: 20px;
  }

  .clients {
    margin-top: 30px !important;
  }

  .clients .container {
    flex-direction: column;
    gap: 20px;
  }

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

  .clients .title span {
    font-size: 20px !important;
  }

  .scrolling::before,
  .scrolling::after {
    display: none !important;
  }

  .scrolling img {
    height: 23px !important;
  }

  .flag {
    background-color: transparent;
  }

  .student-scrolling2 .swiper-button-prev,
  .student-scrolling2 .swiper-button-next,
  .student-scrolling1 .swiper-button-prev,
  .student-scrolling1 .swiper-button-next {
    display: none !important;
  }

  .career-guidance .container {
    flex-direction: column;
    height: 590px;
    overflow: hidden;
    border-radius: 8px;
  }

  .career-guidance .img,
  .career-guidance .header {
    max-width: 100%;
    width: 100%;
  }

  .career-guidance .img img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .career-guidance .header {
    padding: 30px 20px;
  }

  .career-guidance .header h1 {
    font-size: 1.8rem;
  }

  .career-guidance .text-content,
  .career-guidance .contact-content {
    padding: 25px 20px;
  }

  .career-guidance .phone-number {
    font-size: 1.1rem;
    padding: 12px 18px;
  }

  .learning-path-container .section-header {
    top: 52px;
  }
}

/* Animation for elements */
.career-guidance .animate-pop {
  animation: popIn 0.6s ease-out;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.career-guidance .animate-slide {
  animation: slideUp 0.8s ease-out;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

section h2 {
  font-weight: 500 !important;
}

h2 .text-primary,
h1 .text-primary {
  color: #e92347 !important;
}