:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1318973 *//*=====================================
HOSKER CONTACT PAGE
=====================================*/

.hosker-contact-page{

    max-width:1300px;

    margin:70px auto;

    padding:0 20px;

    font-family:inherit;

}

/*============================*/

.contact-header{

    text-align:center;

    margin-bottom:70px;

}

.contact-tag{

    display:inline-block;

    padding:10px 26px;

    background:#111;

    color:#fff;

    border-radius:50px;

    font-size:12px;

    letter-spacing:2px;

    font-weight:700;

    margin-bottom:20px;

}

.contact-header h1{

    font-size:60px;

    font-weight:800;

    color:#111;

    margin-bottom:20px;

    line-height:1.1;

}

.contact-header p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    color:#666;

    line-height:1.9;

}

/*============================*/

.contact-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:35px;

    margin-bottom:70px;

}

/*============================*/

.contact-card,

.address-box,

.support-box{

    background:#fff;

    border-radius:25px;

    padding:35px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    margin-bottom:25px;

    transition:.35s;

}

.contact-card:hover,

.address-box:hover,

.support-box:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

/*============================*/

.icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#111;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:20px;

}

.contact-card h3,

.address-box h2,

.support-box h2,

.response-time h2,

.contact-footer-box h2{

    font-size:30px;

    font-weight:800;

    color:#111;

    margin-bottom:18px;

}

.contact-card p,

.address-box p,

.support-box p,

.response-time p,

.contact-footer-box p{

    font-size:17px;

    line-height:1.9;

    color:#666;

}

.contact-card a{

    display:inline-block;

    margin-top:18px;

    color:#d32f2f;

    text-decoration:none;

    font-weight:700;

    font-size:17px;

}

.contact-card a:hover{

    color:#111;

}

/*============================*/

.support-box ul{

    padding-left:22px;

    margin:0;

}

.support-box li{

    margin-bottom:14px;

    color:#555;

    font-size:17px;

}

/*============================*/

.map-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:240px;

    height:55px;

    background:#111;

    color:#fff !important;

    text-decoration:none;

    border-radius:50px;

    margin-top:25px;

    transition:.35s;

    font-weight:600;

}

.map-btn:hover{

    background:#d32f2f;

    color:#fff !important;

}

/*============================*/

.response-time{

    background:#fff;

    padding:45px;

    border-radius:25px;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    margin-bottom:35px;

}

/*============================*/

.contact-footer-box{

    background:linear-gradient(135deg,#111,#222);

    color:#fff;

    padding:50px;

    border-radius:25px;

}

.contact-footer-box h2{

    color:#fff;

}

.contact-footer-box p{

    color:#ddd;

}

/*============================*/

strong{

    color:#111;

}

.contact-footer-box strong{

    color:#fff;

}

/*============================*/

@media(max-width:991px){

.contact-grid{

grid-template-columns:1fr;

}

.contact-header h1{

font-size:42px;

}

}

/*============================*/

@media(max-width:767px){

.hosker-contact-page{

margin:40px auto;

}

.contact-header h1{

font-size:34px;

}

.contact-header p,

.contact-card p,

.address-box p,

.support-box p,

.response-time p,

.contact-footer-box p{

font-size:16px;

}

.contact-card,

.address-box,

.support-box,

.response-time,

.contact-footer-box{

padding:25px;

}

.map-btn{

width:100%;

}

}/* End custom CSS */