
/* responsive 3cards */










  /* INTRO CONTAINER */


.intro-container {
 
  color: #fff;
  padding: 20px;
 
 
  max-width: 800px;
  width: 100%;
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 2rem;
}
.intro-container p {
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
  line-height: 1.7rem;
  padding: 0 5% 0 5%;
 
}

.intro-text{



}






@media (max-width: 768px) {
  .intro-container {
      width: 85%;
      padding: 15px;
  }
}
@media (max-width: 480px) {
  .intro-container {
      width: 100%;
      padding: 10px;
  }
  .intro-container p {
      font-size: 14px;
      max-width: 100%;
  }
}












/* 3 cards */
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000;
    margin: 0 auto;
  }
  
  .card-icon {
    background-color: #222;
    color: white;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
     padding: 30px 20px; 
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }
  
  .card:hover {
    transform: translateY(-5px);
  }
  
  .icon-container {
    margin-bottom: 20px;
  }
  
  .icon {
    width: 60px;
    height: 60px;
    font-size: 1opx;
    filter: invert(15%) sepia(100%) saturate(6449%) hue-rotate(0deg) brightness(97%) contrast(113%);
  }
  
  .text-content {
    text-align: center;
  }
  
  h3 {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  
  p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      align-items: center;
    }




  
    .card-icon {
    
      width: 100%;
     padding: 10px 10px;
    
      margin: 0 auto;
    }
  }




  @media (max-width: 480px) {

     .icon-container{
      max-width:5rem;
      min-height: 5rem;
        
     }


     .card-icon{
      min-height: 10vh;
      max-width: 70%;

     }


  }

/* 3 cards ends
s */




  /* INDEX ABOUT US STYLES */
  .content-section {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
    background-color:#191919;
   
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 10rem;
    margin-bottom: 10rem;
    
  }
  
  .image-container {
    flex: 1;
    min-width: 0;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .text-container {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
  }
  
  h2 {
   
    margin-bottom: 20px;
    font-size: 28px;
  }
  
  p {
    margin-bottom: 16px;
   
  }
  
  /* Media query for mobile devices */
  @media (max-width: 768px) {
    .content-section {
      flex-direction: column;
      gap: 0;
    }
  
    .image-container {
      height: auto;
      padding: 20px;
      display: flex;
      justify-content: center;
    }
  
    .image-container img {
      width: 90%;
      height: auto;
     
    }
  
    .text-container {
      padding: 30px 20px;
    }
  
   .text-container h1 {
     
    
    }
  }
  
  @media (max-width:480px){
    .image-container img{
      max-width: 100%;
    }


    .content-section{
      min-height: 20vh;
    }

  }
  





  /* FADE OFF TESTIMONIAL */

    
  .testimonial-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    margin-top:10rem ;
    
}

.testimonial {
    display: flex;
    margin-top:5rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
}

.testimonial.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}

.testimonial:last-child {
    border-bottom: none;
}

.testimonial-image {
    flex: 0 0 350px;
   margin: 15px;
   
}

.testimonial-image img {
    width: 300px;
    height: 50px;
    height: auto;
    display: block;
    padding: 0 2% 0 0;

}

.testimonial-content {
    flex: 1;
}


.text-container  h2{
  color:red;
}

.testimonial-text {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: justify;
    width: 90%;
}

.testimonial-name {
    font-weight: bold;
    font-size: 18px;
}

.testimonial-location {
    font-style: italic;
    color: #ccc;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.control-btn {
    background-color: #333;
    color: white;
    border: none;
    padding: 8px 15px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
}

.control-btn:hover {
    background-color: #555;
}

.testimonial-indicators {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.indicator {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: #fff;
}

/* Media Queries */
@media (max-width: 768px) {
    .testimonial {
        flex-direction: column;
    }
    
    .testimonial-image {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .testimonial-image {
        max-width: 100%;
    }
    
    .testimonial-text {
        font-size: 14px;
    }
}





        /* WhatsApp Widget Styling */
        .whatsapp-widget {
          position: fixed;
          bottom: 20px;
          right: 20px;
          display: flex;
          align-items: center;
          background-color: #25D366;
          color: white;
          border-radius: 50px;
          padding: 10px 20px 10px 10px;
          text-decoration: none;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease;
          z-index: 1000;
      }

      .whatsapp-widget:hover {
          background-color: #128C7E;
          transform: translateY(-3px);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      }

      .whatsapp-icon {
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px;
      }

      .whatsapp-text {
          font-weight: bold;
          font-size: 16px;
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
          .whatsapp-widget {
              padding: 0;
              width: 60px;
              height: 60px;
              border-radius: 50%;
              justify-content: center;
          }
          
          .whatsapp-icon {
              margin-right: 0;
          }
          
          .whatsapp-text {
              display: none;
          }
      }



      @media (max-width: 480px) {
        .whatsapp-widget {
            padding: 0;
            width: 50px;
            height: 50px;
          
        }

      }