.contact-box {
    background: #fff;
    border: 1px solid #eee;
}
.contact-box h2 {
    font-size: 1.8rem;
}
.contact-item .icon-box {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #c62828, #f06292);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.contact-item:hover .icon-box {
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(198,40,40,0.4);
}
.c-s-media{
    text-align:center;
}
.c-s-media a{
    background:linear-gradient(135deg, #c62828, #f06292);
    color:white;
    border:none;
}
.c-s-media a:hover{
    background:white;
    color:red;
    border:1px solid white;
}

.error-msg {
    color: #e63946;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.ecom-wc__form-input.error {
    border-color: #e63946;
}