@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#header,
#footer
{
  display: none !important;
}

hr {
  margin: 32px 0;
}

.no-scroll {
  overflow: hidden;
}

.spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#page-loader.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* Signin/Signup form css start*/



#step0 {

  section {
    position: relative;
    min-height: 100vh;
    background-color: #60a845;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding: 50px;
  }

  .form-errors {
    background-color: #ffe6e6;
    border: 1px solid #ff4d4d;
    color: #cc0000;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .form-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}

.custom-auth-success {
  background-color: #dff0d8;
  color: #3c763d;
  border: 1px solid #d6e9c6;
  padding: 12px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.social-login-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-login {
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: space-evenly;
}

#phone-error {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

.header_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.4;
  background: #e6f4d4;
  border-radius: 14px;
  padding: 12px 20px;
  width: fit-content;
  margin: 0 auto 30px;
  max-width: 900px;
}

.header_text p:first-child {
  color: #60a845;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.header_text p:last-child {
  color: #60a845;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.9;
}

.custom-login-container {
  width: 100%;
  max-width: 900px;
  padding: 50px 50px 50px 0;
  display: flex;
  background-color: #e6f4d7;
  border-radius: 20px;

  #form-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    /* important to start hidden */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    text-align: center;
    color: #333;
    font-size: 18px;
    margin: auto;
  }

  #form-loader img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .imgBx {
    width: 50%;
    /* background: #e6f4d7; */
  }

  .imgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .custom-login {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 50%;
    max-width: 425px;
  }

  .custom-login h2 {
    color: #60a845;
    font-size: 28px;
    margin-bottom: 30px;
  }

  .custom-login input {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 15px;
    border: 1px solid #60a845;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #60a845;
    font-size: 14px;
    outline: none;
    transition: background 0.3s ease;
  }

  .custom-login input::placeholder {
    color: #60a845;
  }

  .custom-login input:focus {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .custom-login button {
    width: 100%;
    padding: 14px;
    border: 1px solid #60a845;
    border-radius: 30px;
    background-color: #60a845;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s ease;
  }

  .custom-login button:hover {

    background: none;
    color: #60a845;
  }
}

/* Signin/Signup form css end */

#page-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
  /* important to start hidden */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  text-align: center;
  color: #333;
  font-size: 18px;
}



.steps-indicator-container {
  div:empty {
    display: block !important;
    background: none;
    border: 1px dashed #959595;
    border-radius: 8px;
  }
}

.multi-step-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
  background-color: #fff;
  /* max-height: 100vh; */
  margin: 0;
}

/* Header 1 CSS */
.header_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  min-height: 80px;
  height: 80px;
}

.back-button {
  background: none;
  border: none;
  cursor: pointer;
}

.logo-container-1 {
  display: flex;
  align-items: center;
  margin-left: 16%;

  a {
    display: flex;
  }
}

.top-buttons {
  display: flex;
  gap: 16px;
}

.top-buttons a {
  display: flex;
  display: flex;
  border-radius: 25px;
  padding: 9px 16px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  height: 40px;
  align-items: center;
  gap: 10px;
}

.whatsapp-button {
  background: #60a845;
  color: #fff;
  border: 2px solid #60a845;
  box-shadow: none;
}

.whatsapp-icon,
.call-icon {
  width: 18px;
  height: 18px;
}

/* .whatsapp-button:hover,
.whatsapp-button:focus {
  background: #48af4b;
  border-color: #48af4b;
  color: #fff;
} */

.call-button {
  color: #60a845;
  border: 1px solid #646464;
}

.call-button svg path {
  fill: #60a845;
}

/* .call-button:hover,
.call-button:focus {
  background: #60a845;
  color: #fff;
  border-color: #60a845;
}

.call-button:hover svg path,
.call-button:focus svg path {
  fill: #fff;
} */

/* End Header 1 CSS */

#step1 {
  .ga-autocomplete-list {
    position: unset;
    padding: 10px;
    margin: 0;
    border: none;
    box-shadow: var(--ga-autocomplete-list-box-shadow, 0 2px 4px rgba(0, 0, 0, .2));
  }
  .ga-autocomplete-mobile{
    position: relative !important;
  }
  /* .ga-autocomplete-mobile-controls-container{
    display: none !important;
  } */
}

.arrow {
  transition: transform 0.3s ease;
  position: absolute;
  top: 13px;
  right: 7.5px;
  height: auto;
  transform-origin: center;
  /* Ensures it rotates around its center */
  display: block;
}

.input-container {
  position: relative;
  margin-bottom: 16px;
}

.input-container:focus-within #arrowIcon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.form-container {
  background-color: white;
  border-radius: 0.5rem;
  padding: 0 15px;
}

#close-popup-btn {
  display: flex;
  position: absolute;
  top: 4%;
  right: 3%;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 50px;
}

