@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");

/* body {
  background-color: red;
} */
/* Font & Color */

:root {
  --primary-color: #331e11;
  --bg-color-dark: #e8e5dc;
  --bg-color-light: #fafafa;
  --btn-font-color: #9f9066;
  --error-text: #860b0b;
  --err-bg: #ffe2d6;
  --pltt1: #fff !important;
  --pltt2: #371d0f !important;
  --pltt3: #000 !important;
  --pltt4: #a29060 !important;
}

.fw-light {
  font-weight: 300;
}
.fw-medium {
  font-weight: 500;
}

.bg-light {
  background-color: var(--bg-color-light);
}
.bg-semidark {
  background-color: var(--bg-color-dark);
}
.primary-color {
  color: var(--primary-color);
}
.heebo-light {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}

.heebo-regular {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
}

.heebo-medium {
  font-family: "Heebo", sans-serif;
  font-weight: 600;
}

.heebo-bold {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
}
.residential-trash-form {
  font-family: "Heebo", sans-serif;
}
.trash-form-header {
  font-size: 16px;
  text-transform: uppercase;
}
.residential-trash-form img {
  width: 100%;
}
.success-text > p:first-child {
  font-size: 1.45rem;
  color: #004b00;
}
.step-heading.steps-heading-thankyou {
  position: relative;
  font-size: 1.75rem;
  font-weight: 600;
  padding-top: 40px;
}

.step-heading #amountToPay {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
}

.step-heading.steps-heading-thankyou::before {
  position: absolute;
  top: 0;
  content: "";
  background: url("../images/check.png") no-repeat;
  background-size: cover;
  left: 50%;
  margin-left: -10px;
  width: 32px;
  height: 32px;
}

.step-heading {
  font-size: 1.563rem;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  color: var(--primary-color);
}
.step-heading.steps-heading-thankyou {
  font-size: 1.75rem;
}

.step-heading.steps-heading-thankyou ~ .step-subheading {
  font-size: 16px;
}

.step-subheading {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
}

.form-header {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}

.button-container {
  gap: 0 15px;
}

.disabled-cta {
  font-family: "Heebo", sans-serif;
  background-color: #bdb7ab !important;
  color: #4b4643 !important;
  font-size: 17px;
  border-radius: 2px;
  border: none;
  padding: 10px 32px;
  font-weight: 500;
  /* margin-top: 20px; */
  /* pointer-events: none; */
  /* cursor: not-allowed !important; */
}

.cta-button {
  position: relative;
  min-width: 136px;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  background-color: var(--primary-color);
  font-size: 17px;
  color: var(--btn-font-color);
  text-transform: uppercase;
  font-family: "Heebo";
}

.active-btn {
  font-family: "Heebo", sans-serif;
  background-color: var(--primary-color);
  color: var(--btn-font-color);
  font-size: 17px;
  border-radius: 2px;
  border: none;
  padding: 10px 32px;
  font-weight: 500;
}

.cta-button.btn-back {
  padding: 8px 10px 8px 45px;
}
.cta-button.btn-back::after {
  left: 10px;
  transform: rotate(0);
}

.cta-button.btn-next {
  padding: 8px 45px 8px 10px;
}
.cta-button.btn-next::after,
.cta-button.autopay-btn::after {
  right: 10px;
}
.cta-button.btn-next#showCardFormBtn {
  padding: 8px 40px 8px 15px;
}
.cta-button.btn-no-icon {
  padding: 8px 40px;
}
.btn-no-icon::after {
  display: none;
}

