// iletişim bilgileri

Bize Ulaşın

İstediğiniz zaman bizi arayın veya yazın; iş günlerinde tüm mesajları yanıtlamaya çalışıyoruz. Mesajlarınıza cevap vermekten mutluluk duyarız.

Addresimiz:

Yakuplu Mah. Yakuplu Cad. No:6 D:76 Beylikdüzü/İstanbul

Posta Kutumuz:

info@mehaz.com.tr

Telefonumuz:

+90 -212-876-29-81
+90 -538-211-27-73

    Hazır mısınız?

    E-posta adresiniz yayınlanmayacaktır. Zorunlu alanlar * ile işaretlenmiştir.


    /* FORM GENEL STİLİ */ .main-form { background: rgba(255, 255, 255, 0.8) !important; /* yarı saydam krem/beyaz */ padding: 30px; border-radius: 30px; color: #001f4d !important; /* tüm yazılar lacivert */ } /* FORM BAŞLIKLARI */ .main-form h2, .main-form .font14 { color: #001f4d !important; /* lacivert */ } /* INPUTLAR VE TEXTAREA */ .main-form input[type="text"], .main-form input[type="email"], .main-form input[type="tel"], .main-form input[type="file"], .main-form select, .main-form textarea { width: 100% !important; padding: 12px 15px !important; margin-bottom: 15px !important; background: #fff !important; border: none !important; border-radius: 10px !important; box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important; font-size: 15px !important; transition: 0.3s ease !important; color: #001f4d !important; /* input içi yazılar lacivert */ } /* ODAKLANDIĞINDA */ .main-form input:focus, .main-form select:focus, .main-form textarea:focus { box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important; outline: none !important; } /* PLACEHOLDER */ .main-form ::placeholder { color: rgba(0, 31, 77, 0.6) !important; /* lacivertin soluk tonu */ opacity: 0.8 !important; } /* GÖNDER BUTONU */ .main-form button, .main-form input[type="submit"] { background: #001f4d !important; /* lacivert buton */ color: #fff !important; padding: 12px 25px !important; border: none !important; border-radius: 8px !important; font-size: 16px !important; cursor: pointer !important; transition: 0.3s ease !important; box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important; } .main-form button:hover, .main-form input[type="submit"]:hover { background: #0CB0DA !important; /* hover’da turkuaz */ }