.heading{
    display: flex;
    margin-left: 12px;
}

.menu{
    display: flex;
}

.mates{
    color: #2400FF;
}

.first-part{
    padding: 35px;
    background-color: #D7E3FF;
}

.navbar {
  background-color: #D7E3FF !important;
}

.first-part-start{
    margin-top: 4rem !important;
    display: flex;
    justify-content: space-around;
    margin-bottom: 4rem !important;
}

.first-part-text{
    width: 45%;
}

.first-part-text h1{
    font-size: 3rem;
   
}
.first-part-sub-text{
    margin-top: 45px;
    font-size: 1.2rem;
}

.first-part-image img{
     width: 100%;
}

.second-part{
    margin-bottom: 5rem;
}

.second-part h2{
    text-align: center;
    margin-top: 4rem;

}


.card1 {
  background-color: #D7E3FF;
  border-radius: 40px;
}
.cards {
 
    gap: 3rem;
    margin-top :4rem;
   
}

.card2{
    background: linear-gradient(to bottom, #6C59E0, #2400FF); 
    border-radius: 40px;
   
}
.card3{
    background-color: #D7E3FF;
    border-radius: 40px;
    padding: 2rem;
}

.card-text h3 {
    text-align: center;
}

.card-text p {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
}



.card-image {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 4rem;

  }

  .card-image3{
    text-align: center;
    margin-top: 8.5rem;
    margin-bottom: 4rem;
  }

.card1 {
    padding-bottom: 2rem;
}
.card2 {
    padding-bottom: 2rem;
}
.card3 {
    padding-bottom: 2rem;
}

.third-part{
    background-color: #D7E3FF
}


.third-part h1{
    text-align: center;
   padding-top: 3rem;
  
}

.third-part-image  {
    text-align: center;
    /* width: 100%; */
    margin-top:4rem;
    padding: 4rem;
   
}

.fourth-part{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.fourth-subpart{
    background: linear-gradient(to bottom, #6C59E0, #2400FF); 
    color: #ffff;
    width: 50%;
    margin: 0 auto;
    padding : 5rem;
    border-radius: 30px;
}

.fourth-subpart p {
    
    text-align: center;
    padding-top: 1rem;
    font-size: 25px;
}

.fourth-subpart h1 {
    text-align: center;
}

.fifth-part {
    background-color: #D7E3FF
}

.fifth-part .custom{
    margin-top: 5rem;
    padding-bottom: 10rem;
}

.fifth-part h3{
    text-align: center;
    padding-top: 6rem;
}

.testimonial-card {
    background: #f0f4ff;
    border: 1px solid #dce3f7;
    border-radius: 15px;
    padding: 20px;
    max-width: 770px;
    margin: auto;
  }
  .testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }
  .testimonial-user {
    display: flex;
    align-items: center;
  }
  .testimonial-user-icon {
    width: 40px;
    height: 40px;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 10px;
  }
  .stars {
    color: #ffc107;
    font-size: 20px;
  }
  .testimonial-text {
    font-style: normal;
    margin-top: 10px;
  }


  .callback-card {
    background: #000;
    border-radius: 30px;
    padding: 40px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto !important; 
    margin-top: 6rem !important;
   
  }
  .callback-text h2 {
    font-weight: bold;
  }
  .callback-text small {
    display: block;
    margin-bottom: 15px;
    opacity: 0.7;
  }
  .callback-team {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .callback-team img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
  }
  .callback-form input {
    margin-bottom: 10px;
  }
  .callback-form .btn1 {
    background: blue;
    color: white;
    /* width: 100%; */
    padding: 0.5rem;
    margin-top: 2rem;
  }

  .footer {
    background-color: #dce5ff;
    padding: 40px 20px;
    margin-top:  6rem;
  }
  .footer a {
    color: black;
    text-decoration: underline;
  }
  .footer a:hover {
    color: #0000ff;
  }
  .footer hr {
    border-top: 1px solid #999;
    margin-top: 40px;
  }
  .brand-name {
    font-weight: bold;
    font-size: 1.75rem;
  }
  .highlight {
    color: blue;
  }
  .social-icons a {
    color: black;
    font-size: 1.25rem;
    margin-right: 15px;
  }
  .footer-note {
    font-size: 0.9rem;
    color: #333;
  }
  .copy {
    font-size: 0.875rem;
    color: #444;
  }

  .services{
    background-color: #D7E3FF
  }

  .services-para{
    font-weight: 600;
    font-size: 1.2rem;
  }
  .para1{
    margin-top: 3rem
  }

  .para2{
    margin-top: 3rem;
   
  }
   
  .para3{
    margin-top: 3rem;
  }
  .subtext1{
    margin-top: -11px;
  }

  .about{
    background-color: #D7E3FF;
  }
  
  .about-para{
    font-weight: 600;
     font-size: 1.2rem;
  }

  .contact{
    background-color: #D7E3FF;
  }

  .contact-para{
    font-weight: 600;
    margin-bottom: 7rem;
  }

  .mail{
    color : #2400FF;
    margin-top: -13px;
  }

  .contact-text{
    font-size: 1.2rem;
  }

  .custom-btn{
    border-radius: 40px;
    background: linear-gradient(to right, #6C59E0, #2400FF) ;
    color: #ffff;
    border:  none;
    padding : 0.7rem 2rem;
  }

  .custom-btn a {
    color: white;
    text-decoration: none;

}

.custom-btn2 a {
  color: white;
  text-decoration: none;
}
.custom-btn a:hover {
    color: white;
    text-decoration: none;
}


.team-title span {
  color: #1d00ff;
}
.therapist-card {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  background: white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);


  max-width: 362px;
  width: 100%;
}

.swiper {
  position: relative;
  padding: 0 40px; /* adjust based on arrow width */
}

.navbar-nav{
  gap:1.5rem;
  font-size: 22px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  /* width: 30% !important; */
  /* margin-left: 2rem; */
}
.therapist-card img {
  width: 100%;
  border-bottom: 4px solid #1d00ff;
  border-radius: 20px 20px 0 0;
}
.therapist-info {
  padding: 15px;
  background: linear-gradient(to bottom, #000000, #464545 , #3E3838); 
  color: white;
  border-radius: 0 0 20px 20px;
}
.therapist-info h5 {
  margin: 0;
  font-weight: 600;
}
.therapist-info p {
  font-size: 0.85rem;
  margin: 10px 0 0;
}
.team-message span {
  color: #1d00ff;
}
.carousel-indicators button {
  background-color: #000;
}
.highlight {
  color: #1d00ff;
  font-weight: bold;
}

.psychologists{
  background-color: #D7E3FF;
}
.therapist-card{
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.swiper-pagination{
  margin-top: 2rem !important;
}

.slider{
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.custom-btn2 {
  background-color: black;
  color: white;
  padding:1rem;
    border-radius: 10px;
 
  margin-top: 2rem;
  position: relative;
  left:37%
}




  @media (max-width: 768px) {
    .social-icons {
      margin-top: 1rem;
    }
    .footer-note {
      font-size: 0.85rem;
    }
    .custom-btn{
      margin-left: 1.5rem;
    }
  }
  

  /* Below 768px: one card per row */
  @media (max-width: 1024px) {
    .responsive-cards{
        flex-wrap: wrap;
    }

    .third-part-image{
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .third-part-image img {
        
        width: 100%;
        
      
    }
    .fourth-subpart{
        width: 80%;
    }

    .navbar-nav{
      gap:1rem !important;
      font-size: 16px !important;
    }
  }


  @media (max-width : 768px){
    .testimonial-card{
        margin: 0 15px; /* This creates space on mobile */
     }

     .custom-btn2 {
      background-color: black;
      color: white;
     
      margin-top: 2rem;
      position: relative;
      left:35% !important;
    }
  }

  @media (max-width : 450px) {
     .fourth-subpart{
        padding: 2rem !important;
     }
    
     .testimonial-card{
        margin: 0 15px; /* This creates space on mobile */
     }

     .first-part-text h1 {
        font-size: 2rem;
    }

    .therapist-card {
      margin-left: 0.8rem;
    }

    .custom-btn2 {
      background-color: black;
      color: white;
     
      margin-top: 2rem;
      position: relative;
      left:19% !important;
    }
  }

  @media (max-width : 375px){
    .therapist-card {
      margin-left: 0rem !important;
    }

    .custom-btn2 {
      background-color: black;
      color: white;
     
      margin-top: 2rem;
      position: relative;
      left:11% !important;
    }
  }



.get-started-button {
  animation: pulse 2s infinite;
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}


  

