@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --blue-dark: #021633;
  --blue: #07a3ff;
  --blue-accent: #00dcff;
  --cyan: #00dcff;
  --purple: #0a6cff;
  --orange: #ff9600;
  --orange-dark: #d67200;
  --teal: #07a3ff;
  --bg: #f5f7fb;
  --text: #1b1c24;
  --muted: #6b6f82;
  --radius-large: 32px;
  --radius-medium: 20px;
  --radius-pill: 60px;
  --shadow-soft: 0 20px 60px rgba(10, 18, 48, 0.2);
}

#page, #page.drawers  {

  margin-top: 0px!important;
}

@media (min-width: 768px) {
    .pagelayout-standard #page.drawers .main-inner, body.limitedwidth #page.drawers .main-inner, #page.drawers .main-inner, .moove-container-fluid, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {

        padding-right: 0px!important;
        padding-left: 0px!important;
        
    }
}

@media (min-width: 576px) {
    #page-wrapper {
        height: auto!important;
    }
}

@media (max-width: 767.98px) {
    #page-wrapper {
             height: auto!important;
    }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #021433, #063d7d 45%, #07a3ff 80%, #00dcff);
  padding: 60px 0 60px;
  color: #fff;
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.moove-container-fluid, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
   
    padding-right: 0px!important;
    padding-left: 0px!important;

}

@media (max-width: 991.98px) {
    #page-login-index #page {
        padding-top: 0rem!important;
    }
}
.hero__text h1 {
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin: 18px 0;
  font-weight: 700;
  line-height: 1.2;
  text-align: left!important;
}

.hero__text h1 span {
  color: var(--orange);
}

.hero__text p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
}

.hero__tag {
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__cta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 220px));
  gap: 18px;
  margin: 32px 0;
  justify-content: flex-start;
}

.pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 120px;
  padding: 18px 22px;
  font-weight: 600;
  border-radius: var(--radius-medium);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 15px 35px rgba(7, 22, 51, 0.15);
  gap: 10px;
}

.pill span {
  font-size: 1.05rem;
}

.pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(7, 22, 51, 0.2);
}

.pill__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pill__icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.pill--student {
  background: linear-gradient(140deg, #0083b0, #00bb78);
  color: #fff;
}

.pill--teacher {
  background: linear-gradient(140deg, #ff9600, #d60047);
  color: #fff;
}

.hero__highlights {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  max-width: 460px;
}

.hero__highlights li {
  position: relative;
  padding: 12px 20px 12px 36px;
  border-radius: 18px;
  min-height: 64px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.hero__highlights strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.hero__highlights li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 8px rgba(0, 220, 255, 0.5);
}

.hero__card {
  background: #fff;
  color: var(--text);
  border-radius: var(--radius-large);
  padding: 32px;
  box-shadow: var(--shadow-soft);
  position: relative;
  isolation: isolate;
  z-index: 1;
  margin-left: auto;
  width: min(380px, 100%);
}

.hero__badge {
  position: absolute;
  top: -14px;
  right: 32px;
  background: linear-gradient(120deg, var(--purple), var(--cyan));
  color: #fff;
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero__card h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--blue-dark);
}

.hero__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
  color: var(--muted);
}

.form-field input {
  border: 1px solid #e0e4f2;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 1rem;
  font-family: inherit;
  background: #f9fbff;
}

.form-field input:focus {
  outline: 2px solid var(--blue-accent);
  background: #fff;
}

.btn-primary {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(120deg, var(--orange), var(--orange-dark));
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(255, 150, 0, 0.35);
}

.hero__divider {
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  margin: 20px 0 14px;
}

.hero__divider span {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}

.hero__divider span::before,
.hero__divider span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #dde2f2;
}

.hero__divider span::before {
  left: -56px;
}

.hero__divider span::after {
  right: -56px;
}

.hero__social {
  display: flex;
  gap: 12px;
}

.social-btn {
  border: 1px solid #dbe1f0;
  border-radius: 12px;
  padding: 12px 16px;
  flex: 1;
  background: #fff;
  font-weight: 600;
  cursor: pointer;
}

.social-btn--google {
  color: var(--blue);
}

.social-btn--facebook {
  color: #1877f2;
}

.hero__register {
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 18px;
}

