/* home page css */
html {
  box-sizing: border-box;
  overflow: auto;

}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {

  margin: 0 !important;
}

body ul {
  padding-left: 0;
}

/* plan card section s */
.plan-card__features li {
  font-size: 18px;
}

.plan-card__features {
  margin-left: 15px !important;
  margin-bottom: 20px !important;
}

.flag-btn a {
  margin-bottom: 10px;
}

/* plan card  section e */
.prefer-text {
  text-align: left;
  font-size: 16px;
}

p.fw-bold {
  margin-bottom: 20px;
}

.plan-card__heading {
  margin-bottom: 20px;
}

.home-page-wrapper ul {
  padding: 0;
  margin: 0;
}

/* a:visited {
  color: inherit !important;
} */
button#wpforms-submit-67041:focus:after {
  outline: 0 !important;
  border: 0 !important;
}

ul.custom-account-nav-list li.woocommerce-MyAccount-navigation-link.is-active.custom-account-nav-item {
  background-color: #ffffff3d;
  border-radius: 5px;
}

ul.custom-account-nav-list li.woocommerce-MyAccount-navigation-link.is-active.custom-account-nav-item a {
  color: white !important;
}

body .btn-orange {
  background-color: #d97139;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 21px;
  fill: #ffffff;
  color: #ffffff !important;
  box-shadow: 6px 6px 0px 0px #83401d;
  border-radius: 16px 16px 16px 16px;
  padding: 016px 32px 016px 32px;
  font-weight: 500;
}

body .btn-orange:hover {
  background-color: #d45415;
}

body .custom-submit-btn {
  background-color: #D97139;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 21px;
  fill: #ffffff;
  color: #ffffff !important;
  box-shadow: 6px 6px 0px 0px #83401d;
  border-radius: 16px 16px 16px 16px;
  padding: 016px 32px 016px 32px;
}

body .custom-submit-btn:hover {
  background-color: #d45415;
}

.section-title {
  font-weight: 700;
  font-size: 3rem;
}

.hero {
  padding: 60px 0;
}

