/********** Template CSS **********/
:root {
  --primary: #3a42a7;
  --light: #d1feb8;
  --dark: #111a24;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 24, 24, 0.6);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-no {
  display: none;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}



.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: ">";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}
header i {
  color: #3a42a7;
  font-size: 32px;
  text-align: center;
}
header h2 {
  color: #3a42a7;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #3a42a7;
  text-decoration: none;
  text-align: center !important;
}
.data p a:hover {
  text-decoration: underline;
}
.buttons {
  padding: 20px 0px;
  text-align: center;
}
.buttons .cookie-button {
  border: 2px solid #3a42a7;
  color: #fff;
  padding: 8px 0;
  background: #3a42a7;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}
.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #3a42a7;
}
#declineBtn {
  background-color: #fff;
  color: #3a42a7;
}
#declineBtn:hover {
  background-color: #3a42a7;
  color: #fff;
}
/* Footer Style */
/* new styles  */

:root {
  --bg-light: #f8f9fa;
  --primary: #3a42a7;
  --dark-bg: #232859;
}
 
.text-primary {
  color: var(--primary) !important;
}

.bg-primary-custom {
  background-color: var(--primary);
}

.bg-dark-custom {
  background-color: var(--dark-bg);
}

.direction-card {
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
  border-top: 4px solid var(--primary);
}

.direction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(58, 66, 167, 0.2);
}

.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  background-color: rgba(58, 66, 167, 0.1);
}

.icon-circle .material-icons {
  font-size: 36px;
  color: var(--primary);
}

.course-card {
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(35, 40, 89, 0.2);
}

.course-card img {
  height: 200px;
  object-fit: cover;
}

.course-content {
  padding: 1.5rem;
}

.course-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--primary);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.btn-primary-custom {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: var(--dark-bg);
  border-color: var(--dark-bg);
  transform: scale(1.05);
  color: #fff;

}

.feature-list {
  padding-left: 1.5rem;
}

.feature-list li {
  margin-bottom: 0.5rem;
  position: relative;
}

.feature-list li::before {
  content: "\e876"; /* Material Icon check */
  font-family: 'Material Icons';
  position: absolute;
  left: -1.5rem;
  color: var(--primary);
  font-size: 1rem;
}

.top-course {
  margin-bottom: 3rem;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.top-course:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(35, 40, 89, 0.15);
}

.top-course-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 15px 15px 0;
}

.top-course-content {
  padding: 2rem;
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px 0 0 15px;
}

.top-course-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--primary);
  color: white;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  z-index: 1;
}

.advice-card {
  border-left: 4px solid var(--primary);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: white;
  border-radius: 0 15px 15px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 300px;
}

.advice-card:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(35, 40, 89, 0.1);
}

@media (max-width: 767.98px) {
  .top-course-img {
      height: 200px;
      border-radius: 0 0 15px 15px;
  }
  
  .top-course-content {
      border-radius: 15px 15px 0 0;
  }
}
.testimonial-card {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(58, 66, 167, 0.15);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--primary);
}

.testimonial-card::after {
  content: "\e244"; /* Material Icons - format_quote */
  font-family: 'Material Icons';
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.5rem;
  color: rgba(58, 66, 167, 0.1);
}

.testimonial-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(58, 66, 167, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.testimonial-icon .material-icons {
  font-size: 30px;
  color: var(--primary);
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: bold;
  color: var(--dark-bg);
  display: flex;
  align-items: center;
}

.location-icon {
  color: var(--primary);
  font-size: 18px;
  margin-right: 0.5rem;
}

.section-wave {
  position: relative;
  overflow: hidden;
}

.section-wave::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: radial-gradient(ellipse at 50% 0%, var(--bg-light) 0%, transparent 70%);
  z-index: 1;
}
.contact-section {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(35, 40, 89, 0.1);
}

.contact-info {
  padding: 3rem 2rem;
}

