:root {
  --bs-danger: rgb(251, 44, 54);
  --bs-danger-rgb: 251, 44, 54;
  --bs-primary: rgb(74, 53, 109);
  --bs-primary-light: #895CCF;
  --sc-primary: #4A356D;
  --bs-primary-dark: #302244;
  --bs-primary-rgb: 74, 53, 109;
  --bs-navbar-active-color: rgba(74, 53, 109) !important;
  --bs-warning: #C47602;
  --bs-info: #525252;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cairo';
  src: url('../fonts/Cairo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: 'Cairo', sans-serif;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  border-radius: 50%;
  border: 1px solid var(--bs-primary);
  height: 40px !important;
  width: 40px !important;
}

.owl-theme .owl-nav {
  margin-top: 0 !important;
  direction: ltr;
}

.owl-theme .owl-nav i {
  font-size: 15px;
  color: var(--bs-primary);
}

.owl-theme .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav button.owl-next:hover {
  background-color: var(--bs-primary-dark);
}

.owl-theme .owl-nav button.owl-prev:hover i,
.owl-theme .owl-nav button.owl-next:hover i {
  color: white;
}

.owl-carousel.owl-rtl .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* News Ticker Styles */
.news-ticker {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.ticker-wrapper {
  width: 100%;
  overflow: hidden;
}

.ticker-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-ltr 30s linear infinite;
  direction: ltr;
  will-change: transform;
  /* Start immediately visible from left - default for laptop */
  transform: translateX(-30%);
}

.ticker-item {
  display: inline-block;
  padding: 0 3rem;
  margin: 0;
}

/* .ticker-item:not(:last-child)::after {
  content: "";
  margin: 0 1.5rem;
  opacity: 0.7;
} */

/* Left to Right Scrolling Animation - Seamless Infinite Loop */
@keyframes scroll-ltr {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Mobile animation keyframes */
@keyframes scroll-ltr-mobile {
  0% {
    transform: translateX(-15%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* Pause animation on hover */
.news-ticker:hover .ticker-content {
  animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ticker-content {
    animation: scroll-ltr-mobile 25s linear infinite;
    transform: translateX(-15%);
  }

  .ticker-item {
    padding: 0 2rem;
  }

  /* .ticker-item:not(:last-child)::after {
    margin: 0 1rem;
  } */
}

@media (max-width: 480px) {
  .ticker-content {
    animation-duration: 20s;
  }

  .ticker-item {
    padding: 0 1.5rem;
  }
}

/* Navbar */
.navbar {
  margin: 0;
  padding: 15px;
  --bs-navbar-active-color: var(--bs-primary) !important;
}

.navbar-brand {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .navbar>.container-fluid {
    padding: 0;
  }
}

.nav-item {
  text-align: center;
}

.nav-link {
  --bs-nav-link-color: rgb(82, 82, 82);
  font-size: 18px;
}

@media screen and (max-width: 1200px) {

  .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {

  .nav-link {
    font-size: 14px;
  }
}

.nav-link:hover,
.nav-link.active {
  color: var(--bs-primary) !important;
  font-weight: 700 !important;
}

.navbar .btn {
  padding: 8px 40px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 8px;
}

.navbar .btn.btn-sm {
  padding: 8px 40px;
  font-size: 14px;
  border-radius: 6px;
  margin-left: 1.5rem;
}

@media screen and (max-width: 425px) {
  .navbar .btn.btn-sm {
    padding: 8px 32px;
    font-size: 12px;
    margin-left: .5rem;
  }

}

.navbar .navbar-brand .logo {
  width: 110px;
}

@media screen and (max-width: 768px) {
  .navbar .navbar-brand .logo {
    width: 100px;
  }
}

.navbar .navbar-toggler {
  border: none;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}


/*  */
.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: var(--bs-primary-light);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bs-primary-light);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 991.98px) {

  .navbar-collapse.collapse.show {
    padding-bottom: 1.5rem;
  }
}

/* Hero Section */
.hero-section {
  background-color: #FFFFFF;
}

.hero-section .hero-info {
  gap: 15px;
}

.hero-section h2 {
  line-height: 60px;
  font-size: 40px;
  font-weight: 800;
}

.hero-section .hero-highlighted {
  position: relative;
  display: inline-block;
  color: white;
  border-radius: 45px;
  font-weight: 800 !important;
  z-index: 1;
  padding: 10px 10px;
  font-size: 38px !important;
}

.hero-section .hero-highlighted::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -39%);
  width: 100%;
  height: 80%;
  background-color: var(--bs-primary-dark);
  border-radius: 45px;
  z-index: -1;
}

.hero-section .hero-highlighted .crown-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(45%, -59%);
}

.hero-section .btn {
  padding: 8px 40px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}

.btn.bg-primary:hover {
  background-color: var(--bs-primary-dark) !important;
  /* color: var(--bs-primary) !important; */
  /* border: 1px solid var(--bs-primary) !important; */
}

.btn.bg-warning:hover {
  background-color: var(--bs-warning) !important;
  color: white !important;
  border: 1px solid var(--bs-warning) !important;
}

.btn.border-warning:hover {
  background-color: var(--bs-warning) !important;
  color: white !important;
  border: 1px solid var(--bs-warning) !important;
}

.btn.border-primary:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border: 1px solid var(--bs-primary) !important;
}

