.elementor-63 .elementor-element.elementor-element-4dc4b90{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-ffaa0d6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-63 .elementor-element.elementor-element-436f210{--display:flex;}.elementor-63 .elementor-element.elementor-element-93a7647{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-63 .elementor-element.elementor-element-93a7647.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-63 .elementor-element.elementor-element-59fa890{--display:flex;--min-height:0px;--justify-content:flex-start;}.elementor-63 .elementor-element.elementor-element-edb739c{width:var( --container-widget-width, 103% );max-width:103%;--container-widget-width:103%;--container-widget-flex-grow:0;}.elementor-63 .elementor-element.elementor-element-edb739c.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-63 .elementor-element.elementor-element-ae32941{--display:flex;--padding-top:30px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-63 .elementor-element.elementor-element-59fa890{--width:100%;}}@media(max-width:767px){.elementor-63 .elementor-element.elementor-element-4dc4b90{--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-59fa890{--padding-top:0px;--padding-bottom:030px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-c7c4278 */.sp-contact-hero{
    max-width:1000px;
    margin:0 auto;
    text-align:center;
    padding:40px 20px 60px;
}

.sp-contact-tag{
    display:inline-block;
    color:#E31E24;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.sp-contact-hero h1{
    margin:0;
    font-size:60px;
    line-height:1.05;
    font-weight:700;
    color:#0F172A;
    letter-spacing:-2px;
}

.sp-contact-hero p{
    max-width:900px;
    margin:35px auto 0;
    font-size:20px;
    line-height:1.8;
    color:#64748B;
}

@media(max-width:1024px){

    .sp-contact-hero h1{
        font-size:56px;
    }

}

@media(max-width:767px){

    .sp-contact-hero{
        padding:20px 15px 40px;
    }

    .sp-contact-tag{
        font-size:12px;
        letter-spacing:3px;
    }

    .sp-contact-hero h1{
        font-size:30px;
        line-height:1.15;
        letter-spacing:-1px;
    }

    .sp-contact-hero p{
        font-size:16px;
        line-height:1.7;
        margin-top:25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93a7647 */.sp-contact-info{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.sp-info-card{
    background:#ffffff;
    border:1px solid #ececec;
    border-radius:16px;
    padding:24px;
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:all .3s ease;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.sp-info-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.sp-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:12px;
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.sp-info-card h3{
    margin:0 0 8px;
    font-size:24px;
    font-weight:600;
    color:#111827;
    line-height:1.3;
}

.sp-info-card p{
    margin:0;
    color:#6b7280;
    font-size:16px;
    line-height:1.7;
}

.sp-info-card a{
    color:#111827;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:.3s ease;
}

.sp-info-card a:hover{
    color:#368D9A;
}

@media(max-width:767px){

    .sp-info-card{
        padding:20px;
        gap:15px;
    }

    .sp-icon{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:18px;
    }

    .sp-info-card h3{
        font-size:20px;
    }

    .sp-info-card p,
    .sp-info-card a{
        font-size:15px;
    }

}/* End custom CSS */