.hero-banner.section-padding {
  background: linear-gradient(to bottom, #ffffff 0%, #f3f6ff 100%);
}

.banner-information p {
  margin-bottom: 10px;
  max-width: 224px;
  font-size: 14px;
  font-style: italic;
  margin: 0 auto;
}

.banner-information p em {
  color: #000;
  font-style: italic;
  font-size: 14px;
}

.box-shadow-bundles {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

}

.wasc-img img,
.neuro-img img {
  width: 100%;
  max-width: 200px;
  border-radius: 0;
  max-height: 80px !important;
}

.banner-bottom p a {
  text-decoration: underline;
  color: #f47920;
}

.banner-bottom strong {
  color: #fff;
}

.plan-card__features li ul {
  margin-left: 15px !important;
  list-style: circle;
}

.bts-sc {
  min-height: 100vh;
  height: 850px;
  background-image: url('https://schoolio.com/wp-content/themes/schoolio/assets/img/bts-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: #663398; */
  padding: 90px 0;
}


.bts-sc h2 {
  font-size: clamp(32px, 6vw, 80px);
  font-weight: 700;
  margin-bottom: 30px;
  background: hsl(0deg 0% 20%);
  border-radius: 50px;
  width: 100%;
  text-align: center;
  color: #f5eded;
}

.bts-sc p {
  font-size: clamp(20px, 4vw, 54px);
  margin-bottom: 40px;
  color: #f5eded;
  font-weight: 600;
}


.bts-content {
  padding: 20px;
}

.list-restyle {
  list-style-type: disc;
}

ul.icon-list li {
  margin: 20px 0;
  font-size: 20px;
}

.flag img {
  width: 24px;
  border-radius: 0;
}


.banner-img {
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
  max-height: 480px;
  object-fit: cover;
}

.feature-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.highlight {
  color: #f47920;
  font-weight: 600;
}

.highlight.new-home-page {
  color: #5e328b;
  text-decoration: underline;
  font-weight: 600;
}

.bg-purple {
  background: #6b3fa0;
  color: white;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer .navbar-brand img {
  width: 54%;
  height: 70px;
  object-fit: cover;
  border-radius: 0;
}

footer strong {
  color: #fff;
}

footer a:visited {
  color: #fff !important;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.education .static-text {
  background-color: #fcf1ea;
  padding: 20px 20px 20px 20px;
  border-radius: 25px 0px 0px 25px;
}



.col-md-6 .static-text p.lead {
  font-size: 24px;
}

.col-md-6.text-left.youtube {
  padding: 20px;
  background: #dddddd;
  border-radius: 0px 25px 25px 0px;
}

.col-md-6.text-left.youtube iframe.rounded-3.shadow {
  border-radius: unset !important;
}

.second-section p.text-left,
.third-section p.text-left,
.schoolio-plan p.text-left {
  font-size: 28px;
}

p.custom {
  font-size: 20px;
}

.second-section .col-md-6 .left {
  background-color: #fcf1ea;
  padding: 56px;
  border-radius: 25px 25px 25px 25px;
}

.second-section img.img-fluid {
  border-radius: 25px;
}

.second-section .col-md-6.right {
  padding: 15px;
}

h5.white {
  margin: 0px 0px 0px 0px;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  background: white;
}

h5.pink {
  margin: 0px 0px 0px 0px;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  text-align: center;
  background-color: #fcf1ea;
}

.feature-card.pink-text-main {
  background-color: #fcf1ea;
  margin: -20px 0px 0px 0px;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px 20px 20px;
}

.pink-text,
.white-text {
  padding: 10px 10px 10px 10px;
}

.feature-card.white-text-main {
  background-color: white;
  margin: -20px 0px 0px 0px;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px 20px 20px;
}

.fourth-section img {
  width: 1000px;
  margin: 0 auto;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.box {
  background-color: #fcf1ea;
  padding: 20px;
  border-radius: 25px;
}

.fourth-section .box img {
  width: auto;
}

.fourth-section li {
  margin-bottom: 35px;
}

.fifth-section p.text-left {
  font-size: 28px;
}

.fifth-section li {
  font-size: 20px;
  margin-bottom: 20px;
}

.fifth-section .image-box {
  background-color: #ecdbdb;
  padding: 50px 0px 50px 0px;
  border-radius: 20px 20px 20px 20px;
}

.fifth-section .image-box img {
  border-radius: 20px 20px 20px 20px;
  width: 800px;
  height: 372px;
}

.sixth-section img.img-fluid {
  border-radius: 31px 31px 31px 31px;
}

.sixth-section .textarea {
  background-color: #fcf1ea;
  border-radius: 64px 64px 64px 64px;
  padding: 64px 64px 64px 64px;
}

.sixth-section .textarea li {
  font-size: 20px;
  margin: 20px 0px;
}

.sixth-section .textarea p.custom {
  margin-top: 30px;
}

.seventh-section p.py-2.text-left,
.seventh-section p.py-4.text-left {
  font-size: 24px;
}

.seventh-section li {
  font-size: 20px;
  margin-bottom: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black;
  /* Light black with transparency */
  border-radius: 50%;
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.section-eight img.img-fluid.rounded {
  /* border-radius: 70% 70% 100% 100% !important; */
}

.section-eight .container.text-center {
  margin-bottom: 30px;
}

.navbar .container {
  max-width: 1340px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  border-radius: 10px;
}

.dropdown-menu {
  border-radius: 12px;
  min-width: 250px;
}

.dropdown-item {
  padding: 10px 15px;
}

.dropdown-item:hover {
  background-color: #f7f7f7;
  color: #e27800;
}

.text-purple {
  color: #6f42c1;
}

.text-light-purple {
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.2px;
  color: #a388be;
}

.logo-img-banner img {
  max-width: 280px;
  height: auto;
  border-radius: 0;
  width: 100%;
}

.logo {
  height: 32px;
  width: 120px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  display: flex;
  gap: 20px;
}

.navbar a.btn.btn-light {
  background-color: #f4e9ff;
  font-family: "Museo Sans-500", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 15px;
  fill: #5e328b;
  color: #5e328b;
  border-radius: 40px 40px 40px 40px;
  padding: 10px 12px 10px 12px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  margin: 0px auto;
}

.navbar-nav a.nav-link {
  font-size: 16px !important;
  color: #374151 !important;
  font-weight: 500 !important;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  position: relative;
}

ul li .border-bottom,
li.dropdown-submenu {
  border-bottom: 2px solid #d97139 !important;
}

/* Ensure the submenu displays properly */
.navbar .dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: 0;
  /* Optional: removes slight offset */
}

/* For submenu inside dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

nav.navbar.navbar-expand-lg.bg-white {
  padding: 20px 0px 20px 0px;
}

/* Footer */
.footer-bg {
  background: url("https://i0.wp.com/schoolio.com/wp-content/uploads/2023/03/Footer-back-scaled-1.webp") no-repeat center center;
  background-size: cover;
  background-color: #4b0082;
  /* fallback color in case image fails to load */
  border-radius: 064px 64px 0px 0px;
}

h5.footer {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links li {
  color: #ffffff;
  fill: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.separator {
  margin-right: calc(17px / 2);
  margin-left: calc(17px / 2);
}

span.city {
  font-size: 14px;
}

.copy-text {
  color: #cab9db;
}

footer a.navbar-brand .logo {
  margin-bottom: 20px;
}

.icon-list-btn.d-flex {
  flex-direction: column;
  text-align: center;
  width: 30%;
  margin: 0 auto;
}

/* Footer */
@media (max-width: 767px) {
  .digital-books {
    right: 0 !important;
    top: -70px !important;
  }

  .plan-card {
    gap: 30px;
  }

  .plan-card__features li {
    font-size: 16px;
  }

  footer .navbar-brand img {
    height: auto;
    width: 45%;
  }

  .plan-card__features {
    margin-left: 15px;
  }

  .icon-list-btn.d-flex {
    width: 100%;
  }

  .bts-sc {
    min-height: auto;
    height: auto;
    padding: 0px 0 100px 0;
  }

  .bts-sc p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .bts-content {
    padding: 15px;
  }

  .bts-sc h2 {
    padding: 10px 0;
    margin-bottom: 0px;
    font-size: 16px;
    width: 50%;
  }

  .box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .box ul {
    padding-left: 0;
    list-style: none;
  }

  .box ul li {
    margin-bottom: 30px;
  }

  body .btn-orange {
    text-align: center;
    margin: 0 auto;
  }

  .youtube iframe {
    margin-top: 20px;
    height: 315px;
  }

  p.custom {
    font-size: 16px;
  }

  .second-section .col-md-6 .left {
    padding: 20px;
  }

  .seventh-section li {
    font-size: 16px;
  }

  .seventh-section p.py-2.text-left,
  .seventh-section p.py-4.text-left {
    font-size: 16px;
  }

  .logo-img-banner {
    margin: 20px auto;
  }

}

@media (max-width: 767.98px) {

  h1,
  h2 {
    font-size: 2rem;
    /* 32px */
  }

  .banner-information {
    gap: 20px;
  }

  .education .static-text {
    text-align: left;
  }

  .static-text .text-black {
    text-align: left;
  }

  .banner-information p {
    line-height: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
  }

  .third-section .col-md-4 {
    margin-bottom: 30px;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .fifth-section .image-box img {
    width: auto !important;
    height: auto !important;
  }

  .sixth-section .textarea {
    padding: 20px;
  }
}

/* about us css */
body {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500;
  /* Medium weight */
  line-height: 1.6;
  color: #333;
}

ul {
  list-style: none;
}

video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.microscool-wrapper iframe {
  width: 100%;
  height: 300px;
  border: none;
}

img {
  border-radius: 25px;
}

hr.border-grey {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 60px auto;
  width: 80%;
}

em {
  color: #6c757d;
}

.footer-testimonial b {
  color: #00ccff;
}

.footer-testimonial .position-relative-container a {
  color: #00ccff;
}

.que-ans-sc p a {
  color: #6a1b9a;
  /* branded purple */
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}

b,
strong {
  color: #222;
}

em {
  color: #6c757d;
}

b,
strong {
  color: #222;
}

body a {
  text-decoration: none;
  color: #0b1a30;
  text-decoration: underline;
}

hr.border-grey {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 60px auto;
  width: 80%;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin-bottom: 32px;
}

.container {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.section-padding {
  padding: 50px 10px 50px 10px;
}

body h1 {
  font-size: 3rem;
  font-weight: 600;
}

body h2 {
  font-size: 2.3rem;
  font-weight: 600;
}

h4 {
  font-size: 24px;
  font-weight: 500;
}

body h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
}

span {
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 20px;
}

body h5 {
  font-size: 16px;
}

.about-us-main h2 {
  margin-bottom: 20px;
}

.about-us-links-mn .program-nav li {
  flex: 1 auto;
}

.about-us-inner ul li h5 {
  font-size: 16px;
}

.section-detail p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.founder-img {
  margin-bottom: 20px;
}

.founder-content p {
  margin-bottom: 32px;
  font-size: 21px;
}

.btn-orange {
  background-color: #ff6633;
  font-family: "Museo Sans-500", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 21px;
  fill: #ffffff;
  color: #ffffff;
  box-shadow: 6px 6px 0px 0px #83401d;
  border-radius: 16px 16px 16px 16px;
  padding: 016px 32px 016px 32px;
}

.btn-orange:hover {
  background-color: #d8661b;
}

.review-img {
  margin-top: 30px;
}

.review-img img {
  object-fit: contain;
  width: 100%;
}

.box-shadow-home {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 50px;
  border-radius: 50px 50px 50px 50px;
}

.box-shadow {
  max-width: 330px;
  height: 390px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px 16px 16px 16px;
}

.who-write-img {
  text-align: center;
}

.financial-literacy-section-1 .custom-finlit-row,
.Reasons-section .custom-finlit-row {
  display: flex;
  flex-wrap: wrap;
}

.financial-literacy-section-1 .custom-finlit-content,
.financial-literacy-section-1 .custom-finlit-content {
  display: flex;
  flex-direction: column;
}

.financial-literacy-section-1 .custom-finlit-text-block,
.financial-literacy-section-1 .custom-finlit-text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.box-shadow.biege {
  box-shadow: -51px 48px 0px 0px #ffefe4;
}

.box-shadow.purple {
  box-shadow: -51px 48px 0px 0px #f4e5ff;
}

.bg-purple {
  background: #6b3fa0;
  color: white;
}

.mission-img {
  padding: 10px 10px 10px 70px;
}

.mission-img-no-p {
  padding: 0;
}

.feature-img {
  text-align: right;
}

@media (max-width: 991.98px) {
  .banner-bottom p {
    font-size: 16px;
  }

  .banner-bottom {
    text-align: left;
  }

  .prefer-text {
    margin-left: 0;
  }

  .navbar-toggler-icon {
    margin-bottom: 0;
  }

  .who-writes-sc-detail-img img {
    width: 100%;
    object-fit: contain;
  }

  .box-shadow {
    /* margin-bottom: 60px; */
  }

  .feature-img {
    text-align: center;
  }

  .mission-img {
    padding: 50px 10px 10px 0;
    text-align: center;
  }
}

@media (max-width: 767.98px) {

  body h1,
  body h2 {
    font-size: 2rem !important;
    /* 32px */
  }

  .section-padding {
    padding: 30px 0px 30px 0px;
  }

  .about-us-inner ul li {
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  h4 {
    font-size: 20px;
  }

  .box-shadow {
    max-width: 100%;
    height: 100%;
  }

  .mission-img {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 10px 10px 10px 70px;
    text-align: left;
  }

  .feature-img {
    margin-bottom: 50px;
    padding: 10px 10px 10px 70px;
  }

  .who-write-img {
    text-align: left;
    padding: 10px 10px 10px 70px;
  }

  img {
    max-width: 100%;
    object-fit: contain;
  }

  ul {
    padding: 0;
  }

  .philosophy-inner ul {
    padding-left: 2rem;
  }
}

/* class wallet css */

.section img {
  max-width: 100%;
  height: auto;
}

.build-img {
  margin-bottom: 20px;
}

.build-img img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.build-img img:hover {
  transform: scale(1.02);
}

.classwallet-main-product-sec {
  border-radius: 48px;
  background: linear-gradient(to bottom right, #f0f6ff, #e6edff);
  padding: 64px 32px;
  margin-bottom: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", sans-serif;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  justify-content: center;
}

.product-image {
  flex: 1 1 300px;
  text-align: center;
  padding: 30px;
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 36%;
}

.product-image:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
}

.product-content {
  flex: 1 1 480px;
  padding: 0 20px;
}

.product-content h2 {
  color: #1d1047;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "urban-bold", sans-serif;
  margin-bottom: 24px;
}

.product-content select {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  color: #1d1047;
  border: 1px solid #ccc;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  font-family: "urban-medium", sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.product-content select:focus {
  border-color: #5e328b;
  box-shadow: 0 0 0 4px rgba(94, 50, 139, 0.2);
  outline: none;
}

body .btn-purple {
  background-color: #5e328b;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 16px;
  box-shadow: 6px 6px 0 #401869;
  font-family: "Museo Sans-300", sans-serif;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

.btn-purple-form-submit-msg {
  background-color: #5e328b;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 30px;
  border-radius: 16px;
  box-shadow: 6px 6px 0 #401869;
  font-family: "Museo Sans-300", sans-serif;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  width: 50%;
  margin-top: 20px;
}

.explore-btn a {
  background-color: #5e328b;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 16px;
  box-shadow: 6px 6px 0 #401869;
  font-family: "Museo Sans-300", sans-serif;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

body .btn-purple:hover {
  background-color: #7649a1;
  box-shadow: 4px 4px 0 #2f0f58;
  transform: translateY(-2px);
}

.product-description {
  background-color: #ffffff;
  padding: 40px;
  margin-top: 50px;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
  width: 100%;
  transition: all 0.3s ease;
}

.long-description {
  overflow: hidden;
  max-height: 230px;
  transition: max-height 0.4s ease-in-out;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  position: relative;
}

.long-description.expanded {
  max-height: 10000px;
}

.long-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  display: block;
  transition: opacity 0.3s ease;
}

.long-description.expanded::after {
  opacity: 0;
  height: 0;
}

.see-more-button {
  background-color: transparent;
  display: inline-block;
  color: #5e328b;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.topic-img {
  max-width: 100%;
  height: auto;
}

.topic-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  font-family: "Museo Sans-700", sans-serif;
}

/* Title Color Variants */
.orange,
.topic-title.orange {
  color: #d97139;
}

.topic-title.green {
  color: #68aa30;
}

.topic-title.red {
  color: #9b2222;
}

.topic-title.blue {
  color: #3d6fb1;
}

.topic-box {
  border: 1px solid #d1d5db;
  margin: 0 16px;
  padding: 0 0 32px 0;
  border-radius: 32px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.topic-box img {
  width: 100%;
  border-radius: 32px 32px 32px 32px;
}

.video-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

section.video-container iframe {
  width: 100%;
  max-width: 100%;
  height: 500px;
}

.see-more-button:hover {
  color: #7649a1;
}

.accordion-collapse {
  transition: height 0.8s ease;
}

.accordion-item {
  border: 0;
}

.accordion-button {
  border-bottom: 1px solid #1d1047;
}

.price bdi {
  letter-spacing: 0px;
  color: #1d1047;
  font-family: "Urban-Light";
  font-weight: 700;
  font-size: 20px !important;
}

.alabama-shop-page .filter-content select.schoolio-show-hide.wpos-filter-product-js.wpos_filter_country {
  display: none;
}

.alabama-shop-page .wpos_filter_province_wrap {
  display: none;
}

@media (max-width: 1024px) {
  .product-container {
    flex-direction: column;
    align-items: center;
  }

  .product-image,
  .product-content {
    width: 100%;
    max-width: 700px;
  }

  .product-content {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .build-img img {
    max-width: 100%;
    object-fit: contain;
    height: 100%;
  }

  .banner-information {
    gap: 20px;
    justify-content: start !important;
    text-align: left !important;
  }

}

@media (max-width: 767.98px) {

  h1,
  h2 {
    font-size: 2rem;
  }

  a {
    color: #0b1a30;
  }

  .wallet-img.text-center img {
    width: 100%;
    object-fit: contain;
  }

  .product-content h2 {
    font-size: 30px;
  }

  .classwallet-main-product-sec {
    padding: 15px 10px;
  }

  .step_div img {
    width: 100%;
  }

  .classwallet-main-product-sec {
    padding: 14px 14px;
  }

  .product-description {
    padding: 20px;
    margin-top: 0px;
  }

  video {
    height: auto;
  }

  iframe {
    height: auto;
  }
}

/* kids club csss */

.kids-btn .kids-signup {
  background-color: #ffd309;
  font-size: 29px;
  fill: #000000;
  color: #000000;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.99);
  border-radius: 4px 4px 4px 4px;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
}

.adventure-heading {
  padding: 20px;
  background-color: #f6f6f6;
  text-align: center;
}

.adventure-cards {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 20px;
}

.adventure-cards:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.99);
  border-radius: 8px 8px 8px 8px;
}

.price-per-class {
  background-color: #f6f6f6;
  margin: 0px 0px 10px 20px;
  padding: 5px 15px 5px 15px;
  border-radius: 4px 4px 4px 4px;
}

.course-details h4 {
  margin: 0;
}

.course-timming {
  margin-top: 20px;
}

.schoolio-difference {
  background-color: #1f1d0d;
  background-position: 92% 0%;
  background-repeat: no-repeat;
  background-size: 10% auto;
  color: #fff;
  position: relative;
}

.schoolio-difference .list-unstyled {
  max-width: 80%;
  margin-left: 10px;
}

.schoolio-difference p {
  color: #fff;
}

.schoolio-difference .kids-btn .kids-signup {
  box-shadow: 0px 0px 10px 12px rgba(255, 255, 255, 0.99);
}

.kids-btn {
  margin-top: 35px;
}

.triangle-animated-img.aos-init.aos-animate {
  width: 200px;
  height: 200px;
}

.friendship-card {
  box-shadow: 2px 2px 30px 0px rgba(31, 28.99999999999999, 12.999999999999998, 0.09);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  padding: 30px 30px 30px 30px;
  text-align: left;
  height: 100%;
}

.friendship-card img {
  height: 60px;
  width: 60px;
}

.friendship-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 32px;
}

.bg-yellow {
  margin: 0px 00px 0px 0px;
  padding: 0px 0px 20px 20px;
  background-color: #ffd32b;
}

.friendship-card:hover {
  box-shadow: 2px 2px 30px 0px rgba(31, 28.99999999999999, 12.999999999999998, 0.09);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #f7ff62;
}

.reviews-btn a {
  border-radius: 4px 4px 4px 4px;
  padding: 16px 32px 16px 32px;
  width: 100%;
  font-weight: 700;
}

.course-timming i {
  margin-top: 20px;
  color: #ffd32b;
}

.triangle-animated-img {
  width: 240px;
  height: 240px;
  position: absolute;
  max-width: auto;
  bottom: 0%;
  z-index: 0;
  left: 46%;
}

@keyframes rollToCenter {
  0% {
    transform: translateX(-200px) rotate(-360deg);
    opacity: 0;
  }

  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

[data-aos="roll-center"] {
  opacity: 0;
  transform: translateX(-200px) rotate(-360deg);
  transition-property: transform, opacity;
}

[data-aos="roll-center"].aos-animate {
  animation: rollToCenter 1s ease forwards;
}

@media (max-width: 767.98px) {

  h1,
  h2 {
    font-size: 2rem;
    /* 32px */
  }

  p {
    font-size: 16px;
  }

  h4 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .section-padding {
    padding: 30px 0px 30px 0px;
  }

  .triangle-animated-img {
    left: 10%;
  }

  .kids-btn {
    text-align: center;
  }
}

/* competitor comparision */
.competitor-bg-color {
  background-color: #fff5f1;
}

.competitor-stack-up-menu h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.competitor-stack-up-bg {
  background-color: #f4da2b;
  border-radius: 16px 16px 16px 16px;
}

.better-choice {}

.better-choice-img {
  width: 72px;
  height: 72px;
}

.free-trial-btn .btn {
  border-radius: 4px 4px 4px 4px;
  padding: 16px 32px 16px 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
}

/* 
.green-btn {
  background-color: #5cb85c!important;
}

.green-btn:hover {
  background-color: #fff !important;;
  color: #1f5ed8 !important;;
  border: 1px solid !important;;
} */

.consistently-bg {
  background-color: #663399;
  color: white;
  border-radius: 16px 16px 16px 16px;
}

.consistently-box {
  text-align: center;
  padding: 1rem;
}

@media (max-width: 767.98px) {
  .better-choice-img {
    text-align: center;
    margin: 0 auto;
  }

  .competitor-stack-up-menu {
    flex-direction: column;
    text-align: center;
  }
}

/* core academics */
.border-bottom-custom {
  padding: 0px 0px 20px 0px;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #a388be;
}

body .lead {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2em;
}

.blue-color-text {
  /* color: #0674b7; */
}

.crucialarea-section {
  background-color: #edf2fa;
}

.library-list {
  list-style: circle;
}

.custom-finlit-text-block {
  background: #fcf1ea;
  padding: 32px;
  border-radius: 32px;
}

.custom-finlit-header p {
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #d97139;
}

.custom-finlit-point {
  padding: 32px 0px 16px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #e0a179;
}

.custom-finlit-point ul {
  list-style: disc;
}

.custom-finlit-cta {
  padding: 20px 0;
}

.parent-img img {
  height: 100%;
  width: 100%;
  /* border-radius: 70% 70% 100% 100%; */
}

.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /* Centers the slider */
}

.parents-says-mn {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 30px 30px 30px;
  border-radius: 50px;
}

.parent-title {
  text-align: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.swiper-slide img {
  width: 100%;
  /* Makes sure the images are responsive */
  height: auto;
  border-radius: 10px;
  /* Optional: for rounded corners */
}

.swiper-button-prev,
.swiper-button-next {
  color: hsla(0, 0%, 93%, 0.9);
  /* White navigation arrow g-4s */
}

.swiper-pagination {
  bottom: 10px;
  /* Adjust pagination position */
}

.parents-says {
  margin-top: 50px;
}

.decorative-img {
  position: absolute;
  top: 90px;
}

#DigiLit ul {
  list-style: disc;
}

.custom-finlit-point ul li {
  font-size: 20px;
}

.financial-literacy-section-1 .custom-finlit-text-block {
  background-color: #f5ffe0;
}

.social-studies {
  margin: 30px 0;
  text-align: left;
}

.image-container {
  /* overflow: hidden; */
  /* clip-path: inset(0 round 70% / 70%); */
  /* -webkit-clip-path: inset(0 round 70% / 70%); */
}

.image-container img {
  width: 100%;
  object-fit: none;
  display: block;
  border-radius: 25px;
}

.promo-section {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 150px 0px 120px 0px;
  text-align: center;
  background-image: url("https://i0.wp.com/schoolio.com/wp-content/uploads/2024/02/multi-colored-eggs-painted-by-group-of-kids-9S9SBYZ-jpg.webp?fit=1920%2C943&ssl=1");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
}

.shape-divider svg {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
  height: 108px;
}

.promo-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.promo-button {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  fill: #191a56;
  color: #191a56;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 32px 16px 32px;
}

.promo-button:hover {
  transform: scale(1.1);
}

.background-overlay {
  background-color: #0674b7;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}

.promo-container h2,
.promo-container h5,
.promo-container p {
  color: #fff;
}

.parent-img img {
  height: 100%;
  width: 100%;
  /* border-radius: 70% 70% 100% 100%; */
}

.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /* Centers the slider */
}

.parents-says-mn {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 30px 30px 30px;
  border-radius: 50px;
}

.parent-title {
  text-align: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.swiper-slide img {
  width: 100%;
  /* Makes sure the images are responsive */
  height: auto;
  border-radius: 10px;
  /* Optional: for rounded corners */
}

.swiper-button-prev,
.swiper-button-next {
  color: hsla(0, 0%, 93%, 0.9);
  /* White navigation arrows */
}

.swiper-pagination {
  bottom: 10px;
  /* Adjust pagination position */
}

.parents-says {
  margin-top: 50px;
}

@media (max-width: 767.98px) {

  h1,
  h2 {
    font-size: 2rem;
    /* 32px */
  }

  p {
    font-size: 16px;
  }

  .position-relative-container {
    padding: 20px;
  }

  .happy-cust {
    padding: 10px;
  }

  .happy-cust img {
    height: auto;
  }

  .our-family-member .content {
    padding-top: 25px;
  }

  .section-padding {
    padding: 30px 0px 30px 0px;
  }

  .testimonial-banner h1 {
    padding: 60px 12px 60px 12px;
  }

  .happy-cust {
    margin: 0;
  }

  p {
    margin-bottom: 20px;
  }

  .crucial-heading h2 {
    margin-bottom: 20px;
  }

  h4 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .covering-mn h3 {
    margin-top: 20px;
  }

  .covering-mn img {
    padding-top: 25px;
  }

  .covering-list-mn {
    padding-left: 0;
  }

  .custom-finlit-text-block {
    padding: 15px;
  }

  .parents-says {
    margin-top: 10px;
  }

  .custom-finlit-point ul li {
    font-size: 16px;
  }

  .custom-finlit-header p {
    font-size: 20px;
  }

  .custom-finlit-point {
    padding: 16px 0px 16px 0px;
  }

  .promo-container {
    padding: 20px;
  }
}

/* course catalouge */
.schoolio-course-catalog h3 {
  font-size: 23px;
  font-weight: lighter;
  line-height: 45px;
  color: #333333;
}

.schoolio-course-catalog p {
  font-size: 21px;
}

.schoolio-course-catalog .schoolio-menu {
  background-color: #e2e0e0;
  height: 100vh;
  overflow-y: auto;
  z-index: 1;
}

.schoolio-course-catalog .schoolio-page {
  position: relative;
  z-index: 0;
}

.schoolio-course-catalog .schoolio-img {
  text-align: center;
}

.schoolio-course-catalog .schoolio-img img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.schoolio-course-catalog .schooli-img-btn {
  width: 300px;
  height: 50px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
}

.schooli-img-btn {
  margin: 0;
}

.schoolio-course-catalog .schooli-img-btn:hover {
  background-color: #ffffff;
  color: #1f5ed8;
}

.schoolio-course-catalog .scholio-img-Two img {
  width: 100%;
  height: auto;
}

.schoolio-course-catalog .mobile-menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fef6f1;
  color: #cc6633;
  border: 1px solid #cc6633;
  border-radius: 12px;
  padding: 10px 16px;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}

.schoolio-course-catalog .mobile-menu-btn::before {
  content: "▶";
  color: #cc6633;
  margin-right: 8px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.schoolio-course-catalog .mobile-menu-btn:hover {
  background-color: #fce8dc;
  color: #a3471a;
  border-color: #a3471a;
}

.schoolio-course-catalog img {
  margin-bottom: 20px;
  width: 100%;
}

.schoolio-course-catalog span {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mobile-menu-btn {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .schooli-img-btn {
    width: 190px;
  }

  .schoolio-menu {
    margin-bottom: 20px;
  }
}

/* faq page */
.accordion-body li {
  list-style: disc;
}

.accordion-body span {
  font-size: 18px;
  color: #7d788b;
  font-weight: 400;
}

.plan-card__content .accordion-body,
.booksaccordion .accordion-body {
  font-size: 16px !important;
  padding: 20px;
}

.booksaccordion .accordion-body ul {
  margin-left: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.plan-card__image {
  position: relative;
}

.digital-books {
  width: 140px;
  position: absolute;
  right: 25px;
  top: -90px;
}

.schoolio-books-offline .digital-books {
  width: 140px;
  position: absolute;
  right: 40px;
  top: -50px;
}

.accordion-button:focus {
  box-shadow: none;
}

.general-section,
.general-section-body {
  background-color: #191545;
}

.curriculum-box {
  background-color: #f8f7f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px 16px 16px 16px;
  padding: 1rem;
}

.curriculum-box i {
  background-color: #1d1047;
  width: 27px;
  height: 27px;
  color: #4aff62;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 6px;
}

.about-img {
  width: 392px;
  height: 230px;
}

.general-section .accordion-button {
  background: #191545;
  color: #fff;
}

.general-section .accordion-body {
  background: #191545;
}

.general-section .accordion-button::after {
  background-color: #0d2480;
  padding: 5px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-position: center;
}

@media (max-width: 767.98px) {
  .about-img {
    width: 270px;
    height: 230px;
  }
}

/* features and tools */
.sticky-sidebar {
  position: sticky;
  top: 180px;
  height: 65vh;
  overflow-y: auto;
  padding: 20px;
  z-index: 10;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 6px 6px rgba(0, 0, 0, 0.1);
  scrollbar-color: lightcoral transparent;
  scrollbar-width: thin;
}

.sticky-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky-sidebar ul li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}

.sticky-sidebar ul li:last-child {
  border-bottom: none;
}

.sticky-sidebar ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #0b1a30;
  transition: color 0.2s ease-in-out;
}

.sticky-sidebar ul li a:hover {
  color: #ff5a5f;
}

.content {
  padding: 20px;
}

.right-content {
  /* Future-proof area if needed for layout */
}

.free-trial-btn .btn {
  border-radius: 4px 4px 4px 4px;
  padding: 16px 32px 16px 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
}

.green-btn {
  background-color: #5cb85c;
}

.green-btn:hover {
  background-color: #fff;
  color: #1f5ed8;
  border: 1px solid;
}

.custom-list ul li a {
  color: #0b1a30;
}

.free-trial-btn,
.build-img {
  margin-bottom: 20px;
}

.build-img img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.build-img img:hover {
  transform: scale(1.02);
}

.mobile-view {
  background-color: transparent;
  background-image: linear-gradient(180deg, #fcf1ea 0%, #fcf1ea 100%);
  border-style: solid;
  border-color: #de7c47;
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 10px 10px 10px;
  display: none;
}

.mobile-view ul li {
  padding: 12px 10px;
}

@media (max-width: 991.98px) {
  .schoolio-books-offline .digital-books {
    width: 100px;
  }

  .digital-books {
    width: 110px;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  .mobile-view a {
    width: 100%;
    color: #de7c47;
    padding: 12px;
  }

  .mobile-view ul li a {
    color: #0b1a30;
  }

  .build-img img {
    max-width: 100%;
    object-fit: contain;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .content {
    padding: 5px;
  }

  .btn-link:focus-visible {
    color: #de7c47 !important;
  }
}

/* products woocommerce */
.woocommerce-product-gallery__wrapper.product-image {
  margin: 0 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px !important;
  border-radius: 52px;
  height: auto;
  width: 450px;
  float: right;
  position: relative;
}

.product-styling .type-product {
  border: 1px solid #d1d5db;
  margin: 0 16px;
  padding: 20px !important;
  border-radius: 32px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06),
    0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.product-styling h2 {
  font-size: 20px !important;
  margin: inherit !important;
  color: #000 !important;
  margin-bottom: 30px !important;
}

.kit-type-tabs {
  padding: 15px 0;
}

.kit-tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.kit-tab-btn {
  padding: 10px 20px;
  border: 2px solid #0073aa;
  background-color: #fff;
  color: #0073aa;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.kit-tab-btn.active {
  background-color: #0073aa;
  color: #fff;
}

.kit-price-display {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
}

.kit-price-item {
  display: none;
}

.sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-left {
  display: none;
}

.product-styling ul {
  list-style-type: disc;
}

.product-styling ul li ul {
  list-style-type: circle;
}

.product-styling ul li ul li ul {
  list-style-type: square;
}

button.single_add_to_cart_button.button.alt.product-new-btn {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: 0px 5px 25px #1d10471f;
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.714em;
}

.enhanced-reviews-section {
  padding: 30px;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-top: 40px;
}

.reviews-heading {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.enhanced-review-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.enhanced-review-list li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.enhanced-review-form .form-title {
  margin-top: 30px;
  font-size: 20px;
}

.enhanced-review-form input,
.enhanced-review-form textarea,
.enhanced-review-form select {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.enhanced-review-form label {
  font-weight: 600;
  display: block;
}

.verification-required-text {
  padding: 10px;
  background: #fef7f7;
  border: 1px solid #fcc;
  color: #a00;
  border-radius: 5px;
}

/* digital and book combo */
.loved-by-families-sc .families-img img {
  margin: 0 auto;
}

.combo-box {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 30px 50px 30px;
  border-radius: 15px;
}

.combo-price {
  font-size: 45px;
  color: #393e46;
  display: flex;
  align-items: center;
  gap: 20px;
}

.before-price {
  font-size: 25px;
  font-weight: 600;
  text-decoration: line-through;
  color: #393e465e;
}

.books-and-digital-combo-wrapper .book-demo a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .book-demo a {
    padding: 16px 20px;
    font-size: 18px;
  }

  .time-saving-btn {
    flex-direction: column;
    align-items: end;
    gap: 15px;
  }

  .before-price {
    margin-right: 15px;
  }
}

/* schoolio for tutors and teachers  */
.who-schoolio-list li {
  list-style: none;
  float: left;
  padding-bottom: 15px;
}

.tutors-learning-list li {
  list-style: none;
  padding-bottom: 15px;
}


.schoolio-tutor-and-teacher-wrap span {
  font-size: 20px;
  font-weight: 600;
}

.time-saving-btn {
  text-align: center;
}

.try-free-trial a {
  color: #ffffff;
  background-color: #54c59e;
  padding: 16px 32px;
  font-size: 23px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

.try-free-trial a:hover,
.book-demo a:hover {
  color: blue;
}

.book-demo a {
  color: #ffffff !important;
  background-color: #54c59e;
  padding: 16px 32px;
  font-size: 23px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
}

.tutors-learning-section,
.who-schoolio-section {
  margin-top: 4rem;
}

.img-back-color {
  background-color: gray;
  /* width: 25%; */
  /* height: 205px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 50px;
}

.get-started-section {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 40px 40px 40px;
  border-radius: 15px;
}

.get-started-today-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.time-saving-text h1 {
  font-size: 45px;
}

@media (max-width: 320px) {
  .book-demo a {
    font-size: 18px;
  }

  .book-demo {
    margin-bottom: 2rem;
  }

  .try-free-trial a {
    font-size: 18px;
  }

  .time-saving-btn a {
    font-size: 16px;
  }
}

/* program package */
/* .schoolio-digital-section
{
  background-image: url("https://i0.wp.com/schoolio.com/wp-content/uploads/2023/05/what-parents-need-to-know-about-ChatGPT-.jpg?fit=2240%2C1260&ssl=1");
} */

.digital-suscription-list li {
  list-style: square;
}

.get-started-text {
  color: #5e328b;
}

/* schedule and pacing css */
.unit-card {
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}

.unit-card h4 {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: #003366;
}

.unit-label {
  display: inline-block;
  background-color: #2176c1;
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 16px;
  padding: 8px 14px;
  margin-bottom: 8px;
}

.grade-book-list-gap {
  padding-top: 30px;
}

.catalog-description {
  padding: 50px 0;
  text-align: center;
}

.catalog-description p {
  font-size: 22px;
}

.grade-book-list-gap h4 {
  font-weight: 600;
}

.grade-book-list-gap ul {
  list-style: disc;
}

.book-list-links ul {
  column-count: 4;
}

.book-list-links {
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.book-list-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.book-list-links ul li a {
  display: block;
  padding: 14px 20px;
  background-color: #f5f7fa;
  border: 2px solid #7a5af8;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.book-list-links ul li a:hover {
  background-color: #7a5af8;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(122, 90, 248, 0.2);
}

.book-list-tab {
  padding: 20px 0;
}

.book-list-tab .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;

  gap: 20px;
  flex-wrap: wrap;
}

.book-list-tab .nav-list li a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f5f7fa;
  border: 2px solid #7a5af8;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.book-list-tab .nav-list li a:hover {
  background-color: #7a5af8;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(122, 90, 248, 0.2);
}

/* .book-list-tab .nav-list {
  list-style: none;
  padding: 0;
  display: flex;
  width: 50%;
  gap: 1rem;
  margin-left: 0;
}
.book-list-tab .nav-list li a {
  text-decoration: none;
  padding: 10px 20px;
  border: 2px solid #ff6633;
  border-radius: 8px;
  color: #ff6633;
  transition: all 0.3s ease;
  font-weight: 500;
}
.book-list-links ul li strong{
  font-weight: 500;
}

.book-list-tab .nav-list li a:hover {
  background-color: #ff6633;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
} */

.text-center.img-spacing {
  padding: 30px 0;
}

.trial-btn.text-center {
  padding: 20px 0;
}

.schedule-list-tab {
  margin: 0 0 40px 0;
}

.schedule-list-tab h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #2b2d42;
  margin-bottom: 25px;
}

.schedule-list-tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.schedule-list-tab ul li a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #f5f7fa;
  border: 2px solid #7a5af8;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.schedule-list-tab ul li a:hover {
  background-color: #7a5af8;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(122, 90, 248, 0.2);
}

.grade-book-list-gap .trial-btn {
  margin-top: 25px;
}

.book-list-banner-img {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .book-list-links ul li a {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {

  h1,
  h2 {
    font-size: 2rem;
    /* 32px */
  }

  .section-padding {
    padding: 30px 0px 30px 0px;
  }

  h4 {
    font-size: 20px;
  }

  .book-list-links ul {
    column-count: 1;
  }
}

/* mio educators */
.mio-img img {
  border-radius: 32px 32px 32px 32px;
}

.kids-sell-sc-title h3 {
  margin-bottom: 32px;
  color: #374151;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.kids-sell-mn {
  padding: 096px 0px 0px 0px;
}

.sell-in-action-sc {
  background-color: #fcf1ea;
  border-radius: 64px;
  padding: 100px 0px 100px 0px;
}

div#mioAccordion {
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 08px 24px 8px 24px;
  border-radius: 32px 32px 32px 32px;
  box-shadow: 8px 8px 0px 0px #bbc7d9;
  max-width: 790px;
  margin: 0 auto;
}

div#mioAccordion .accordion-item {
  border: 0;
}

.mio-pgram {
  background: #f0f6ff;
  border-radius: 32px 32px 32px 32px;
  text-align: center;
}

.accordion-body {
  font-size: 18px;
  line-height: 28px;
  padding: 0px 0px 024px 0px;
}

.accordion-button:focus {
  border: 0;
}

div#mioAccordion .accordion-button {
  background-color: white;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
}

.bottom-img img {
  width: 166px;
}

.blue-border-bottom {
  border-color: #75a1dc;
}

.orange-border-bottom {
  border-color: #e0a179;
}

.green-border-bottom {
  border-color: #a2ce46;
}

.pillars h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0px 0px 0px 0px;
  padding: 064px 0px 024px 0px;
  border-style: solid;
  border-width: 0px 0px 04px 0px;
  width: 100%;
}

.pillars-check-img {
  padding: 064px 0px 024px 0px;
}

.purple-bg {
  background-color: #f4e9ff;
}

.mio-program-details ul {
  list-style: disc;
}

.roadmap-text {
  padding: 024px 0px 0px 0px;
  font-size: 20px;
  line-height: 30px;
  color: #1f2937;
}

.border-64 {
  border-radius: 64px;
}

.teachers-everywhere p {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
}

.teachers-everywhere .container {
  max-width: 1200px;
}

.decorative-img-img img {
  position: absolute;
  left: 40%;
}

/* schoolio unique program */
/* .kind-program-inner ul li {
  width: 16%;
  text-align: center;
} */
.program-nav {
  padding: 20px;
  list-style: none;
  background: #f9f9f9;
  border-radius: 16px;
  justify-content: center !important;
  gap: 20px;
}

.program-nav li {
  flex: 1 1 250px;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-nav li h5 {
  margin: 0;
}

.program-nav li a {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.program-nav li a:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  transform: translateY(-3px);
}


.stands-out-list li,
.intentionally-list li,
.adaptive-Learning-list li,
.schoolio-work-list li,
.perfect-fit-list li {
  font-size: 18px;
  font-weight: 400;
  list-style: disc;
}

.section-detail p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.kind-program-inner li {
  list-style: none;
}

.custom-form.grade-form {
  width: 40%;
  margin: 0 auto;
}

.intentionally-list li {
  font-size: 19px;
  font-weight: 600;
}

.perfect-fit-img img {
  max-width: 330px;
  height: 390px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px 16px 16px 16px;
  box-shadow: -51px 48px 0px 0px #ffefe4;
}

.perfect-fit-img {
  margin: 0 auto;
}

.stands-out-img-two img {
  width: 800px;
}

.stands-out-img img,
.schoolio-work-img img {
  max-width: 330px;
  height: 390px;
  object-fit: cover;
  object-position: center center;
  border-radius: 16px 16px 16px 16px;
  box-shadow: -51px 48px 0px 0px #f4e5ff;
}

.kind-program-inner ul {
  margin-left: 0;
}

.schoolio-work-para {
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  .schoolio-books-offline .digital-books {
    right: 0px !important;
    top: 0 !important;
  }

  .schoolio-work-para p,
  .perfect-fit-para {
    margin-top: 2rem;
  }

  .stands-out-list ul {
    margin-top: 2rem;
  }

  .section-padding {
    padding: 30px 0px 30px 0px;
  }

  .stands-out-img img,
  .schoolio-work-img img {
    width: 220px;
    height: 190px;
  }

  .perfect-fit-img img {
    max-width: 200px;
    height: 190px;
  }

  .kind-program-inner ul {
    padding: 0;
  }

  .kind-program-inner ul li {
    width: 100%;
    margin: 7px;
  }

  .section-detail p {
    margin-top: 2rem;
    font-weight: bold;
  }

  .stands-out-img img,
  .schoolio-work-img img {
    max-width: 180px;
    height: 120px;
  }

  .schoolio-work-img {
    margin: auto;
  }

  .philosophy-inner ul {
    padding-left: 2rem;
  }
}



/* social-emotional learning program */
.aa-hero {
  background-image: url("hero-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
}

.aa-struggling ul li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.aa-video iframe {
  border-radius: 10px;
}

.aa-emotional-signs img,
.aa-struggling img {
  border-radius: 10px;
}

.aa-curriculum .col-md-3,
.aa-needs-sel .col-md-4 {
  background: #f8f9fa;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.aa-reviews .col-md-4 {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.aa-footer {
  background-color: #212529;
  color: white;
}

/*  .hero-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}*/

.banner-overlay {
  background-color: #2d1d54;
  opacity: 0.6;
  position: absolute;
  inset: 0;
  /* shorthand for top: 0; right: 0; bottom: 0; left: 0; */
  z-index: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner-content {
  z-index: 2;
}

.hero-banner .btn-orange {
  background-color: #ff5c00;
  font-family: "Amaranth", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1em;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #b36b35;
  border-radius: 35px 35px 35px 35px;
  padding: 22px 60px 22px 60px;
  color: white;
}

.btn-orange:hover {
  background-color: darkorange;
}

.hero-banner h1.fw-bold {
  font-size: 81px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1.2em;
  color: #ffffff;
}

.lightpink {
  background-color: #ffebe6;
}

.aa-struggling img.img-fluid.girl.mb-3 {
  border-style: solid;
  border-width: 15px 15px 15px 15px;
  border-color: #ffffff;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 6px 8px 3px rgba(0, 0, 0, 0.1);
}

.aa-struggling .second-girl {
  margin-top: -75px !important;
  margin-left: 50px;
}

.custom-list-box.row.pt-3 li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fc6d02;
  margin-right: 10px;
  transition: color 0.3s;
}

.aa-struggling .btn.btn-primary,
.aa-video .btn.btn-primary,
.aa-needs-sel .btn.btn-primary,
.aa-mental-health .btn.btn-primary,
.aa-Better-Future .btn.btn-primary,
.aa-better-future .btn.btn-primary,
.emotional-curriculum-section .btn.btn-primary {
  background-color: #ff5c00;
  font-family: "Amaranth", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 1em;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #b36b35;
  border-radius: 35px 35px 35px 35px;
  padding: 22px 60px 22px 60px;
  color: white;
}

.aa-video .container {
  background-color: #fc6d02;
  padding: 50px;
  border-radius: 30px;
}

.custom-social-emotional-section .bg-light-peach {
  background-color: #ffe8e0;
}

.custom-social-emotional-section .bg-light-blue {
  background-color: #d8e9f9;
}

.custom-social-emotional-section .bg-light-gray {
  background-color: #f0f0f3;
}

.custom-social-emotional-section .text-orange {
  color: #ff6b00;
}

.custom-social-emotional-section .btn-orange {
  background-color: #ff6b00;
  color: white;
  border: none;
}

.custom-social-emotional-section .btn-orange:hover {
  background-color: #e55f00;
}

.custom-social-emotional-section .circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.circle.bg-orange.me-3,
.circle.bg-orange.d-flex.align-items-center.justify-content-center {
  background: #fc6d02;
}

.custom-social-emotional-section .rounded p {
  font-size: 19px;
}

.custom-mental-health-section .text-dark-purple {
  color: #2d004d;
  /* Deep purple */
}

.custom-mental-health-section .text-orange {
  color: #ff6b00;
}

.custom-mental-health-section .orange-divider {
  width: 60px;
  height: 4px;
  border-bottom: 2px solid #ff6b00;
  position: relative;
}

.custom-mental-health-section .orange-divider::after {
  content: "•••";
  position: absolute;
  top: -10px;
  left: 20px;
  color: #ff6b00;
  font-size: 18px;
  letter-spacing: 4px;
}

.custom-mental-health-section img.img-fluid.rounded {
  height: 246px;
  width: 383px;
}

span.text-orange.me-2 {
  display: none;
}

.custom-mental-health-section li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fc6d02;
  margin-right: 10px;
  transition: color 0.3s;
}

section.aa-Better-Future.py-5 {
  background-color: #6c6087;
  color: white;
  padding: 200px 0px !important;
  /* opacity: 0.7; */
}

@media (max-width: 767.98px) {
  .custom-social-emotional-section .circle {
    width: 40px;
    height: 40px;
  }
}

.aa-better-future img.emotion-image.w-100 {
  width: 100%;
  border-style: solid;
  border-width: 15px 15px 15px 15px;
  border-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 6px 8px 3px rgba(0, 0, 0, 0.1);
}

.aa-better-future .text-dark-purple {
  color: #2d004d;
}

section.aa-Better-Future.sel.py-5 {
  color: unset;
}

h2.fw-bold.text-dark-purple.text-center {
  color: #2d004d;
}

.emotional-curriculum-section {
  background-color: #ffece5;
}

.curriculum-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #fff;
}

.curriculum-card p {
  color: #fff;
}

/*.group-box {
  padding: 25px;
  border-radius: 20px;
}

.orange-box {
  background-color: #fff3e0;
}

.green-box {
  background-color: #e8f5e9;
}*/

.btn-orange {
  background-color: #ff6f00;
  border: none;
}

.btn-orange:hover {
  background-color: #e65100;
}

section.emotional-curriculum-section.py-5 .row.gx-4.gy-4.justify-content-center.group-box.orange-box.rounded-4.p-4,
section.emotional-curriculum-section.py-5 .row.gx-4.gy-4.justify-content-center.group-box.green-box.rounded-4.p-4.mt-4 {
  padding: 0 !important;
  color: white;
}

.curriculum-card.orange.h-100 {
  background-color: #fc6d02;
}

.curriculum-card.blue.h-100 {
  background-color: #0575b5;
}

.curriculum-card.green.h-100 {
  background-color: #6ebe41;
}

.curriculum-card.red.h-100 {
  background-color: #ea0001;
}

.additional-research-section {
  background-color: #ffffff;
}

.research-list li {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.image-wrapper {
  border: 10px solid #f7f7f7;
}

.testimonial-footer .testimonial-image img {
  height: 50px;
  width: 50px;
}

.testimonial-slider .testimonial {
  background-color: #ffebe6;
  border-width: 4px 4px 4px 4px;
  border-radius: 40px;
  border: 4px solid #fc6d02;
  padding: 20px 20px 20px 20px;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.testimonial-slider .slick-slide {
  margin: 0 10px;
  /* 10px space between slides */
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Offset the track so margin doesn't cause overflow */
.testimonial-slider .slick-track {
  margin-left: -10px;
  margin-right: -10px;
}

.testimonial-gallery {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.testimonial-gallery {
  width: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
  border-radius: 12px;
}

/* Hover effect */
.testimonial-gallery:hover {
  transform: scale(1.05);
  filter: brightness(65%);
  cursor: pointer;
}

.section-padding {
  padding: 50px 10px 50px 10px;
}

.testimonial-slider .slick-dots li button:before {
  font-size: 18px;
}

.testimonial-slider .slick-dots li.slick-active button:before {
  color: #fc6d02;
}

/* high-schooler */
.girl-img {
  max-width: 330px;
  object-fit: contain;
  object-position: center center;
  border-radius: 16px 16px 16px 16px !important;
  box-shadow: -51px 48px 0px 0px #f4e5ff;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero {
  background: linear-gradient(to right, #6ed3cf, #8360c3);
  color: white;
  padding: 40px 0;
  text-align: center;
}

.hero img {
  max-height: 300px;
}

/* .section-title {
      font-size: 32px;
      font-weight: bold;
    } */
.feature-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.pushdown {
  background-color: #fff !important;
}

/* home school program package */
.pricing-section {
  background-image: url("https://i0.wp.com/schoolio.com/wp-content/uploads/2023/05/what-parents-need-to-know-about-ChatGPT-.jpg?fit=2240%2C1260&ssl=1");
  background-repeat: no-repeat;
  background-size: cover;
}

.column-left {
  background-color: #ffffff99;
  padding: 056px 056px 056px 056px;
  border-radius: 32px;
}

.Pricing-sc div#mioAccordion {
  max-width: 100%;
  background: none;
  box-shadow: none;
  padding: 0;
}

.Pricing-sc .accordion-body {
  text-align: left;
  border: none;
}

.Pricing-sc .accordion-item {
  border-radius: 32px;
}

.Pricing-sc div#mioAccordion .accordion-button {
  background-color: white;
  box-shadow: none;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 50px;
  border-radius: 32px;
  padding: 35px 32px 35px 32px;
  border-bottom: 1px solid #d5d8dc;
}

.Pricing-sc div#mioAccordion .accordion-item {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .Pricing-sc .div#mioAccordion {
    padding: 0;
  }

  .Pricing-sc div#mioAccordion {
    padding: 0;
  }
}

/* schoolio for microschool */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.slick-prev:before,
.slick-next:before {
  color: white;
  /* arrow color */
  font-size: 30px;
  /* optional: arrow size */
}

.custom-prev {
  left: 10px;
}

.custom-next {
  right: 10px;
}

/* Optional: Make sure slider container is relative */
.your-class-wrapper {
  position: relative;
}

.free-trial-btn .btn {
  border-radius: 4px 4px 4px 4px;
  padding: 16px 32px 16px 32px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
}

.ready-to-teach-img {
  text-align: center;
}

.ready-to-teach-img img {
  width: 35px;
  height: 100px;
  margin: auto;
}

.green-btn {
  background-color: #1f5ed8;
}

.green-btn:hover {
  background-color: #fff;
  color: #1f5ed8;
}

.financial-literacy-section-1 .custom-finlit-text-block {
  background-color: #fcf1ea;
}

.custom-finlit-text-block {
  background: #fcf1ea;
  padding: 32px;
  border-radius: 32px;
}

.ready-start-section iframe {
  width: 100%;
  height: 700px;
}

.custom-finlit-header p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
}

.custom-finlit-point {
  padding: 32px 0px 16px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #e0a179;
}

.custom-finlit-para {
  color: #d97139;
  font-size: 22px;
}

.custom-finlit-point ul {
  list-style: disc;
}

.custom-finlit-cta {
  padding: 20px 0;
}

.section-bg-color {
  background-color: #f0f6ff;
  border-radius: 50px;
}

.custom-blue-point {
  padding: 10px 0px 16px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #75a1dc;
}

.ready-to-teach-video iframe {
  max-width: 100%;
  width: 100%;
  border-radius: 25px;
}

.free-guide-form .input input,
.free-guide-form .input select {
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  background-color: #ebeef2;
}

.virtual-monthly-iframe iframe {
  width: 100%;
}

.variation-price {
  margin-bottom: 25px;
}

p.price {
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .custom-finlit-text-block {
    padding: 15px;
  }

  .parents-says {
    margin-top: 10px;
  }

  .custom-finlit-point ul li {
    font-size: 16px;
  }

  .custom-finlit-header p {
    font-size: 20px;
  }

  .custom-finlit-point {
    padding: 16px 0px 16px 0px;
  }

  .btn-orange {
    font-size: 13px;
  }
}

/* kidergarten css */
/* .image-container {
      overflow: hidden;
      clip-path: inset(0 round 70% / 70%);
      -webkit-clip-path: inset(0 round 70% / 70%);
    }

    .image-container img {
      object-fit: cover;
      display: block;
    } */

.btn-orange:hover {
  background-color: #d8661b;
}

.welcome-text {
  font-size: 31px;
  font-weight: 600;
}

.welcome-head {
  font-weight: 700;
  /* color: #0674B7; */
}

.blue-color-text {
  /* color: #0674B7; */
}

.uniqueprogram {
  background-color: #edf2fa;
  border-radius: 64px 64px 0px 0px;
  padding: 30px 0px 0px 0px;
}

.uniqueprogram .image-container img {
  object-fit: cover;
}

h3.blue-color-text {
  font-weight: 700;
  line-height: 1.2em;
  /* color: #0674B7; */
  /* font-size: 36px; */
}

.courses-cards .card {
  background-color: #edf2fa;
  padding: 20px 15px;
  border-radius: 20px;
}

.courses-cards .card-title {
  color: #0674b7;
}

.cards-btn {
  padding-top: 20px;
}

.card-title-mn {
  background-color: #0674b7;
  margin: 0px 0px 0px 0px;
  padding: 37px 37px 60px 37px;
  border-radius: 26px 26px 0px 0px;
  color: #fff;
  margin-bottom: 20px;
}

.card-title-mn h4 {
  font-size: 24px;
}

.guide-sc .card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 26px;
  padding: 0 !important;
}

.guide-sc .guide-card-img img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.getstarted-btn {
  padding: 25px 0;
}

.guide-card-img2 img {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.promo-section {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 150px 0px 120px 0px;
  text-align: center;
  background-image: url("https://i0.wp.com/schoolio.com/wp-content/uploads/2024/02/multi-colored-eggs-painted-by-group-of-kids-9S9SBYZ-jpg.webp?fit=1920%2C943&ssl=1");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shape-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
}

.shape-divider svg {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: calc(100% + 1.3px);
  height: 108px;
}

.promo-container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.promo-button {
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  fill: #191a56;
  color: #191a56;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 32px 16px 32px;
}

.promo-button:hover {
  transform: scale(1.1);
}

.background-overlay {
  background-color: #0674b7;
  opacity: 0.9;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
}

.promo-container h2,
.promo-container h5,
.promo-container p {
  color: #fff;
}

.parent-img img {
  height: 100%;
  width: 100%;
  /* border-radius: 70% 70% 100% 100%; */
}

.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /* Centers the slider */
}

.parents-says-mn {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 30px 30px 30px;
  border-radius: 50px;
}

.parent-title {
  text-align: center;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.swiper-slide img {
  width: 100%;
  /* Makes sure the images are responsive */
  height: auto;
  border-radius: 10px;
  /* Optional: for rounded corners */
}

.swiper-button-prev,
.swiper-button-next {
  color: hsla(0, 0%, 93%, 0.9);
  /* White navigation arrows */
}

.swiper-pagination {
  bottom: 10px;
  /* Adjust pagination position */
}

.parents-says {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .banner-information p {
    margin: 0;
  }

  .courses-cards .card {
    padding: 10px;
  }

  .card-body {
    padding: 10px;
  }

  .card-body ul {
    padding-left: 1rem;
  }
}

@media (max-width: 767.98px) {
  body.home.wp-singular.page-template.page-template-homepage-custom-template.page-template-homepage-custom-template-php.page.page-id-78724.wp-custom-logo.wp-theme-schoolio.theme-schoolio.woocommerce-no-js.eio-default.woocommerce-multi-currency-CAD.woo-variation-swatches.wvs-behavior-blur.wvs-theme-schoolio.wvs-mobile.wvs-show-label.wvs-tooltip.no-sidebar:has(.pushdown) {
    margin-top: 0 !important;
  }

  .welcome-text {
    font-size: 27px;
  }

  h3.blue-color-text {
    font-size: 32px;
  }

  .courses-cards .card {
    padding: 0;
  }

  .card-title-mn {
    padding: 20px;
  }

  h1,
  h2 {
    font-size: 2rem;
    /* 32px */
  }

  a {
    color: #0b1a30;
  }

  .getstarted-btn {
    margin-bottom: 25px;
  }

  .parents-says-mn {
    padding: 10px;
  }
}

/* checkout css */
.checkout-button.button.alt.wc-forward {
  color: #fff !important;
}

.woocommerce-page table.cart td.actions .input-text {
  width: 110px;
}

.woocommerce table.shop_table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table tbody>tr:nth-child(odd)>td {
  background: hsla(0, 0%, 50.2%, 0.1019607843);
}

.quantity {
  color: #d97139;
}

#customer_details label {
  font-size: 16px;
}

.custom-form input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}

/* highschool */

/* blog css s */
div#comments {
  display: none;
}

.wc-pao-addons-container {
  display: none;
}

/* blog css e */

/* Blog Page Css Start */

/* Scope all styles to the blog page only */
.custom_blog_page {
  /* Optional: set font and background for the blog page */
  font-family: "Montserrat", Arial, sans-serif;
  background: #fff;
}

/* Layout: posts and sidebar side by side */
.custom_blog_page {
  display: flex;
  flex-direction: row;
  gap: 48px;
  max-width: 1600px;
  margin: 0 auto;
  align-items: flex-start;
  padding: 40px 24px;
  box-sizing: border-box;
}

/* Main grid area for posts */
.custom_blog_page .Post_Grid {
  flex: 2;
  min-width: 0;
}

/* 2-column grid for posts */
.custom_blog_page .wpos-post-grid-veiw.wpos-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}

/* Individual post card */
.custom_blog_page .wpos-post-views.meida-6 {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}

.custom_blog_page .wpos-post-views.meida-6:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.12);
}

/* Post image */
.custom_blog_page .post-fetured-imag img,
.custom_blog_page .post-featured-imag img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  background: #f3f3f3;
  display: block;
}

/* Author section */
.custom_blog_page .post-author {
  display: flex;
  gap: 12px;
  margin: 18px 0 0 18px;
}

.custom_blog_page .author-img img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f3f3f3;
  border: 2px solid #eee;
}