.btn.border-warning:hover {
  background-color: var(--bs-warning) !important;
  color: white !important;
  border: 1px solid var(--bs-warning) !important;
}


.hero-section .hero-info p {
  font-size: 22px;
  font-weight: 400;
  color: var(--bs-info);
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .hero-section {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .hero-section>div {
    width: 100% !important;
    padding: 0 1rem !important;
  }

  .hero-section .hero-btns {
    flex-direction: column;
  }

  .hero-section .hero-info {
    gap: 8px;
    text-align: center;
    align-items: center;
  }

  .hero-section .hero-btns {
    flex-direction: column-reverse;
    width: fit-content;
  }


}

@media screen and (max-width: 425px) {
  .hero-section h2 {
    line-height: 40px;
    font-size: 22px;
  }

  .hero-section .hero-highlighted .crown-icon {
    width: 45px;
    height: 45px;
  }


  .hero-section .btn {
    padding: 8px 40px;
    font-size: 15px;
  }

  .hero-section .hero-info {
    gap: 8px;
  }

  .hero-section .hero-info p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section h2 {
    line-height: 40px;
    font-size: 25px;
  }

  .hero-section .hero-highlighted .crown-icon {
    width: 45px;
    height: 45px;
  }

  .hero-section .btn {
    padding: 8px 40px;
    font-size: 15px;
    width: 100%;
  }


  .hero-section .hero-info p {
    font-size: 18px;
  }
}

/* Courses Section */
.courses-section {
  position: relative;
  padding: 110px 0;
}

.courses-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-img.webp);
  background-size: 72% 90%;
  background-repeat: repeat;
  opacity: 0.1;
  z-index: -1;
}

.courses-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 24px;
}

.courses-section p {
  font-size: 18px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 1;
  margin-bottom: 40px;
  text-align: center;
}

.courses-section .courses-cards .course-card {
  border-radius: 16px;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(180deg,
      #4A356D 0%,
      #8F67D3 31.73%,
      #C567D3 61.06%,
      rgba(205, 112, 157, 0.69) 89.42%) border-box;
  border: 1px solid transparent;
  padding: 24px;
  min-width: 350px;
  max-width: 550px;
}

.courses-cards .course-card .course-name {
  font-size: 24px;
  color: var(--bs-primary);
  font-weight: 600;
}

.courses-cards .course-card .course-tag {
  font-size: 14px;
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 20px;
  background-color: #E7E4FB4D;
}

.courses-cards .course-card .course-description {
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-info);
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: right;
}

.break-dots {
  display: block;
  width: 100%;
  border-bottom: 1.5px dashed var(--bs-info);
  margin-bottom: 1rem;
}

.courses-cards .course-card .course-features {}

.courses-cards .course-card .course-feature {}

.courses-cards .course-card .course-feature .feature-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.courses-cards .course-card .course-feature span {
  font-size: 15px;
  color: var(--bs-info);
  font-weight: 400;
}

@media (min-width: 350px) and (max-width: 400px) {
  .courses-section .courses-cards .course-card {
    padding: 18px;
    min-width: 320px;
  }

}

