body{
font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;
}
.benefits {
padding-block: clamp(18px, 3vw, 32px);
}
.benefits__title {
margin: 0 0 20px;
text-align: center;
font-weight: 800;
font-size: clamp(22px, 2.6vw, 34px);
color: #0e9f9a;
}
.benefits__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(14px, 2.2vw, 24px);
}
.benefit {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 14px;;
padding: clamp(16px, 2.2vw, 22px);
box-shadow: 0 8px 24px rgba(2,32,71,.06);
display: flex;
flex-direction: column;
}
.benefit__top {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 10px;
}
.benefit__copy {
margin: 0;
font-size: clamp(14px, 1.6vw, 15.5px);
line-height: 1.55;
color: #475569;
}
.benefit__icon {
width: 56px;
height: 56px;
flex-shrink: 0;
display: grid;
place-items: center;
border-radius: 14px;
background: #e6f6f5;
color: #119e96;
}
.benefit__icon svg {
width: 28px;
height: 28px;
}
.benefit__kicker {
font-size: .82rem;
font-weight: 700;
color: #475569;
}
.benefit__headline {
display: flex;
gap: 6px;
align-items: baseline;
flex-wrap: wrap;
}
.benefit__headline .accent {
font-size: clamp(22px, 3vw, 30px);
font-weight: 900;
color: #ff6b00;
}
.benefit__headline .headline-rest {
font-size: clamp(16px, 2vw, 20px);
font-weight: 800;
color: #0f172a;
}
/* brandes logos----------- */
.brands-grid{
gap: 50px;
align-items: end;
display: grid;
grid-template-columns: repeat(6, 1fr);
}
.client-logo img {
height: auto;
transition: .3s ease-out;
}
.client-logo img:hover {
transform: scale(1.1);
}
/* customized-solutions-sec--------------------- */
.customized-solutions-sec{
background-color: #dcf6f9;
padding: 40px 0;
}
.customized-outer-sec {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
justify-content: center;
padding: 0 10px;
}
.customized-inner-card {
transition: transform 0.3s ease;
margin-bottom: 10px;
color: #000;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-width: 240px;
text-align: center;
}

.customized-inner-card p{
    line-height: 24px;
}

.customized-inner-card .circle {
max-width: 90px;
aspect-ratio: 1 / 1;
background-color: #ffffff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
padding: 20px;
}
/* .icon {
font-size: 3rem;
color: #0f8fa6;
} */
/* testimonial---------------- */
.testimonial-slider-container {
max-width: 60% !important;
}
.quote-slider-container {
margin: auto;
position: relative;
}
.testimonial-box {
background: #fff;
box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 8%);
border-radius: 40px;
max-width: 100%;
min-height: 516px;
flex: 1 1 400px;
margin: 30px;
}
.arrow-custom, .custom-quoteSlider .custom-arrow-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: #ffffff;
color: #000000;
border: none;
cursor: pointer;
z-index: 10;
font-size: 25px;
border-radius: 50%;
opacity: .8;
transition: opacity .2s;
border: 2px solid #0696a4;
height: 50px;
width: 50px;
}
.slick-dots li button:before{
font-size: 30px;
}
.slick-dots li.slick-active button:before{
color: #0696a4; 
}
.qoute-txt p{
color: #000000;
font-size: 16px;
}
.qoute-txt {
padding: 0 30px 30px;
}
.arrow-custom.prev {
left: -70px;
}
.arrow-custom.next {
right: -70px;
}
@media(max-width:1400px){
.testimonial-slider-container {
max-width: 80% !important;
}
.brands-grid{
gap:20px;
}
}
@media(max-width:991px){
.brands-grid{
grid-template-columns: repeat(4, 1fr);
}
.benefits__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media(max-width:768px){
.brands-grid{
grid-template-columns: repeat(3, 1fr);
}
.testimonial-slider-container {
max-width: 80% !important;
}
.arrow-custom.prev {
left: -50px;
}
.arrow-custom.next {
right: -50px;
}
.testimonial-box{
margin: 10px;
}
}
@media(max-width:576px){
.benefits__grid {
grid-template-columns: repeat(1, 1fr);
}
.arrow-custom.prev {
left: 32%;
}
.arrow-custom.next {
right: 32%;
}
.customized-solutions-sec {
padding: 40px 0 80px 0;
}
.custom-quoteSlider .custom-arrow-btn {
position: absolute;
bottom: -70px !important;
top: unset;
}
}
@media(max-width:480px){
.brands-grid{
grid-template-columns: repeat(2, 1fr);
}
}