/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 02:00:59 */
/* Contact left info section styling */
.contact-info-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #FFF7D3 100%);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 36px 28px 28px 28px;
    margin-bottom: 24px;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    color: #2f3136;
}

.contact-info-section h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1c3075;
    letter-spacing: .04em;
}

.contact-info-section p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #000;
}

.contact-info-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 8px 0;
}

.contact-info-section li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 1.08rem;
}

.contact-info-section li i {
    display: inline-block;
    height: 28px;
    width: 28px;
    background: linear-gradient(135deg, #f9e0ae 0%, #e2a55a 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-right: 10px;
    font-size: 1.12rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.contact-info-section .highlight {
    color: #e67e22;
    font-weight: 600;
}

.contact-info-section a {
    color: #1c3075;
    text-decoration: underline;
    transition: color 0.2s;
}
.contact-info-section a:hover {
    color: #e67e22;
}
