* {
  padding: 0;
  margin: 0;
  
}

.bold-text {
  font-weight: 600;
  color: #0d233e;
}
:root {
  --root-font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", 
               "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}



.btn {
  font-size: 18px;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 27px;
}

.btn-width {
  width: 238px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
}

.btn-outline-primary {
  --bs-btn-color: #E50914;
  --bs-btn-border-color: #E50914;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #E50914;
  --bs-btn-hover-border-color: #E50914;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #E50914;
  --bs-btn-active-border-color: #E50914;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E50914;
  --bs-gradient: none
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #E50914;
  --bs-btn-border-color: #E50914;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #A60202;
  --bs-btn-hover-border-color: #A60202;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #A60202;
  --bs-btn-active-border-color: #A60202;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #E50914;
  --bs-btn-disabled-border-color: #E50914
}

.btn-white, .btn-white:hover {
  background: #FFFFFF;
  color: #e50914;
}

.heading-main {
  color: #0d233e;
  font-size: 1.875rem; /* 30px */
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 57px;
  margin-bottom: 0;
}

.red-color {
  color: #E50914;
}

.description {
  color: #5d646d;
  font-size: 1rem; /* 16px - improved for readability */
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
}

.description b {
  color: #43484f;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
}


.mobile-header {
  display: none;
}


.header .header-top {
  background: #E50914;
  padding: 20px 0;
  position: relative;
}

.header .header-top::before {
  content: "";
  background-image: url("../imgs/header-1.png");
  background-repeat: no-repeat;
  width: 192px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header .header-top::after {
  content: "";
  background-image: url("../imgs/header-2.png");
  background-repeat: no-repeat;
  width: 158px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.header .header-top .wraper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
}

.header .header-top .desc {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Be Vietnam Pro';
  line-height: 25.6px;
  margin-bottom: 0;
}

.header .header-top .btn {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Epilogue';
  line-height: 19.2px;
  padding: 7px 33px;
  border-radius: 50px;
}

.header .header-top .countdown-list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.header .header-top .countdown-list .countdown-card {
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  width: 41px;
  height: 47px;
  padding: 3px 0;
}

.header .header-top .countdown-list .countdown-card .time {
  color: #E50914;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Be Vietnam Pro';
  line-height: 22.4px;
}

.header .header-top .countdown-list .countdown-card .label {
  color: #E50914;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Be Vietnam Pro';
  line-height: 19.2px;
}

.header .navbar {
  background: #FFFFFF;
  padding: 0 0;
}

.header .navbar .navbar-brand {
  margin: 0 50px 0 0;
}

.header .navbar .navbar-brand img {
  width: 198px;
  height: 49px;
}

.header .navbar .course-dropdown {
  align-items: center;
  gap: 15px;
}

.header .navbar .course-dropdown .btn {
  background-color: #FFFFFF;
  border: 1px solid #D6DDEB;
  padding: 8px 20px 8px 15px;
  border-radius: 10px;
  color: #0d233e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Epilogue", sans-serif;
  line-height: 25.6px;
}

.header .navbar .course-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: -3px;
  content: "";
  background-image: url("../imgs/arrow-down.png");
  border: 0 !important;
  width: 25px;
  height: 15px;
}

.header .navbar .course-dropdown .dropdown-toggle::before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: 0px;
  content: "";
  background-image: url("../imgs/menu.png");
  border: 0 !important;
  width: 12px;
  height: 9px;
}

.header .navbar .search {
  position: relative;
  width: 310px;
}

.header .navbar .search .form-control {
  background-color: #FFFFFF;
  border: 1px solid #D6DDEB;
  padding: 8px 55px 8px 55px;
  border-radius: 10px;
  color: #7C8493;
  font-size: 16px;
  font-weight: 400;
  font-family: "Epilogue", sans-serif;
  line-height: 25.6px;
  box-shadow: unset;
}

.header .navbar .search .btn-search {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 15px;
  border: 0;
}

.header .navbar .search .btn-search img {
  width: 19px;
}

.header .navbar .nav-link {
  color: #0d233e;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.header .navbar .btn.btn-cart {
  position: relative;
}

.header .navbar .btn-cart .number {
  background: #E50914;
  width: 19px;
  height: 19px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  font-family: "Epilogue", sans-serif;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 9px;
}

.header .navbar .btn-signup {
  font-size: 16px;
  font-weight: 500;
  font-family: "Epilogue", sans-serif;
  line-height: 25.6px;
  padding: 11.3px 35px;
  border-radius: 10px;
}


