@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: url('https://hbot-therapy.com/wp-content/uploads/2026/05/hero-bg.jpg')
    center center/cover no-repeat;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.hero-content {
  width: 55%;
}

.hero-content h1 {
  color: #21e3a2;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
  max-width: 860px;
}

.hero-content h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 860px;
}

.hero-content p {
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
  max-width: 860px;
  opacity: 1;
}

.hero-btns {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn-primary-custom,
.btn-outline-custom {
  text-decoration: none;
  height: 50px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 5px;
}

.btn-primary-custom {
  background: #fff;
  color: #2e2f33;
}

.btn-primary-custom:hover {
  background: #21e3a2;
  color: #000;
}

.btn-outline-custom {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.btn-outline-custom:hover {
  background: #fff;
  color: #2e2f33;
}

.hero-image-area {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}

.hero-image-box {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.hero-image-box img {
  width: 100%;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.ai-card {
  position: absolute;
  left: -80px;
  bottom: 50px;
  background: linear-gradient(
    216deg,
    rgba(246, 247, 251, 0.6) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  /* backdrop-filter: blur(10px); */
  border-radius: 15px;
  padding: 25px 40px 25px 25px;
  display: block;
  align-items: center;
  gap: 14px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.ai-icon {
  max-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 15px;
}

.ai-icon img {
  width: 100%;
  border-radius: none;
  display: block;
  object-fit: cover;
  box-shadow: none;
}

.ai-text {
  color: #011839;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
}

.b3net-section {
  background: #e6ecf2;
}

.b3net-top {
  margin-bottom: 55px;
}

.b3net-top h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #2e2f33;
  font-weight: 600;
  max-width: 1282px;
  margin-bottom: 30px;
}

.b3net-top h2 span {
  color: #3a55a6;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
}

.b3net-top p {
  font-size: 18px;
  line-height: 1.75;
  color: #636774;
}

.b3net-grid {
  --bs-gutter-x: 32px;
  /* horizontal gap */
  --bs-gutter-y: 32px;
  /* vertical gap */
}

.info-card {
  height: 100%;
  border-radius: 24px;
  padding: 40px;
}

.white-card {
  background: #fff;
}

.blue-card {
  background: #1637bf;
}

.green-card {
  background: #5ad9b0;
}

.info-card {
  border-radius: 20px;
  padding: 42px 38px;
  transition: 0.35s;
}

.info-card:hover {
  transform: translateY(-6px);
}

.white-card {
  background: #fff;
}

.blue-card {
  background: #0131b9;
}

.green-card {
  background: #5ce6b8;
}

.large-card {
  min-height: 250px;
}

.small-card {
  min-height: 250px;
}

.card-icon {
  max-width: 65px;
  margin-bottom: 15px;
}

.card-icon img {
  width: 100%;
}

.info-card h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
  color: #2e2f33;
}

.info-card p {
  font-size: 18px;
  line-height: 1.55;
  color: #626473;
  max-width: 90%;
}

.blue-card h3,
.blue-card p {
  color: #fff;
}

.green-card h3 {
  color: #20242a;
}

.green-card p {
  color: #37404b;
}

.ecosystem-section {
  background: #ffffff;
}

.ecosystem-heading {
  margin-bottom: 70px;
}

.ecosystem-heading h2 {
  font-size: 48px;
  line-height: 1.3;
  color: #2e2f33;
  font-weight: 600;
  margin-bottom: 15px;
}

.ecosystem-heading h2 span {
  color: #3be9aa;
}

.ecosystem-heading p {
  font-size: 18px;
  color: #626473;
  line-height: 1.5;
}

/* CARD */

.eco-card {
  height: 100%;
  border-radius: 18px;
  padding: 25px 20px;
  border: 1px solid #e4e5e8;
  transition: 0.35s ease;
}

.eco-card:hover {
  transform: translateY(-8px);
}

.gray-card {
  background: #e6ecf2;
}

.white-card {
  background: #fff;
}

.eco-icon {
  margin-bottom: 18px;
  max-width: 65px;
  min-height: 80px;
}

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

.eco-card h3 {
  font-size: 20px;
  color: #2f3138;
  font-weight: 600;
  margin-bottom: 20px;
}

.eco-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eco-card ul li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  color: #626473;
  margin-bottom: 5px;
}

.eco-card ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  top: 0;
  color: #43d9a0;
  font-size: 26px;
  line-height: 1;
}

.business-model-section {
  background: #140340;
  overflow: hidden;
}

.business-left h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.business-left h2 span {
  color: #3a55a6;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
}

.business-desc,
.business-desc p {
  font-size: 18px;
  line-height: 1.75;
  color: white;
  max-width: 720px;
  margin-bottom: 45px;
}

/* ITEM */

.business-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 40px;
}

.business-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: #220067;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-icon img {
  width: 30px;
}

.business-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 12px;
}

.padding-left-sec {
  padding-left: 30px;
}

