/* .client-logo {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    height: 50px;
    width: 100px;
    object-fit: cover;
}

.nav-link.active .client-logo {
    filter: none;
}
.nav-link{
    padding: 15px 28px;
}

@media only screen and (max-width: 600px){
    .nav-link{
        padding: 15px 15px !important;
    }
}
    

.tab-content .tab-pane {
    padding: 20px;
}

#client1 {
    background-color: #f0f8ff;
}

#client2 {
    background-color: #f5f5dc; 
}

#client3 {
    background-color: #f0fff0; 
}
#client4{
    background-color: aquamarine;
}
#client5{
    background-color: cadetblue;
}
#client5{
    background-color: cadetblue;
}
#client6{
    background-color: burlywood;
}
#client7{
    background-color: chocolate;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none !important;
}
 */

/* new addition on 10-07-2024 */

.tab-container {
  position: relative;
  overflow: hidden;
  padding: 0 40px; /* Add padding to make space for the buttons */
}

.tab-nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  padding: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.tab-list {
  /* display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px; */
 /*  display:grid;
  grid-template-columns: repeat(8,1fr); 
  column-gap: 20px; */
  display:flex;
  justify-content: space-between;
}

.tab-btn {
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.tab-btn.active {
  /* border: none !important; */
  /* border: 2px solid #000; */ /* Example style for active tab button */
}

/* Media query for mobile devices */
@media only screen and (min-width: 768px) {
  .tab-nav-btn {
    display: none; /* Hide navigation buttons on tablets and desktops */
  }
  .tab-nav-btn.prev {
    left: -0px; /* Move the button to the left */
  }

  .tab-nav-btn.next {
    right: -0px; /* Move the button to the right */
  }
  /* 
.tab-scroll {
    overflow-x: auto;
    white-space: nowrap;
} */
}

.tab-content {
  justify-content: center;
  display: none;
}

.tab-content.active {
  display: flex;
}
.subtitle p {
  /* color: #d0d0d0; */
  font-family: 'Manrope';
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px; /* 200% */
}

.subtitle {
  margin-bottom: 16px;
}

.title p {
  /* color: #fff; */
  font-family: 'Manrope-SemiBold';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px; /* 133.333% */
}

.title {
  margin-bottom: 16px;
}

.bodytext p {
 /*  color: #fff; */
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.bodytext {
  margin-bottom: 24px;
  max-height:230px;
  overflow: hidden;
}

#tab1 {
  background-color: #0088ff;
}

#tab2 {
  background-color: #979700;
}

#tab3 {
  background-color: #00bb00;
}
#tab4 {
  background-color: rgb(0, 175, 117);
}
#tab5 {
  background-color: rgb(0, 122, 126);
}
#tab6 {
  background-color: rgb(156, 47, 0);
}
#tab7 {
  background-color: rgb(135, 0, 94);
}
#tab8 {
  background-color: rgb(0, 0, 0);
}

.tab-btn img {
  /* height: 52px; */
  width: 100px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.tab-btn img{
  opacity:0.4
}
.tab-btn.active img,.tab-btn:hover img,.tab-list .is-nav-selected img{
  opacity: 1;
}
.tab-content {
  padding: 20px;
}

@media only screen and (min-width: 992px) {
  .tab-content img {
    width: 540px;
    height: 430px;
    object-fit: contain;
  }
}

.tab-btn.active img {
  filter: none;
}

button:focus {
  outline: none !important;
}

.tab-btn img:hover {
  filter: none !important;
}
@media screen and (max-width:767px){
  .tab-list{
		/* grid-template-columns: repeat(7, 140px); */
    display:block;
    position:relative;
	}
/*   .tab-scroll {
    overflow-x: auto;
    white-space: nowrap;
  } */
   .tab-content{
    width:100%;
    margin:0;
    display:block;
   }
   #myTabContent{
    position:relative;
   }
   .tab-btn{
    display:inline-block;
    /* margin:0 16px */
    width:100%;
    text-align:left;
    margin-right:2%;
   }
   .tab-content{
    width:90%;
    margin-right:2%;
   }
  
   .tab-btn.is-selected.active img, .tab-btn.is-nav-selected img{
    filter: grayscale(0);    
   }
   *:focus{
    outline:none !important;
   }
   .flickity-slider{
    /* that's the container of all slides (library things) */
    min-height: 100%;
    display:flex;
    align-items: flex-end;
  }
  .tab-content {
    min-height: 100%;
    display: flex;
    align-items: stretch;
  }
  /* .tab-btn img {
    height: 30px;  
  } */
  .bodytext{
    display:none;
  }
  .title p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .hs4-tab-content-image{
    height:200px;
    object-fit: contain;
  }
 /*  .tab-btn-container{
    min-height:35px
  } */
  .hs4-tab-content-right .subtitle{
    min-height:40px;
  }
  .hs4-tab-list{
    max-width:90%;
  }
  .hs4-tab-list .tab-btn{
    padding:16px 0;
  }
  .hs4-tab-list .tab-btn img{
    width:auto;
  }
  .tab-content{
    padding:1.6rem;
  }
  .tabcontent{
    padding:1.6rem 0 0 0;
  }
  .subtitle{
    margin:0 0 0.8rem 0;
  }
  .title p{
    font-size:1.8rem;
    line-height:2.4rem;
  } 
}
@media only screen and (max-width: 600px) {
  .tab-nav-btn.prev {
    left: -0px; /* Move the button to the left */
  }
  .tab-nav-btn.next {
    right: -0px; /* Move the button to the right */
  }  
}