.custom_blog_page .author-details {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.custom_blog_page .author-name {
  font-weight: 600;
  margin: 0;
  color: #222;
  font-size: 15px;
}

.custom_blog_page .post-date {
  color: #888;
  font-size: 13px;
  margin-top: 2px;
}

/* Post title */
.custom_blog_page .post-title {
  margin: 18px 18px 0 18px;
  color: #2d2d2d;
  line-height: 1.3;
}

.custom_blog_page .post-title a {
  color: #2d2d2d;
  text-decoration: none;
  transition: color 0.2s;
}

.custom_blog_page .post-title a:hover {
  color: #6c63ff;
}

/* Post meta (views, time) */
.custom_blog_page .post-count-read {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0 18px 18px;
  font-size: 15px;
  color: #888;
}

.custom_blog_page .post-veiw i,
.custom_blog_page .post-read-time i {
  margin-right: 5px;
  color: #6c63ff;
}

/* Load More button */
.custom_blog_page .post_loadmore {
  grid-column: 1 / -1;
  text-align: center;
  margin: 32px 0 0 0;
}

.custom_blog_page .post_loadmore span {
  display: inline-block;
  background: #6c63ff;
  color: #fff;
  padding: 12px 32px;
  border-radius: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.custom_blog_page .post_loadmore span:hover {
  background: #4b47c3;
}

/* Sidebar styling */
.custom_blog_page .sidebar_grid {
  flex: 1;
  min-width: 320px;
  max-width: 350px;
  background: none;
  padding: 0 0 0 20px;
}

.custom_blog_page .sidebar_grid h6,
.custom_blog_page .sidebar_grid h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 32px 0 16px 0;
  color: #444;
  letter-spacing: 1px;
}

/* Modern search form styling for blog sidebar */
.custom_blog_page #searchform {
  display: flex;
  align-items: center;
  background: #fafbfc;
  border-radius: 18px;
  padding: 14px 20px;
  margin-bottom: 32px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.2s;
}

