.elementor-420 .elementor-element.elementor-element-ad1323e{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );overflow:visible;}.elementor-420 .elementor-element.elementor-element-ad1323e.e-con{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-420 .elementor-element.elementor-element-542afff2{width:100%;max-width:100%;}.elementor-420 .elementor-element.elementor-element-542afff2.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for text-editor, class: .elementor-element-542afff2 *//* WS Service Genel Stil */
.ws-service {
  --bg: #ffffff;
  --bg2: #ffffff;
  --text: #111827;
  --muted: #6B7280;
  --border: #E5E7EB;
  --primary: #FF6B35;
  --primary2: #F97316;
  --primary-rgb: 255, 107, 53;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  isolation: isolate;
}
.ws-service[data-theme="dark"] {
  --bg: #0B1220;
  --bg2: #111B2E;
  --text: #F9FAFB;
  --muted: #A7B0BE;
  --border: #22304B;
}
.ws-service * { box-sizing: border-box; }
.ws-service h1,h2,h3,p { margin: 0; }
.ws-service a { text-decoration: none; color: inherit; }
.ws-service img, .ws-service svg { max-width: 100%; height: auto; display: block; }
.ws-service button { font-family: inherit; }

/* Container */
.ws-service .ws-container { max-width: 1160px; margin: 0 auto; padding: 56px 18px; }

/* Grid Layout */
.ws-service .ws-grid { display: grid; gap: 32px; }
.ws-service .ws-hero-grid { grid-template-columns: 1.12fr .88fr; align-items: center; }
.ws-service .ws-main-grid { grid-template-columns: 1.04fr .56fr; align-items: start; }
@media (max-width: 991px) {
  .ws-service .ws-hero-grid, .ws-service .ws-main-grid { grid-template-columns: 1fr; }
}

/* Hero */
.ws-service .ws-hero { padding: 72px 0 56px; border-bottom: 1px solid var(--border); }
@media (max-width: 991px) { .ws-service .ws-hero { padding: 56px 0 42px; } }
.ws-service .ws-hero-title { font-size: clamp(2.2rem, 4.7vw, 3.7rem); font-weight: 900; line-height: 1.08; margin-top: 14px; }
.ws-service .ws-hero-lead { margin-top: 16px; font-size: 1.08rem; color: var(--muted); line-height: 1.75; max-width: 56ch; }
.ws-service .ws-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.ws-service .ws-btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; border-radius: 999px; font-weight: 800; padding: .9rem 1.2rem; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease; border: 1px solid transparent; cursor: pointer; user-select: none; will-change: transform; }
.ws-service .ws-btn-primary { background: var(--primary); border-color: var(--primary); color: #fff; box-shadow: 0 12px 30px rgba(var(--primary-rgb), .18); }
.ws-service .ws-btn-primary:hover { background: var(--primary2); border-color: var(--primary2); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(var(--primary-rgb), .24); }
.ws-service .ws-btn-ghost { background: transparent; border-color: var(--border); color: var(--text); }
.ws-service .ws-btn-ghost:hover { border-color: rgba(var(--primary-rgb), .35); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 0, 0, .06); }

/* Section Titles */
.ws-service .ws-section { padding: 44px 0; border-bottom: 1px solid var(--border); }
.ws-service .ws-section:last-child { border-bottom: none; padding-bottom: 0; }
.ws-service .ws-section-title { display: flex; align-items: center; gap: 12px; font-weight: 900; font-size: 1.25rem; margin-bottom: 18px; }
.ws-service .ws-section-title:before { content: ""; width: 3px; height: 20px; border-radius: 3px; background: var(--primary); }

/* Hero Visual */
.ws-service .ws-hero-visual img { border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.12); max-width: 100%; max-height: 400px; object-fit: contain; }

/* Cards */
.ws-service .ws-cards { display: grid; gap: 16px; grid-template-columns: repeat(2,1fr); }
@media (max-width: 767px) { .ws-service .ws-cards { grid-template-columns: 1fr; } }
.ws-service .ws-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 18px; padding: 22px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; will-change: transform; }
.ws-service .ws-card:hover { transform: translateY(-6px); border-color: rgba(var(--primary-rgb), .22); box-shadow: 0 20px 40px rgba(0,0,0,.06); }
.ws-service .ws-card h3 { font-weight: 900; font-size: 1.02rem; margin-top: 12px; }
.ws-service .ws-card p { margin-top: 8px; color: var(--muted); line-height: 1.75; }
/* WS FAQ Genel */
.ws-service .ws-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}

.ws-service .ws-faq-item {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: all .25s ease;
  background: var(--bg2);
}

/* SSS Sorusu (Button) */
.ws-service .ws-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text);
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  transition: background .2s ease;
}
.ws-service .ws-faq-q:hover { background: rgba(var(--primary-rgb), 0.08); }

/* SSS Açılır ikon */
.ws-service .ws-faq-q::after {
  content: "+";
  font-size: 1.2rem;
  transition: transform .3s ease;
}
.ws-service .ws-faq-item[aria-expanded="true"] .ws-faq-q::after {
  content: "−";
  transform: rotate(180deg);
}

/* SSS Cevap */
.ws-service .ws-faq-a {
  max-height: 0;
  padding: 0 20px;
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.7;
  overflow: hidden;
  transition: all .35s ease;
}
.ws-service .ws-faq-item[aria-expanded="true"] .ws-faq-a {
  max-height: 400px; /* yeterli yüksekliği ayarlayın */
  padding: 16px 20px;
}

/* Responsive */
@media (max-width: 767px) {
  .ws-service .ws-faq-q { font-size: .95rem; padding: 14px 16px; }
  .ws-service .ws-faq-a { font-size: .9rem; padding: 12px 16px; }
}/* End custom CSS */