
	
	.mod-solutions-new{
		background-color:#E2E5F3;
		padding-bottom:3rem;
	}

	.solution-accordion-headers{
		font-size:10px !important;
	}
.sub-tabs-scroll {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}





	.sub-tabs-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0 16px;
}



.last-mile-title h1 {
  font-weight: 700;
  font-size: 1.688rem;
  color: #151A36;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.pill-highlight {
  background-color: #151A36;
  padding: 0.375rem 1.125rem;
  border-radius: 1.25rem 0.188rem 1.25rem 0.188rem;
  font-weight: 600;
  font-size: 1.313rem;
  line-height: 1.4;
}
.main-tabs-wrapper-with-border {
  border-bottom: 1px solid #b7b5b5;
}

.main-tabs-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
}

.sub-tabs {
  display: inline-flex;
  border: 1px solid #eee;
  border-radius: 999px;
  background-color: #fff;
  gap: 0.25rem;
}



.sub-tab.active {
  background-color: #7ac280;
  color: #fff;
}

.light-green-box {

  border-radius: 1.25rem;
  padding: 3.75rem 1.75rem 3.75rem 3.063rem;

}


.solution-accordion {
  background-color: #0d122b;
  color: white;
  padding: 1.625rem;
  border-radius: 1.25rem;
}


.solution-accordion-item {
  background-color: transparent;
  border: none;
  color: white;
}