.banner {
  background-image: url("../img/map-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* .banner::before {
  content: "";
  background-image: url("../imgs/banner-thumbnail.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
} */

.banner .banner-items {
  height: 750px;
  padding: 100px 25px 0;
  position: relative;
  margin-bottom: 0;
}

.banner-figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}

.banner-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner .banner-slider .slick-dots li {
  background: #9C9B9B4D;
  width: 19px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.banner .banner-slider .slick-dots li.slick-active {
  background: #E50914;
  width: 48px;
}

.banner .banner-slider .slick-dots li button {
  display: none;
}

.banner .banner-title {
  color: #1A1A1A;
  font-size: 70px;
  font-weight: 600;
  font-family: 'Be Vietnam Pro';
  line-height: 105px;
  position: relative;
}

.banner .banner-title::before {
  content: "";
  background-image: url("../imgs/abstract-line.png");
  background-repeat: no-repeat;
  width: 39px;
  height: 43px;
  position: absolute;
  top: -9px;
  left: -25px;
}

.banner h4 {
  color: #0d233e;
  font-size: 32px;
  font-weight: 500;
  font-family: 'Be Vietnam Pro';
  line-height: 48px;
  letter-spacing: 0.02em;
}

.banner .description {
  margin-bottom: 25px;
}

.banner .reviews {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.banner .reviews img {
  width: 175.17px;
}

.banner .reviews .rated-reviews p {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 25.6px;
  margin-bottom: 0;
}

.banner .reviews .rated-reviews .desc {
  color: #0d233e;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.2px;
}

.banner .reviews .rated-reviews .icon {
  width: 22px;
  margin: 0 5px 0 0;
}

.banner .banner-trusted {
  background: #FFFFFF;
  margin-top: 30px;
  overflow: hidden;
}

.banner .banner-trusted h3 {
  color: #0d233e;
  font-size: 18.35px;
  font-weight: 600;
  font-family: 'Be Vietnam Pro';
  line-height: 23.22px;
}

.banner .banner-trusted .banner-trusted-logo img {
  width: 99px;
}

.banner .content {
  width: 272px;
  margin: 0 0 0 50px;
  position: relative;
  z-index: 1;
}

.banner .content::before {
  content: "";
  background-image: url("../imgs/banner-line.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 146px;
  position: absolute;
  top: 0;
  left: -45px;
}

.banner .content h5 {
  color: #0d233e;
  font-size: 16px;
  font-weight: 500;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 20.4px;
  margin-bottom: 7px;
}

.banner .content p {
  color: #5d646d;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Be Vietnam Pro';
  line-height: 24px;
  margin-bottom: 5px;
}

.banner .content span {
  font-size: 12px;
  font-weight: 600;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 25.2px;
}

.company .company-card {
  box-shadow: 0px 8px 24px 0px #959DA533;
  background: #FFFFFF;
  border: 1px solid #F1F1F3;
  border-radius: 12px;
  padding: 30px;
}

.company .company-card h2 {
  color: #0d233e;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Be Vietnam Pro';
  line-height: 25.3px;
  text-align: center;
  margin-bottom: 20px;
}

.company .card-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.company .company-logo img {
  /* width: 133px;
  height: 133px; */
  width: 100%;
  height: 100%;
}

.training-provider {
  padding: 100px 0 0;
  position: relative;
  z-index: 2;
}

.training-provider .content h3 {
  color: #0d233e;
  font-size: 24px;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 36px;
  letter-spacing: 0.02em;
}

.why-choose {
  padding: 100px 0;
  background-image: url("../imgs/line-shape-2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.why-choose .card {
  box-shadow: 0px 1px 4px 0px #00000029;
  background-color: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  height: 300px;
  padding: 38px 0 0 0;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.why-choose .card:hover {
  border-color: #E50914;
  transform: translateY(-10px);
}

.why-choose .card .card-body {
  padding: 0;
}

.why-choose .card .card-icon {
  width: 53px;
}

.why-choose .card .card-title {
  color: #0d233e;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.why-choose .card .card-text {
  color: #5d646d;
  font-size: 1rem; /* 16px - improved for readability */
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 22.4px;
  padding: 0 15px;
}

.our-choose {
  background-color: #000;
  padding: 60px 0;
  position: relative;
  background-image: url("../imgs/line-shape-3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  overflow: hidden;
}

.our-choose::before {
  content: "";
  background: linear-gradient(-90deg, rgba(255, 8, 0, 0) 0%, #000 100%);
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.our-choose::after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 8, 0, 0) 0%, #000 100%);
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}


.our-choose .our-choose-wrapper {
  margin: 10px 0 25px 0;
  z-index: -1;
}

.our-choose .our-choose-wrapper .our-choose-items {
  box-shadow: 0px 48px 100px 0px #110C2E26;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 18px;
  padding: 21px 25px;
  direction: ltr;
  margin: 0 5px;
}

.our-choose .our-choose-wrapper .our-choose-items .icon img {
  width: 64px;
}

.our-choose .our-choose-wrapper .our-choose-items h3 {
  color: #5d646d;
  font-size: 24px;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 36px;
  margin-bottom: 0;
}

.our-choose .our-choose-wrapper .our-choose-items a {
  color: #E50914;
  font-size: 16px;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 24px;
  display: block;
}

.our-choose .our-choose-wrapper .our-choose-items .content img {
  width: 12px;
  display: inline-block;
}

.our-choose .owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.course-categories {
  padding: 100px 0;
}

.course-categories .form-select {
  /* background: #FFFFFF; */
  border: 1px solid #D2D2D2;
  border-radius: 8px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  height: 48px;
}

.course-categories .form-select:focus {
  box-shadow: 0 0 3px 3px #D2D2D2;
  border-color: #969696;
}

.course-categories .card {
  box-shadow: 0px 8px 24px 0px #959DA533;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin-bottom: 25px;
}

.course-categories .card .card-img-top {
  border: 0;
  border-radius: 10px;
}

.course-categories .card .card-img-icon {
  width: 97px;
  margin: -50px 0 10px 25px;
  z-index: 1;
}

.course-categories .card .card-title {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 40.8px;
}

.course-categories .card .card-list li {
  color: #0d233e;
  font-size: 1rem; /* 16px */
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 20px;
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}

.course-categories .card .card-list li .icon {
  width: 20px;
}

.course-categories .card .desc {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

.course-categories .card .btn-width {
  width: 142px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
}

.our-expert-services {
  background-color: #000;
  padding: 80px 0 60px;
}

.our-expert-services h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  font-family: "Be Vietnam Pro", sans-serif;
}

.our-expert-services .our-expert-wraper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.our-expert-services .our-expert-wraper .our-expert-card {
  box-shadow: 0px 8px 24px 0px #959DA533;
  background: #FFFFFF;
  width: 50%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 25px;
  height: 180px;
}

.our-expert-services .our-expert-wraper .our-expert-card .icon img {
  width: 76px;
}

.our-expert-services .our-expert-wraper .our-expert-card .card-content h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 38.4px;
  letter-spacing: 0.035em;
  margin-bottom: 0;
}

.our-expert-services .our-expert-wraper .our-expert-card .card-content .description {
  color: #6F6C90;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin-bottom: 0;
}

.our-expert-services .our-expert-wraper .our-expert-card.border-one {
  clip-path: polygon(15% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%, 0% 15%);
}

.our-expert-services .our-expert-wraper .our-expert-card.border-two {
  clip-path: polygon(100% 15%, 85% 0%, 0% 0%, 0% 85%, 15% 100%, 100% 100%);
}

.experience-testimonial {
  padding: 100px 0;
  overflow: hidden;
}

.experience-testimonial .experience-testimonial-banner {
 background: linear-gradient(264.38deg, #F2F2F2 2.59%, rgba(255, 255, 255, 0) 96.08%);
  border-radius: 0 100px 100px 0;
  margin-top: 50px;
  height: 250px;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-slider {
  transform: translate(0px, -60px);
}

.experience-testimonial-slider .slick-dots {
  bottom: -65px;
}

.experience-testimonial-slider .slick-dots li {
  background: #9C9B9B4D;
  width: 19px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.experience-testimonial-slider .slick-dots li.slick-active {
  background: #E50914;
  width: 48px;
}

.experience-testimonial-slider .slick-dots li button {
  display: none;
}

.experience-testimonial .experience-testimonial-banner .slider-items-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-items .figure-image {
  width: 30%;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-items  .figure-image img {
  width: 100%;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-items .items-wraper {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 65%;
  padding-left: 20px;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-items .items-wraper .icon {
  background: #E50914;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 400;
  font-family: "Be Vietnam Pro", sans-serif;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-items .items-wraper .content {
  width: 90%;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-items .items-wraper .content h3 {
  color: #E50914;
  font-size: 32px;
  font-weight: 500;
  font-family: "Be Vietnam Pro", sans-serif;
  line-height: 48px;
}

.experience-testimonial .experience-testimonial-banner .experience-testimonial-items .items-wraper .content .desc {
  color: #0d233e;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  margin-bottom: 0;
}

.certification-courses {
  padding: 50px 0;
}

.certification-courses .card {
  box-shadow: 0px 8px 24px 0px #959DA533;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.certification-courses .card .card-img-top {
  border-radius: 10px;
  border-color: red;
}

.certification-courses .card .card-body {
  padding: 0;
}

.certification-courses .card .card-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.certification-courses .card .card-wraper .play-live {
  display: flex;
  align-items: center;
  gap: 5px;
}

.certification-courses .card .card-wraper .play-live img {
  width: 19px;
}

.certification-courses .card .card-wraper .play-live h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 24.8px;
  margin-bottom: 0;
}

.certification-courses .card .card-wraper .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.certification-courses .card .card-wraper .rating h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 23.8px;
  margin-bottom: 0;
}

.certification-courses .card .card-wraper .rating ul {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 0;
}

.certification-courses .card .card-wraper .rating ul li i {
  color: #E50914;
  font-size: 12px;
}

.certification-courses .card .card-title {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 54.4px;
}

.certification-courses .card .card-list {
  margin-bottom: 25px;
}

.certification-courses .card .card-list li {
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 15px;
}

.certification-courses .card .card-list li img {
  width: 26px;
}

.certification-courses .card .card-list .card-desc {
  color: #0d233e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 27.2px;
}

.certification-courses .card .card-list .card-desc.bold {
  color: #E50914;
  font-weight: 600;
}

.certification-courses .card .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
}

.placement-process {
  padding: 50px 0;
}

.success-speaks {
  padding: 100px 0;
  position: relative;
  background-image: url("../imgs/line-shape-4.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.success-speaks .success-speaks-video {
  width: 1058px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.success-speaks .success-speaks-video img {
  width: 100%;
}

.success-speaks .success-speaks-video .thumbnail-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 1;
}

.success-speaks .success-speaks-video .play-video {
  background: #E5091480;
  width: 105px;
  height: 105px;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.success-speaks .success-speaks-video .play-video img {
  width: 31px;
}

.play-video-modal .modal-dialog {
  max-width: 1058px;
  transform: translate(-13px, 100px) !important;
}

.play-video-modal .modal-dialog .modal-content {
  height: 536px;
}

.play-video-modal .modal-dialog .modal-content iframe {
  border-radius: 20px;
}

.play-video-modal .modal-dialog .modal-content .btn-close {
  background-image: none;
  background-color: #F0F0F0;
  color: #000;
  border: 0;
  box-shadow: none;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  font-size: 25px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: absolute;
  top: -55px;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.play-video-modal .modal-dialog .modal-content .btn-close:hover {
  color: #E50914;
  background-color: #FFFFFF;
}

.career-straight {
  background: #000;
  padding: 80px 0 0;
  overflow: hidden;
}

.career-straight h2 {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Be Vietnam Pro';
  line-height: 60px;
}

.career-straight .desc {
  font-size: 20px;
  font-weight: 500;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.career-straight .career-straight-cover img {
  width: 100%;
}

.career-straight .career-straight-cover #right-column-img {
  transition: opacity 0.5s ease-in-out; /* Smooth transition for opacity change */
  opacity: 1;
}

.career-straight .career-straight-cover #right-column-img.fade-out {
  opacity: 0; /* Fades the image out */
}

.career-straight-slider .slick-list.draggable .slick-track {
  height: 300px;
}

.career-straight-slider .cs-slider-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.career-straight-slider .cs-slider-item img {
  width: 160px;
}

.career-straight-slider .slick-slide {
  transition: transform 0.3s ease-in-out;
}

.career-straight-slider .slick-slide.slick-center {
  transform: scale(1.5);
  padding: 0 40px;
}

.career-straight .btn-width {
  width: 300px;
}

.success-speaks-reviwe {
  padding: 120px 0 140px;
  overflow: hidden;
}

.success-speaks-reviwe .nav {
  width: 518px;
  margin: auto;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 50px;
}

.success-speaks-reviwe .nav-pills .nav-link {
  width: 168px;
  height: auto;
  padding: 0;
}

.success-speaks-reviwe .nav-pills .nav-link.active, .success-speaks-reviwe.nav-pills .show>.nav-link {
  background: transparent;
}

.success-speaks-reviwe .card {
  background: #FFFFFF;
  border-radius: 21.35px;
  border: 0.612139px solid #D7D7D7;
  padding: 26.69px 33.36px 46.71px 33.36px;
  top: 60px;
  transition: all 0.3s ease-in;
}

.success-speaks-reviwe .card:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-color: #c2c2c2;
  transform: translateY(-5px);
}


.success-speaks-reviwe .card:hover {
  border: 1px solid rgb(0 0 0 / 18%);
}


.success-speaks-reviwe .card .img-top {
  width: 101px;
  margin-top: -75px;
}


.success-speaks-reviwe .card .rating-list {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: -15px 0 0 0;
}

.success-speaks-reviwe .card .rating-list img {
  width: 27px;
}

.success-speaks-reviwe .card .card-body {
  padding: 0;
}

.success-speaks-reviwe .card .card-text {
  color: #5d646d;
  font-size: 21.35px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 34.16px;
  margin: 25px 0;
  height: 200px;
}

.success-speaks-reviwe .card .card-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.success-speaks-reviwe .card .card-wraper .card-content h4 {
  color: #0d233e;
  font-size: 18.68px;
  font-weight: 600;
  font-family: 'Be Vietnam Pro';
  line-height: 18.68px;
  margin-bottom: 0;
}

.success-speaks-reviwe .card .card-wraper .card-content p {
  color: #505050;
  font-size: 13.34px;
  font-weight: 500;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 20.02px;
  margin-bottom: 0;
}

.success-speaks-reviwe .card .card-wraper .card-icon img {
  width: 44.04px;
}

.success-speaks-reviwe .success-speaks-reviwe-items {
  height: 490px;
  margin: 0 15px;
}

.success-speaks-reviwe .slick-dots {
  bottom: -65px;
}

.success-speaks-reviwe .slick-dots li {
  background: #9C9B9B4D;
  width: 19px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.success-speaks-reviwe .slick-dots li.slick-active {
  background: #E50914;
  width: 48px;
}

.success-speaks-reviwe .slick-dots li button {
  display: none;
}

.our-learners {
  background-color: #ffffff;
  padding: 0 0 80px 0;
  position: relative;
  /* background-image: url("../imgs/line-shape-5.webp"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  overflow: hidden;
}

.our-learners::before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 8, 0, 0) 0%, #FFFEFE 100%)
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.our-learners::after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 8, 0, 0) 0%, #FFFEFE 100%)
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.our-learners .our-learners-spacer {
 margin-bottom: 20px;
}

.our-learners .card {
  
  background: #FDFCFC;
  border: 1px solid rgb(0 0 0 / 18%);
  border-radius: 10px;
  padding: 8px 0;
  margin: 0 5px;
  direction: ltr;
}

.our-learners .card .card-logo {
  width: 95px;
  margin: auto;
}

.learn-experts {
  padding: 80px 0 0 0;
}

.learn-experts .learn-experts-items {
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.learn-experts .learn-experts-items:hover {
  transform: translateY(-8px);
}

.learn-experts .learn-experts-items .thumbnail-cover {
  position: relative;
  z-index: 1;
}

.learn-experts .learn-experts-items .thumbnail-cover::before {
  content: "";
  background: #E50914;
  width: 100%;
  height: 260px;
  border-radius: 200px 200px 0 0;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: -1;
}

.learn-experts .learn-experts-items .thumbnail-cover img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.learn-experts .learn-experts-items .card {
  box-shadow: 0px 7px 29px 0px #64646F33;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 10px;
  padding: 22px;
  margin-top: -25px;
  z-index: 1;
}

.learn-experts .learn-experts-items .card .card-body {
  padding: 0;
}

.learn-experts .learn-experts-items .card .card-title {
  color: #0d233e;
  font-size: 18.68px;
  font-weight: 600;
  font-family: 'Be Vietnam Pro';
  line-height: 23.63px;
  margin-bottom: 5px;
}

.learn-experts .learn-experts-items .card .card-desc {
  color: #505050;
  font-size: 13.34px;
  font-weight: 500;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 20.02px;
  margin-bottom: 15px;
}

.learn-experts .learn-experts-items .card .card-text {
  color: #5d646d;
  font-size: 16px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 25.6px;
  margin-bottom: 15px;
}

.learn-experts .learn-experts-items .card .card-logo {
  width: 49px;
}

.learn-experts .learn-experts-items .card .img-group .card-logo {
  width: 35px;
  margin-left: 8px;
}

.experts-counting {
  padding: 0 0 80px 0;
}

.experts-counting .card {
  box-shadow: 0px 26.79px 117.19px 0px #20248A0F;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 34.45px;
  padding: 47px 0;
}

.experts-counting .content {
  padding: 0 30px;
}

.experts-counting .content h2 {
  color: #E50914;
  font-size: 62px;
  font-weight: 600;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 62px;
  margin-bottom: 10px;
}

.experts-counting .content .desc {
  color: #717171;
  font-size: 24px;
  font-weight: 500;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 26px;
  margin: 0 0 0 0;
}

.learn-free-courses .description {
  font-size: 21.35px;
  line-height: 34.16px;
}

.learn-free-courses .learn-free-courses-items img {
  width: 398px;
}

.learn-free-courses .learn-free-courses-items .btn-img img {
  width: 242.31px;
}

.learn-free-courses .bg-thumbnail {
  margin-bottom: -30%;
}

.learn-free-courses .bg-thumbnail img {
  position: relative;
  top: 100px;
}

.newsletter {
  background: #000;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
}

.newsletter::before {
  content: "";
  background-image: url("../imgs/newsletter-shape-1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newsletter::after {
  content: "";
  background-image: url("../imgs/newsletter-shape-2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter .content {
  margin-left: 120px;
}

.newsletter .content h3 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 43.2px;
  margin-bottom: 30px;
}

.newsletter .content .desc {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 24px;
  margin-bottom: 30px;
}

.newsletter .content .btn-width {
  width: 359px;
  height: 60px;
  color: #161439;
}

.newsletter .bg-thumbnail {
  position: relative;
  text-align: end;
}

.newsletter .bg-thumbnail::before {
  content: "";
  background-image: url("../imgs/newsletter-shape-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 92px;
  position: absolute;
  top: 75px;
  left: 55px;
  z-index: -1;
}

.newsletter .bg-thumbnail::after {
  content: "";
  background-image: url("../imgs/newsletter-shape-d.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.newsletter .bg-thumbnail img {
  width: 346px;
}

.footer {
  background: rgb(244 246 248);
  padding: 100px 0 0;
}

.footer .footer-logo {
  /*text-align: center;*/
  margin-bottom: 50px;
}

.footer .footer-logo img {
  width: 295px;
}

.footer .footer-title {
  color: #0d233e;
  font-size: 18px;
  font-weight: 600;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.footer .footer-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
}

.footer .services-list a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer .services-list a:hover {
  transform: translateX(5px);
}


.footer .services-list li {
  margin-bottom: 5px;
  color: #5d646d;
}

.footer .services-list li a {
  color: #5d646d;
  font-size: .875rem; /* 14px - improved for accessibility */
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 1.25rem;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer .services-list li a:hover {
  text-decoration: none;
  color: #e50914;
}

.footer .footer-heading {
  color: #1e2d3e;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Be Vietnam Pro';
  line-height: 36px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.footer .contact-list {
  margin: 30px 0 0 0;
}

.footer .contact-list ul {
  display: flex;
  margin-bottom: 0;
}

.footer .contact-list ul li a {
  display: inline-block;
}

.footer .payment-list li {
  margin: 0 10px 0 0;
}

.footer .payment-list li img {
  /* width: 66.26px;
  height: 45.43px; */
  width: 100%;
}

.footer .social-list li {
  margin: 0 15px 0 0;
}

.footer .social-list li img {
  /* width: 47.37px;
  height: 47.37px; */
  width: 100%;
}

.footer .desc {
  color: #5d646d;
  font-size: 1rem; /* 16px - improved for readability */
  font-weight: 500;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 1.5rem;
}

.footer form .form-control {
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  padding: 11px 12px;
  border-radius: 8px;
  color: #A6A7AB;
  font-size: 14px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 20px;
}

.footer form .btn {
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 20px;
}

.footer .categories-list {
  margin: 30px 0 0 0;
}

.footer .categories-list ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer .categories-list ul li {
  margin: 0 20px 0 0;
  position: relative;
}

.footer .categories-list ul li::before {
  content: "|"; /* Adds a pipe symbol */
  color: #D7D8DA; /* Pipe color */
  position: absolute;
  top: 4px;
  right: -13px;
  font-size: 14px; /* Adjust size as needed */
}


.footer .categories-list ul li:last-child:before {
  display: none;
}

.footer .categories-list ul li a {
  color: #5d646d;
  font-size: .75rem;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 1rem;
  text-decoration: none;
}
.footer .categories-list ul li a:hover {
  color: #e50914;
  font-size: .75rem;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 1rem;
  text-decoration: none;
}

.footer .country-list {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 25px 30px 0;
  margin: 20px 0 0 0;
  box-shadow: 0px 1px 1px 1px rgba(100, 100, 111, 0.25);
}

.footer .country-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer .country-list ul li {
  display: flex;
  align-items: center;
  margin: 0 0 25px 0;
  gap: 10px;
}

.footer .country-list ul li img {
  width: 54px;
}

.footer .country-list ul li p {
  color: #5d646d;
  font-size: 16.82px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 25.24px;
  margin-bottom: 0;
}

.footer .country-list ul li p span {
  margin: 0 12px 0 0;
}


.footer .description {
  color: #5d646d;
  font-size: .75rem;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 22.4px;
  margin: 25px 0 25px 0;
}

.footer .copyright {
  color: #5d646d;
  font-size: .875rem; /* 14px - improved for accessibility */
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 16px;
  text-align: end;
  margin-bottom: 0;
}

.footer .border-custom {
  border-top: 1px solid #BAB9B9;
  padding: 30px 0;
}




















.placement-process-steper {
  position: relative;
  width: 95%;
  margin: auto;
  overflow: hidden;
}

.placement-process-steper::before {
  content: "";
  background: linear-gradient(294.72deg, #E50914 9.05%, #0d233e 79.28%);
  width: 100%;
  height: 8px;
  position: absolute;
  top: 49.5%;
  left: 0;
  opacity: 0.1;
}

.placement-process-steper ul li .count-number {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Be Vietnam Pro';
  position: absolute;
  z-index: 1;
}

.placement-process-steper ul li:nth-child(-n+4) .count-number {
  bottom: -11px;
  left: 48px;
}

.placement-process-steper ul li:nth-child(n+5) .count-number {
  top: -9px;
  left: 72px;
}

.placement-process-steper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.placement-process-steper ul li {
  width: 25%;
  position: relative;
  height: 275px;
}

.placement-process-steper ul li:nth-child(1) {
  /* width: 10%; */
  width: 3.3%;
}

.placement-process-steper ul li::before {
  content: "";
  background: #E50914;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
}

.placement-process-steper ul li:nth-child(-n+4)::before {
  bottom: -15px;
  left: 42px;
}

.placement-process-steper ul li:nth-child(n+5)::before {
  top: -15px;
  left: 66px;
}

.placement-process-steper ul li:nth-child(1)::before {
  display: none;
}

.placement-process-steper ul li::after {
  content: "";
  border: 1px solid #E50914;
  width: 0;
  height: 100%;
  position: absolute;
}

.placement-process-steper ul li:nth-child(-n+4)::after {
  bottom: 0px;
  left: 55px;
}

.placement-process-steper ul li:nth-child(n+5)::after {
  top: 0;
  left: 80px;
}

.placement-process-steper ul li:nth-child(1)::after {
  display: none;
}

.placement-process-steper ul li .content {
  position: relative;
}

.placement-process-steper ul li:nth-child(-n+4) .content {
  padding: 0 0 50px;
  margin: 0 0 0 76px;
}

.placement-process-steper ul li:nth-child(n+5) .content {
  padding: 50px 0 0;
  margin: 0 0 0 100px;
}

.placement-process-steper ul li .content::before {
  content: "";
  background: #FF45811A;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  position: absolute;
}

.placement-process-steper ul li .content:hover::before {
  box-shadow: 0px 0px 12px 0px #FF6903;
}

.placement-process-steper ul li:nth-child(-n+4) .content::before {
  bottom: -20px;
  left: -41px;
}

.placement-process-steper ul li:nth-child(n+5) .content::before {
  top: -23px;
  left: -41px;
}

.placement-process-steper ul li:nth-child(1) .content::before {
  display: none;
}

.placement-process-steper ul li .content::after {
  content: "";
  border: 2px dashed #E50914;
  width: 0;
  height: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.placement-process-steper ul li:nth-child(1) .content::after {
  display: none;
}

.placement-process-steper ul li:nth-child(-n+4) .content::after {
  bottom: -1px;
  left: 0;
}

.placement-process-steper ul li:nth-child(-n+4) .content:hover::after {
  width: 51%;
  opacity: 1;
}


.placement-process-steper ul li:nth-child(n+5) .content::after {
  top: -1px;
  left: 0;
}

.placement-process-steper ul li:nth-child(n+5) .content:hover::after {
  width: 58%;
  opacity: 1;
}

.placement-process-steper ul li:nth-child(8) .content:hover::after {
  width: 100%;
}


.placement-process-steper ul li .content h3 {
  color: #E50914;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Be Vietnam Pro';
  line-height: 42px;
}

.placement-process-steper ul li .content p {
  color: #0d233e;
  font-size: 16px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  line-height: 24px;
  letter-spacing: 0.02em;
  height: 73px;
}

.placement-process-steper ul li .content img {
  width: 88px;
}










/* Custom CSS for full width and 100vh dropdown with transition */
.header .navbar .course-dropdown .dropdown {
  position: static;
  padding: 26px 0;
}

.header .navbar .course-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  overflow: hidden;
  /* background-color: rgba(0, 0, 0, 0.288); */
  border: none;
  border-radius: 0;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}

.header .navbar .course-dropdown .dropdown:hover > .dropdown-menu {
  display: block;
}

.header .navbar .course-dropdown .dropdown-menu.show {
  display: none;
}



.header .navbar .course-dropdown .course-dropdown-wraper {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e4e4e49e;
}
.header .navbar .course-dropdown .course-dropdown-wraper .course-tabs-container {
  width: 315px;
  height: 100vh;
  padding: 20px;
  border-right: 1px solid #E4E4E4;
}
.header .navbar .course-dropdown .course-dropdown-wraper .nav {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.header .navbar .course-dropdown .course-dropdown-wraper ul > li {
  width: 100%;
}
.header .navbar .course-dropdown .dropdown-menu ul > li > button {
  width: 100%;
  background: none;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #717171;
  border: none;
  text-align: left;
  padding: 12px;
  position: relative;
}
.header .navbar .course-dropdown .dropdown-menu ul > li > button.active {
  background: #FFFFFF;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  color: #E50914;
}

.header .navbar .course-dropdown .dropdown-menu ul > li > button.active::after {
  content: "";
  background-image: url("../imgs/arrow-up-light.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
}

.header .navbar .course-dropdown .dropdown-menu ul > li > button svg {
  fill: #717171;
}
.header .navbar .course-dropdown .dropdown-menu ul > li > button.active svg {
  fill: #E50914;
}
.header .navbar .course-dropdown .course-tabs-content {
  width: calc(100% - 315px);
  display: flex;
  padding: 10px;
}

.header .navbar .course-dropdown .course-tabs-card {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2);
  border-radius: 20px;
  width: 100%;
  display: flex;
}

.header .navbar .course-dropdown .course-tabs-scrollbar {
  height: 100vh;
}

.header .navbar .course-dropdown .course-tabs-wraper {
  display: flex;
}

.header .navbar .course-dropdown .course-tabs-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px);
  height: 100vh;
}

.header .navbar .course-dropdown .course-tabs-row .column {
  width: 50%;
  padding: 25px 30px;
}

.header .navbar .course-dropdown .course-learn-more-bar {
  width: 300px;
  height: 100vh;
  padding: 30px 15px;
}

.header .navbar .course-dropdown .course-link .image-icon {
  width: 70px;
  height: 70px;
}

.header .navbar .course-dropdown .course-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .navbar .course-dropdown .course-link .info {
  width: calc(100% - 80px);
}

.header .navbar .course-dropdown .course-tabs-row h5 {
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  margin-bottom: 0;
}

.header .navbar .course-dropdown .course-tabs-row hr {
  margin: 5px 0 20px;
}

.header .navbar .course-dropdown .course-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.header .navbar .course-dropdown .course-link .info .desc1 span {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.header .navbar .course-dropdown .course-link .info .desc1 {
  font-family: 'Be Vietnam Pro';
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0d233e;
  margin-bottom: 0;
}

.header .navbar .course-dropdown .course-link .info .desc2 {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5d646d;
  margin-bottom: 0;
}

.header .navbar .course-dropdown .course-link .info .seller {
  padding: 3px 10px;
  background: #FF6903;
  border-radius: 45px;
  display: inline-block;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #FFFFFF;
}


.header .navbar .course-dropdown .course-tabs-row .btn-view {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #E50914;
  background: none;
  border: none;
  padding: 0;
}



.speaks-video {
  position: relative;
  z-index: 2;
}

.speaks-video .thumbnail-position {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 1;
}

.speaks-video #thumbnail {
  background: #E5091480;
  width: 39px;
  height: 39px;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.speaks-video #thumbnail img {
  width: 11px;
}

.speaks-video #video {
  /* display: none; */
  width: 100%;
  height: auto;
  border-radius: 20px;
}


.header .navbar .course-dropdown .course-learn-more-list {
  margin-top: 10px;
}

.header .navbar .course-dropdown .course-learn-more-list h5 {
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #0d233e;
  margin-bottom: 10px;
}

.header .navbar .course-dropdown .course-learn-more-list ul {
  margin: 0;
}

.header .navbar .course-dropdown .course-learn-more-list ul li {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5d646d;
  display: flex;
  align-items: start;
  gap: 5px;
  margin-bottom: 7px;
}

.header .navbar .course-dropdown .course-learn-more-list ul li img {
  width: 24px;
}

.header .navbar .course-dropdown .course-dropdown-wraper .course-tabs-container h4 {/* Heading */
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  margin: 15px 15px 0px;
}

.header .navbar .course-dropdown .course-link .info .flex-desc {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header .navbar .course-dropdown .course-link .info .dots {
  background-color: #C8C8C8;
  width: 5px;
  height: 5px;
  border-radius: 15px;
}

.header .navbar .course-dropdown .more-domains-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.header .navbar .course-dropdown .more-domains-list li {
  width: auto !important;
}

.header .navbar .course-dropdown .more-domains-list li .more-text {
  color: #5d646d;
  font-size: 18px;
  font-weight: 400;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 0;
}

.header .navbar .course-dropdown .more-domains-list li .arrow-right {
  transform: rotate(45deg);
  color: #C8C8C8;
}

.header .navbar .course-dropdown .nav-card {
  background-color: #f6f6f6;
  padding: 25px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.header .navbar .course-dropdown .nav-card .icon-img {
  width: 65px;
  height: 65px;
  border-radius: 100px;
}

.header .navbar .course-dropdown .nav-card .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 100px;
}

.header .navbar .course-dropdown .nav-card .info h4 {
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  margin-bottom: 0;
}

.header .navbar .course-dropdown .nav-card .info p {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5d646d;
  margin-bottom: 0;
}

.header .navbar .course-dropdown .nav-card .info-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 65px);
}

.header .navbar .course-dropdown .course-learn-more-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 50px;
}

.header .navbar .course-dropdown .course-learn-more-title {
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  margin-bottom: 10px;
}

.header .navbar .course-dropdown .flex-wraper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.header .navbar .course-dropdown .flex-wraper .icon-img {
  width: 40px;
  height: 40px;
}

.header .navbar .course-dropdown .flex-wraper .icon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .navbar .course-dropdown .flex-wraper .info p {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  color: #5d646d;
}

.header .navbar .course-dropdown .more-domains-list.learn-more-gap {
  gap: 10px;
}

.header .navbar .course-dropdown .more-domains-list.learn-more-gap .more-text {
  font-size: 16px;
}

.header .navbar .course-dropdown .btn-all-domains {
  margin-bottom: 50px;
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  border: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header .navbar .course-dropdown .btn-all-domains i {
  transform: rotate(45deg);
}

.header .navbar .course-dropdown .btn-all-domains span {
  text-decoration: underline;
}


.header .navbar .navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.header .navbar .navbar-nav .dropdown-submenu {
  position:relative;
}
.header .navbar .navbar-nav .dropdown-submenu > .dropdown-menu {
  top:0;
  right:100%;
  margin-top:-6px;
}

/* rotate caret on hover */
/* .header .navbar .navbar-nav .dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}  */
.header .navbar .navbar-nav .dropdown-menu > li > .dropdown-toggle:hover::after {
  transform: rotate(180deg);
  color: #fff;
} 

.header .navbar .navbar-nav li > ul.dropdown-menu {
  box-shadow: 0px 20px 56px 0px rgb(12 22 32 / 16%), 0px 1px 3px 0px rgb(12 22 32 / 12%);
  border: 0;
  padding: 0;
}

.header .navbar .navbar-nav .dropdown-item:focus, .header .navbar .navbar-nav .dropdown-item:hover {
  background-color: rgb(241 244 247);
  color: #000000;
}

.header .navbar .navbar-nav .dropdown-item {
  border-top: 1px solid rgb(241 244 247);
  color: #0d233e;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  padding: 8px 16px;
}

.header .navbar .navbar-nav .dropdown-item.dropdown-toggle:hover {
  background-color: #E50914;
  color: #fff;
}

.header .navbar .navbar-nav .dropdown-menu > li > .dropdown-toggle::after {
  content: "\f105";
  position: absolute;
  top: 6px;
  right: 10px;
  transition: all 0.2s ease-in-out;
  color: #0d233e;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;;
}






/* Course-Details-Page-Css-Start */

.banner-course {
  /*background-image: url("../imgs/banner-course.jpg");*/
  background: linear-gradient(109.6deg, rgb(0, 0, 0) 40.2%, rgb(179, 4, 4) 100.3%);
  padding: 70px 0 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item a svg {
  width: 20px;
  fill: #fff;
  margin-bottom: 3px;
}
.breadcrumb .breadcrumb-item+.breadcrumb-item {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  padding: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  padding: 0 12px;
  font-size: 16px;
}

.heading-main-1 {
  font-family: 'Be Vietnam Pro';
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.938rem;
  color: #0d233e;
}

.banner-course .banner-course-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.banner-course .banner-course-content .banner-review-card {
  display: flex;
  align-items: center;
  padding: 7.3px 20px;
  gap: 16px;
  height: 54px;
  background: rgba(255, 8, 0, 0.2);
  backdrop-filter: blur(6.5px);
  border-radius: 10px;
}

.banner-course .banner-course-content .banner-review-card .enrolled-group {
  display: flex;
  align-items: center;
  gap: 10px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
}

.banner-course .banner-course-content .banner-review-card .enrolled-group img {
  width: 139px;
}

.banner-course .banner-course-content .banner-review-card .rating-list {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
}

.banner-course .banner-course-content .banner-review-card .rating-list li img {
  width: 19px;
}

.banner-course .banner-course-content .banner-review-card .rating-list li {
  display: flex;
  align-items: center;
}

.banner-course .banner-course-content .banner-review-card .rating-list li p {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 0;
}

.banner-course .banner-course-content .banner-review-card .social-list {
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 16px;
  margin-bottom: 0;
}

.banner-course .banner-course-content .banner-review-card .social-list li {
  display: flex;
  align-items: center;
  gap: 13px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
}

.banner-course .banner-course-content .banner-review-card .social-list li img {
  width: 31px;
}

.banner-course .banner-course-content h2 {
  margin: 0 120px 0 0;
}

.banner-course .banner-course-content .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFFFFF;
  margin: 0 0 0 0;
}

.banner-course-content .button-group {
  display: flex;
  align-items: center;
  gap: 24px;
}

.banner-course-content .button-group img {
  width: 36px;
}

/* Container */
.ec-council {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
}

/* Thumbnail wrapper */
.video-thumbnail {
  position: relative;
  display: inline-block;
  max-width: 720px; /* adjust */
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

/* Thumbnail image */
.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none;
  transition: transform 0.35s ease;
}

/* optional subtle zoom on hover */
.video-thumbnail:hover img {
  transform: scale(1.02);
}

/* dark overlay to make the play button pop */
.video-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.2), rgba(0,0,0,0.45));
  pointer-events: none;
  z-index: 1;
}

/* Play button (centered) */
.video-thumbnail .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  background: #E50914;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4; /* above overlay */
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(229,9,20,0.25), 0 2px 6px rgba(0,0,0,0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  outline: none;
}

/* scale on hover/focus for click affordance */
.video-thumbnail .video-btn:hover,
.video-thumbnail .video-btn:focus {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 14px 40px rgba(229,9,20,0.28), 0 6px 12px rgba(0,0,0,0.35);
}

/* Play icon (SVG ensures crisp white icon) */
.video-btn .play-icon {
  z-index: 5;
  pointer-events: none;
  filter: drop-shadow(0 1px 0 rgba(0,0,0,0.25));
}

/* Pulses: three rings using pseudo elements */
.video-btn::before,
.video-btn::after,
.video-btn .pulse-extra {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}

/* Add a third pseudo by creating an extra element (via CSS only we use ::before & ::after,
   plus a small helper using box-shadow on ::before for subtle inner glow) */

/* Base ring (fast, small) */
.video-btn::before {
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.06), rgba(229,9,20,0.18));
  animation: pulse-large 2200ms infinite ease-out;
}

/* Outer slow ring */
.video-btn::after {
  background: rgba(229,9,20,0.25);
  animation: pulse-xlarge 3200ms infinite ease-out;
  animation-delay: 800ms;
}

/* Extra soft glow using box-shadow on the button itself for depth */
.video-btn {
  box-shadow: 0 8px 24px rgba(229,9,20,0.20), 0 2px 6px rgba(0,0,0,0.35);
}

/* Keyframes: larger and slower to create increasing effect */
@keyframes pulse-large {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.25;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }
}

@keyframes pulse-xlarge {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  65% {
    transform: translate(-50%, -50%) scale(2.4);
    opacity: 0.18;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.6);
    opacity: 0;
  }
}

/* Accessibility: show focus ring for keyboard users */
.video-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(229,9,20,0.18), 0 8px 24px rgba(229,9,20,0.18);
}

/* Responsive: reduce button on small screens */
@media (max-width: 480px) {
  .video-thumbnail { max-width: 360px; }
  .video-btn { width: 64px; height: 64px; }
  .video-btn::before, .video-btn::after { width: 64px; height: 64px; }
  .play-icon { width: 28px; height: 28px; }
}





.ec-council .desc {
  font-size: 20px;
}

.ec-council p {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.ec-council .button-group {
  display: flex;
  align-items: center;
  gap: 25.11px;
  width: 100%;
}

.ec-council .button-group .btn {
  width: 100%;
  height: 62.79px;
  border-radius: 10.4642px;
  display: flex;
  align-items: center;
  justify-content: center;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16.7427px;
  line-height: 19px;
}

.ec-council .button-group .btn-white {
  background: #FFFFFF;
  border: 1.04642px solid #E50914;
}

.video-btn {
  background: no-repeat;
  border: 0;
  box-shadow: none;
}

.carousel-image {
  cursor: pointer;
}
img#imagePreview {
  width: 100%;
}


.banner-course .banner-course-card {
  border-bottom: 0;
}
.banner-course-card {
  background: #080609;
  border: 1px solid #E50914;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
  border-radius: 20px;
}
.banner-course-card .banner-course-row {
  display: flex;
  align-items: center;
  padding: 0px 60px;
  gap: 24px;
  height: 272px;
}
.banner-course-card .banner-course-row .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
  border-radius: 10px;
  width: 346px;
}
.banner-course-card .banner-course-row .item img {
  width: 73px;
}
.banner-course-card .banner-course-row .item .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.banner-course-card .banner-course-row .item .content h2 {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 62px;
  line-height: 62px;
  color: #E50914;
  margin: 0;
}
.banner-course-card .banner-course-row .item .content p {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
}

.accredited-by {
  margin: 30px 0 50px;
  position: relative;
  width: 517px;
}
.accredited-by::before {
  content: "";
  position: absolute;
  width: 144px;
  height: 100%;
  left: 0px;
  top: 31px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.accredited-by::after {
  content: "";
  position: absolute;
  width: 144px;
  height: 100%;
  right: 0px;
  top: 31px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.accredited-by h5 {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 18.352px;
  line-height: 23px;
  color: #FFFFFF;
}
.accredited-by .items-card img {
  width: 85.71px;
  height: 85.71px;
  border-radius: 85.889px;
}



.btn-whatsapp {
  width: 247px;
  height: 60px;
  background: #198754;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  color: #FFFFFF;

  /* smooth animated transition for hover / focus */
  transition: background 220ms ease, transform 180ms ease, box-shadow 220ms ease, opacity 180ms ease;
  will-change: transform, background, box-shadow;
  cursor: pointer;
}

/* Hover / focus — subtle gradient + lift */
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background: linear-gradient(90deg, #1FAF38 0%, #12A42E 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(31, 175, 56, 0.20);
  text-decoration: none;
  color: #fff;
  outline: none;
}

/* Active — pressed state */
.btn-whatsapp:active {
  transform: translateY(-1px) scale(.995);
  box-shadow: 0 8px 20px rgba(31, 175, 56, 0.14);
}

/* Disabled state */
.btn-whatsapp[disabled],
.btn-whatsapp.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Accessible focus ring (keyboard) */
.btn-whatsapp:focus-visible {
  box-shadow:
    0 12px 28px rgba(31, 175, 56, 0.18),
    0 0 0 4px rgba(31, 175, 56, 0.09);
  outline: none;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .btn-whatsapp {
    transition: none;
    transform: none;
    box-shadow: none;
  }
}


.btn-phone {
  width: 247px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #E50914;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #E50914;

  /* smooth animated transition for hover effects */
  transition: background 240ms ease, color 240ms ease, transform 160ms ease, box-shadow 240ms ease, border-color 240ms ease;
  will-change: transform, background, color;
}

/* Hover / focus — gradient background and white text */
.btn-phone:hover,
.btn-phone:focus {
  background: #E50914;
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(229, 9, 20, 0.18);
  text-decoration: none;
  outline: none;
}

/* Active — subtle pressed look */
.btn-phone:active {
  transform: translateY(-1px) scale(.995);
  box-shadow: 0 6px 20px rgba(229, 9, 20, 0.12);
}

/* Accessible focus ring for keyboard users */
.btn-phone:focus-visible {
  box-shadow: 0 8px 28px rgba(229, 9, 20, 0.15), 0 0 0 4px rgba(229, 9, 20, 0.08);
  outline: none;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .btn-phone {
    transition: none;
    transform: none;
    box-shadow: none;
  }
}

.course-comparison-section {
  padding: 80px 0;
  background-color: #fff9f9;
}

.training-features {
  padding: 80px 0;
  background-color: #fff;
}

.training-features .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.training-features .card-list li {
  width: 382px;
  height: 148px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 15px 10px 0;
  text-align: center;
  transition: all 0.3s ease;
}

.training-features .card-list li:hover {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}


.training-features .card-list li img {
  width: 50px;
}

.training-features .card-list li h5 {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  margin: 6px 0 0;
}

.training-features .figure-images {
  position: relative;
}

.training-features img {
  max-width: 100%;
}

.training-features .img-shape {
  position: absolute;
  top: 50px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.training-features .img-shape:hover {
  top: 15px;
  left: 26px;
  transform: scale(1.1);
}

.training-calender {
  padding: 100px 0;
}

.training-calender .table>thead tr th {
  background-color: #E50914;
  border-right: 1px solid #FFFFFF;
  border-bottom: 0;
  padding: 10px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
  
.training-calender .table>:not(caption)>*>* {
  width: 353px;
  text-align: center;
  vertical-align: middle;
}
  
.training-calender .table tr td {
  border-bottom: 1px solid #D9D9D9;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  padding: 33px 10px;
}

.training-calender .table tr td .btn-enrollment {
  background: #FFFFFF;
  border-radius: 10px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #0d233e;
  padding: 20px 56px;
}

.training-calender .table tr td .btn-enrollment.open {
  border: 1px solid #1FAF38;
}

.training-calender .table tr td .btn-enrollment.open:hover {
  background: #1FAF38;
  color: #FFFFFF;
}

.training-calender .table tr td .btn-enrollment.closed {
  border: 1px solid #E50914;
}

.training-calender .table tr td .btn-enrollment.closed:hover {
  background: #E50914;
  color: #FFFFFF;
}

.bg-batch {
  padding: 30px;
  background: linear-gradient(216.52deg, #E50914 -75.07%, #FFFFFF 48.79%);
  border: 1px solid #D3D3D3;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
  
.bg-batch .bg-batch-request {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 32px;
  height: 504px;
}

.bg-batch .bg-batch-request img {
  max-width: 100%;
}
  
.bg-batch .bg-batch-request h4 {
  font-family: 'Be Vietnam Pro';
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  color: #0d233e;
}
  
.bg-batch .bg-batch-request .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 249px;
  height: 48px;
  padding: 0px;
  border-radius: 8px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.course-training-overview {
  padding: 0 0 20px;
}

.course-training-overview .slick-dotted.slick-slider {
  margin-bottom: 65px;
}

.slider-ceh .ceh-items {
  height: 100%;
}

.slider-ceh .ceh-items img {
  width: 100%;
  border-radius: 15px;
}

.sld-dots .slick-dots li {
  background: #9C9B9B4D;
  width: 19px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.sld-dots .slick-dots li.slick-active {
  background: #E50914;
  width: 48px;
}

.sld-dots .slick-dots li button {
  display: none;
}

.course-training-overview .summary-details {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 32px;
}

.course-training-overview .summary-details h5 {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 160%;
  color: #E50914;
  margin-bottom: 0;
}

.course-training-overview .summary-details ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-training-overview .summary-details ul li .star {
  color: #5d646d;
  font-size: 18px;
}

.course-top-curriculum {
  padding: 0 0 0px;
}

.course-top-curriculum .sub-heading {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #E50914;
  margin-bottom: 30px;
}

.course-top-curriculum .top-curriculum-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  height: 60px;
  background: #E50914;
  border-radius: 12px;
}

.course-top-curriculum .top-curriculum-header .btn {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #E50914;
}

.course-top-curriculum .top-curriculum-header .btn svg {
  fill: #E50914;
  width: 20px;
}

.course-top-curriculum .top-curriculum-header .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 0;
}

.accordion-curriculum {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 32px;
}

.accordion-curriculum .accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-curriculum .accordion .accordion-item {
  border: 0;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #c2bebebd;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.accordion-curriculum .accordion .accordion-item:hover {
  border: 1px solid #c2bebebd;
  box-shadow: 0px 4px 16px rgba(99, 99, 99, 0.4);
  transform: translateY(-2px);
}


.accordion-curriculum .accordion .accordion-item .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  height: 60px;
  border-radius: 10px;
  box-shadow: unset;
  background-color: transparent;
}

.accordion-curriculum .accordion .accordion-item .accordion-button .curriculum-number {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0d233e;
}

.accordion-curriculum .accordion .accordion-item .accordion-button .curriculum-preview {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0d233e;
  margin-left: auto;
}

.accordion-curriculum .accordion .accordion-item .accordion-button .curriculum-preview svg {
  fill: #E50914;
  width: 20px;
  margin: 0 7px 0 0;
}

.accordion-curriculum .accordion .accordion-item .accordion-button::after {
  content: "\f107";
  background-image: unset;
  margin-left: 20px;
  font-family: 'FontAwesome';
  font-size: 20px;
  height: auto;
}

.accordion-curriculum .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "\f107";
  font-family: 'FontAwesome';
}

.accordion-curriculum .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 45px;
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #E50914;
  background: #FFFFFF;
}

.course-mode-training {
  padding: 0 0 50px;
}

.course-mode-training .wraper {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 48px;
}
.mode-training-list {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 21px 24px;
}
.mode-training-list .mode-training-card {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 24px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  width: 45%;
  transition: all 0.3s ease;
}

.mode-training-list .mode-training-card:hover {
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.mode-training-list .mode-training-card img {
  width: 80px;
}
.mode-training-list .mode-training-card .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mode-training-list .mode-training-card .content h4 {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  margin: 0;
}
.mode-training-list .mode-training-card .content .description {
  font-size: 16px;
}


.all-theme-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.all-theme-accordion .accordion-item { 
  background: #FFFFFF;
  border: 1px solid #E3E3E3 !important;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.all-theme-accordion .accordion-item:hover { 
  background: #FFFFFF; /* Slight background change on hover */
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3); /* Enhanced shadow */
  transform: translateY(-2px); /* Slight lift effect */
}

.all-theme-accordion .accordion-item .accordion-button {
  box-shadow: unset;
  background-color: transparent;
  height: 60px;
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 18.6822px;
  line-height: 24px;
  color: #0d233e;
}
.all-theme-accordion .accordion-button::after {
  background-image: url("../imgs/accordion-plus.png");
}
.all-theme-accordion .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-icon-transform: rotate(-136deg);
}


.sticky-sidebar-container {
    position: sticky;
    top: 60px;
    margin-bottom: 60px;
}


.newsletter.course-newsletter{
  margin: 0 0 120px;
}
.newsletter.course-newsletter .bg-thumbnail {
  text-align: center;
}
.newsletter.course-newsletter .bg-thumbnail::before {
  display: none;
}
.newsletter.course-newsletter .bg-thumbnail::after {
  right: -25px;
}
.newsletter.course-newsletter img {
  width: 100%;
}

.newsletter.course-newsletter .content {
  margin-left: 120px;
  width: 609px;
}

.course-ceh-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 120px;
}
.course-ceh-group h4 {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #E50914;
}
.course-ceh-group .description {
  font-size: 1rem;
}
.course-ceh-group .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 30px 0 0 0;
}
.course-ceh-group .button-group img {
  width: 36px;
}
.course-ceh-group .button-group {
  color: #E50914;
}

.course-certified-candidates {
  margin-bottom: 50px;
}

.course-certified-candidates h2 {
  margin-bottom: 50px;
}

.course-certified-candidates .item {
  margin: 0 10px;
}

.course-certified-candidates .item img {
  width: 100%;
}

.certified-candidates-ovelaye {
  position: relative;
}

.certified-candidates-ovelaye::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 100%;
  left: 0;
  top: 0;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);*/
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 1;
}

.certified-candidates-ovelaye::after {
  content: "";
  position: absolute;
  width: 131px;
  height: 100%;
  right: 0;
  top: 0;
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); */
}

