/* Expired Home Survey — layout and color matched to Annova green/white template */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  font: 13px/20px 'Open Sans', Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  font-family: 'Open Sans', Arial, sans-serif;
}
h2, h3 { margin-bottom: 45px; }
h1, h2 { text-transform: uppercase; font-weight: 800; }
.step h3, h2 span { text-transform: none; }
h2 { font-size: 32px; line-height: 30px; text-align: center; }
h2 span { font-size: 24px; font-weight: 300; display: block; color: #777; margin-top: 8px; }
h3 { font-size: 32px; font-weight: 600; line-height: 32px; }
h3 span { font-size: 21px; font-weight: 300; display: block; }
.step h3 { font-size: 22px; line-height: 26px; font-weight: 600; margin-bottom: 25px; text-align: left; }
.box h3 { font-size: 18px; text-transform: uppercase; margin-bottom: 5px; }
.question_box h3, footer h3 { text-align: left; margin-bottom: 10px; }
footer h3 { text-transform: none; font-weight: 400; font-size: 22px; }
.question_box h3 { font-size: 18px; line-height: 22px; }
h4 { font-size: 18px; line-height: 22px; }
p { margin: 0 0 20px; }
ol, ul { padding: 0; margin: 0 0 30px; list-style: none; }
a { color: #1ab9a7; text-decoration: none; transition: all .2s ease; }
a:hover { color: #444; }
hr { margin: 30px 0; border: 0; border-top: 1px solid #dfdfdf; }

.container {
  width: 1170px;
  max-width: 94%;
  margin: 0 auto;
  padding: 0 15px;
}
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col { padding: 0 15px; }
.col-12 { width: 100%; }
.col-6 { width: 50%; }
.col-4 { width: 33.333%; }
.col-8 { width: 66.666%; }
.col-3 { width: 25%; }
.col-5 { width: 41.666%; }
.col-7 { width: 58.333%; }

/* Header */
#top-area {
  background-color: #1ab9a7;
  min-height: 500px;
}
#top-area.inner-hero { min-height: 280px; }
header {
  padding: 10px 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent calc(100% - 3px), transparent 100%);
  border-bottom: 1px dotted rgba(255,255,255,.45);
  position: relative;
  z-index: 20;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
#logo {
  display: flex;
  align-items: center;
  min-height: 48px;
}
#logo img.logo-svg { height: 46px; width: auto; display: block; filter: drop-shadow(0 1px 1px rgba(0,0,0,.2)); }
#top-nav ul {
  float: none;
  margin: 8px 0 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#top-nav ul li { padding-left: 10px; margin-right: 10px; }
#top-nav ul a { color: #fff; font-size: 12px; letter-spacing: .4px; }
#top-nav ul a.active,
#top-nav ul a:hover { color: #323232; }
#top-nav ul a.cart-link { color: #fff200; }
#top-nav ul a.cart-link:hover { color: #323232; }
.cart-count {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  background: #fff;
  color: #1ab9a7;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  margin-left: 4px;
}
.btn-responsive-menu {
  display: none;
  float: right;
  padding: 5px;
  cursor: pointer;
  color: #fff;
  background: #333;
  border-radius: 4px;
  border: 0;
}
.bar { display: block; width: 18px; height: 2px; margin: 5px; background: #fff; border-radius: 1px; }

.main-title { text-shadow: 0 1px 1px rgba(0,0,0,.25); color: #fff; text-align: center; }
.main-title h1 { font-size: 44px; line-height: 40px; margin-top: 60px; text-align: center; }
.main-title p { font-size: 26px; font-weight: 300; margin-top: -5px; text-align: center; color: #f3fffc; }
#top-area.inner-hero .main-title h1 { margin-top: 36px; font-size: 36px; }

/* Overlapping card */
#survey_container,
.content-card {
  background: #fff;
  margin-top: -300px;
  margin-bottom: 60px;
  z-index: 9;
  position: relative;
  box-shadow: 0 0 5px #777;
}
.content-card.inner { margin-top: -90px; }
#top-wizard {
  padding: 15px 120px;
  background: #f3f3f3;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #888;
  font-weight: 700;
  letter-spacing: 1px;
}
.progress-track {
  height: 8px;
  background: #e6e6e6;
  overflow: hidden;
}
.progress-track span {
  display: block;
  height: 100%;
  background: #f68e56;
  width: 20%;
  transition: width .35s ease;
}
#middle-wizard { padding: 50px 125px 35px; }
#bottom-wizard {
  padding: 15px 120px;
  border-top: 1px solid #e7e7e7;
  background: #f3f3f3;
  text-align: center;
}
.page-body { padding: 50px 70px 60px; }
.page-body.narrow { padding: 50px 90px 70px; }

/* Buttons */
.button_medium, .backward, .forward, .button_medium_2 {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  font-family: 'Open Sans', Arial, sans-serif;
  transition: background .5s ease, color .5s ease, border-color .5s ease;
}
.button_medium {
  border: none;
  background: #282828;
  color: #fff;
  padding: 7px 20px;
}
.button_medium:hover { background: #1ab9a7; color: #fff; }
.button_medium_2 {
  border-radius: 3px;
  border: 2px solid #282828;
  color: #282828;
  padding: 7px 20px;
  background: #fff;
}
.button_medium_2:hover { background: #1ab9a7; color: #fff; border-color: #1ab9a7; }
.backward, .forward {
  border: none;
  color: #fff;
  background: #282828;
  position: relative;
}
.backward { padding: 7px 20px 7px 30px; margin-right: 8px; }
.forward { padding: 7px 30px 7px 20px; }
.backward:before, .forward:before {
  position: absolute;
  font-weight: 400;
  top: 8px;
  font-size: 11px;
}
.backward:before { content: "‹"; left: 14px; }
.forward:before { content: "›"; right: 14px; }
.backward:hover, .forward:hover { background: #1ab9a7; color: #fff; }
button[disabled].backward, button[disabled].forward { background: #ccc; cursor: default; }

/* Forms */
.form-row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.form-group { padding: 0 10px; width: 50%; position: relative; margin-bottom: 8px; }
.form-group.full { width: 100%; }
.form-group.third { width: 33.333%; }
label.field-label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #555;
}
input.form-control, select.form-control, textarea.form-control {
  background: #fbfbfb;
  border: 2px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 6px 12px;
  width: 100%;
  outline: none;
  appearance: none;
}
textarea.form-control { height: 140px; resize: vertical; }
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  border-color: #1ab9a7;
  color: #333;
  background: #fff;
}
.styled-select {
  width: 100%;
  overflow: hidden;
  height: 44px;
  background: #fbfbfb;
  border: 2px solid #d5d5d5;
  margin-bottom: 25px;
  position: relative;
}
.styled-select:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #888;
  pointer-events: none;
}
.styled-select select {
  background: transparent;
  width: 110%;
  padding: 5px 5px 5px 12px;
  border: 0;
  height: 40px;
  font-size: 16px;
  color: #555;
  font-family: 'Open Sans', Arial, sans-serif;
  cursor: pointer;
}
.qty-wrap { display: flex; align-items: center; gap: 8px; margin-bottom: 25px; }
.qty-buttons { position: relative; width: 110px; height: 44px; }
input.qty {
  width: 72px;
  height: 44px;
  border: 2px solid #d5d5d5;
  background: #fbfbfb;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.qty-plus, .qty-minus {
  position: absolute;
  right: 0;
  width: 35px;
  height: 22px;
  border: 2px solid #d5d5d5;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
  color: #555;
  line-height: 16px;
  padding: 0;
}
.qty-plus { top: 0; }
.qty-minus { bottom: 0; }

.radio-list, .check-list { margin: 0 0 20px; }
.radio-list li, .check-list li {
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
}
.radio-list label, .check-list label, .gender-list label {
  cursor: pointer;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gender-list { display: flex; gap: 30px; margin: 8px 0 25px; padding: 0; }
input[type="radio"], input[type="checkbox"] { accent-color: #1ab9a7; width: 18px; height: 18px; }
.terms-row { text-align: center; margin: 10px 0 0; font-size: 14px; }

label.error, .error-msg {
  font-size: 11px;
  position: absolute;
  height: 25px;
  line-height: 25px;
  background-color: #e34f4f;
  color: #fff;
  font-weight: 400;
  padding: 0 6px;
  top: -10px;
  right: 18px;
  z-index: 5;
  display: none;
}
.form-group.has-error .error-msg,
.form-group.has-error label.error { display: inline-block; }
.form-group.has-error .form-control,
.form-group.has-error .styled-select { border-color: #e34f4f; }
.form-error-banner {
  display: none;
  background: #e34f4f;
  color: #fff;
  padding: 10px 14px;
  margin-bottom: 20px;
  font-size: 13px;
}

.step { display: none; }
.step.active { display: block; }
#complete { text-align: center; padding: 10px 20px 20px; }
#complete i { color: #cacaca; font-size: 120px; display: block; margin-bottom: 10px; }
#complete h3 { text-align: center; margin-bottom: 20px; }
#complete button, .success-btn {
  border-radius: 3px;
  font-size: 18px;
  border: 2px solid #8dc63f;
  color: #8dc63f;
  padding: 15px 35px;
  background: #fff;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
#complete button:hover, .success-btn:hover { background: #1ab9a7; color: #fff; border-color: #1ab9a7; }

/* Feature boxes */
#features { padding: 20px 0 40px; }
.box { text-align: center; padding: 10px 20px 30px; }
.icon-sq {
  width: 92px;
  height: 92px;
  margin: 10px auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
}
.icon-sq.red { background: #e74c3c; }
.icon-sq.teal { background: #1ab9a7; }
.icon-sq.orange { background: #f39c12; }
.icon-sq.blue { background: #3498db; }
.icon-sq.purple { background: #9b59b6; }
.icon-sq.navy { background: #2c3e50; }

/* FAQ */
.question_box { padding-left: 40px; position: relative; margin-bottom: 30px; }
.question_box:before {
  content: "?";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
}
.question_box p { color: #777; }

/* Gallery */
.gallery-grid { display: flex; gap: 6px; }
.gallery-grid .item { flex: 1; overflow: hidden; }
.gallery-grid img { width: 100%; height: 180px; object-fit: cover; }
.slider-wrap { position: relative; overflow: hidden; }
.slider-track { display: flex; transition: transform .45s ease; }
.slider-track .slide { min-width: 25%; padding: 3px; }
.slider-track .slide img { width: 100%; height: 190px; object-fit: cover; }
.dots { text-align: center; margin: 18px 0 0; }
.dots button {
  width: 10px; height: 10px; border-radius: 50%; border: 0; background: #ccc; margin: 0 4px; cursor: pointer;
}
.dots button.on { background: #1ab9a7; }

/* About */
.about-block h4 { margin-bottom: 10px; }
.team-card {
  background: #f2f2f2;
  display: flex;
  margin-bottom: 16px;
  overflow: hidden;
}
.team-card img { width: 140px; height: 140px; object-fit: cover; flex-shrink: 0; }
.team-meta { padding: 22px 18px; }
.team-meta h4 { margin: 0 0 4px; }
.team-meta span { color: #888; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.team-social { margin-top: 10px; }
.team-social a { color: #1ab9a7; margin-right: 10px; font-size: 16px; }

/* Homes */
.home-card {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.home-card img.cover { width: 100%; height: 200px; object-fit: cover; }
.home-card .body { padding: 18px 18px 22px; }
.home-card h3 { font-size: 16px; margin-bottom: 6px; text-transform: uppercase; }
.home-card .meta { color: #888; font-size: 12px; margin-bottom: 10px; }
.home-card .price { color: #1ab9a7; font-weight: 800; font-size: 18px; margin: 8px 0 12px; }
.detail-hero-img { width: 100%; height: 340px; object-fit: cover; margin-bottom: 28px; }
.detail-thumbs { display: flex; gap: 8px; margin-bottom: 28px; }
.detail-thumbs img { width: 33.33%; height: 140px; object-fit: cover; }
.spec-table { width: 100%; border-collapse: collapse; margin: 0 0 25px; }
.spec-table th, .spec-table td { border-bottom: 1px solid #eee; padding: 10px 8px; text-align: left; font-size: 13px; }
.spec-table th { width: 38%; color: #777; font-weight: 600; }
.pkg-card {
  border: 2px solid #e7e7e7;
  padding: 18px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.pkg-card h4 { margin: 0 0 4px; }
.pkg-card .amt { font-size: 20px; font-weight: 800; color: #1ab9a7; }

/* Cart */
.cart-table { width: 100%; border-collapse: collapse; margin-bottom: 25px; }
.cart-table th { background: #f3f3f3; text-align: left; padding: 12px; font-size: 12px; text-transform: uppercase; }
.cart-table td { padding: 14px 12px; border-bottom: 1px solid #eee; vertical-align: middle; }
.cart-table img { width: 72px; height: 54px; object-fit: cover; }
.cart-totals { text-align: right; font-size: 16px; margin-bottom: 25px; }
.cart-totals strong { font-size: 22px; color: #1ab9a7; }
.success-box {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.success-box .big-check { font-size: 72px; color: #8dc63f; display: block; margin-bottom: 12px; }
.empty-cart { text-align: center; padding: 30px 10px 10px; color: #777; }

/* Legal */
.legal h3 { font-size: 20px; margin: 28px 0 12px; text-align: left; font-weight: 700; }
.legal p, .legal li { color: #555; font-size: 14px; line-height: 1.7; }
.legal ul, .legal ol { margin: 0 0 18px 22px; list-style: disc; }
.legal ol { list-style: decimal; }
.legal li { margin-bottom: 8px; }

/* Footer */
footer {
  width: 100%;
  background: #1ab9a7;
  padding: 40px 0 20px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
}
footer a { color: #FF9; }
footer a:hover { color: #fff; }
footer p { color: #f4fffc; }
.footer-contact li { margin-bottom: 10px; font-size: 13px; }
.footer-contact i { width: 18px; margin-right: 8px; }
.quick-links li { margin-bottom: 8px; }
.social-row { margin-top: 8px; }
.social-row a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(0,0,0,.12);
  color: #fff;
  margin-right: 6px;
  border-radius: 2px;
  font-size: 14px;
}
.social-row a:hover { background: #282828; color: #fff; }
#footer_2 { width: 100%; background: #252525; }
#footer_2 a { color: #888; }
#footer_2 a:hover { color: #fff; }
.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  flex-wrap: wrap;
}
#copy { color: #888; font-size: 12px; margin: 0; text-align: left; }
ul#footer-nav { margin: 0; padding: 0; }
ul#footer-nav li { display: inline-block; margin-right: 14px; }
#toTop {
  width: 100px;
  background: #111;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 11px;
  z-index: 999;
  text-align: center;
  border: 0;
  text-transform: uppercase;
}
.section-pad { padding: 20px 0 10px; }
.add_bottom_30 { margin-bottom: 30px; }
.add_top_30 { margin-top: 30px; }
.muted { color: #777; }

@media (max-width: 1199px) {
  #middle-wizard, .page-body.narrow { padding: 40px 60px 35px; }
  .page-body { padding: 40px 40px 50px; }
}
@media (max-width: 991px) {
  .col-4, .col-3, .col-8, .col-6, .col-5, .col-7 { width: 50%; }
  .slider-track .slide { min-width: 50%; }
  .form-group.third { width: 50%; }
  .main-title h1 { font-size: 32px; }
  .main-title p { font-size: 18px; }
}
@media (max-width: 767px) {
  .col-4, .col-3, .col-8, .col-6, .col-5, .col-7, .form-group, .form-group.third { width: 100%; }
  #top-nav { display: none; width: 100%; }
  #top-nav.open { display: block; }
  #top-nav ul { flex-direction: column; align-items: stretch; margin: 12px 0 0; }
  #top-nav ul li { margin: 0; padding: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
  #top-nav ul li a { display: block; padding: 8px 4px; }
  .btn-responsive-menu { display: block; }
  .header-inner { flex-wrap: wrap; }
  #survey_container, .content-card { margin-top: -220px; }
  .content-card.inner { margin-top: -50px; }
  #top-wizard, #bottom-wizard { padding: 15px 20px; }
  #middle-wizard, .page-body, .page-body.narrow { padding: 24px 20px 30px; }
  .main-title h1 { font-size: 26px; line-height: 28px; margin-top: 30px; }
  .main-title p { font-size: 14px; }
  h2 { font-size: 24px; }
  h2 span { font-size: 16px; }
  .slider-track .slide { min-width: 100%; }
  .gallery-grid { flex-wrap: wrap; }
  .gallery-grid .item { flex: 1 1 48%; }
  .team-card { flex-direction: column; }
  .team-card img { width: 100%; height: 220px; }
  .detail-hero-img { height: 220px; }
  .pkg-card, .footer-bar { flex-direction: column; align-items: flex-start; }
  .cart-table th:nth-child(2), .cart-table td:nth-child(2) { display: none; }
  #top-area { min-height: 380px; }
  #top-area.inner-hero { min-height: 220px; }
}
@media (max-width: 480px) {
  .backward, .forward { text-indent: -9999px; width: 50px; height: 40px; padding: 0; }
  .backward:before, .forward:before { text-indent: 0; top: 10px; font-size: 18px; }
}
