.elementor-23243 .elementor-element.elementor-element-4cb6f5a{--display:flex;}.elementor-23243 .elementor-element.elementor-element-4cb6f5a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-23243 .elementor-element.elementor-element-bd7ad74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-23243 .elementor-element.elementor-element-4cb6f5a{--width:97.272%;}}/* Start custom CSS for html, class: .elementor-element-cc0b71b */:root {
  --ink: #172026;
  --muted: #5f6b73;
  --paper: #fbfbf7;
  --panel: #ffffff;
  --line: #dde4df;
  --teal: #0c6b65;
  --teal-dark: #064843;
  --gold: #f2b84b;
  --coral: #e86f51;
  --blue: #256f9c;
  --shadow: 0 24px 70px rgba(23, 32, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
}

.section {
  padding: 84px 0;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(115deg, rgba(12, 107, 101, 0.94), rgba(6, 72, 67, 0.84)),
    url("https://images.unsplash.com/photo-1571260899304-425eee4c7efc?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 48px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 830px;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-subtitle {
  max-width: 760px;
  color: #f9df9d;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
}

.hero-text {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 14px 22px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--gold);
  color: #1f271e;
  box-shadow: 0 18px 36px rgba(242, 184, 75, 0.25);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
}

.button.full {
  width: 100%;
  margin-top: 12px;
}

.hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.metric {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.metric strong {
  color: var(--gold);
  font-size: 4rem;
  line-height: 1;
}

.metric span {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.check-list,
.simple-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.simple-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before,
.simple-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(242, 184, 75, 0.16);
}

.split,
.join-grid,
.cta-box,
.teacher-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.rich-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.feature-grid,
.subject-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.feature-grid {
  grid-template-columns: repeat(7, 1fr);
}

.feature-card,
.subject-card,
.teacher-card,
.contact-card,
.about-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 40px rgba(23, 32, 38, 0.06);
}

.feature-card {
  min-height: 112px;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
}

.feature-card:nth-child(3n + 1) {
  border-top: 4px solid var(--teal);
}

.feature-card:nth-child(3n + 2) {
  border-top: 4px solid var(--coral);
}

.feature-card:nth-child(3n + 3) {
  border-top: 4px solid var(--blue);
}

.section-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.subjects,
.learning,
.about {
  background: #eef4f1;
}

.subject-card {
  min-height: 290px;
  padding: 26px;
}

.subject-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
}

.subject-card:nth-child(2) .subject-icon {
  background: var(--blue);
}

.subject-card:nth-child(3) .subject-icon {
  background: var(--coral);
}

.subject-card:nth-child(4) .subject-icon {
  background: #7c5c12;
}

.subject-card p,
.teacher-card p,
.about-box p,
.contact-card p {
  color: var(--muted);
}

.location-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-wrap span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  background: #fff;
  font-weight: 800;
}

.teachers {
  background: var(--teal-dark);
  color: #fff;
}

.teacher-card {
  padding: 34px;
  background: #fff;
  color: var(--ink);
}

.stack-list {
  display: grid;
  gap: 14px;
}

.stack-list div {
  border-left: 5px solid var(--gold);
  border-radius: 6px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
}

.compact {
  grid-template-columns: repeat(4, 1fr);
}

.join {
  background:
    linear-gradient(90deg, rgba(251, 251, 247, 0.96), rgba(251, 251, 247, 0.9)),
    url("https://images.unsplash.com/photo-1503676260728-1c00da094a0b?auto=format&fit=crop&w=1500&q=80") center/cover;
}

.simple-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  font-weight: 800;
}

.about-box {
  max-width: 880px;
  padding: 42px;
  margin: 0 auto;
  text-align: center;
}

.cta {
  color: #fff;
  background: var(--ink);
}

.cta-box {
  align-items: center;
}

.cta h2 {
  max-width: 700px;
}

.contact-card {
  padding: 30px;
  color: var(--ink);
}

.contact-card a:not(.button) {
  color: var(--teal);
  font-weight: 800;
}

@media (max-width: 1000px) {
  .hero-grid,
  .split,
  .join-grid,
  .cta-box,
  .teacher-layout {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .subject-grid,
  .compact {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-grid {
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 58px 0;
  }

  .container {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    min-height: auto;
    padding: 64px 0;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-panel,
  .teacher-card,
  .contact-card,
  .about-box {
    padding: 22px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .feature-grid,
  .subject-grid,
  .compact,
  .simple-list {
    grid-template-columns: 1fr;
  }

  .subject-card {
    min-height: auto;
  }
}/* End custom CSS */