.header{
    padding: 5px 0px;
}

/** Logo height */
.header .logo img {
    max-height: 80px;
    margin-right: 0px;
}

.text-justify-custom {
    text-align: justify;
}

.feature-details .features-item ul li {
    align-items: flex-start;
}

.credits{
    display: none;
}

.contactus-section{
    margin-bottom: 30px;
}

.white-space-collapse{
    white-space-collapse: preserve-breaks;
}

.features .icon-box {
    margin-top: 40px;
}

.service-details ul li{
    align-items: flex-start;
}

.service-details ul li span{
    padding-top: 2px;
}

.services-list a {
    cursor: pointer;
}

.service-details .services-list a:hover > i{
    color: var(--accent-color);
}

/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M4.707 7.293a1 1 0 0 1-1.414 0L.293 4.293a1 1 0 0 1 0-1.414L3.293.293a1 1 0 1 1 1.414 1.414L2.414 4l2.293 2.293a1 1 0 0 1 0 1.414z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M3.293 7.293a1 1 0 0 0 1.414 0l3.0-3.0a1 1 0 0 0 0-1.414l-3.0-3.0a1 1 0 0 0-1.414 1.414L5.586 4 3.293 6.293a1 1 0 0 0 0 1.414z'/%3E%3C/svg%3E");
}*/

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: black;
  opacity: .5;
}


.carousel-control-prev,.carousel-control-next {
    width: auto; /* Adjust width to fit the content */
    top: 50%;
    transform: translateY(-50%);
}

.about .services .service-item{
  padding: 30px;
}

/* Large screens (above 1200px) */
.carousel-control-prev {
    left: -50px; /* Move it further left */
  }
  
  .carousel-control-next {
    right: -50px; /* Move it further right */
  }

  /*.hero .img-fluid{
    height: 550px;
  }*/

  .service-details .tab-content .tab-pane{
   margin: 10px;
  }

  .service-details .tab-content #products-tab-1{
    margin: 4px;
   }

   .index-footer{
    padding: 0px;
   }

   .index-footer .copyright{
    border-top: none;
   }

   .error-text{
      color: red;
      display: block;
      padding-top: 5px;
   }

   .page-title{
    background: url(../../assets/img/inner_page_banner.jpg) no-repeat center center;
   }

   .mail-img{
    width: 165px;
    padding: 0px 0px 5px 0px;
   }

   .php-email-form .sent-message{
    color: #059652;
    background: #ffff;
   }
   /*.emailus{
    margin-left: -4px;
   }*/
  
  /* Medium screens (Laptops - 1024px) */
  @media (max-width: 1024px) {
    .carousel-control-prev {
      left: -45px; /* Adjust position closer */
    }
  
    .carousel-control-next {
      right: -45px;
    }

    /*.hero .img-fluid{
      height: 480px;
    }*/
  }
  
  /* Small screens (Tablets - 768px) */
  @media (max-width: 768px) {
    .carousel-control-prev {
      left: -25px; /* Bring it even closer */
    }
  
    .carousel-control-next {
      right: -25px;
    }

    /*.hero .img-fluid{
      height: auto;
    }*/
  }
  
  /* Extra Small screens (Mobile - 576px and below) */
  @media (max-width: 576px) {
    .carousel-control-prev,
    .carousel-control-next {
      width: 40px; /* Reduce button size */
    }
  
    .carousel-control-prev {
      left: -10px; /* Place inside the container */
    }
  
    .carousel-control-next {
      right: -10px;
    }

    /*.hero .img-fluid{
      height: auto;
    }*/

  }

  .testimonials .testimonial-item {
    background-color: var(--surface-color);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 15px;
    position: relative;
    height: 100%;
  }

  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
  }

  .testimonials .testimonial-item .testimonial-img
  {
      width: 200px;
      max-height: 50px;
      border-radius: unset;
  }

  .testimonials .testimonial-item{
      height: 230px;
  }

  /* For smaller laptops (width up to 1024px) */
  @media (max-width: 1024px) {
      .testimonials .testimonial-item {
          height: 180px;
      }
  }


  /* For tablets (width up to 992px) */
  @media (max-width: 992px) {
      .testimonials .testimonial-item {
          height: 200px;
      }
  }

  /* For mobile devices (width up to 768px) */
  @media (max-width: 768px) {
      .testimonials .testimonial-item {
          height: 180px;
      }
  }

  /* For smaller mobile screens (width up to 576px) */
  @media (max-width: 576px) {
      .testimonials .testimonial-item {
          height: 275px;
      }
  }


  #section-team .slick-prev:before, .slick-next:before 
  {
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
  }

  #section-team .slick-slide {
    margin: 10px;
  }

  #section-team .card{
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
  }

  #section-team .slick-dots li button:before {
    font-size: 10px;
  }

  #section-team .clienttext{
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
  }

  #section-team {
    background-size: cover;
  }

  #section-team .headertxt
  {
    background-size: cover;
  }

  #section-team .headertxt h2{
    letter-spacing: normal;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 32px;
  }

  #section-team h2 span{
    display: inline-block;
    position: relative;
  }

  #section-team h2 span.underline {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #1BB1DC, #1BB1DC);
  }

  #section-team .items {
    width: 90%; 
    margin: 0px auto; 
    margin-bottom: 30px;
  }

  #section-team .items .card {

    background-size: cover; 
    width: 409px;

  }

  #section-team .items .card .card-body{
    background-size: cover; 
  }

  #section-team .items .card .card-body .profile-pic,
  #section-team .items .card .card-body svg{
    width: 100%; 
    height: 92px; 
    display: block; 
    background-size: cover; 
    object-fit: contain;
  }

 

  

  



  