.hero-section {
  min-height: 480px;
}

.content-left {
  position: relative;
  top: -290px;
  margin-bottom: -290px;
}

.content-right {
  position: relative;
  top: -135px;
  margin-bottom: -135px;
  padding-left: 40px;
}

.step-title {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.step-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  position: relative;
  padding: 10px 100px;
  margin-bottom: 5px;
}

.step-wrapper {
  flex: 1;
  position: relative;
}

.step {
  font-weight: 500;
  font: size 17px;
  background: transparent;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border: 1px solid #d9d9d9;
  color: #fff;
}

.step.active {
  color: #f08624 ;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

/* Bağlantı çubuğu */
.step-wrapper:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 10px;
  background: #ffffff;
  z-index: 0;
}

.summary-card,
.summary-info-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 100px 4px #00000059;
}

.summary-card {
  padding-bottom: 2.5rem;
}

.summary-card .head {
  padding: 15px 40px;
  border-bottom: 1px solid #000;
}

.summary-card .head p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.products-body {
  padding: 10px 10px 40px 10px;
}

.product-item {
  padding: 10px 20px;
  background-color: #e4e4e7;
  border-radius: 15px;
  margin-bottom: 20px;
}

.product-item .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.product-item .content .product {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-item .content .link {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-item .price {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-item .delete-btn {
  margin-top: 5px;
  font-size: 22px;
  background-color: #fff;
  color: #d4295c;
  border: 0;
  border-radius: 5px;
}

.product-footer {
  border-top: 1px solid #000;
  font-size: 17px;
  font-weight: 600;
}

.product-footer p {
  padding: 10px 30px;
  margin-bottom: 0;
}

.summary-header {
  padding: 15px 25px;
  font-size: 24px;
  border-bottom: 1px solid #000;
}

.summary-header p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

.summary-header .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 5px;
  background-color: #bbd5e6;
  color: #f08624 ;
}

.price-summary {
  font-weight: 500;
  padding: 15px 25px;
  border-bottom: 1px solid #000;
}

.price-summary p {
  margin-bottom: 5px;
}

.discount-coupon {
  font-weight: 500;
  padding: 15px 25px;
  border-bottom: 1px solid #000;
}

.input-group.coupon,
.input-group.coupon .form-control {
  background-color: #e5e5e5;
  border: 0;
}

.input-group.coupon .form-control {
  padding: 12px 20px;
}

.input-group.coupon .input-group-text {
  font-size: 22px;
  border: 0;
  padding-right: 15px;
  color: #fff;
  background-color: #f08624;
}

.payment-summary {
  font-size: 17px;
  font-weight: 600;
  padding: 15px 25px 25px 25px;
}

.payment-summary p {
  margin-bottom: 3px;
}

.payment-summary .payment-btn {
  background-color: #f08624;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  width: 100%;
  border-radius: 10px;
  padding: 10px 20px;
}

.payment-summary .payment-btn i {
  font-size: 20px;
  margin-left: 10px;
}

.other-items-title {
  font-size: 30px;
  font-weight: 600;
  margin: 50px 0 20px 0;
  letter-spacing: 2px;
}

.other-items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 80px;
}

.other-item {
  background-color: #e4e4e7;
  padding: 15px;
  border-radius: 10px;
}

.other-item .icon {
  width: 50px;
  font-size: 26px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 5px;
  color: #fff;
}

.other-item p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 10px;
}

.other-item .right-arrow {
  font-size: 30px;
  color: #f08624;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 40px;
}

.payment-methods p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.payment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 2px solid #f08624;
  border-radius: 8px;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  transition:
    background-color 0.3s,
    border-color 0.3s;
  position: relative;
}

.payment-option i {
  font-size: 26px;
  margin-right: 5px;
  font-weight: 100;
}

.payment-option .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.payment-option__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.payment-option__main {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.payment-option__main > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payment-option__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}

.payment-option .content .payment-method-fee-badge {
  margin-top: 0;
  flex-shrink: 0;
}

.payment-methods .payment-method-fee-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  width: fit-content;
  max-width: 100%;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border: 1px solid #bbf7d0;
  box-shadow: 0 1px 2px rgba(22, 163, 74, 0.06);
}

.payment-methods .payment-method-fee-badge__value {
  font-size: 13px;
  font-weight: 700;
  color: #16a34a;
  letter-spacing: -0.02em;
}

.payment-methods .payment-method-fee-badge__hint {
  font-size: 12px;
  font-weight: 500;
  color: #475569;
}

