html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.section {
  overflow: hidden;
}

.be-logo {
  width: 230px;
  margin-top: 24px !important;
}

.be-logo img {
  width: 230px;
  height: auto;
  display: block;
}

.header-area.header-sticky .be-logo {
  margin-top: 19px !important;
}

.hero-kicker {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.welcome-area .header-text p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.left-text p + p {
  margin-top: 18px;
}

.course-grid {
  margin-top: 28px;
}

.course-card {
  height: calc(100% - 30px);
  min-height: 286px;
  margin-bottom: 30px;
  padding: 34px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 46px rgba(130, 90, 245, 0.18);
}

.course-card i.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 23px;
  background: linear-gradient(135deg, #8261ee 0%, #ff589e 100%);
}

.course-card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.4;
  margin-bottom: 14px;
}

.course-card p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

.team-item .user-image.initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #8261ee 0%, #ff589e 100%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.pricing-item .price-wrapper .price {
  min-width: 48px;
}

.pricing-item:last-child .price-wrapper .price {
  font-size: 23px;
}

.contact-text a,
footer a {
  color: inherit;
}

footer .footer-top {
  padding-bottom: 30px;
}

footer h5 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 18px;
}

.footer-logo {
  width: 230px;
  max-width: 100%;
  margin-bottom: 18px;
}

.footer-links {
  margin: 0;
  padding: 0;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.toast-message {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  max-width: 360px;
  padding: 16px 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, #8261ee 0%, #ff589e 100%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(130, 97, 238, 0.24);
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: all 0.25s ease;
}

.toast-message.show {
  opacity: 1;
  transform: translateY(0);
}

.legal-hero {
  padding: 170px 0 80px;
  background: url("../images/banner-bg.png") center center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.legal-hero h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 18px;
}

.legal-hero p {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.8;
}

.legal-content {
  padding: 70px 0 90px;
}

.legal-card {
  padding: 34px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
}

.legal-card h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

.legal-card p,
.legal-card li {
  line-height: 1.85;
}

.legal-card ul {
  padding-left: 20px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .be-logo,
  .be-logo img {
    width: 198px;
  }

  .header-area .main-nav .nav li {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (max-width: 991px) {
  .be-logo {
    margin-left: 28px;
  }

  .be-logo,
  .be-logo img {
    width: 205px;
  }

  .course-card {
    min-height: auto;
  }

  .legal-hero {
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  body [data-scroll-reveal] {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .be-logo,
  .be-logo img {
    width: 184px;
  }

  .welcome-area .header-text h1 {
    font-size: 28px;
    line-height: 1.35;
  }

  .welcome-area .header-text p {
    font-size: 14px;
  }

  .toast-message {
    left: 18px;
    right: 18px;
    max-width: none;
  }
}