.business-text p {
  color: #b5bdc5;
  font-size: 18px;
  line-height: 1.7;
  max-width: 650px;
}

/* RIGHT BOX */

.stats-box {
  position: relative;
  background: #25006f;
  border-radius: 25px;
  padding: 70px 60px;
  min-height: 470px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 60px;
}

.stat-item h3 {
  font-size: 46px;
  line-height: 1;
  color: #43ebb0;
  font-weight: 800;
  margin-bottom: 10px;
}

.stat-item p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 22px;
  line-height: 1.3;
}

/* CIRCLE */

.circle-wrap {
  position: absolute;
  right: -80px;
  bottom: -70px;
}

.circle-chart {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: conic-gradient(#43ebb0 0deg 270deg, #4362d0 270deg 360deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-chart::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #13004b;
}

.circle-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.circle-inner h4 {
  color: #43ebb0;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 5px;
}

.circle-inner p {
  margin: 0;
}

.circle-inner span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.scale-section {
  background: #ffffff;
  overflow: hidden;
}

.scale-content h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: #2e2f33;
  max-width: 760px;
  margin-bottom: 20px;
}

.scale-content h2 span {
  color: #43e0a6;
}

.scale-content > p {
  font-size: 18px;
  line-height: 1.7;
  color: #626473;
  max-width: 720px;
  margin-bottom: 90px;
}

/* EXPERT CARD */

.expert-card {
  background: #dfe8f1;
  border-radius: 20px;
  padding: 28px 35px;
  display: block;
  align-items: center;
  gap: 24px;
  max-width: 760px;
}

.expert-img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}

.expert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.expert-content {
  margin-top: 15px;
}

.expert-content h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #2e2f33;
  font-weight: 600;
  margin-bottom: 12px;
}

.expert-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #626473;
  margin: 0;
}

/* FORM */

.form-box {
  background: #dfe5eb;
  border-radius: 28px;
  padding: 40px;
}

.form-group label {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #2f3138;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  height: 44px;
  border: 1px solid #bfc7cf;
  background: #ffffff;
  border-radius: 7px;
  padding: 4px 20px;
  font-size: 15px;
  color: #2f3138;
  outline: none;
  box-shadow: none;
}

.form-group {
  margin-bottom: 0;
}
.form-group textarea {
  height: 120px;
  padding-top: 18px;
  resize: none;
}

.form-group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%232f3138' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
}

