.title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  /* or 110% */
  letter-spacing: -0.005em;
}

.description {
  font-style: normal;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 25px;
  /* or 150% */
  letter-spacing: -0.001em;
}

.product-section-2 .step-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2A317D;
  text-align: center;
  color: #fff;
  font-style: normal;
}

.product-section-2 .step-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.005em;
  color: #252525;
}

/* Base button style */
.custom-radio {
  border: 1px solid #ddd;
  border-radius: 8px !important;
  background: #f8f9fa;
  font-weight: 500;
  padding: 12px 16px;
  text-align: left;
  justify-content: flex-start;
  cursor: pointer;
}

/* Dot appearance */
.radio-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

/* Dot filled when checked */
.btn-check:checked+.custom-radio .radio-dot {
  border-color: #f1c40f;
}

.btn-check:checked+.custom-radio .radio-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #f1c40f;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* Active card background */
.btn-check:checked+.custom-radio {
  background-color: #fff3cd;
  /* light yellow */
  border-color: #f1c40f;
  color: #000;
  font-weight: 600;
}


.upload-box {
  background: #fafafa;
  cursor: pointer;
  transition: all 0.2s ease;
}

.upload-box:hover {
  background: #f1f1f1;
}

.product-section-2 .option-1-text {
  border-radius: 10px;
  padding: 2.5px 7.5px;
  background-color: #7CCCBF;
  text-align: center;
  color: #000;
  font-style: normal;
}

.product-section-2 .option-2-text {
  border-radius: 10px;
  padding: 2.5px 7.5px;
  background-color: #FFC20E;
  text-align: center;
  color: #000;
  font-style: normal;
}

@media (max-width: 1199.98px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .description {
    font-size: 15px;
    line-height: 20px;
  }
}