.elementor-1042 .elementor-element.elementor-element-95b2a22{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Tła sekcji na całą szerokość strony */
.lm-b2b section { width: 100vw; margin-left: calc(50% - 50vw); }
body { overflow-x: clip; }
.lm-contact{
    padding:90px 20px;
    background:#f8f9fc;
}

.lm-contact-wrapper{

    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;

}

.lm-badge{

    display:inline-block;
    background:#dff7d1;
    color:#59b93d;

    padding:8px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:25px;

}

.lm-contact h2{

    font-size:46px;
    line-height:1.2;
    margin-bottom:20px;

}

.lm-contact p{

    color:#666;
    line-height:1.8;
    margin-bottom:35px;

}

.lm-contact-boxes{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}

.lm-contact-box{

    display:flex;
    align-items:center;
    gap:18px;

    padding:18px 24px;

    background:white;

    border-radius:18px;

    text-decoration:none;

    color:#222;

    box-shadow:0 12px 35px rgba(0,0,0,.07);

    transition:.3s;

}

.lm-contact-box:hover{

transform:translateY(-5px);

}

.lm-contact-box span{

font-size:28px;

}

.lm-contact-right{

background:white;

padding:40px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.lm-contact-right h3{

margin-bottom:30px;

}

.lm-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:15px;

margin-bottom:15px;

}

.lm-contact input,
.lm-contact textarea{

width:100%;

padding:18px;

border:1px solid #ddd;

border-radius:14px;

font-size:16px;

font-family:Poppins,sans-serif;

margin-bottom:15px;

}

.lm-contact textarea{

resize:none;

}

.lm-contact button{

width:100%;

padding:18px;

border:none;

border-radius:14px;

background:#7ED957;

color:white;

font-size:18px;

font-weight:700;

cursor:pointer;

transition:.3s;

}

.lm-contact button:hover{

background:#5dc33d;

}

@media(max-width:900px){

.lm-contact-wrapper{

grid-template-columns:1fr;

}

.lm-grid{

grid-template-columns:1fr;

}

}
/* Logotypy partnerów */
.partner-logo img,
.partnerzy img,
.clients img,
.elementor-image-box-img img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo img:hover,
.partnerzy img:hover,
.clients img:hover,
.elementor-image-box-img img:hover {
    filter: grayscale(0%);
    opacity: 1;
}/* End custom CSS */