.elementor-209 .elementor-element.elementor-element-0781666{--display:flex;--min-height:40vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-209 .elementor-element.elementor-element-0781666:not(.elementor-motion-effects-element-type-background), .elementor-209 .elementor-element.elementor-element-0781666 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://kospakllc.com/wp-content/uploads/2026/06/Section-4.png");background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-209 .elementor-element.elementor-element-3b51ab3 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:45px;font-weight:bold;color:#FFFFFF;}.elementor-209 .elementor-element.elementor-element-b0dc5ce{--display:flex;}@media(max-width:1366px){.elementor-209 .elementor-element.elementor-element-0781666{--margin-top:-75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-209 .elementor-element.elementor-element-0781666{--min-height:45vh;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-209 .elementor-element.elementor-element-0781666:not(.elementor-motion-effects-element-type-background), .elementor-209 .elementor-element.elementor-element-0781666 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;}.elementor-209 .elementor-element.elementor-element-3b51ab3 .elementor-heading-title{font-size:35px;}}/* Start custom CSS for html, class: .elementor-element-a298061 *//* Trusted Clients Section */

.trusted-clients{
    padding:80px 20px;
    background:#f8f9fb;
}

.trusted-clients .container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:38px;
    color:#0d2d5e;
    margin-bottom:12px;
    font-weight:700;
}

.section-title p{
    color:#666;
    font-size:17px;
    max-width:700px;
    margin:auto;
}

.clients-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.client-card{
    background:#fff;
    padding:35px 20px;
    text-align:center;
    border-radius:12px;
    font-size:24px;
    font-weight:700;
    color:#0d2d5e;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    cursor:pointer;
    border:1px solid #eee;
}

.client-card:hover{
    transform:translateY(-8px);
    background:#0d2d5e;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.clients-grid{
grid-template-columns:repeat(3,1fr);
}

.section-title h2{
font-size:32px;
}

}

/* Mobile */

@media(max-width:767px){

.clients-grid{
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.client-card{
font-size:20px;
padding:25px 15px;
}

.section-title h2{
font-size:28px;
}

.section-title p{
font-size:15px;
}

}

/* Small Mobile */

@media(max-width:480px){

.clients-grid{
grid-template-columns:1fr;
}

.client-card{
font-size:22px;
}

}/* End custom CSS */