.hero__register a {
  color: var(--blue-accent);
  font-weight: 600;
}

.hero__image {
  position: absolute;
  right: clamp(340px, -6vw, 40px);
  top: 85px;
  width: min(420px, 40vw);
  z-index: 0;
  pointer-events: none;
}

.hero__image img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.hero__bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  pointer-events: none;
}

.hero__bg img {
  position: absolute;
  width: 360px;
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, 0.3));
}

.hero__bg--left img {
  left: -160px;
  bottom: -80px;
}

.hero__bg--right img {
  right: -110px;
  top: -40px;
}

.section {
  padding: 90px 0 40px;
}

.section__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: var(--blue-accent);
  margin-bottom: 8px;
}

.section__header h2 {
  color: var(--blue-dark);
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.section__header p {
  color: var(--muted);
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.feature-card {
  background: #fff;
  border-radius: var(--radius-medium);
  padding: 32px 24px;
  box-shadow: 0 20px 40px rgba(9, 28, 87, 0.08);
  border: 1px solid #eff1fb;
}

.feature-card img {
  width: 48px;
  margin-bottom: 18px;
}

.feature-card h3 {
  margin: 0 0 12px;
  color: var(--blue);
}

.stats {
  background: linear-gradient(120deg, #021d44, #054f9e 55%, #07a3ff 85%, #00dcff);
  color: #fff;
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: start;
}

.stats__list {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

.stats__list strong {
  display: block;
  font-size: 2rem;
}

.stats__card {
  background: #fff;
  color: var(--text);
  border-radius: var(--radius-large);
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.stats__card h3 {
  margin-top: 0;
}

.stats__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}

.stats__form input {
  border: 1px solid #e0e6f5;
  border-radius: 14px;
  padding: 14px;
  font-family: inherit;
  background: #f6f8fd;
}

.btn-secondary {
  border: none;
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(120deg, var(--blue-accent), var(--purple));
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(7, 163, 255, 0.35);
}

.highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.highlight-card {
  background: #fff;
  border-radius: var(--radius-medium);
  padding: 24px;
  border: 1px solid #eef0f7;
  box-shadow: 0 16px 40px rgba(7, 17, 51, 0.08);
}

.footer_ok {
  background: linear-gradient(130deg, #020f2a, #031c4b 60%, #053d89);
  padding: 50px 0 20px;
  color: #f1f6ff;
  margin-top: 0px;
}

.footer_ok__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  align-items: flex-start;
}

.footer_ok__brand img {
  width: 180px;
  margin-bottom: 14px;
}

.footer_ok__brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  max-width: 280px;
}

.footer_ok__column h4 {
  margin: 0 0 12px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--cyan);
}

.footer_ok__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_ok__column a {
  color: #fdfdff;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.footer_ok__column a:hover {
  opacity: 1;
}

.footer_ok__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.footer_ok__bottom p {
  margin: 0;
}

body.moove-login .hero {
  padding-bottom: 0px;
}

#page-login-signup #page-content {
    padding-top: 0px!important;
}

@media (max-width: 1200px) {
  .hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .hero__text,
  .hero__card {
    width: 100%;
  }

  .hero__image {
    position: static;
    width: min(320px, 65vw);
    margin: 0;
    pointer-events: auto;
    order: 2;
    align-self: center;
  }

  .hero__card {
    order: 3;
    margin-left: 0;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 50px;
  }

  .hero__text h1 {
    font-size: 2.2rem;
  }

  .hero__content {
    align-items: center;
    text-align: center;
  }

  .hero__cta {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .pill {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .hero__highlights {
    width: 100%;
    max-width: none;
  }

  .hero__image {
    width: min(260px, 75vw);
  }

  .hero__card {
    width: 100%;
  }

  .hero__card,
  .stats__card,
  .feature-card,
  .highlight-card {
    border-radius: 20px;
  }

  .footer_ok__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer_ok__brand img {
    margin-inline: auto;
  }

  .footer_ok__brand p {
    margin-inline: auto;
  }

  .footer_ok__column ul {
    align-items: center;
  }

  .hero__bg img {
    display: none;
  }
}

@media (max-width: 540px) {
  .hero {
    padding: 40px 0 60px;
  }

  .hero__cta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pill {
    width: 100%;
  }

  .hero__highlights li {
    text-align: center;
  }
}
