 body {
      background-color: #ffffff;
      margin: 0;
      padding: 0;
     font-family: 'Roboto', sans-serif !important;
    }
    h1,h2,h3,h4,h5,h6{
       font-family: Quicksand, sans-serif !important;
    }
    .psychiatry-banner {
      background: url('assets/images/sliders/healthy-mind.jpg') center center/cover no-repeat !important;
      min-height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #0d0d0d;
      background-color: #fff; 
    }

    .psychiatry-banner-content {
      position: relative;
      text-align: center;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .psychiatry-banner-content h1 {
      font-weight: 700;
      font-size: 2.4rem;
      color: #032d5d;
      font-family: Quicksand, sans-serif !important;
    }

    .psychiatry-banner-content p {
      font-size: 13px;
      color: #222;
      
      line-height: 1.4;
    }

    .psychiatry-section {
     
      
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 30px 0;
    }

    /* .psychiatry-inner {
     
    } */

    .psychiatry-inner p {
      color: #333;
      font-size: 17px;
      line-height: 1.6;
    }

    .psychiatry-inner strong {
      color: #032d5d;
    }

    @media (max-width: 992px) {
      .psychiatry-inner {
        width: 100%;
        padding: 0 20px;
      }

      .psychiatry-banner-content {
        max-width: 90%;
      }
    }

    @media (max-width: 768px) {
      .psychiatry-banner {
        min-height: 220px;
      }

      .psychiatry-banner-content h1 {
        font-size: 2rem;
      }
    }

    /* second section */

.psychiatric-container {
  max-width: 700px;
  margin-left: 10vw;
  margin-right: auto; 
   border: 1px solid #21CDC0;
 
}

.psychiatric-desc {
  font-size: 14px;
  line-height: 1.6;
}

.psychiatric-list-box {
  background-color: #DEF8F6;
   border: 1px solid #21CDC0;
}
.text{
    color : #032d5d; 
    font-size: 18px;
}
.tick{
    color : #21CDC0;
}
 .psychiatric-list-box strong {
      color: #032d5d;
      font-weight : 600 !important;
      font-size : 15px;
    }

@media (max-width: 992px) {
  .psychiatric-container {
    margin: 0 auto; 
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  .psychiatric-container {
    margin: 0 auto;
    max-width: 90%;
  }
}


/* third section */

.how-container {
  max-width: 750px;
  margin-left: 120px; 
  margin-right: auto;
}

.how-title {
  color: #032d5d;
  font-size: 22px;
}

.how-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
}

.how-box {
  background: #fff;
  padding: 15px 18px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  height: 100%;
  border: 1px solid #21CDC0;
}

.how-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.how-box h6 {
  color: #032d5d;
  font-size: 16px;
  margin-bottom: 8px;
}

.how-box p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.how-icon {
  color: #21CDC0;
  font-size: 17px;
}

@media (max-width: 992px) {
  .how-container {
    margin: 0 auto; 
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .how-box h6 {
    font-size: 15px;
  }
  .how-box p {
    font-size: 13px;
  }
}

/* extra */

.question{
     color: #032d5d;
     font-size : 20px;
     font-weight :bold;
}



/* team members */


.team-section {
  max-width: 1100px;
  margin: 60px auto;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 20px 20px;
  border: 1.5px solid #21CDC0;
  background: #fff;
}
.team-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #032d5d;
  margin-bottom: 35px;
}

.team-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
.team-image {
  flex: 1 1 280px;
  text-align: center;
}

.team-image img {
  width: 100%;
  max-width: 330px;
  border-radius: 10px;
}
.team-content {
  flex: 2 1 550px;
}

.team-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #032d5d;
  margin-bottom: 6px;
}

.team-subtitle {
  color: #21CDC0;
  font-weight: 600;
  margin-bottom: 15px;
}

.team-content p {
  color: #334155;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 12px;
  text-align: justify;
}

.team-content strong {
  color: #032d5d;
}

.team-content a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
  word-break: break-all;
}

.team-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .team-section {
    margin: 40px 20px;
    padding: 25px;
  }

  .team-card {
    gap: 20px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  .team-content p {
    font-size: 13.5px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .team-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .team-image img {
    max-width: 270px;
  }

  .team-content {
    flex: 1 1 100%;
    padding: 10px;
  }

  .team-content h3 {
    font-size: 18px;
  }

  .team-content p {
    font-size: 12px;
    text-align: left;
  }

  .team-section {
    padding: 20px;
    margin: 30px 10px;
    border: 1.5px solid #21CDC0;
  }
}
