.sbs-contact-section__map-block {
  /* width: 100%;
  max-width: 220px;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center; */
  flex: 1;
}
.sbs-contact-section__map-img {
  /* width: 100%; */
  max-width: 365px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 16px rgba(0,0,0,0.08));
}
.sbs-contact-form__slider {
  width: 100%;
  height: 32px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.sbs-contact-form__slider-track {
  width: 100%;
  height: 8px;
  background: #ffd100;
  border-radius: 8px;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}
.sbs-contact-form__slider-thumb {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 3px solid #ffd100;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,209,0,0.2);
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.sbs-contact-form__slider-thumb:hover {
  box-shadow: 0 0 0 6px rgba(255,209,0,0.3);
  border-color: #ffb600;
}
.sbs-contact-form__budget-label-dynamic {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 18px;
  color: #111;
  background: #fff;
  padding: 0 8px;
  border-radius: 4px;
  z-index: 4;
  border: 1px solid #ffd100;
  min-width: 48px;
  text-align: center;
  font-weight: 600;
}
/* Contact Section Layout (Figma 1139:236) */
.sbs-contact-section {
  width: 100%;
  background: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 611px;
}
.sbs-contact-section__container {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.sbs-contact-section__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  background: #000;
}
.sbs-contact-section__map-block {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sbs-contact-section__map-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 16px rgba(0,0,0,0.08));
}
.sbs-contact-section__map-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  margin-left: 390px;
}
.sbs-contact-section__title {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 30px;
  width: 361px;
}
.sbs-contact-section__desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
  max-width: 409px;
  height: 76px;
  display: flex;
  align-items: center;
}
.sbs-contact-section__form {
  flex: 1 1 55%;
  max-width: 55%;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 0;
  background: #fff;
}

/* Contact Info Block */
.sbs-contact-section__contact-info {
  margin-top: 24px;
  border-left: 4px solid #ffd100;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sbs-contact-info-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sbs-contact-info__label {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 24px;
}
.sbs-contact-info__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
}
.sbs-contact-info__text a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.sbs-contact-info__text a:hover {
  color: #ffd100;
}
.sbs-contact-info__hotline {
  margin-top: 16px;
}
.sbs-contact-info__hotline-btn {
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s;
  max-width: fit-content;
}
.sbs-contact-info__phone-icon {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  flex-shrink: 0;
  min-width: 48px;
}
.sbs-contact-info__phone-icon img,
.sbs-contact-info__phone-icon svg {
  width: 24px;
  height: auto;
  display: block;
  color: #000;
}
.sbs-contact-info__hotline-text {
  background: #ffd100;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 28px;
}
.sbs-contact-info__hotline-btn:hover .sbs-contact-info__hotline-text {
  background: #ffb600;
}