.custom_blog_page .search-field {
  border: none;
  background: transparent;
  font-size: 18px;
  flex: 1;
  padding: 0;
  outline: none;
  color: #222;
}

.custom_blog_page #searchform button {
  background: none;
  border: none;
  color: #6c63ff;
  font-size: 1.7rem;
  cursor: pointer;
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.custom_blog_page #searchform button:hover {
  color: #4b47c3;
}

.custom_blog_page .search-field::placeholder {
  color: #b0b0b0;
  opacity: 1;
  font-weight: 400;
}

.custom_blog_page .wpos-category-list {
  margin-bottom: 32px;
}

.custom_blog_page .category-term {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
}

.custom_blog_page .term-title {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.2s;
}

.custom_blog_page .term-title:hover {
  color: #222;
}

.custom_blog_page .term-count {
  color: #888;
  font-size: 14px;
}

/* Featured posts in sidebar */
.custom_blog_page .wpos-fetured-veiw.wpos-list-1 {
  margin-top: 24px;
}

.custom_blog_page .wpos-fetured-views.meida-12 {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.custom_blog_page .post-image-feature img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  background: #f3f3f3;
  display: block;
}

.custom_blog_page .featured-count p {
  background: #6c63ff;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.custom_blog_page div.post_loadmore span {
  background-color: #5e328b;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 16px;
  box-shadow: 6px 6px 0 #401869;
  font-family: "Museo Sans-300", sans-serif;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

.custom_blog_page div.post_loadmore span:hover {
  background-color: #7649a1;
  box-shadow: 4px 4px 0 #2f0f58;
  transform: translateY(-2px);
}

/* Responsive: stack to 1 column on small screens */
@media (max-width: 1100px) {
  .custom_blog_page {
    flex-direction: column;
    gap: 0;
    padding: 24px 8px;
  }

  .custom_blog_page .sidebar_grid {
    max-width: 100%;
    min-width: 0;
    padding: 0;
    margin-top: 40px;
  }

  .custom_blog_page .wpos-post-grid-veiw.wpos-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .custom-form input[type="date"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"],
  select,
  textarea {
    width: 100%;
  }
}

/* highschoolers */
.girl-img {
  max-width: 330px;
  object-fit: contain;
  object-position: center center;
  border-radius: 16px 16px 16px 16px !important;
  box-shadow: -51px 48px 0px 0px #f4e5ff;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero {
  background: linear-gradient(to right, #6ed3cf, #8360c3);
  color: white;
  padding: 40px 0;
  text-align: center;
}

.hero img {
  max-height: 300px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
}

.feature-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.high-schooler-wrapper .feature-card.one strong a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #ff6633 !important;
}

.high-schooler-wrapper .feature-card.two strong a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #cc3333 !important;
}

.high-schooler-wrapper .feature-card.three strong a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #6ebe41 !important;
}