#close-popup-btn:hover {
  border-color: #60a845;
  background-color: #60a845;
}

/* .form-header {
  margin-bottom: 1.5rem;
} */

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 100px;
}

.progress-bar {
  height: 0.125rem;
  background-color: #60a845;
  flex-grow: 1;
}

.form-title {
  margin-bottom: 32px;
}

.form-subtitle {
  margin: 0px;
  color: #696969;
  font-weight: 500;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}

.form-heading,
.booking-heading {
  font-weight: 900;
  letter-spacing: -0.5px;
  font-size: 48px;
  color: rgb(34, 34, 34);
  line-height: calc(100% + 4px);
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.booking-heading {
  margin-bottom: 25px;
}

.yellow-bar {
  display: block !important;
  width: 40px !important;
  height: 5px !important;
  background-color: #60a845 !important;
  margin-top: 0.75rem !important;
  border-radius: 2px !important;
  border: 1px solid #60a845 !important;
}

.form-content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.form-step {
  margin-bottom: 1rem;
}

.form-step:not(.active) {
  display: none;
}

.form-steps-container {
  width: 60%;
  display: flex;
  -webkit-box-pack: end;
  justify-content: space-around;
  flex-direction: column;
}

.form-steps {
  width: 100%;
  max-width: 768px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  margin: 0 0 auto auto;
  margin-right: 0;
}

/* .step-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
} */

/* #dropdownToggle {
  
} */

.video-btn-container {
  display: flex;
  justify-content: center;
}

.video-btn-link {
  align-items: center;
  display: flex;
  padding: 15px 10px;
  border: 2px solid #64646480;
  border-radius: 20px;
  gap: 5px;
  text-decoration: none;
  cursor: pointer;
}

.video-btn-link:hover {
  background: #60a845;
  border-color: #60a845;
}

.video-btn-link:hover span,
.video-btn-link:hover svg path {
  color: #fff;
  fill: #fff;
}

.triangle-icon {
  display: flex;
}

.kiwi-work-video-text {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 18px;
  color: #60a845;
  line-height: calc(100% + 4px);
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #60a845cc;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-content {
  position: relative;
  max-width: 900px;
  width: 80%;
  background: #000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.video-close-btn {
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  color: black;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.video-content video {
  outline: none;
}

.video-content video::-webkit-media-controls {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-content:hover video::-webkit-media-controls {
  opacity: 1;
}

.input-container,
.quote-card {
  position: relative;
  border-radius: 8px;
}

input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: .5rem;
}

.tnc-checkbox {
  accent-color: #60a845;
  transform: scale(1.3);
  cursor: pointer;
}

.tnc-link {
  color: #60a845;
}

.tnc-text {
  font-size: 18px;
  line-height: normal;
}

.heading-with-total-amount {
  justify-content: space-between;
  display: flex;
  padding: 16px 24px;
  background: #60a845;
}

.total-heading {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: calc(100% + 4px);
  display: flex;
  gap: 8px;
}

.info-icon {
  display: flex;
  height: 18px;
  width: 18px;
  position: relative;
  cursor: pointer;
  margin: auto;
}

.tooltip-text {
  visibility: hidden;
  width: 280px;
  background-color: #2b2b2b;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  top: 170%;
  /* Position BELOW the icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.tooltip-text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  /* Top of the tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #2b2b2b transparent;
}

.tooltip-text a {
  color: #60a845;
  text-decoration: none;
}

.info-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


.total-amout,
.quote-total {
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 26px;
  color: #fff;
  line-height: calc(100% + 4px);
}

input {
  width: 100%;
  padding: 16px 25px 16px 14px;
  border: 2px solid #d1d5db;
  border-radius: 0.375rem;
  outline: none;
  transition: all 0.2s;
}

#step1 input:focus {
  outline: none;
  border-color: #60a845;
  box-shadow: 0 0 0 2px #e6f4d7;
}

.steps-indicator-container {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  background-color: #f7f7f7;
  border-radius: 0px 0px 10px;
  z-index: 20;
  width: 40%;
}

.steps-indicator {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
}

/* .step-item {
  margin-bottom: 24px;
} */

.step-number {
  display: flex;
  color: #fff;
  align-items: center;
  margin-bottom: 8px;
}

.step-number span {
  background-color: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
}

.step-number.completed span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  flex-shrink: 0;
  background-color: #60a845;
  border: 2px solid #60a845;
  color: #ffffff;
}

.step-number.current span {
  background-color: #e6f4d7;
  border: 2px solid #e6f4d7;
  color: #60a845;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
}

.step-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
}

.step-text.current {
  color: #111827;
}

.step-content {
  border: none;
  background-color: rgb(255, 255, 255);
  min-height: 72px;
  border-radius: 8px;
  /* display: block !important; */
}

.navigation-buttons {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 32px;
}

.previous-button {
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  font-weight: 500;
}

.previous-button:not(.visible) {
  visibility: hidden;
}

.previous-button span {
  cursor: pointer;
  font-weight: 700;
  color: #222222;
  font-size: 17px;
  line-height: 24px;
}

.next-button {
  background-color: #60a845 !important;
  color: #ffffff !important;
  border: 2px solid #60a845;
  padding: 16px 24px;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.next-button:hover {
  background-color: #ffffff !important;
  color: #60a845 !important;
  border-color: #d1d5db;
}

.continue-arrow-container,
.continue-arrow {
  width: 24px;
  height: 24px;
}

/* .next-button-hidden{
  display: none;
} */

.arrow-left {
  width: 1rem;
  height: 1rem;
}

.arrow-right {
  width: 1rem;
  height: 1rem;
  transform: rotate(180deg);
}

.progress-container {
  width: 100%;
  height: 0.125rem;
  background-color: #e5e7eb;
  flex-grow: 1;
}

.progress-bar {
  height: 100%;
  background-color: #60a845;
  width: 0%;
  transition: width 0.3s ease;
}

.card {
  display: flex;
}

.card-left {
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px;
  gap: 5px;
}

.kiwi-box-image {
  width: 45px;
}

#deliverySummary,
#howmuchspace {
  flex: 1 1 0%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  padding: 16px;
}

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

.title {
  color: #696969;
  font-weight: 500;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}

.subtitle {
  line-height: 100%;
  padding: 3px 0px 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #222222;
}

.card-right {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  padding: 16px;
  width: 81px;
  border-left: 1px solid #f0f0ef;
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
}

div#progressBar.progress-bar {
  display: flex !important;
  position: relative;
}

