.elementor-4388 .elementor-element.elementor-element-bfe7f2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4388 .elementor-element.elementor-element-95498b4 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-4388 .elementor-element.elementor-element-95498b4:not(.elementor-motion-effects-element-type-background), .elementor-4388 .elementor-element.elementor-element-95498b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-4388 .elementor-element.elementor-element-95498b4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4388 .elementor-element.elementor-element-95498b4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4388 .elementor-element.elementor-element-b7295aa iframe{height:730px;}@media(max-width:1024px) and (min-width:768px){.elementor-4388 .elementor-element.elementor-element-24377ca{width:100%;}}@media(max-width:1024px){.elementor-4388 .elementor-element.elementor-element-95498b4{margin-top:0px;margin-bottom:0px;}.elementor-4388 .elementor-element.elementor-element-b7295aa iframe{height:400px;}}/* Start custom CSS for html, class: .elementor-element-6fc2a72 */.dw-contact-section {
  background: #f7f9fb;
  padding: 60px 0;
  font-family: "Inter", system-ui, sans-serif;
}

.dw-contact-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
  align-items: start;
}

/* Sol taraf */
.dw-contact-info h2 {
  color: #00306e;
  font-size: 26px;
  margin-bottom: 25px;
}

.dw-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 25px;
}

.dw-icon {
  font-size: 20px;
  color: #75a132;
  margin-top: 4px;
}

.dw-contact-item strong {
  color: #111;
  font-weight: 600;
}

.dw-contact-item p {
  margin: 4px 0 0;
  color: #333;
  line-height: 1.5;
}

.dw-contact-item a {
  color: #00306e;
  text-decoration: none;
}

/* Sağ taraf form */
.dw-form-card {
  background: #fff;
  padding: 45px 50px;
  border-radius: 18px;
  border: 1px solid #e6e9ef;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.dw-form-title {
  font-size: 22px;
  font-weight: 800;
  color: #00306e;
  text-align: center;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.dw-form-card input,
.dw-form-card textarea {
  width: 100%;
  border: 1px solid #ccd1d8;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 15px;
  background: #fafafa;
  transition: all 0.25s ease;
  margin-bottom: 14px;
}

.dw-form-card input:focus,
.dw-form-card textarea:focus {
  border-color: #00306e;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 48, 110, 0.12);
  outline: none;
}

.dw-form-card textarea {
  min-height: 140px;
  resize: vertical;
}

.dw-form-card input[type="submit"] {
  background: #00306e;
  color: #fff;
  border: none;
  padding: 13px 38px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.dw-form-card input[type="submit"]:hover {
  background: #002d59;
  transform: translateY(-1px);
}

/* Mobil */
@media (max-width: 900px) {
  .dw-contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dw-form-card {
    padding: 35px 25px;
  }
}
/* ================================
   Ballıcubuk İletişim Formu – Düzgün, Dengeli ve Kurumsal
=================================== */

.dw-contact-section {
  background: #f7f9fc;
  padding: 60px 0;
  font-family: "Inter", system-ui, sans-serif;
}

.dw-contact-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
  align-items: start;
}

/* SOL BLOK */
.dw-contact-info h2 {
  font-size: 26px;
  color: #00306e;
  margin-bottom: 25px;
}

.dw-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.dw-contact-item i {
  font-size: 20px;
  color: #00306e;
  margin-top: 4px;
}

.dw-contact-item strong {
  color: #111;
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}

.dw-contact-item p {
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.dw-contact-item a {
  color: #00306e;
  text-decoration: none;
}

/* SAĞ BLOK – FORM KARTI */
.dw-form-card {
  background: #fff;
  padding: 50px 55px;
  border-radius: 16px;
  border: 1px solid #e4e8ee;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
}

.dw-form-title {
  font-size: 22px;
  font-weight: 800;
  color: #00306e;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Contact Form 7 Alanları */
.dw-form-card .wpcf7-form p {
  margin-bottom: 16px !important;
}

.dw-form-card label {
  display: block;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}

.dw-form-card input,
.dw-form-card textarea {
  width: 100%;
  border: 1px solid #ccd1d8;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 15px;
  background: #f9fafb;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.dw-form-card input:focus,
.dw-form-card textarea:focus {
  background: #fff;
  border-color: #00306e;
  box-shadow: 0 0 0 3px rgba(0, 48, 110, 0.1);
  outline: none;
}

.dw-form-card textarea {
  min-height: 140px;
  resize: vertical;
}

/* Buton */
.dw-form-card input[type="submit"] {
  display: inline-block;
  background: #00306e;
  color: #fff;
  border: none;
  padding: 14px 44px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.dw-form-card input[type="submit"]:hover {
  background: #002d59;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 900px) {
  .dw-contact-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .dw-form-card {
    padding: 35px 25px;
  }
}/* End custom CSS */