.elementor-6868 .elementor-element.elementor-element-1435e7e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cd48bba *//* Ana Kapsayıcı ve Genel Yapı */
.elnesim-customs-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ü */
.elnesim-customs-hero {
  background: #00008E;
  color: #ffffff;
  padding: 55px 25px;
  border-radius: 18px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 142, 0.25);
  border-bottom: 4px solid #FFCD23;
  box-sizing: border-box;
}

.elnesim-customs-badge {
  background: rgba(255, 205, 35, 0.15);
  color: #FFCD23;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  border: 1px solid rgba(255, 205, 35, 0.3);
}

.elnesim-customs-hero h1 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  text-align: center !important;
}

.elnesim-customs-hero h1 span,
.elnesim-customs-highlight {
  color: #FFCD23;
}

.elnesim-customs-hero p {
  margin: 0 auto;
  max-width: 950px;
  font-size: 16.5px;
  line-height: 1.8;
  color: #edf2f7;
  font-weight: 400;
}

/* İçerik Kutuları */
.elnesim-customs-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.elnesim-customs-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.elnesim-customs-col-img {
  flex: 1;
  text-align: center;
}

.elnesim-customs-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-customs-col-text {
  flex: 1.2;
}

.elnesim-customs-col-text span {
  color: #d69e2e;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.elnesim-customs-col-text h2 {
  color: #00008e;
  font-size: 24px;
  margin: 8px 0 15px 0;
  font-weight: bold;
  line-height: 1.3;
}

.elnesim-customs-col-text p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 15px;
}

/* Grid Yapıları */
.elnesim-customs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

.elnesim-customs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

.elnesim-customs-card-blue,
.elnesim-customs-card-yellow,
.elnesim-customs-step-card {
  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;
}

.elnesim-customs-card-blue { border-top: 5px solid #00008E; }
.elnesim-customs-card-yellow { border-top: 5px solid #FFCD23; }
.elnesim-customs-step-card { border-top: 5px solid #00008e; text-align: center; }

.elnesim-customs-card-blue h3,
.elnesim-customs-card-yellow h3 {
  color: #00008e;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
}

.elnesim-customs-card-blue p,
.elnesim-customs-card-yellow p,
.elnesim-customs-card-blue ul {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
}

.elnesim-customs-card-blue ul {
  padding-right: 20px;
  margin: 0;
}

.elnesim-customs-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.elnesim-customs-feature-item {
  background: #f8fafc;
  padding: 10px 14px;
  border-radius: 8px;
  border-right: 4px solid #FFCD23;
  font-size: 14.5px;
  color: #4a5568;
}

/* Adımlar (Steps) */
.elnesim-customs-step-num {
  background: #00008e;
  color: #FFCD23;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto 15px auto;
  font-size: 18px;
}

.elnesim-customs-step-card h4 {
  color: #00008e;
  font-size: 18px;
  margin-bottom: 10px;
}

.elnesim-customs-step-card p {
  color: #4a5568;
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
}

/* SSS / FAQ */
.elnesim-customs-faq {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.elnesim-customs-faq h2 {
  text-align: center;
  color: #00008e;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
}

.elnesim-customs-details {
  background-color: #f8fafc;
  border: 1px solid #cbd5e0;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

.elnesim-customs-summary {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #00008e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.elnesim-customs-content {
  padding: 0 20px 20px 20px;
  color: #4a5568;
  font-size: 15px;
  line-height: 1.8;
  border-top: 1px solid #e2e8f0;
  padding-top: 15px;
}

/* Responsive Düzen */
@media (max-width: 900px) {
  .elnesim-customs-grid-3 {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .elnesim-customs-row {
    flex-direction: column !important;
  }
  .elnesim-customs-grid {
    grid-template-columns: 1fr !important;
  }
}/* End custom CSS */