.elementor-11547 .elementor-element.elementor-element-23f70d4{--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;overflow:visible;}.elementor-11547 .elementor-element.elementor-element-7291e55{--spacer-size:100px;}.elementor-11547 .elementor-element.elementor-element-8f80eb5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;overflow:visible;}.elementor-11547 .elementor-element.elementor-element-8f80eb5:not(.elementor-motion-effects-element-type-background), .elementor-11547 .elementor-element.elementor-element-8f80eb5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at top left, #071424 69%, #CF6E0170 100%);}.elementor-11547 .elementor-element.elementor-element-aee92f6{--display:flex;overflow:visible;}.elementor-11547 .elementor-element.elementor-element-e8bf97d > .elementor-widget-container{border-style:none;border-radius:15px 15px 15px 15px;}body.elementor-page-11547:not(.elementor-motion-effects-element-type-background), body.elementor-page-11547 > .elementor-motion-effects-container > .elementor-motion-effects-layer, body.elementor-page-11547 #page .site-content{background-color:#071424;}body{--transparent-navigation-position:fixed;}body.elementor-page-11547 .site-header.sticky-header.show-on-scroll.hide-menu{pointer-events:auto;}body.elementor-page-11547 .site-header.sticky-header.show-on-scroll.hide-menu .site-header-wrapper{opacity:1;transform:none;pointer-events:auto;}:root{--page-title-display:none;}body.elementor-page-11547 .site-header.sticky-header:not(.scrolled):not(.mobile-menu-active) .elementor>.e-con.e-flex:last-child{background-color:transparent;border:none;box-shadow:none;}body.elementor-page-11547{--header-filter:blur(20px);}body.elementor-page-11547 .site-header.sticky-header.scrolled:not(.mobile-menu-active) .ekit-template-content-header>.elementor>.e-con.e-flex:last-child{background-color:#0000004d;}@media(min-width:768px){.elementor-11547 .elementor-element.elementor-element-8f80eb5{--content-width:1240px;}.elementor-11547 .elementor-element.elementor-element-aee92f6{--width:900px;}}/* Start custom CSS for html, class: .elementor-element-e8bf97d *//* ----------------------------- */
/* TUTBAK İŞLETMELER HERO BLOĞU  */
/* ----------------------------- */

/* Body genel arka planı */
body {
  background-color: #071424;
}

/* Ana bölüm – ARTIK ARKA PLAN YOK, SECTION'DAN GELİYOR */
.tutbak-business-hero {
  position: relative;
  padding: 80px 20px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent !important; /* <<< GRADIENT KALDIRILDI */
  color: #e5edf5;
}

/* Dış gölge */
.tutbak-business-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: none; /* İstersen geri koyabiliriz */
}

/* Overlay – istersen kapatabiliriz */
.tutbak-business-hero .tb-overlay {
  position: absolute;
  inset: 0;
  background: none; /* <<< Overlay de kaldırıldı */
  pointer-events: none;
}

/* İç alan / grid */
.tutbak-business-hero .tb-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: flex-start;
}

/* Kolonlar */
.tutbak-business-hero .tb-col {
  position: relative;
  z-index: 1;
}

/* Sol kolon yukarı */
.tutbak-business-hero .tb-col-left {
  margin-top: -16px;
}

/* Sol tipografi */
.tutbak-business-hero .tb-kicker {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8fd8ff;
  margin-bottom: 10px;
}

.tutbak-business-hero .tb-title {
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #f9fafb;
}

.tutbak-business-hero .tb-lead {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 540px;
  color: #d0d9e4;
  margin-bottom: 20px;
}

/* Badgeler */
.tutbak-business-hero .tb-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.tutbak-business-hero .tb-badge {
  font-size: 1.1rem;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 230, 255, 0.65);
  background: rgba(7, 18, 35, 0.85);
  color: #e0f7ff;
  backdrop-filter: blur(10px);
}

.tutbak-business-hero .tb-badge-soft {
  border-color: rgba(255, 199, 128, 0.7);
  color: #ffe6c3;
}

/* CTA */
.tutbak-business-hero .tb-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  color: #0b1724;
  background: linear-gradient(135deg, #ffc861, #ff9f3b);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.tutbak-business-hero .tb-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.6);
  background: linear-gradient(135deg, #ffd57a, #ffac4e);
}

/* Alt açıklama */
.tutbak-business-hero .tb-subnote {
  margin-top: 10px;
  font-size: 0.98rem;
  color: #a9b7c9;
}

/* Sağ kolon kartları */
.tutbak-business-hero .tb-col-right {
  display: flex;
  flex-direction: column;
}

.tutbak-business-hero .tb-card {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.06), transparent 55%),
    rgba(10, 22, 40, 0.88);
  border: 1px solid rgba(118, 161, 214, 0.45);
  color: #dde6f5;
  backdrop-filter: blur(14px);
}

.tutbak-business-hero .tb-card-highlight {
  border-color: rgba(255, 199, 128, 0.75);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 184, 117, 0.26), transparent 55%),
    rgba(18, 24, 38, 0.95);
}

.tutbak-business-hero .tb-card-title {
  font-size: 1.2rem;
  margin: 0 0 8px;
  color: #f9fafb;
}

/* Listeler */
.tutbak-business-hero .tb-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tutbak-business-hero .tb-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 0.98rem;
  color: #cfd9ec;
}

.tutbak-business-hero .tb-list li::before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 0;
  color: #ffc861;
}

/* Adım listesi */
.tutbak-business-hero .tb-steps {
  margin: 0;
  padding-left: 18px;
  font-size: 0.98rem;
  color: #cfd9ec;
}

.tutbak-business-hero .tb-steps li {
  margin-bottom: 6px;
}

/* Kart yazıları */
.tutbak-business-hero .tb-card-text {
  margin: 4px 0;
  font-size: 0.98rem;
  color: #d9e0f0;
}

/* Responsive */
@media (max-width: 900px) {
  .tutbak-business-hero {
    padding: 60px 18px;
  }

  .tutbak-business-hero .tb-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .tutbak-business-hero .tb-col-left {
    margin-top: 0;
  }

  .tutbak-business-hero .tb-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .tutbak-business-hero {
    padding: 48px 14px;
  }

  .tutbak-business-hero .tb-title {
    font-size: 1.7rem;
  }

  .tutbak-business-hero .tb-card {
    padding: 16px 14px;
  }
}/* End custom CSS */