::placeholder {
    color: #f7f7f7d4!important;
}
.ie-wrapper {
  background-size: cover;
  background-position: center;
  color: #fff;
  align-content:center;
  height:fit-content;
  flex-wrap: wrap;
}

.ie-card-grid.step1.ie-card-grid-2 {
    padding-top: 20px;
}
.ie-overlay {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.ie-overlay h1 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.ie-step {
  display: none;
}
.ie-step h2{
 font-size: 40px;
font-weight: bold;
margin-top: 40px;
margin-bottom: 40px;
}
.ie-step.active {
  display: block;
}
.ie-card.step1{
  width: 35%!important;
}
.ie-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ie-card-grid.step1 {
    display: flex;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
    justify-content: center !important;
}
.ie-card img {
    height: 150px!important;
    object-fit: cover;
}

.ie-card {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  background: #c4541f;
  transition: transform .3s ease;
}

.ie-card:hover {
  transform: translateY(-5px);
}

.ie-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ie-card span {
  display: block;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  font-size:20px;
}
.ie-step-center {
  text-align: center;
  padding: 60px 20px;
  height:auto;
}
.ie-step-center h4 {
  font-size:30px;
  color:#009444;
  font-weight: bold;
}
.ie-button-group {
  margin-top: 30px;
}

.ie-btn {
  background: #c4541f !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 40px !important;
  /*margin: 0 10px;*/
  font-size: 20px !important;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s ease;
}

.ie-btn:hover {
  background: #c4541f !important;
}

.ie-size-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.ie-size-wrap.cstm {
  gap: 30px !important;
  flex-direction: column !important;
}
.ie-size-input {
    width: 280px !important;
    padding: 10px 18px !important;
    font-size: 18px;
    background: #1f2a3a;
    color: #fff;
    border: none !important;
    border-radius: 6px !important;
    outline: none;
}

.ie-size-input::placeholder {
  color: #a0aec0;
}

.ie-send-btn {
  padding: 9px 40px!important;
  font-size: 18px;
}

.ie-timeline-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.ie-timeline-wrap .ie-btn {
  padding: 10px 22px;
  font-size: 16px;
}

.ie-zip-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.ie-zip-input {
  width: 300px !important;
  padding: 10px 18px !important;
  font-size: 18px;
  background: #1f2a3a;
  color: #fff;
  border: none !important;
  border-radius: 6px !important;
  outline: none;
}

.ie-arrow-btn {
  padding: 10px 40px!important;
  font-size: 22px;
  border-radius: 6px;
}

.ie-input-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.ie-text-input {
    width: 320px !important;
    padding: 10px 18px !important;
    font-size: 18px;
    background: #1f2a3a;
    color: #fff;
    border: none !important;
    border-radius: 6px !important;
    outline: none;
}

.ie-phone-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ie-country-select {
    background: #0d1b2a;
    color: #fff;
    padding: 14px;
    border-radius: 6px;
    border: none;
    width: 100px;
}

.ie-phone-input {
    flex: 1;
    background: #0d1b2a;
    color: #fff;
    padding: 14px !important;
    border-radius: 6px !important;
    border: none !important;
    width: 150px !important;
}
button.ie-btn.ie-arrow-btn {
    padding: 10px 40px !important;
}
input.ie-phone-input {
    max-width: 300px !important;
}
.ie-phone-group {
    display: flex;
    align-items: center !important;
    gap: 10px;
    justify-content: center;
}

.ie-thankyou {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px;
}

.ie-subtitle {
    font-size: 20px;
    margin-top: 20px;
    color: #ddd;
}
.ie-note {
    margin-top: 15px;
    font-size: 18px;
    opacity: 0.7;
}
.ie-processing {
    text-align: center;
    padding: 60px 20px;
}
.ie-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255,255,255,0.2);
    border-top: 4px solid #3c4a3e;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}

.quality-opt {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.opt-card {
    background: #000;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
}
.opt-card.active {
    border: 3px solid #c4541f;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


.estimate-wrapper {
    background: url("your-background-image.jpg") center / cover no-repeat;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.estimate-box {
    background: #ffffff;
    max-width: 850px;
    padding: 40px 50px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.estimate-box p {
    margin-bottom: 20px;
    color: #000;
    line-height: 1.6;
    font-size: 18px;
}
.subtitle {
    font-size: 20px;
}

#estimate-total-cost{
  color: #0a8a0a !important;
  font-weight: bold !important;
}

.price-range span {
    margin: 0 10px;
    font-weight: normal;
}

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

.note {
    font-size: 16px;
}

@media (max-width: 550px) {
  .ie-wrapper {
    height:fit-content;
    padding:20px;
  }
  .ie-overlay h1 {
    font-size: 25px;
  }
  .ie-step h2{
    font-size: 30px;
  }
  .ie-step-center h4 {
    font-size:25px;
  }
  .ie-card-grid {
    display: block !important;
    gap: 10px !important;
    }
    .ie-card img {
    width: 100%;
    object-fit: cover;
  }
  .ie-size-wrap{
  padding:0px 20px;
  flex-direction: row;
  }
  .ie-card {
    margin:15px;
  }
  .ie-timeline-wrap .ie-btn{
    width: 250px;
  }
  .ie-card.step1{
    width: auto !important;
  }
  .ie-zip-wrap .ie-btn ie-arrow-btn{
  padding: -10px 40px !important;
  }
  .ie-button-group .ie-btn{
    margin:5px;
  }
  button.ie-btn.ie-arrow-btn {
      padding: 8px 40px !important;
  }
  .ie-input-wrap, .ie-zip-wrap {
    gap: 0px;
  }
  .estimate-wrapper {
    padding: 20px 0px !important;
    }
    .estimate-box {
    padding: 40px 30px !important; 
    }
}