#progressBar::after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0916/8653/5542/files/Kiwi_Progress_Bar_1.webp?v=1747127025");
  width: 55px;
  height: 40px;
  display: block;
  position: absolute;
  right: -50px;
  top: -27px;
  background-size: cover;
  z-index: 2;
}

#progressBar.full::after {
  display: none;
}

.variant-info-container,
.service-item {
  padding: 16px 24px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.variant-summary,
.service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.variant-summary img,
.kiwibox-image img {
  max-width: 30px;
  height: 30px;
}

.variant-name {
  color: #696969;
  font-weight: 500;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: 2px;
}

.variant-block {
  .variant-title {
    padding: 8px 16px;
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
  }

  .custome_variant_title {
    padding: 8px 16px;
    font-weight: 500;
    text-transform: initial;
    line-height: calc(100% + 4px);
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-family: museo-sans, sans-serif;
    text-align: center;
    margin: 0px auto 17px 8px;
    background-color: rgb(247, 247, 247);
  }

  /* .custome_variant_title::before {
    content: " ";
    border-color: rgb(221, 221, 221) transparent transparent;
    border-style: solid;
    border-width: 10px;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 71px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  } */

 img {
   display: flex;
   margin: auto;
   width: 350px;
   height: 350px;
   /* margin-left: 25px; */
 }
}

#variant-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.removeBtn.btn-icon,
.addBtn.btn-icon {
  display: none;
}

/* Popup overlay and blur */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-form {
  position: relative;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 600px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin: 0 10px;
}

.popup-form input {
  display: block;
  width: 100%;
  padding: 0.6rem;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-form button {
  background-color: #28a745;
  color: #fff;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.step-title {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 22px;
  color: #222222;
  line-height: calc(100% + 4px);
  margin-bottom: 16px;
}

.form-container p {
  margin-left: 8px;
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: calc(100% + 4px);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

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

.form-group label {
  font-weight: 600;
  margin-bottom: 5px;
}

.form-group label.required::after {
  content: " *";
  color: red;
}

.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background: #f6f7f8;
}

.icon-container {
  padding: 0 10px;
  background: #e4e7ea;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.icon {
  font-size: 16px;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group input {
  border: none;
  outline: none;
  padding: 12px;
  flex: 1;
  font-size: 14px;
  background: #f6f7f8;
  box-shadow: none;
}

#saveContactBtn {
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}

#saveContactBtn:hover {
  background-color: #333;
}

#step3.blur {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
}

#popupOverlay.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.progress-step-container {
  display: flex;
}

.refresh-icon-step2,
.refresh-icon-step3 {
  cursor: pointer;
  justify-content: center;
  font-size: 20px;
  color: #555;
  cursor: pointer;
  padding: 16px;
  width: 81px;
  border-left: 1px solid #f0f0ef;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
}

#removeBtn,
#addBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 48px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  min-width: 93px;
  position: absolute;
  cursor: pointer;
  top: 50%;
}

#removeBtn:hover {
  background: #e6f4d7;
  color: #60a845;
}

#removeBtn {
  left: 0;
}