.high-schooler-wrapper .feature-card.four strong a {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  color: #3366cc !important;
}

.feature-card.p-3 {
  padding: 0 !important;
}

.row.text-center.fetaure-card {
  margin-top: 100px !important;
}

.feature-card {
  border: 1px solid #e2e2e2;
}

/* my account page  */
.my-account-nav {
  background: none !important;
  background-color: #4b0082bf !important;
  border-radius: 10px !important;
  padding: 50px 0px !important;
  display: flex;
  justify-content: flex-start;
}

.custom-account-nav-list li {
  margin-bottom: 15px;
  font-size: 17px;
  padding: 10px;
}

ul.custom-account-nav-list li a {
  color: white !important;
}

ul.custom-account-nav-list {
  width: 100%;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-account-content-style a {
  color: rgb(13 110 253);
}

.slick-testimonial .slick-prev,
.slick-testimonial .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  background-color: #333;
  border-radius: 50%;
  color: white;
}

.slick-testimonial .slick-prev {
  left: -50px;
}

.slick-testimonial .slick-next {
  right: -50px;
}

.slick-testimonial .slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: white;
}

.slick-testimonial .slick-prev:hover,
.slick-testimonial .slick-prev:focus,
.slick-testimonial .slick-next:hover,
.slick-testimonial .slick-next:focus {
  width: 40px;
  height: 40px;
  z-index: 10;
  background-color: #333;
  border-radius: 50%;
  color: white;
}

