.form_title {
  color: #fff;
  font-size: 40px !important;
  padding-bottom: 15px;
}

.form_subtitle {
  color: #fff;
  font-size: 18px !important;
}

/*left-side-start*/
.left-heading {
  color: #fff;
}

.progress-bar {
  list-style: none;
  margin-top: 0 !important;
  font-size: 13px;
  counter-reset: container 0;
  font-size: 16px;
  padding-left: 0 !important;
}

.progress-bar li {
  position: relative;
  margin-left: 40px;
  margin-top: 20px;
  counter-increment: container 1;
  color: #fff;
  text-align: start;
}

.progress-bar li::before {
  content: counter(container);
  line-height: 25px;
  text-align: center;
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #4f6581;
  border-radius: 50%;
  left: -40px;
  top: -5px;
  z-index: 10;
  background-color: #304767;
}

.progress-bar li::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 2px;
  background-color: #4f6581;
  z-index: 1;
  left: -27px;
  top: -70px;
}

.progress-bar li.active::after {
  background-color: red;
}

.progress-bar li:first-child:after {
  display: none;
}

.progress-bar li.active::before {
  color: #fff;
  background-color: red;
}

.progress-bar li.active {
  color: #fff;
}

.steps-content h3 {
  color: #fff !important;
  font-size: 20px !important;
}

.card_box h2 {
  font-size: 25px !important;
}

.book-service-section .left-side {
  background-color: #2584c5 !important;
  padding: 30px !important;
}
.book-service-section .progress-bar {
  background-color: #2584c5 !important;
}

/*right-side-start*/
.main {
  display: none;
}

.active {
  display: block;
}

.main {
  padding: 40px;
}

.main small {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  height: 0;
  width: 30px;
  background-color: #ccc;
  border-radius: 50%;
  color: yellow;
  font-size: 19px;
}

.text {
  margin: 0px;
}
.text h2 {
  margin: 0 !important;
}

.congrats {
  text-align: center;
}

.text p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #cbced4;
}

.input-text {
  margin: 30px 0;
  display: flex;
  gap: 20px;
}

.input-text .input-div {
  width: 100%;
  position: relative;
}

input[type=text] {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}

select {
  width: 100%;
  height: 40px;
  border: none;
  outline: 0;
  border-radius: 5px;
  border: 1px solid #cbced4;
  gap: 20px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.input-text .input-div span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  transition: all 0.5s;
}

.input-div input:focus ~ span,
.input-div input:valid ~ span {
  top: -15px;
  left: 6px;
  font-size: 10px;
  font-weight: 600;
}

.input-div span {
  top: -15px;
  left: 6px;
  font-size: 10px;
}

@keyframes blink {
  0%, 100% {
    background-color: #2584c5;
    color: #fff;
  }
  50% {
    background-color: #fff;
    color: #2584c5;
  }
}
@keyframes blink-inverse {
  0%, 100% {
    background-color: #fff;
    color: #2584c5;
  }
  50% {
    background-color: #2584c5;
    color: #fff;
  }
}
.buttons {
  text-align: start;
  margin: 0px !important;
}

.buttons button {
  width: 120px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  animation: blink 2s infinite;
}

.button_space {
  display: flex;
  gap: 10px;
}

.button_space button:nth-child(1) {
  background-color: #fff;
  color: #000;
  border: 1px solid #2584c5;
  animation: blink-inverse 2s infinite;
  animation-delay: 2s;
}

/* Second button: normal blink but delayed */
.button_space button:nth-child(2) {
  animation-delay: 4s;
  border: 1px solid #2584c5;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.warning {
  border: 1px solid red !important;
}

/* Container styling */
.radiobox-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: start;
}
.radiobox-items .radiobox-item {
  position: relative;
  width: 85px; /* Adjust width based on label image size */
  height: 85px; /* Adjust height based on label image size */
}

/* Hide default radio buttons */
.select-brand {
  display: none;
}

/* Style the custom radio button label */
.select-brand-label {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border: 2px solid #cbd6dc;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

/* Add unique brand images to each label */
#selectbrand1 + .select-brand-label {
  background-image: url("../images/form-images/1-acer.png");
}

#selectbrand2 + .select-brand-label {
  background-image: url("../images/form-images/2-apple.png");
}

#selectbrand3 + .select-brand-label {
  background-image: url("../images/form-images/3-asus.png");
}

#selectbrand4 + .select-brand-label {
  background-image: url("../images/form-images/4-dell.png");
}

#selectbrand5 + .select-brand-label {
  background-image: url("../images/form-images/5-fujistu.png");
}

#selectbrand6 + .select-brand-label {
  background-image: url("../images/form-images/6-hp.png");
}

#selectbrand7 + .select-brand-label {
  background-image: url("../images/form-images/7-iball.png");
}

#selectbrand8 + .select-brand-label {
  background-image: url("../images/form-images/8-lenovo.png");
}

#selectbrand10 + .select-brand-label {
  background-image: url("../images/form-images/10-samsung.png");
}

#selectbrand11 + .select-brand-label {
  background-image: url("../images/form-images/11-sony-viao.png");
}

#selectbrand12 + .select-brand-label {
  background-image: url("../images/form-images/12-wipro.png");
}

#selectbrand9 + .select-brand-label {
  background-image: url("../images/form-images/9-others.png");
}

.select-brand:checked + .select-brand-label {
  border-color: #2584c5; /* Adjust highlight color as desired */
  box-shadow: 0 0 10px rgba(62, 158, 182, 0.5);
}

/* Button styling */
.buttons {
  display: flex;
  margin: 0px !important;
}

.next_button {
  background-color: #2584c5;
  color: white;
  padding: 10px 20px;
  border: 1px solid #2584c5 !important;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.next_button:hover {
  background-color: #2584c5;
}

