@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jomolhari&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-64 {
  gap: 64px !important;
}

.gap-80 {
  gap: 80px !important;
}

.br-0 {
  border-radius: 0px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-16 {
  border-radius: 16px !important;
}

.br-24 {
  border-radius: 24px !important;
}

.br-32 {
  border-radius: 32px !important;
}

.br-64 {
  border-radius: 64px !important;
}

.display-3xl {
  font-size: 52px !important;
}

.display-2xl {
  font-size: 46px !important;
}

.display-xl {
  font-size: 42px !important;
}

.title-xxl {
  font-size: 36px !important;
}

.title-xl {
  font-size: 32px !important;
}

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

.title-md {
  font-size: 22px !important;
}

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

.title-xs {
  font-size: 18px !important;
}

.text-base {
  font-size: 16px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-xs {
  font-size: 12px !important;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black-400 {
  color: #495057;
}

.bg-black-400 {
  background-color: #495057;
}

.text-black-600 {
  color: #343a40;
}

.bg-black-600 {
  background-color: #343a40;
}

.text-black-800 {
  color: #212529;
}

.bg-black-800 {
  background-color: #212529;
}

.text-darkblue-800 {
  color: #0054c0;
}

.bg-darkblue-800 {
  background-color: #0054c0;
}

.text-gray-200 {
  color: #dddddd;
}

.bg-gray-200 {
  background-color: #dddddd;
}

.text-gray-400 {
  color: #e2e2e2;
}

.bg-gray-400 {
  background-color: #e2e2e2;
}

.text-gray-600 {
  color: #6c757d;
}

.bg-gray-600 {
  background-color: #6c757d;
}

.text-yellow-400 {
  color: #dbbd20;
}

.bg-yellow-400 {
  background-color: #dbbd20;
}

.text-yellow-600 {
  color: #fdda21;
}

.bg-yellow-600 {
  background-color: #fdda21;
}

.text-red-800 {
  color: #ff3f00;
}

.bg-red-800 {
  background-color: #ff3f00;
}

.text-lightblue-400 {
  color: #00c3ff;
}

.bg-lightblue-400 {
  background-color: #00c3ff;
}

.text-lightblue-200 {
  color: #f8f9fa;
}

.bg-lightblue-200 {
  background-color: #f8f9fa;
}

.text-lightblue-300 {
  color: rgba(0, 195, 255, 0.07);
}

.bg-lightblue-300 {
  background-color: rgba(0, 195, 255, 0.07);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.section-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .section-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.section-padding-sm {
  padding-top: 32px;
  padding-bottom: 32px;
}

.input_group {
  margin-bottom: 16px;
}

.main-heading {
  font-weight: 800;
  font-size: 42px;
  line-height: 120%;
}

.section-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 136%;
}

.section-subheading {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}

.subsection-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 136%;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border: none;
  gap: 8px;
}

.btn-primary {
  background-color: #0054c0;
}
.btn-primary:hover {
  background-color: #0054c0;
}
.btn-primary .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary {
  background-color: #ff3f00;
  border: none;
}
.btn-secondary:hover {
  background-color: #ff3f00;
}
.btn-secondary .icon {
  width: 18px;
  height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-teritary {
  background-color: #00c3ff;
  border: none;
}
.btn-teritary:hover {
  background-color: #00c3ff;
  color: #fff;
}

.btn-xl {
  padding: 14px 24px;
  height: 54px;
}

.btn-lg {
  padding: 14px 24px;
  height: 50px;
}

.btn-sm {
  padding: 8px 16px;
}

.btn-md {
  padding: 14px;
  height: 44px;
}

.btn-bold {
  font-weight: 500;
}

.clear-btn {
  color: #ff3f00;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.8;
}

.back-btn {
  border: 1px solid #0054c0;
  color: #0054c0;
}
.back-btn:hover {
  border: 1px solid #0054c0;
  color: #0054c0;
}

.form-control {
  border: 1px solid #dee2e6;
  background: #fff;
  color: #343a40;
  font-size: 16px;
}
.form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 300;
}
.form-control::placeholder {
  color: #cacaca;
  font-weight: 300;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #dee2e6;
}

.form-control-sm {
  height: 42px !important;
}

.form-control-md {
  height: 44px !important;
}

.form-control-xl {
  height: 48px !important;
}

.form-control-xxl {
  height: 52px !important;
}

.form-control-lg {
  border: 1px solid #dee2e6;
  height: 52px !important;
  color: #fff;
  background-color: #212529 !important;
}
.form-control-lg::-moz-placeholder {
  color: #cacaca;
}
.form-control-lg::placeholder {
  color: #cacaca;
}
.form-control-lg:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #dee2e6;
}

.form-select {
  padding: 0.25rem 0.5rem;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.courseDropdown {
  position: relative;
}
.courseDropdown::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 9'%3E%3Cpath fill='%230054C0' d='M7.18 7.62L3.03 2.79c-.6-.7-.1-1.79.82-1.79h8.29c.93 0 1.42 1.09.82 1.79L8.82 7.62c-.43.5-1.21.5-1.64 0' stroke-width='0.9' stroke='%230054C0'/%3E%3C/svg%3E");
  position: absolute;
  right: 12px;
  top: 10px;
}
.courseDropdown .choose-course-selection {
  padding: 4px 20px 4px 8px;
}

.course__card {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #e2e8ea;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
  display: flex;
  gap: 8px;
  flex-direction: column;
  transition: box-shadow 0.4s ease-in-out;
  height: 100%;
}
.course__card:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.19);
}
.course__card--img-wrapper {
  position: relative;
}
.course__card--img-wrapper .img-wrapper {
  display: flex;
  border-radius: 6px;
  height: 180px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .course__card--img-wrapper .img-wrapper {
    height: 147px;
  }
}
.course__card--img-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.course__card--img-wrapper .ai-tag {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  font-size: 10px;
  font-weight: 600;
  color: #0054c0;
  border: 1px solid #0054c0;
  border-radius: 6px;
  background: white;
}
.course__card--img-wrapper .ai-tag .icon-wrapper {
  width: 16px;
  height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course__card--img-wrapper .ai-tag .icon-wrapper img {
  width: 100%;
  height: 100%;
}
.course__card .course_info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course__card .course_info .course__name {
  font-weight: 700;
}
.course__card .course_info .course-duration {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #006AF5;
}
.course__card .course_info .course-duration .icon-wrapper {
  font-size: 14px;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  background-color: #fff;
}
header .top-header {
  border-bottom: 1px solid #e2e8ea;
  padding: 16px 0;
}
header .top-header__left__logo {
  display: inline-block;
  height: 52px;
}
header .top-header__left__logo img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}
header .top-header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
header .top-header__right__link {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #0054c0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 4px;
}
header .top-header__right__link .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #0054c0;
}
header .top-header__right__link.enroll_link {
  color: #0054c0;
}