#addBtn {
  right: 0;
}

#addBtn:hover {
  background: #60a845;
  color: #fff;
}

.quentity-btn-container {
  display: flex;
  gap: 10px;
}

/* #product-popup {
  display: none;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin: auto;
} */

#step3 {
  .input-container {
    border-radius: 8px;
    border: 2px solid #60a845;
  }
}

.product-popup-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  /* Start off-screen */
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  overflow-y: auto;
  display: flex;
  justify-content: end;
  background-color: #60a845cc;
}

.product-popup-container.active {
  transform: translateX(0);
  /* Slide into view */
  opacity: 1;
  pointer-events: auto;
}

#product-popup,
#supplier-popup,
#load-collect-popup {
  width: 50%;
  margin: 0 0 0 auto;
  height: 100%;
  background: #fff;
  padding: 15px;
  overflow: auto;
}

#product-form,
#supplier-form,
#load-collect-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 15px;
}

.product-popup-header,
.supplier-popup-heading-cross,
.load-collect-popup-heading-cross {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.product-card {
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card label {
  cursor: pointer;
}

.checkbox-btn {
  display: none !important;
}

.product-card:hover,
.product-card.checked,
.supplier-grid .product-card:hover {
  border-color: #60a845;
  box-shadow: 0 0 10px #60a845;
}

.product-image {
  max-width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.product-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.product-price {
  color: #666;
  margin-bottom: 5px;
}

.product-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.qty-btn {
  padding: 4px 10px;
  font-size: 18px;
  cursor: pointer;
  background: #eee;
  border: none;
  border-radius: 4px;
}

.qty-display {
  min-width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.open-icon-supplier-slide,
.edit-icon-supplier-slide {
  display: none;
}

.variant-content-container,
.service-left {
  display: flex;
  gap: 5px;
  align-items: center;

  .variant-description-container {
    display: flex;
    flex-direction: column;
    text-align: left;

    p {
      margin: 0;
    }
  }

  .variant-price span {
    margin: 0px;
    font-weight: 300;
    line-height: calc(100% + 4px);
    color: rgb(105, 105, 105);
    font-size: 14px;
  }
}

.storage-banner {
  line-height: normal;
}

.product-select-main {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #0000001f;
}

.container-product-select,
.supplier-product-main,
.load-collect-product-main {
  border-bottom: 1px solid #0000001f;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-select-container,
.open-supplier-container,
.open-load-collect-container {
  display: flex;
  justify-content: space-between;
}

.load-collect-heading,
.supplier-heading {
  display: flex;
  gap: 8px;
  align-items: center;
}

#open-popup,
#open-supplier-popup,
#open-load-collect-popup,
#open-collect-load-popup {
  border: none;
  background: none;
  cursor: pointer;
}


.protection-product {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#supplier-popup-container {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* smooth easing */
  z-index: 1000;
  overflow-y: auto;
  background-color: #60a845cc;
}

#supplier-popup-container.open {
  transform: translateX(0);
}

#supplier-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

#supplier-overlay.show {
  opacity: 1;
  pointer-events: all;
}

.supplier-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}



#add-supplier-btn,
#add-load-collect-btn {
  margin-top: 20px;
  padding: 12px 24px;
  font-weight: bold;
  background-color: #ddd;
  color: #888;
  border-radius: 24px;
  border: none;
  width: 100%;
  cursor: not-allowed;
}
#add-protect-btn{
  margin-top: 20px;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 24px;
  border: none;
  width: 100%;
  background-color: rgb(96, 168, 69);
  color: rgb(255, 255, 255);
  cursor: pointer;
}

#close-supplier-popup,
#close-popup,
#close-load-collect-popup {
  display: block;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
  height: 21px;
}

#load-collect-popup-container {
  position: fixed;
  top: 0;
  right: -100%;
  /* Initially hidden off screen */
  width: 100%;
  height: 100%;
  background-color: #60a845cc;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}

#load-collect-popup-container.active {
  right: 0;
  /* Slide in */
}