@media (max-width: 425px) {

  .courses-cards .course-card .course-name {
    font-size: 16px;
  }

  .courses-cards .course-card .course-tag {
    font-size: 12px;
    padding: 6px 16px;
  }

  .courses-cards .course-card .course-description {
    font-size: 14px;
  }

  .break-dots {
    margin-bottom: .5rem;
  }

  .courses-cards .course-card .course-feature .feature-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
  }

  .courses-cards .course-card .course-feature span {
    font-size: 12px;
  }

  .courses-cards .course-card .course-feature:last-child span {
    font-size: 10px;
  }

}

/* Why Semicorner Section */
.why-semicorner-section {
  padding: 110px 0;
}

.why-semicorner-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 0;
  margin-left: 15px;
}

.why-semicorner-section p {
  font-size: 20px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 1;
  margin-bottom: 40px;
  width: 70%;
  text-align: center;
}

.why-semicorner-section .smile-img {
  width: 40px;
}

.why-semicorner-cards {
  gap: 20px;
}

.why-semicorner-cards .why-card {
  border-radius: 16px;
  overflow: hidden;
  outline: none;
  position: relative;
  box-shadow: 0px 1px 3px 0px #0000001A;
  box-shadow: 0px 8px 16px -4px #00000014;
  border: 1px solid rgba(0, 0, 0, .06);
  height: 225px;
  width: 350px;
}

.why-semicorner-cards .why-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: var(--bs-primary);
  pointer-events: none;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.why-semicorner-cards .why-card .why-card-inner {
  background-color: white;
  border-radius: 0 0 0 100px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.why-semicorner-cards .why-card .why-card-inner::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 140%;
  height: 140%;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(166, 67, 164, 0.25), rgba(255, 255, 255, 0) 60%);
  border-radius: 0 0 0 100px;
}

.why-semicorner-cards .why-card:hover .why-card-inner::before {
  background: radial-gradient(circle at top left, rgba(255, 183, 77, 0.25), rgba(255, 255, 255, 0) 60%);
}

.why-semicorner-cards .why-card:hover::after {
  background: #FFB74D;
}


.why-semicorner-cards .why-card svg {
  width: 40px;
  height: 40px;
  padding: 7px 7px 7px 8px;
  background: linear-gradient(142.31deg, #4A356D 12.42%, #C567D3 95.01%);
  border-radius: 8px;
  margin-bottom: 16px;
}

.why-semicorner-cards .why-card:hover svg {
  background: linear-gradient(142.31deg, #CC8A3E 12.42%, #FFB74D 95.01%);

}

.why-semicorner-section .why-card .why-title {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: var(--bs-primary-dark);
  margin-bottom: 14px;
}

.why-semicorner-section .why-card .why-description {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: var(--bs-info);
  line-height: 1.6;
  margin-bottom: 0;
  text-align: right;
  padding-left: 3%;
}

@media screen and (max-width: 425px) {
  .why-semicorner-section .why-card .why-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .why-semicorner-section .why-card .why-description {
    font-size: 16px;
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .why-semicorner-section .why-card .why-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .why-semicorner-section .why-card .why-description {
    font-size: 14px;
  }

}

@media screen and (max-width: 991px) {
  .why-semicorner-section .why-card .why-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .why-semicorner-section .why-card .why-description {
    font-size: 16px;
  }
}

@media screen and (min-width: 991.5px) {
  .why-semicorner-section .why-card .why-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .why-semicorner-section .why-card .why-description {
    font-size: 17px;
  }
}

/* Students Testimonials Section */
.std-testimonials-section {
  padding: 110px 0;
  background-color: #F9FAFB;
  overflow: hidden;
}

.std-testimonials-section .container {
  position: relative;
}

.std-testimonials-section svg.dots {
  width: 60px;
  position: absolute;
  bottom: calc(-110px);
  transform: translateY(38%);
  right: 0;
}

.std-testimonials-section .container>div {
  gap: 12px;
}

.std-testimonials-section .container>div>h2 {
  margin: 0;
}

.std-testimonials-section .container>div>svg {
  width: 45px;
}

.std-testimonials-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 16px;
}

.std-testimonials-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.std-testimonials-cards .std-testimonials-card {
  width: 400px;
  padding: 28px;
  border-radius: 16px;
  border-right: 3px solid var(--sc-primary);
  background-color: white;
}

.std-testimonials-card .testimonial {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 2px dashed #737373;
  margin-bottom: 32px;
}

.std-testimonials-card .testimonial svg {
  width: 50px;
}

.std-testimonials-card .testimonial p {
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  color: #404040;
}

.std-testimonials-card .std-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.std-testimonials-card .std-row .std-img {
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}

.std-testimonials-card .std-row .std-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.std-testimonials-card .std-row .std-info h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;

}

.std-testimonials-card .std-row .std-info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 180%;
  color: #525252;
  margin-bottom: 0;

}

