.elementor-682 .elementor-element.elementor-element-a67cadc{--display:flex;}.elementor-682 .elementor-element.elementor-element-9935b60{--display:flex;}.elementor-682 .elementor-element.elementor-element-5d1d401{--display:flex;}.elementor-682 .elementor-element.elementor-element-f8ef596{--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;}.elementor-682 .elementor-element.elementor-element-f59e033{--display:flex;}/* Start custom CSS for html, class: .elementor-element-50e7c33 */.basvuru-sureci {
  text-align: center;
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.basvuru-sureci h2 {
  font-size: 36px;
  color: #800000;
  margin-bottom: 10px;
}

.basvuru-sureci p {
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 18px;
  color: #555;
}

.steps {
  display: flex;
  justify-content: center;
  align-items: stretch;  
  flex-wrap: nowrap;
  overflow-x: auto;
}

.step {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px 20px;
  width: 180px;
  margin: 20px 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 270px; /* Sabit yükseklik: arttırıp azaltabilirsin */
  height: 100%;
}

.step:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.step .circle {
  background: #800000;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}

.step h3 {
  font-size: 18px;
  margin: 10px 0 5px;
  color: #333;
}

.step p {
  font-size: 14px;
  color: #777;
}

.line {
  width: 40px;
  height: 4px;
  background: #800000;
}

@media (max-width: 768px) {
  .steps {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .line {
    display: none;
  }
  .step {
    min-width: 90vw;
    margin: 10px auto;
  }
}/* End custom CSS */