.hero-section {
  position: relative;
  overflow: hidden;
  background-image: url('https://outreachdesk.com/wp-content/uploads/2024/08/header-bg5.png');
  padding-top: 70px;
  padding-bottom: 70px;
}
.hero-img {
  max-width: 100%;
  height: auto;
}

.client-logos .logo-slider {
  overflow: hidden;
  position: relative;
}

.client-logos .logo-track {
  display: flex;
  width: calc(200%); /* double for loop */
  animation: scroll 20s linear infinite;
}

.client-logos img {
  margin: 0 30px;
  transition: filter 0.3s ease;
  max-height: 30px !important;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.srvcsection{
	background-color: #F6F8F9;
}
.service-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 45px;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.srvcicn{
	height: 60px;
    width: 60px;
    background-color: #104041;
    text-align: center;
    border-radius: 100%;
    padding: 15px;
    margin-bottom: 20px;
}
.srvcicn img{
	height: 35px;
	width: 100%;
}

        
.section-badge {
    background-color: #2c5530;
    color: white;
    padding: 5px 16px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}
.industry-list {
    list-style: none;
    padding: 0;
}
.industry-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.industry-item::before {
    content: "✓";
    background-color: #104041;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
}
.stats-item {
    text-align: center;
    margin-bottom: 30px;
}
.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #104041;
    margin-bottom: 5px;
}
.stats-label {
    color: #6c757d;
    font-size: 1rem;
}
.image-container {
   text-align: center;
}
.bxno{
    display: block !important;
    width: 40px;
}
.whowework-section{
	background-image: linear-gradient(181deg, #E7FFBD 6%, #FFFFFF 100%);
}      
.client-type-description{
	margin-bottom: 0;
}
.client-type-card{
	border-top: 1px solid rgb(231, 237, 246);
    border-bottom: 1px solid rgb(231, 237, 246);
    transition: 0.4s;
}
.client-type-card .row{
	padding: 24px;
}
.more-about-btn-round{
	border: 1px solid #e8e8e8;
    padding: 12px;
    border-radius: 100%;
    color: #2c5530;
    margin-top: 15px;
    display: inline-block;
}
.client-type-card:hover{
	background-color: #ADFF1C;
}
.client-type-card:hover .more-about-btn-round{
	border: 1px solid #2c5530;
    padding: 12px;
    border-radius: 100%;
    color: #ffffff;
    background-color: #2c5530;
}
.advantage-box {
  background: #fff;
  border: 1px solid #d9e2e1;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.advantage-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.advantage-box ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}
.advantage-box ul li i {
    margin-top: 4px;
}
.advantage-box ul li:last-child {
  border-bottom: none;
}
.bg-success-subtle {
  background-color: #e8f5e9;
}
.trusted-partner-section{
    background-image: url('https://outreachdesk.com/wp-content/uploads/2024/08/header-bg5.png');
}