.course-exam-information {
  margin-bottom: 50px;
}

.course-exam-information h2 {
  margin-bottom: 50px;
}

.table-exam-info {
  border: 1px solid #D9D9D9;
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.table-exam-info th {
  font-weight: 500;
  font-size: 18px;
  color: #0d233e;
  background-color: #f5f5f5;
  padding: 12px;
}

.table-exam-info td {
  font-weight: 400;
  font-size: 16px;
  color: #0d233e;
  padding: 10px;
  text-align: center;
}

.table-exam-info td:first-child {
  text-align: left;
  padding-left: 15px;
}

.table-exam-info tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.table-exam-info tbody tr:hover {
  background-color: #fae2e0;
  transition: background-color 0.3s ease;
}

.table-exam-info, .table-exam-info th, .table-exam-info td {
  border: 1px solid #D9D9D9;
}



.course-exam-information.salary-range {
  padding: 0 0 50px;
}

.course-exam-information.salary-range .description {
  margin: 0 0 16px 0;
}

.course-exam-information.salary-range .table-exam-info {
  margin: 25px 0 25px 0;
}

.course-our-recent {
  padding: 0 0 100px;
}

.course-our-recent .heading-main-1 {
  margin-bottom: 30px;
}

.course-our-recent .course-our-recent-wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.items-video {
  position: relative;
  z-index: 2;
}

.items-video img {
  width: 100%;
}

.items-video .thumbnail-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 1;
}

