.fast-and-trusted-bottom {
    height: 51px;
    border-radius: 25px;
    display: flex;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.hero-slider-prev a,
.hero-slider-prev a span,
.link-video-review,
.property-info a {
    text-decoration: none;
}
.review-badge-area {
    background: #fff100;
    padding: 17px 0;
}
.review-badge-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.review-badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.review-badge-item p {
    margin: 0;
    font-size: 16px;
    color: var(--black);
    font-family: var(--inter);
    font-weight: 400;
}
.comon-title-wrap {
    text-align: center;
}
.comon-title-wrap h2 {
    font-size: 38px;
    font-weight: 700;
    font-family: var(--inter);
    color: #033137;
    margin-bottom: 10px;
}
.comon-title-wrap.alt.small h2 {
    font-size: 24px;
}
.review-badge-item + .review-badge-item:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: var(--black);
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.home-seller-reviews .small-videos {
    text-align: center;
}
.property-cta {
  position: relative;
  overflow: hidden;
  background: #fff200;
  padding: 58px 20px 60px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.property-cta-content {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.property-cta h2 {
  margin: 0 0 16px;
  color: #073b42;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
    font-family: var(--inter);
}

.cta-subtitle {
  max-width: 930px;
  margin: 0 auto 30px;
  color: #42505f;
  font-size: 17px;
  line-height: 1.45;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 258px;
  min-height: 54px;
  padding: 0 28px;
  background: #073b42;
  color: #ffffff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(7, 59, 66, 0.25);
}

.cta-call {
  color: #42505f;
  font-size: 14px;
}

.cta-call strong {
  color: #073b42;
  font-weight: 800;
}

.cta-note {
  margin: 0;
  color: #6c6c50;
  font-size: 14px;
}

.cta-icon {
  position: absolute;
  color: #073b42;
  font-size: 34px;
  font-weight: 800;
  opacity: 1;
  z-index: 1;
}

.icon-1 {
  top: 45px;
  left: 21%;
  transform: rotate(45deg);
}

.icon-2 {
  top: 20px;
  right: 7%;
  transform: rotate(35deg);
}

.icon-3 {
  bottom: 38px;
  right: 22%;
  transform: rotate(28deg);
}

.icon-4 {
  bottom: 18px;
  left: 0;
  transform: rotate(30deg);
}

/* Mobile */
@media (max-width: 767px) {


  .property-cta h2 {
    margin-bottom: 14px;
  }

  .cta-subtitle {
    line-height: 1.45;
    margin-bottom: 24px;
  }

  .cta-actions {
    flex-direction: column;
    gap: 13px;
    margin-bottom: 18px;
  }



  .icon-1 {
    top: 80px;
    left: 45%;
  }

  .icon-2 {
    top: -10px;
    left: 28%;
    right: auto;
  }

  .icon-3 {
    bottom: -8px;
    right: 5%;
  }

  .icon-4 {
    bottom: 98px;
    left: 22%;
  }
}
.guides-section {
  background: #f6f7f8;
  padding: 48px 0px 40px;
  font-family: Arial, sans-serif;
}




.guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.guide-card {
  background: #ffffff;
  border-radius: 7px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

.guide-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.guide-card div {
  padding: 16px 14px 18px;
}

.guide-card h3 {
    margin: 0 0 10px;
    color: #073b42;
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
}

.guide-card p {
  margin: 0;
  color: #536071;
  font-size: 13px;
  line-height: 1.35;
}

.guides-container .location-title {
  text-align: left;
  margin: 0 0 22px;
  font-size: 20px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.location-card {
  background: #ffffff;
  min-height: 68px;
  border-radius: 8px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #184c53;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
  font-weight: 700;
    font-family: var(--inter);
}
.location-card:hover{
     color: #184c53;
}
.location-card span {
    width: 33px;
    height: 33px;
    background: #fff200;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #073b42;
    font-size: 19px;
    flex-shrink: 0;
    padding: 5px;
}

/* Mobile */
@media (max-width: 767px) {


  .guides-container h2 {
    text-align: left;
    margin-bottom: 18px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .guide-card {
    border-radius: 6px;
  }


  .guide-card div {
    padding: 13px 12px 15px;
  }

  .guide-card h3 {
    margin-bottom: 8px;
  }


  .guides-container .location-title {
    margin-bottom: 18px;
  }

  .location-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .location-card {
    min-height: 50px;
    padding: 0 14px;
    gap: 10px;
    border-radius: 6px;
  }

  .location-card span {
    width: 26px;
    height: 26px;
    border-radius: 6px;
  }
}
.comon-title-wrap.alt {
    margin-top: 50px;
    text-align: left;
}
.comon-title-wrap.alt p {
    text-align: left;
}
.comon-title-wrap.alt {
    margin-top: 50px;
}
.comon-title-wrap-inner p {
    text-align: left;
}
p.blockquote {
    padding: 20px;
    border-radius: 10px;
    background: #fdee18;
    font-style: italic;
}
.comon-title-wrap-inner {
    display: flex;
    gap: 50px;
    margin-top: 20px;
}
.comon-title-inner-col {
    flex: 1;
}
.comon-title-inner-col img {
    width: 100%;
}

.compare-section h2 {
  margin: 0 0 30px;
}

.compare-table {
  overflow: hidden;
  border-radius: 7px;
}

.compare-head,
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.4fr;
}

.compare-head {
    background: rgb(50 190 184);
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
}
.compare-head div:nth-child(1){
    text-align: left;
}
.compare-head div,
.compare-row div {
  padding: 16px 15px;
  font-size: 15px;
}

.compare-row div:first-child {
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #eee;
}

.compare-row div:nth-child(2) {
  background: #ecfbf1;
  color: #079547;
  font-weight: 700;
  text-align: center;
}

.compare-row div:nth-child(3) {
  background: #fff0f0;
  color: #5f667b;
  text-align: center;
}

.compare-row span {
  color: #08a94f;
  margin-right: 6px;
}

/* Mobile */
@media (max-width: 767px) {


  .compare-table {
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  }

  .compare-head {
    display: none;
  }

  .compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .compare-row div:first-child {
    grid-column: 1 / -1;
    background: #32bdb7;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 9px;
    border-bottom: none;
  }

  .compare-row div:nth-child(2),
  .compare-row div:nth-child(3) {
    text-align: left;
    line-height: 1.4;
    min-height: 56px;
    padding: 14px 10px;
  }

  .compare-row div:nth-child(2)::before {
    content: "Springbok Properties";
    display: block;
    color: #35445a;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .compare-row div:nth-child(3)::before {
    content: "Traditional Estate Agent";
    display: block;
    color: #35445a;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .compare-row div:nth-child(2) {
    border-right: 1px solid #d9f0e0;
  }

  .compare-row span {
    margin-right: 4px;
  }
 
}
.info-card-section {
    padding: 60px 0;
}
.info-card-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
}

.info-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: #fff200;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #073b42;
  font-size: 26px;
  font-weight: 700;
  flex-shrink: 0;
}

.info-card h3 {
  margin: 0;
  color: #073b42;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.info-card p {
  margin: 0 0 18px;
  color: #536071;
  font-size: 16px;
  line-height: 1.55;
}

.info-card p:last-child {
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .info-card-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .info-card {
    padding: 20px 18px;
    border-radius: 8px;
  }

  .info-card-header {
    gap: 10px;
    margin-bottom: 14px;
  }
    .info-card-section-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
  .info-icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
    border-radius: 7px;
  }

}
.customer-review {
  padding: 42px 45px 48px;
  background: #32bbb5;
  border-radius: 12px;
  text-align: center;
  color: #ffffff;
}

.customer-review h2 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
font-weight: 700;
font-family: var(--inter);
}

.stars {
  margin-bottom: 6px;
}

.review-subtitle {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

.review-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 32px;
}

.stat-box {
  background: rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 20px 15px;
}

.stat-box h3 {
  margin: 0 0 8px;
  color: #fff200;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.stat-box p {
  margin: 0;
  font-size: 15px;
  color: #ffffff;
}

.review-text {
  max-width: 850px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.9);
}