.cta-button::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 12px;
  background-image: url(../../img/polygon.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.Aligner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.print-btn {
  padding-right: 50px;
}
.print-btn.cta-button::after {
  margin-left: 20px;
}

.print-btn.cta-button:hover {
  background-color: var(--primary-color) !important;
  color: var(--btn-font-color) !important;
}

/* HEADER */

.iws-newDesign .navbar.navbar-expand {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.iws-newDesign .navbar-toggler:focus {
  box-shadow: none !important;
}
.iws-newDesign header {
  background-color: var(--pltt4);
}

.iws-newDesign .altNav li a:hover {
  color: var(--pltt2);
  text-decoration: unset;
  transition: 0.3s ease-in-out;
}
.iws-newDesign .altNav li a.exNav {
  color: var(--pltt2) !important;
}
.iws-newDesign header li a,
.iws-newDesign li a:hover {
  color: var(--pltt1) !important;
  transition: 0.3s ease-in-out;
}

.iws-newDesign header,
.iws-newDesign li a,
.iws-newDesign p {
  font-family: "Heebo";
}
.iws-newDesign .navbar-nav li a {
  display: block;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Heebo";
  color: var(--pltt2) !important;
  font-variant-caps: all-small-caps;
  font-size: 14pt;
  font-weight: 700;
}

.iws-newDesign .navbar-nav li a:hover {
  color: var(--pltt1) !important;
}
.iws-newDesign .altNav li a:hover {
  color: var(--pltt2) !important;
}
.iws-newDesign .altNav li a {
  color: var(--pltt1) !important;
  font-variant-caps: all-small-caps;
  font-size: 14pt;
  font-weight: 700;
  padding: 0px 10px;
}

.iws-newDesign header button {
  background-color: var(--pltt2);
  border: none;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: 700;
  color: var(--pltt4);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.iws-newDesign header button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: var(--pltt2);
  transition: 0.3s ease-in-out;
}

.iws-newDesign header .container .col-md-2,
.iws-newDesign header .container .row .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.iws-newDesign header a:last-child button {
  margin-right: 15px !important;
}

#mobilebackground a img {
  max-height: 100px;
}

#mobilebackground {
  background-image: url(https://indianawasteservice.com/images/IndexHero.jpg);
  background-size: 100% !important;
  background-position: center;
  background-size: cover !important;
}
/* HEADER */

/* FOOTER */
#sectionInt p {
  font-family: "Heebo";
}

form.residential-trash-form .form-label,
#paymentForm .form-label {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
}

.success-info {
  text-align: center;
  color: #270;
  font-weight: 600;
  font-size: 1.4rem;
}

form.residential-trash-form input.form-control,
form#paymentForm input.form-control {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  height: 47px;
  font-family: "Heebo";
}

form#paymentForm .detected-card p {
  position: absolute;
  right: 10px;
  top: 0;
  padding: 6px 6px;
  margin-top: 8px;
  background-color: var(--primary-color);
  color: #fff;
  font-family: "Heebo";
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
  max-width: 100px;
  min-width: 80px;
}
.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid var(--primary-color);
  border-bottom-color: var(--pltt4);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

form#paymentForm .error {
  color: #dc3545;
  font-family: "Heebo";
  font-size: 13px;
  margin-top: 5px;
  font-weight: 500;
}

form.residential-trash-form .label-address.form-label {
  /* font-size: 16px;
  font-weight: 500; */
  /* text-transform: uppercase; */
}
form.residential-trash-form .label-terms.form-label {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.terms-condition {
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  height: 96px;
  font-family: "Heebo";
  overflow-y: scroll;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
}
.terms-condition > p {
  margin-bottom: 0.4em;
}
.terms-condition ul {
  margin-bottom: 0;
}
.step .sub-text {
  font-size: 14px;
  font-weight: 300;
  color: var(--primary-color);
}
.small-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.xs-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
}

.step-3 .xs-text {
  padding-left: 5px;
  display: block;
}

.error-txt,
.err-field {
  color: var(--error-text);
}
form.residential-trash-form .form-label.err-label {
  color: var(--error-text) !important;
}
.err-field {
  background-color: var(--err-bg);
  background-image: url(./img/err-icon.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

.border-bottom {
  border-bottom: 1px solid var(--primary-color) !important;
}

.conditional-text {
  max-width: 400px;
  margin: 15px auto 30px;
}
.conditional-text .xs-text,
#amountToPay .xs-text {
  font-size: 14px;
}
#amountToPay .xs-text {
  line-height: 1.2rem;
}
.monthly-pickup {
  font-weight: 500;
}

