/* GLOBAL CSS  */
button, div, h1, h2, h3, h4, h5, h6, p, span {
  font-family: Poppins, sans-serif !important;
  font-style: normal !important;
}

/* BUTTON CSS */
a.en-btn.en-btn--primary.en-btn--filled{
  background-color: #1cc0d8 !important;
  background: #e1e1e1;
  color: #fff !important;
  border: 0 !important;
  border-radius: 45px !important;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-size: 16px !important;
  margin: 0 !important;
  padding: 15px 30px !important;
  position: relative;
  text-decoration: none !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle !important;
}
a.en-btn.en-btn--primary.en-btn--filled:before {
  background: #85b711 !important;
  border-radius: 45px !important;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1
}
a.en-btn.en-btn--primary.en-btn--filled:hover,
a.en-btn.en-btn--primary.en-btn--filled:focus,
a.en-btn.en-btn--primary.en-btn--filled:active {
  color: white;
}
a.en-btn.en-btn--primary.en-btn--filled:hover:before,
a.en-btn.en-btn--primary.en-btn--filled:focus:before,
a.en-btn.en-btn--primary.en-btn--filled:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Hero Banner */
.hero-LP {
  width: 100%;
  position: relative;
}
.hero-LP-banner {
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  background-size: cover;
  display: block;
}
/* ===== Social Media Highlight Courses Section 1 ===== */
section.courses-highlight{
  padding-top: 60px !important;
}

section.courses-highlight.new-section.courseFitQuiz h2 {
  color: #1d103f !important;
  font-size: 26px !important;
  padding: 12px 20px;
  margin:0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.weeklyupdatelist {
    border-top: 1px solid #cccccc;
}
section.courses-highlight.new-section.courseFitQuiz p {
  color: #333;
}

section.courses-highlight.new-section.courseFitQuiz .school-text {
  width: 100%;
  padding: 0;
  border: 1px solid  #ccc;
  border-radius: 16px;
  margin-bottom:20px;
}
.descriptions {
  padding: 20px;
}
section.courses-highlight.new-section.courseFitQuiz .school-text:nth-child(1) .descriptions {
  display:block;
}
section.courses-highlight.new-section.courseFitQuiz h4 img.bulbIcon, img.bulbIcon {
  max-width: 24px;
  margin-right:10px;
  vertical-align: middle;
}
.descriptions h4 {
  color: #1d103f !important;
  font-size: 22px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.descriptions  li {
  margin-bottom: 10px;
}
span.pubdates {
  font-size: 16px;
  margin-left: 15px;
}
.buttonnew {
  /*border-bottom: 1px solid #e3e3e3;*/
  padding-bottom: 20px;
}
section.courses-highlight.new-section.courseFitQuiz .school-text .descriptions:nth-child(5) .buttonnew {
  border: 0;
  padding: 0;
}
p.whyThisCourse {
  margin-bottom: 10px !important;
}

/*  GLOBAL CODE FOR Course Fit Quiz, LITTLE MOMENTS, WHY FAMILIES & How Bloomster Works Section */
.container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1680px;
  padding: 0;
  width: 87.5vw;
}
section.new-section h2 {
  color: #fff !important;
  padding: 0;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
  font-size: 36px;
}
section.new-section .school-text p {
  color: #fff; !important;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 40px;
}
.courseoverviewvideo {
  width: 100%;
}
.video_container {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.video_icons {
  cursor: pointer;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease;
  z-index: 2;
}
section.new-section .school-image img {
  max-width: 85%;
  border-radius: 30px;
}
.video_container video {
  border-radius: 18px;
  display: block;
  height: auto;
  width: 100%;
}
video {
  padding: 0 10px;
  position: relative;
}
.school-banner {
  align-items: center;
  background-color: #ffc24b;
  border-radius: 20px;
  color: #222;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  padding: 40px 30px;
}
.school-text {
  text-align: left;
  width: 56%;
}
.school-image {
  width: 40%;
}

/* ===== Course Fit Quiz Section 2 ===== */
section.new-section {
  padding: 0px 0px 60px;
}
section.new-section.courseFitQuiz .school-banner {
  background: #1d103f;
}
.courseoverviewimage {
  width: 100%;
}
.courseoverviewimage img.quiz-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  max-width: 100% !important;
}

/* ===== Little Moments. Lifelong Skills. Section 3 ===== */
section.new-section .school-banner {
  background: #ffad33;
}
section.new-section.builtSection {
  padding-top: 0px !important;
}

/* ===== Why Families Choose Bloomster Section 4 ===== */
section.new-section.whyFamilies {
  padding-top: 0px !important;
}
section.new-section.whyFamilies .school-banner {
  background: #b179df;
}

/* ===== How Bloomster Works Video Section 5 ===== */
section.new-section.howBloomsterWork {
  padding-top: 0px !important;
}
section.new-section.howBloomsterWork .school-banner {
  background: #e77575;
}

/* ====== GLOBAL MOBILE FIXES ================= */
@media (max-width: 1024px) {
  .container {
    width: 92vw;
  }
}

/* ========== MOBILE STACKING (CORE) ============= */
@media (max-width: 768px) {
  /* HERO */
  .hero-LP-banner {
    height: 320px !important;
    object-position: center center;
  }
  /* SECTION SPACING */
  section.new-section {
    padding: 0px 0px 60px 0px;
  }
  /* STACK IMAGE + TEXT */
  .school-banner {
    flex-direction: column;
    padding: 24px 20px;
    gap: 20px;
  }
  .school-text,
  .school-image {
    width: 100%;
    text-align: left;
  }
  /* HEADINGS */
  section.new-section h2 {
    font-size: 26px;
    line-height: 1.25;
  }
  /* PARAGRAPH TEXT */
  section.new-section .school-text p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 28px;
  }
  /* VIDEO */
  .video_container video {
    padding: 0;
    border-radius: 16px;
  }
  /* BUTTONS */
  a.en-btn.en-btn--primary.en-btn--filled {
    width: 100%;
    text-align: center;
    padding: 14px 20px !important;
    font-size: 15px !important;
  }
  .buttonnew {
    width: 100%;
  }
  .descriptions {
    padding: 9px;
  }
  .descriptions h4 {
    font-size: 20px;
    margin: 0px 0 10px;
    flex-wrap: wrap;
  }
  span.pubdates {
    font-size: 14px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* =========== SMALL PHONES =========== */
@media (max-width: 480px) {
  .hero-LP-banner {
    height: 260px !important;
  }
  section.new-section h2 {
    font-size: 22px;
  }
  section.new-section .school-text p {
    font-size: 15px;
  }
  .school-banner {
    border-radius: 18px;
  }
  .video_container video {
    border-radius: 14px;
  }
}