/* Mobile */
@media (max-width: 767px) {
  .customer-review {
    padding: 22px 20px;
    border-radius: 8px;
  }

  .review-subtitle {
    margin-bottom: 22px;
  }

  .review-stats {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .stat-box {
    padding: 18px 12px;
    border-radius: 6px;
  }
}
.related-page-area {
    margin-top: 50px;
}
.related-pages-box {
  padding: 30px 32px;
  background: #fff200;
  border-radius: 8px;
}

.related-pages-box h3 {
  margin: 0 0 16px;
  color: #073b42;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  display: flex;
  align-items: center;
  font-weight: 700;
    font-family: var(--inter);
}
.related-pages-box h3 img{
    max-width: 38px;
}
.location-icon {
  font-size: 22px;
  line-height: 1;
}

.related-pages-box p {
  margin: 0 0 16px;
  color: #42505f;
  font-size: 13px;
  line-height: 1.5;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.related-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #d8dde4;
  border-radius: 7px;
  color: #222;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.related-links a:hover {
  background: #f8f8f8;
}

/* Mobile */
@media (max-width: 767px) {


  .related-pages-box h3 {
    gap: 8px;
    margin-bottom: 12px;
  }


  .related-pages-box p {
    line-height: 1.4;
    margin-bottom: 14px;
  }

  .related-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }

  .related-links a {
    padding: 8px 12px;
    border-radius: 5px;
  }
}
.started-section {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  background: #f7f8fa;
  border-left: 4px solid #fff200;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.started-content {
  padding: 30px 30px;
}
.started-section-area {
    padding: 60px 0;
}
.started-content h2 {
  margin: 0 0 16px;
  color: #073b42;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
    font-family: var(--inter);
}

