@import url(http://fonts.googleapis.com/css?family=Abel|Lato:300,400,700,400italic);
body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
h6 {
  font-weight: 400;
}
p:last-of-type {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .pt {
    padding-top: var(--pt, 70px);
  }
  .pb {
    padding-bottom: var(--pb, 70px);
  }
  .custom_block {
    padding: 20px;
  }
  .brain_waves_scanning_banner .swiper .swiper-slide {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .pt_mob {
    padding-top: var(--pt_mob, 40px);
  }
  .pb_mob {
    padding-bottom: var(--pb_mob, 40px);
  }
  .custom_block {
    padding: 10px 15px;
  }
}

.brain_waves_scanning_banner {
  position: relative;
  width: 100%;
  min-height: 620px;
  background-image: url("./images/banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.brain_waves_scanning_content p {
  font-size: 16px;
  max-width: 400px;
}

/* Dark overlay */
.brain_waves_scanning_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* overlay opacity */
  z-index: 1;
}

/* Banner content */
.brain_waves_scanning_content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 450px;
}
.image_wrapper img {
  border-radius: 10px;
}
.text_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* neuro section css  */

.info-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
}

.info-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.info-box .icon {
  min-width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.info-box .icon img {
  height: 100%;
}
.info-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0a2540;
}
.info-box p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
/* neuro section css end */

/* multiple_intelligence  */
.multiple_intelligence_image img {
  border-radius: 10px;
}
.multiple_intelligence {
  position: relative;
  width: 100%;
  min-height: 420px;
  background-image: url("./images/multiple_intellignece_banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.multiple_intelligence::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.multiple_intelligence_image img {
  position: relative;
  z-index: 9;
}
.multiple_intelligence_content {
  color: #fff;
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.multiple_intelligence_content p {
  font-size: 16px;
  line-height: 25px;
}
.btn-ctm {
  background: #1065b7;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 40px;
  margin-top: 20px;
  max-width: 250px;
}
.btn-ctm:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(16, 101, 183, 0.8);
}

/* multiple_intelligence end  */

/* bws insights  */
.bws_insights h4 {
  color: #1f2937;
  font-size: 25px;
}
.bws_insights {
  padding: 20px 25px;
  border-radius: 10px;
  background: #ebf5ff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  transition: all 0.3s ease;
  height: 100%;
}
.bws_insights img {
  border-radius: 10px;
}
.bws_insights p {
  font-size: 16px;
}
.bws_insights:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.bws_insights p {
  margin-top: 15px;
}
/* bws insights end */

/* bws book form  */
.bws_book_form {
  border: 2px solid #1065b7;
  border-radius: 10px;
  padding: 30px 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.bws_book_form h4 {
  font-size: 50px;
}
.bws_book_form p {
  font-size: 18px;
}
/* bws book form end */
/* Tabs */
.bws-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 70px 0;
}

.bws-tab {
  padding: 10px 20px;
  border-radius: 30px;
  background: #e5e7eb;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.bws-tab.active,
.bws-tab:hover {
  background: #2563eb;
  color: #fff;
}
/* tabs end  */

/* benefits section  */
body {
  font-family: "Inter", sans-serif;
  background: #f8fafc;
  color: #1f2937;
}

.benefits-section {
  padding: 40px 0;
}

.benefits-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.benefits-subtitle {
  max-width: 760px;
  margin: 12px auto 60px;
  text-align: center;
  color: #4b5563;
  font-size: 16px;
}

.benefit-group {
  margin-bottom: 70px;
}

.group-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.benefit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
  width: 50px;
  height: 50px;
  background: #eff6ff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2563eb;
  margin-bottom: 18px;
}

.benefit-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.benefit-text {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

.highlight-bg {
  background: #eef2ff;
  padding: 50px 40px;
  border-radius: 24px;
}

.benefits-cta {
  text-align: center;
  margin-top: 40px;
}

.benefits-cta h4 {
  font-weight: 600;
  margin-bottom: 18px;
}

.btn-primary {
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 600;
  background: #2563eb;
  border: none;
}

.btn-primary:hover {
  background: #1d4ed8;
}
/* benefits section  end*/
.mw-100 {
  max-width: 100%;
}
.brain_waves_scanning_banner .swiper .swiper-button-next:after,
.brain_waves_scanning_banner .swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}
.brain_waves_scanning_banner .swiper .swiper-button-next,
.brain_waves_scanning_banner .swiper .swiper-button-prev {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
}
.brain_waves_scanning_banner .swiper .swiper-button-prev {
  left: 0;
}
.brain_waves_scanning_banner .swiper .swiper-button-next {
  right: 0;
}

@media (max-width: 767px) {
  .brain_waves_scanning_banner .swiper .swiper-button-next,
  .brain_waves_scanning_banner .swiper .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
    background: none;
  }
  .brain_waves_scanning_banner .swiper .swiper-button-next:after,
  .brain_waves_scanning_banner .swiper .swiper-button-prev:after {
    font-size: 20px;
  }
  .highlight-bg {
    padding: 40px 15px;
  }
  .bws_book_form h4 {
    font-size: 30px;
  }
  .bws-tabs {
    padding: 40px 0;
  }
  .benefits-section {
    padding: 30px 0;
  }
  .benefits-title {
    font-size: 30px;
  }
}