#step4 {
  .photoID {
    line-height: 288%;
  }

  .step4-child {
    display: flex;
    gap: 20px;
  }

  .input-container,
  .quote-card {
    position: relative;
    border-radius: 8px;
    border: 2px solid #60a845;
  }

  .step4-address-quote {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-family: Arial, sans-serif;
    width: 50%;
    height: fit-content;
    justify-content: center;
  }

  .step4-quote-summry {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .quote-summry-heading {
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #222222;
    line-height: calc(100% + 4px);
    font-size: 18px;
  }

  .input-container {
    border: none;
    width: 48%;
  }

  .input-container label {
    font-weight: bold;
    display: block;
    padding: 10px 10px 5px;
    border-radius: 8px;
    border: 2px solid #60a845;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
  }

  .input-container input {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ccc !important;
    border-radius: 0;
    background-color: #f5f6f8;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px 20px;
    font-size: 14px;
    color: #333;
    outline: none;
    box-shadow: none;
    border-radius: 8px;
    border: 2px solid #60a845;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  input.always-show-spinner::-webkit-inner-spin-button,
  input.always-show-spinner::-webkit-outer-spin-button {
    opacity: 1;
  }

  .file-types-note {
    margin: 10px 10px 5px;
  }

  /* .error-message {
  } */

  /* Icons using background images */
  #confirmFirstName {
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" viewBox="0 0 24 24" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z"/></svg>');
    padding-left: 40px;
  }

  #confirmLastName {
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" viewBox="0 0 24 24" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 12c2.7 0 5-2.3 5-5s-2.3-5-5-5-5 2.3-5 5 2.3 5 5 5zm0 2c-3.3 0-10 1.7-10 5v3h20v-3c0-3.3-6.7-5-10-5z"/></svg>');
    padding-left: 40px;
  }

  #confirmEmail {
    background-image: url('data:image/svg+xml;utf8,<svg fill="gray" viewBox="0 0 24 24" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M12 13L2 6.76V18h20V6.76L12 13zM12 11L2 4h20l-10 7z"/></svg>');
    padding-left: 40px;
  }

  #confirmPhone {
    background-image: url('data:image/svg+xml;utf8,<svg fill="deeppink" viewBox="0 0 24 24" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><path d="M6.6 10.8c1.1 2.1 2.9 3.9 5 5l1.7-1.7c.2-.2.5-.3.7-.2 0 0 1.5.5 2.2.8.6.2 1 .8 1 1.4V20c0 .6-.4 1-1 1-8.8 0-16-7.2-16-16 0-.6.4-1 1-1h3c.6 0 1.2.4 1.4 1 .3.7.8 2.2.8 2.2.1.2 0 .5-.2.7l-1.7 1.7z"/></svg>');
    padding-left: 40px;
  }
}

.kiwibox-image-wrapper {
  position: relative;
}

.kiwibox-count {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 13px;
  padding: 0 8px;
  background: #000;
  color: #fff;
}

.packing-supplies,
.protect-plus,
.load-collect {
  display: flex;
  font-size: 15px;
  align-items: center;
  gap: 10px;
}

.load-collect-icon, .box-icon, .protect-icon{
  height: 30px;
  width: 30px;
}

.variant-summary h3{
  font-size: 16px;
}

.delivery-slot-container,
.quote-row {
  border-bottom: 1px solid #0000001f;
  padding: 16px 24px;
}

.delivery-slot-container {
  display: flex;
}

.delivery-moving {
  width: 50%;
  border-right: 2px solid #0000001f;
}

.slot-book {
  width: 50%;
  padding-left: 24px;
}

.slotsRoot {
  display: none;
}

#step5.form-step.active .slotsRoot {
  display: block;

  .form-steps-container {
    width: 100%;
  }
}

#step5.form-step.active .steps-indicator {
  display: none;
}

#step5 {
  .schedule_wrapper {
    display: flex;
  }

  .calendar_wrapper {
    width: 50%;
  }

  .schedule_time_wrapper {
    width: 50%;
  }
}

#step5 {
  font-family: Arial, sans-serif;
  margin: auto;
}

#datePicker,
#timePicker {
  padding: 10px;
  font-size: 16px;
  width: 264px;
  display: block;
  outline: none;
  box-shadow: none;
  border: 2px solid #60a845;
  border-left: none;
  border-radius: 0;
  background: none;
}

.booking-heading span {
  color: #60a845;
}


.date-time-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.date-book-container,
.time-book-container {
  display: flex;
  margin: 15px 0;
  /* border: 2px solid #60a845; */
  max-width: 308px;
  flex-wrap: wrap;
}

.calendar-image {
  width: 42px;
  align-items: center;
  border: 2px solid #60a845;
  border-right: none;
  border-radius: 0;
  padding: 8px;
}

.time-image {
  width: 43px;
  align-items: center;
  border: 2px solid #60a845;
  border-right: none;
  border-radius: 0;
  padding: 8px;
}

.open-popup,
#open-supplier-popup {
  border: none;
  background: none;
  cursor: pointer;
}

/* Calculator Button and Container */
.calculator-wrapper-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.calculator-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 5px;
  padding: 10px 5px;
  border: 2px solid #64646480;
  border-radius: 20px;
}

.calculator-wrapper:hover {
  border-color: #60a845;
  background-color: #60a845;
}

.calculator-wrapper:hover a {
  color: #fff;
}

.calculator-link {
  display: inline-block;
  color: #60a845;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: normal;
}

.calculator-link:hover {
  color: #5bb32e;
  text-decoration: underline;
}

.img-text-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cal-btn-text {
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: normal;
}