/* product page */
.custom-tab-variation button.tab-btn {
  border-radius: 21px !important;
  font-size: 18px !important;
  font-weight: 500;
}

.custom-tab-variation button.tab-btn.active {
  border: 4px solid #000;

}

.p.btn-purple-form-submit-msg {
  background-color: #5e328b;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 16px;
  box-shadow: 6px 6px 0 #401869;
  font-family: "Museo Sans-300", sans-serif;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  width: 50%;
}

/* .custom-tab-variation button.tab-btn.active{
  display: none;
} */
.single-product main#main {
  margin-top: 20px;
}

/* homeschooling-families/ */
.family-text-one {
  background: #F0F6FF;
  margin-top: 30px;
  border-radius: 64px 64px 64px 64px;
  position: relative;
}

.family-text {
  max-width: 445px;
  width: 100%;
}

.family-text p {
  font-size: 22px;
  line-height: 45px;
}

.masked-img {
  width: 300px;
  height: auto;
  -webkit-mask-image: url('/wp-content/themes/schoolio/assets/mask-shapes/sketch.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: url('/wp-content/themes/schoolio/assets/mask-shapes/sketch.svg');
  mask-repeat: no-repeat;
  mask-size: cover;
}

.family-text-one::before {
  content: "";
  display: block;
  width: 150px;
  /* Adjust as needed */
  height: 80px;
  margin: 0 auto 20px;
  background-image: url('https://staging32.schoolio.com/wp-content/uploads/2023/05/line.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -50px;
  left: 50%;
}

.family-text-one::after {
  margin: 20px auto 0;
  /* Push it below */
}

.schoolio-difference b,
.schoolio-difference a {
  color: #ffd32b;
}

.description-width {
  width: 465px;
}

/* usa homeschooling footer */
.position-relative-container .trial-btn .btn-yellow {
  color: #000000 !important;
}

.btn-yellow {
  background-color: #FFD32B;
  font-family: "Museo Sans-500", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 34px;
  fill: #000000;
  color: #000000 !important;
  box-shadow: 6px 6px 0px 0px #DBAD4C;
  border-radius: 16px 16px 16px 16px;
  padding: 016px 32px 016px 32px;
}

.testimonial-banner {
  position: relative;
}

.testimonial-banner .bg-color {
  background-color: #1F1D0D;
  border-radius: 4px;
  position: relative;
  padding: 20px;
}

.our-family-member .content p {
  /* color: #5E328B; */
  color: #374151;
}

.our-family-member .content img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 32px;
}

.our-family-member .content h2 {
  color: #5E328B;
  font-weight: 400;
}

.position-relative-container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.happy-cust {
  background-color: #FFD32B;
  background-image: url("https://i0.wp.com/schoolio.com/wp-content/uploads/2024/02/Element.png?fit=982%2C614&ssl=1");
  background-position: center center;
  padding: 30px;
  border-radius: 4px;
  margin: 120px 10px -30px 40px;
}

.happy-cust img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center center;
  background: url('https://i0.wp.com/schoolio.com/wp-content/uploads/2024/02/Element.png?fit=982%2C614&ssl=1');
}

