.elementor-6827 .elementor-element.elementor-element-5fa909ef{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6cbb307 */<style>
/* Ana Kapsayıcı ve Genel Yapı */
.elnesim-wrapper {
  direction: rtl;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  color: #2d3748;
}

/* Üst Hero Bölümü - Kesin Ortalanmış Yapı */
.elnesim-hero {
  background: #00008E;
  color: #ffffff;
  padding: 50px 20px;
  border-radius: 18px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 142, 0.25);
  border-bottom: 4px solid #f5b300;
  box-sizing: border-box;
  text-align: center !important;
}

.elnesim-hero h1 {
  margin: 0 auto 15px auto !important;
  font-size: 28px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center !important;
  line-height: 1.3 !important;
  max-width: 950px;
}

.elnesim-hero h1 span,
.elnesim-highlight-yellow {
  color: #f5b300 !important;
}

.elnesim-hero p {
  margin: 0 auto !important;
  max-width: 950px;
  font-size: 16px;
  line-height: 1.7;
  color: #edf2f7;
  text-align: center !important;
  font-weight: 400;
}

/* Bölüm ve Kart Kutuları */
.elnesim-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.elnesim-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: justify;
}

/* Masaüstü için Yan Yana Yerleşim (Flex) */
.elnesim-row-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

.elnesim-col-img {
  flex: 1;
  text-align: center;
}

.elnesim-col-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  object-fit: cover;
  border: 1px solid #e2e8f0;
  display: block;
  margin: 0 auto;
}

.elnesim-col-text {
  flex: 1.2;
}

.elnesim-col-text span {
  color: #b7791f;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.elnesim-col-text h2 {
  color: #00008e;
  font-size: 22px;
  margin: 8px 0 15px 0;
  font-weight: bold;
  line-height: 1.3;
}

.elnesim-col-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: justify;
}

/* Bilgi Kartları İçin Izgara (Grid) Sistemi */
.elnesim-grid-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 25px;
  width: 100%;
  box-sizing: border-box;
}

.elnesim-card-blue,
.elnesim-card-yellow {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.elnesim-card-blue {
  border-top: 5px solid #00008E;
}

.elnesim-card-yellow {
  border-top: 5px solid #f5b300;
}

.elnesim-card-blue h3,
.elnesim-card-yellow h3 {
  color: #00008e;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
}

.elnesim-card-blue p,
.elnesim-card-yellow p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: 400;
  text-align: justify;
}

.elnesim-card-blue ul {
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.9;
  color: #4a5568;
  margin: 0;
  font-weight: 400;
}

.elnesim-features-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14.5px;
  color: #4a5568;
  font-weight: 400;
}

.elnesim-feature-item {
  background: #f8fafc;
  padding: 9px 12px;
  border-radius: 8px;
  border-right: 4px solid #00008E;
}

/* FAQ (Sıkça Sorulan Sorular) Alanı */
.elnesim-faq-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.elnesim-faq-box h2 {
  text-align: center;
  color: #00008e;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
}

.elnesim-details {
  background-color: #f8fafc;
  border: 1px solid #cbd5e0;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.elnesim-summary {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #00008e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elnesim-faq-content {
  padding: 0 20px 18px 20px;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 5px;
  padding-top: 15px;
  font-weight: 400;
  text-align: justify;
}

/* Mobil Uyum (Responsive) */
@media (max-width: 768px) {
  .elnesim-row-flex {
    flex-direction: column !important;
  }
  .elnesim-grid-container {
    grid-template-columns: 1fr !important;
  }
}
</style>/* End custom CSS */