.calculator-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Optional: to limit height */
  background: #fff;
  /* Add background if needed */
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  /* ensure it's on top */
}

.calculator-container.active {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
  overflow: scroll;
}

.hidden {
  display: none;
}

.calculator-close {
  display: inline-block;
  color: #666;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  transition: color 0.3s ease;
  cursor: pointer;
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 999;
}

.calculator-close svg {
  display: flex;
}

.calculator-close:hover {
  color: #333;
  text-decoration: underline;
  background-color: #60a845;
  border-radius: 50px;
}

.calcumate-root-container {
  position: absolute;
  top: 7%;
  width: 100%;
}




/* FAQ CSS  */
/* Floating FAQ Button */
/* #floating-faq-btn {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 999;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
} */
 #floating-faq-btn {
   display: flex;
   /* border-radius: 25px; */
   /* padding: 9px 16px; */
   /* font-size: 15px; */
   font-weight: 500;
   /* text-align: center; */
   cursor: pointer;
   /* transition: 0.3s ease-in-out; */
   /* text-decoration: none; */
   /* height: 40px; */
   align-items: center;
   /* gap: 10px; */
   background: none;
   border: none;
   /* margin-left: 8px; */
 }

/* FAQ Container */
.faq-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 900px) {

  /* #step1 {
    padding-top: 47%;
  } */

  .faq-container {
    max-width: 100%;
    padding: 16px 8px;
    border-radius: 0;
  }
}

.faq-step-title {
  font-size: 27px;
  font-weight: 600;
  color: #222;
}

.faq-group-heading {
  font-size: 21px;
  font-weight: 600;
  color: #60a845;
}

.faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  padding: 16px 20px;
  background: #f8f8f8;
  font-weight: 500;
  font-size: 18px;
  color: #222;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-toggle {
  display: flex;
  align-items: center;
}

.faq-toggle .minus-icon {
  display: none;
}

.faq-item.active .faq-toggle .plus-icon {
  display: none;
}

.faq-item.active .faq-toggle .minus-icon {
  display: block;
}

.faq-answer {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.faq-item.active .faq-answer {
  padding: 16px 20px;
  max-height: 500px;
}

.faq-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-tab {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #60a845;
  border-radius: 25px;
}

.faq-tab.active {
  background: #60a845;
  color: #fff;
}

.faq-group-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-group-content.hidden {
  display: none;
}

.faq-group {
  display: none;
  flex-direction: column;
  gap: 16px;
}

.faq-group.active {
  display: flex;
}

/* End FAQ CSS */

@media screen and (max-width: 899px) {
  .steps-indicator-container {
    display: none;
  }

  .form-steps-container {
    width: 100%;
  }

  .call-btn-text {
    display: none;
  }

  .whatsapp-btn-text {
    display: none;
  }

  .variant-summary img {
    width: 45px;
  }

  .form-container p {
    font-size: 16px;
  }

  #removeBtn,
  #addBtn {
    height: auto;
    min-width: auto;
    border-radius: 50px;
    padding: 10px;
    border: none;
    background-color: #f0f0ef;
  }

  #removeBtn span,
  #addBtn span {
    display: none;
  }

  .removeBtn.btn-icon,
  .addBtn.btn-icon {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .logo-container-1 {
    margin-left: 0;
  }

  .top-buttons a {
    padding: 10px 10px;
    height: auto;
  }

  .form-steps {
    max-width: 100%;
    margin: 0;
  }

  #step4 {
    .step4-child {
      flex-direction: column;
    }

    .step4-address-quote {
      width: 100%;
    }

    .step4-quote-summry {
      width: 100%;
    }

    .service-item,
    .delivery-slot-container,
    .quote-row {
      padding: 8px 10px;
    }

  }

  #step5 {
    .schedule_wrapper {
      display: block;
    }

    .calendar_wrapper,
    .schedule_time_wrapper {
      width: 100%;
    }
  }

  #step0 {
    section {
      padding: 30px;
    }

    .custom-login-container {
      padding: 0;
      background: none;
    }

    .imgBx {
      display: none;
    }

    .custom-login {
      width: 100%;
      padding: 15px;
      margin: auto;
    }
  }
  input.always-show-spinner::-webkit-inner-spin-button,
  input.always-show-spinner::-webkit-outer-spin-button {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .form-container {
    padding: 0 8px;
  }

  .form-heading,
  .booking-heading {
    font-size: 32px;
  }

  .form-steps {
    padding: 32px 0px 8px;
  }

  .multi-step-page {
    margin: 0;
  }

  .header_1 {
    padding: 0 8px;
  }

  .step-title {
    font-size: 18px;
  }

  hr {
    margin: 14px 0;
  }

  .form-title {
    margin-bottom: 16px;
  }

  .yellow-bar {
    margin-top: 16px !important;
  }

  .popup-form {
    padding: 10px;
  }

  .navigation-buttons {
    padding: 40px 0;
  }

  .next-button:hover {
    background-color: #60a845 !important;
    color: #ffffff !important;
  }

  .variant-info-container {
    padding: 16px 12px 8px;
  }

  .variant-block img {
    width: 100%;
    height: 100%;
  }

  #product-popup,
  #supplier-popup,
  #load-collect-popup {
    width: 100%;
  }

  .kiwi-work-video-text {
    font-size: 16px;
  }

  .product-grid,
  .supplier-grid {
    grid-template-columns: auto;
  }

  #step4 {
    .input-container {
      flex: 1 1 50%;
    }
  }

  .heading-with-total-amount {
    padding: 6px 12px;
  }

  .faq-container {
    .faq-step-title {
      font-size: 24px;
    }

    .faq-question {
      font-size: 14px;
      padding: 8px 10px;
    }

    .faq-answer p {
      font-size: 13px;
    }

    .faq-item.active .faq-answer {
      padding: 8px 10px;
    }
  }
}

