.contact-us {
    background: linear-gradient(135deg, #f6f9fc, #eef2f3);
    color: #333;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}
.footer{
    margin-top: 70px;
}

.footer h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.contact-us h1 {
    font-family: 'Arial', sans-serif;
    font-size: 32px;
    color: #353535;
    text-transform: uppercase;
    background-size: auto;
    padding-bottom: 15px;
}

.contact-us p {
    font-size: 1.2rem;
    color: #555; /* Medium-dark text color */
    max-width: 600px;
    margin: 0 auto;
}

.contact-list1 {
    list-style: none;
    padding: 0;
    color: #555;
    line-height: 1.6;
}

.contact-list1 li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-list1 li a {
    color: #444;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.contact-list1 li a:hover {
    color: #ff8800; /* Accent color */
}
