.contact-us .section-heading h6 {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, #ff8c00, #ff2e63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info i {
    font-size: 18px;
    margin-right: 10px;
}

.contact-info li:nth-child(1) i { 
    color: #007bff; /* Phone Icon - Blue */
}
.contact-info li:nth-child(2) i { 
    color: #dc3545; /* Email Icon - Red */
}
.contact-info li:nth-child(3) i { 
    color: #28a745; /* Address Icon - Green */
}

.orange-button {
    background: linear-gradient(45deg, #ff8c00, #ff2e63);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.orange-button:hover {
    background: linear-gradient(45deg, #ff2e63, #ff8c00);
}