.std-testimonials-card .stars {
  display: flex;
  gap: 4px;
}

.std-testimonials-card .stars svg {
  width: 18px;
}

@media screen and (max-width: 991px) {

  .std-testimonials-section {
    padding: 50px 0;
  }

  .std-testimonials-section h2 {
    font-size: 26px;
  }

  .std-testimonials-section .container>div>svg {
    width: 38px;
  }

  .std-testimonials-card .testimonial svg {
    width: 40px;
  }

  .std-testimonials-card .testimonial p {
    font-size: 18px;
  }

  .std-testimonials-card .std-row .std-img {
    width: 85px;
    height: 85px;
  }

  .std-testimonials-card .std-row .std-info h3 {
    font-size: 20px;
  }

  .std-testimonials-card .std-row .std-info p {
    font-size: 16px;
  }

  .std-testimonials-card .stars svg {
    width: 14px;
  }

  .std-testimonials-card .std-row .std-info {
    gap: 8px;
  }

  .std-testimonials-section svg.dots {
    width: 40px;
    bottom: calc(-50px);
    right: 28px;
  }
}

@media screen and (max-width: 576px) {
  .std-testimonials-section h2 {
    font-size: 22px;
  }

  .std-testimonials-section .container>div>svg {
    width: 35px;
  }

  .std-testimonials-card .testimonial svg {
    width: 35px;
  }

  .std-testimonials-card .testimonial p {
    font-size: 16px;
  }

  .std-testimonials-card .std-row .std-img {
    width: 75px;
    height: 75px;
  }

  .std-testimonials-card .std-row .std-info h3 {
    font-size: 18px;
  }

  .std-testimonials-card .std-row .std-info p {
    font-size: 14px;
  }

  .std-testimonials-card .stars svg {
    width: 12px;
  }

  .std-testimonials-card .std-row .std-info {
    gap: 6px;
  }
}

@media screen and (max-width: 425px) {
  .std-testimonials-section h2 {
    font-size: 20px;
  }

  .std-testimonials-section .container>div>svg {
    width: 30px;
  }


}

/* Month Firsts Section */
.month-firsts-section {
  position: relative;
  padding: 110px 0;
}

.month-firsts-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-img-2.webp);
  background-size: 72% 90%;
  background-repeat: repeat;
  pointer-events: none;
  opacity: .1;
  z-index: -1;
}

.month-firsts-section .circles-img {
  position: absolute;
  top: 0;
  left: 55px;
  z-index: 1;
  width: 250px;
}

.month-firsts-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 0;
  margin-left: 15px;
}

.month-firsts-section .container>p {
  font-size: 20px;
  font-weight: 400;
  color: #525252;
  letter-spacing: 1;
  margin-bottom: 40px;
  width: 70%;
  text-align: center;
}

.month-firsts-cards {
  gap: 20px;
}

.month-firsts-card {
  box-shadow: 0px 2px 4px 0px #0000001F;
  border-radius: 16px;
  background-color: var(--sc-primary);
  padding-top: 20px;
  width: 400px;
}

.month-firsts-card:hover {
  background-color: #FFB74D;
  transition: background-color 0.3s ease-in-out;
}


.month-firsts-card-inner {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 30px;
  position: relative;
}

.month-firsts-card-inner .course-name {
  position: absolute;
  background-color: #F1F0FD;
  top: 13px;
  left: 16px;
  padding: 9px 34px;
  border-radius: 50px;
  color: var(--sc-primary);
  font-size: 1.1rem;
}

.month-first-name {
  position: relative;
  display: inline-block;
  color: var(--sc-primary);

}

.month-first-name .name-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -64%);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.month-firsts-card-inner .heart-img {
  display: inline !important;
  width: 30px !important;
  margin: 0 5px
}

.month-firsts-card-inner p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}