.submit-btn {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 12px;
  background: #5ce6b8;
  color: #2e2f33;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #3fdaad;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}
.wpcf7-not-valid-tip {
  font-size: 13px !important;
}
.form-box {
  position: relative;
}
.form-box .wpcf7-spinner {
  position: absolute;
  left: 44%;
  right: 0;
  bottom: -20px;
}

.solutions-section {
  background: #eaecef;
}

/* RESPONSIVE */
@media (max-width: 1599px) {
  .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 1399px) {
  .scale-content h2 {
    font-size: 35px;
  }

  .scale-content > p {
    font-size: 18px;
  }

  .expert-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .padding-left-sec {
    padding-left: 20px;
  }

  .scale-content h2 {
    font-size: 32px;
  }

  .scale-content > p {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .expert-content h3 {
    font-size: 20px;
  }

  .expert-content p {
    font-size: 18px;
  }

  .form-box {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .padding-left-sec {
    padding-left: 15px;
  }

  .scale-section {
    padding: 80px 0;
  }

  .scale-content h2 {
    font-size: 38px;
  }

  .scale-content > p {
    max-width: 100%;
  }

  .expert-card {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .hero-content,
  .hero-image-area {
    text-align: center;
  }

  .hero-btns {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .scale-section {
    padding: 40px 0;
  }

  .scale-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .scale-content > p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  .expert-card {
    padding: 24px;
    gap: 18px;
    flex-direction: column;
    text-align: center;
  }

  .expert-img {
    width: 90px;
    height: 90px;
  }

  .expert-content h3 {
    font-size: 24px;
  }

  .expert-content p {
    font-size: 16px;
  }

  .form-box {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .form-group label {
    font-size: 16px;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    height: 44px;
    font-size: 16px;
    padding: 4px 13px;
  }

  .form-group textarea {
    height: 140px;
  }

  .submit-btn {
    height: 60px;
    font-size: 18px;
  }
}

/* RESPONSIVE */

@media (max-width: 1399px) {
  .business-left h2 {
    font-size: 38px;
  }

  .business-text h3 {
    font-size: 30px;
  }

  .stat-item h3 {
    font-size: 42px;
  }

  .stat-item p {
    font-size: 22px;
  }

  .circle-chart {
    width: 201px;
    height: 201px;
  }
}

@media (max-width: 1199px) {
  .business-model-section {
    padding: 80px 0;
  }

  .business-left h2 {
    font-size: 36px;
  }

  .business-desc,
  .business-desc p {
    font-size: 17px;
    max-width: 100%;
  }

  .business-text h3 {
    font-size: 26px;
  }

  .business-text p {
    font-size: 18px;
  }

  .stats-box {
    min-height: auto;
  }

  .circle-wrap {
    right: -30px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .business-model-section {
    padding: 40px 0 70px;
  }

  .business-left h2 {
    font-size: 23px;
    margin-bottom: 18px;
    text-align: center;
  }

  .business-desc,
  .business-desc p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  .business-item {
    gap: 18px;
    margin-bottom: 30px;
  }

  .business-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .business-icon img {
    width: 24px;
  }

  .business-text h3 {
    font-size: 22px;
  }

  .business-text p {
    font-size: 15px;
    line-height: 1.6;
  }

  .stats-box {
    padding: 40px 25px 120px;
    border-radius: 24px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .stat-item h3 {
    font-size: 38px;
  }

  .stat-item p {
    font-size: 22px;
  }

  .circle-wrap {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -40px;
  }

  .circle-chart {
    width: 180px;
    height: 180px;
  }

  .circle-chart::before {
    width: 135px;
    height: 135px;
  }

  .circle-inner h4 {
    font-size: 30px;
  }

  .circle-inner span {
    font-size: 15px;
  }
}

/* RESPONSIVE */

@media (max-width: 1399px) {
  .ecosystem-heading h2 {
    font-size: 38px;
  }

  .eco-card h3 {
    font-size: 20px;
  }

  .b3net-top h2 {
    font-size: 36px;
  }

  .hero-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content h2 {
    font-size: 22px;
  }

  .hero-content h1 span {
    font-size: 60px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .ai-text {
    font-size: 18px;
  }

  .b3net-top h2 {
    font-size: 30px;
  }

  .b3net-top p {
    font-size: 17px;
  }
  .info-card p {
    font-size: 17px;
    max-width: 100%;
  }

  .ecosystem-heading h2 {
    font-size: 36px;
  }

  .ecosystem-heading p {
    font-size: 18px;
  }

  .eco-card {
    padding: 22px 20px;
  }

  .eco-card h3 {
    font-size: 20px;
  }

  .eco-card ul li {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .hero-wrapper {
    flex-direction: column;
  }

  .hero-content,
  .hero-image-area {
    width: 100%;
  }

  .hero-image-area {
    justify-content: center;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content h1 span {
    font-size: 52px;
  }

  .hero-content p {
    font-size: 18px;
  }

  .ai-card {
    left: 20px;
    bottom: -20px;
  }

  .b3net-top h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hero-banner {
    padding: 40px 0 55px;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-content h1 span {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .btn-primary-custom,
  .btn-outline-custom {
    width: 100%;
    font-size: 15px;
  }

  .ai-card {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: -40px;
    width: 90%;
  }

  .ai-text {
    font-size: 16px;
    text-align: left;
  }

  .ai-text br {
    display: none;
  }

  .b3net-section {
    padding: 40px 0;
  }

  .b3net-top {
    margin-bottom: 40px;
  }

  .hero-wrapper {
    gap: 30px;
  }

  .b3net-top h2 {
    font-size: 23px;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .b3net-top p {
    font-size: 16px;
    line-height: 1.7;
  }

  .info-card {
    padding: 30px 25px;
    border-radius: 22px;
  }

  .info-card h3 {
    font-size: 22px;
  }

  .info-card p {
    font-size: 16px;
    max-width: 100%;
  }

  .card-icon {
    max-width: 50px;
  }

  .large-card,
  .small-card {
    min-height: auto;
  }

  .info-card {
    padding: 30px 24px;
  }

  .b3net-grid {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .ecosystem-section {
    padding: 40px 0;
  }

  .ecosystem-heading {
    margin-bottom: 45px;
  }

  .ecosystem-heading h2 {
    font-size: 23px;
  }

  .ecosystem-heading p {
    font-size: 17px;
  }

  .eco-card {
    padding: 22px 15px;
    border-radius: 16px;
  }

  .eco-icon {
    margin-bottom: 20px;
  }

  .eco-icon img {
    width: 62px;
    height: 62px;
  }

  .eco-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .eco-card ul li {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .scale-content h2 {
    font-size: 26px;
    text-align: center;
  }

  .hero-content h2 {
    text-align: center;
    font-size: 18px;
  }

  .hero-content h1 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
  }

  .btn-primary-custom,
  .btn-outline-custom {
    text-decoration: none;
    height: 45px;
  }

  .hero-btns {
    margin-top: 20px;
  }

  .hero-content p {
    text-align: center;
  }
  .eco-icon {
    margin-bottom: 16px;
    min-height: auto;
  }
  .eco-card ul li {
    font-size: 15px;
    line-height: 1.7;
  }
  .eco-card ul li::before {
    top: -2px;
  }
  .business-text h3 {
    font-size: 19px;
  }
  .scale-content > p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .expert-content h3 {
    font-size: 20px;
  }
  .expert-img {
    margin: auto;
  }
  .form-group label {
    font-size: 15px;
  }
  .submit-btn {
    height: 45px;
    font-size: 15px;
  }
}
