Contact Us
We’d love to hear from you! Whether you have questions, feedback, or need assistance, feel free to reach out.
📍 Address: SCO 43, Sector 31, Chandigarh, India
📞 Phone: +91-98729-96542
<!–Add this inside the section of your HTML–>
.social-icons {
display: flex;
gap: 15px;
margin-top: 10px;
}
.social-icons a {
text-decoration: none;
font-size: 24px;
color: #333;
transition: color 0.3s ease-in-out;
}
.social-icons a:hover {
color: #007bff;
}
.social-icons a:nth-child(5):hover { /* YouTube Icon */
color: #FF0000;
}
<!–Add this inside the section of your HTML–>