/* Start custom CSS for html, class: .elementor-element-4245e9a */.insurance-partners{

padding:90px 20px;

background:#f7fbff;

}

.insurance-partners .container{

max-width:1250px;

margin:auto;

}

.section-title{

text-align:center;

max-width:800px;

margin:auto auto 60px;

}

.section-title span{

display:inline-block;

padding:8px 22px;

background:#EAF7FF;

color:#0A3D91;

border-radius:30px;

font-weight:700;

margin-bottom:15px;

}

.section-title h2{

font-size:42px;

font-weight:800;

color:#0A3D91;

margin-bottom:18px;

}

.section-title p{

font-size:18px;

line-height:1.8;

color:#666;

}

.insurance-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.insurance-card{

background:#fff;

border-radius:22px;

padding:30px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

border-top:4px solid #18B892;

}

.insurance-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(10,61,145,.15);

}

.insurance-card .icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#0A3D91,#18B892);

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#fff;

margin-bottom:20px;

}

.logo{
    width:100%;
    height:150px;          /* Same height for every logo */
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    overflow:hidden;
}

.logo img{
    max-width:190px;
    max-height:180px;
    width:auto;
    height:auto;
    object-fit:contain;
    display:block;
    transition:.3s ease;
}

.insurance-card:hover .logo img{
    transform:scale(1.08);
}

.insurance-card h4{

font-size:20px;

font-weight:700;

color:#0A3D91;

margin-bottom:15px;

min-height:54px;

}

.badge{

display:inline-block;

padding:10px 18px;

border-radius:25px;

background:#E8FFF8;

color:#18B892;

font-size:14px;

font-weight:700;

}/* End custom CSS */