body {
  margin: 0;
  padding: 0;
  background-color: #f8f8fa;
  overflow-x: hidden;
  font-family: Poppins !important;
}

/* ðŸŸ¨ Outer wrapper forces full width */
.hero-outer-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}
.container {
  width: 87.5vw;
  max-width: 1680px;
  padding: 0 0px;
  margin: auto;
  box-sizing: border-box;
}
/* ðŸŸª Full hero section */
.hero-section {
  background-color: #1d103f;
  padding: 60px 15px 40px 15px;
  color: #fff;
}

/* ðŸŸ© Layout Container */
.hero-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.text-content {
  max-width: 50%;
  width: 50%;
  text-align: left;
}

.text-content h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 9px;
  color: #fff;
  text-align: left;
}

.text-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 45px;
  margin-top: 9px;
  color: #FFFFFFB2;
  text-align: left;
}

.text-content .btn {
  background-color: #06b6d4;
  color: #fff;
  padding: 10px 22px;
  border: none;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-right: auto;
  font-family: lato;
}

.visual {
  position: relative;
  width: 50%;
  flex-shrink: 0;
}

.circle-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.why-section {
  background-color: #f8f8fa;
  padding: 60px 10px;
  color: #000000;
}

.why-section h2 {
  font-size: 35px;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2; /* 57.6px */
  letter-spacing: -0.96px;
}

.why-section p {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
  margin-top: 0;
  color: rgba(51, 51, 51, 0.70);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
}

.why-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  box-sizing: border-box;
}

.why-block.reverse {
  flex-direction: row-reverse;
}

.why-image {
  padding: 0px;
  border-radius: 24px;
  width: 55%;
}

.image-wrapper {
  padding: 0;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}





.image-wrapper img {
  width: 100%;
  max-width: 675px;
  border-radius: 16px;
}

.why-text {
  padding: 50px;
  width: 45%;
  text-align: left;
}


.why-text h3{
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
}

.why-text ul {
  padding-left: 32px;
  margin: 0;
}

.why-text ul li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  color: #33333399;
}

.why-footer {
  text-align: center;
  margin-top: 40px;
}

