.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EDAF39;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.eva-contact-form {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 24px;
  max-height: 457px; /* 🔥 maksimum yükseklik */
  overflow: hidden;
}

/* grid */
.eva-contact-form .eva-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px; /* 🔥 boşluklar azaltıldı */
}

/* full width alanlar */
.eva-contact-form .eva-full {
  grid-column: 1 / -1; /* 🔥 100% genişlik */
}

/* label spacing */
.eva-contact-form label {
  color: #111;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px; /* 🔥 label-input arası boşluk */
  display: block;
}

/* inputlar */
.eva-contact-form input[type="text"],
.eva-contact-form input[type="email"],
.eva-contact-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  color: #111;
  border-radius: 8px;
  padding: 10px 12px; /* 🔥 daha kompakt */
  font-size: 14px;
  outline: none;
  transition: all 0.25s ease;
}

/* focus */
.eva-contact-form input:focus,
.eva-contact-form textarea:focus {
  border-color: #e6ac33;
  box-shadow: 0 0 0 2px rgba(230, 172, 51, 0.2);
}

/* textarea (yükseklik ayarlandı) */
.eva-contact-form textarea {
  min-height: 90px; /* 🔥 küçültüldü */
  max-height: 110px;
  resize: none;
}

/* submit */
.eva-contact-form input[type="submit"] {
  background: #e6ac33;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 10px 20px; /* 🔥 kompakt */
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}

.eva-contact-form input[type="submit"]:hover {
  background: #f0b53c;
  transform: translateY(-1px);
}

/* mobil */
@media (max-width: 768px) {
  .eva-contact-form {
    max-height: none;
  }

  .eva-contact-form .eva-form-grid {
    grid-template-columns: 1fr;
  }
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed;
    left: 0;
    top: 15%;
    width: 100%;
}
.elementor-menu-toggle{
    margin: 0 0 0 auto !important;
}
.elementor-menu-toggle svg {
    fill: white !important;
}
.elementor-80 .elementor-element.elementor-element-673430f7 {
    margin: 0 !important;
    padding: 0 !important;
}
.elementor-80 .elementor-element.elementor-element-400294ff img {
    margin: 0 auto !important;
    display: block !important;
}
}
:is(#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5) img {
    height: 110px;
    object-fit: cover;
}/* End custom CSS */