* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #1a1a1a;
  line-height: 1.6;
  overflow-x: hidden;
}

.skip-to-main {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1rem;
  background-color: #4169E1;
  color: white;
  text-decoration: none;
}
.skip-to-main:focus {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

a:focus,
button:focus,
.btn:focus,
.nav-link:focus {
  outline: 3px solid #4169E1;
  outline-offset: 2px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print {
  .navbar,
  .hero-buttons {
    display: none;
  }
  .hero-section {
    padding: 2rem 0;
  }
}
.navbar {
  padding: 1rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.navbar-brand:hover {
  opacity: 0.8;
}

.brand-icon {
  width: 40px;
  height: 40px;
  background: #4169E1;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.75rem;
}

.icon-text {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

.brand-name {
  color: #1a1a1a;
  font-weight: 600;
}

.navbar-nav .nav-link {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #4169E1;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-top: 1rem;
  }
  .navbar-nav .nav-link {
    padding: 0.75rem 0;
  }
}

.hero-section {
  padding: 4rem 0 5rem;
  background: #EFF3F8;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 3rem 0;
  }
}

.hero-content {
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .hero-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}

.hero-title {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}
.hero-title .text-primary {
  color: #4169E1;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 2rem;
  }
}

.hero-description {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-image {
  position: relative;
  -webkit-animation: fadeInUp 1s ease-out;
          animation: fadeInUp 1s ease-out;
}
.hero-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-section {
  padding: 4rem 0;
  background: #F8FBFF;
}
@media (max-width: 991px) {
  .about-section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 767px) {
  .about-section {
    padding: 3rem 0;
  }
}

.about-content {
  max-width: 520px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .about-content {
    margin-left: 0;
  }
}

.about-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}
@media (max-width: 991px) {
  .about-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .about-title {
    font-size: 1.6rem;
  }
}

.about-lead {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.about-text {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.about-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.6rem;
  font-size: 1rem;
  color: #1a1a1a;
}

.about-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(65, 105, 225, 0.08);
  border: 1px solid rgba(65, 105, 225, 0.25);
  position: relative;
}
.about-icon::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #4169E1;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 12px 12px;
          mask-size: 12px 12px;
}

.about-figure {
  position: relative;
}

.about-image {
  width: 100%;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
          box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print {
  .about-section {
    background: #FFFFFF !important;
    padding: 2rem 0;
  }
}
.services-section {
  padding: 4rem 0 4.5rem;
  background: #F5F8FF;
}
@media (max-width: 991px) {
  .services-section {
    padding: 3.5rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding: 3rem 0 3.5rem;
  }
}

.services-header {
  max-width: 640px;
  margin: 0 auto 3rem;
}
.services-header .services-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .services-header .services-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .services-header .services-title {
    font-size: 1.6rem;
  }
}
.services-header .services-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.7;
}

.services-grid {
  margin-bottom: 3rem;
}

.service-card {
  position: relative;
  padding: 1.5rem;
  border-radius: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
          box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
          box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}
@media (max-width: 767px) {
  .service-card {
    padding: 1rem;
  }
}