/* Success Story Section */
.success-story-section {
  padding: 110px 0;
}

.success-story-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 0;
}

.success-story-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.success-story-cards .success-story-card {
  width: 400px;
  border: 1px solid #E5E7EB;
  padding: 15px;
  border-radius: 12px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.video-container img.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-container .video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(137, 92, 207, 0.5) 0%, rgba(166, 67, 164, 0.175) 53.33%);
  z-index: 2;
}

.video-container .play-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px !important;
  height: 50px !important;
  z-index: 3;
  cursor: pointer;
}

.video-container .logo-img {
  position: absolute;
  top: 30px !important;
  left: 30px !important;
  width: 90px !important;
  z-index: 3;
}


.success-story-card .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 70%;
}

.success-story-card .info div {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: right;
}

.success-story-card .info div:first-child img {
  width: 27px;
  height: 27px;
}

.success-story-card .info div:nth-child(2) img {
  width: 22px;
  height: 22px;
}

.success-story-card .info div h5 {
  font-size: 16px;
  font-weight: 600;
}

.success-story-card .info div p {
  font-size: 15px;
  font-weight: 400;
}

.success-story-card .social-icons {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.success-story-card .social-icons i:first-child {
  font-size: 24px;
  color: var(--bs-primary);
  cursor: pointer;
  border: 1px solid var(--bs-primary);
  padding: 15px 14px;
  border-radius: 50%;
  width: fit-content;
}

.success-story-card .social-icons i:last-child {
  font-size: 24px;
  color: var(--bs-primary);
  cursor: pointer;
  border: 1px solid var(--bs-primary);
  padding: 15px 17px;
  border-radius: 50%;
  width: fit-content;
}

.success-story-card .social-icons i:hover {
  background-color: var(--bs-primary);
  color: white;
}

/* @media screen and (max-width: 425px) {
  .success-story-cards .success-story-card {
    width: 350px;
  }
}

@media screen and (max-width: 768px) {
  .success-story-cards .success-story-card {
    width: 400px;
  }
} */

/* CTA Section */
.cta-section {
  height: 300px;
  background-image: url(../images/cta-bg.webp);
  background-size: cover;
  background-position: 0% 21%;
  padding: 50px 120px;
  text-align: center;
  color: white;
  position: relative;
  gap: 40px;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--bs-primary-dark);
  z-index: 0;
  opacity: 0.7;
}


.cta-section div:nth-child(2) img {
  width: 150px;
}

.cta-section * {
  position: relative;
  z-index: 1;
}

.cta-section div:nth-child(1) {
  text-align: justify;
}

.cta-section div:nth-child(1) h2 {
  font-size: 28px;
  font-weight: 700;
}

.cta-section div:nth-child(1) .btn {
  padding: 10px 70px 12px 70px;
}

.cta-section div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 800;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .cta-section {
    padding: 30px 50px;
    gap: 30px;
    flex-direction: column-reverse;
    height: fit-content;

  }

  .cta-section div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cta-section div:nth-child(2) {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .cta-section div:nth-child(1) h2 {
    font-size: 14px;
    text-align: center;
    line-height: 2;
  }

  .cta-section div span {
    font-size: 16px !important;
  }



  .cta-section div:nth-child(1) .btn {
    padding: 7px 45px 10px 45px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cta-section div:nth-child(2) {
    width: 24%;
  }
}

@media screen and (max-width: 625px) {
  .cta-section div:nth-child(2) {
    width: 40%;
  }

  .cta-section div span {
    font-size: 12px;
  }
}

/* Contact Us Section */
.contact-section {
  padding: 90px 0;
}

.contact-section .container>div {
  gap: 25px;
  width: 100%;
}

.contact-section .container>h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0A0A0A;
  margin-bottom: 40px;
  text-align: center;
}

.contact-section .contact-images {
  height: auto;
}

.contact-section .contact-images div {
  border-radius: 16px;
  overflow: hidden;
}

/* Row 1 full width div */
.contact-section .img-box.box1 {
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
}

/* Row 2 as two columns */
.contact-section .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  direction: ltr;
}