.mod-solutions-new .accordion-button::after {
  color: white;              
  filter: brightness(0) invert(1);
	padding-right:0 !important;
}
	
	
.mod-solutions-new .accordion-button::after {
  width: 0.938rem;
  height: 0.938rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
	.solution-accordion,
	.content-box-wrapper{
		margin-top:2rem;
		
	}

	.solution-accordion-header{
		margin-bottom:0;
		font-size:10px;
	}
	



/* old	 */
	
  .mod-solutions-new .accordion-button:focus {
    box-shadow: none;
    outline: none;
  }

  .last-mile-title span {
    color: #fff;
  }

  .mod-solutions-new .accordion-body {
    display: block;
	  padding: 0rem 0 1rem;
  }


  .mod-solutions-new .solution-accordion-item.active .accordion-body {
    display: none;
  }

  .main-tabs button,
  .sub-tabs button {
    border: none;
    background: none;
    font-size: 1.125rem;
    padding: 0.5rem 1rem !important;
    cursor: pointer;
    transition: color 0.2s;
  }

  .sub-tabs {
    display: flex;
    justify-content: center; 
    border-radius: 1.563rem;
  }

  .food-distribution .sub-tabs {
    display: flex;
    justify-content: center;
    background: none !important;
    padding: 0 !important;

  }

  .mod-solutions-new .solution-accordion-content {
    display: flex;
    justify-content: center;
    background: none;
  }

  .sub-tabs button {
    border-radius: 1.25rem;
    padding: 0.5rem 1.125rem;
    background: transparent;
	    font-weight: 500;
  }

  .sub-tabs button.active {
    background-color: #7ac280;
    color: #fff;
  
	 
  }

  .content {
    text-align: center;
    font-size: 1.125rem;
    padding: 1.25rem;
    border: 1px solid #f1f1f1;
    background: #fafafa;
  }



  .arrow-btn {
    border: none;
    background: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #888;
    padding: 0 0.625rem;
  }

  .arrow-btn:hover {
    color: #000;
  }



  .main-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .main-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;

    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
  }

  .main-tabs::-webkit-scrollbar {
    display: none;
  }



  .main-tabs button.active {
    color: #2bb673;
    border-bottom: 2px solid #2b8eff;

  }

  .arrow-btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0.313rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .arrow-btn svg {
	background-color:#7ac280;
	border-radius:3.125rem;
  }

  .arrow-btn:hover svg {
    stroke: #2b8eff;
  }
	.arrow-btn{
		color:#fff;
	}

  .main-tab-wrapper .arrow-btn {
    position: relative;
    top: -10px;
  }

  .content-box p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }



  .mod-solutions-new .accordion-button {
    font-size: 1rem;
    color: #9e9e9e;
    background: transparent;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease;
    padding: 1.125rem;
  }

  .mod-solutions-new .accordion-button.collapsed {
    color: #9e9e9e;
	  font-weight:400 !important;
  }

  .mod-solutions-new .accordion-button:not(.collapsed), .mod-solutions-new .accordion-button:hover {
    color: #fff;
    background-color: transparent;
  }


  .mod-solutions-new .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
  }

  .mod-solutions-new .solution-accordion-item {
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mod-solutions-new .solution-accordion-item:last-child {
  border-bottom: none;
}


/*   .mod-solutions-new .solution-accordion-header {
    font-weight: 400 !important;
  } */

  .btn-success {
    background-color: #4CAF50;
    color: white;
    border-radius: 1.875rem;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
  }

  .btn-outline-success {
    border-radius: 1.875rem;
    font-size: 0.75rem;
    color: #7ac280;
    border-color: #7ac280;
  }


  .btn-success:hover {
    background-color: #7ac280;
  }

  .btn-outline-success:hover {
    background-color: #7ac280;
    color: #fff;
	  border-color: #7ac280;
  }



  .mod-solutions-new .accordion-body {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #fff;
  }

  .custom-card {
    background-color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
    transition: box-shadow 0.3s ease;
  }

  .custom-card:hover {
    box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.1);
  }

  .custom-card img {
    border-radius: 1.563rem;
  }

  .mod-solutions-new .accordion-button {
    font-size: 1rem !important;
/*     font-weight: 600 !important; */
	  padding-right:0;
	  padding-left:0;
  }

  .sub-tabs-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
  }



  .sub-tabs button {
    background-color: transparent;
    border: none;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    border-radius: 999px;
    color: #000;
    cursor: pointer;
    transition: 0.3s ease;
  }
	#mainTabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 0 !important;
    gap: 1rem;
}
	
	
	@media(max-width:768px){
		
		.main-tabs-wrapper {
    gap: 2.188rem;
}
	

		.main-tabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .main-tabs button {
    white-space: nowrap;          
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    flex-shrink: 0;               
    scroll-snap-align: start;
    border: none;
    background: none;
    color: #333;
    cursor: pointer;
  }

  .main-tabs button.active {
    color: #3fba6f;               
    font-weight: bold;
  }
		
 .arrow-btn svg {
    color: #000!important;
	 
  }
  .light-green-box {
    position: relative;
    overflow: visible;
	padding: 2.5rem 1rem;
  }

  .main-tabs-wrapper{
    position: relative;
    overflow: visible;
  }

  .arrow-btn {
    position: relative;
    margin-right: -13px;
    z-index: 10;
  }
		#scrollLeft{
			margin-left:-13px
		}
		
		.sub-tabs-scroll {
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 1.625rem;
			padding:0;
}
			.sub-tabs button {
    border: none;
    background: none;
    font-size: 0.938rem;
    padding: 9 5px !important;
    cursor: pointer;
    transition: color 0.2s;
}

		
				
  }
	@media(min-width:992px) and (max-width:1200px){
		.main-tabs button, .sub-tabs button {
    border: none;
    background: none;
    font-size: 0.938rem;
    padding: 0.625rem 0.6rem !important;
    cursor: pointer;
    transition: color 0.2s;
}
	}
	@media(min-width:1400px) and (max-width:1549px){
	    .arrow-btn {
        border: none;
        background: none;
        cursor: pointer;
        padding: 0.5rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	}
	@media(min-width:1550px) and (max-width:1619px){
				.main-tabs button, .sub-tabs button {
    border: none;
    background: none;
    font-size: 0.938rem;
    padding: 0.938rem 0.7rem !important;
    cursor: pointer;
    transition: color 0.2s;
}
		.arrow-btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
	}
	
	@media(min-width:1620px) and (max-width:1919px){
		.main-tabs button{
    border: none;
    background: none;
    font-size: 0.938rem;
    padding: 0.625rem 1.7rem !important;
    cursor: pointer;
    transition: color 0.2s;
}
	.sub-tabs button {
    border: none;
    background: none;
    font-size: 0.938rem;
    padding: 0.563rem 1.7rem !important;
    cursor: pointer;
    transition: color 0.2s;
}
		

.mod-solutions-new .accordion-button {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
}
		    .arrow-btn {
        border: none;
        background: none;
        cursor: pointer;
        padding: 1.938rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
		
	}
	@media(min-width:1919px) and (max-width:1999px) {
		.main-tabs button {
    border: none;
    background: none;
    font-size: 1.125rem;
    padding: 0.625rem 11px !important;
    cursor: pointer;
    transition: color 0.2s;
	font-weight:500;
}
		    .arrow-btn {
        border: none;
        background: none;
        cursor: pointer;
        padding: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

	
	@media(min-width:2560px){
		.arrow-btn svg{
			width:45px !important;
			height:45px !important;
		}
	#mainTabs button {
    flex: 0 0 auto;
    white-space: nowrap;
    background: none;
    border: none;
    font-size: 1.125rem !important;
    font-weight: 500;
    padding: 1rem 0.75rem !important;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
	}
	@media screen and (width: 1536px) and (height: 864px) {
   .main-tabs button, .sub-tabs button {
    border: none;
    background: none;
    font-size: 0.938rem;
    padding: 0.625rem 11px !important;
    cursor: pointer;
    transition: color 0.2s;
}
		    .arrow-btn {
        border: none;
        background: none;
        cursor: pointer;
        padding: 10px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
	


.main-tabs button.active::after {
    content: '';

    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #2b8eff;
    z-index: 1;
}
#mainTabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding: 10px 0;
  gap: 16px; /* optional spacing between buttons */
}




#mainTabs button.active {
  color: #007bff; /* Highlight color */
  border-bottom: 2px solid #007bff;
}
#mainTabs {
  scrollbar-width: none; /* Firefox */
}
#mainTabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
	.mod-solutions-new .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important
		;
}
 
	
	.main-tabs {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  flex: 1;
  padding: 0;
  margin: 0;
  scrollbar-width: none; /* Firefox */
}

.main-tabs::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.main-tabs button {
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 8px;
	font-weight:500;
}
	.read-more-link {
  white-space: nowrap;
}

