.ilt-band { background-image: linear-gradient(rgba(23,28,38,.55), rgba(23,28,38,.72)), url("../img/Banner/Iletisim.jpg") !important;
    background-size: cover !important; background-position: center !important; }
.ilt-band .ekip-band-ortu { display: none; }
.ilt-band-alt { color: rgba(255,255,255,.78); font-size: 14.5px !important; margin-top: 12px; }

.contact { background: #f5f6f8; }
.contact .section-padding-top { padding-top: 40px !important; }

.contact .contact-box { background: #fff; border: 1px solid #e5e7eb !important; border-radius: 14px !important;
    box-shadow: 0 6px 20px rgba(23,28,38,.05) !important; padding: 20px 16px !important;
    transition: all .18s ease; height: 100%; }
.contact .contact-box:hover { transform: translateY(-3px); border-color: #f5c31f !important;
    box-shadow: 0 12px 28px rgba(23,28,38,.1) !important; }
.contact .contact-box i { width: 40px; height: 40px; border-radius: 12px; background: #fdf3d0;
    color: #8a6d00 !important; display: inline-flex; align-items: center; justify-content: center;
    font-size: 15px; }
.contact .contact-box h6 { font-size: 14px !important; margin-top: 4px; }
.contact .contact-box p, .contact .contact-box a { font-size: 13px !important; }

.contact-page-form { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
    padding: 26px 28px; box-shadow: 0 6px 20px rgba(23,28,38,.05); }
.contact-page-form h2 { font-size: 20px !important; text-align: left !important;
    padding-bottom: 18px !important; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.contact-page-form h2::before { content: ""; width: 5px; height: 20px; border-radius: 4px; background: #f5c31f; }
.contact-page-form .form-label { font-size: 12.5px; font-weight: 700; color: #374151; margin-bottom: 5px; }
.contact-page-form .form-control { height: 44px; border: 1px solid #e5e7eb; border-radius: 10px;
    font-size: 13.5px; padding: 0 14px; transition: all .15s ease; box-shadow: none !important; }
.contact-page-form textarea.form-control { height: auto; padding: 12px 14px; }
.contact-page-form .form-control:hover { border-color: #d9dde4; }
.contact-page-form .form-control:focus { border-color: #f5c31f; box-shadow: 0 0 0 4px rgba(245,195,31,.15) !important; }
.contact-page-form .row.mb-4 { margin-bottom: 4px !important; }
.contact-page-form .kvkk-text, .contact-page-form .kvkk-text a { font-size: 12.5px; }
.contact-page-form .kvkk-text a { color: #b08d00 !important; }

@media (max-width: 767px) {
    .contact-page-form { padding: 18px; }
    .contact-page-form h2 { font-size: 17px !important; }
}
