/**************** Contact Us Page ****************/

.contact-subtext {
    font-size: 15px;
    color: #666;
    margin-top: 8px;
}

/* Card */
.contact-card {
    background: #ffffff;
    padding: 35px 28px;
    border-radius: 16px;
    box-shadow: 0px 5px 18px rgba(0,0,0,0.08);
    text-align: center;
    transition: all .25s ease;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 10px 24px rgba(0,0,0,0.12);
}

.contact-card h4 {
    font-weight: 700;
    color: #063970;
}

.info-line {
    font-size: 15px;
    color: #444;
    margin: 8px 0;
}

.info-line i {
    color: #1e81b0;
    margin-right: 6px;
    font-size: 17px;
}

/********** Social Icons **********/
.social-links a {
    text-decoration: none;
    font-size: 22px;
    margin: 0 10px;
    color: #1e81b0;
    transition: 0.2s;
}

.social-links a:hover {
    color: #063970;
}

/**************** Responsive ****************/
@media (max-width: 768px) {
    .contact-card {
        padding: 25px;
    }
}