.started-content p {
  margin: 0 0 16px;
  color: #536071;
  font-size: 15px;
  line-height: 1.55;
}

.started-content strong {
  color: #30c3bb;
  font-weight: 800;
}

.started-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.started-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 28px;
    border-radius: 7px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}
.btn-call {
  background: #fff200;
  color: #000000;
}
.btn-call:hover{
     background: #fff200;
  color: #000000;
  opacity: .8;
}
.btn-valuation {
  background: #32bdb7;
  color: #ffffff;
}
.btn-valuation:hover {
  background: #32bdb7;
  color: #ffffff;
  opacity: .8;
}

.started-buttons span {
  color: #6c7280;
  font-size: 14px;
}

.started-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 767px) {
  .started-section {
    display: flex;
    flex-direction: column;
    border-left: 3px solid #fff200;
    border-radius: 0 8px 8px 0;
  }

  .started-content {
    padding: 18px 16px 14px;
  }

  .started-content h2 {
    margin-bottom: 14px;
  }

  .started-content p {
    line-height: 1.45;
    margin-bottom: 0;
  }

  .started-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
  }

  .started-buttons span {
    display: none;
  }

  .started-buttons a {
    width: 100%;
    padding: 0 10px;
    border-radius: 6px;
  }

}
.fast-and-trusted-area {
    padding: 60px 0;
}

.fast-and-trusted-inner {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.fast-and-trusted-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 60px 30px 30px;
    position: relative;
    box-shadow: 0 0 0px 1px rgb(213 205 205 / 50%);
}

span.fast-and-trusted-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fdee18;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 25px;
}

.fast-and-trusted-top {
    width: 60px;
    height: 60px;
    background: #e5f4f3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.fast-and-trusted-description {
    text-align: center;
}

.fast-and-trusted-description h4 {
    font-size: 22px;
    color: #033137;
    font-weight: 600;
}

.fast-and-trusted-description p {
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--inter);
    max-width: 673px;
    text-align: center;
    color: #4e5969;
}
.benefits-box {
    background: #e8f8f7;
    border-radius: 10px;
    padding: 28px 30px;
    margin: 30px auto;
}

.benefits-box h3 {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.4;
  color: #123b45;
  font-weight: 700;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 48px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.benefit-item span {
  color: #27c6b8;
  font-size: 18px;
  line-height: 1.2;
  flex-shrink: 0;
}

.benefit-item p {
  margin: 0;
  color: #3f5060;
  font-size: 15px;
  line-height: 1.45;
}

.benefit-item strong {
  color: #2d3a4a;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 767px) {
  .benefits-box {
    padding: 18px 16px;
    border-radius: 6px;
  }

  .benefits-box h3 {
    margin-bottom: 16px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .benefit-item {
    gap: 8px;
  }

}
.money-green {
    background: #357d7f;
}
.money-yollow {
    background: #fff100;
}
.money-green-light {
    background: #87d7d9;
}




.property-top {
    position: relative;
}



.comon-title-wrap p, .sel-option-title p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--inter);
    text-align: center;
    color: #4e5969;
}
.comon-title-wrap p + p{
    margin-top: 15px;
}
.faq-area,
.growing-area,
.nationwide-area,
.property-area {
    padding: 60px 0;
}

.nationwide-info,
.nationwide-location {
    flex: 1;
}

.hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 60px 0 60px;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #ddd;
}
.hero-container-inner {
    display: flex;
    flex-grow: 1;
    gap: 60px;
    align-items: center;
}