.decorative-img.one {
  position: absolute;
  top: 65%;
  right: 0;
}

.testimonial-banner .decorative-img.two {
  position: absolute;
  right: 0;
  top: 0;

}

.decorative-img.two img {
  rotate: 95deg;
}

.decorative-img img {
  width: 64px;
  height: 64px;
}

.learning-platform img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.testimonial-column-sc {
  padding: 100px 0px 120px 0px;
}

.testimonial-column-sc h1 {
  font-size: 42px;
}

.testimonial-column-sc p {
  color: #fff;
}

.footer-testimonial h1,
.footer-testimonial p,
.footer-testimonial {
  color: #fff;
}

.schoolio-difference {
  background-color: #1F1D0D;
  background-position: 92% 0%;
  background-repeat: no-repeat;
  background-size: 10% auto;
  color: #fff;
  position: relative;
}

.schoolio-difference .kids-btn .kids-signup {
  box-shadow: 0px 0px 10px 12px rgba(255, 255, 255, 0.99);
}

.footer-testimonial .triangle-animated-img {
  width: 240px;
  height: 240px;
  position: absolute;
  max-width: auto;
  bottom: 0%;
  z-index: 0;
  left: 42%;

}



@keyframes rollToCenter {
  0% {
    transform: translateX(-200px) rotate(-360deg);
    opacity: 0;
  }

  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}

[data-aos="roll-center"] {
  opacity: 0;
  transform: translateX(-200px) rotate(-360deg);
  transition-property: transform, opacity;
}

[data-aos="roll-center"].aos-animate {
  animation: rollToCenter 1s ease forwards;
}