.service-icon {
  width: 40px;
  height: 40px;
  border-radius: 1rem;
  margin-bottom: 1rem;
  position: relative;
  background: #E8F0FE;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.service-icon::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 0.75rem;
  background: #4169E1;
}
.service-icon.service-icon-home {
  background: #E8F0FE;
}
.service-icon.service-icon-home::before {
  background: linear-gradient(135deg, #4169e1, #60a5fa);
}
.service-icon.service-icon-online {
  background: #FCE7F3;
}
.service-icon.service-icon-online::before {
  background: linear-gradient(135deg, #ec4899, #a855f7);
}
.service-icon.service-icon-group {
  background: #D4F4DD;
}
.service-icon.service-icon-group::before {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}
.service-icon.service-icon-exam {
  background: #F5F8FF;
}
.service-icon.service-icon-exam::before {
  background: linear-gradient(135deg, #f97316, #fb923c);
}
.service-icon.service-icon-remedial {
  background: #E8F0FE;
}
.service-icon.service-icon-remedial::before {
  background: linear-gradient(135deg, #ef4444, #f97316);
}
.service-icon.service-icon-advanced {
  background: #E8F0FE;
}
.service-icon.service-icon-advanced::before {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.service-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.4rem;
}

.service-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.levels-section {
  background: #F8FBFF;
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem 2rem;
  -webkit-box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
          box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
}
@media (max-width: 767px) {
  .levels-section {
    padding: 1rem 1rem 1.5rem;
  }
}

.levels-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}

.levels-grid {
  margin: 0;
}

.level-card {
  padding: 1rem 1.5rem;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(148, 163, 184, 0.18);
  text-align: center;
}

.level-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.level-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
}

@media print {
  .services-section {
    background: #FFFFFF !important;
    padding: 2rem 0;
  }
  .service-card,
  .levels-section {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.pricing-section {
  padding: 4rem 0 4.5rem;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .pricing-section {
    padding: 3.5rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .pricing-section {
    padding: 3rem 0 3.5rem;
  }
}

.pricing-header {
  max-width: 640px;
  margin: 0 auto 3rem;
}
.pricing-header .pricing-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .pricing-header .pricing-title {
    font-size: 1.9rem;
  }
}
@media (max-width: 767px) {
  .pricing-header .pricing-title {
    font-size: 1.6rem;
  }
}
.pricing-header .pricing-subtitle {
  font-size: 1rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.7;
}

.pricing-grid {
  margin-bottom: 3rem;
}

.pricing-card {
  position: relative;
  height: 100%;
  padding: 1.5rem;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(148, 163, 184, 0.2);
  -webkit-box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
          box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.pricing-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
          box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}
@media (max-width: 767px) {
  .pricing-card {
    padding: 1rem;
  }
}

.pricing-card-featured {
  border-color: #4169E1;
  -webkit-box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
          box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.pricing-card-featured .pricing-badge {
  position: absolute;
  top: -0.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: #E8F0FE;
  color: #4169E1;
  font-size: 0.8125rem;
  font-weight: 600;
}

.pricing-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.15rem;
}

.pricing-tagline {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 1rem;
}

.pricing-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.pricing-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
}

.pricing-unit {
  font-size: 0.875rem;
  color: #6b7280;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
}

.pricing-feature {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  color: #1a1a1a;
}
.pricing-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(65, 105, 225, 0.08);
  border: 1px solid rgba(65, 105, 225, 0.25);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%234169E1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%234169E1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 12px 12px;
          mask-size: 12px 12px;
}

.pricing-card .btn {
  margin-top: auto;
}

.pricing-discount {
  background: #F8FBFF;
  border-radius: 1.5rem;
  padding: 1.5rem 1.5rem 2rem;
  -webkit-box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
          box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
}
@media (max-width: 767px) {
  .pricing-discount {
    padding: 1rem 1rem 1.5rem;
  }
}

.pricing-discount-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
}

.pricing-discount-text {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.btn {
  padding: 0.875rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}

.btn-dark {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: white;
  font-weight: 500;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #000;
  border-color: #000;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-outline-secondary {
  border: 2px solid #6c757d;
  color: #6c757d;
  background-color: transparent;
  font-weight: 500;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-contact {
  padding: 0.5rem 1.5rem !important;
  font-size: 0.95rem;
  border-radius: 6px;
  margin-left: 0.5rem;
}
.btn-contact:hover {
  background-color: #000;
  border-color: #000;
}
@media (max-width: 767px) {
  .btn-contact {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}

.hero-buttons {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .hero-buttons .btn {
    width: 100%;
  }
}

.badge-custom {
  display: inline-block;
  background-color: #E8F0FE;
  color: #4169E1;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.stat-item {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .stat-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.stat-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stat-icon.graduation-cap {
  background-color: #E8F0FE;
  color: #4169E1;
}
.stat-icon.users {
  background-color: #D4F4DD;
  color: #10B981;
}
.stat-icon.award {
  background-color: #FCE7F3;
  color: #EC4899;
}

.stat-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 0.125rem;
}

.stat-label {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.3;
}/*# sourceMappingURL=style.css.map */