.quote-section {
    padding: 60px 20px;
    color: #fff;
}

.quote-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.quote-form {
    flex: 1 1 700px;
    color: #333;
    padding: 2rem;
    border-radius: 12px;
    text-align: left;
}

.quote-result {
    flex: 1 1 100px;
    color: #333;
    padding: 2rem;
    border-radius: 12px;
}

.quote-form h2,
.quote-result h2 {
    color: #1f3c88;
    margin-bottom: 1rem;
}

.quote-form label{
    text-align: left;
    
}
.quote-form label,
.quote-form select,
.quote-form input {
    display: block;
    margin-bottom: 1.7rem;
    width: 100%;
    font-size: 1.3rem;
}

fieldset {
    border: none;
    margin-bottom: 1rem;
}

fieldset label {
    display: block;
    margin-bottom: 0.5rem;

}

.quote-section button {
    background-color: #A8CFA3;
    color: #000;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}



#quoteResult {
    width: 300px;
    height: 300px;
background:linear-gradient(135deg, #D9EBD3,#A8CFA3);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 3rem;
}

/* Responsivo */
@media (max-width: 768px) {
    .quote-wrapper {
        flex-direction: column;
    }
  
}

.slider-group {
    margin-bottom: 2rem;
}

.slider-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1f3c88;
}

input[type="range"] {
    width: 100%;
    height: 8px;
background:linear-gradient(135deg, #D9EBD3,#A8CFA3);
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin-bottom: 1rem;
}

#bathroomRange::-webkit-slider-thumb {
    
    background: url('/images/bathroom.png') center center no-repeat;
    background-size: 70%;
    -webkit-appearance: none;
  appearance: none;
  width: 40px;       /* más ancho */
  height: 60px;      /* más alto */
 border-radius: 50%; /* forma de gota invertida */
  cursor: pointer;
  position: relative;
  top: -10px;

}
#bedroomRange::-webkit-slider-thumb {
    
    background: url('/images/bedroom.png') center center no-repeat;
    background-size: 70%;
    -webkit-appearance: none;
  appearance: none;
  width: 40px;       /* más ancho */
  height: 60px;      /* más alto */
 border-radius: 50%; /* forma de gota invertida */
  cursor: pointer;
  position: relative;
  top: -6.5px;

}
#sqftRange::-webkit-slider-thumb {
    
    background: url('/images/feets.png') center center no-repeat;
        background-size: 70%;

    -webkit-appearance: none;
  appearance: none;
  width: 30px;       /* más ancho */
  height: 30px;      /* más alto */
 border-radius: 50%; /* forma de gota invertida */
  cursor: pointer;
  position: relative;
      top: -7px;


}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #A8CFA3;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -10px;
    /* eleva el thumb sobre el track */
    clip-path: path("M14 0 C22 0 28 10 14 40 C0 10 6 0 14 0 Z");
    background: url('/images/calendar.png') center center no-repeat;

}

.dropdown-el {
  margin-top: 1vh;
  min-width: 20em;
  position: relative;
  display: inline-block;
  margin-right: 1em;
  min-height: 2em;
  max-height: 2em;
  overflow: hidden;
  top: 0.5em;
  cursor: pointer;
  white-space: nowrap;
  color: #444;
  outline: none;
  border: 0.06em solid transparent;
  border-radius: 1em;
  background-color: #e6ebf7;
  transition: all 0.3s ease-in-out;
}

.dropdown-el input {
  width: 1px;
  height: 1px;
  display: inline-block;
  position: absolute;
  opacity: 0.01;
}

.dropdown-el input:focus + label {
  background: #def;
}

.dropdown-el label {
  border-top: 0.06em solid #d9d9d9;
  display: block;
  height: 2em;
  line-height: 2em;
  padding-left: 1em;
  padding-right: 3em;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease-in-out;
  font-size: 1rem;
}

.dropdown-el label:nth-child(2) {
  margin-top: 2em;
  border-top: 0.06em solid #d9d9d9;
}

.dropdown-el input:checked + label {
  display: block;
  border-top: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.dropdown-el input:checked + label:nth-child(2) {
  margin-top: 0;
  position: relative;
}

.dropdown-el::after {
  content: "";
  position: absolute;
  right: 0.8em;
  top: 0.9em;
  border: 0.3em solid #1f3c88; 
  border-color: #1f3c88 transparent transparent transparent;
  transition: all 0.4s ease-in-out;
}

.dropdown-el.expanded {
  border: 0.06em solid #1f3c88;
  background: #fff;
  border-radius: 0.25em;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px 0px;
  max-height: 25em;
}

.dropdown-el.expanded label {
  border-top: 0.06em solid #d9d9d9;
}

.dropdown-el.expanded label:hover {
  color: #1f3c88;
}

.dropdown-el.expanded input:checked + label {
  color: #1f3c88;
}

.dropdown-el.expanded::after {
  transform: rotate(-180deg);
  top: 0.55em;
}




.extra-service-grid {
text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 1.7rem;
  margin-top: 2rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  cursor: default;
  text-align: center;
  font-size: 1rem;
  color: #333;
  position: relative;
  max-width: 180px;
  max-height: 180px;
}

.service-card .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.5rem;
}

.service-card img {
  width: 100%;
  height: auto;
}

.counter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.counter button {
  background-color: #A8CFA3;
  align-items: center;
text-align: center;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  margin-left: 1rem ;
  margin-right: 1rem;
  display:flex;

  justify-content: center;
}

.counter button:hover {
  background-color: #94b88e;
}

.counter .count {
  font-size: 1.2rem;
  min-width: 10px;
  text-align: center;
}
