:root {
  --black: #000000;
  --white: #fff;
  --main-color: #f9f6a9;
  --red: #dc3546;
  --green: #1da1f2;
}
/*Header*/
#header .header-top-left {
  display: flex;
}
header .header-button {
  color: #000;
}
#header .header-top .contact-phone {
  padding-right: 25px;
  border-right: 1px solid #fff;
  margin-right: 25px;
}
#header .header-top .contact-phone::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon-phone-call.svg);
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(96%) saturate(1527%)
    hue-rotate(332deg) brightness(100%) contrast(95%);
  margin-right: 10px;
}
#header .header-top .contact-email::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/mail-icon.svg");
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(78%) sepia(96%) saturate(1527%)
    hue-rotate(332deg) brightness(100%) contrast(95%);
  margin-right: 10px;
}

#header .header-top-left > p {
  display: flex;
  align-items: center;
  font-size: 14px;
}
#header .header-top-right {
  font-size: 14px;
  display: flex;
}
#header .login-box {
  padding-right: 30px;
  border-right: 1px solid #6c757d;
  margin-right: 30px;
}
#header .header-top-right .login-box a {
  color: var(--white);
  font-size: 14px;
}
#header .header-top-right > a:hover {
  color: var(--red);
}
#top-bar {
  padding-top: 9px;
  padding-bottom: 9px;
}
#top-bar .top-bar-nav .social-icons i::before {
  font-size: 14px;
}
#top-bar .social-icons > a {
  margin-right: 7px;
  margin-left: 7px;
}
#header .header-nav {
  justify-content: center;
  gap: 20px;
}
#header .header-nav .nav-top-link {
  font-size: 15px;
  color: var(--black);
}
#header .header-nav .nav-top-link:hover {
  color: var(--red);
}
/*Footer*/
#footer .footer > .row {
  align-items: center;
  /* padding: 130px 0 80px; */
  position: relative;
}
#footer .footer-2 .row > div {
  height: 475px;
  margin-bottom: 0;
  padding-top: 130px;
}
#footer .footer-logo .ux-logo-link {
  padding: 0 !important;
}
#footer .footer-logo,
#footer .intro-company-txt {
  margin-bottom: 30px;
}
#footer .footer {
  padding-top: 0 !important;
}
#footer .footer-2 > .row > div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(108, 117, 125, 0.15);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#footer .absolute-footer .menu-menu-footer-01-container {
  display: none !important;
}
#footer .payment-icons {
  display: none !important;
}
div.absolute-footer {
  padding: 12px !important;
  position: relative;
  font-size: 16px;
}
.absolute-footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 51.5%;
  z-index: 1;
  background-color: var(--green);
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
}
.copyright-footer strong {
  color: var(--green);
}
#footer .widget .is-divider {
  display: none !important;
}
#footer .footer-2 .row > div:not(:first-child) {
  padding-left: 50px;
  padding-right: 30px;
}
#footer .widget-title {
  font-size: 24px;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 16px;
}
#footer .footer ul li {
  border-top: unset;
}
#footer .footer-info-address {
}
/*Home*/
.home-banner {
  padding-bottom: 0 !important;
  align-items: flex-end !important;
}
.home-banner .row {
  align-items: center;
}
.home-banner .banner-thumb {
  padding: 30px 16px 0;
}
.home-banner .banner-thumb .img {
  margin-bottom: 0 !important;
}
.home-banner .banner-content h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.home-banner .banner-content a.button {
  margin-top: 20px;
}
.home-banner::after {
  content: "";
  display: block;
  width: 140px;
  height: 150px;
  background: url(../images/hero-1-4.png) no-repeat;
  position: absolute;
  right: 10%;
  top: 15%;
  transform-origin: center;
  animation: flip 4s ease-in-out infinite;
}
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.home-banner .stat-box {
  display: inline-flex;
  padding: 18px 50px 18px 20px;
  border-radius: 20px;
  background: var(--white);
  gap: 15px;
  align-items: center;
}
.home-banner .stat-box .icon-box-img {
  width: 70px !important;
  height: 70px;
  margin-bottom: 0;
  background: var(--main-color);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner .stat-box svg {
  width: 33px;
}
.home-banner .stat-box .icon-box-text p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 14px;
}
.home-banner .stat-box .icon-box-text p:last-child {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.home-banner .stat-box.students {
  position: absolute;
  bottom: 15%;
  left: -80px;
  animation: moveRightLeft 8s ease-in-out infinite;
}
@keyframes moveRightLeft {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.home-banner .stat-box.videos {
  position: absolute;
  bottom: 30%;
  right: -80px;
  animation: moveLeftRight 8s ease-in-out infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
.section-subtitle {
  margin-bottom: 30px;
}
.section-subtitle p {
  padding: 9px 20px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50px;
  border: 1px solid rgba(248, 198, 47, 0.3);
  background: rgba(248, 198, 47, 0.3);
  line-height: 1;
  color: var(--black);
}
.section-subtitle.yellow-style p {
  border-color: rgba(248, 198, 47, 0.3);
  background: rgba(248, 198, 47, 0.1);
}
.section-heading h2 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-courses .section-heading {
  margin-bottom: 50px;
}
.home-courses .item-course {
  border: 1px solid;
  padding: 40px 20px 30px;
  border-radius: 20px;
}
.home-courses .item-course img {
  width: 80px;
  aspect-ratio: 1;
  display: block;
}
.home-courses .item-course .box-text {
  padding: 0;
  margin-top: 24px;
}
.home-courses .item-course .box-text h4 {
  font-size: 18px;
  letter-spacing: 0.08px;
}
.home-courses .item-course.first {
  background: #f0f4f5;
  border-color: var(--green);
}
.home-courses .item-course.second {
  background: #f8c62f;
  border-color: #2f57ef;
}
.home-courses .item-course.third {
  background: #ffebec;
  border-color: #ff4d4f;
}
.home-courses .item-course.fourth {
  background: #e9f3fe;
  border-color: #3d97fe;
}
.home-courses .item-course.fifth {
  background: #eff2ff;
  border-color: #2f57ef;
}
.home-courses .item-course.sixth {
  background: #f6fff3;
  border-color: #39b410;
}
.home-courses .item-course.seventh {
  background: #f7f3ff;
  border-color: #8e56ff;
}
.home-courses .item-course.eighth {
  background: #fff9fc;
  border-color: #f92596;
}
/* .home-statistics .item-statistics {
  display: flex;
}
.home-statistics .item-statistics .icon-inner svg {
  width: 50px;
}
.home-statistics .item-statistics h3 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 0;
} */
.home-statistics {
  padding: 0 !important;
}
.home-statistics .item-statistics {
  padding: 70px 20px 70px 40px;
}
.home-statistics .item-statistics + .item-statistics {
  border-left: 1px solid #fff;
}
.home-statistics .item-statistics .icon-box {
  display: flex;
}
.home-statistics .item-statistics .icon-box-img {
  width: auto !important;
  max-height: 55px;
  margin-right: 15px;
  margin-bottom: 0;
}
.home-statistics .item-statistics h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 8px;
}
.home-statistics .item-statistics:hover svg {
  animation: flip 2s ease-in-out infinite;
}
.home-about .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home-about .feature-item .icon-box-img {
  flex: 0 0 30px;
  margin-bottom: 0;
}
.home-about .feature-item .icon-box-text {
  flex: 1;
}
.home-about .feature-item svg path {
  fill: rgb(248, 198, 47);
}
.home-about .reason-txt {
  margin-top: 30px;
  margin-bottom: 40px;
}
.home-about .box-thumb {
  padding-bottom: 0;
}
.home-about .box-thumb img,
.home-about .image-video .overlay {
  border-radius: 20px;
}
.home-about .thumb-left {
  padding-top: 80px;
  position: relative;
}
.home-about .thumb-left::before {
  content: "";
  display: block;
  width: 193px;
  height: 199px;
  background: url(../images/about-1-1.png);
  background-size: 100%;
  position: absolute;
  top: -30px;
  animation: floatY 3s ease-in-out infinite;
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.home-about .box-video {
  position: relative;
}
.home-about .box-video .video-button-wrapper > a {
  margin: 0;
}
.home-about .box-video .video-button-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 1;
}
.home-about .years-experience {
  background: var(--black);
  color: var(--white);
  border-radius: 20px;
  padding: 30px 52px;
}
.home-about .years-experience ul {
  display: flex;
  margin: 0;
  align-items: center;
}
.home-about .years-experience ul li {
  list-style: none;
  margin: 0;
  line-height: 1.2;
}
.home-about .years-experience ul li:first-child {
  font-size: 40px;
  font-weight: 700;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid var(--white);
}
.home-contact {
  margin-top: -103px;
}
.home-contact .section-content > .row {
  background: var(--main-color);
  max-width: 1088px !important;
  border-radius: 20px;
  padding: 70px;
  position: relative;
}
.home-contact .box-content {
  padding-bottom: 0;
}
.home-contact .box-content ul {
  margin-bottom: 0;
}
.home-contact .box-content li {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  list-style: none;
}
.home-contact .box-content li + li {
  margin-top: 16px;
  font-size: 28px;
}
.home-contact .box-phone-number li:first-child::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url(../images/icon-phone.svg) center / 100% no-repeat;
  filter: brightness(0) saturate(100%) invert(32%) sepia(93%) saturate(922%)
    hue-rotate(322deg) brightness(92%) contrast(101%);
}
.home-contact .box-email li:first-child::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: url(../images/icon-email.svg) center / 100% no-repeat;
  filter: brightness(0) saturate(100%) invert(32%) sepia(93%) saturate(922%)
    hue-rotate(322deg) brightness(92%) contrast(101%);
}
.home-contact .box-phone-number .col-inner {
  display: flex;
  justify-content: flex-end;
}
.home-contact .section-content > .row::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 3px;
  background: var(--white);
  z-index: 1;
}
.home-contact .section-content > .row::after {
  content: "or";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--main-color);
  padding: 4px 10px;
  font-size: 24px;
  font-weight: bold;
  color: var(--black);
  z-index: 2;
}
.home-partner .partner-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.home-partner .partner-item .image-cover {
  padding-top: 100px !important;
}
.home-partner .partners-list {
  border: 1px solid rgba(3, 89, 78, 0.5);
  border-radius: 20px;
  padding: 30px 80px;
}
.home-partner .no-border-bottom::after,
.home-partner .no-border-left::before {
  content: none !important;
}
.home-testimonials {
  position: relative;
}
.home-testimonials::before {
  content: "";
  display: block;
  width: 609px;
  height: 230px;
  background: url(../images/testi-wave.png) center / 100% no-repeat;
  position: absolute;
  top: -10%;
  left: 2%;
  animation: moveRightLeft 6s ease-in-out infinite;
}
.home-testimonials::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: url(../images/border-line.png) center / 100% no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
}
.home-testimonials .testimonial-item {
  margin: 0 10px;
  border: 1px solid rgba(3, 89, 78, 0.5);
  border-radius: 20px;
  display: flex !important;
  overflow: hidden;
}
.home-testimonials .testimonial-item .box-image {
  flex: 0 0 35%;
  max-width: 35%;
}
.home-testimonials .testimonial-item .box-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
.home-testimonials .testimonial-item .box-text {
  flex: 1;
  padding: 20px 40px 20px 25px;
}
.home-testimonials .testimonial-item .box-text h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
.home-testimonials .testimonial-item .box-text h4 + p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
.home-testimonials .testimonial-item .box-text h4 + p + p {
  font-size: 16px;
}
.home-testimonials .slick-dots {
  bottom: -40px;
}
.home-testimonials .slick-dots li {
  margin-left: 5px;
}
.home-testimonials .slick-dots li button:before {
  font-size: 10px;
}
.home-teachers .teachers-wrapper {
  align-items: flex-end;
  position: relative;
}
.home-teachers .teachers-wrapper::before {
  content: "";
  display: block;
  width: 107px;
  height: 40px;
  background: url(../images/wave.png) center / 100% no-repeat;
  position: absolute;
  left: 60%;
  top: 30%;
  animation: moveLeftRight 8s ease-in-out infinite;
}
.home-teachers .teachers-wrapper::after {
  content: "";
  display: block;
  width: 500px;
  height: 500px;
  background: url(../images/member-shadow.png) center / 100% no-repeat;
  position: absolute;
  right: -15%;
  bottom: -80%;
}
.home-teachers .box-button .col-inner {
  display: flex;
  justify-content: flex-end;
}
.home-teachers .teacher-item {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 20px;
  border: 1px solid rgba(31, 36, 50, 0.1);
  overflow: hidden;
}
.home-teachers .teacher-item .box-text {
  background: var(--white);
  padding: 40px 20px 20px;
}
.home-teachers .teacher-item .box-text .text {
  text-align: left !important;
}
.home-teachers .teacher-item .box-text h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.home-teachers .teacher-item .box-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}
.home-teachers .teachers-list {
  padding-top: 30px;
}
.home-blogs .blogs-list {
  gap: 10px;
  justify-content: center;
}
.home-blogs .post-item {
  padding: 30px;
  border: 1px solid rgba(26, 182, 157, 0.1);
  border-radius: 20px;
  overflow: hidden;
  max-width: 32% !important;
  transition: all 0.4s ease-in-out;
}
.home-blogs .post-item:hover {
  border-color: rgba(26, 182, 157, 0.6);
}
.home-blogs .box-image .image-cover {
  border-radius: 20px;
}
.home-blogs .box-text .is-divider {
  display: none !important;
}
.home-blogs .box-text-inner {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.home-blogs .box-text-inner .post-meta {
  order: 1;
  text-align: left;
  display: contents;
}
.home-blogs .box-text-inner h5 {
  order: 2;
  font-size: 20px;
}
.home-blogs .box-text-inner .button {
  order: 3;
  width: fit-content;
  border-radius: 8px;
}
.home-blogs .blog-heading {
  position: relative;
}
.home-blogs .blog-heading::before {
  content: "";
  display: block;
  width: 616px;
  height: 774px;
  background: url(../images/blog-1-1.png) center / 100% no-repeat;
  position: absolute;
  left: -20%;
  top: -40%;
}
.home-blogs .blog-heading::after {
  content: "";
  display: block;
  width: 174px;
  height: 188px;
  background: url(../images/blog-1-2.png) center / 100% no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
/*Home Courses*/
.home-courses-main .nav-tabs > li.active > a {
  border-top: unset !important;
}
.home-courses-main .nav-tabs + .tab-panels {
  background: transparent;
  border: unset;
  padding: 40px 20px 0;
}
.product-small.box {
  border-radius: 20px;
  border: 1px solid rgba(3, 89, 78, 0.1);
  overflow: hidden;
}
.product-small.box .box-text {
  padding: 15px 15px 20px;
}
.home-courses-main .product-small.box .box-text {
  padding: 30px;
}
.home-courses-main .product-small.box {
  background: var(--white);
}
.home-courses-main .product-small.box .box-image img,
.product-footer .product-small .box-image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.home-courses-main .product-small.box .product-title,
.products .product-title {
  font-size: 18px;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54px;
  margin-bottom: 10px;
}
.home-courses-main .product-small.box .amount {
  color: var(--red);
  font-size: 16px;
}
.home-courses-main .nav-tabs > .tab > a {
  background: transparent;
  border: unset !important;
  font-size: 20px;
  color: #6c757d;
}
.home-courses-main .nav-tabs .tab.active > a {
  color: var(--black);
  position: relative;
}
.home-courses-main .nav-tabs .tab.active > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background: url(../images/line-bottom.svg) center / 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products .product-small.box img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.products .product-small.box .price-wrapper {
  display: none !important;
}
#footer .pre-footer,
.pre-footer .box-thumb {
  padding-bottom: 0 !important;
}
.pre-footer .row {
  align-items: center;
}
.pre-footer-title h2 {
  font-size: 30px;
}
.pre-footer .button {
  padding: 5px 20px;
  margin-top: 20px;
}
.pre-footer .box-thumb img {
  padding-left: 50px;
  animation: moveLeftRight 10s ease-in-out infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.pre-footer .box-thumb {
  position: relative;
}
.pre-footer .box-thumb .img-inner {
  position: relative;
  z-index: 2;
}
.pre-footer .box-thumb::after {
  content: "";
  display: block;
  width: 375px;
  height: 380px;
  background: url(../images/pre-footer.png) center / 100% no-repeat;
  position: absolute;
  top: 10px;
  animation: zoomInOut 5s infinite ease-in-out;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.products .quick-view,
.woocommerce-Price-amount.amount {
  display: none !important;
}
.products .product .course-meta,
.home-courses .product .course-meta {
  display: flex;
  justify-content: space-between;
}
.home-courses-main .course-meta img.icon-info,
.products .product .course-meta img.icon-info {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin-right: 6px;
}
a.button.primary,
ul.nav-pagination > li > .current,
ul.nav-pagination > li > a:hover,
ul.nav-pagination > li > span:hover {
  color: var(--black);
}
/*Sidebar single product*/
.mentor-course-sidebar {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mentor-course-sidebar .mentor-image img {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: cover;
  border-radius: 50px;
}
.mentor-course-sidebar .mentor-meta li {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
}
.mentor-course-sidebar .mentor-meta li + li {
  margin-top: 5px;
}
.mentor-course-sidebar .mentor-meta li:first-child {
  font-size: 16px;
  font-weight: 700;
}
.course-details-sidebar .course-title {
  padding: 12px;
  text-align: center;
  background: var(--main-color);
  margin-bottom: 0;
}
.course-details-sidebar .detail-info {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 10px 20px;
}
.course-details-sidebar .detail-btn {
  text-align: center;
  background: var(--red);
  padding: 12px;
}
.course-details-sidebar .detail-btn > a {
  color: var(--white);
}
.course-details-sidebar .detail-btn:hover {
  background: #bd2131;
}
.course-details-sidebar .detail-item {
  padding: 15px 0 15px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.course-details-sidebar .detail-item + .detail-item {
  border-top: 1px solid #eee;
}
.course-details-sidebar .detail-item img {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
}
.product-footer .product-title {
  min-height: 54px;
  line-height: 1;
  margin-bottom: 10px;
}
.product-footer .course-meta {
  display: flex;
  justify-content: space-between;
}
.product-footer .course-meta img {
  margin-right: 5px;
}
.product-footer .social-icons {
  display: flex;
  justify-content: center;
}
.product-footer .product_meta > span {
  border-top: unset;
  text-align: center;
}
.single-product .product-main > .row {
  flex-direction: column;
}
.single-product .product-main .product-gallery {
  max-width: 100%;
}
.breadcrumb-wrapper {
  padding: 100px 0;
  background: url(../images/breadcrumb-bg.png) center / cover no-repeat;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  display: block;
  width: 190px;
  height: 220px;
  background: url(../images/breadcrumb-top.png) center / 100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumb-wrapper .container {
  position: relative;
}
.breadcrumb-wrapper .container::after {
  content: "";
  display: block;
  width: 380px;
  height: 350px;
  background: url(../images/breadcrumb-center.png) center / 100% no-repeat;
  position: absolute;
  right: 0;
  top: -125px;
}
.breadcrumb-wrapper h1 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.breadcrumbs {
  width: fit-content;
  background: var(--main-color);
  padding: 12px 30px !important;
  border-radius: 8px;
  text-transform: capitalize !important;
  font-weight: 500;
}
.single-product .shop-page-title,
.archive .shop-page-title .woocommerce-breadcrumb,
.single-product .product-main .product-info {
  display: none !important;
}
#product-sidebar {
  padding-top: 30px;
}
.single-product .product-section {
  border: 1px solid #6c757d33;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
}
.single-product .product-section > .row {
  flex-direction: column;
}

.single-product .product-section > .row > .col {
  max-width: 100%;
}
.single-product .product-section h5 {
  font-size: 24px;
  margin: 0 0 24px 0;
}
.single-product .product-section .entry-content {
  padding: 0;
}
.single-product .product-section .entry-content > :last-child {
  margin-bottom: 0;
}
/* Accordion khóa học */
.single-product .course-content-tab .lessons-list {
  display: none;
  list-style-type: none;
  margin-bottom: 0;
  padding: 20px;
}
.single-product .course-content-tab .lessons-list > .lesson-item:last-child {
  margin-bottom: 0;
}
.single-product .course-content-tab .lesson-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-product .course-content-tab .lessons-list > .lesson-item::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/books.svg) center / 100% no-repeat;
}
.course-content-tab .chapter-title {
  cursor: pointer;
  padding: 15px 25px;
  background: #f0f4f5;
  margin: 0;
  font-size: 16px;
  position: relative;
}
.course-content-tab .chapter-title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/arrow-down.svg) center / 100% no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.course-content-tab .chapter-title.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.course-content-tab .chapter-title:not(:first-child) {
  border-top: 1px solid #6c757d33;
}
.course-content-tab .chapter-title.active {
  background: #e0e0e0;
}
.single-product .course-content-tab {
  border: 1px solid #6c757d33;
  border-radius: 12px;
  overflow: hidden;
}