.items-video .play-video {
  background: #E5091480 !important;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 8, 8, 0.5);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 10px 5px rgba(255, 8, 8, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 8, 8, 0);
  }
}


.items-video .play-video img {
  width: 12px;
}

.course-recent-reviews {
  background-color: #000;
  padding: 80px 0 100px;
  overflow: hidden;
}

.course-recent-reviews .heading-main-1 {
  margin-bottom: 50px;
}

.course-recent-reviews-slider .items-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* padding: 0 20px; */
}

.course-recent-reviews-slider .slick-list.draggable {
  height: 388px;
}

.course-recent-reviews-slider .slick-list.draggable .slick-track {
  height: 100%;
}

/* .course-recent-reviews-slider .slick-list.draggable .slick-track .slick-slide {

} */

.course-recent-reviews-slider .slick-slide {
  transition: transform 0.3s ease-in-out;
  transform: scale(0.9);
  /* padding: 0 20px; */
  /* padding: 0px 50px 0 0; */
}

.course-recent-reviews-slider .slick-slide.slick-center {
  transform: scale(1.1);
  /* padding: 0; */
  /* padding: 0px 10px; */
}

/* .slider .slick-slide:first-child {
  margin: 0 !important;
}

.slider .slick-slide:last-child {
  margin: 0 !important;
} */