/* Left column full height */
.contact-section .img-box.box2 {
  background-image: url('../images/contact-img-2.webp');
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* Right column with two stacked divs */
.contact-section .right-column {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.contact-section .img-box.box3 {
  background-image: url('../images/contact-img-3.webp');
  background-size: cover;
  background-position: center;
}

.contact-section .img-box.box4 {
  background-image: url('../images/contact-img-4.webp');
  background-size: cover;
  background-position: center;
}

.contact-section .form-container {}

.contact-section .form-container>h2 {
  font-size: 24px;
  font-weight: 700;
}

.contact-section .form-container>p {
  font-weight: 400;
  font-size: 18px;
}

.contact-section .form-container form,
.contact-section .form-container form>* {
  width: 100%;
}

.contact-section .form-container form label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  width: 100%;

}

.contact-section .form-container form input[type="text"],
.contact-section .form-container form textarea {
  border: 2px solid var(--sc-primary);
  padding: 16px;
  padding-right: 40px;
  border-radius: 8px;
  width: 100% !important;
  background-color: #FAFAFA;
}

.contact-section .form-container form input::placeholder,
.contact-section .form-container form textarea::placeholder {
  font-size: 14px;
  color: #737373;
  font-weight: 400;
}

.contact-section .form-container form input:focus,
.contact-section .form-container form textarea:focus {
  outline: none;
}

.contact-section .form-container form .input-div {
  position: relative;
}

.contact-section .form-container form>* {
  margin-bottom: 16px;
}

.contact-section .form-container form .input-div i {
  position: absolute;
  right: 0;
  top: 29px;
  transform: translate(-14px, -50%);
  color: var(--sc-primary);
}

.contact-section .form-container form .input-div textarea+i {
  top: 24px;
}

.contact-section .form-container form .btn {
  padding: 14px 40px;
  font-weight: 700;
  border-radius: 8px;
}

.contact-section .form-container .break-dots {
  margin-top: 0;
  opacity: .5;
  border-bottom: 1px solid transparent;
  border-image: repeating-linear-gradient(to right,
      black 0,
      black 5px,
      transparent 5px,
      transparent 10px) 1 stretch;
}

.contact-section .form-container form .notification-option {}

.contact-section .form-container form .notification-option .form-switch {
  padding-right: 0 !important;
}

.contact-section .form-container form .notification-option .form-switch .form-check-label {
  width: 80%;
  font-size: 16px;
}


.contact-section .form-container form .notification-option .form-switch .form-check-input {
  float: left !important;
  width: 6rem;
  height: 3rem;
  background-color: #E5E5E5;
  border: 2.5px solid #D4CEF7;
  border-radius: 3rem;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-image: none !important;
}

.contact-section .form-container form .notification-option .form-switch .form-check-input::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: calc(3rem - 10px);
  height: calc(3rem - 10px);
  background-color: #D4D4D4;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.contact-section .form-container form .notification-option .form-switch .form-check-input:checked {
  background-color: var(--sc-primary);
  border-color: var(--bs-primary-light);
  background-image: none;
}

.contact-section .form-container form .notification-option .form-switch .form-check-input:checked::before {
  left: calc(100% - 3rem + 6px);
  background-color: #fff;
}

.contact-section .form-container form .notification-option .form-switch .form-check-input:focus {
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  .contact-section .contact-images {
    display: none;
  }
}

/* Brand Logo Section */
.brand-logo-section {
  position: relative;
  color: #fff;
}

.brand-logo-section .logo-repeated {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  /* gap: 50px; */
  width: 100%;
  padding: 0 90px;
  justify-content: space-between;
}

.brand-logo-section .logo-repeated img {
  width: 100px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .brand-logo-section .logo-repeated img {
    width: 12%;
    /* height: auto;/ */
  }

  .brand-logo-section .logo-repeated {
    padding: 0 30px;
  }
}

/* FAQ Section */

.faq-section {
  padding: 90px 0;
}

.faq-section>h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0A0A0A;
  text-align: center;
}

.accordion-item {
  margin: 20px 0;
  border: none;
}

.faq-section .accordion-button,
.faq-section .accordion-button:not(.collapsed),
.faq-section .accordion-item .accordion-button.collapsed,
.faq-section .accordion-item:last-of-type .accordion-button.collapsed {
  box-shadow: none;
  border-bottom: 5px solid var(--sc-primary) !important;
  border-radius: 16px;
  color: #0A0A0A;
  font-weight: 600;
}

.accordion-button {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
  background-color: white !important;
  text-align: right;
}

