h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/* banner  */

.banner-section {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, #f3d1c8 13%, #fe9ea06b 87%);
  position: relative;
  min-height: 600px;
  margin-bottom: 10px;
}

.banner-section::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  background-image: url(wp-content/themes/setu/images/bg-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.ban-Image {
  max-width: 300px;
  height: 480px;
  object-fit: cover;
}

.left-img {
  border-bottom-right-radius: 200px;
  margin-top: -100px;
  overflow: hidden;
}

.banner-section h6 {
  color: #f58c00;
  font-weight: 500;
}

.banner-section h1 {
  color: #174a90;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.3;
  margin-bottom: 35px;
  font-family: "Open Sans", sans-serif;
}

.banner-section p {
  max-width: 500px;
  color: #555;
  margin: 20px 0 40px;
}

.learn-btn {
  background-color: #d94e0f;
  color: #fff !important;
  font-weight: 600;
  padding: 13px 40px 15px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
}

.right-img {
  border-top-left-radius: 200px;
  overflow: hidden;
  margin-top: 100px;
}

@media (max-width: 992px) {
  .banner-section {
    min-height: auto;
    padding: 40px 0;
  }

  .ban-Image {
    margin: 0;
    border-radius: 10px;
    min-width: calc(100vw - 40px);
    aspect-ratio: 5/4;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }

  .right-img {
    display: none;
  }

  .banner-section h1 {
    font-size: 22px;
  }
}

/* breadcrumb */

.breadcrumb-main {
  padding: 50px 0;
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  background-color: #009687a3;
  overflow: hidden;
}

.breadcrumb-main img {
  position: absolute;
  max-width: 750px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 300px 0 0 300px;
}

.breadcrumb-link {
  display: flex;
  gap: 4px;
  margin: 0;
}

.breadcrumb-link li {
  font-size: 16px;
}

.breadcrumb.item {
  padding: 0;
  color: #000;
}

.bread {
  position: relative;

  h1 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .breadcrumb-main {
    min-height: auto;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;

    img {
      display: none;
    }

    .breadcrumb-link li {
      font-size: 14px;
      color: #fff;
    }
  }

  .bg-1 {
    background: url(images/service/Pediatric-Occupational-Therapy-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .bg-2 {
    background: url(images/service/Sensory-Integration-Therapy-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .bg-3 {
    background: url(images/service/Feeding-therapy-banner.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .bg-4 {
    background: url(images/service/Early_Intervention-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .bg-5 {
    background: url(images/contact-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .play-therapy {
    background: url(images/service/Play-Therapy-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .neuro-developmental {
    background: url(images/service/neuro-developmental-therapy-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .school-readiness {
    background: url(images/service/school-readiness-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .social-skill {
    background: url(images/service/Social-Skills-Training-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .group-therapy {
    background: url(images/service/Group-Therapy-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .hand-writing {
    background: url(images/service/hand-writing-intervention-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .children-occupational {
    background: url(images/service/children-occupational-therapy.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .speech-therapy {
    background: url(images/service/Speech-therapy-banner.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .about-ban {
    background: url(images/about-ban.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .breadcrumb-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0000003b;
  }

  .bread {
    h1 {
      font-size: 22px;
    }

    a {
      color: #fff;
    }
  }
}

.section {
  overflow: hidden;
}

.servi-section {
  padding: 60px 0;
  /* background: linear-gradient(to bottom right, #f3d1c8, #f8b8b9); */
}

.servi-cont {
  background-color: #fff;
  border-radius: 10px;
  /* overflow: hidden; */
}

.service-main-img {
  display: flex;
  justify-content: center;
}

.service-img {
  width: 100%;
  /* margin-bottom: 20px; */
  aspect-ratio: 3/4;
  object-fit: cover;
  max-width: 400px;
  width: 100%;
  /* border: 3px solid #009688; */
  border-radius: 200px 0 0;
  box-shadow: -10px -10px 0 0 #f3d1c8;
}

@media (max-width: 768px) {
  .servi-section {
    padding: 40px 0;
    background: #fff;
  }

  .servi-cont {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .main-content {
    padding: 0;
  }

  .service-img {
    max-width: calc(100% - 20px);
  }
}

.main-content h2,
.main-content h3,
.main-content h4 {
  color: #009688;
}

.main-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.main-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.main-content h4 {
  font-size: 23px;
  margin-bottom: 10px;
}

.main-content p {
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .main-content h2 {
    font-size: 24px;
  }

  .main-content h3 {
    font-size: 22px;
  }

  .main-content h4 {
    font-size: 19px;
  }
}

.main-content ul {
  padding-left: 25px;
}

.main-content ul li,
.main-content ol li {
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 16px;
}

.service-sidebar {
  background: #fff;
  padding: 20px 10px;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-sidebar h4 {
  color: #333;
  font-weight: 600;
  padding: 10px;
  border-bottom: 3px solid #009688;
  margin-bottom: 10px;
  background: #00968826;
  border-radius: 7px;
}

.service-link {
  display: block;
  background: #fff;
  color: #009688;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: 0.3s ease;
  border: 2px solid #f1f1f1;
  font-weight: 500;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.service-link:hover {
  background: #009688;
  color: white;
}

.contact-form .form-control {
  border-radius: 4px;
  border: 1px solid #ccc;
}

.contact-form label {
  font-weight: 500;
  color: #333;
}

.btn-theme {
  background-color: #009688;
  color: white;
  border: none;
  border-radius: 10px;
  margin-top: 15px;
}

.btn-theme:hover {
  background-color: #00796b;
  color: #fff;
}

.input-group-text {
  background-color: #009688;
  color: white;
  border: none;
  border-radius: 4px 0 0 4px;
}

.input-group input::placeholder {
  font-size: 14px;
  color: #333;
}

.contact-header {
  background: linear-gradient(to right, #ef3237, #41448f);
  color: white;
  padding: 60px 0;
  text-align: center;
}

.contact-header h1 {
  font-size: 3rem;
  font-weight: 700;
}

.contact-section {
  background: white;
  padding: 60px 0;
}

.contact-form {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
  .contact-form {
    padding: 0;
  }
}

.form-control:focus {
  box-shadow: none;
  border-color: #ef3237;
}

.contact-info {
  padding: 30px;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: 16px;
}

.contact-info h5 {
  font-weight: 600;
}

.contact-info p {
  display: flex;
  align-items: baseline;
}

.contact-info i {
  color: #009688;
  margin-right: 10px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 10px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.btn-brand {
  background-color: #009688;
  border: 1px solid #009688;
  color: white;
  border: none;
  transition: 0.3s ease;
}

.btn-brand:hover {
  background-color: transparent;
  color: #009688;
  border: 1px solid #009688;
}

/* section adjustments */
.sec-img img {
  max-width: 480px;
  width: 100%;
  margin-bottom: 40px;
  aspect-ratio: 16/8;
  object-position: top;
  object-fit: cover;
}

.child-round {
  border-top-left-radius: 200px;
  float: start;
}

.girl-round {
  border-bottom-right-radius: 200px;
  margin: 0 0 0 auto !important;
  display: block;
}

.section-head h2 {
  color: #000;
}

.section-head span {
  font-size: 18px;
  color: #ffa000;
}

@media (min-width: 768px) {
  .choose-us-text {
    padding-left: 60px;
  }
}

.custom-box {
  color: #333;
  padding: 12px;
  font-weight: 600;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 100px;

  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
      border: 3px solid #f8b8b9;
  box-shadow: 5px 5px 10px #00796b78, -5px -5px 10px rgba(255, 255, 255, 0.5),
    inset -10px -10px 10px rgba(255, 255, 255, 0.3),
    inset 10px 10px 10px #00796b46;
  i {
    font-size: 26px;
    height: 50px;
    width: 50px;
    background-color: #00796b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .sec-img img {
    border-radius: 10px;
    margin: 0;
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16/10;
  }

  .girl-round {
    display: none;
  }
}

/* parent concern */

.parent-concern {
  background-color: #f9f9f9;
  padding: 40px 0;
  text-align: center;
}

.parent-concern h2 {
  color: #d94b9d;
  font-size: 28px;
  margin-bottom: 50px;
}

.item {
  border-radius: 16px;
  padding: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
}

.item::before {
  content: "";
  position: absolute;

  left: 10%;
  width: 200px;
  height: 2px;
  background: transparent;

  z-index: -1;
}

@media (max-width: 1400px) {
  .item::before {
    width: 180px;
  }
}

@media (max-width: 1200px) {
  .item::before {
    width: 210px;
  }
}

.item.up {
  margin-bottom: 135px;

  &::before {
    top: 100px;
    border-top: 2px dashed #d94b9d;
    transform: rotate(50deg);
  }
}

.item.down {
  margin-top: 135px;

  &::before {
    top: -50px;
    border-top: 2px dashed #d94b9d;
    transform: rotate(-50deg);
  }
}

.item.non::before {
  content: none !important;
}

.item img {
  width: 90px;
  height: auto;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
}

.item img:hover {
  transform: scale(1.15);
}

.item p {
  font-size: 12px;
  color: #333f56;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .item {
    margin: 0 !important;
  }

  .item.up::before {
    top: 60px;
    width: 300px;
    left: 55%;

    transform: rotate(0);
  }

  .item.down::before {
    content: none !important;
  }
}

@media (max-width: 768px) {
  .item.up::before {
    top: 60px;
    width: 200px;
    left: 55%;

    transform: rotate(0);
  }
}

.custom-img {
  border-radius: 100px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 10px solid #fff;
}

.prof_img {
  border: 6px solid #009688;
  border-radius: 15px;

  img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.2;
    object-fit: cover;
    border-radius: 10px;
  }
}

.ab_text {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .ab_text {
    font-size: 16px;
  }
}

.d-title {
  font-size: 24px;
  color: #009688;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #009688;
    bottom: -10px;
    left: 0;
  }
}

.doc-list {
  padding-left: 20px;
  margin: 0;

  li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;

    &:first-child {
      padding-top: 0;
    }

    &:last-child {
      border-bottom: none;
    }
  }
  em {
    font-size: 15px;
  }
}

.doc-list.b-none {
  li {
    border-bottom: none;
    padding: 0;
    margin-bottom: 10px;
    line-height: 25px;
  }
}

/* testimonial slider  */

.testimonial-section {
  background-color: #f9f9f9f9;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  padding: 60px 0;
}

.testimonial-section h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 50px;
  color: #222;
  text-align: center;
}

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

  .testimonial-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.item.testi {
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 100%;
}

.testimonial-card {
  background: #f9e8e33d;
  border-radius: 16px;
  padding: 35px 30px;
  position: relative;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  min-height: 335px;
  height: 100%;
  color: #ffffff;
  text-align: start;
}

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

.testimonial-card i.quote {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 28px;
  color: #ff3e7f;
  opacity: 0.25;
}

.testimonial-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #333;
  margin-top: 20px;
}

.testimonial-card .author {
  margin-top: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

.testimonial-card .role {
  font-size: 13px;
  color: #555;
}

.owl-dots {
  margin-top: 35px;
  text-align: center;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background: #bbb;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transition: background 0.3s ease;
}

.owl-dot.active span {
  background: #ff3e7f;
}

/* parent section  */

.skills-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #e0f7fa, #fff3e0);
}

.skill-card {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  padding: 25px 15px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.skill-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.skill-icon {
  font-size: 2rem;
  color: #009688;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.skill-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 150, 136, 0.2);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease;
}

.skill-title {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.skill-card:hover {
  .skill-icon {
    color: #fff;
  }

  .skill-icon::before {
    height: 400px;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #009688;
  }

  .skill-title {
    color: #fff;
  }
}

/* disoder section  */

.disorders-section {
  font-family: "Segoe UI", sans-serif;
}

.disorder-card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  border-radius: 40px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #00968736;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.disorder-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.disorder-icon {
  font-size: 1.8rem;
  color: #009688;
  background-color: rgba(0, 150, 136, 0.2);
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disorder-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 150, 136, 0.2);
  border-radius: 100px;
  z-index: -1;
  transition: all 0.4s ease;
}

.disorder-title {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  line-height: 20px;
  flex: 1;
  position: relative;
}

.disorder-card:hover {
  .disorder-icon::before {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    background-color: #00796b;
    transform: translateY(-50%);
  }

  .disorder-icon {
    background-color: #fff;
  }

  .disorder-title {
    color: #fff;
  }
}