.hero-col {flex: 1;}
.review-holder {
    margin: 0;
    min-height: 28px;
    overflow: hidden;
    padding: 3px 11px;
    position: relative;
    width: 248px;
    border-radius: 13.72px;
    background: #fff002;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.review-holder p {
    margin: 0;
    color: #08515a;
    font-family: var(--poppins);
    font-size: 0.696909rem;
    font-weight: 600;
    text-align: left;
}
.hero-input-item button span,
.hero-top,
li#hero-slider-2 .hero-slider-prev,
li#hero-slider-3 .hero-slider-prev,
li#hero-slider-4 .hero-slider-prev,
li#hero-slider-5 .hero-slider-prev {
    display: none;
}
li#hero-slider-1.unslider-active .hero-top,
li#hero-slider-2.unslider-active .hero-slider-prev,
li#hero-slider-3.unslider-active .hero-slider-prev,
li#hero-slider-4.unslider-active .hero-slider-prev,
li#hero-slider-5.unslider-active .hero-slider-prev {
    display: block;
}
.hero-top h1 {
    margin: 3px 0 0;
    position: relative;
    color: #033137;
    font-family: var(--poppins);
    font-size: 47px;
    font-weight: 700;
    line-height: 1.2;
}
.hero-info h5,
.hero-info p {
    font-family: var(--inter);
    font-weight: 700;
}
.hero-top h2 {
    color: var(--green);
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 125%;
}
.hero-top > p {
    margin: 14px 0 0;
    font-size: 18px;
    color: #535353;
}
.free-offer-progress-inner {
    max-width: 600px;
    margin: 0 auto;
}
.free-offer-progress h2 {
    color: var(--black);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0 23px;
}
.hero-info p {
    margin: 2px 0 0;
    font-size: 15px;
    color: #535353;
}
.form-area-inner p,
.helping-seler-card-counter.bg-green h2,
.helping-seler-card-counter.bg-light-green h2,
.property-carousel .owl-nav button span {
    color: var(--white);
}
.hero-info h5 {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: -22px;
}
.form-area-inner {
    padding: 29px 30px 15px;
    position: relative;
    max-width: 699px;
    border-radius: 21.6px;
    background: var(--light-green);
    margin: 30px 0 0;
}
.form-area-inner h2 {
    color: var(--white);
    font-family: var(--poppins);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.form-area-inner p {
    margin: 11px 0 0;
    font-size: 11px;
    line-height: 20px;
}
.form-area-inner p.no-obligation {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
}
.modal-like .free-offer-progress {
    margin: 0;
}

.modal-like .free-offer-progress h2 {
    font-size: 30px;
    text-align: left;
    margin: 25px 0 15px;
}
.modal-like .free-offer-progress-inner {
    max-width: 600px;
    margin: 0;
}
.modal-like .hero-info h5 {
    justify-content: flex-start;
}
.modal-like .hero-slider-prev a {
    justify-content: flex-start;
}
.hero-input-item button,
.hero-input-item input {
    font-size: 20px;
    color: var(--black);
    padding: 0 20px;
    height: 75px;
}
.hero-input-item {
    max-width: 600px;
    border-radius: 12px;
    background: var(--white);
    display: flex;
    width: 100%;
}
.hero-input-item input {
    margin: 0;
    border-radius: 12px 0 0 12px;
    width: 100%;
    border: 5px solid var(--yollow);
}
.hero-input-item input:focus,
.hero-input-item input:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
.hero-input-item button {
    background: var(--yollow);
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 0 12px 12px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.estimator-form-item button:hover,
.hero-input-item button:hover,
.link-video-review:hover {
    opacity: 0.8;
}
.hero-input-item button img {
    margin: 0 30px;
}
.hero-slider-prev a {
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    margin-top: 15px;
}
.hero-slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.publications-area {
    padding-bottom: 60px;
}
.track-record-helping-sellers {
    padding: 60px 0;
    background-color: #F8F9FA;
}

.track-record-helping-sellers-inner {
    margin: 33px 0 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.track-record-helping-sellers-inner.sellers-bottom {
    margin-top: 60px;
}
.helping-seler-card {
    min-height: 197px;
    padding: 0 0 17px;
    border: 1px solid #ccc;
    border-radius: 18.6px;
    font-size: 0.963939rem;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    flex: 1;
}
.helping-seler-card-counter {
    min-height: 122px;
    padding: 22px 0 17px;
}
.bg-light-green {
    background: var(--light-green);
}
.bg-green {
    background: var(--green);
}
.bg-yollow,
.faq-inner .collapsible li.active {
    background: var(--yollow);
}
.bg-gray {
    background: var(--gray);
}
.helping-card {
    padding: 23px 30px 34px;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 0 0 calc(33.3334% - 10px);
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}
.helping-card-img {
    width: 15px;
    border-radius: 24.3px;
    background: var(--yollow);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
}
.helping-seler-card-info h3 {
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    margin-top: 0;
}
.helping-seler-card-info p {
    font-family: var(--inter);
    margin: 13px 0 0;
    color: var(--text);
    font-size: 15px;
    line-height: 21px;
    font-family: var(--inter);
}
.estimator-area {
    padding: 60px 0;
    background: var(--bg);
}
.estimator-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    margin: 0;
}

.real-stories-area {
    padding-top: 60px;
}
.estimator-form-item + .estimator-form-item,
.real-stories + .real-stories {
    margin-top: 30px;
}
.real-stories-title {
    text-align: center;
    margin-bottom: 50px;
}
.nationwide-title h2,
.real-stories-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.real-stories-title p {
    margin: 17px 0 0;
    color: #535353;
    font-size: 18px;
    text-align: center;
    font-family: var(--inter);
}
.real-stories-title h3 {
    color: #5b5b5b;
    background: var(--yollow);
    display: inline-block;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 0;
}
.real-stories-title-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.real-stories-title-inner h4 {
    font-family: var(--fira);
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    color: var(--black);
}
.real-stories-title-inner span {
    margin: 0 7px 0 0;
    min-height: 35px;
    width: max-content;
    border: 2px solid #408080;
    border-radius: 16.8px;
    color: #408080;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    font-family: var(--fira);
    padding: 0 20px;
    text-transform: capitalize;
}
.estimator-form-item button,
.link-video-review {
    min-height: 77px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.11);
}
.card-info h4,
.card-info p,
.link-video-review {
    font-family: var(--inter);
}
.link-video-review {
    margin: 50px auto 0;
    max-width: 407px;
    border-radius: 38.4px;
    background: var(--yollow);
    font-size: 18px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
    display: block;
    color: var(--black);
    transition: 0.3s ease-in-out;
}
.video-card {
    box-shadow: none;
}
.card.video-card {
    border: 1px solid #e4e4e4;
    border-radius: 8.4px;
    overflow: hidden;
}
.video-card .card-image {
    position: relative;
    padding-bottom: 56%;
}
.video-card .card-image img {
    border-radius: 2px 2px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.video-card .play-button {
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
    padding: 0;
    width: 38px;
    height: 39px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.card-info {
    padding: 10px 15px;
    text-align: left;
}
.card-info h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}
.card-info p {
    font-size: 11px;
    margin: 0;
    font-weight: 400;
}
.unslider-arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    bottom: 0;
    width: 50px;
    text-align: center;
    overflow: hidden;
}
.unslider-arrow.next,
.unslider-arrow.next i {
    left: auto;
    right: 0;
}
.home-seller-reviews .unslider-arrow i {
    top: 50%;
    transform: translateY(-50%);
}
.unslider-arrow i {
    position: absolute;
    left: 0;
    font-size: 40px;
}
.sprite {
    background-image: url(../images/sprite.png);
}
.sprite-left-arrow-round {
    width: 42px;
    height: 41px;
    background-position: -412px -504px;
}
.sprite-right-arrow-round {
    width: 42px;
    height: 41px;
    background-position: -20px -693px;
}
.growing-inner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.growing-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.growing-title p {
    margin: 20px 0 0;
    color: #535353;
    font-size: 18px;
    text-align: center;
    font-family: var(--inter);
}
.growing-item-info h2,
.growing-item-info h4 {
    color: var(--text);
    font-weight: 400;
    font-size: 15px;
    font-family: var(--inter);
}
.growing-item {
    padding: 21px 25px 24px;
    border: 1px solid #ccc;
    border-radius: 18.6px;
    background: var(--white);
    background-clip: padding-box;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
    flex: 1;
}
.growing-item-info {
    margin: 11px 0 0 1px;
    position: relative;
}
.growing-item-info h2 span {
    margin: 0 1px 0 0;
    font-size: 37px;
    font-weight: 700;
    font-family: var(--inter);
    color: var(--black);
}
.growing-item-info h4 {
    margin: 5px 0 0 2px;
}
.growing-item-info p {
    color: var(--black);
    font-weight: 700;
    font-family: var(--inter);
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    margin-top: 9px;
}
.growing-item-info p::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}
.shep-divider {
    height: 3px;
    margin-top: 9px;
}
.growing-item-img {
    text-align: right;
    margin-bottom: 15px;
}
.reviews {
    padding: 50px 0;
    background: #10c6bd;
}
.review-item-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}
.review-item {
    flex: 1;
    position: relative;
}
.review-item + .review-item::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    left: -40px;
    top: 0;
    z-index: 1;
}
.review-item span {
    color: var(--white);
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    display: block;
    font-family: var(--inter);
    margin-bottom: 6px;
}
.review-item h2 {
    margin: 4px 0 0;
    position: relative;
    color: #033137;
    font-family: var(--poppins);
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    z-index: 1;
}
.review-item h4,
.review-item p {
    color: var(--white);
    font-family: var(--inter);
    text-align: center;
}
.review-item h2:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 100%;
    background: #fff002;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
}
.review-item h4 {
    margin: 11px 0 0;
    font-size: 19px;
    font-weight: 400;
}
.review-item p {
    margin: 20px 0 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
}
.review-item img {
    margin: 15px auto 0;
    display: block;
}
.nationwide-title p {
    margin: 18px 0 0;
    color: #535353;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    font-family: var(--inter);
}
.nationwide-info h4,
.nationwide-info p,
.nationwide-info-card-info h4,
.nationwide-location h2,
.nationwide-location ul li p,
.nationwide-location-footer p {
    color: var(--black);
    font-family: var(--inter);
}
.nationwide {
    margin: 35px auto 0;
    padding: 38px 41px 59px 48px;
    position: relative;
    max-width: 1004px;
    border: 2px solid #ccc;
    border-radius: 31px;
    background: var(--white);
    background-clip: padding-box;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.3);
    display: flex;
    gap: 40px;
}
.nationwide-location h2 {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
}
.nationwide-location ul li {
    margin: 0;
    padding: 16px 24px;
    border-radius: 9px;
    background: #f8f8fa;
    display: flex;
    align-items: center;
    gap: 15px;
}
.nationwide-location ul li + li {
    margin-top: 12px;
}
.nationwide-list-img {
    display: flex;
    align-items: center;
    gap: 15px;
}
.nationwide-location ul li p {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}
.nationwide-location ul li p span {
    color: #c2c2c2;
    font-family: var(--inter);
    font-weight: 400;
    font-size: 19px;
}
.nationwide-list-info.gray-text p {
    color: #818181;
}
.nationwide-location-footer {
    margin: 20px 0 0;
    padding: 11px 17px 14px;
    position: relative;
    border: 1px solid #10c6bd;
    border-radius: 9px;
    background: var(--yollow);
    background-clip: padding-box;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.nationwide-location-footer p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.nationwide-info h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
    margin-top: 0;
    margin-bottom: 20px;
}
.nationwide-info p {
    margin: -3px 0 0;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.nationwide-info-card-wrap {
    margin: 20px 0 0;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.nationwide-info-card {
    padding: 15px 10px 29px;
    flex: 0 0 calc(50% - 8px);
    border: 1px solid #ccc;
    border-radius: 11.4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.nationwide-info-card-info h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
}
.nationwide-info-card-info p {
    margin: 6px 0 0;
    font-size: 11px;
    font-weight: 400;
    font-family: var(--inter);
    line-height: 16px;
    color: var(--text);
}
.faq-title h2,
.insights-title h2,
.publications-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    margin: 0;
    line-height: 1.3;
}
.estimator-title p,
.faq-title p {
    color: #535353;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    font-family: var(--inter);
}
.faq-title p {
    margin: 17px 0 0;
}
.collapsible-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    font-size: 20px;
    font-family: var(--inter);
    color: var(--black);
    font-weight: 700;
    padding: 0;
    line-height: 1.3;
    background: 0 0;
}
.collapsible-header i {
    transition: transform 0.3s;
}
.faq-inner .collapsible {
    box-shadow: none;
    border: none;
}
.faq-inner .collapsible li {
    margin: 20px auto 0;
    min-height: 83px;
    padding: 18px 32px;
    position: relative;
    max-width: 974px;
    border: 1px solid #ccc;
    border-radius: 10.2px;
    background: var(--white);
    background-clip: padding-box;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.faq-inner .collapsible li .collapsible-body {
    border: none;
}
.faq-inner .collapsible li .collapsible-body p {
    padding: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: var(--black);
    font-family: var(--inter);
    font-weight: 400;
    line-height: 25px;
}
.faq-inner .collapsible li .collapsible-body p a {
    color: var(--black);
}
.faq-inner .collapsible li .collapsible-body p + p {
    margin-top: 1rem;
}
.faq-inner .collapsible li .collapsible-header i {
    color: #676767;
    font-size: 40px;
    margin-right: 0;
}
.estimator-title p {
    margin: 10px 0 0;
}
.estimator-form {
    margin: 30px auto 0;
    padding: 57px 61px 49px;
    max-width: 900px;
    border-radius: 32.4px;
    background: var(--white);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.35);
}
.property-info,
.property-item {
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.estimator-form-item input {
    padding: 0 15px;
    border: 1px solid #9f9f9f;
    background: var(--white);
    background-clip: padding-box;
    color: #939393;
    font-size: 21px;
    height: 65px;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}
.estimator-form-item label {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 15px 5px;
    font-family: var(--inter);
    text-align: left;
    display: block;
}
.estimator-form-item label span {
    color: red;
}
.estimator-form-item button {
    display: block;
    margin: 47px auto 0;
    padding: 0 81px;
    border-radius: 38.4px;
    background: var(--yollow);
    font-size: 18px;
    font-weight: 700;
    line-height: 77px;
    text-align: center;
    font-family: var(--inter);
    border: none;
    color: var(--black);
    transition: 0.3s ease-in-out;
}
.insights-title p,
.property-info a,
.property-top-tags span,
.publications-title p {
    font-family: var(--inter);
    font-weight: 400;
}
.insights-area {
    padding: 60px 0 0;
}
.insights-title p {
    margin: 17px auto 0;
    color: #535353;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    max-width: 950px;
}
.property-info a,
.property-item,
.property-top-tags span {
    color: #3c7070;
    text-align: center;
}
.property-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.property-item {
    border: 1px solid #ccc;
    border-radius: 18.6px;
    margin-bottom: 3px;
}
.property-top-tags {
    display: flex;
    align-items: center;
    gap: 5px;
}
.property-top-info {
    position: absolute;
    top: 0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}
.property-top-tags span {
    display: block;
    border-radius: 6.46px;
    background: var(--white);
    font-size: 8px;
    line-height: 13px;
    padding: 3px 5px;
}
.property-info {
    padding: 20px;
    border-radius: 18.6px;
}
.property-info a {
    font-size: 15px;
    line-height: 22px;
    display: block;
    transition: 0.3s ease-in-out;
}
.property-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
    left: 50%;
}
.property-carousel .owl-nav button {
    width: 42px !important;
    border-radius: 50%;
    background: #c4c4c4 !important;
    height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publications-title p {
    margin: 10px auto 0;
    color: #535353;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    max-width: 950px;
}
.publications-inner {
    max-width: 940px;
    margin: 40px auto 0;
}
.publications-row {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .hero-container-inner {
        gap: 30px;
    }
    .hero-top h1 {
        font-size: 40px;
    }
    .hero-top h2 {
        font-size: 20px;
    }
    .hero-top > p {
        font-size: 16px;
    }
    .menu-offer-section {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .hero {
        background-image: url("../images/hero-img-mobile.jpg");
        background-size: cover;
        padding: 60px 0 60px;
        position: relative;
        z-index: 1;
    }
    .hero:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        z-index: -1;
    }
    .hero-col.hero-col-img {
        display: none;
    }

    .hero-top h1 {
        font-size: 40px;
        color: #fff;
    }
    .hero-slider-prev a,
    .modal-like .free-offer-progress h2,
    .hero-info h5,
    .hero-top h2,
    .progress-info span,
    .hero-info p,
    .hero-top > p {
        color: #ffffff;
    }
    .review-item h2{
        font-size: 32px;
    }

    .review-badge-item + .review-badge-item:before,
    .review-item + .review-item::before {
        content: none;
    }
   
    .features-item h4{
        font-size: 14px;
        line-height: 20px;
    }
   
   
    .helping-seler-card-counter h2 {
        font-size: 24px;
        line-height: 1;
        margin: 10px 0 0;
    }
    .helping-seler-card-counter {
        min-height: 105px;
    }
    .track-record-helping-sellers-inner.sellers-bottom {
        margin-top: 30px;
    }
    .review-item h2:after {
        height: 10px;
    }
    .review-item span {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .review-item h4 {
        margin: 10px 0 0;
        font-size: 16px;
    }
    .review-item p {
        margin: 15px 0 0;
        font-size: 13px;
    }
    .review-item img {
        margin: 10px auto 0;
    }
    .review-item-inner {
        gap: 20px;
    }
    .nationwide {
        padding: 30px;
        gap: 20px;
    }
    .estimator-form {
        margin: 30px auto 0;
        padding: 40px 30px;
        border-radius: 10px;
    }
    .estimator-form-item label {
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 1;
    }
    .estimator-form-item input {
        font-size: 16px;
        height: 45px;
        border-radius: 5px;
    }
    .estimator-form-item + .estimator-form-item {
        margin-top: 15px;
    }
    .estimator-form-item button {
        margin: 20px auto 0;
        min-height: 60px;
        padding: 0 30px;
        border-radius: 10px;
        font-size: 16px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 767px) {
     .comon-title-wrap-inner {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .menu-offer-section {
        display: none;
    }
    .fast-and-trusted-inner {
        gap: 30px;
        flex-direction: column;
    }
    .mailstone-area,
    .compare-table {
        border-radius: 10px;
    }
    .hero-top h1 {
        font-size: 32px;
    }
    .hero-top h2 {
        font-size: 24px;
    }
    .hero-top > p {
        font-size: 16px;
    }
    .form-inner .container,
    .helping-card .helping-seler-card-info {
        padding: 0;
    }
    .review-badge-area {
        padding: 25px 0;
    }
    .review-badge-inner {
        flex-direction: column;
    }
    .review-badge-item {
        flex: 0 0 100%;
        width: 100%;
        justify-content: center;
        padding: 10px;
    }
    .comon-title-wrap h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }
    .comon-title-wrap h2 br{
        display: none;
    }
    .comon-title-wrap.alt.small h2{
        font-size: 20px;
    }
    .comon-title-wrap p, .sel-option-title p {
        font-size: 16px;
    }
    .helping-seler-card {
        min-height: initial;
        flex: 0 0 calc(50% - 8px);
    }
    .helping-seler-card-info,
    .nationwide-info-card {
        padding: 15px 10px;
    }
    .helping-card {
        padding: 15px;
        gap: 10px;
    }
    .real-stories-title-inner span {
        min-height: 27px;
        border-radius: 16px;
        font-size: 14px;
        line-height: 25px;
        padding: 0 10px;
    }
    .real-stories-title-inner h4 {
        font-size: 18px;
    }
    .link-video-review {
        margin-top: 30px;
        min-height: 60px;
        border-radius: 35px;
        font-size: 18px;
        line-height: 60px;
    }
    .growing-inner {
        gap: 15px;
    }
    .review-item h2 {
        font-size: 26px;
    }
    .review-item-inner {
        flex-direction: column;
        gap: 40px;
    }
    .nationwide-location h2 {
        margin: 0 0 20px;
        font-size: 28px;
    }
    .nationwide-info p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 3px;
    }
    .nationwide-info h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .nationwide-info-card-info h4 {
        font-size: 13px;
        margin-bottom: 0;
    }
    .nationwide-location-footer p {
        margin: 0;
    }
    .faq-inner .collapsible li .collapsible-body p + p {
        margin-top: 2rem;
    }
    .collapsible-header {
        font-size: 20px;
    }
    .property-inner {
        padding: 0 15px;
    }
    .property-area {
        padding: 30px 0 60px;
    }
    .publications-row {
        align-items: center;
        flex-wrap: wrap;
    }
    .publications-row + .publications-row {
        margin-top: 15px;
    }
    .form-area-inner p br {
        display: none;
    }
   
    .features-item.key-benefits {
        min-height: initial;
    }
}
@media only screen and (max-width: 600px) {
    .help-text,
    .publication-item {
        text-align: center;
    }
    .form-area h2 {
        font-size: 20px;
    }
    .hero-input-item {
        flex-direction: column;
        background: 0 0;
        gap: 5px;
        border-radius: 0;
    }
    .hero-input-item input {
        border-radius: 5px;
        border: 2px solid var(--yollow);
        height: 55px;
        padding: 0 15px;
        font-size: 18px;
        text-align: center;
    }
    .hero-input-item button {
        border-radius: 5px;
        font-size: 18px;
        padding: 0 15px;
        height: 55px;
    }
    .hero-input-item button img {
        display: none;
    }
    .hero-input-item button span {
        display: block;
    }
    .free-offer-progress h2 {
        margin: 25px 0 10px;
    }

    .helping-card {
        flex: 0 0 100%;
    }
    .real-stories-title p {
        margin: 15px 0 0;
        font-size: 16px;
    }
    .real-stories-title h3 {
        padding: 7px 10px;
        font-size: 16px;
    }
    .growing-inner {
        margin-top: 30px;
        flex-direction: column;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .nationwide {
        flex-direction: column;
        gap: 30px;
        border-radius: 10px;
        padding: 15px;
    }
    .insights-title p,
    .nationwide-location ul li p {
        font-size: 16px;
    }
    .nationwide-location ul li {
        padding: 12px 15px;
        border-radius: 5px;
    }
    .estimator-title p,
    .faq-title p {
        margin: 15px 0 0;
        font-size: 16px;
        line-height: 23px;
    }
    .faq-inner .collapsible li {
        min-height: 70px;
        padding: 15px 20px;
    }
    .collapsible-header {
        font-size: 18px;
    }
    .publication-item {
        flex: 0 0 calc(50% - 10px);
    }
}
@media only screen and (max-width: 425px) {
    .hero-top h1 {
        font-size: 24px;
    }
    .form-area h2 {
        font-size: 16px;
    }
   .form-area .form-area-inner h2{
        font-size: 20px;
    }
    .hero-top > p {
        font-size: 14px;
    }
    .form-area-inner {
        padding: 20px 20px 20px;
    }
    .hero-input-item {
        flex-direction: column;
        background: 0 0;
        gap: 0;
    }
    .hero-input-item button {
        border-radius: 0 0 5px 5px;
        margin-top: 0;
    }
    .hero-input-item input {
        border-radius: 5px 5px 0 0;
        text-align: center;
        background: #fff;
        padding: 0;
    }
    .help-text,
    .publication-item {
        text-align: center;
    }
    .review-badge-item {
        gap: 5px;
    }
    .review-badge-item p {
        font-size: 18px;
    }
    .review-badge-item img {
        max-width: 30px;
    }
    .estimator-title h2,
    .faq-title h2,
    .comon-title-wrap h2,
    .growing-title h2,
    .insights-title h2,
    .publications-title h2,
    .real-stories-title h2 {
        font-size: 28px;
        line-height: 1.4;
    }
    .comon-title-wrap.alt.small h2{
        font-size: 20px;
    }
    .helping-seler-card,
    .nationwide-info-card {
        flex: 0 0 100%;
    }
    .real-stories-title h3 {
        font-size: 14px;
    }
    .estimator-form-item button {
        padding: 0 10px;
        width: 100%;
    }
    .estimator-form {
        padding: 30px 20px;
    }
    .publication-item img {
        max-width: 100px;
    }
}