.accordion-button::after {
  content: "";
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: var(--bs-primary);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}

.accordion-button:not(.collapsed)::after {
  background-color: #C47602 !important;
}

.accordion-button:not(.collapsed)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 1.2rem);
  height: 1px;
  background-color: #737373;
}

.accordion-body {
  font-size: 20px;
  font-weight: 400;
  color: #404040;
  line-height: 2;
  border-radius: 0 0 16px 16px !important;
  border-bottom: 5px solid #C47602;
  border-left: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.faq-section .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: none !important;
  border-radius: 16px 16px 0 0 !important;
}

@media screen and (max-width: 1024px) {
  .faq-section .faq-img {
    display: none !important;
  }

  .faq-section .accordion {
    width: 100% !important;
  }
}

@media screen and (max-width: 725px) {
  .contact-section .form-container form .notification-option .form-switch .form-check-input:checked::before {
    left: calc(100% - 2.5rem + 6px);
  }

  .contact-section .form-container form .notification-option .form-switch .form-check-input {
    width: 5rem;
    height: 2.5rem;
  }

  .contact-section .form-container form .notification-option .form-switch .form-check-input::before {
    width: calc(2.5rem - 10px);
    height: calc(2.5rem - 10px);
  }
}

@media screen and (max-width: 425px) {
  .accordion-button {
    font-size: .8rem;
  }

  .contact-section .form-container form .notification-option .form-switch .form-check-label {
    width: 80%;
    font-size: 12px;
  }

  .contact-section .form-container form .notification-option .form-switch .form-check-input {
    width: 4rem;
    height: 2rem;
  }

  .contact-section .form-container form .notification-option .form-switch .form-check-input::before {
    width: calc(2rem - 10px);
    height: calc(2rem - 10px);
  }

  .contact-section .form-container form .notification-option .form-switch .form-check-input:checked::before {
    left: calc(100% - 2rem + 6px);
  }
}


/* Footer */

footer {
  background-image: url('../images/footer-bg.webp');
  background-size: cover;
  background-position: center;
  padding: 100px 80px 40px 80px;
  color: white;
}

footer .description {
  font-weight: 400;
  font-size: 20px;
}

footer .custom-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .custom-col h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  width: 100%;
  padding-right: 20%;
}

footer .custom-col ul {
  gap: 16px;
  padding: 0;
  width: 100%;
  padding-right: 20%;

}

footer .custom-col ul li a {
  text-align: right;
  color: white;

}

footer .contact-info {
  align-items: flex-start !important;
}

footer .contact-list .nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

footer .contact-list i {
  color: var(--sc-primary);
  background-color: white;
  font-size: 14px;
  padding: 4px 7px;
  border-radius: 50%;
}

footer .contact-text {
  font-weight: 500;
  font-size: 14px;
}

footer .custom-col ul li a:hover {
  color: white !important;
  font-weight: 700;
}

footer .rights-text {
  font-weight: 400;
  font-size: 18px;
  color: white;
  border-top: 1px solid #737373;

}

footer>.row :nth-child(1) .nav {
  justify-content: start;
}

@media screen and (max-width:768px) {
  footer>.row {
    flex-direction: column;
    gap: 20px;
  }

  footer>.row :nth-child(1).col a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }

  footer>.row :nth-child(2) a {
    display: flex;
    align-items: center;
  }

  footer>.row :nth-child(1) .description {
    text-align: center
  }

  footer .description {
    font-size: 17px;
  }

  footer>.row :nth-child(1) .nav {
    justify-content: center;
  }

  footer>.row :nth-child(1) .nav li {
    margin: 0 12px !important;
  }

  footer .custom-col h5 {
    padding-right: 0;
    font-size: 32px;
  }

  footer .custom-col ul {
    padding-right: 0;

  }

  footer .contact-text {
    font-size: 18px;
    text-align: right;
  }

  footer .nav-link {
    font-size: 20px;
  }

  footer .rights-text {
    padding-top: 2rem !important;
  }
}

@media screen and (max-width:600px) {
  footer {
    padding: 100px 20px 15px 20px;
  }
}

/* General Media */

@media (min-width: 576px) and (max-width: 768px) {

  .container,
  .container-sm {
    max-width: 710px;
  }
}

