/* why choose us  */


   .why-choose-us {
      background-color: rgba(132, 192, 226, 0.5);
      padding-top: 110px;
      padding-bottom: 120px;
      color: #fff;
      background-blur: 5px;
   }

   .section-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
   }

   .choose-item {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      height: 100%;
   }

   .choose-item:hover {
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
      transform: translateY(-5px);
   }

   .choose-icon {
      font-size: 50px;
      color: #4e73df;
   }

   .choose-title {
      font-size: 1.25rem;
      font-weight: bold;
      margin-top: 15px;
   }

   .choose-text {
      font-size: 1rem;
      color: #555;
      margin-top: 10px;
   }


   /* our mission and cvalues  */
   


   .missionbackground{
      background-color: #f9f9f9;
   }
           
   .icon-container {
      text-align: center;
      padding: 20px;
   }
   
   .icon-container img {
      max-width: 200px;
      height: auto;
      display: inline-block;
   }
   
   
   .card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   }
   
   .card-title {
      font-size: 1.25rem;
      font-weight: bold;
      margin-top: 15px;
   }
   
   .card-text {
      font-size: 1rem;
      color: #555;
   }
   
   .section-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
   }
   
   .section-subtitle {
      font-size: 1.25rem;
      color: #777;
      margin-bottom: 10px;
   }
        


   /* how we work  */

   .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  
  .why-choose-us {
      max-width: 100%;
      overflow-x: hidden;
      backdrop-filter: blur(5px);
  }
  
  body {
      overflow-x: hidden;
  }
   .why-choose-us {
      background-color: rgba(132, 192, 226, 0.5);
      padding-top: 110px;
      padding-bottom: 120px;
      color: #fff;
      background-blur: 5px;
   }

   .section-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 20px;
   }

   .choose-item {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      height: 100%;
   }

   .choose-item:hover {
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
      transform: translateY(-5px);
   }

   .choose-icon {
      font-size: 50px;
      color: #4e73df;
   }

   .choose-title {
      font-size: 1.25rem;
      font-weight: bold;
      margin-top: 15px;
   }

   .choose-text {
      font-size: 1rem;
      color: #555;
      margin-top: 10px;
   }


   /* footer   */

  
   .tp-footer-contact {
       display: flex;
       flex-direction: column;
       gap: 15px;
   }

   .contact-item {
       display: flex;
       align-items: center;
   }

   .contact-item i {
       font-size: 20px;
       color: #dee0f1;
       margin-right: 10px;
   }

   .contact-text {
       color: white;
       white-space: normal; /* Allow text to wrap */
       word-wrap: break-word; /* Break long words */
       max-width: 100%;
       text-overflow: ellipsis;
       overflow: hidden;
   }

   /* Only reduce font size for email and contact */
   .contact-item .contact-text {
       font-size: 17px; 
   }

   .contact-text a {
       color: white;
       text-decoration: none;
       font-size: 17px; 
   }

   .contact-text a:hover {
       text-decoration: underline;
   }

   .tp-footer-title {
       margin-bottom: 15px;
   }





 


   /* carousel button  */

  
   /* .carousel-control-prev,
   .carousel-control-next {
       width: 50px; 
       height: 50px; 
       border-radius: 50%; 
       background-color: rgba(0, 0, 0, 0.5); 
       border: none;
   }

   .carousel-control-prev-icon,
   .carousel-control-next-icon {
       width: 20px;
       height: 20px;
   }

  
   .carousel-control-prev:hover,
   .carousel-control-next:hover {
       background-color: rgba(0, 0, 0, 0.8); 
   } */




   .carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    background-color: rgba(0, 0, 0, 0.7); 
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%); 
}


.carousel-control-prev {
    left: 20px; 
}

.carousel-control-next {
    right: 20px;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
    filter: invert(1); 
}


.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.9); 
}