/* nav section */
/* h2 40 h1 44 h5 25*/
body{
  font-family: "Ancizar Serif", serif;
  font-style: normal;
}


.navbar-nav .nav-link {
 color: white !important;
  font-weight: 700;
  margin: 0 5px;
  font-size: 16px;
}




.donate-btn {
 border: 2px solid white;
  color: white;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 600;
  background: transparent;
    background-color: transparent;
  text-decoration: none;
}

.donate-btn:hover {background-color: white;
  color: #23baae;
  border: 2px solid black;
  font-weight: 700;
}

.lang-switch {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  cursor: pointer;
}


/* dropdown */

.dropdown-item:hover {
    color:#23baae;
    background-color: var(--bs-dropdown-link-hover-bg);
    font-weight: 800;
    background-color: black;
  }


  .navbar.navbar-expand-lg.bg-white.py-2.px-3.shadow-sm{
   background-color: #23baae !important;
    padding: 10px 0px;
    background-image: -webkit-linear-gradient(-70deg, #ffffff -25%, #23baae 111%);
  }


/*popup*/


 
    /* Unique Popup Styles */
    .mz-popup-wrap {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      background-color: #23baae;
      border-radius: 20px;
      z-index: 1050;
      width: 90%;
      max-width: 360px;
      display: none;
      animation: mz-fade-in 0.4s ease-in-out;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    }

    .mz-popup-inner {
      padding: 30px 20px;
      border-radius: 20px;
    }

    .mz-popup-icon {
      font-size: 60px;
      margin-bottom: 10px;
    }

    .mz-popup-msg {
      font-weight: 500;
      color: #2d2d2d;
    }

    .mz-popup-close {
      position: absolute;
      top: 10px;
      right: 15px;
      background: #fff;
      border: none;
      font-size: 20px;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      line-height: 1;
      cursor: pointer;
    }

    @keyframes mz-fade-in {
      from {
        opacity: 0;
        transform: translate(-50%, -60%) scale(0.9);
      }
      to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
    }
 



/* first section */


.hdlinesec_ {
  padding: 10px;
  background-color: #23baae;
  display: inline-block;
}

.find-psychologists-section {
  background-image: url('images/slider1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #000;
}

.find-psychologists-overlay {
  padding: 4rem 0;
  border-radius: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.find-psychologists-section h1,
.find-psychologists-section p,
.find-psychologists-section .btn-search {
  color: #151414;
}

.find-psychologists-section .form-select {
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}

.find-psychologists-section .btn-search {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}

.frstsec_ h1 {
  font-family: "Ancizar Serif", serif;
  font-weight: 900;
  font-size: 44px;
  margin-bottom: 20px;
  text-align: left;
}

.frstsec_ p {
  font-family: "Ancizar Serif", serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 25px;
  width: 38%;
}

.text-heading {
  font-family: "Ancizar Serif", serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin-top: 30px;
}

.iconservice {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 20px 0;
  background-color: #20bfb7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.iconservice strong {
  display: block;
  text-align: center;
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  z-index: 2;
}

.iconservice svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  z-index: 1;
}

.iconservice text {
  font-size: 8px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  fill: #ffffff;
}


.bksec_:hover{
  background-color: black;
color: white;  
}
/* 🔧 Mobile responsiveness */
@media (max-width: 768px) {
  .find-psychologists-section {
    padding: 60px 20px;
    background-position: top;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }


  .find-psychologists-section {
    background-image: none !important;
  }

  .find-psychologists-overlay {
    padding: 25px;
  }

  .frstsec_ h1 {
    font-size: 32px;
    text-align: center;
  }

  .frstsec_ p {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  .text-heading {
    font-size: 24px;
    text-align: center;
  }

  .iconservice {
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .iconservice strong {
    font-size: 20px;
  }

  .iconservice svg {
    width: 150px;
    height: 150px;
  }

  .iconservice text {
    font-size: 6px;
  }
}

@media (max-width: 480px) {
  .find-psychologists-section {
    min-height: 400px;
  }

  .frstsec_ h1 {
    font-size: 28px;
  }

  .frstsec_ p {
    font-size: 17px;
    
  }

  .text-heading {
    font-size: 18px;
  }
}


    /* cards section  */

    .crdclr{
      background-color: #23baae;
    }

    .crdclr h5{     font-family: "Ancizar Serif", serif; font-size:25px;}

    .crdclr p{     font-family: "Ancizar Serif", serif;}

     

    .text-heading {
      color: #333;
    }

    .card-delay {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 1s ease, transform 1s ease;
    }

    .card-delay.show {
      opacity: 1;
      transform: translateY(0);
    }

   .whysec_ h2{font-family: "Ancizar Serif", serif;
    font-size: 40px;
    font-weight: 800;}


     /* psychologist cards  */




a.mh-view-more {
    color: white;
    background-color: #0f0f0f;
    padding: 9px 67px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
}

a.mh-view-more:hover {
     background-color: white;
    border: 2px solid black;
    color: #23baae;
    font-weight: 900;
}
     
     .showsec_ h2{font-family: "Ancizar Serif", serif;
    font-size: 40px;
    font-weight: 800;}


  
     .team-section {
  text-align: center;
  padding: 50px 20px;
  font-family: "Ancizar Serif", serif;
  color: #333;
}


  
     .team-section h2 {
  text-align: center;
  padding: 50px 20px;
  color: #333;
font-family: "Ancizar Serif", serif;
    font-size: 40px;
    font-weight: 800;
  
}



.team-heading {
  font-family: "Ancizar Serif", serif;
      font-size: 34px;
      font-weight: 700;
     color: #1f1f3e;
  transition: transform 0.3s ease;
}

.team-heading:hover {
  transform: scale(1.03);
}

.team-heading span {
  display: block;
  font-size: 2.5rem;
  color: #1f1f3e;
  transition: color 0.3s ease;
}

.team-heading span:hover {
  color: #23baae;
}

.info-icon {
  display: inline-block;
  font-style: normal;
  background-color: #1f1f3e;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  margin-left: 5px;
  font-size: 0.9rem;
  vertical-align: middle;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.info-icon:hover {
  background-color: #23baae;
  transform: scale(1.2);
}

.team-description {
  max-width: 900px;
  margin: 15px auto;
  font-family: "Ancizar Serif", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  transition: transform 0.3s ease, color 0.3s ease;
}

.team-description:hover {
  transform: translateY(-3px);
  color: #555;
}

.cta-button {
  margin-top: 20px;
  background-color: #23baae;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: underline;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
  background-color: #23baae;
  transform: scale(1.05);
}



 /* section four */
 

  /* section five */

.tblsec{
  font-family: "Ancizar Serif", serif;
      background: white;
      color: #222;
      margin: 40px 0;
    }

  .tblsec  h2 {
      text-align: center;
      margin-bottom: 30px;
  font-family: "Ancizar Serif", serif;
      font-size: 40px;
      font-weight: 700;
      padding: 90px 0 0 0;

      
   
    }

    .fdbtl{
font-size: 44px;
  font-family: "Ancizar Serif", serif;
font-weight: 700;

    }

    .comparison-table {
      max-width: 1285px;
      margin: auto;
      border-collapse: collapse;
      width: 90%;
    }


    .comparison-table th, .comparison-table td {
      padding: 15px;
      text-align: center;
      border: 1px solid #ddd;
  font-family: "Ancizar Serif", serif;

    }

  .hd_sec{text-align: left !important;}


    .comparison-table th {
      background-color: #23baae;
      color: white;
    }

    .mindzenia-col {
      background-color: #23baae;
      color: white;
      text-align: center;
    }

    .other-col {
      background-color: #222;
      color: white;
      text-align: center;
    }

  
  /* contribute cards   */

    /* Flip Base */
    .card_sec h2{
  font-family: "Ancizar Serif", serif;
      font-size: 40px;
      font-weight: 700;
    }

      .card_sec p{
    font-family: "Ancizar Serif", serif;
    font-size: 27px;
    font-style: italic;
    }
    .card-flip {
      perspective: 1000px;
      height: 100%;
      animation: fadeInUp 1s ease-in-out both;
    }

    .card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      transition: transform 0.8s;
      transform-style: preserve-3d;
    }

    .card-flip:hover .card-inner {
      transform: rotateY(180deg);
    }

    .card-front, .card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      padding: 2rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      transition: box-shadow 0.3s;
      border-radius: 0 !important;
    }

    .card-front i {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .card-back {
      transform: rotateY(180deg);
    }


    bg-awareness h5{margin-bottom: 30px;
  font-family: "Ancizar Serif", serif;
      font-size: 25px;
      font-weight: 700;}

    bg-awareness p{}
    /* Colors */
    .bg-awareness    { background-color: #00cfff; }
    .bg-donation     { background-color: #ffcc00;  }
    .bg-time         { background-color: #d92c2c; }
    .bg-resources    { background-color: #23baae; }
    .bg-connections  { background-color: #1c1c1c; }
    .bg-supporting   { background-color: #0067f4; }

    /* Glow on hover */
    .card-front:hover,
    .card-back:hover {
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    }

    .btn-outline-light {
      border: 2px solid white;
      color: white;
      font-weight: bold;
    }

    .btn-outline-light:hover {
      background-color: #23baae;
      color: black;
    }

    .btn-outline-dark {
      border: 2px solid black;
      color: black;
      font-weight: bold;
    }

    .btn-outline-dark:hover {
      background-color: black;
      color: white;
    }

    .card-col {
      min-height: 220px; /* reduced height */
    }

    /* Fade Up Animation */
    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }


    /* section seven */

    .fdsec_ h5{
      margin-bottom: 30px;
  font-family: "Ancizar Serif", serif;
      font-size: 25px;
      font-weight: 700;

    }

    
    .fdsec_ p {
    font-family: "Ancizar Serif", serif;
    font-size: 19px;
    font-style: italic;
    }

     .querysec_ h2{  
  font-family: "Ancizar Serif", serif;
      font-size: 40px;
      font-weight: 700;}
     

         .querysec_ p{  

    font-family: "Ancizar Serif", serif;
    font-size: 27px;
    font-style: italic;
color: #000 !important;   

    }

     .form-section {
     background: linear-gradient(to bottom right, #e6faf5, #f4fefc);
  padding: 1rem;
  border-radius: 15px;
  border: 2px solid #23baae;
  box-shadow: 0 0 15px rgba(10, 151, 124, 0.2);
  height: 100%;
  width: 100%;
    }

    .form-control,
    .form-select {
      border-radius: 8px;
      border: 1px solid #ccc;
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .form-control:focus,
    .form-select:focus,
    textarea.form-control:focus {
      border-color: #23baae;
      box-shadow: 0 0 5px rgba(35, 186, 173, 0.422);
    }

    .form-label {
      color: #23baae;
      font-weight: 500;
    }

    .submit-btn {
      background-color: #23baae;
      color: #fff;
      font-weight: bold;
      border-radius: 50px;
      padding: 0.5rem 2rem;
      transition: background-color 0.3s ease;
    }

    .submit-btn:hover {
      background-color: #23baae;
    }

    .accordion-button:not(.collapsed) {
      color: #23baae;
      background-color: #e6faf5;
    }

    .accordion-item {
      border: none;
      border-bottom: 1px solid #dee2e6;
    }

    .view-all-btn {
      background-color: #23baae;
      color: white;
      border-radius: 30px;
      padding: 0.4rem 1.5rem;
    }

    .view-all-btn:hover {
      background-color: #23baae;
    }

    textarea.form-control {
      resize: none;
      min-height: 60px;
    }
    


    /* testimonial section */


    

  .testimonial-section {
      padding: 50px 20px;
      text-align: center;
      background-color: #23baae;
    }

    .testimonial-title {
      font-size: 2rem;
      color: #000000;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .testimonial-section > p {
     color: #000;
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: inherit;
    font-style: italic;
    }

    .testimonial-card {
      max-width: 600px;
      margin: auto;
      border-radius: 12px;
      padding: 30px 20px;
    
    }

    .testimonial-img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      object-fit: cover;
      margin: 0 auto 20px;
      display: block;
      border: 5px solid #f7f7f7;
    }

    .testimonial-name {
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 5px;
      color: #000;
    }

    .testimonial-role {
      color: #000000;
      font-style: italic;
      margin-bottom: 6px;
      font-weight: 600;
      font-size: 17px;
    }

    .testimonial-text {
      font-size: 1rem;
      color: #333;
      line-height: 1.6;
      padding: 0 15px;
    }

    
    /* Swiper Navigation Arrows */
    .swiper-button-next,
    .swiper-button-prev {
      color: black !important;
      top: 45%;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .testimonial-card {
        padding: 20px 10px;
      }

      .testimonial-text {
        font-size: 0.95rem;
      }
    }
      
    /* footer */


    .footer {
      background: url('https://www.transparenttextures.com/patterns/dotted-background.png') repeat;
      background-color: #23baae;
      padding: 50px 0 20px;
  font-family: "Ancizar Serif", serif;
      font-size: 16px;
      background-image:  -webkit-linear-gradient(-70deg, #ffffff -25%, #23baae 111%);
    }

    .footer h5 {
      font-weight: 700;
      margin-bottom: 20px;
      border-bottom: 2px solid #23baae;
      display: inline-block;
      padding-bottom: 5px;
    }

    .footer .footer-col {
      margin-bottom: 30px;
    }

    .footer .footer-links li {
     
    list-style: none;
    margin-bottom: 5px;
    margin-left: -22px;

    }

    .footer .footer-links li i {
      color: black;
      margin-right: 5px;
    }

    .footer .footer-links a {
      text-decoration: none;
      color: #000;
    }

    .footer .footer-links a:hover {
      text-decoration: underline;
    }

    .footer .contact-info i {
      font-size: 20px;
      color: white;
    }

    .footer .icon-box {
      background-color: #050505;
      padding: 10px;
      border-radius: 5px;
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 45px;
      width: 45px;
    }

    .footer .social-icons a {
      background-color: #000000;
      color: #fff;
      font-size: 20px;
      margin-right: 10px;
      width: 45px;
      height: 45px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      text-decoration: none;
    }

    .footer .footer-bottom {
      text-align: center;
      padding-top: 20px;
      border-top: 1px solid #ccc;
      font-size: 14px;
    }

    .footer-logo {
      font-size: 24px;
      font-weight: bold;
      color: #23baae;
    }

    .footer-logo span {
      color: #000;
    }

    .contact-label {
      font-weight: bold;
      font-size: 15px;
    }

    @media (max-width: 768px) {
      .footer .footer-col {
        text-align: center;
      }

      .footer .icon-box {
        margin: 0 auto 10px;
      }

      .footer-links{
  padding-left: 0rem !important;
}

      .footer .contact-info {
        align-items: center;
        flex-direction: column;
        text-align: center;
      }
    }


    /* popup modals */


    .right-floating-icons {
      position: fixed;
      bottom: 30px;
      right: 0;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 9999;
    }

    .right-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      width: 50px;
      height: 50px;
      border-radius: 25px; 
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      text-decoration: none;
      font-size: 22px;
    }

    .right-icon:hover {
      transform: scale(1.1);
    }

    .whatsapp-icon {
      background-color: #25d366;
    }

    .call-icon {
      background-color: #007bff;
    }

    .form-icon {
      background-color: #ff6f00;
    }

    /* Optional page content */
    .content {
      padding: 100px 20px;
      text-align: center;
    }
    

    /* showcaesd */



/*.card-container {*/
/*      display: flex;*/
/*      flex-wrap: wrap;*/
/*      justify-content: center;*/
/*      gap: 30px;*/
/*    }*/

/*    .card {*/
      /*width: 300px;*/
/*      background: linear-gradient(135deg, #d3f7f2, #b7efe9);*/
/*      border-radius: 20px;*/
/*      box-shadow: 0 10px 25px rgba(35, 186, 174, 0.25);*/
/*      padding: 30px 20px 25px;*/
/*      position: relative;*/
/*      overflow: hidden;*/
/*      transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*          margin-right: 11px;*/
/*    }*/

/*    .card:hover {*/
/*      transform: translateY(-8px);*/
/*      box-shadow: 0 20px 40px rgba(35, 186, 174, 0.4);*/
/*    }*/

/*    .card::before {*/
/*      content: '';*/
/*      position: absolute;*/
/*      top: -50px;*/
/*      right: -50px;*/
/*      width: 100px;*/
/*      height: 100px;*/
/*      background: rgba(35, 186, 174, 0.08);*/
/*      border-radius: 50%;*/
/*      transition: transform 0.3s ease;*/
/*    }*/

/*    .card:hover::before {*/
/*      transform: scale(1.4);*/
/*    }*/

/*    .image-section {*/
/*      display: flex;*/
/*      justify-content: center;*/
/*      align-items: center;*/
/*      margin-bottom: 20px;*/
/*    }*/

/*    .profile-pic {*/
/*      width: 150px;*/
/*      height: 150px;*/
/*      object-fit: cover;*/
/*      border-radius: 50%;*/
/*      border: 6px solid #23baae;*/
/*      transition: transform 0.3s ease;*/
/*    }*/

/*    .card:hover .profile-pic {*/
/*      transform: scale(1.05);*/
/*    }*/

    .name {
      font-size: 1.2rem;
      font-weight: bold;
      text-align: center;
      color: #17998e;
    }

    .verified-icon {
      color: #23baae;
      margin-left: 5px;
    }

    .role {
      text-align: center;
      font-size: 0.9rem;
      color: #1c8e83;
      margin-bottom: 8px;
    }

    .education {
      font-size: 0.85rem;
      text-align: center;
      color: #555;
      margin-bottom: 12px;
    }

    .rating {
      text-align: center;
      color: #fbc02d;
      font-size: 1rem;
      margin-bottom: 10px;
    }

    .details {
      display: flex;
      justify-content: space-between;
      font-size: 0.85rem;
      margin: 10px 0;
      color: #23baae;
    }

    .price {
      text-align: center;
      font-size: 0.95rem;
      color: #333;
      margin: 5px 0;
    }

    .offer {
      text-align: center;
      font-size: 0.85rem;
      color: #ff0000;
      margin-bottom: 15px;
    }

    .view-btn {
      display: block;
      width: 100%;
      text-align: center;
      padding: 10px;
      border-radius: 10px;
      background-color: #23baae;
      color: white;
      font-weight: bold;
      border: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      cursor: pointer;
    }

    .view-btn:hover {
      background-color: #17998e;
      transform: scale(1.03);
    }

    /*@media (max-width: 768px) {*/
    /*  .card {*/
    /*    width: 100%;*/
    /*  }*/
    /*}*/
    .offer {
      font-size: 0.85rem;
      color: #4b5bd1;
      margin-bottom: 10px;
    }

    .btn-primary {
      background-color: #4b5bd1;
      border-color: #4b5bd1;
      font-size: 0.9rem;
      padding: 6px 12px;
    }

    .btn-primary:hover {
      background-color: #3a4ac0;
    }

    .underline-link {
      text-decoration: underline;
      cursor: pointer;
    }

    .slider-container {
      position: relative;
      background-color: none !important;
    }

    .slider {
      width: 100%;
    }

    .slider-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 2rem;
      color: #4b5bd1;
      background-color: #fff;
      border-radius: 50%;
      padding: 6px;
      cursor: pointer;
      z-index: 10;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    #prevBtn {
      left: -20px;
    }

    #nextBtn {
      right: -20px;
    }

    @media (max-width: 576px) {
      .slider-arrow {
        font-size: 1.5rem;
        padding: 4px;
      }

      .card {
        padding: 15px 10px;
      }

      .icon-row {
        flex-direction: column;
        gap: 8px;
      }

      #prevBtn {
        left: -10px;
      }

      #nextBtn {
        right: -10px;
      }
    }