@media screen and (max-width: 991px) {
  .courses-section h2 {
    margin-bottom: 20px;
  }

  .courses-section h2,
  .why-semicorner-section h2,
  .month-firsts-section h2,
  .success-story-section h2 {
    font-size: 22px;
  }

  .courses-section p,
  .why-semicorner-section p,
  .month-firsts-section .container>p {
    font-size: 16px;
    width: 95%;
  }

  .why-semicorner-section h2,
  .month-firsts-section h2 {
    margin-left: 10px;
  }

  .why-semicorner-section .smile-img {
    width: 30px;
  }

  .month-firsts-section .circles-img {
    width: 100px;
    left: 25px;
  }

  .courses-section,
  .why-semicorner-section,
  .month-firsts-section,
  .success-story-section,
  .contact-section {
    padding: 50px 0;
  }
}

/* Floating */

.floating-form {
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 50px 150px;
  display: none;
  justify-content: center;
  align-items: flex-start;
}

.floating-form .reg-section {
  height: fit-content;
}

.floating-form .reg-section>svg {
  display: none;
}

.floating-form .reg-section .close-floating-form {
  position: absolute;
  top: 50px;
  right: 50px;
  display: block;
  font-size: 24px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .floating-form .reg-section .reg-img {
    display: none;
  }
}

.floating-form .reg-section .container {
  scale: 0.9;
}

.floating-form .reg-section>h2 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  width: 100%;
  display: block;
}

.floating-form .contact-section {
  padding: 45px 0 0px 0;
}

.floating-form .reg-section {
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .floating-form {
    padding: 100px 50px;
  }
}

@media screen and (max-width: 425px) {
  .floating-form {
    padding: 40px 10px;
  }

  .floating-form .reg-section>h2 {
    font-size: 24px;
  }

  .floating-form .reg-section .close-floating-form {
    font-size: 20px;
  }

  .floating-form .contact-section .form-container>h2 {
    font-size: 20px;
  }

  .floating-form .contact-section .form-container>p {
    font-size: 16px;
  }
}


/* End Floating */

.reg-section .close-floating-form {
  display: none;
}

.reg-section>h2 {
  display: none;
}

.reg-section {
  position: relative;
  background-color: white;
  height: 100%;
  width: 100%;
}

.reg-section svg.circle {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}

.reg-section svg.blur-color {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(0);
  z-index: -1;
}

.reg-section .container>div {
  gap: 32px
}

.reg-section .form-container {
  padding: 16px;
}

.reg-section .reg-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reg-section .reg-img img {
  width: 90%;
}

.custom-dropdown {
  position: relative;
  width: 240px;
}

.custom-dropdown>label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  width: 100%;
}

.dropdown-selected {
  background: #FAFAFA;
  padding: 16px;

  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease;
}

.arrow {
  transition: transform 0.3s ease;
  color: var(--bs-primary-light)
}

.dropdown-list {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;

  z-index: 20;
}

.dropdown-list.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-list li {
  padding: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}

.dropdown-list li:hover {
  background: #f4f4f4;
}

.custom-dropdown.open .arrow {
  transform: rotate(180deg);
}


@media screen and (max-width: 991px) {

  .reg-section .reg-img {
    display: none;
  }

  .navbar .navbar-collapse .btn {
    display: none;
  }

  .navbar .navbar-nav {
    padding: 0
  }
}

@media screen and (min-width: 991px) {
  .navbar .mobile-btn {
    display: none;
  }


}

.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #C47602;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(196, 118, 2, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-to-top-btn:hover {
  background-color: #A66202;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(196, 118, 2, 0.4);
}

.scroll-to-top-btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

/* Floating Booking Button */
.floating-booking-btn {
  border: none;
  outline: none;
  position: fixed;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
  background-color: #C47602;
  color: white;
  padding: 48px 12px;
  text-decoration: none;
  z-index: 1000;
  border-radius: 0px 8px 8px 0px;
  transition: all 0.3s ease-in-out;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.floating-booking-btn:hover {
  background-color: var(--sc-primary);
  color: white;
}

.booking-text {
  font-weight: 700;
  font-size: 18px;
  display: block;

}

@media screen and (max-width: 425px) {
  .floating-booking-btn {
    padding: 32px 6px;
  }

  .booking-text {
    font-size: 14px;
  }
}