/* Active center (You can change anything here for cenetr slide)*/
/* .course-recent-reviews-slider .slick-center,
.course-recent-reviews-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.2);
}
.course-recent-reviews-slider .slick-current.slick-active{
  transform: scale(1.2);
  background: #00000033;
  box-shadow: 0px 18.83px 37.67px -9.04px #00000040;
} */





.course-recent-reviews .btn.btn-white {
  margin: 50px 0 0;
  width: 194px;
  height: 40px;
}

.course-technologies-placement {
  padding: 0 0 100px 0;
  background-color: #121212;
}

.course-technologies-placement .heading-main-1 {
  margin-bottom: 50px;
}

.summary-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.course-technologies-placement .summary-details h5 {
  font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #E50914;
  margin-bottom: 16px;
}

.course-recent-reviews.course-our-recent-placement .heading-main-1 {
  margin-bottom: 25px;
}

.course-our-recent-placement .desc {
  font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.course-our-recent-placement-slider .slick-slide {
  margin: 0 10px;
}

.card-image img {
  width: 100%;
}

.course-discover-profile {
  padding: 100px 0 0 0;
  overflow: hidden;
}

.course-discover-profile .desc {
  font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #0d233e;
  margin-bottom: 35px;
}
.course-discover-profile-slider .slick-slide {
  padding: 10px 10px;
  height: 100%;
}

.course-discover-profile .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 30px;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 21.3511px;
}

.course-discover-profile .card .card-image {
  width: 124px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-discover-profile .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-discover-profile .card .card-image-caption {
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 1.33px;
  text-align: center;
}

.course-discover-profile .card h4 {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 18.6822px;
  line-height: 24px;
  color: #0d233e;
  margin-bottom: 0;
}

.course-discover-profile .card h5 {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13.3445px;
  line-height: 20px;
  color: #505050;
  margin-bottom: 0;
}

.course-discover-profile .card .badge {
  width: 100px;
  height: 29px;
  background: #1FAF38;
  border-radius: 63px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 164%;
  color: #FFFFFF;
}

.course-discover-profile .card .card-description {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #5d646d;
}

.course-discover-profile .card .inner-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.course-discover-profile .card .inner-cards .inner-card-before {
  box-sizing: border-box;
  padding: 0px 30px;
  height: 87px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.02)
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
}

.course-discover-profile .card .inner-cards .inner-card-before.after {
  border-color: #1FAF3873;
}

.course-discover-profile .inner-card-before h5 {
  font-weight: 400;
  color: #B6B6B6;
}

.course-discover-profile .card .inner-cards .inner-card-before .card-before-right {
  width: 70px;
}

.course-discover-profile .card .inner-cards .inner-card-before .card-before-right img {
  width: 100%;
}

.course-discover-profile .card .inner-cards .arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-discover-profile .btn-width {
  width: 194px;
  /* height: 40px; */
  font-size: 16px;
  font-weight: 400;
}

.slider-arrows-cs .slick-prev:before {
  content: '';
  background-image: url("../imgs/slick-prev.png");
}
.slider-arrows-cs .slick-next:before {
  content: '';
  background-image: url("../imgs/slick-next.png");
}

.slider-arrows-cs .slick-prev:before, 
.slider-arrows-cs .slick-next:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  display: block;
}

.slider-arrows-cs .slick-prev, 
.slider-arrows-cs .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.slider-arrows-cs .slick-prev {
  left: -75px;
}

.slider-arrows-cs .slick-next {
  right: -75px;
}

.course-related-courses {
  padding: 100px 0 100px;;
}

.course-related-courses .heading-main {
  margin-bottom: 35px;
}

.course-related-courses .card {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  gap: 18px;
  padding: 10px;
}

.course-related-courses .card .card-img-top {
  border-radius: 15px;
  border: 0;
}

