Contact Me

Feel free to contact me for collaboration or project discussions.

manikumaran.dev@gmail.com
+91 98765 43210
Please enter your name.
Please enter a valid email.
Please enter your mobile number.
Please select your qualification.
Please enter your message.
.contact-section{ background:#f8f9fa; } .contact-info{ display:flex; align-items:center; gap:12px; font-size:16px; } .contact-info i{ color:#1a365d; font-size:20px; } .social-icons a{ width:45px; height:45px; display:inline-flex; align-items:center; justify-content:center; background:#fff; border-radius:50%; margin-right:10px; color:#1a365d; font-size:18px; box-shadow:0 5px 15px rgba(0,0,0,0.1); transition:0.3s; } .social-icons a:hover{ background:#1a365d; color:white; transform:translateY(-3px); } .contact-form{ background:white; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,0.08); } .form-control, .form-select{ border-radius:8px; } .contact-btn{ background:#1a365d; color:white; padding:12px; font-weight:600; border-radius:8px; transition:0.3s; } .contact-btn:hover{ background:#e0a800; }