/* Footer */
@media (max-width: 767.98px) {

  h1,
  h2 {
    font-size: 2rem;
    /* 32px */
  }

  p {
    font-size: 16px;
  }

  .position-relative-container {
    padding: 20px;
  }

  .happy-cust {
    padding: 10px;
  }

  .happy-cust img {
    height: auto;
  }

  .our-family-member .content {
    padding-top: 25px;
  }

  .section-padding {
    padding: 30px 0px 30px 0px;
  }

  .testimonial-banner h1 {
    padding: 60px 12px 60px 12px
  }

  .happy-cust {
    margin: 0;
  }

  .why-choose .why-choose-mn {
    padding: 20px;
  }

  .dark-pink-btn {
    padding: 016px 30px 016px 30px;
    font-size: 20px;
  }

  .albamalogo {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* fin-lit css s */

.schoolio_header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: white;
  transition: box-shadow 0.3s ease;
}

.schoolio_header.sticky-shadow {
  box-shadow: 0 6px 12px -1px rgba(0, 0, 0, 0.25);
}

#go_back_btn .button {
  display: inline-block;
  background-color: #e5e7eb;
  color: #374151;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

/* alabama css */
.dark-pink-btn {
  display: inline-block;
  background-color: #a02b93;
  font-size: 22px;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: none;
  line-height: 21px;
  fill: #ffffff;
  color: #ffffff !important;
  border-radius: 16px 16px 16px 16px;
  padding: 016px 60px 016px 60px;
  font-weight: 500;
  border: 2px solid #000;
}

.online-learning-alabama p.text-left {
  font-size: 22px;
}

.all-in-one-section-alabama .icon-list {
  margin-left: 0;
}

.overvies-bg-color {
  border-radius: 50px 50px 50px 50px;
}

.product-image {
  text-align: center;
  padding: 30px;
  border-radius: 32px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.prices-text ul.icon-list li {
  margin: 20px 0;
  font-size: 20px;
}

.why-choose .why-choose-mn {
  background-color: #F0F6FF;
  padding: 064px 064px 064px 064px;
  border-radius: 64px;
  text-align: center;
  margin-top: 30px;
}

.albamalogo img {
  object-fit: contain;
  height: 100%;
  border-radius: 0;
}

.alabaman-text {
  font-size: 26px;
  margin-bottom: 30px;
}

.alabama-heading {
  padding-bottom: 30px;
}

.footer-testimonial-wrapper ul ul {
  list-style: circle;
}

.footer-testimonial-wrapper ul {
  list-style: disc;
}

.sample-shortcode-form {
  display: flex;
  justify-content: center;
}

/* comparision table */
.comparison-wrap {
  color: #0f172a;
  background: #ffffff;
}

.comparison-wrap h2 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 1rem;
  letter-spacing: .2px;
}

.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(2, 6, 23, .06);
}

.compare thead th:first-child {
  text-align: left;
}

.compare thead th {
  background: rgba(37, 99, 235, .06);
  color: #2563eb;
  font-weight: 700;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #e2e8f0;
}

.compare tbody th {
  font-weight: 600;
  color: #475569;
}

.compare th,
.compare td {
  padding: .9rem 1.1rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}

.compare tbody tr:last-child th,
.compare tbody tr:last-child td {
  border-bottom: 0;
}

.compare tbody th {
  text-align: left;
}

/* Tick / Cross badges */
.mark {
  background-color: transparent !important;
}

.mark {
  display: inline-grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  border: 2px solid currentColor;
  font-weight: 800;
  line-height: 1;
}

.mark.yes {
  color: #16a34a;
  /* green */
}

.mark.yes::before {
  content: "✔";
  font-size: 1rem;
}

.mark.no {
  color: #dc2626;
  /* red */
  opacity: .9;
}

.mark.no::before {
  content: "✘";
  font-size: 1rem;
}

.testimonial-new .topic-title {
  text-align: left;
}

/* Mobile: stack into cards */
@media (max-width: 720px) {

  /* Keep the table structure but allow horizontal scroll */
  .compare {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    border-radius: 14px;
  }

  /* Ensure table is wide enough for side-by-side comparison */
  .compare table {
    min-width: 500px;
    /* adjust if needed */
    border-collapse: separate;
    border-spacing: 0;
  }

  .mark,
  mark {
    margin-bottom: 0;

  }

  /* Adjust header cells */
  .compare thead th {
    padding: .7rem .9rem;
    font-size: .9rem;
  }

  /* Adjust body cells */
  .compare th,
  .compare td {
    padding: .7rem .9rem;
    font-size: .9rem;
    text-align: center;
  }

  /* First column (feature titles) aligned left */
  .compare tbody th {
    text-align: left;
    font-size: .95rem;
  }

  /* Optional: reduce mark size for better fit */
  .mark {
    width: 1.6rem;
    height: 1.6rem;
    font-size: .85rem;
  }
}

.youtube-lazy img.w-100 {
  max-height: 100%;
}

.youtube-lazy iframe {
  width: 100%;
}

/* 1. Target the wrapper to enable Flexbox layout */
body.has-military-doc .cart-collaterals-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  /* Pushes items to far left and right */
  align-items: flex-start !important;
  /* Aligns them to the top */
  width: 100% !important;
  box-sizing: border-box !important;
}

body.has-military-doc .military-doc-upload h3 {
  margin-bottom: 5px !important;
}

body.has-military-doc .military-doc-upload p {
  margin-bottom: 5px !important;
}

/* 2. Style the Left Side (Upload Section) */
body.has-military-doc .cart-collaterals-wrapper .military-doc-upload {
  width: 48% !important;
  /* Takes up roughly half the space */
  float: none !important;
  /* Kill any existing floats */
  margin: 0 !important;
  padding-right: 20px !important;
  /* Optional spacing */
  box-sizing: border-box !important;
}

body.has-military-doc .cart-collaterals-wrapper .military-doc-upload input {
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

body.has-military-doc .cart-collaterals-wrapper .military-doc-upload .success-upload {
  color: green;
}

/* 3. Style the Right Side (Cart Totals) */
body.has-military-doc .cart-collaterals-wrapper .cart-collaterals {
  width: 48% !important;
  /* Takes up the other half */
  float: none !important;
  /* Kill any existing floats */
  display: block !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* 4. Ensure the inner cart totals div fills the space properly */
body.has-military-doc .cart-collaterals-wrapper .cart_totals {
  width: 100% !important;
  float: none !important;
}

/* --- OPTIONAL: Make them stack on mobile screens --- */
@media screen and (max-width: 768px) {
  body.has-military-doc .cart-collaterals-wrapper {
    flex-direction: column !important;
  }

  body.has-military-doc .cart-collaterals-wrapper .military-doc-upload,
  body.has-military-doc .cart-collaterals-wrapper .cart-collaterals {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}

.military-doc-upload {
  max-width: 520px;
  margin: 40px auto;
  padding: 28px 30px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  font-family: inherit;
}

.military-doc-upload h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.military-doc-upload p {
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 10px;
}

.military-doc-upload small {
  display: block;
  font-size: 12px;
  color: #6B7280;
  margin-bottom: 18px;
}

.military-doc-upload form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* File input */
.military-doc-upload input[type="file"] {
  padding: 14px;
  border: 1px dashed #CBD5E1;
  border-radius: 10px;
  background: #F9FAFB;
  font-size: 14px;
  cursor: pointer;
}

.military-doc-upload input[type="file"]::-webkit-file-upload-button {
  background: #E5E7EB;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 13px;
  cursor: pointer;
}

/* Upload button */
.military-doc-upload .button {
  background: #5e328b !important;
  color: #ffffff !important;
  border: none;
  padding: 12px 16px !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.military-doc-upload .button:hover {
  background: #1D4ED8;
  transform: translateY(-1px);
}

.military-doc-upload .button:active {
  transform: translateY(0);
}

/* Mobile friendly */
@media (max-width: 480px) {
  .military-doc-upload {
    padding: 22px 20px;
    margin: 20px 15px;
  }
}

/* Cart totals wrapper */
.cart-collaterals {
  margin-top: 30px;
}

/* Cart totals box */
.cart_totals {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  padding: 24px 26px;
  /* max-width: 420px; */
  margin-left: auto;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}


/* Heading */
.cart_totals h2 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 18px;
}

/* Table */
.cart_totals table {
  width: 100%;
  border-collapse: collapse;
}

/* Rows */
.cart_totals th,
.cart_totals td {
  padding: 12px 0;
  font-size: 14px;
  color: #374151;
}

/* Left column */
.cart_totals th {
  text-align: left;
  font-weight: 500;
}

/* Right column */
.cart_totals td {
  text-align: right;
  font-weight: 500;
}

/* Row separators */
.cart_totals tr:not(:last-child) {
  border-bottom: 1px solid #E5E7EB;
}

/* Total row highlight */
.cart_totals .order-total th,
.cart_totals .order-total td {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  padding-top: 16px;
}

/* Price styling */
.cart_totals .woocommerce-Price-amount {
  font-weight: 600;
}

/* Alert message */
.cart_totals .wc-proceed-to-checkout p {
  margin-top: 18px;
  padding: 12px 14px;
  background: #FEF2F2;
  border: 1px solid #FCA5A5;
  border-radius: 10px;
  font-size: 13px;
  color: #B91C1C;
  line-height: 1.4;
  margin-bottom: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cart_totals {
    max-width: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .cart_totals h2 {
    font-size: 18px;
  }

  .cart_totals th,
  .cart_totals td {
    font-size: 13px;
  }
}

/* =========================
   SCHOOLIO FAQ SECTION
========================= */

.schoolio-faq {
  /* padding: 60px 0; */
}

.schoolio-faq h3 {
  font-weight: 700;
}

/* Remove default accordion styles */
.schoolio-faq .accordion-item {
  border: none;
  margin-bottom: 10px;
  background: transparent;
  width: 100%;
}

/* Accordion button (pill style) */
.schoolio-faq .accordion-button {
  border-radius: 50px !important;
  border: 2px solid transparent;
  background: #fff;
  font-weight: 600;
  padding: 8px 14px;
  box-shadow: none;
}

/* Remove Bootstrap focus & bg */
.schoolio-faq .accordion-button:not(.collapsed) {
  background: #fff;
  color: #000;
  box-shadow: none;
}

.schoolio-faq .accordion-button:focus {
  box-shadow: none;
}

/* Arrow size */
.schoolio-faq .accordion-button::after {
  background-size: 14px;
  background-position: center;
}

/* BODY */
.schoolio-faq .accordion-body {
  padding: 15px 22px;
  font-size: 15px;
  color: #444;
}

/* =========================
   COLOR VARIANTS
========================= */

/* Purple */
.schoolio-faq .faq-item.purple .accordion-button {
  border-color: #663399;
}

/* Blue */
.schoolio-faq .faq-item.blue .accordion-button {
  border-color: #3366cc;
}

/* Yellow */
.schoolio-faq .faq-item.yellow .accordion-button {
  border-color: #ffcc00;
}

/* Green */
.schoolio-faq .faq-item.green .accordion-button {
  border-color: #66cc33;
}

/* =========================
   MOBILE TWEAKS
========================= */

@media (max-width: 767px) {
  .schoolio-faq .accordion-button {
    font-size: 14px;
    padding: 12px 18px;
    width: 100%;
  }

  .schoolio-faq .accordion-item {
    width: 100%;
  }

}

/* =========================
   BUNDLES SECTION
========================= */

.schoolio-bundles {
  padding: 70px 0;
  background: #fff;
}

.bundle-header h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.bundle-header p {
  max-width: 900px;
  margin: 0 auto;
  color: #555;
}

.bundle-card h4 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 22px;
}

/* Buttons */
.bundle-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.bundle-card img {
  width: 200px;
  height: 187px;
}

.btn-bundle {
  background: #ffb703;
  border-radius: 30px;
  padding: 8px 18px;
  font-weight: 600;
  color: #000;
  border: none;
}

.btn-bundle:hover {
  background: #ffcc00;
  color: #000;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .bundle-header p {
    font-size: 14px;
  }
}