.contact-map {
  height: 100%;
  min-height: 400px;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-item {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: flex-start;
}

.contact-icon {
  background-color: rgba(58, 66, 167, 0.1);
  color: var(--primary);
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-text {
  flex: 1;
}

.contact-text h5 {
  margin-bottom: 0.5rem;
  color: var(--dark-bg);
  font-weight: 600;
}

.contact-text p {
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .contact-map {
      min-height: 350px;
  }
}
.catalog-section {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalog-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(35, 40, 89, 0.1);
}

.catalog-header {
  background-color: var(--primary);
  color: white;
  padding: 1.5rem;
  border-radius: 15px 15px 0 0;
}

.catalog-header h3 {
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.catalog-header .material-icons {
  margin-right: 0.75rem;
  font-size: 1.75rem;
}

.catalog-content {
  padding: 1.5rem;
}

.course-item {
  padding: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease;
}

.course-item:last-child {
  border-bottom: none;
}

.course-item:hover {
  background-color: rgba(58, 66, 167, 0.03);
}

.course-title {
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
}

.course-title .material-icons {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  color: var(--primary);
}

.course-duration {
  display: inline-block;
  background-color: rgba(58, 66, 167, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-top: 0.75rem;
  color: var(--primary);
  font-weight: 500;
}

.benefits-section {
  background-color: var(--dark-bg);
  border-radius: 15px;
  overflow: hidden;
  color: white;
}

.benefits-content {
  padding: 3rem;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-icon {
  background-color: rgba(255, 255, 255, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
}

.benefit-icon .material-icons {
  font-size: 28px;
  color: white;
}

.benefit-content h4 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: white;
}

.benefit-content p {
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 1.6;
}

.benefits-image {
  height: 600px;

  object-fit: cover;
}

@media (max-width: 991.98px) {
  .benefits-image {
      height: 300px;
  }
}

 
.method-card {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(35, 40, 89, 0.05);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(35, 40, 89, 0.1);
}

.method-card-header {
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--dark-bg) 100%);
  color: white;
  position: relative;
}

.method-card-body {
  padding: 1.5rem;
}

.method-number {
  position: absolute;
  top: -15px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: white;
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  box-shadow: 0 5px 15px rgba(35, 40, 89, 0.2);
}

.method-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.method-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: #fff;
}

.method-description {
  line-height: 1.7;
  color: #444;
}

.divider-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin: 3rem 0;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(35, 40, 89, 0.15);
}

.steps-container {
  position: relative;
  padding-left: 60px;
  margin-bottom: 2.5rem;
}

.step-icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(58, 66, 167, 0.2);
}

.step-icon {
  color: white;
  font-size: 1.5rem;
}

.step-title {
  font-weight: bold;
  color: var(--dark-bg);
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.step-description {
  line-height: 1.7;
  color: #444;
}

.steps-timeline {
  position: relative;
}

.steps-timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 45px;
  bottom: 0;
  width: 1px;
  background-color: rgba(58, 66, 167, 0.2);
  height: calc(100% - 45px);
}

.step-highlight {
  background-color: rgba(58, 66, 167, 0.1);
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-weight: 500;
  color: var(--primary);
}
.motivation-section {
  background-color: var(--dark-bg);
  border-radius: 15px;
  overflow: hidden;
  color: white;
  padding: 3rem;
}

.motivation-title {
  color: white;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}

.motivation-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.motivation-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.motivation-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #5c65de 0%, #b6bbfa 100%);
}

.motivation-icon {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1rem;
  display: inline-block;
}

.motivation-card h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: white;
}

.motivation-card p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.language-course {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin-bottom: 2rem;
}

.language-course:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(35, 40, 89, 0.1);
}

.language-img-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.language-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.language-course:hover .language-img {
  transform: scale(1.05);
}

.language-level {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--primary);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 1;
}

.language-content {
  padding: 1.5rem;
}

.language-title {
  font-weight: 600;
  color: var(--dark-bg);
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.language-details {
  margin-bottom: 1.5rem;
}

.language-detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.language-detail-icon {
  color: var(--primary);
  margin-right: 0.75rem;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.language-detail-text {
  font-size: 0.95rem;
  color: #555;
}

.language-detail-text strong {
  color: #333;
  display: inline-block;
  margin-right: 0.5rem;
}

.btn-register {
  width: 100%;
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 0.75rem;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-register:hover {
  background-color: var(--dark-bg);
  color: white;
}

.btn-register .material-icons {
  margin-left: 0.5rem;
  font-size: 1.1rem;
}

.about-section {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(35, 40, 89, 0.05);
  position: relative;
}

.about-content {
  padding: 3rem;
  position: relative;
  z-index: 1;
}

.about-logo {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  font-size: 15rem;
  color: rgba(58, 66, 167, 0.03);
  z-index: 0;
}

.mission-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--dark-bg) 100%);
  border-radius: 15px;
  overflow: hidden;
  color: white;
  position: relative;
}

.mission-content {
  padding: 3rem;
  position: relative;
  z-index: 1;
}

.mission-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}

.mission-statement {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-weight: 300;
  font-style: italic;
}

.values-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}

.value-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.value-icon {
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.value-icon .material-icons {
  font-size: 1.25rem;
  color: white;
}

.value-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: white;
}

.value-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.team-section {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(35, 40, 89, 0.05);
}

.team-content {
  padding: 3rem;
}

.team-img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.team-paragraph {
  margin-bottom: 1.5rem;
  line-height: 1.8;
  color: #444;
}

.team-paragraph:last-child {
  margin-bottom: 0;
}

.subtle-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
  .about-logo {
      display: none;
  }
  
  .team-img {
      height: 300px;
  }
}