@media screen and (max-width: 900px) and (min-width: 600px) {

  #product-popup,
  #supplier-popup,
  #load-collect-popup {
    width: 70%;
  }

  .form-steps {
    padding: 40px 16px 16px;
  }
}

@media screen and (min-width: 1440px) {

  #product-popup,
  #supplier-popup,
  #load-collect-popup {
    width: 40%;
  }
}

/* File Upload Previews */
.file-upload-wrapper {

  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 2px solid #60a845;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  border-top: 1px solid #ccc !important;
}

#photoID,
#additionalDocs {
  border: 1px solid #ccc !important;
  border-radius: 8px;
}

.file-upload-wrapper:hover,
.file-upload-wrapper.dragging {
  border-color: #60a845;
  background-color: #f0f9ed;
}

.file-upload-wrapper input[type="file"] {
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  color: #666;
}

.preview-container {
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  position: relative;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#photo-preview-id,
#photo-preview-docs {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

.document-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 6px;
}

.document-icon {
  font-size: 24px;
  color: #60a845;
}

.filename-display {
  font-size: 14px;
  color: #333;
  word-break: break-all;
  max-width: calc(100% - 60px);
}

.remove-photo {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  transition: all 0.2s ease;
}

.remove-photo:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 8px;
  padding: 8px 12px;
  background: #fff5f5;
  border-radius: 4px;
  border-left: 3px solid #dc3545;
  text-align: left;
}

#address-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 8px;
  padding: 8px 12px;
  background: #fff5f5;
  border-radius: 4px;
  border-left: 3px solid #dc3545;
}

.file-types-note {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  line-height: 1.4;
}

/* Custom file input styling */
input[type="file"]::file-selector-button {
  border: 2px solid #60a845;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: white;
  color: #60a845;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  margin-right: 10px;
}

input[type="file"]::file-selector-button:hover {
  background-color: #60a845;
  color: white;
}

/* Add focus styles */
.file-upload-wrapper:focus-within {
  border-color: #60a845;
  /* box-shadow: 0 0 0 3px rgba(96, 168, 69, 0.2); */
  outline: none;
}

@media (max-width: 768px) {
  .file-upload-wrapper {
    padding: 15px;
  }

  .preview-container {
    padding: 10px;
  }

  #photo-preview-id,
  #photo-preview-docs {
    max-height: 150px;
  }

  .document-preview {
    padding: 8px;
    gap: 8px;
  }

  .remove-photo {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
@supports (-webkit-appearance: none) {
  #deliveryLocation {
    font-size: 16px;
  }
  .ga-autocomplete-mobile-input{
    font-size: 16px;
  }
}
.regiondrop {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc !important;
  border-radius: 0;
  background-color: #f5f6f8;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-size: 14px;
  color: #333;
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  border: 2px solid #60a845;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.regiondrop:focus {
  border-color: #3e7c1f;
  outline: none;
}

.extra_surcharge {
  /* margin: 16px 0 8px 0; */
  padding: 10px 16px;
  /* border: 1px solid #e0e0e0; */
  /* border-radius: 6px; */
  /* background: #fafbfa; */
  /* font-size: 1.1em; */
  /* font-weight: 500; */
  color: #222;
  /* display: flex; */
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #0000001f
}

.extra_surcharge .extra-label {
  color: #222;
  /* font-weight: 600; */
  margin-right: 4px;
}

.extra_surcharge .extra-desc {
  color: #e57373;
  /* font-weight: 500; */
  margin-right: 6px;
}

.extra_surcharge .extra-amount {
  color: #60a845;
  /* font-weight: 700; */
  font-size: 1.1em;
  margin-left: 2px;
}

/* FOOTER */
.custom-footer {
  display: block;
  background: #fff;
  border-top: 1px solid #eee;
  font-size: 15px;
  color: #222;
  margin-top: 40px;
}
 