.course-related-courses .card .card-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.course-related-courses .card .card-wraper {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.course-related-courses .card .card-title {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  color: #000000;
  margin: 0;
}

.course-related-courses .card .icon-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.course-related-courses .card .icon-group .icon {
  width: 26.25px;
}

.course-related-courses .card .card-inner-wraper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.course-related-courses .card .card-inner-wraper .icon {
  width: 41.63px;
}

.course-related-courses .card .card-inner-wraper p {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #0d233e;
}

.course-related-courses .card .rating-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.course-related-courses .card .button-group {
  display: flex;
  align-items: center;
  gap: 22.47px;
}

.course-related-courses .card .button-group a {
  width: 100%;
  height: 44px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  
}

.course-related-courses .card .button-group .btn-phone {
  color: #E50914;
}

.course-webasha-faq {
  padding: 80px 0;
  height: 100%;
}

.course-webasha-faq .heading-main {
  margin-bottom: 35px;
}

.course-webasha-faq .all-theme-accordion .accordion-item .accordion-button:not(.collapsed) {
  font-size: 24px; /* Font size when expanded */
}

.course-webasha-faq .all-theme-accordion .accordion {
  gap: 16px;
}

.course-webasha-faq .all-theme-accordion {
  width: 80%;
  margin: auto;
  /* max-height: 875px; */
  overflow: hidden; /* Hide overflow */
  transition: max-height 0.5s ease; /* Smooth transition */
}

/* .course-webasha-faq .all-theme-accordion.expanded {
  max-height: 1040px;
} */

.course-webasha-faq .btn-width {
  margin-top: 35px;
  width: 173px;
  height: 70px;
  font-weight: 500;
}

.other-course-kubernetes {
  padding: 0 0 80px;
}

.course-kubernetes-wraper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.course-kubernetes-wraper .course-kubernetes {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.course-kubernetes .course-kubernetes-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.course-kubernetes .course-kubernetes-link .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  border: 1px solid #d7d7d7;
  border-radius: 43px;
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #656565;
  background-color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease; /* Transition for smooth hover effect */
}

.course-kubernetes .course-kubernetes-link .btn-link:hover {
  background-color: #d7d7d7; /* Change background on hover */
  color: #333; /* Change text color on hover */
  transform: scale(1.05); /* Slightly scale up the button */
}


.get-quote {
  margin-top: 50px;
}

.get-quote .card {
  align-items: center;
  text-align: center;
  padding: 60px 30px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  gap: 32px;
}

.get-quote .card .card-title {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  color: #0d233e;
}

.get-quote .card .card-text {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #5d646d;
}

.get-quote .card .btn-width {
  width: 221px;
  height: 48px;
  font-weight: 500;
  font-size: 16px;
}

.form-card {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.form-card .form-title {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 160%;
  color: #0d233e;
  margin-bottom: 32px;
}

.form-card form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-card form .form-control-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-card form .form-control-item .form-label {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #5d646d;
  margin-bottom: 0;
}

.form-card form .form-control-item .form-control {
  padding: 12px 16px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  box-shadow: unset;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem; /* 16px - improved for accessibility */
  line-height: 160%;
  color: #757575;
}

.form-card form .form-control-item .input-group .form-control  {
  border-left: 0;
}

.form-card form .form-control-item .input-group .btn {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-right: 0;
  border-radius: 8px 0px 0px 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.form-card form .form-control-item .form-text {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #5d646d;
}

.form-card form .form-control-item .form-link {
  color: #E50914;
  font-weight: 500;
}

.form-card form .btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}

.course-subsciption {
  padding-bottom: 20px;
}

.course-subsciption .card {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.course-subsciption .nav {
  padding: 5px;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  margin-bottom: 32px;
}

.course-subsciption .nav .nav-item {
  width: 50%;
}

.course-subsciption .nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.8px;
  border-radius: 5px;
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #0d233e;
}

.course-subsciption .nav .nav-link svg {
  fill: #0d233e;
}

.course-subsciption .nav .nav-link.active {
  background-color: #E50914;
  color: #FFFFFF;
}

.course-subsciption .nav .nav-link.active svg {
  fill: #FFFFFF;
}

.course-subsciption .course-content-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.course-subsciption .course-content-inner .figure-img {
  margin: 0;
  width: 100%;
  height: 186px;
}

.course-subsciption .course-content-inner .figure-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.course-subsciption .course-content-inner form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.course-subsciption .course-content-inner form .form-control-item {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
}

.checkbox {
  position: relative;
}

.checkbox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.checkbox input[type="checkbox"] {
  visibility: hidden;
  display: inline-block;
}

.checkbox input[type="checkbox"]:checked + label {
  background-color: #E50914;
  border-color: #E50914;
}

.checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


.course-subsciption .course-content-inner form .form-control-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.course-subsciption .course-content-inner form .form-control-content label {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #0d233e;
}


.course-subsciption .course-content-inner form .price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.course-subsciption .course-content-inner form .price .original-price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-subsciption .course-content-inner form .price .original-price span {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #0d233e;
}

.course-subsciption .course-content-inner form .price .original-price del {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #828282;
}

.course-subsciption .course-content-inner form .price .discounted-price {
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-subsciption .course-content-inner form .price .discounted-price {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #0d233e;
}

.course-subsciption .course-content-inner form .price .discounted-price span {
  font-size: 22px;
}

.course-subsciption .course-content-inner form .discount-tag {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: end;
}

.course-subsciption .course-content-inner form .discount-tag .badge {
  padding: 5px 10px;
  background: rgba(255, 8, 0, 0.1);
  border-radius: 63px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #E50914;
}

.course-subsciption .course-content-inner form .button-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.course-subsciption .course-content-inner form .button-group a {
  width: 50%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
}

.course-subsciption .course-content-inner form .button-group .btn svg {
  fill: #E50914;
}

.course-subsciption .course-content-inner form .button-group .btn:hover svg {
  fill: #FFFFFF;
}

.course-subsciption .course-content-inner form .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  color: #0d233e;
}

.course-trainer-profile {
  background: #FFFFFF;
  background-image: none;
  background-size: auto;
  border: 0.612139px solid #D7D7D7;
  border-radius: 12.2428px;
  margin-bottom: 100px;
  padding: 50px;
  position: relative;
 /*background-image: url("../imgs/course-trainer-profile-bg.png"); */
  background-size: 100% 100%;
  transition: all 0.3s ease;
}

.course-trainer-profile:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.course-trainer-profile:before {
  content: "";
 /* background-image: url("../imgs/course-trainer-profile-bg.png");*/
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
}
.course-trainer-profile .heading-main-1 {
  margin-bottom: 50px;
}

.course-trainer-profile .wraper {
  display: flex;
  justify-content: space-between;
}

.course-trainer-profile .course-trainer-profile-image {
  width: 332.84px;
  height: 345.04px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.course-trainer-profile .course-trainer-profile-image:before {
  content: "";
  position: absolute;
  border-radius: 174.262px 174.262px 0px 0px;
  background: var(--red, #E50914);
  width: 332.841px;
  height: 230.026px;
  bottom: 0;
  z-index: -1;
}
.course-trainer-profile .course-trainer-profile-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.course-trainer-profile .course-trainer-profile-content {
  width: 60%;
  margin-left: auto;
}

.course-trainer-profile .course-trainer-profile-content .name {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 17.9914px;
  line-height: 23px;
  color: #0d233e;
}

.course-trainer-profile .course-trainer-profile-content .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11.0132px;
  line-height: 17px;
  color: #505050;
  margin-bottom: 15px;
}

.course-trainer-profile .course-trainer-profile-content .description {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13.9933px;
  line-height: 160%;
  color: #5d646d;
  margin-bottom: 20px;
}

.course-trainer-profile .course-trainer-profile-content .btn {
  width: 137px;
  height: 39px;
}

.course-trainer-profile .course-trainer-profile-content .social-group {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 25px;
}

.course-trainer-profile .course-trainer-profile-content .social-group img {
  width: 30px;
}

.course-trainer-profile .sld-wrp {
  position: relative;
}

.course-trainer-profile .slider-nav {
  width: 300px;
  position: absolute;
  bottom: 0px;
  z-index: 999;
}

.course-trainer-profile .slider-nav .slide-btn img {
  width: 49px;
  height: 49px;
  margin: auto;
}


.slider-arrows-small .slick-prev:before {
  content: '';
  background-image: url("../imgs/slick-prev.png");
}
.slider-arrows-small .slick-next:before {
  content: '';
  background-image: url("../imgs/slick-next.png");
}

.slider-arrows-small .slick-prev:before, 
.slider-arrows-small .slick-next:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}

.slider-arrows-small .slick-prev, 
.slider-arrows-small .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.slider-arrows-small .slick-prev {
  left: -15px;
}

.slider-arrows-small .slick-next {
  right: -15px;
}









.sticky-main-header1 {
     padding: 5px 0;
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
	    z-index: 1024;
		opacity: 0;
}

.sticky-main-header1.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #FFFFFF;
  opacity: 1;
}

.sticky-header-list {
  display: flex;
  justify-content: space-between;
}

.sticky-header-list ul {
  display: flex;
  gap: 10px;
}

.sticky-header-list .btn {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 4px;
}

.sticky-header-list .buuton-group {
  display: flex;
  gap: 10px;
}

.sticky-header-list .btn-enroll {
  background-color: #198754;
  border: 1px solid #198754;
  color: #FFFFFF;
}






/* Course-Details-Inner-Page-Css */
.banner-course-inner {
  /*background-image: url("../imgs/banner-course-inner.jpg");*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0 100px;
}

.banner-course-inner-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.banner-course-inner-content .sub-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}

.banner-course-inner-content h1 {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 74px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}

.banner-course-inner-content .desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
}

.banner-course-inner-content .search {
  width: 603px;
  margin: auto;
  position: relative;
}

.banner-course-inner-content .search .search-control {
  box-sizing: border-box;
  height: 60px;
  background: rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(42.5px);
  border-radius: 46px;
  width: 100%;
  padding-left: 55px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #abb7c2;
}

.banner-course-inner-content .search .btn-search {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}

.banner-course-inner-content .search .btn-select-course {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #E50914;
  border-radius: 25px;
  border: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.banner-course-inner .banner-course-inner-card {
  margin-top: 65px;
}

.banner-course-inner-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(8, 6, 9, 0.01);
  border: 1px solid #E50914;
  backdrop-filter: blur(28.8px);
  border-radius: 20px;
  padding: 30px 60px;
}

.banner-course-inner-card .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.1)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.06));
  border-radius: 10px;
  width: 19%;
  height: 124px;
  background: rgba(255, 8, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-course-inner-card .items .title {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 62px;
  color: #E50914;
}

.banner-course-inner-card .items .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
}

.course-we-offer {
  padding: 100px 0;
}

.course-we-offer .sub-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #0d233e;
  margin-bottom: 10px;
}

.course-we-offer .heading-main {
  margin-bottom: 32px;
}

.theme-nav-pills .nav-pills {
  padding: 5px;
  width: 518px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin-bottom: 32px;
}

.theme-nav-pills .nav-pills .nav-item {
  width: 33.3%;
}

.theme-nav-pills .nav-pills .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 6.8px;
  height: 38px;
  border-radius: 5px;
  width: 100%;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #0d233e;
}

.theme-nav-pills .nav-pills .nav-link.active {
  background: #E50914;
  color: #ffffff;
}

.course-we-offer-content .form-select {
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #969696;
  height: 48px;
  width: 788px;
  margin: auto;
  margin-bottom: 32px;
}

.course-we-offer-content .form-select:focus {
  box-shadow: 0 0 3px 3px #d2d2d2;
  border-color: #969696;
}

.course-we-offer-content .card {
  padding: 16px;
  gap: 18px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
  border-radius: 10px;
}

.course-we-offer-content .card .card-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 170%;
  color: #000000;
}

.course-we-offer-content .card .card-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #0d233e;
  display: flex;
  align-items: center;
  gap: 12px;
}

.course-we-offer-content .card .rating-list {
  display: flex;
  align-items: center;
  gap: 6px;
}

.course-we-offer-content .card .icon-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.course-we-offer-content .card .icon-group .icon {
  width: 35px;
}

.course-certified-specialist {
  padding-bottom: 50px;
}

.course-certified-specialist .heading-main-2 {
  margin-bottom: 32px;
}

.heading-main-2 {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  color: #0d233e;
}

.course-certified-specialist .course-certified-specialist-slider {
  margin-bottom: 50px;
}

.course-certified-specialist-slider .items img {
  box-shadow: 0px 20px 30px 0px #00000033;
  width: 100%;
  border-radius: 10px;
}

.course-certified-specialist-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.course-certified-specialist-content .rating-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.course-certified-specialist-content .rating-list .icon {
  width: 22px;
  position: relative;
  top: -3px;
}

.course-certified-specialist-content .rating-list .desc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #0d233e;
}

.certified-candidates-slider-two.slider-arrows-cs .slick-prev {
  left: -20px;
  z-index: 1;
}

.certified-candidates-slider-two.slider-arrows-cs .slick-next {
  right: -20px;
  z-index: 1;
}

.course-machine-learning {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 70px 0 100px;
}

.card-machine {
  display: flex;
  padding: 20px;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4.28497px 17.752px rgba(100, 100, 111, 0.2);
  border-radius: 10px;
}

.card-machine .figure-image {
  width: 355px;
  height: 347.36px;
  border-radius: 20px;
}

.card-machine .figure-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.card-machine .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 63%;
}

.card-machine .content .group-gap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-machine .content .title {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #0d233e;
}

.card-machine .content .card-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.card-machine .content .stock {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  gap: 10px;
  width: 90px;
  height: 34px;
  background: rgba(255, 8, 0, 0.1);
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #E50914;
}

.card-machine .content .price-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-machine .content .price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-machine .content .price {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #505050;
}

.card-machine .content .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  width: 231px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.card-machine .content .product .count {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 21.9602px;
  line-height: 160%;
  color: #505050;
  width: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-machine .content .product .btn-count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  background: #E50914;
  border-radius: 985.315px;
  border: 0;
}

.card-machine .content .product .btn-count svg {
  fill: #ffffff;
  width: 17px;
  height: 10px;
}

.card-machine .content .discount-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.card-machine .content .discounted-price {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #0d233e;
}

.card-machine .content .discounted-price .original-price {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-decoration-line: line-through;
  color: #E50914;
}

.card-machine .content .discount-tag {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: end;
}

.card-machine .content .discount-tag .badge {
  padding: 4px 10px;
  background: #E50914;
  border-radius: 53px;
  display: inline-block;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 170%;
  color: #FFFFFF;
}

.card-machine .content .price-low {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #a90400;
}

.card-machine .content .content-wraper {
  display: flex;
  justify-content: space-between;
}

.card-machine .content .button-group {
  display: flex;
  flex-direction: column;
  gap: 4.09px;
}

.card-machine .content .button-group .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 28px;
  border: 0.681492px solid #E50914;
  border-radius: 5.45194px;
}

.card-machine .content .button-group .btn.filling-fast {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 8.18182px;
  line-height: 12px;
  color: #f9a000;
}

.card-machine .content .content-wraper .group-gap {
  gap: 5px;
}

.course-machine-learning .voucher-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.course-machine-learning .voucher-details h4 {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #E50914;
  margin: 0;
}

.course-machine-learning .voucher-details ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.course-machine-learning .voucher-details ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13.9933px;
  line-height: 160%;
  color: #0d233e;
  display: flex;
  align-items: center;
  gap: 12px;
}

.course-machine-learning .voucher-details ul li i {
  font-size: 5px;
}

.course-recommended-training {
  padding: 0 0 100px;
}

.course-recommended-training .summary-details {
  gap: 48px;
}

.course-recommended-training .summary-details h5 {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #E50914;
}

.course-recommended-training .summary-details ul li p {
  display: flex;
  align-items: center;
  gap: 16px;
}

.course-learning-schedule .theme-nav-pills .nav-pills .nav-link {
  font-size: 14px;
}

.course-learning-schedule {
  padding: 0 0 100px;
}

.course-learning-schedule .heading-main-1 {
  margin-bottom: 50px;
}

.learning-schedule-table .table>:not(caption)>*>* {
  text-align: center;
  vertical-align: middle;
}

.learning-schedule-table .table>thead tr th {
  padding: 10px;
  height: 50px;
  background: #E50914;
  border-right: 1px solid #FFFFFF;
  border-bottom: 0;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
  
.learning-schedule-table .table>thead tr th:last-child {
  border: 0;
}

.learning-schedule-table .table>tbody tr td {
  height: 115px;
  border-bottom: 1px solid #D9D9D9;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #0d233e;
  padding: 12.4px 50px;
}

.learning-schedule-table .class-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 34px;
  background: rgba(31, 175, 56, 0.1);
  border-radius: 55px;
  margin: auto;
  color: #1FAF38;
}

.learning-schedule-table .batch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176.5px;
  height: 44px;
  border: 1px solid #E50914;
  border-radius: 10px;
  margin: auto;
}

.learning-schedule-table .batch.open {
  color: #1FAF38;
}

.learning-schedule-table .enroll-status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156.5px;
  height: 43px;
  border: 1px solid #E50914;
  border-radius: 10px;
  margin: auto;
  color: #767676;
}

.learning-schedule-table .enroll-status.closed {
  background: #BDBDBD;
  border-color: #BDBDBD;
}

.course-discounted-exam {
  padding: 0 0 120px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.course-discounted-exam .group-gap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.course-discounted-exam .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25.11px;
}

.btn-enquire {
  width: 247px;
  height: 60px;
  background: #E50914;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.course-choose-technologies {
  margin-bottom: 50px;
}

.course-choose-technologies .card {
  padding: 20px;
  gap: 18px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
  border-radius: 10px;
}

.course-choose-technologies .card hr {
  border-color: #ECECEC;
  opacity: 1;
}

.course-choose-technologies .card .card-title {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #E50914;
}

.course-choose-technologies .card .card-text {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #0d233e;
}

.choose-check-list {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}

.choose-check-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.choose-check-list .form-check-input {
  width: 18px;
  height: 18px;
  margin: 0;
  box-shadow: unset;
  border: 1px solid #E3E3E3;
}

.choose-check-list .form-check-input:checked {
  background-color: #E50914;
  border-color: #E50914;
}

.choose-check-list .form-check-input:focus {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  border-color: #E50914;
}

.choose-check-list .form-check .form-check-input {
  margin-left: 0;
}

.choose-check-list .form-check .form-check-label {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #0d233e;
}

.enroll-now-modal .stepper-header {
  width: 33%;
  margin: auto;
  margin-top: 18px;
  margin-bottom: 18px;
}

.enroll-now-modal .stepper-header .step::before {
  width: 306px;
}

.enroll-now-modal .sub-title {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #0d233e;
  margin-bottom: 6px;
}

.enroll-now-modal .theme-nav-pills .nav-pills {
  width: 25%;
}

.enroll-now-modal .theme-nav-pills .nav-pills .nav-item {
  width: 50%;
}

.theme-nav-pills .first.nav-pills .nav-link {
  font-size: 16px;
}

.enroll-now-info {
  display: flex;
  gap: 30px;
  width: 60%;
  margin: auto;
}

.enroll-now-info .cs-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.enroll-now-info .card {
  padding: 20px;
  gap: 18px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}

.enroll-now-info .bundle-card {
  flex-direction: row;
  padding: 15px;
  gap: 14px;
  align-items: center;
}

.enroll-now-info .bundle-card .bundle-card-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.enroll-now-info .bundle-card .figure-image {
  width: 38px;
  height: 38px;
  background: #FFA700;
  border-radius: 30.2449px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.enroll-now-info .bundle-card .figure-image img {
  width: 27.92px;
  height: 40.33px;
  position: relative;
  top: 7px;
}

.enroll-now-info .bundle-card .content-gourp {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
  width: 260px;
}

.enroll-now-info .bundle-card .badge {
  background: rgba(255, 105, 3, 0.1);
  border-radius: 53px;
  display: flex;
  align-items: center;
  gap: 5px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 170%;
  color: #FF6903;
}

.enroll-now-info .bundle-card .badge img {
  width: 18px;
}

.enroll-now-info .card .card-title {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #0d233e;
  margin: 0;
}

.enroll-now-info .bundle-card .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  color: rgba(25, 25, 25, 0.7);
  display: flex;
  align-items: center;
  gap: 5px;
}

.enroll-now-info .bundle-card .discount-tag {
  background: #E50914;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8.17391px;
  /* line-height: 160%; */
  line-height: 14px;
  color: #FFFFFF;
  padding: 3px 5px;
  border-radius: 4px 0px 0px 4px;
  position: relative;
}

.enroll-now-info .bundle-card .discount-tag:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-left: 11px solid red;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}

