.elementor-29537 .elementor-element.elementor-element-6bb072e{--display:flex;--overflow:hidden;}/* Start custom CSS for html, class: .elementor-element-bb4ebe9 */.ozelform-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: none;
  box-shadow: none;
  padding: 0;
}

.ozelform-iframe {
  width: 100%;
  border: none;
  display: block;
  background: transparent;
  height: 1500px; /* masaüstü */
}

/* Tablet */
@media (max-width: 1024px) {
  .ozelform-iframe {
    height: 1900px;
  }
}

/* Büyük telefonlar (iPhone Pro Max, Samsung vb.) */
@media (max-width: 480px) {
  .ozelform-iframe {
    height: 2400px;
  }
}

/* Küçük telefonlar (iPhone SE gibi dar ekranlar) */
@media (max-width: 375px) {
  .ozelform-iframe {
    height: 2700px;
  }
}/* End custom CSS */