/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica Neue', sans-serif;
  color: #222;
  background-color: #fff;
  line-height: 1.6;
}
img {
  max-width: 100%;
  display: block;
}
/* Header */
.header-LP {
  background-color: #1d103f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
  padding: 1rem 0;
  text-align: center;

}
.logo-LP {
  height: 60px;
  margin: auto;
}
/* Hero Banner */
.hero-LP {
  width: 100%;
}
.hero-LP-banner {
  width: 100%;
  object-fit: cover;
  background-size: cover;
  height: 400px !important;
}
/* Main Content */
.content-LP {
  max-width: 1020px;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: center;
}
.story-LP {
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
}
.story-LP p {
  margin-bottom: 1.2rem;
}
.inline-image-block {
  /*  display: flex;
  justify-content: right;
  margin: 2rem auto;*/

  flex: 1 1 35%;
  max-width: 35%;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 100px; /* adjust this based on your header height */
  align-self: flex-start;
  height: fit-content;
}
.inserted-convo-image {
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.content-flex-wrap {
  display: flex;
  flex-direction: row; /* Ensure row direction */
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.inline-image-block {
  flex: 1 1 35%;
  max-width: 35%;
  display: flex;
  justify-content: center;
}
.story-LP {
  flex: 1 1 60%;
  max-width: 60%;
}
.inserted-convo-image {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
/* Responsive Fallback */
@media (max-width: 768px) {
  .content-flex-wrap {
    flex-direction: column;
  }

  .inline-image-block,
  .story-LP {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
.image-with-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.en-feature-card__footer {
  margin-top: 1rem;
}

/* .en-btn {
background-color: #1d103f;
color: white;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 6px;
font-weight: bold;
text-decoration: none;
transition: background-color 0.3s ease;
} */

.en-btn:hover {
  background-color: #321a69;
}




/*  */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Poppins', sans-serif !important;
  background: #f5f5f5;
}
html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}
.hero {
  background-color: #1D103F;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  box-sizing: border-box;
  padding: 60px 0;
  /* background-image: url('https://bloomster.com/hubfs/Home_page/Home_Hero_Image.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain; */
}
.container{
  max-width: 1680px;
  margin: 0 auto;
  padding:0 15px;
  width: 87.5Vw;
}
.hero-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 20px;
  flex-wrap: wrap;
  margin: auto;
}
.hero .container {
  width: 100Vw;
  padding: 0;
  max-width: 100%;
}
.hero-text {
  flex: 1 1 50%;
  max-width: 54%;
  min-width: 320px;
  padding-top: 0px;
  padding-left: 6.25vw;
}
.hero-text .hero-blocks_content p,.hero_cta p {
  color: #fff;
  font-size: 1.8rem;
}
.hero-text .hero-blocks_content .hero-block p {
  font-size: 1.4rem;
  color: #333333;
  font-family: Poppins;
  font-weight: 500;
}
.hero_cta p{
  font-size: 1.8rem;
}
.hero_cta a{
  color: #1ec1d9;
  text-decoration: none;
  font-weight: 600;
}
.hero-blocks_content {
  margin-top: 4rem;
}

.hero-text h1 { 
  font-size: 4.8rem;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}
.hero-text p { font-size: 2rem; color: #ccc; }


.hero-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 16px 0;
  max-width: 640px;
}

.hero-block {
  background-color: #fff;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.hero-block .emoji {
  font-size: 1.5rem;
  color: #fff;
}
.emoji {
  font-size: 2rem;
  color: white;
}

.emoji-sad::before {
  content: "\1F622";
}

.hero-images {
  flex: 1;
  text-align: right;
}

.hero-images img {
  max-width: 600px;
  margin-top: 0;
  border-radius: 10px;
  margin-left: 20px !important;
}

.section-title,.growth-header h2,.testimonials h2,.pricing-section h2,.school-banner h2 {
  text-align: center;
  padding: 60px 0px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
}
.school-banner h2{
  color: #fff;
}
.sub-heading{
  text-align: center;
}

.tags {
  text-align: center;

}

.tags button {
  margin: 8px;
  padding: 8px 16px;
  background: #f0eeed;
  color: #333;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.04), rgba(51, 51, 51, 0.04)),
    linear-gradient(0deg, rgba(255, 135, 3, 0.02), rgba(255, 135, 3, 0.02));
}

.slider-container {
  max-width: 100%;
  margin: auto;
  overflow: hidden; /* hide overflow */
  position: relative;
}

.slides {
  display: flex;
  transition: transform 0.4s ease-in-out;
  padding: 40px 0;
  gap: 30px;
}

.slide {
  flex: 0 0 70%;
  /* min-width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 73px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-width: calc(100% - 20px);
  border-radius: 20px;
  box-sizing: border-box;
}

.slide:nth-child(1) { background: #ffad33; }
.slide:nth-child(2) { background: #e77575; }
.slide:nth-child(3) { background: #91bf2a; }
.slide:nth-child(4) { background: #b179df; }
.slide:nth-child(5) { background: #35c7dd; }

.slide-left, .slide-right {
  flex: 1;
  min-width: 300px;
}

.slide-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-left img {
  width: 50%;
  position: absolute;
  height: auto;
  bottom: -6px;
  top: auto !important;
}

/* Slides 1, 3, 5 → rotate and top: 70px */
.slide:nth-child(1) .slide-left img,
.slide:nth-child(3) .slide-left img,
.slide:nth-child(5) .slide-left img {
  transform: rotate(-3deg);
  top: 7px;
  padding-right: 180px;
}

/* Slides 2, 4 → no rotation and top: 20px */
.slide:nth-child(2) .slide-left img,
.slide:nth-child(4) .slide-left img {
  transform: none;
  top: -20px;
  width: 37%;
}
.slide-right {
  padding: 0px;
}

.slide-right h3 {
  font-size: 3rem;
  margin-bottom: 15px;
  color:#fff;
  font-style: normal;
}

.slide-right p {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 4rem;
}

.slide-right .buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.slide-right .cta {
  padding: 10px 20px;
  background: #fff;
  color: #333;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.dots {
  text-align: center;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background: #1D103F;
}

.audio-player {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  cursor: pointer;
}

.play-button {
  width: 40px;
  height: 40px;
  background-color: #444;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-button span {
  color: white;
  font-size: 18px;
  margin-left: 3px;
}

.audio-info {
  flex: 1;
}

.audio-info .title {
  font-weight: 600;
  margin-bottom: 6px;
  color: white;
  font-size:0.85rem;
}

.progress-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  width: 50%;
  font-size: 12px;
}

.bar {
  flex: 1;
  height: 4px;
  background-color: #fcd28c;
  border-radius: 5px;
  position: relative;
}

.bar .dot {
  width: 8px;
  height: 8px;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: 20%;
}
.growth-section {
  max-width: 100%;
  margin: 80px auto;
  padding: 0 0px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

/* .growth-header h2 {
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 10px;
color:#000;
} */

.growth-header h2 small {
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
  color: #666;
}

.growth-header p {
  margin-bottom: 30px !important;
  font-family: Poppins !important;
  font-weight: 400;
  font-style: Regular;
  font-size: 2rem;
  color: #333333B2;
  line-height: 1.6;
  text-align: center;
}

.growth-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.growth-card {
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  background: #f5f5f5;
  box-shadow: 0 0 0 1px #ccc inset;
  transition: all 0.3s ease;
}

.growth-card h3 {
  margin-bottom: 10px;
  color: #111;
  font-style: normal;
  font-family: Poppins;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 130%;
  text-transform: capitalize;
}

.growth-card .step-num {
  font-weight: bold;
  margin-right: 10px;
  font-size: 2.4rem;
}

.growth-card p {
  font-size: 1.6rem;
  color: #333;
  margin: 15px 0 32px;
}

.growth-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.growth-card .tags span {
  font-size: 1.5rem;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
}

/* Specific color schemes for each growth card */
.growth-card.purple .tags span {
  color: #9c4dde;
  background-color: #f2eaff;
}

.growth-card.blue .tags span {
  color: #337ddf;
  background-color: #e6f2ff;
}

.growth-card.green .tags span {
  color: #91bf2a;
  background-color: #f1fbe5;
}

.growth-card.red .tags span {
  color: #e77575;
  background-color: #ffeaea;
}
.growth-card .tags span:nth-child(1) {
  color: #9c4dde;
  background-color: #f2eaff;
  border: 1px solid #A86ADB70
}

.growth-card .tags span:nth-child(2) {
  color: #337ddf;
  background-color: #e6f2ff;
  border: 1px solid #4169E170
}

.growth-card .tags span:nth-child(3) {
  color: #91bf2a;
  background-color: #f1fbe5;
  border: 1px solid #85B81270;
}

.growth-card .tags span:nth-child(4) {
  color: #e77575;
  background-color: #ffeaea;
  border: 1px solid #E4666670
}

/* Color Themes */
.growth-card.purple {
  border: 1px solid #d6c4ff;
}
.growth-card.purple .step-num {
  color: #9c4dde;
}

.growth-card.blue {
  border: 1px solid #b8d4ff;
}
.growth-card.blue .step-num {
  color: #337ddf;
}

.growth-card.green {
  border: 1px solid #e8f2d0;
}
.growth-card.green .step-num {
  color: #91bf2a;
}

.growth-card.red {
  border: 1px solid #ffd6d6;
}
.growth-card.red .step-num {
  color: #e77575;
}

.sample-btn {
  margin-top: 40px;
}

.sample-btn button {
  padding: 10px 20px;
  background: #1ec1d9;
  border: none;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.sample-btn button:hover {
  background-color: #17a1b4;
}

.sample-btn button:focus {
  outline: none;
}

.sample-btn button:active {
  background-color: #0f7d8c;
}

.sample-btn button span {
  line-height: 150%;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 0%;

}
.testimonials {
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

/* .testimonials h2 {
font-size: 1.8rem;
margin-bottom: 40px;
color: #222;
font-weight: 600;
text-align: left;
padding-left :14px;
} */
.testimonials h2 {
  text-align: left;
}
/*   .testimonial-cards {
display: flex;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
} */
.testimonial-cards {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.testimonial-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  width: 100%;
  position: relative;
  font-size: 0.95rem;
  box-shadow: 0 0 0 2px #eee inset;
}

.testimonial-card .quote {
  font-size: 12rem;
  line-height: 1;
  color: #ccc;
  position: absolute;
  top: -3px;
  left: 15px;
}

.testimonial-card p {
  margin: 34px 0 9px;
  color: #333;
  font-weight: 500;
  font-family: Poppins;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author img {
  width: 36px;
  height: 36px;
}

.author div {
  font-size: 12px;
  color: #333;
}

.testimonial-card.pink {
  background-color: #fde9f0;
  background: #EEE1F899;
  /* box-shadow: 0 0 0 2px #fbc2d4 inset; */
}

.testimonial-card.purple {
  background-color: #ede9fe;
  background: #D9E1F999;
  background: #FAE0E099;

  /* box-shadow: 0 0 0 2px #cfc4fc inset; */
}

.testimonial-card.blue {
  background-color: #e3f2fd;
  /* box-shadow: 0 0 0 2px #b8e0ff inset; */
}
/*   .testimonial-slider-wrapper {
overflow: hidden;
width: 100%;
} */
.testimonial-slider-wrapper {
  max-width: 100%;
  margin: auto;
  /*     overflow: hidden; */
}

/*   .testimonial-cards {
display: flex;
transition: transform 0.4s ease-in-out;
} */

.testimonial-dots {
  text-align: center;
  margin-top: 20px;
}

.t-dot {
  height: 10px;
  width: 10px;
  background: #bbb;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.tag-btn.active {
  background-color: #515151;
  color: #fff;
}
.dot.active {
  background: #1D103F;
}

.pricing-section {
  max-width: 100%;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

/* .pricing-section h2 {
font-size: 1.8rem;
margin-bottom: 10px;
color: #222;
text-align: left;
padding-left:0px;
} */
.pricing-section h2 {
  text-align: left;
}
.pricing-section p {
  font-size: 1.8rem;
  color: #666;
  color: #33333399;
  margin-bottom: 30px;
  text-align: left;
  padding-left:0px;
}

.pricing-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.card {
  background: #fcebec;
  border-radius: 16px;
  /* padding: 30px; */
  box-shadow: 0 0 0 1px #ddd inset;
  width: 32%;
  text-align: left;
  transition: all 0.3s ease;
}

.card.highlight {
  /*       box-shadow: 0 4px 15px 0 rgba(253, 62, 65, 0.6); */
  border: 1px solid #f09395;
  background: linear-gradient(180deg, #FCE4E5 -15.54%, rgba(255, 255, 255, 0) 130.46%);
  border: 1px solid #FF0004
}

.card h3 {
  margin-bottom: 10px;
  font-style: normal;
  font-family: Poppins;
  font-weight: 600;
  font-size: 1.2rem;
  color: #333333;
}

.card .price {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 24px 0 24px;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 3.6rem;
  color: #333333;
}
.card .price span {
  font-size: 1.4rem;
  color: #33333380;
}
.card p{
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.4rem;
  color: #33333380;
  line-height: 1.6;
  text-transform: capitalize;
}
.pricecardbrif {
  padding: 24px;
  border-bottom:1px solid #3333331F;


}
.card p.addedbenefits {
  margin: 16px 24px;
  font-size: 1.0rem;
  font-weight: 500;
}
.card ul {
  list-style: none;
  padding-left: 0;
  padding: 0 2.4rem;
  margin-bottom: 30px;
}

.card ul li {
  margin-bottom: 12px;
  color: #444;
  font-size:14px;
  display:flex;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
  font-size: 18px;
}

.check-list img {
  width: 20px;
  height: 20px;
}

.card button {
  width: 100%;
  padding: 12px 0;
  color: #fff;
  background: #1EC1D9;
  border: 1.08px solid #1EC1D969;
  font-weight: 500;
  border-radius: 24px;
  cursor: pointer;
  font-size: 1.4rem;
}

.card.free {
  background-color: #f5edfa;
  border: 1px solid #e3d5f1;
  background: linear-gradient(180deg, #EDDAFC -15.54%, rgba(255, 255, 255, 0) 130.46%);
  border: 1px solid #9236DD
}
.card.free button {
  color:white;
}
.card.family {
  background-color: #faefe3;
  border: 1px solid #e3d5f1;
  border: 1px solid #FF8703;
  background: linear-gradient(180deg, #FAE7D3 -15.54%, rgba(255, 255, 255, 0) 130.46%);
}
.family-popular-button {
  background-color:red;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.card-header h3 {
  margin: 0;
}

.card-header button {
  padding: 5px 0px;
  background-color: #000;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 12px;
  width: 100px;
  border-radius: 30px
}



.school-banner {
  background-color: #ffc24b;
  border-radius: 20px;
  padding: 60px 30px;
  margin: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  color: #222;
}

.school-text {
  text-align: left;
  width: 65%;
}

.school-text h2 {
  text-align: left;
  color: #fff;
  padding: 0;
}
.school-image {
  width: 30%;
}
.school-text p {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 20px;
}

.school-text button {
  padding: 12px 24px;
  background: #fff;
  border: none;
  border-radius: 30px;
  color: #333333;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 16px;
}

/* .school-image {
flex: 1;
min-width: 250px;
text-align: right;
} */

.school-image img {
  max-width: 100%;
  border-radius: 12px;
}
/*Quiz Model Css*/

.quiz-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.85);
  display: none; /* default hidden */
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: 'Segoe UI', sans-serif;
}


.quiz-content {
  display: flex;
  width: 870px;
  height: 95vh;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
    max-height: 700px;
  box-shadow: 1.5px 1.5px 2px 0px #0000000D;
  border: 1px solid #0000001F;
}

.quiz-left, .quiz-right {
  flex: 1;
  padding: 10px 24px;
  position: relative;
}

.quiz-left {
  /* background: #D6F3FB; */
  display: flex;
  position: relative;
  flex-direction: column;
  /*       justify-content: space-between; */
  justify-content: space-around;
}

.back-link {
  font-size: 0.85rem;
  color: #004F60;
  text-decoration: underline;
  font-weight: 500;
}

.step {
  font-size: 0.85rem;
  color: #007C91;
  margin-top: 40px;
}

.question {
  font-family: Poppins !important;
  color: #004f60 !important;
  font-size: 3.6rem !important;
  line-height: 1.3 !important;
}

.subtext {
  font-family: Poppins !important;
  font-weight: 700;
  font-size: 13px !important;
  line-height: 1.5;
  color: #02637166;
  margin-top: 7px;
}
.quiz-body .options label {
  color: #061544 !important;
  font-family: Poppins !important;
}
.brand {
  font-family: Poppins !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  vertical-align: middle;
  color: #026371;
}

.quiz-right {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.illustration {
  max-width: 100px;
  margin-bottom: 20px;
  align-self: center;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
  padding-left: 20px;
}

.options label {
  display: flex;
  border-radius: 8px;
  padding: 15px 10px;
  border: 1px solid #0000001F;
  cursor: pointer;
  transition: border-color 0.2s;
  font-family: Poppins !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  vertical-align: middle;
}

.options input[type="radio"] {
  margin-right: 10px;
  accent-color: #0000001F;
  border: 1px solid #0000001F;
  box-shadow: 0.5px 0.5px 4px 3px #00000026 inset;
  border-radius: 50%;
  border-color: red;
  width: 0;
  height: 0;
}

.options label:hover {
  border: 1px solid #1EC1D9
}



.next-btn {
  color: #1EC1D9;
  line-height: 150%;
  font-family: Lato;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  margin-left: auto;
  text-decoration: none;
  align-items: center;
}



/* update quiz */
.quiz-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0px 0;
  z-index: 1;
}

.quiz-header  img.illustration {
  margin: auto;
  margin-bottom: 0;
  height: 168px;
  width: 100%;
  max-width: fit-content;
}

.quiz-header  a.back-link.close-modal-btn {
  font-size: 1.4rem;
  font-family: Lato;
  font-weight: 700;
  padding-top: 1px;
}

.quiz-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  border-radius: 20px 0 0 20px;
  background: #D8F3F7;
}
.quiz-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}
.quiz-header span img {
  max-width: 8px;
  margin-right: 12px;
}

.quiz-header span {
  display: flex;
  align-items: center;
}
.quiz-question span {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  color: #02637199;
}
.w-50 {
  width: 50%;
}
.quiz-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

/* customise radio btn */
.options label {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.options label  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.options label .checkmark {
  position: absolute;
  top: 14px;
  left: 10px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  box-shadow: 0.5px 0.5px 4px 3px #00000026 inset;
  border: 1px solid #0000001F;
}

/* On mouse-over, add a grey background color */
.options label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.options label input:checked ~ .checkmark {
  background-color: #1fc1da;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.options label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.options label input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.options label .checkmark:after {
  left: 4.5px;
  top: 4.5px;
  width: 6px;
  height: 6px;
  background: white;
  border-width: 2px 2px 2px 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-radius: 50%;
}
.w-50.nextprevious {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px 0px 20px;
}
.next-btn img {
  max-width: 14px;
  margin-left: 8px;
}
.brand img {
  max-width: 122px;
}
a.next-btn.prev-btn img {
  transform: rotate(180deg);
  margin-right: 8px;
  margin-left: auto;
}
a.next-btn.prev-btn {
  margin-left: 0;
}
.quiz-question {
  position: static;
  top: 50%;
  max-width: 50%;
  margin-top: -50px;
  min-height: 288px;
}
.input-field {
  margin-bottom: 16px;
}

.input-field  input[type="text"] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size:1.6rem;
  height:40px;
  border: 1px solid;
}

.formfileld.w-50 {
  padding-left: 20px;
}

.input-field label p {
    color: #004f60;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}
.options.w-50 {
  margin-left: auto;
}
.target-image p {
    font-family: Poppins ! IMPORTANT;
    font-size: 22px !important;
    font-weight: 600;
    height: 168px;
    color: #004f60;
    padding: 0 0 0 20px;
}
h2.question.justlaststep {
  padding-top: 67px;
}
.formfileld {
  padding-left: 20px;
}
button.en-btn.en-btn--primary.en-btn--filled {
    position: absolute;
    bottom: 24px;
    right: 14px;
   color:#fff;
    border-radius: 30px;
  z-index: 99;
}
 .en-btn.en-btn--primary.en-btn--filled{
  text-decoration: none !important;
  background-color: #1cc0d8 !important;
  margin: 0px 0px !important;
  font-family: "Open Sans", sans-serif;
  border: 0 !IMPORTANT;
  display: inline-block;
  padding: 12px 30px !important;
  color: #fff;
  border-radius: 29px;
  font-size: 14px !important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.en-btn.en-btn--primary.en-btn--filled:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 29px;
  background: #85b711;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
 .en-btn.en-btn--primary.en-btn--filled:hover,  .en-btn.en-btn--primary.en-btn--filled:focus,  .en-btn.en-btn--primary.en-btn--filled:active {
  color: white;
}
 .en-btn.en-btn--primary.en-btn--filled:hover:before,  .en-btn.en-btn--primary.en-btn--filled:focus:before,  .en-btn.en-btn--primary.en-btn--filled:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.next-btn:hover {
    text-decoration: none;
    color: #1db1c9;
}
@media (max-width: 768px) {
  .slide {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .slide-left img {
    width: 60%;
    transform: rotate(0);
  }

  .slide-right {
    padding: 0;
  }

  .slide-right .buttons {
    flex-direction: column;
    gap: 10px;
  }
  .slide-left img {
    width: 60%;
    transform: rotate(0) !important;
    top: 20px !important;
  }
  .growth-cards {
    grid-template-columns: 1fr;
  }
  .growth-card {
    text-align: center;

  }
  .growth-card h3 {
    text-align: center;
  }
  .growth-card .tags {
    justify-content: center;
  }
  .pricing-cards {
    flex-direction: column;
    align-items: center;
  }
  .school-banner {
    flex-direction: column;
    text-align: center;
  }
  .school-image {
    text-align: center;
  }
  .hero-images img {
    max-width: 100% !important;
  } 
  .testimonial-cards {
    flex-wrap: wrap !important;
  }
  .container {
    padding: 0 10px !important;
    width: 100% !important;
  }
  .card {
    width: 100% !important;
  }
  .school-banner {
    padding: 20px 10px !important;
  }
  .section-title, .growth-header h2, .testimonials h2, .pricing-section h2, .school-banner h2{
    font-size: 2.8rem !important;
  }
  .hero-text h1 {
    font-size: 3.6rem !important;
    margin-bottom: 20px;
  }
  .hero-images {
    flex: none !important;
  }
  .target-image{
    display: none;
  }
  .quiz-body .quiz-question {
    position: static;
    top: 50%;
    max-width: 100%;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .quiz-body .question {
    font-size: 2.8rem;
  }
  .quiz-body .quiz-left{
    flex: 1;
    padding: 10px 10px;
  }
  .quiz-body {
    flex-wrap: wrap;
  }
  .options.w-50 {
    margin-left: auto;
    padding-left: 0;
    width: 100%;
  }
  .quiz-content {
    min-height: 75vh !important;
    max-height: 75vh !important;
    overflow: auto;
    margin: 0 8px !important;
  }
  .quiz-left:before {
    background: #fff !important;
  }
  .brand{
    display:none !important;
  }
  .w-50.nextprevious {
    width: 100%;
    padding: 0 6px;
  }
}