.enroll-now-info .bundle-card .btn-view {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 2px;
  height: 33px;
  background: #F8F8F8;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  color: #0d233e;
}

.enroll-now-info .form-card form {
  gap: 18px;
}

.form-card form .form-control-row {
  display: flex;
  gap: 18px;
}

.form-card form .form-control-row .form-control-item {
  width: 100%;
}

.enroll-now-info .promo-card .cs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enroll-now-info .promo-card .code {
  display: flex;
  align-items: center;
  gap: 5px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #0d233e;
}

.enroll-now-info .promo-card .code img {
  width: 24px;
}

.enroll-now-info .promo-card .promo-apply {
  display: flex;
  align-items: center;
  width: 68%;
  position: relative;
}

.enroll-now-info .promo-card .promo-apply .form-control {
  padding: 12px 6px 12px 16px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #757575;
  box-shadow: unset;
}

.enroll-now-info .promo-card .promo-apply .btn-apply {
  position: absolute;
  right: 6px;
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enroll-now-info .discounts-card {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 18px;
  width: 225px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
}

.enroll-now-info .discounts-card .content-gourp {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.enroll-now-info .discounts-card .form-check {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
}

.enroll-now-info .discounts-card .form-check-input {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.enroll-now-info .discounts-card .form-check-input:checked {
  background-image: none;
}

.enroll-now-info .discounts-card .form-check-input:checked {
  border-color: #E50914;
  background-color: #E50914;
}

.enroll-now-info .discounts-card .form-check-input:focus {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  border-color: #E50914;
}

.enroll-now-info .discounts-card .form-check .form-check-input {
  margin-left: 0;
}

.enroll-now-info .discounts-card .form-check .form-check-label {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #0d233e;
}

.enroll-now-info .discounts-card .discount-gift {
  display: flex;
  align-items: center;
  gap: 5px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #1FAF38;
}

.enroll-now-info .discounts-card .discount-gift svg {
  width: 14px;
  fill: #1FAF38;
}

.enroll-now-info .discounts-card .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #717171;
}

.enroll-now-info .order-summery-card .summery-title {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #0d233e;
}

.enroll-now-info .order-summery-card .summery-title svg {
  fill: #0d233e;
  width: 14px;
}

.enroll-now-info .order-summery-card .summery-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 18px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.enroll-now-info .order-summery-card .summery-card .badge {
  background: rgba(255, 105, 3, 0.1);
  border-radius: 53px;
  display: flex;
  align-items: center;
  gap: 5px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 170%;
  color: #FF6903;
}

.enroll-now-info .order-summery-card .summery-card .badge img {
  width: 18px;
}

.enroll-now-info .order-summery-card .summery-card .btn.btn-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 3px;
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 100px;
}

.enroll-now-info .order-summery-card .summery-card .content-gourp {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.enroll-now-info .order-summery-card .summery-card .content-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.enroll-now-info .order-summery-card .summery-card .content-list span {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #0d233e;
  display: flex;
  align-items: center;
  gap: 16px;
}

.enroll-now-info .order-summery-card .summery-card .content-list span img {
  width: 24px;
}

.enroll-now-info .order-summery-card .summery-card .product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 12px;
  /* gap: 110px; */
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.enroll-now-info .order-summery-card .summery-card .product .btn-count {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: transparent;
}

.enroll-now-info .order-summery-card .summery-card .product svg {
  width: 22px;
}

.enroll-now-info .order-summery-card .summery-card .product .count {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  color: #505050;
}

.enroll-now-info .order-summery-card .price-list {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.enroll-now-info .order-summery-card .price-list .price-rwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enroll-now-info .order-summery-card .price-list .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #575757;
}

.enroll-now-info .order-summery-card .price-list .desc.green {
  color: #1FAF38;
}

.enroll-now-info .order-summery-card .price-list hr {
  margin: 0;
  border-color: #D9D9D9;
  opacity: 1;
}

.enroll-now-info .order-summery-card .price-list .content-title {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #575757;
}

.enroll-now-info .order-summery-card .price-list .group-gap {
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 8px;
}

.enroll-now-info .order-summery-card .price-list .discount-row {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.enroll-now-info .order-summery-card .price-list .discount-tag {
  padding: 4px 10px;
  background: #E50914;
  border-radius: 53px;
  display: inline-block;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 170%;
  color: #FFFFFF;
}

.enroll-now-info .order-summery-card .price-list .price-rwo .price-low {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #575757;
}

.enroll-now-info .payment-card .pay-card-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.enroll-now-info .payment-card .pay-card-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.enroll-now-info .payment-card .pay-card-list li .pay-card {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
  width: 50%;
  height: 61px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #0d233e;
}

.enroll-now-info .payment-card .pay-card-list li .pay-card.active {
  border-color: #E50914;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.enroll-now-info .payment-card .pay-card-list li .pay-card .sm-icon {
  width: 26px;
}

.enroll-now-info .payment-card .pay-card-list li .pay-card .lg-icon {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.enroll-now-info .payment-card .desc {
   font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #5d646d;
}

.enroll-now-info .payment-card .btn {
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 15.9924px;
  line-height: 150%;
}

.card-hover {
  transition: all 0.3s ease-in-out;
}

.card-hover:hover {
  transform: scale(01.01);
  border-color: #FFF;
  box-shadow: 0px 2px 6px rgba(32, 32, 32, 0.25);
}

.card-hover .card-img-top {
  transition:ease-in-out 300ms;
}
.card-hover:hover .card-img-top {
  filter: brightness(.5);
}

.card-image-hover {
  transition: all 0.3s ease-in-out;
}

.card-image-hover:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.section-header .section-badge {
  display: inline-flex;
  padding: 5px 20px;
  border-radius: 40px;
  background: #E70D0D1A;
  color: #E70D0D;
  font-weight: 500;
  margin-bottom: 15px;
}
.custom-table {
  border-radius: 10px;
  border: 1px solid #c6c7c8;
}
.table {
  color: #5d646d;
  border-color: #ddd;
  margin-block-end: 0;
}
.custom-table table tbody tr td {
  padding: 12px 15px;
}
.table tbody tr td {
  color: #5d646d;
}

/* ===== Schedule section custom styles ===== */
.container.schedule-container {
  position: relative;
  padding-top: 22px;
  padding-bottom: 36px;
}

/* Table (desktop) tweaks */
.custom-table .table {
  border-collapse: separate;
  border-spacing: 0 0px; /* vertical gap between rows */
}

.custom-table .table thead th {
  background: #e50914;
  font-weight: 600;
  color: #fff;
  border-bottom: 0;
  padding: 14px 18px;
}

.custom-table .table tbody tr {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform .12s ease, box-shadow .12s ease;
}

.custom-table .table tbody tr td {
  vertical-align: middle;
  border: 0;
  padding: 18px;
}

/* subtle lift on hover for rows */
.custom-table .table tbody tr:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid #D3D3D3;
}

/* Badge tiny tweaks */
.custom-table .badge {
  font-size: 0.8rem;
  padding: 0.42em 0.6em;
  border-radius: 999px;
}

/* action buttons in table */
.custom-table .btn {
  white-space: nowrap;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

/* mobile cards */
.d-block.d-md-none .card {
  border-radius: 12px;
  border: 1px solid rgba(15,23,42,0.04);
  overflow: hidden;
}

.d-block.d-md-none .card .card-body {
  padding: 14px;
}

.d-block.d-md-none .card .card-title {
  font-weight: 600;
  font-size: 1rem;
}

/* small meta lines */
.d-block.d-md-none .card p {
  margin-bottom: 6px;
  color: #374151;
  font-size: 0.95rem;
}

/* make the status and button align nicely on mobile */
.d-block.d-md-none .card .mb-2 {
  margin-bottom: 10px !important;
}

/* decorative background images (positioned absolute) */
.about-bg-01,
.about-bg-02 {
  position: absolute;
  width: 220px;
  opacity: 0.85;
  pointer-events: none;
  user-select: none;
}

.about-bg-01 {
  right: -40px;
  bottom: -20px;
  transform: rotate(-6deg);
  display: none; /* default hidden — shown on xl via utility in markup */
}

.about-bg-02 {
  left: -40px;
  top: -40px;
  transform: rotate(6deg);
  display: none;
}

/* only show on xl and above (match your markup classes d-none d-xl-flex) */
@media(min-width: 1200px) {
  .about-bg-01, .about-bg-02 { display: block; }
}

/* Responsive table -> card spacing adjustment */
@media (max-width: 768px) {
  .custom-table .table thead th,
  .custom-table .table tbody tr td {
    padding: 12px;
  }
}

/* Accessibility & focus */
.custom-table a.btn:focus,
.d-block.d-md-none a.btn:focus {
  outline: 3px solid rgba(229,9,20,0.12);
  outline-offset: 2px;
}

/* Utility: small muted text under badges in table */
.custom-table .small-muted {
  display: block;
  font-size: 0.78rem;
  color: #6b7280;
  margin-top: 6px;
}

/* Optional — compact table for narrow layouts */
@media (max-width: 920px) {
  .custom-table .table thead th:nth-child(3),
  .custom-table .table td:nth-child(3) { /* hide Batch Form column on tight widths */
    display: none;
  }
}

:root{
  --bg:#121212;
  --card:#ffffff;
  --red:#E50914;
  --muted:#6b7280;
  --dot:#E50914;
}

/* Section wrapper */
.timeline-wrap{
  max-width:1280px;
  margin:0 auto;
  position:relative;
  padding:60px 12px 90px;
  background:var(--bg);
  color:#fff;
}

/* Heading */
.timeline-title{
  text-align:center;
  font-weight:800;
  font-size:28px;
  margin-bottom:48px;
  color:#fff;
}

/* SVG Path */
.timeline-track{
  position:absolute;
  left:2%;
  right:2%;
  top:110px;
  height:420px;
  pointer-events:none;
  z-index:1;
}
.timeline-track path{
  stroke: var(--red);
  stroke-width:3;
  stroke-dasharray:8 10;
  stroke-linecap:round;
  opacity:0.9;
  animation: dashmove 14s linear infinite;
}
@keyframes dashmove{ to { stroke-dashoffset: -1000; } }

/* Grid */
.timeline-grid{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  position:relative;
  z-index:2;
  align-items:start;
}

/* Card */
.step-card{
  --offset: 0px;
  transform: translateY(var(--offset));
  transition: transform .35s cubic-bezier(.2,.9,.3,1), box-shadow .25s ease, opacity .25s ease;
  background: var(--card);
  color:#0d233e;
  border-radius:12px;
  padding:22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  min-height:230px;
  display:flex;
  flex-direction:column;
  gap:12px;
  position:relative;
  cursor:default;
  opacity:0;
}

/* Wave offsets */
.timeline-grid > .step-card:nth-child(1){ --offset: 18px; }
.timeline-grid > .step-card:nth-child(2){ --offset: -8px;  }
.timeline-grid > .step-card:nth-child(3){ --offset: 24px;  }
.timeline-grid > .step-card:nth-child(4){ --offset: -6px;  }
.timeline-grid > .step-card:nth-child(5){ --offset: 16px;  }
.timeline-grid > .step-card:nth-child(6){ --offset: -10px; }

/* Animate on scroll */
.step-card.visible {
  opacity: 1;
  transform: translateY(var(--offset));
  animation: fadeInUp .6s cubic-bezier(.2,.9,.3,1);
}
@keyframes fadeInUp {
  from { opacity:0; transform:translateY(calc(var(--offset) + 28px)); }
  to   { opacity:1; transform:translateY(var(--offset)); }
}

/* Hover animations */
.timeline-grid:hover .step-card{ transform: translateY(calc(var(--offset) + 6px)); opacity:0.95; }
.timeline-grid .step-card:hover{
  transform: translateY(calc(var(--offset) - 28px)) scale(1.03);
  z-index:6;
  box-shadow: 0 22px 46px rgba(229,9,20,0.35);
  opacity:1;
}
.timeline-grid:hover .step-card:not(:hover){ opacity:0.85; transform: translateY(calc(var(--offset) + 12px)); }

/* Step parts */
.step-icon{
  width:66px;height:66px;border-radius:50%;
  background: #FFF0F0;
  display:flex;align-items:center;justify-content:center;
}
.step-number{
  position:absolute; top:14px; right:14px;
  width:48px;height:48px;border-radius:50%;
  background:var(--red); color:#fff; font-weight:800;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 20px rgba(229,9,20,0.25);
}
.step-title{ font-weight:700; font-size:18px; color:#0d233e; }
.step-desc{ color:var(--muted); font-size:14px; line-height:1.5; }

/* Footer */
.timeline-foot{
  display:flex; justify-content:space-between; margin-top:28px;
  color:#fff; font-weight:600;
}
.timeline-foot .dot{ width:10px;height:10px;border-radius:50%; background:var(--dot); display:inline-block; margin-right:6px; }

/* Responsive */
@media (max-width: 991px){
  .timeline-track{ display:none; }
  .timeline-grid{ grid-template-columns:1fr; gap:18px; }
  .timeline-grid > .step-card { --offset:0px !important; opacity:1; transform:none !important; }
}

/*
 * Animated CSS button
 * Copyright Alexander Bodin 2019-09-07
 *
 * Useage: .class {@import button($button-size, $hue, $sat);}
 */
.animated-button {
  background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #d4e0f7;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #8592ad;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
  opacity: 0.2;
}

.animated-button span {
  position: absolute;
}

.animated-button span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.animated-button1 {
  background: #000;
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, "Be Vietnam Pro", sans-serif;
  /* font-size: 20px;
  letter-spacing: 2.5px; */
  text-align: center;
  /* text-transform: uppercase; */
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #E50914;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.breadcrumb-bar {
  padding: 40px 0 40px;
  position: relative;
  z-index: 1;
  background: linear-gradient(109.6deg, rgb(0, 0, 0) 40.2%, rgb(179, 4, 4) 100.3%);
}

/* Gallery popup css */
      .gallery-card { position: relative; overflow: hidden; }
      .gallery-thumb {
        border: 0;
        background: transparent;
        padding: 0;
        width: 100%;
        text-align: left;
        cursor: pointer;
        display: block;
        position: relative;
      }
      .gallery-thumb img {
        transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .35s;
        will-change: transform;
        display: block;
        width: 100%;
        height: auto;
      }
      .gallery-thumb:hover img,
      .gallery-thumb:focus img {
        transform: scale(1.06) rotate(.5deg);
        filter: brightness(.95);
      }
      .caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: .6rem .75rem;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
        color: #fff;
        font-weight: 600;
        font-size: .9rem;
        opacity: 0;
        transform: translateY(6px);
        transition: opacity .25s, transform .25s;
      }
      .gallery-thumb:hover .caption,
      .gallery-thumb:focus .caption { opacity: 1; transform: translateY(0); }

      .zoom-icon {
        position: absolute;
        top: .6rem;
        right: .6rem;
        background: rgba(255,255,255,0.92);
        padding: .25rem .45rem;
        border-radius: .35rem;
        font-size: .9rem;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity .25s, transform .25s;
      }
      .gallery-thumb:hover .zoom-icon,
      .gallery-thumb:focus .zoom-icon { opacity: 1; transform: translateY(0); }

      .viewer-img {
        max-height: 78vh;
        width: auto;
        transition: transform .36s cubic-bezier(.2,.8,.2,1), opacity .24s;
        transform-origin: center;
        box-shadow: 0 12px 30px rgba(0,0,0,0.45);
      }
      .viewer-wrap { max-width: 95%; }
      .nav-prev, .nav-next {
        background: rgba(0,0,0,0.45);
        color: #fff;
        border: 0;
        padding: .45rem .7rem;
        font-size: 1.6rem;
        line-height: 1;
        border-radius: .35rem;
        transition: background .15s;
      }
      .nav-prev:hover, .nav-next:hover { background: rgba(255, 0, 0, 0.78); }
      #viewerIndex { opacity: .9; }

      @media (max-width: 576px) {
        .nav-prev, .nav-next { font-size: 1.2rem; padding: .35rem .55rem; }
        .caption { font-size: .8rem; padding: .45rem; }
      }
.check-list-box {
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 1rem;
}
.benefits-list li {
  margin-bottom: .55rem;
  color: #dfe6ea;
}
.benefits-list li .fa-square-check {
  color: #00c853;
  margin-right: .6rem;
}
.info-bar {
  margin-top: 1.25rem;
  background: linear-gradient(-109.6deg, rgb(0, 0, 0) 40.2%, rgb(179, 4, 4) 100.3%);
  border-radius: 6px;
  padding: 1rem;
  color: #f9f9f9;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
  .testimonial-card { border: 1px solid rgba(0,0,0,.06); border-radius: 12px; padding: 1.25rem; background:#fff; height:100%; }
  .testimonial-stars { color: #f7b500; } /* star color */
  .testimonial-title { font-weight:700; font-size:1.05rem; margin-top:.5rem; }
  .testimonial-body { color: #6c757d; margin-top:.5rem; }
  .testimonial-author { margin-top:1rem; display:flex; align-items:center; gap:.75rem; }
  .testimonial-author img { width:40px; height:40px; object-fit:cover; border-radius:50%; }
  /* indicators style */
  .carousel-indicators [data-bs-target] { width:14px; height:6px; border-radius:6px; background:#e9ecef; margin:0 .25rem; }
  .carousel-indicators .active { background:#dc3545; }
    /* Slider CSS (paste into your page head or keep inline where appropriate) */
  .slider-container {
    margin: 0 auto;
    width: 100%;    /* matched to your original thumbnail width */
    height: 400px;   /* matched to your original thumbnail height */
    overflow: hidden;
    border-radius: .5rem;
    position: relative;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.4);
  }

  .slider-container .photo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: slideFade 16s infinite; /* total: 4 slides × 4s each */
  }

  @keyframes slideFade {
    0%   { opacity: 0; transform: scale(1.02); }
    12.5%{ opacity: 1; transform: scale(1); }   /* fade in */
    25%  { opacity: 1; transform: scale(1); }   /* visible */
    37.5%{ opacity: 0; transform: scale(.98); } /* fade out */
    100% { opacity: 0; transform: scale(.98); }
  }

  /* Staggered delays for each image (matches 4s per slide) */
  .slider-container img:nth-child(1) { animation-delay: 12s; }
  .slider-container img:nth-child(2) { animation-delay: 8s; }
  .slider-container img:nth-child(3) { animation-delay: 4s; }
  .slider-container img:nth-child(4) { animation-delay: 0s; }

  /* Optional: responsive shrink on small viewports */
  @media (max-width: 420px) {
    .slider-container { width: 100%; height: auto; aspect-ratio: 16/9; }
    .slider-container .photo { height: 100%; }
  }