/* Container styling */
.input-text.selectService {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Hide the default radio button */
.service-checkbox {
  display: none;
}

/* Style for the label as clickable box */
.label_title {
  padding: 10px 15px;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s;
  font-size: 14px !important;
  color: #333;
  text-align: center;
}

/* Change style when a radio button is selected */
.service-checkbox:checked + .label_title {
  background-color: #2584c5;
  color: white;
  border-color: #2584c5;
}

/* Add hover effect for labels */
.label_title:hover {
  background-color: #f0f0f0;
  border-color: #888;
}

.radio-options {
  display: flex;
  gap: 10px;
}

.servOption {
  display: none;
}

.servOption:checked + .label_title {
  background-color: #2584c5;
  color: white;
  border-color: #2584c5;
}

#picupOptions input,
#picupOptions select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #818181;
  width: 100%;
}
#picupOptions ::-moz-placeholder {
  color: #000;
}
#picupOptions ::placeholder {
  color: #000;
}

.picup-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.payment-options .payment-option {
  width: 49%;
}
.payment-options .payment-option label {
  width: 100%;
}

.payment {
  display: none;
}

.payment:checked + .label_title {
  background-color: #2584c5;
  color: white;
  border-color: #2584c5;
}

.service-item input[type=checkbox] {
  display: none;
}

.service-item .service-label {
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 12px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* Backgrounds */
.service-1 {
  background-image: url("../images/service-img/beep-sound.png");
}

.service-2 {
  background-image: url("../images/service-img/broken-hinges.png");
}

.service-3 {
  background-image: url("../images/service-img/broken-laptop-repair.png");
}

.service-4 {
  background-image: url("../images/service-img/data-loss.png");
}

.service-5 {
  background-image: url("../images/service-img/dvd-repair-error.png");
}

.service-6 {
  background-image: url("../images/service-img/freeze-or-restart.png");
}

.service-7 {
  background-image: url("../images/service-img/keys-not-working.png");
}

.service-8 {
  background-image: url("../images/service-img/laptop-battey-not-charging.png");
}

.service-9 {
  background-image: url("../images/service-img/laptop-blank-display.png");
}

.service-10 {
  background-image: url("../images/service-img/laptop-charger.png");
}

.service-11 {
  background-image: url("../images/service-img/laptop-dc-jack-repair.png");
}

.service-12 {
  background-image: url("../images/service-img/laptop-general-service.png");
}

.service-13 {
  background-image: url("../images/service-img/laptop-keyboard-problem.png");
}

.service-14 {
  background-image: url("../images/service-img/laptop-noise-issue.png");
}

.service-15 {
  background-image: url("../images/service-img/laptop-overheating-issue.png");
}

.service-16 {
  background-image: url("../images/service-img/laptopnot-poweron.png");
}

.service-17 {
  background-image: url("../images/service-img/lcd-led-screen-repair.png");
}

.service-18 {
  background-image: url("../images/service-img/liquid-spill.png");
}

.service-19 {
  background-image: url("../images/service-img/motherboard-repair.png");
}

.service-20 {
  background-image: url("../images/service-img/os-not-booting.png");
}

.service-21 {
  background-image: url("../images/service-img/password-recovery.png");
}

.service-22 {
  background-image: url("../images/service-img/touchpad-not-working.png");
}

.service-23 {
  background-image: url("../images/service-img/virus.png");
}

.service-24 {
  background-image: url("../images/service-img/webcam-not-working.png");
}

.service-25 {
  background-image: url("../images/service-img/wifi-problem.png");
}

/* Selected effect */
.service-item input[type=checkbox]:checked + .service-label,
.service-item input[type=checkbox]:checked ~ .service-label {
  box-shadow: 0 0 0 4px #007bff;
  background: rgba(0, 123, 255, 0.8);
}

.live-location-btn {
  background-color: #2584c5;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.service-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-item {
  width: 30.8%;
  height: 130px;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: none;
  padding: 0 !important;
}

/* Hide checkbox */
.service-item input[type=checkbox] {
  display: none;
}

/* Service title text (optional, can be removed) */
.service-item span {
  color: #fff;
  background-color: #2584c5;
  padding: 4px 8px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.service-item input[type=checkbox]:checked ~ span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  box-shadow: 0 0 5px 2px rgba(0, 123, 255, 0.6);
  z-index: -1;
}

select,
.shop-radio {
  padding: 10px;
  margin-bottom: 20px;
}

#radioOptions {
  display: flex;
  margin-top: 20px;
  gap: 5px;
  flex-wrap: wrap;
}
#radioOptions .radio-option {
  width: 31.5%;
  display: flex;
  align-items: center;
  border: 1px solid #818181;
  padding: 10px;
  border-radius: 4px;
}
#radioOptions .radio-option input {
  width: 20px;
  margin: 0 !important;
}

.radio-group {
  margin-top: 20px;
}

.radio-option {
  margin-bottom: 8px;
}

.shop-details {
  width: 50%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  border: 1px solid #cbced4;
}

.shop-details h3 {
  color: #2584c5;
  margin-bottom: 10px;
  font-size: 20px;
}

.shop-details p {
  margin: 5px 0;
  font-size: 14px;
}

.icon {
  margin-right: 6px;
}

@media only screen and (max-width: 600px) {
  .card_box h2 {
    font-size: 20px !important;
  }
  .main {
    padding: 30px 10px;
  }
  .main .d-flex {
    flex-wrap: wrap !important;
  }
  .service-item {
    width: 100%;
  }
  .radiobox-items .radiobox-item {
    position: relative;
    width: 29.1%;
    height: 70px;
  }
}/*# sourceMappingURL=form.css.map */