
  .p-4 {
    padding: calc(0.8 * 4rem);
  }
  
  .align-items-center {
    align-items: center;
  }
  
  .align-items-start {
    align-items: flex-start;
  }
  
  .d-flex {
    column-gap: calc(1.5rem * 2);
    display: flex;
  }
  
  .d-block {
    display: block;
  }
  
  .flex-1 {
    flex: 1 1 0%;
  }
  
  .justify-center {
    justify-content: center;
  }
  
  .mb-3 {
    margin-bottom: calc(0.8 * 3rem);
  }
  
  .mt-1 {
    margin-top: calc(0.8 * 1rem);
  }
  
  .mt-3 {
    margin-top: calc(0.8 * 3rem);
  }
  
  .mt-4 {
    margin-top: calc(0.8 * 4rem);
  }
  
  .progress-form {
    background-color: hsl(0, 0%, 100%);
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0, 0, 0, 10%), 0 1px 2px -1px rgb(0, 0, 0, 10%);
  }
  
  .progress-form__tabs {
    column-gap: 0;
  }
  
  .progress-form__tabs-item {
    display: block;
    background-color: transparent;
    border: 0;
    border-top: 5px solid hsl(212, 33%, 89%);
    color: hsl(209, 23%, 60%);
    text-align: left;
  }
  
  .progress-form__tabs-item[aria-selected="true"] {
    color: hsl(0deg 0% 0%);
  }

  .progress-form__tabs-item::before {
    background-color: hsl(0deg 0% 0%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    transition: width 0.2s ease-in-out;
    width: 0;
}

.progress-form__tabs-item[aria-selected="true"]::before {
  width: 50%;
}

.progress-form__tabs-item {
  background-color: transparent;
  border: 0;
  border-top: 5px solid hsl(212, 33%, 89%);
  border-radius: 0;
  color: hsl(210, 10%, 30%); /* Assuming var(--blue-900) translates to this */
  display: none;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.4;
  position: relative;
  text-align: left;
  text-shadow: none;
  transition: color 0.2s ease-in-out;
  white-space: normal;
}

.progress-form__tabs-item:hover {
  background: unset !important;
  color: unset;
  border-color: #dae2ec;
}
.progress-form__tabs-item:focus {
  background-color: unset;
}
.progress-form__tabs-item:focus-visible {
  box-shadow: none;
}

.progress-form__tabs-item[data-complete="true"]::before {
  width: 100%;
}

  .sm:d-none {
    display: none;
  }
  
  .sm:d-grid {
    display: grid;
  }
  
  .sm:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .sm:justify-end {
    justify-content: flex-end;
  }
  
  .sm:mb-5 {
    margin-bottom: calc(0.8 * 5rem);
  }
  
  .sm:mt-0 {
    margin-top: 0;
  }
  
  .sm:mt-3 {
    margin-top: calc(0.8 * 3rem);
  }
  
  .sm:mt-5 {
    margin-top: calc(0.8 * 5rem);
  }
  
  .step {
    font-size: 14px;
    text-transform: uppercase;
    color: hsl(209, 22%, 49%);
  }
  
  .form__choice-wrapper {
    display: grid;
    column-gap: 1.5rem;
    grid-template-columns: min-content 1fr;
  }
  
  .form__field {
    margin-bottom: 1rem;
  }
  
  #progress-form {
    display: block;
  }
  
  #progress-form__panel-1 {
    display: block;
  }
  
  #progress-form__tab-1 {
    display: inline-block;
  }
  
  #progress-form__tab-2 {
    display: inline-block;
  }
  
  #progress-form__tab-3 {
    display: inline-block;
  }
  
  #first-name,
  #last-name,
  #email-address,
  #phone-number {
    display: block;
    width: 100%;
    border: 1px solid hsl(210, 31%, 80%);
    padding: 0.8rem;
  }
  
.project-categories-wrap.active .project-category-item{
  height: 110px;
}
.project-category-item {
    height: 190px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    transition: .3s all ease;
}
.project-category-item label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.project-category-item input[type="radio"] {

}
.project-category-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.item-card-overlay {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.item-card-overlay h3{
    color: #fff;
    font-size: 25px !important;
}
.item-card-overlay {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgb(0 0 0 / 57%) 35%, rgb(0 0 0 / 21%) 100%);
}
.project-single-item {
  height: 210px;
  overflow: hidden;
}
.project-single-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.lighbox-caption {
  text-align: center;
  color: #fff;
}
.lighbox-caption h3{
  font-size: 27px !important;
}

/* Accordion */
.accordion-item button{
  line-height: 1.3;
  box-shadow: none;
  
}
.accordion-item button:focus{
  box-shadow: none;
}
.accordion-item  .accordion-header{
  margin-bottom: 0;
}
.accordion-item  h3.acc-title {
  font-size: 24px;
}
.accordion-card-item {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  position: relative;
}
.accordion-card-item label{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}
.acc-card_checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}  
.acc-card-content{
  padding: 20px;
}
.acc-card-image{
  width: 300px;
  overflow: hidden;
}
.acc-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion-card-item-inner {
  gap: 10px;
}
.select-population-wrp {
  padding: 15px;
  border: 1px solid #dee2e6!important;
  border-radius: 8px;
  margin-bottom: 20px;
}
.s_populated-item {
  display: inline-flex;
  padding: 10px 20px;
  background: #000000;
  border-radius: 30px;
  color: #fff;
  gap: 10px;
  cursor: pointer;
}
.form__field label{
  margin-bottom: 5px;
}
.form__field input,
.form__field select {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: .375rem .75rem;
}
.form__error-text{
  font-size: 13px;
  color: red;
}

.form__field input[aria-invalid="true"]{
  border: 1px solid red;
}

.tabpanel{
  width: 90%;
  margin: 0 auto;
}

.estimate-price-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f6f6f6;
  padding: 15px 30px 15px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.es-info h2 {
  font-size: 24px;
}
.es-info p {
  margin-bottom: 10px;
}
.navigator-buttons{
  margin-top: 30px;
}

.navigator-buttons button {
  padding: 12px 30px;
  border-radius: 8px;
}

.carousel-control {
  background-color: unset !important;
}
.carousel-control span.carousel-control-prev-icon {
  background-color: red;
  color: white;
  padding: 25px;
  border-radius: 25px;
}

.tabpanel-header {
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 12px;
}
/* .tabpanel-header { */
.project-content-wrapper {
  border-top: 1px solid #e5e5e5;
}
.project-content-wrapper{
  display: none;
}

button.disabled,
.button:disabled {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.25;
    pointer-events: none;
}

.table_project_options {
  padding: 5px 10px;
  background: #000000;
  display: inline-flex;
  margin-right: 5px;
  border-radius: 30px;
  color: #fff;
}