.why-footer .btn {
  margin: 0 10px;
  padding: 15px 30px;
  border-radius: 44px;
  text-decoration: none;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

.btn-outline {
  border: 2px solid #00d6cb;
  color: #00d6cb;
  background-color: transparent;
}

.btn-filled {
  background-color: #1ec1d9;
  color: #ffffff;
  border: none;
}

section {
  padding: 60px 20px;

  margin: auto;
  text-align: center;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.card i {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 10px;
}

.card h4 {
  font-weight: 600;
  margin-bottom: 8px;
}

.card p {
  color: #444;
  font-size: 0.95rem;
}

.trust-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-outline {
  border: 2px solid #06b6d4;
  color: #06b6d4;
  background: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-outline:hover {
  background: #e0f7fb;
}

.btn-primary {
  background: #06b6d4;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #0891b2;
}

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

.step {
  background: white;
  border-radius: 12px;
  padding: 20px;
  border: 2px solid;
  text-align: left;
}

.step span {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}

.step h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.step p {
  font-size: 0.95rem;
  color: #444;
}
/* 	why educator trust bloomster css*/
section {
  padding: 60px 20px;
  margin: auto;
  text-align: center;
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 35px;
  line-height: 1.2;
  color: #333333;
  margin-top: 0;
  text-align: left;
}

p {
  margin-bottom: 40px;
  text-align: left;
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  margin-top: 1px;
  color: #333333B2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.card {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: left;
  border: 1px solid #0000001F;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-header i {
  font-size: 1.5rem;
  margin: 0;
}

.card-header h4 {
  margin: 0;
  font-weight: 600;
  font-family: Poppins;
  font-weight: 500;
  font-size: 23px;
  color: #333333;
  text-transform: capitalize;
}

.card p {
  color: #333;
  margin: 0;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
}

.trust-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-outline {
  color: #06b6d4;
  background: white;
  border: 1.08px solid #1EC1D9;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-outline:hover {
  background: #e0f7fb;
}

.btn-primary {
  background: #06b6d4;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #0891b2;
}

.growth-section {
  margin: 80px auto;
  padding: 0 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  background-color: #f8f8fa;
}

.growth-header h2 {
  text-align: center;
}

.growth-header p {
  text-align: center;
}
.demo-icon-style img {
  max-width: 25px;
}
.growth-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.growth-card {
  border-radius: 20px;
  padding: 16px;
  text-align: left;
  background: #f5f5f5;
  transition: all 0.3s ease;
}

.growth-card h3 {
  margin-bottom: 10px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  font-style: normal;
  line-height: 1.3;
}
.growth-header p{
  margin-bottom:40px !important;
}
.growth-card .step-num {
  font-weight: bold;
  margin-right: 10px;
  font-size: 24px;
}

.growth-card p {
  font-size: 0.85rem;
  color: #333;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

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

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

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

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

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

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

.growth-card.purple {
  border: 1px solid #9236DD;
}

.growth-card.purple .step-num {
  color: #9c4dde;
}

.growth-card.blue {
  border: 1px solid #174BE5;
}

.growth-card.blue .step-num {
  color: #337ddf;
}

.growth-card.green {
  border: 1px solid #75A606;
}

.growth-card.green .step-num {
  color: #91bf2a;
}

.growth-card.red {
  border: 1px solid #CF2626;
}

.growth-card.red .step-num {
  color: #e77575;
}

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

.sample-btn button {
  padding: 10px 20px;
  background: #1ec1d9;
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}

/*     Book Now Css */
.demo-wrapper {
  /*       background-color: #fff; */
  margin: auto;
  display: flex;
  gap: 40px;
  padding: 0px 0;
  border-radius: 10px;
  /*       box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
}

.demo-left-section {
  flex: 1;
}

.demo-left-section h2 {
  font-size: 35px;
  color: #333;
  margin-bottom: 15px;
}

.demo-left-section p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.demo-contact-details {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.demo-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.demo-contact-row strong {
  display: block;
  font-size: 18px;
  color: #333;
  text-align: left;
}

.demo-contact-row div {
  color: #666;
  font-size: 14px;
  color: #33333399;
}

.demo-icon-style {
  font-size: 18px;
  border: 1px solid #0000001F;
  padding: 10px 11.5px;
  border-radius: 9px;
}

.demo-right-section {
  flex: 2;
}

.demo-form-wrapper {
  background-color: #ff9900;
  padding: 25px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.demo-form-row {
  display: flex;
  gap: 15px;
  width: 100%;
}

.demo-form-wrapper input,
.demo-form-wrapper textarea {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 16px 14px;
  height: 50px;
  font-size: 14px;
  color: #33333366;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
}

.demo-form-wrapper textarea {
  resize: vertical;
  min-height: 100px;
}

.demo-form-wrapper button {
  padding: 14px;
  font-size: 16px;
  background: #fff;
  color: #ff9900;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 24px;
  color: #333333;
  font-family: 'Lato';
}
.card img {
  max-width: 50px;
  vertical-align: middle;
}
.demo-form-wrapper button:hover {
  background-color: #f5f5f5;
}
.why-text ul li::before{
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #33333399;
  border-radius: 50%;
}
.en-accordion__head h6.en-accordion__title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px !important;
  line-height: 120%;
  letter-spacing: -2%;
  color: #333333 !important;
}

.en-accordion__content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
}

.en-accordion__wrap {
  border: 0 !important;
  margin-bottom: 0 !important;
}
span.en-accordion__icon.icon--open svg,.span.en-accordion__icon.icon--close svg {
  max-width: 11px;
  color: #333;
}
span.en-accordion__icon.icon--close svg {
  max-width: 11px;
  color: #333;
}
.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd-section>.row-fluid{   max-width: 1680px !important;
  width: 87.5vw !important;
}
.frequentlyAskedques {
  padding-right: 40px;
}
.pricing-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 0;
}
.plan-card-common h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
}
.plan-card-common  ul.check-list {
  padding-left: 20px;
}
.plan-card-common li {
  list-style: none;
  text-align: left;
  font-size: 14px;
  margin-bottom: 16px;
}
.plan-card-common {
  background: #a2eefa2e;
  border: 1px solid #3333331f;
  border-radius: 12px;
  margin-top: 0;
  padding: 0 0 40px;
  position: relative;
  width: 32%;
}

.plan-card-common h3 span {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  text-align: left;
  border-color: #3333331F;
  border-radius: 10px 0 24px 0;
  display: block;
  font-style: normal !important;
  padding: 20px;
  text-align: left;
  width: 75%;
}

.plan-card-common ul.check-list li img {
  width: 19px;
  vertical-align: middle;
  margin-right: 10px;
}

.plan-card-common h4 {
  font-size: 20px;
  text-align: left;
  padding: 0 20px;
  color: #333333;
}

.why-footer a.btn {

  /* background: #e1e1e1; */
  /* border: 0 !important; */
  border-radius: 26px;
  /* box-shadow: 0 0 1px transparent; */
  display: inline-block;
  font-family: 'Lato' !important;
  font-size: 14px !important;
  /* color: #fff; */
  font-weight: 500;
  height: 48px;
  line-height: 24px;
  margin: 0 !important;
  padding: 12px 24px !important;
  position: relative;
  text-decoration: none !important;
  transform: perspective(1px) translateZ(0);
  transition-duration: .3s;
  transition-property: color;
  vertical-align: middle;
}

.why-footer a.btn:active,.why-footer a.btn:focus,.why-footer a.btn:hover {
  border-radius: 26px;
  color: #fff;
  border: 0 !important;
}

.why-footer a.btn:active:before,.why-footer a.btn:focus:before,.why-footer a.btn:hover:before {
  border-radius: 26px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.why-footer a.btn:before {
  background: #85b711;
  border-radius: 5px;
  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
}


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

.quiz-content {
  background: #fff;
  border: 1px solid #0000001f;
  border-radius: 20px;
  box-shadow: 1.5px 1.5px 2px 0 #0000000d;

  height: auto;
  max-height: fit-content;
  overflow: hidden;
  width: 500px;

}

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

.quiz-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative
}

/*   Frequently Asked Question css*/
.faq-container {
  display: flex;
  gap: 80px;
  max-width: 100%;
  margin: 0 auto;
}
.faq-title {
  flex: 1;
}
.faq-title h2 {
  font-size: 35px !important;
  font-weight: 700;
  line-height: 1.3;
  color:#333;
}
.faq-content {
  flex: 2;
}
.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.faq-question {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: flex;
      justify-content: space-between;
    font-size: 24px;
    font-weight: 600;
}
section#bookademo {
    padding: 120px 20px 60px;
}
.text-content .why-footer {
    text-align: left;
}
.faq-answer {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
      text-align: left;
  margin-top: 10px;
  display: none;
}
.faq-item.active .faq-answer {
  display: block;
}
.faq-item .toggle-icon {
  font-size: 20px;
  font-weight: bold;
}
    /* flaire download close Popup btn */
  .quiz-left .closemodal {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
}
 .quiz-left .closemodal img {
    max-width: 15px;
    vertical-align: middle;
}
@media (max-width: 768px) {
  .demo-wrapper {
    flex-direction: column;
  }

  .demo-form-row {
    flex-direction: column;
  }
  .why-image {
    width: 100% !important;
  }
  .why-footer {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-text {
    padding: 0px !important;
    text-align: left;
    width: 100% !important;
  }
  .text-content p {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }
  .text-content {
    max-width: 100%  !important;
    width: 100%  !important;
  }
  .text-content h1 {
    font-size: 30px !important;
    line-height: 1.4 !important;
  }
  .visual {
    width: 100% !important;
    margin: 0 !important;
  }
  .hero-inner {
    flex-wrap: wrap !important;
    flex-direction: column-reverse !important;
  }
  .why-text h3 {
    font-size: 24px !important;
  }
  .trust-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  }
  .trust-grid {
    margin-top: 30px !important;
  }
  .why-footer .btn {
    margin: 10px 15px !important;
  }
  .growth-card h3 {
    font-size: 24px !important;
  }
  .why-footer a.btn{
    margin: 10px !important;
  }
  .body-container .dnd_area-row-0-padding {
    padding-top: 50px !important;
  }
  h2, p {
    font-family: Poppins !important;
  }
  .plan-card-common {

    margin-top: 20px  !important;
    width: 100% !important;
  }
  .plan-card-common h4 {
    padding: 10px 10px 20px  !important;
            font-size: 18px !important;
  }
  .card-header h4 {
    font-family: Poppins !important;
    font-size: 20px !important;
  }
  .why-section {
    padding: 60px 10px 0;
  }
  section.trust-section .card p {
    text-align: left !important;
}
.pricing-cards h2,.pricing-cards p,section.trust-section h2, section.trust-section p {
      font-family: Poppins !important;
    text-align: center !important;
}
.growth-section {
    margin: 0px auto 60px;
  }
  h4 {
    font-family: Poppins !important;
  }
  .faq-title {
    flex: 00 0 100% !important;
    width: 100% !important;
}
  .faq-container {
    gap: 10px!important;
    flex-wrap: wrap!important;
  }
  .faq-item {
    text-align: left !important;
}
  .plan-card-common h3 span{
      width: 100% !important;
        font-size: 24px !important;
  }
  section#bookademo {
    padding: 60px 20px 60px !important;
}
}
@media screen and (max-width: 900px) {
  .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .visual {
    margin-top: 30px;
  }

  .why-block,
  .why-block.reverse {
    flex-direction: column;
    text-align: center;
  }

  .why-text {
    margin-top: 20px;
  }

}
  /* Responsive Design */
  @media (max-width: 992px) {
    .growth-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .growth-cards {
      grid-template-columns: 1fr;
    }
  }
}