.footer-main {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto 0 auto;
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
 
.footer-logo-col {
  /* flex: 1 1 250px; */
  min-width: 250px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-social-container{
  display: flex;
  flex-direction: column;
  gap: 15px;

  strong{
    font-weight: 600;
  }
}
 
.footer-logo-img {
  width: 120px;
  margin-bottom: 18px;
}
 
/* .footer-links-col {
  flex: 3 1 600px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
} */
 
.footer-links-col>div {
  min-width: 150px;
}
 
.footer-links-col h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
 
.footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
.footer-links-col ul li {
  margin-bottom: 6px;
}
 
.footer-links-col ul li a {
  font-size: 15px;
    line-height: 1.9;
    opacity: 1;
    font-weight: 400;
    text-decoration: none;
    color: #646464;
    transition: 0.3s ease-in-out;
}
 
.footer-links-col ul li a:hover {
  color: #60a845;
  text-decoration: underline;
}
 
.footer-bottom {
  max-width: 1200px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 20px 24px;
  justify-content: center;
}
 
.footer-card-icon {
  display: inline-block;
  margin-right: 8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px #eee;
}

.footer-payments {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 15px;
}

.checkout-trust-images-container{
  max-width: 350px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.safe-checkout-text{
  text-align: center;
  font-weight: 900;
  font-size: 16px;
}

.safe-checkout-images{
  width: 300px;
  display: flex;
  justify-content: center;
}

.trusted-trader-image{
  height: 100px !important;
  margin: auto;
  display: flex;
}
 
.footer-social {
  display: flex;
  gap: 10px;
}
 
.footer-social-icon img {
  display: block;
  border-radius: 50%;
  background: #f7f7f7;
  padding: 2px;
  transition: box-shadow 0.2s;
}
 
.footer-social-icon img:hover {
  box-shadow: 0 2px 8px #60a84544;
}
 
@media (max-width: 900px) {
  .footer-main {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }
 
  .footer-bottom {
    padding: 18px 10px 0 10px;
  }
  .checkout-trust-images-container{
    margin: auto;
  }
}

.customer-info-popup{
  display:none; 
  position:fixed; 
  top:0; 
  left:0; 
  width:100vw; 
  height:100vh; 
  background:rgba(0,0,0,0.8); 
  z-index:9999; 
  align-items:center; 
  justify-content:center;
} 

.popup-content{
  margin:auto 20px; 
}

/* Close Customer Info Popup Button Styles */
#close-customer-info-popup {
  display: block;
  text-align: center;
  border: 1px solid #e6f4d4;
  padding: 3px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 0;
  z-index: 10;
}

#close-customer-info-popup svg {
  display: block;
  margin: 0 auto;
}

#close-customer-info-popup:focus {
  outline: 2px solid #60a845;
  outline-offset: 2px;
}

#close-customer-info-popup:hover svg line {
  stroke: #60a845;
}

.customer-info-form-with-image{
  display: flex;
  width: 100%;
  max-width: 900px;
  padding: 40px 40px 40px 0;
  background-color: #e6f4d7;
  border-radius: 20px;
  margin: auto;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.imgbox{
  width: 50%;
}

.imgbox .kiwi-logo{
  width: 100%;
  height: 100%;
}

.customer-info-form-container{
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  width: 50%;
  max-width: 425px;

  h3{
    margin-bottom:18px;
    color: #60a845;
    font-size: 16px;
    line-height: 2.2;
  }

  #customer-info-form .input-container{
    margin: 0;
  }

  #customer-info-form .input-container input{
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 15px;
    border: 1px solid #60a845;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #60a845;
    font-size: 14px;
    outline: none;
    transition: background 0.3s ease;
  }

  #customer-info-form .input-container input::placeholder{
    color: #60a845;
  }

  #customer-info-form #customer-info-submit{
    margin-top:16px; 
    width:100%; 
    background:#60a845; 
    color:#fff; 
    border:none; 
    padding:16px 0; 
    border-radius:50px; 
    font-size:16px;
    font-weight: 600;
  }
  #customer-info-form #customer-info-submit:hover{
      background-color: #ffffff;
      color: #60a845;
      border: 2px solid;
      transition: 0.7s;
  }
}

@media screen and (max-width: 768px) {
  .customer-info-popup{
    background: #60a845;

    .popup-content{
      padding: 0;
      margin: 0 20px;
      flex-direction: column;
      background: none;
      box-shadow: none;
    }
    .imgbox{
      display: none;
    }
    .customer-info-form-container{
      width: 100%;
      margin: auto;
      padding: 20px;
    }
    .header_text{
      max-width: 425px;
    }
    .customer-info-form-with-image{
      padding: 0;
      background-color: transparent;
      box-shadow: none;
    }
  }
}