
.btn-blue {
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .btn-blue:hover {
    background-color: var(--color-secondary);
    color: #000;
  }

  .btn-gray {
    background-color: #f0f0f0;
    color: #343a40;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .btn-gray:hover {
    background-color: #dcdcdc;
  }

  .selected-check {
    position: relative;
  }

  .selected-check::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
  }

  .progress {
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 10px;
  }
  .custom-checks.col-md-4.col-sm-6.mb-3 {
  transition: transform 0.3s ease;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2px;
  width: 150px;
  height: 162px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  border: 2px solid var(--color-primary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.custom-checks.col-md-3.selected-check {
  border: 2px solid var(--color-primary);
}
  .bar {
    height: 100%;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    width: 20%;
    transition: width 0.5s ease;
    border-radius: 50px;
  }

  .err_msg {
    color: red;
  }

  .select-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
  }
  @media (max-width: 768px) {
  .custom-checks {
      width: 100px;
      height: 121px;
      padding: 10px;
  }
}

  .step-progress {
    padding: 15px;
  }

  .custom-checks {
      text-align: center;
  transition: transform 0.3s ease;
  border: 3px solid transparent;
  width: 120px;
  /* height: 120px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  }

  .custom-checks:hover {
    transform: scale(1.05);
  }

  .custom-checks label {
    display: block;
    font-size: 40px;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  .select-area.d-block.text-center {
  padding: 28px;
  margin: 32px;
}
.col-md-5.text-right {
  padding: 13px;
}
  p.altkisim {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  color: #43474A;
  font-family: var(--font-default) !important;
  font-weight: 600;
  }

.medi
  span.gray{
    text-transform: uppercase ;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 7px 0;
    display: block;
  }

  .custom-checks input[type="radio"] {
    display: none;
  }

  .custom-checks p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #343a40;
  }

  @media (max-width: 768px) {
    .endsubmit{
      margin-top: 20px;
    }
    .custom-checks {
      width: 100px;
      height: 127px;
      padding: 10px;
    }

    .custom-checks label {
      font-size: 30px;
    }

    .custom-checks p {
      font-size: 14px;
    }

    .step-progress {
      padding: 10px;
    }

    .btn-blue, .btn-gray {
      padding: 8px 15px;
    }

    .select-area {
      gap: 10px;
      padding: 10px;
    }
  }
  span.gray.animation {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 7px 0;
  display: block;
}
p.pricess {
  font-weight: bold;
  color: var(--color-primary);
  border-radius: 10px;
  padding: 6px;
  border: 1px solid var(--color-primary);
}

.step100 .custom-checks input[type="radio"]:checked + label {
border: 2px solid var(--color-primary);
}
.step100 .custom-checks label {
  border: 2px solid transparent;
  padding: 5px;
  cursor: pointer;
}
.question{
  margin: 100px 0;
}