.step-3 > .row {
  --bs-gutter-x: 0;
  margin-left: auto;
  margin-right: auto;
}
.step-3 .bg-semidark {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

form.residential-trash-form
  .form-check-input[type="checkbox"]
  + .form-check-label {
  position: relative;
}

form.residential-trash-form .form-check-label {
  /* position: relative;
  display: block;
  font-size: 14px;
  color: var(--primary-color);
  font-family: "Heebo", sans-serif;
  font-weight: 400; */
  position: relative;
  /* display: flex; */
  display: block;
  align-items: center;
  font-size: 14px;
  color: var(--primary-color);
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 0px;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.5) !important;
}
form.residential-trash-form .form-check-input[type="checkbox"] {
  /* --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath d='M2.5 13.122L10.2609 21L23.5 2' stroke='%23331E11' stroke-width='5'/%3E%3C/svg%3E") !important; */
  position: relative;
  --bs-form-check-bg-image: none !important;
  background-color: #fff;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 10px;
  border-radius: 0;
  border: 2px solid var(--primary-color);
}

form.residential-trash-form .form-check-input[type="checkbox"] + .tickmark {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath d='M2.5 13.122L10.2609 21L23.5 2' stroke='%23331E11' stroke-width='5'/%3E%3C/svg%3E");
  top: -8px;
  left: -20px;
  display: none;
  background-repeat: no-repeat;
}

/* form.residential-trash-form
  .form-check-input[type="radio"]
  + .form-check-label::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' fill='%23331E11'/%3E%3C/svg%3E");
  top: 4px;
  left: -20px;
  display: none;
  background-repeat: no-repeat;
} */

form.residential-trash-form .form-check-input[type="checkbox"]:checked {
  border: 2px solid var(--primary-color);
  background-color: #fff !important;
}

form.residential-trash-form
  .form-check-input[type="checkbox"]:checked
  + .tickmark {
  display: block;
}

form.residential-trash-form
  .form-check-input[type="radio"]:checked
  + .form-check-label::before {
  display: block;
}
form.residential-trash-form .form-check {
  margin-bottom: 0.4rem;
}

form.residential-trash-form .form-check-input[type="radio"] {
  /* --bs-form-check-bg-image: none; */
  appearance: none;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  border: 2px solid var(--primary-color);
}

/* form.residential-trash-form .form-check-input[type="radio"] {
  border: 2px solid transparent;
} */

form.residential-trash-form .form-check-input[type="radio"]:checked {
  /* border: 2px solid var(--primary-color);
  background-color: #fff !important; */
  content: "";
  /* position: absolute; */
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  /* top: -6px;
  left: -6px; */
  border: 2px solid var(--primary-color);
}

.flatpickr-day.selected {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: #e8e5dc !important;
}

.flatpickr-months {
  background: #9f9066;
  padding: 30px;
  height: 110px;
}
.flatpickr-current-month {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
}
/* form.residential-trash-form .form-check-input[type="radio"] {
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0px;
} */
.checkmark {
  position: absolute;
  top: 4px;
  /* top: 14px; */
  right: 0;
  bottom: 0;
  left: -17px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: none;
}

/* span.annual_billing.checkmark {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: -17px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: none;
} */

form.residential-trash-form
  .form-check-input[type="radio"]:checked
  + .checkmark {
  display: block;
}
.form-check-input:focus {
  box-shadow: none !important;
}

/* Flatpicker */

