.active-menu{
    color: #fff;
    background: #33b35a;
}
.msg{
    max-width: 300px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index:9999;
}
div.dt-container .dt-paging .dt-paging-button.current{
    padding: 0.375rem .5rem;
    font-size: 0.7875rem;
    border-radius: 0;
    color: #fff !important;
    background-color: #17a2b8;
    border-color: #17a2b8;


}
div.dt-container .dt-paging .dt-paging-button.current:hover{
    color: #fff !important;
    background-color: #148a9c;
    border-color: #128293;
}
.table img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
.w-100px{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-study-thumb2 img{
    height: 500px;
    width: 100%;
}
.testi-author-thumb img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.csd-content ul li{
    list-style: disc;
}
.logo_img img, .main_sticky img, .footer-logo img, .nav-logo img{
    width: 175px;
}
@media screen and (max-width:600px) {
    .case-study-thumb2 img{
        height: auto;
    }
    .case-sidber {
         margin-top: 0px;
}
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
 
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
 .service-thumb img{
     height:225px;
 }


/* Delivery section minimal sleek style */
.delivery-logos img {
  max-height: 45px !important; /* ✨ Perfect sleek size */
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: block;
  opacity: 0.95;
  transition: transform .25s ease, opacity .25s ease;
}

.delivery-logo:hover img {
  transform: scale(1.07);
  opacity: 1;
}

.delivery-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 20px 0 10px 0;
}

#delivery.section {
  padding-top: 30px;
  padding-bottom: 40px;
}

