.hero-content {
  padding: 40px 20px 100px;
  background-position: bottom center;
  background-size: cover;
  border-radius: 22px;
  min-height: 640px;
}
.hero h1 {
  font-size: 55px;
  font-weight: 600;
  color: var(--heading-color);
  line-height: 65px;
  margin-bottom: 40px;
}
.hero h1 span {
  font-weight: 700;
  position: relative;
}
.hero-content span::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 14px;
  background: var(--line-img) no-repeat;
  background-size: contain;
  right: 0;
}
.hero p {
  margin: 10px auto 25px;
  max-width: 700px;
  font-size: 17px;
}
/*schedulebox*/
.schedule-section {
  max-width: 700px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  background: #233065;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Step Bar */
.step-bar {
  display: flex;
  width: 100%;
}

.step {
  flex: 1;
  text-align: center;
  background: #3d4b84;
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
  position: relative;
}

/* Active Step */
.step.active {
  background: var(--secondary-color);
  color: var(--white);
}
.step:nth-child(2) {
  border-right: 1px solid lightgray;
}
.step.active:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 15px;
  width: 12px;
  right: -12px;
  clip-path: polygon(100% 48%, 0 0, 0 100%);
  z-index: 9;
  background: var(--secondary-color);
}
/* Inner Box */
.schedule-box {
  padding: 30px;
  text-align: center;
}

.schedule-box h2 {
  color: var(--white) !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Form Box */
.hero .schedule-box .form-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  max-width: 600px;
  margin: 0 auto;
}

.hero .schedule-box .form-box input {
  width: 350px;
  padding: 14px 18px;
  border: none;
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  color: #333;
  height: 48px;
  box-sizing: border-box;
}

.book-btn {
  display: inline-block;
  margin-top: 30px;
  background: var(--secondary-color);
  border: none;
  color: var(--white);
  font-weight: 600;
  border-radius: 6px;
  padding: 12px 30px;
  cursor: pointer;
  transition: 0.3s ease;
  text-decoration: none;
}
.book-btn i {
  margin-left: 10px;
}
.book-btn:hover {
  background: var(--secondary-color);
}

.hero .schedule-box .form-box .book-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  padding: 14px 30px;
  height: 48px;
  box-sizing: border-box;
  margin-top: 0;
}

.schedule-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

ul.heroul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin-top: 25px;
  justify-content: center;
}
ul.heroul li {
  font-size: 16px;
  color: var(--heading-color);
  position: relative;
  padding-left: 26px;
}
ul.heroul li:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-image: var(--right-img);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 40px;
  }
  .hero .schedule-box .form-box {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100%;
    width: 100%;
  }
  .hero .schedule-box .form-box input {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }
  .hero .schedule-box .form-box .book-btn {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 14px 30px !important;
  }
}
@media (max-width: 768px) {
  .hero-content {
    padding: 30px 20px 80px;
    min-height: auto;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 40px;
  }
  ul.heroul {
    flex-direction: column;
    width: fit-content;
    text-align: left;
    margin: 25px auto;
  }
  .hero .schedule-box .form-box {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100%;
    width: 100%;
  }
  .hero .schedule-box .form-box input {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }
  .hero .schedule-box .form-box .book-btn {
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 14px 30px !important;
  }
}

.zip-error {
  color: #ff4d4d;
  font-size: 14px;
  margin: 8px 0 0;
  display: none;
}

/* Mobile: tighten vertical padding between sections */
@media (max-width: 767px) {
  .home .florida,
  .home section.work-sct,
  .home section.glass-drsct,
  .home section.mn-bnftsct,
  .home .trusted-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .home section.services {
    padding-top: 90px !important;
    padding-bottom: 24px !important;
  }
  .home .faq-section { margin: 70px auto 60px !important; }
}

/* Constrain header (all WP pages) and content on homepage/about */
@media (min-width: 1300px) {
  #header,
  .home article > section,
  .page-id-305 article > section {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
}