
.info-text_small {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: var(--Grey_Soft);
  margin-bottom: 20px;
}
.info-text_small a {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: var(--Grey_Soft);
  margin-bottom: 20px;
}

.adres-number {
  display: flex;
  gap: 10px;
}

.olcu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.olcu-blok {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ikon-ve-input {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 12px;
  background-color: white;
}

.ikon-ve-input img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
}

.ikon-ve-input input {
  border: none;
  outline: none;
  font-size: 16px;
  width: 100%;
  background: transparent;
  color: #222;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.result-container {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

h3 {
  margin-bottom: 15px;
}

select,
input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.buttons {
  display: flex;
  justify-content: space-between;
}

button {
  padding: 10px 20px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

button:disabled {
  background: #aaa;
  cursor: not-allowed;
}

:root {
  --primary: #eb1627;
  --dark: #3b3b3b;
  --light: #ffffff;
  --border: #e0e0e0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #f5f5f5;
}

.cargo-calculator {
  display: flex;
  justify-content: center;
}

.container {
  display: flex;
  flex-direction: row;
  border-radius: 12px;
  padding: 30px;
  width: 100%;
  max-width: 1400px;
  gap: 40px;
}

.form-section {
  flex: 3;
}

.result-card {
  flex: 1;
}

h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--dark);
}

select,
input[type="text"],
input[type="number"],
input[type="email"] {
  width: 100%;
  border-radius: 8px;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  transition: border-color 0.3s;
}


#gonderi_turu {
  margin-bottom: 30px;
}


.option-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.option-button {
  padding: 10px 20px;
  border-radius: 8px;
  border: 2px solid var(--border);
  cursor: pointer;
  transition: all 0.3s;
}

.option-button.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.option-button:hover {
  background-color: #efefef;
  border-color: var(--primary);
  color: #000;
}

.personal-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.personal-info input {
  padding: 10px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--dark);
}

.error-message {
  font-size: 13px;
  color: var(--primary);
  margin-top: 4px;
  display: none;
}

.action-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-submit,
.btn-submit-outline {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-submit {
  background-color: var(--primary);
  color: white;
  border: none;
}

.btn-submit:hover {
  background-color: #c11422;
}

.btn-submit-outline {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn-submit-outline:hover {
  background-color: var(--primary);
  color: white;
}

@media (max-width: 1024px) {
  .container {
    flex-direction: column;
  }
}

.adres-alani {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.adres-blok {
  flex: 1;
  min-width: 300px;
}

.adres-label {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #3b3b3b;
  margin-bottom: 8px;
}

.adres-label i {
  margin-right: 10px;
  color: #1c2e4a;
  font-size: 20px;
}

.adres-blok select,
.adres-blok input {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid var(--border);
  font-size: 15px;
  margin-bottom: 10px;
}

.adres-note {
  font-size: 13px;
  color: #7c8493;
  display: block;
  margin-bottom: 20px;
}

.sabit-butonlar {
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  gap: 10px;
  z-index: 100;
  position: relative;
}

.sabit-butonlar button {
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

#hesaplaBtn {
  background-color: var(--primary);
  color: white;
}

#hesaplaBtn:hover {
  background-color: #c11422;
}

.sabit-butonlar button:last-child {
  background-color: #3b3b3b;
  color: white;
}

.sabit-butonlar button:last-child:hover {
  background-color: #c11422;
}

#sonuc h3 i {
  margin-right: 10px;
  color: #1c2e4a;
  font-size: 20px;
}