:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ffb4d26 */:root {
    --ime-accent: #3b82f6;
    --ime-accent-light: #93c5fd;
    --ime-text: #1e293b;
    --ime-muted: #475569;
    --ime-bg-card: #ffffffcc;
  }

  /* ARKA PLAN - AÇIK TON */
  .ime-hero {
    padding: 55px 20px;
    background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
    display: flex;
    justify-content: center;
  }

  /* KUTU TASARIMI */
  .ime-container {
    max-width: 980px;
    width: 100%;
    background: var(--ime-bg-card);
    backdrop-filter: blur(6px);
    border-radius: 20px;
    padding: 32px 36px 28px;
    border: 1px solid #dbeafe;
    box-shadow: 0 10px 35px rgba(148, 163, 184, 0.25);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--ime-text);
    position: relative;
  }

  /* ÜSTTEKİ ETİKET */
  .ime-label {
    display: inline-block;
    background: #dbeafe;
    color: #1e40af;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    border: 1px solid #bfdbfe;
  }

  /* BAŞLIK */
  .ime-title {
    margin: 0 0 16px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e3a8a;
  }

  /* METİN */
  .ime-text {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--ime-muted);
    text-align: justify;
  }

  /* BUTON ALANI */
  .ime-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  /* BUTON TASARIMI */
  .ime-btn {
    padding: 10px 18px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    font-size: 0.88rem;
    text-decoration: none;
    transition: 0.2s ease;
  }

  .ime-btn:hover {
    background: #e2e8f0;
    border-color: #94a3b8;
  }

  .ime-btn.primary {
    background: var(--ime-accent);
    color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
  }

  .ime-btn.primary:hover {
    background: var(--ime-accent-light);
    color: #1e3a8a;
  }

  @media (max-width: 768px) {
    .ime-container {
      padding: 24px 20px;
    }

    .ime-title {
      font-size: 1.5rem;
    }

    .ime-actions {
      flex-direction: column;
    }

    .ime-btn {
      width: 100%;
      text-align: center;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa83fd5 */.ime-ls-wrap {
  padding: 20px;
  background: #f7fafc;
  border-radius: 10px;
}
.ime-ls-inner {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.4fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .ime-ls-inner {
    grid-template-columns: 1fr;
  }
}

.ime-ls-text h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #2d3748;
}
.ime-ls-intro {
  margin-bottom: 10px;
  font-size: 0.98rem;
  color: #4a5568;
}
.ime-ls-list {
  padding-left: 18px;
  margin: 8px 0 10px;
  color: #4a5568;
  font-size: 0.95rem;
}
.ime-ls-list li {
  margin-bottom: 4px;
}
.ime-ls-note {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: #805ad5;
}

.ime-ls-button {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 8px;
  background: #2b6cb0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.96rem;
}
.ime-ls-button:hover {
  background: #2c5282;
}

.ime-ls-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ime-ls-qr-card,
.ime-ls-info-box {
  background: #f7fafc;
  border-radius: 10px;
  padding: 12px 14px;
  border-left: 4px solid #3182ce;
  font-size: 0.9rem;
  color: #4a5568;
}
.ime-ls-qr-card h3,
.ime-ls-info-box h4 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #2b6cb0;
}
.ime-ls-qr {
  display: block;
  max-width: 160px;
  margin-top: 8px;
  border-radius: 8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51bfcd1 */.ime-firmalar {
  padding: 20px;
  background: #f7fafc;
  border-radius: 10px;
}
.ime-firmalar h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #2d3748;
}
.ime-firma-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 15px;
}
.ime-firma-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  border-left: 4px solid #3182ce;
}
.ime-firma-adi {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #2b6cb0;
}
.ime-firma-card p {
  margin: 2px 0;
  font-size: 0.95rem;
  color: #4a5568;
}
.ime-firma-web a {
  text-decoration: none;
  font-weight: 600;
}
.ime-firma-web a:hover {
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0c8d16 */.ime-ogrenciler {
  padding: 20px;
  background: #f7fafc;
  border-radius: 10px;
}
.ime-ogrenciler h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #2d3748;
}
.ime-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.ime-table thead {
  background: #2b6cb0;
  color: #ffffff;
}
.ime-table th,
.ime-table td {
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  text-align: left;
}
.ime-table tbody tr:nth-child(even) {
  background: #edf2f7;
}/* End custom CSS */