/* How To Join Page Styles */

.journey-section {
  padding-top: 150px !important;
  background-color: transparent;
}

.journey-section .car-card {
  background: #ffff;
}

/* Journey Header */
.journey-title {
  font-size: 40px;
  font-weight: 700;
  color: #585858;
  line-height: 1.2;
  margin-bottom: 20px;
}

.journey-title-highlight {
  color: #50D3BB;
}

.journey-subtitle {
  font-size: 32px;
  color: #585858;
  font-weight: 600;
  list-style: 1.4;
  margin: 40px 0;
}

@media (max-width: 767.98px) {
  .journey-title {
    font-size: 40px;
  }
}

/* Car Illustration Card */
.car-card {
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.car-illustration {
  max-height: 416px;
}

/* Step Icon */
.step-icon {
  width: 100%;
  max-width: 152px;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.step-icon img {
  max-width: 40%;
  object-fit: contain;
  max-width: 45px;
}


/* Sol taraftaki ikonlar - row'un soluna yapışık */
.step-row .col-12.text-lg-start {
  padding-left: 0;
}

.step-row .col-12.text-lg-start .step-icon {
  margin-left: 0;
  margin-right: auto;
}

/* Sağ taraftaki ikonlar - row'un sağına yapışık */
.step-row .col-lg-2.text-lg-end {
  padding-right: 0;
}

.step-row .col-lg-2.text-lg-end .step-icon {
  margin-left: auto;
  margin-right: 0;
}

/* Soldaki step ikonları için sol arka plan */
.step-row .col-lg-2 .step-icon,
.step-row .col-lg-3.text-lg-start .step-icon {
  background-image: url("../images/left.svg");
}

/* Sağdaki step ikonları için sağ arka plan */
.step-row .col-lg-2.text-lg-end .step-icon {
  background-image: url("../images/right.svg");
}

/* Step Row */
.step-row {
  background-color: #f8f8f8;
  border-radius: 200px;
  padding: 0;
  overflow: visible;
  max-height: none;
  margin-bottom: 40px !important;
}

/* Step Card */
.step-card {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: left;
  margin-bottom: 10px;
}

.step-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-top: 10px;

}

.step-title-blue {
  color: #5057d3;
}

.step-title-green {
  color: #50d3bb;
}

.step-description {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.step-description-secondary {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
}

/* Decision Card */
.decision-card {
  background-color: #f8f8f8;
  border-radius: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 216px;
}

.decision-item {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.decision-center {
  position: relative;
}

.decision-circle {
  background: #ffffff url('../images/circle.svg') no-repeat center;
  background-size: contain;
  border-radius: 50%;
  width: 216px;
  height: 216px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: none;
  background-clip: padding-box;
}

.step-card-right {
  padding-left: 60px;
}



.decision-time-title {
  font-size: 24px;
  font-weight: 500;
  color: #585858;
  text-align: center;
  margin: 0;
  z-index: 2;
  position: relative;
  line-height: 1.2;
}

.decision-time-text {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  text-align: center;
  margin: 0.5rem 0 0 0;
  z-index: 2;
  position: relative;
  line-height: 1.2;
}

/* Sol taraftaki Collateral */
.decision-item:first-child .decision-title {
  font-size: 24px;
  font-weight: 600;
  color: #50D3BB;
  margin-bottom: 1rem;
}

.decision-item:first-child .decision-text {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Sağ taraftaki Ownership */
.decision-item:last-child .decision-title {
  font-size: 24px;
  font-weight: 600;
  color: #5459F7;
  margin-bottom: 1rem;
}

.decision-item:last-child .decision-text {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  line-height: 1.2;
  margin: 0;
}

/* Journey Flow Line */
.journey-line {
  height: 4px;
  background: linear-gradient(90deg, #50d3bb 0%, #45b8a5 100%);
  border-radius: 2px;
  position: relative;
  margin: 2rem 0;
}

.journey-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #50d3bb;
  border-radius: 50%;
}

.journey-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #50d3bb;
  border-radius: 50%;
}

/* Ecosystem Section */
.ecosystem-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 3rem;
}

.ecosystem-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5057d3 0%, #50d3bb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.ecosystem-icon img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

.ecosystem-line-top {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100px;
  background: linear-gradient(180deg, #50d3bb 0%, #45b8a5 100%);
  z-index: 1;
}

/* Ecosystem Cards */
.ecosystem-card {
  background-color: #f8f8f8;
  border-radius: 25px;
  padding: 2.5rem;
  height: 100%;
  text-align: left;
}

.ecosystem-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #585858;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.ecosystem-card-text {
  font-size: 16px;
  color: #585858;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.journey-section .ecosystem-card {
  box-shadow: none;
}

.ecosystem-card-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {

  /* Step icons mobile: center with negative top margin, text comes below */
  .step-icon {
    margin-top: -45px;
  }
}

@media (max-width: 767.98px) {

  /* Decision titles & texts - mobile typography */
  .decision-time-title,
  .decision-item .decision-title {
    font-size: 20px;
  }

  .decision-time-text,
  .decision-item .decision-text {
    font-size: 14px;
  }
}

/* Bottom Flow Line */
.journey-line-bottom {
  height: 4px;
  background: linear-gradient(90deg, #50d3bb 0%, #45b8a5 100%);
  border-radius: 2px;
  position: relative;
  margin: 2rem 0;
  max-width: 60%;
  margin-left: auto;
}

.journey-line-dot {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #50d3bb;
  border-radius: 50%;
}

.vcr {
  max-height: 977px;
  margin-bottom: 150px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vcr-image {
  position: relative;
  max-height: 700px;
  width: 40%;
}

@media (max-width: 991.98px) {
  .vcr {
    flex-direction: column;
    align-items: center;
  }

  .vcr-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}



@media (min-width: 998px) {


  .decision-item:last-child .decision-text.w55 {
    width: 55%;
  }
}


@media (max-width: 991px) {
  .step-card {
    padding: 20px;
    padding-top: 0;
  }

  .decision-item:last-child .decision-text.w55 {
    width: 100%;
  }

  .decision-item:last-child .decision-title {
    font-size: 20px;
  }

  .decision-item:last-child .decision-text {
    font-size: 14px;
  }

  .decision-time-title,
  .decision-item .decision-title {
    line-height: 1.2;
  }


  .step-row {
    margin: 0 10px;
    margin-bottom: 0 !important;
    border-radius: 50px;
  }

  .step-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .journey-subtitle {
    line-height: 1.2;
    margin-bottom: 80px;
    font-size: 30px;
  }

  .step-description {
    font-size: 14px;
  }

  .step-row .col-lg-2.text-lg-end .step-icon {
    margin-right: auto;
    margin-left: auto;
  }



  .step-icon {
    transform: rotate(270deg);
  }


  .left .step-icon {
    transform: rotate(90deg);
  }


  .step-icon img {
    max-width: 60px;
    max-height: 60px;
  }

  .step-row .col-12.text-lg-start .step-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .step-row .col-12.text-lg-end .step-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .step-description-secondary {
    text-align: center;
    font-size: 14px;
  }

  .decision-card {
    padding: 40px 20px;
    box-shadow: none;
    margin-bottom: 90px !important;
    border-radius: 50px;
  }

  .vcr-image-mobile {
    position: absolute;
  }

  .vcr {
    position: relative;
    max-width: 365px;
    max-height: none;
    margin-bottom: 40px;
    margin: 0 auto;
  }

  .vcr-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .mf-vcr {
    padding-top: 370px !important;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .ecosystem-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #585858;
    margin-bottom: 1.5rem;
    line-height: 1.3;
  }

  .ecosystem-card-text {
    font-size: 14px;
    color: #585858;
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .step-icon {
    width: 90px;
    max-width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -45px;
  }

  .step-icon img {
    max-width: 40px;
    max-height: 40px;
    transform: rotate(90deg);
  }

  .left .step-icon img {
    transform: rotate(270deg);
  }

  .vcr-image {
    max-height: 950px;
  }

  .step-row .col-lg-2.text-lg-end {
    padding-left: 0;
    padding-right: 0;
  }

  .step-row .col-lg-2.text-lg-start {
    padding-left: 0;
    padding-right: 0;
  }

}


@media (min-width: 1400px) {

  .journey-section .row .col-lg-3,
  .journey-section .row .col-md-3 {
    width: 13%;
  }

}




@media (min-width: 1000px) {
  

  .left .step-icon img {
    margin-right: -12px;
  }

  .right .step-icon img {
    margin-left: -12px;
  }
}

