* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

/* HERO SECTION */
.hero-section {
  background: #f5f5f5;
  padding: 80px 20px;
  text-align: center;
}

.hero-title {
  font-size: 42px;
  font-weight: 600;
  color: #3d2c2e;
  margin-bottom: 20px;
}

.hero-text {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: auto;
  line-height: 1.6;
}

/* BUTTON */
.btn-start {
  margin-top: 35px;
  background: #e45757;
  color: #fff;
  border: none;
  padding: 14px 45px;
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s;
}

.btn-start:hover {
  background: #d94444;
  color: #fff;
}

/* ===== STEPPER ===== */
.stepper-wrap {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.stepper-line {
  position: absolute;
  top: 27px;
  left: 22%;
  width: 56%;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

.stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.step {
  text-align: center;
  width: 25%;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 50% 50%;
  border: 2px solid #ddd;
  background: #fff;
  margin: auto;
}

.active .circle {
  background: #5a3d5c;
  border-color: #5a3d5c;
}

.step-label {
  margin-top: 10px;
  font-size: 12px;
  color: #888;
}

.active .step-label {
  color: #5a3d5c;
  font-weight: 600;
}

/* counter */
.step-count {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 600;
}

/* ===== BOX ===== */
.main-box {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #0000001a;
}

/* TITLE */
.title {
  text-align: center;
  font-weight: 600;
}
.sub {
  text-align: center;
  margin: 10px 0 30px;
}
.sub span {
  color: red;
  cursor: pointer;
}

/* ===== CARD ===== */
.card {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eee;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #f2eaea;
}

.card-title {
  text-align: center;
  padding: 10px;
  font-weight: 500;
}

/* radio circle */
.radio {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #bbb;
  background: #fff;
}

.card.active {
  border: 2px solid #e45757;
}

.card.active .radio {
  border-color: #e45757;
  background: #e45757;
}

/* ===== BUTTON ===== */
.btn-next {
  background: #e45757;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 40px;
}
.btn-next:disabled {
  background: #f3b4b4;
}

.back {
  color: #e45757;
  font-weight: 500;
  cursor: pointer;
}

.flex {
  align-items: center;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.flex::-webkit-scrollbar {
  display: none;
}
.flexx {
  align-items: center;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.flexx::-webkit-scrollbar {
  display: none;
}
.flexxx {
  align-items: center;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.flexxx::-webkit-scrollbar {
  display: none;
}
.clearfix {
  border-top: 1px solid #00000012;
  padding-top: 14px;
}
/* ********************* */
/* STEP HIDE/SHOW */
#step2 {
  display: none;
}
.stepp-2 {
  background: #f3e6e6;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin: 20px auto;
}

.step-row {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.cardd {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eee;
  cursor: pointer;
  transition: 0.3s;
  width: 435px;
  margin: 0 auto;
  position: relative;
}
.step-3ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 10px;
}
.cardd.active {
  border: 2px solid #e45757;
}

.cardd.active .radio {
  border-color: #e45757;
  background: #e45757;
}
.step.done .circle {
  background: #5a3d5c;
  border-color: #5a3d5c;
  position: relative;
}

.step.done .circle::after {
  content: "✔";
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -2px;
  left: 2px;
}
.step-input {
  margin-top: 10px;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  box-shadow: none;
}

.phone-box {
  position: relative;
}

.flag {
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 15px;
}

.phone-input {
  padding-left: 40px;
}

.step-checkbox {
  margin-top: 15px;
}

.terms {
  font-size: 12px;
  margin-top: 20px;
  color: #555;
}

.terms span {
  color: red;
}
.width {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.input-lg {
  height: 40px !important;
  font-size: 14px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}

/* ********************************** */
/* ********************************************** */
/* HERO */
.wr-hero {
  background: #f5f5f5;
  padding: 80px 20px;
}
.wr-title {
  font-size: 42px;
  font-weight: 600;
}
.wr-text {
  max-width: 700px;
  margin: auto;
  color: #555;
}
.wr-btn {
  margin-top: 30px;
  background: #e45757;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  border: none;
}

/* STEPPER */
.wr-stepper-wrap {
  background: #fff;
  padding: 20px 0;
  position: relative;
}
.wr-line {
  position: absolute;
  top: 26px;
  left: 18%;
  width: 63.8%;
  height: 2px;
  background: #ddd;
  z-index: 1;
}
.wr-stepper {
  display: flex;
  justify-content: space-between;
}
.wr-step {
  text-align: center;
  width: 16.66%;
  position: relative;
  z-index: 4;
  cursor: pointer;
}
.wr-circle {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: white;
  margin: auto;
  z-index: 99;
}
.wr-step.active .wr-circle {
  background: #5a3d5c;
}
.wr-count {
  position: absolute;
  right: 20px;
  top: 15px;
}

/* BOX */
.wr-box {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 12px;
}

/* NOTE */
.wr-note {
  background: #f5e3b5;
  padding: 10px;
  text-align: center;
  margin: 20px 0;
}

/* OPTIONS */
.wr-options {
  max-width: 400px;
  margin: auto;
}
.wr-card {
  border: 2px solid #eee;
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  cursor: pointer;
}
.wr-card.active {
  border-color: #e45757;
  background: #fdf1f1;
}

/* BUTTON */
.wr-next {
  background: #e45757;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 25px;
  width: max-content;
  float: right;
}
.wr-back {
  color: #e45757;
  cursor: pointer;
}
/* *************************** */
.wr-type-list {
  max-width: 500px;
  margin: auto;
}

.wr-type-card {
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
  cursor: pointer;
  position: relative;
}

.wr-type-card img {
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
}

.wr-type-card.active {
  border-color: #e45757;
  background: #fff5f5;
}

.wr-radio {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
}

.wr-type-card.active .wr-radio {
  background: #e45757;
  border-color: #e45757;
}

.wr-small {
  font-size: 13px;
  margin-top: 10px;
  color: #666;
}
/* CARD */
.wr-type-card {
  border: 2px solid #e6e6e6 !important;
  border-radius: 12px !important;
  padding: 20px 15px 15px 45px !important;
  margin: 15px 0 !important;
  cursor: pointer;
  position: relative;
  background: #fff;
  transition: all 0.2s ease;
}

/* HOVER */
.wr-type-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ACTIVE */
.wr-type-card.active {
  border-color: #e45757 !important;
  background: #fff5f5 !important;
}

/* RADIO CIRCLE */
.wr-radio {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 18px;
  height: 18px;
  border: 2px solid #999 !important;
  border-radius: 50%;
  background: #fff;
}

/* RADIO ACTIVE */
.wr-type-card.active .wr-radio {
  border-color: #e45757 !important;
  background: #e45757 !important;
}

/* INNER DOT */
.wr-type-card.active .wr-radio::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}

/* IMAGE */
.wr-type-card img {
  width: 100%;
  border-radius: 8px;
  margin-top: 10px;
}

/* TEXT */
.wr-type-card h4 {
  margin-top: 0;
  font-weight: 600;
}

.wr-type-card p {
  color: #666;
  font-size: 14px;
}

.wr-small {
  font-size: 13px;
  margin-top: 10px;
  color: #777;
}
/* FULL SCREEN */
#wrStep1,
#wrStep2 {
  display: flex;
  flex-direction: column;
}

/* STEPPER FIX TOP */
.wr-stepper-wrap {
  flex-shrink: 0;
}

/* CONTENT AREA SCROLL */
.wr-box {
  flex: 1;
  overflow-y: auto;
  margin-top: 0 !important;
}

/* REMOVE container spacing issue */
#wrStep1 .container,
#wrStep2 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* SCROLL ONLY OPTIONS AREA */
.wr-options,
.wr-type-list {
  overflow-y: auto;
  padding-right: 5px;
}
/* FIX FOOTER BUTTON */
.wr-box .clearfix {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #00000024;
  padding-top: 10px;
}
/* hide scrollbar */
.wr-options::-webkit-scrollbar,
.wr-type-list::-webkit-scrollbar {
  width: 0px;
}
.wr-box {
  display: flex;
  flex-direction: column;
  border: 1px solid #0000001a;
  margin-bottom: 10px;
}
/* DONE STEP (left completed step) */
.wr-step.done .wr-circle {
  background: #5a3d5c;
  border-color: #5a3d5c;
}

/* ✔ icon */
.wr-step.done .wr-circle::after {
  content: "✔";
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: -2px;
  left: 1px;
}
/* completed line */
.wr-step.done::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #5a3d5c;
  z-index: 1;
}
.wr-finish-card {
  border: 2px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px 15px 15px 45px;
  margin: 15px 0;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.wr-finish-card.active {
  border-color: #e45757;
  background: #fff5f5;
}
.wr-material-card {
  border: 2px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px 15px 15px 45px;
  margin: 15px 0;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.wr-material-card.active {
  border-color: #e45757;
  background: #fff5f5;
}
.wr-accessories-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.wr-access-card {
  width: 30%;
  border: 2px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.wr-access-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.wr-access-card p {
  text-align: center;
  padding: 10px;
  margin: 0;
}

.wr-access-card.active {
  border-color: #e45757;
}

/* checkbox style */
.wr-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  background: #fff;
}

.wr-access-card.active .wr-check {
  background: #e45757;
  border-color: #e45757;
}

.wr-access-card.active .wr-check::after {
  content: "✔";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: -2px;
  left: 2px;
}
.wr-card-option {
  border: 2px solid #eee;
  padding: 15px 15px 15px 45px;
  margin: 10px 0;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  background: #fff;
}

.wr-card-option.active {
  border-color: #e45757;
  background: #fff5f5;
}

.wp-field {
    position: relative;
    margin-bottom: 22px;
}

.wp-field input,
.wp-field select {
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    background: #fff;
}

.wp-field label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 6px;
    color: #999;
    font-size: 14px;
    pointer-events: none;
    transition: .2s ease;
}

/* FLOAT EFFECT */
.wp-field input:focus+label,
.wp-field input:valid+label,
.wp-field select:focus+label,
.wp-field select:valid+label {
    top: 0px;
    font-size: 12px;
    color: #7b2c3b;
}