footer {
  background-color: #212529;
  padding: 32px 0;
}
footer .footer_grid-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
footer .footer_grid-wrapper .footer__copyright {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid rgba(229, 229, 229, 0.27);
}
footer .footer_grid-wrapper .footer__payment-option {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer_grid-wrapper .footer__payment-option .footer__payment-option-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
footer .footer_grid-wrapper .footer__payment-option .footer-section__payment-option--list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_grid-wrapper .footer__payment-option .footer-section__payment-option--list li a {
  background-color: #fff;
  padding: 4px 8px;
  height: 36px;
  border-radius: 3px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
footer .footer_grid-wrapper .footer__payment-option .footer-section__payment-option--list li a img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner {
  overflow: hidden;
}
.banner__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}
.banner__content .banner__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.banner__content .banner__left .banner__text .banner__title {
  margin-bottom: 10px;
}
.banner__content .banner__left .banner__text .banner__subheading {
  font-size: 16px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0;
}
.banner__content .banner__left .banner__text .banner__subheading span {
  color: #0054c0;
  font-weight: 700;
}
.banner__content .banner__right {
  position: relative;
  display: flex;
  justify-content: end;
}
.banner__content .banner__right .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner__content .banner__right .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
.banner__content .banner__right .img-wrapper .star-icon {
  position: absolute;
  top: 16px;
  z-index: -1;
  right: -24px;
  animation: rotate 5s linear infinite;
}
.banner__content .banner__right .img-wrapper .star-icon img {
  width: 66px;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__content .banner__description {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
  line-height: 1.5;
  margin-bottom: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.about-section {
  background: #0054c0;
}
.about-section .about-section__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 0;
}
.about-section .about-section__grid-wrapper .about-section__grid {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding: 20px 8px;
}
.about-section .about-section__grid-wrapper .about-section__grid:nth-child(even) {
  padding: 20px 16px;
  border-left: 1px solid rgba(248, 249, 250, 0.23);
}
.about-section .about-section__grid-wrapper .about-section__grid .about-section__icon-wrapper {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.about-section .about-section__grid-wrapper .about-section__grid .about-section__icon-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .about-section__grid-wrapper .about-section__grid .about-section__info {
  display: flex;
  flex-direction: column;
}
.about-section .about-section__grid-wrapper .about-section__grid .about-section__info .about-section__totalcount {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  word-break: break-all;
}
.about-section .about-section__grid-wrapper .about-section__grid .about-section__info .about-section__text-content {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.course-section .heading-wrapper {
  max-width: 610px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.course-section .course__card--slider .swiper-wrapper .swiper-slide {
  height: auto;
}

.student__testimonial-section .heading-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-direction: column;
}
.student__testimonial-section .heading-wrapper .course-section__title {
  max-width: 503px;
}
.student__testimonial-section .heading-wrapper .student-imagegroup {
  display: flex;
  gap: 8px;
  align-items: center;
}
.student__testimonial-section .heading-wrapper .student-imagegroup .image-group {
  display: flex;
}
.student__testimonial-section .heading-wrapper .student-imagegroup .image-group .circle-image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: -16px;
  border: 2px solid #fff;
}
.student__testimonial-section .heading-wrapper .student-imagegroup .image-group .circle-image:first-child {
  margin-left: 0;
}
.student__testimonial-section .heading-wrapper .student-imagegroup .image-group .circle-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.student__testimonial-section .heading-wrapper .student-imagegroup .student__image-text {
  font-size: 15px;
  color: #343a40;
  font-weight: 500;
}
.student__testimonial-section .heading-wrapper .student-imagegroup .student__image-text span {
  font-weight: 700;
  color: #0054c0;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--icon {
  font-family: "Libre Baskerville", serif;
  font-size: 130px;
  font-weight: 700;
  color: #fff;
  height: 54px;
  width: 59px;
  line-height: 138px;
  -webkit-text-stroke: 2px #00c3ff;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--content {
  padding: 18px 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #343a40;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo {
  display: flex;
  gap: 12px;
  align-items: center;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .studentImage {
  display: flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .studentImage img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .student_personalInfo .student_name {
  font-weight: 700;
}
.student__testimonial-section .testimonial_grid .student__testimonial--slider .swiper-wrapper .swiper-slide .testimonial_card--content .testimonial_card--studentInfo .student_personalInfo .enroll_coursename {
  font-size: 14px;
  font-weight: 400;
}
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  text-align: end;
  margin-top: 32px;
}
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper .studentswiper-pagination,
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper .videoswiper-pagination {
  display: flex;
  align-items: center;
  gap: 4px;
}
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper .studentswiper-pagination .swiper-pagination-bullet,
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper .videoswiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background: #dee2e6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 1;
}
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper .studentswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper .videoswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  background: #0054c0;
  border-radius: 12px;
}
.student__testimonial-section .testimonial_grid .slider_pagination_wrapper .view-all-btn {
  font-size: 14px;
  font-weight: 400;
  color: #343a40;
  white-space: nowrap;
}
.student__testimonial-section .testimonial_grid .video_student_testimonial_slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.student__testimonial-section .testimonial_grid .video_student_testimonial_slider .swiper-wrapper .swiper-slide .thumbnailvideo--wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.student__testimonial-section .testimonial_grid .video_student_testimonial_slider .swiper-wrapper .swiper-slide .thumbnailvideo--wrapper .thumbnail_image--wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.student__testimonial-section .testimonial_grid .video_student_testimonial_slider .swiper-wrapper .swiper-slide .thumbnailvideo--wrapper .thumbnail_image--wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 37, 41, 0.231372549);
  top: 0;
  left: 0;
  border-radius: 16px;
}
.student__testimonial-section .testimonial_grid .video_student_testimonial_slider .swiper-wrapper .swiper-slide .thumbnailvideo--wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.student__testimonial-section .testimonial_grid .video_student_testimonial_slider .swiper-wrapper .swiper-slide .video-play--btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  width: 80px;
  height: 80px;
  background-color: #00c3ff;
  box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.student__testimonial-section .testimonial_grid .video_student_testimonial_slider .swiper-wrapper .swiper-slide .video-play--btn .icon-wrapper {
  width: 44px;
  height: 44px;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info_section .contact_info_wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-info_section .contact_info_wrapper .contact_information {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-info_section .contact_info_wrapper .contact_information .contact_info--list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info_section .contact_info_wrapper .contact_information .contact_info--list .contact-info-items {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.contact-info_section .contact_info_wrapper .contact_information .contact_info--list .contact-info-items:last-child {
  margin-bottom: 0;
}
.contact-info_section .contact_info_wrapper .contact_information .contact_info--list .contact-info-items .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #0054c0;
}
.contact-info_section .contact_info_wrapper .contact_information .contact_info--list .contact-info-items .contact-info-text {
  display: flex;
  gap: 2px;
  flex-direction: column;
}
.contact-info_section .contact_info_wrapper .contact_information .contact_info--list .contact-info-items .contact-info-text .contact-info-title {
  font-size: 14px;
  font-weight: 700;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 36px;
  background-color: #d9d9d9;
  overflow: hidden;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link .facebook {
  color: #4267b2;
  font-size: 46px;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link .twitter {
  color: #1da1f2;
  font-size: 40px;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link .instagram {
  color: #c13584;
  font-size: 40px;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link .linkedin {
  color: #0077b5;
  font-size: 40px;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link.youtube-icon {
  background-color: #ff0000;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link.youtube-icon .youtube {
  color: #d9d9d9;
  font-size: 26px;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link.viber-icon {
  background-color: #59267c;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link.viber-icon .viber {
  color: #fff;
  font-size: 16px;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link.tiktok-icon {
  background: #ee1d51;
}
.contact-info_section .contact_info_wrapper .contact_information .social_media_icon__wrapper .social_media-items .social_media-items--link.tiktok-icon .tiktok {
  color: #fff;
  font-size: 24px;
}
.contact-info_section .contact_info_wrapper .contact_information .map_container {
  border-radius: 16px;
  max-height: 216px;
  overflow: hidden;
}
.contact-info_section .contact_info_wrapper .contact_information .map_container iframe {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  border: none;
}

.faq_section .faq_section__wrapper {
  max-width: 1028px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq_section .faq_section__wrapper .heading-wrapper {
  text-align: center;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-item {
  border-color: #e5e5e5;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-item:first-child {
  border-top: 1px solid #e5e5e5;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
  line-height: 1.6;
  padding: 16px 20px 16px 48px;
  background-color: #f8f9fa;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-button::after {
  display: none;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-button::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23495057' d='M8 17.175V6.825q0-.425.3-.713t.7-.287q.125 0 .263.037t.262.113l8.15 5.175q.225.15.338.375t.112.475q0 .25-.112.475t-.338.375l-8.15 5.175q-.125.075-.262.113T9 18.175q-.4 0-.7-.288t-.3-.712'/%3E%3C/svg%3E");
  height: 20px;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  background-color: #f8f9fa;
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(90deg);
}
.faq_section .faq_section__wrapper .faq-accordion .accordion-body {
  padding: 6px 16px 16px 48px;
  font-size: 16px;
  font-weight: 400;
  color: #343a40;
  background-color: #f8f9fa;
}

.menu-bottom {
  padding: 16px 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  display: block;
  box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.07);
}

.offcanvas {
  width: 100% !important;
  border: 0 !important;
}
.offcanvas.courseenquiryOffcanvas form {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.offcanvas.courseenquiryOffcanvas .offcanvasheader {
  padding: 24px 0px 16px 0px;
  gap: 10px;
  align-items: start;
  display: flex;
  justify-content: space-between;
}
.offcanvas.courseenquiryOffcanvas .offcanvasheader .offcanvas-title {
  font-size: 20px;
  color: #212529;
  font-weight: 700;
  margin-bottom: 4px;
}
.offcanvas.courseenquiryOffcanvas .offcanvasheader .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #495057;
}
.offcanvas.courseenquiryOffcanvas .offcanvasheader .btn-closes {
  border: none;
  background: white;
  width: 28px;
  height: 28px;
  font-size: 26px;
  color: #6c757d;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body {
  padding: 0 16px 24px 16px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .intl-tel-input {
  width: 100%;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .intl-tel-input .selected-flag {
  height: 42px !important;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .form-label {
  color: #343a40;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .choose-course-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #343a40;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .choose-course-selection .arrow-icon {
  color: #0054c0;
  font-size: 18px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .tel-select {
  width: 76px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group .tel-select .form-select {
  background-image: none !important;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group input[readonly] {
  color: #cacaca;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul {
  padding: 0 0;
  list-style: none;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul li {
  display: flex;
  padding: 0 0 6px 0;
  font-size: 14px;
  align-items: center;
  gap: 8px;
  color: #495057;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul li:first-child {
  padding: 12px 0 6px 0;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .input_group #selected-class-schedule-wrapper ul li::before {
  width: 13px;
  height: 14px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M21.86 5.392c.428 1.104-.171 1.86-1.33 2.606c-.935.6-2.126 1.252-3.388 2.365c-1.238 1.091-2.445 2.406-3.518 3.7a55 55 0 0 0-2.62 3.437c-.414.591-.993 1.473-.993 1.473A2.25 2.25 0 0 1 8.082 20a2.24 2.24 0 0 1-1.9-1.075c-.999-1.677-1.769-2.34-2.123-2.577C3.112 15.71 2 15.618 2 14.134C2 12.955 2.995 12 4.222 12c.867.032 1.672.373 2.386.853c.456.306.939.712 1.441 1.245a58 58 0 0 1 2.098-2.693c1.157-1.395 2.523-2.892 3.988-4.184c1.44-1.27 3.105-2.459 4.87-3.087c1.15-.41 2.429.153 2.856 1.258' color='%23000'/%3E%3C/svg%3E");
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .schedule-class-selectionoffcanvas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #cacaca;
  font-size: 16px;
  cursor: pointer;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-body .schedule-class-selectionoffcanvas .arrow-icon {
  color: #6c757d;
  font-size: 18px;
}
.offcanvas.courseenquiryOffcanvas .offcanvas-footer .submit-btn {
  padding: 16px;
  border-top: 1px solid #dee2e6;
}
