.elementor-6 .elementor-element.elementor-element-f0041c2{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6 .elementor-element.elementor-element-400e443{--display:flex;}.elementor-6 .elementor-element.elementor-element-0c59b1c{padding:2em 5em 2em 5em;border-style:none;border-radius:10px 10px 10px 10px;}.elementor-6 .elementor-element.elementor-element-0c59b1c .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-6 .elementor-element.elementor-element-8261162{--display:flex;}@media(min-width:768px){.elementor-6 .elementor-element.elementor-element-f0041c2{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7f7bddf */html, body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important; /* YATAY taşma asla olmaz */
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #fff;
}

.etka-hero-section {
  position: relative;
  min-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden; /* Tüm child'ların taşmasını engelle */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.etka-bg-pattern {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg id='patternId' width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' patternUnits='userSpaceOnUse' width='80' height='40' patternTransform='scale(6.444444444444445) rotate(135)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='%23ebe5ff00'/%3E%3Cpath d='M-20.133 4.568C-13.178 4.932-6.452 7.376 0 10c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432' stroke-width='1' stroke='%23e3e3e3' fill='none'/%3E%3Cpath d='M-20.133 24.568C-13.178 24.932-6.452 27.376 0 30c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432' stroke-width='1' stroke='%23666666' fill='none'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='800%25' height='800%25' fill='url(%23a)'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}

.etka-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.etka-badge {
  display: inline-block;
  background: #f5f5f5;
  color: #333;
  border-radius: 18px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.11em;
  margin-bottom: 30px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.etka-title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 26px 0;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.etka-desc {
  font-size: 1.6rem;
  color: #666;
  font-weight: 400;
  margin-bottom: 38px;
  line-height: 1.3;
}

.etka-btn {
  display: inline-block;
  padding: 18px 38px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.etka-btn:hover {
  background: #222;
}

@media (max-width: 900px) {
  .etka-title {
    font-size: 2.3rem;
  }
  .etka-desc {
    font-size: 1.1rem;
  }
  .etka-hero-content {
    max-width: 95vw;
    padding: 24px 8px;
  }
}/* End custom CSS */