@media (max-width: 900px) {
  .sbs-contact-section__contact-info {
    margin-top: 16px;
    padding-left: 24px;
  }
}
@media (max-width: 900px) {
  .sbs-contact-section__container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .sbs-contact-section__info, .sbs-contact-section__form {
    max-width: 100%;
    padding: 0 8px;
  }
}
/* .sbs-contact-form__budget-bar-bg {
  background: #cdcdcd;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  height: 32px;
  width: 100%;
  position: relative;
  margin-top: 16px;
  display: flex;
  align-items: center;
} */
.sbs-contact-form__budget-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #ffd100;
  border-radius: 8px;
  outline: none;
  /* margin: 0 0 0 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 12px; */
}
.sbs-contact-form__budget-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ffd100;
  box-shadow: 0 0 0 4px rgba(255,209,0,0.2);
  cursor: pointer;
  z-index: 3;
}
.sbs-contact-form__budget-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ffd100;
  box-shadow: 0 0 0 4px rgba(255,209,0,0.2);
  cursor: pointer;
  z-index: 3;
}
.sbs-contact-form__budget-range::-ms-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #ffd100;
  box-shadow: 0 0 0 4px rgba(255,209,0,0.2);
  cursor: pointer;
  z-index: 3;
}
.sbs-contact-form__budget-range::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 8px;
  background: #ffd100;
}
.sbs-contact-form__budget-range::-ms-fill-lower {
  background: #ffd100;
  border-radius: 8px;
}
.sbs-contact-form__budget-range::-ms-fill-upper {
  background: #ffd100;
  border-radius: 8px;
}
.sbs-contact-form__budget-range:focus {
  outline: none;
}
.sbs-contact-form__budget-value {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 18px;
  color: #111;
  background: #fff;
  padding: 0 8px;
  border-radius: 4px;
  z-index: 4;
  border: 1px solid #ffd100;
  min-width: 48px;
  text-align: center;
}
.sbs-contact-form__budget-point {
  position: absolute;
  top: 24px;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 16px;
  color: #111;
  background: transparent;
  padding: 0 4px;
  border-radius: 4px;
  z-index: 2;
  white-space: nowrap;
}
.sbs-contact-form__budget-point--left {
  left: 0;
}
.sbs-contact-form__budget-point--mid {
  left: 30%;
}
.sbs-contact-form__budget-point--right {
  right: 0;
}
/* SBS Contact Form Component Styles
   Standalone, reusable, not affected by global styles
   Prefix: .sbs-contact-form-
*/
.sbs-contact-form-wrapper {
  max-width: 496px;
  margin: 0 auto;
  background: #fff;
  border: 1.5px solid #ffb600;
  border-radius: 10px;
  padding: 32px 24px 24px 24px;
  box-sizing: border-box;
  position: relative;
}
.sbs-contact-form__header {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
}
.sbs-contact-form__divider {
  width: 90%;
  height: 2px;
  background: #ffb600;
  border-radius: 9999px;
  margin: 0 auto 24px auto;
}
.sbs-contact-form__header h2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #111827;
  letter-spacing: 0.6px;
  margin: 0;
}
.sbs-contact-form__row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.sbs-contact-form__field {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px 16px 8px 16px;
  position: relative;
}
.sbs-contact-form__field label {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  font-weight: 400;
}
.sbs-contact-form__field input {
  font-size: 16px;
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-family: inherit;
  color: #222;
  padding: 0;
  margin: 0;
}
.sbs-contact-form__field--full {
  flex: 1 1 100%;
}
.sbs-contact-form__required {
  color: #ffb600;
  font-weight: bold;
}
.sbs-contact-form__footer {
  text-align: center;
  margin-top: 32px;
  position: relative;
}
.sbs-contact-form__submit {
  background: #ffd100;
  color: #000;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 8px 32px 8px 24px;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  min-width: 102px;
  min-height: 38px;
}
.sbs-contact-form__submit:hover {
  background: #ffb600;
  opacity: 0.9;
}
.sbs-contact-form__icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}
.sbs-contact-form__back {
  margin-top: 16px;
  color: #3f3f3f;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

/* Budget bar styles */
.sbs-contact-form__budget-bar {
  margin: 32px 0 0 0;
  position: relative;
}
.sbs-contact-form__budget-label {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
/* .sbs-contact-form__budget-bar-bg {
  background: #cdcdcd;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  height: 8px;
  width: 100%;
  position: relative;
  margin-top: 16px;
} */
.sbs-contact-form__budget-bar-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  width: 100%;
  background: transparent;
  border-radius: 8px;
  z-index: 1;
}
.sbs-contact-form__budget-point {
  position: absolute;
  top: -28px;
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 18px;
  color: #111;
  background: #fff;
  padding: 0 4px;
  border-radius: 4px;
  z-index: 2;
  white-space: nowrap;
}
.sbs-contact-form__budget-point--left {
  left: 0;
}
.sbs-contact-form__budget-point--mid {
  left: 30%;
}
.sbs-contact-form__budget-point--right {
  right: 0;
}
.sbs-contact-form__budget-pointer {
  position: absolute;
  top: -10px;
  left: 30%;
  width: 23px;
  height: 22px;
  z-index: 3;
}
