/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 06:06:52 */
/* Contact left info section styling */
.contact-info-section {
    background: linear-gradient(135deg, #7201FE 0%, #8F0DF8 40%);
    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: #fff;
}

.contact-info-section h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: .04em;
}

.contact-info-section p {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #fff;
}


.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: #7201FE;
    margin-right: 10px;
    font-size: 1.12rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.contact-info-section .highlight {
    color: #fff;
    font-weight: 600;
}

.contact-info-section a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.2s;
}
.contact-info-section a:hover {
    color: #fff;
}


.contactform p{color:#000!important;}