/* Yeşil rozet turuncu (seçili) kartta da net kalsın — metni rozet içinde tutarız */
.payment-option:has(input[type='radio']:checked) .payment-method-fee-badge {
  box-shadow:
    0 1px 2px rgba(22, 163, 74, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.35);
}

.payment-option .checkmark {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #d9d9d9;
  position: relative;
  flex-shrink: 0;
}

.payment-option input[type='radio'] {
  display: none;
}

.payment-option input[type='radio']:checked + .content + .checkmark {
  background-color: #fff;
}

.payment-option input[type='radio']:checked + .content + .checkmark::after {
  content: '✓';
  color: #f08624;
  font-size: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.payment-option:has(input[type='radio']:checked) {
  background-color: #f08624;
  border-color: #fff;
  color: #fff;
}

.payment-option:has(input[type='radio']:checked) .content {
  color: #fff;
}

.payment-option:has(input[type='radio']:checked) .payment-option__meta small.text-muted {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Tikokart card section – from-scratch layout */
.tikokart-card-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.tikokart-card-inner {
  background: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  padding: 1.75rem 2rem 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.tikokart-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 1.25rem 0;
  letter-spacing: 0.01em;
}

.tikokart-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.5rem;
}

.tikokart-field-full {
  grid-column: 1 / -1;
}

.tikokart-field-half {
  grid-column: span 1;
}

.tikokart-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 0.5rem;
}

.tikokart-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 0 1rem;
  background: #fafafa;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.tikokart-input-wrap:focus-within {
  border-color: #f08624;
  box-shadow: 0 0 0 3px rgba(240, 134, 36, 0.12);
  background: #fff;
}

.tikokart-icon {
  font-size: 1.25rem;
  color: #f08624;
  flex-shrink: 0;
}

.tikokart-input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.75rem 0;
  font-size: 0.9375rem;
  color: #1a1a1a;
  outline: none;
}

.tikokart-input::placeholder {
  color: #999;
}

.tikokart-expiry-row {
  display: flex;
  gap: 0.75rem;
}

.tikokart-select {
  flex: 1;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background: #fafafa;
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.tikokart-select:focus {
  border-color: #f08624;
  background: #fff;
}

@media (max-width: 576px) {
  .tikokart-card-wrapper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .tikokart-card-inner {
    padding: 1.25rem 1.25rem 1.75rem;
  }

  .tikokart-card-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .tikokart-field-half {
    grid-column: 1 / -1;
  }
}

.step-area p {
  margin-bottom: 0;
}

.step-area i {
  display: none;
}

.discount-text {
  color: #9b9b9b;
}
.empty-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 312px;
}
.empty-cart .icon i {
  font-size: 65px;
  color: #00000080;
}
.empty-cart .error {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 2px 10px;
  color: #ef4444;
  margin-top: 15px;
  background-color: #fecaca;
}
.empty-cart .error i {
  font-size: 20px;
  margin-right: 5px;
}
.empty-cart .go-services-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  background-color: #f08624;
  margin-top: 30px;
  min-width: 29%;
}
@media (max-width: 991px) {
  .content-right {
    top: 0;
    margin-bottom: 20px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .other-items-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .step-area {
    padding: 10px;
  }
}

@media (max-width: 513px) {
  .step-area p {
    display: none;
  }

  .step-area i {
    display: block;
    font-size: 20px;
  }

  .payment-methods,
  .summary-card .head {
    padding: 15px 20px;
  }

  .tikokart-card-fields {
    margin: 0 20px 28px 20px; /* üst sağ alt sol – altta 28px boşluk */
    padding: 16px 20px 32px;
  }

  .other-items-title {
    letter-spacing: 0;
  }

  .product-item .content .product {
    font-size: 15px;
  }

  .product-item .icon {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }

  .product-item {
    padding: 5px 10px;
  }

  .product-item .price {
    font-size: 15px;
    text-wrap:nowrap;
  }

  .product-item .delete-btn {
    font-size: 17px;
  }
}

@media (max-width: 455px) {
  .other-items-title {
    font-size: 23px;
  }

  .success-badge {
    font-size: 10px;
  }

  .other-item .icon {
    width: 35px;
    height: 35px;
  }

  .other-item p {
    font-size: 14px;
  }

  .other-item .right-arrow {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .product-item .content .product {
    font-size: 13px;
  }

  .product-item .icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .product-item .price {
    font-size: 13px;
  }

  .product-item .delete-btn {
    font-size: 15px;
  }
}
