.support-wrapper{
    padding:60px 15px;
}
.support-card{
    max-width:1000px;
    margin:0 auto;
    background:#fff;
    border-radius:6px;
    box-shadow:0 18px 35px rgba(15,23,42,.12);
    padding:50px 60px 40px;
}
.support-title{
    color:#1e9fe8;
    font-weight:700;
    text-align:center;
    margin-bottom:6px;
}
.support-subtitle{
    text-align:center;
    color:#6b7280;
    font-size:.95rem;
}
.support-divider{
    margin:35px 0 25px;
    border-top:1px solid #d1d5db;
}
.support-label{
    font-weight:600;
    font-size:.95rem;
    margin-bottom:3px;
}
.support-label span{
    color:#ef4444;
}
.support-input,
.support-textarea{
    border:0;
    border-bottom:1px solid #cbd5e1;
    border-radius:0;
    padding-left:0;
    padding-right:0;
    font-size:.95rem;
}
.support-input:focus,
.support-textarea:focus{
    box-shadow:none;
    border-color:#1e9fe8;
}
.support-textarea{
    resize:vertical;
    min-height:120px;
}
.support-btn{
    background:#1e9fe8;
    border:0;
    color:#fff;
    font-weight:600;
    padding:14px 20px;
    width:100%;
    border-radius:0;
}
.support-btn:hover{
    background:#0693de;
     color:#fff;
}
.support-footer{
    margin-top:35px;
    border-top:1px solid #e5e7eb;
    padding-top:25px;
    font-size:.9rem;
    color:#6b7280;
}
.support-logo{
    max-height:55px;
}
.support-social a{
    width:40px;
    height:40px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-left:10px;
    font-size:1.1rem;
}
.social-fb{background:#1877f2;}
.social-ig{background:#e1306c;}
.social-ln{background:#0a66c2;}

@media (max-width: 767.98px){
    .support-card{
        padding:35px 20px 30px;
    }
    .support-footer{
        text-align:center;
    }
    .support-footer .text-end{
        text-align:center !important;
        margin-top:15px;
    }
}