.elementor-3273 .elementor-element.elementor-element-533154d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-07535a4 *//* =========================================
   LEARNING SUTRA — TERMS & CONDITIONS
   Elementor Safe CSS
   ========================================= */

.ls-terms-page {
  --ls-cream: #fffaf7;
  --ls-white: #ffffff;
  --ls-pink: #e662d9;
  --ls-pink-dark: #c84fbd;
  --ls-blue: #45a8ff;
  --ls-purple: #8d72e8;
  --ls-text: #292633;
  --ls-muted: #686574;
  --ls-border: #eee7ef;
  --ls-soft-pink: #fff1fb;
  --ls-soft-blue: #eef8ff;
  --ls-shadow: 0 12px 40px rgba(67, 42, 74, 0.07);

  font-family: "Lexend", "Poppins", Arial, sans-serif;
  color: var(--ls-text);
  background: var(--ls-cream);
  line-height: 1.75;
}

/* Container */

.ls-terms-container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

/* Hero */

.ls-terms-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 75px;
  background:
    radial-gradient(circle at 90% 20%, rgba(69, 168, 255, 0.16), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(230, 98, 217, 0.14), transparent 30%),
    linear-gradient(135deg, #fff8fc 0%, #fffaf7 55%, #f8f6ff 100%);
  border-bottom: 1px solid var(--ls-border);
}

.ls-terms-hero:before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: rgba(230, 98, 217, 0.08);
}

.ls-terms-hero:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -55px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(69, 168, 255, 0.08);
}

.ls-terms-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--ls-pink-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.5px;
}

.ls-terms-hero h1 {
  margin: 0 0 18px;
  color: var(--ls-text);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -2px;
}

.ls-terms-hero p {
  max-width: 700px;
  margin: 0;
  color: var(--ls-muted);
  font-size: 17px;
  line-height: 1.8;
}

.ls-terms-updated {
  display: inline-flex;
  margin-top: 28px;
  padding: 9px 16px;
  border: 1px solid rgba(230, 98, 217, 0.18);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.7);
  color: #77717d;
  font-size: 12px;
  font-weight: 600;
}

/* Main Content */

.ls-terms-content {
  padding: 75px 0 90px;
}

.ls-terms-intro {
  max-width: 850px;
  margin: 0 auto 65px;
  padding: 30px 34px;
  border: 1px solid var(--ls-border);
  border-radius: 20px;
  background: var(--ls-white);
  box-shadow: var(--ls-shadow);
}

.ls-terms-intro p {
  margin: 0;
  color: var(--ls-muted);
  font-size: 15px;
}

.ls-terms-intro p + p {
  margin-top: 14px;
}

/* Sections */

.ls-terms-section {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 28px;
  padding: 38px 0;
  border-bottom: 1px solid var(--ls-border);
}

.ls-terms-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(230, 98, 217, 0.12),
    rgba(69, 168, 255, 0.12)
  );
  color: var(--ls-pink-dark);
  font-size: 13px;
  font-weight: 800;
}

.ls-terms-section h2 {
  margin: 0 0 15px;
  color: var(--ls-text);
  font-size: 23px;
  line-height: 1.35;
  font-weight: 750;
  letter-spacing: -0.4px;
}

.ls-terms-section p {
  margin: 0 0 14px;
  color: var(--ls-muted);
  font-size: 14.5px;
  line-height: 1.85;
}

.ls-terms-section p:last-child {
  margin-bottom: 0;
}

/* Lists */

.ls-terms-section ul {
  margin: 12px 0 0;
  padding-left: 22px;
}

.ls-terms-section li {
  margin-bottom: 9px;
  color: var(--ls-muted);
  font-size: 14.5px;
  line-height: 1.75;
}

.ls-terms-section li::marker {
  color: var(--ls-pink);
}

/* Contact Box */

.ls-terms-contact {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 65px;
  padding: 38px;
  border: 1px solid rgba(230, 98, 217, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(69, 168, 255, 0.12), transparent 35%),
    linear-gradient(135deg, #fff4fc, #f7fbff);
}

.ls-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--ls-white);
  color: var(--ls-pink);
  font-size: 25px;
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(79, 53, 86, 0.08);
}

.ls-contact-label {
  display: block;
  margin-bottom: 5px;
  color: var(--ls-pink-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.8px;
}

.ls-terms-contact h2 {
  margin: 0 0 8px;
  color: var(--ls-text);
  font-size: 25px;
  font-weight: 800;
}

.ls-terms-contact p {
  max-width: 650px;
  margin: 0 0 22px;
  color: var(--ls-muted);
  font-size: 14px;
}

.ls-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 19px;
  border-radius: 100px;
  background: var(--ls-text);
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ls-contact-button:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(41, 38, 51, 0.18);
}

.ls-contact-button span {
  font-size: 17px;
  line-height: 1;
}

/* Footer Note */

.ls-terms-footer-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 45px;
  color: #8b8790;
  font-size: 12px;
}

.ls-terms-footer-note strong {
  color: var(--ls-text);
  font-size: 13px;
}

.ls-terms-footer-note span {
  font-style: italic;
}

/* Tablet */

@media (max-width: 767px) {

  .ls-terms-container {
    width: min(100% - 28px, 1080px);
  }

  .ls-terms-hero {
    padding: 65px 0 55px;
  }

  .ls-terms-hero h1 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .ls-terms-hero p {
    font-size: 15px;
  }

  .ls-terms-content {
    padding: 50px 0 65px;
  }

  .ls-terms-intro {
    margin-bottom: 40px;
    padding: 25px 22px;
    border-radius: 17px;
  }

  .ls-terms-section {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 0;
  }

  .ls-terms-number {
    width: 45px;
    height: 45px;
    border-radius: 14px;
  }

  .ls-terms-section h2 {
    font-size: 21px;
  }

  .ls-terms-section p,
  .ls-terms-section li {
    font-size: 14px;
  }

  .ls-terms-contact {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 45px;
    padding: 27px 22px;
    border-radius: 20px;
  }

  .ls-terms-contact h2 {
    font-size: 22px;
  }

  .ls-terms-footer-note {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}

/* Small Mobile */

@media (max-width: 420px) {

  .ls-terms-hero h1 {
    font-size: 34px;
  }

  .ls-terms-updated {
    font-size: 11px;
  }

  .ls-terms-section h2 {
    font-size: 20px;
  }

  .ls-terms-contact {
    padding: 24px 19px;
  }

}/* End custom CSS */