.flatpickr-months {
  background: #9f9066;
  padding: 30px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
  top: 30px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  height: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month {
  width: auto;
  padding-top: 0;
  padding-right: 0px;
  padding-left: 0;
  height: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #9f9066 !important;
  font-family: "Heebo";
  font-size: 20px;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #fff !important;
}
.flatpickr-months .flatpickr-month {
  height: 70px;
}
.flatpickr-innerContainer {
  padding: 30px 0;
}

span.flatpickr-weekday {
  color: rgba(57, 57, 57, 0.3);
  font-family: "Heebo";
  font-weight: 500;
}

.flatpickr-day {
  font-family: "Heebo";
  color: #000;
}

.info-window {
  padding: 8px;
  border-radius: 4px;
}

/* .not-serviceable {
    background-color: #df3434ff;
  }

  .serviceable {
    background-color: #3bc23bff;
  } */

.served-text,
.custom-info-window {
  color: #fff;
  font-weight: bold;
}

.steps-bar span {
  flex-grow: 1;
  text-align: center;
  padding: 10px 0;
  background: #eee;
  border-radius: 5px;
  margin-right: 5px;
  transition: background 0.3s;
  cursor: pointer;
}

.steps-bar .active {
  background: #007bff;
  color: #fff;
  font-weight: bold;
}

.step {
  /* display: none; */
  /* visibility: hidden; */
}

.step.active-step {
  /* display: block; */
  /* visibility:visible;
      animation: fadeIn 0.3s ease-in-out; */
}

.step {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
}

.step.active-step {
  visibility: visible;
  height: auto;
  position: static;
  opacity: 1;
  z-index: 1;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 15px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}

.toast-success {
  background-color: #fff !important;
  color: green !important; /* Optional: a warning text color */
  border-left: 10px solid green;
}

/* White background and dark text for warning toasts */
.toast-warning {
  background-color: #fff !important;
  color: #d8000c !important; /* Optional: a warning text color */
  border-left: 10px solid #d8000c;
}

/* Orange progress bar for warning toasts */
.toast-warning .toast-progress {
  background-color: orange !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#map {
  height: 500px;
  width: 100%;
  margin-top: 20px;
}

/* Hide the close button inside InfoWindow */
.gm-style-iw button.gm-ui-hover-effect {
  display: none !important;
}

/* Style for the custom inner content */
.custom-info-window {
  background-color: #df3434ff;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
}

/* This targets the actual container Google uses */
.gm-style-iw {
  padding: 0 !important;
  border-radius: 8px !important;
}

/* Optional: remove default white background shadow */
.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-chr {
  display: none;
}
.serviceable {
  /*background-color: #3bc23bff;*/
  background-color: #1d7e1d;
}
.not-serviceable {
  background-color: #df3434ff;
}

.home-page.iws-newDesign {
  min-height: calc(100vh - 62px);
}

.thankyou-msg {
  font-size: 1.375rem;
  margin-top: 20px;
  color: green;
  text-align: center;
  font-weight: 500;
}

.received-info p:first-child {
  font-size: 1.375rem;
  font-weight: 500;
}

#paymentForm input.form-control {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  height: 47px;
}

.card-logos {
  width: 140px;
  display: block;
  margin-left: auto;
  border-radius: 6px;
  border: 1px solid var(--pltt4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

/* #paymentForm #loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #a290609c;
  padding: 40px;
  height: 100%;
  color: var(--pltt2);
  width: 100%;
} */

#loading {
  margin: auto;
  text-align: center;
}

#paymentForm #cardNumber,
#paymentForm .card-number-container {
  position: relative;
}

#paymentForm #submitBtn {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 8px 45px;
  text-transform: uppercase;
  font-family: "Heebo";
}

#paymentForm .security-notice {
  font-family: "Heebo";
  text-align: center;
  color: #6c757d;
  font-size: 0.9rem;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 5px;
}

.click-link {
  color: var(--primary-color);
  font-weight: 600;
}

.click-link:hover {
  color: #000;
}

#card-payment-step .conditional-text {
  max-width: 500px;
}

.e-bill-info {
  font-size: 18px !important;
  margin-bottom: 0;
}

#billingFields h4.trash-form-header {
  margin-left: 2px;
}

.total-chrgs {
  font-weight: 600;
  padding-top: 6px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .iws-newDesign .navbar-nav li a {
    font-size: 12pt;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 992px) {
  /* .iws-newDesign .container-sm-12 {
    padding-left: 0 !important ;
    padding-right: 0 !important;
  } */
  #mobilebackground a img {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #paymentForm .form-label {
    font-size: 13px;
  }
  .conditional-text .step-heading {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 580px) {
  .step-heading {
    max-width: 340px;
    margin: auto;
  }
  .step-subheading {
    max-width: 400px;
  }
  .conditional-text .step-heading {
    font-size: 1.3rem;
    max-width: 400px;
  }

  form.residential-trash-form .form-check-label {
    display: block;
  }
  .step-heading.steps-heading-thankyou {
    font-size: 1.5rem;
  }
  .success-text > p:first-child {
    font-size: 1.1rem;
  }
  .thankyou-msg {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .conditional-text .step-heading {
    font-size: 1.25rem;
  }
}
