@charset "UTF-8";
.font-merriweather {
  font-family: "Merriweather";
}

.font-lato {
  font-family: "Lato";
}

.valuation-section {
  font-family: "Lato";
}
.valuation-section .container {
  max-width: 1250px;
}
.valuation-section.hidden {
  display: none;
}
.valuation-section .submitting {
  pointer-events: none;
}
@media (max-width: 768px) {
  .valuation-section .container {
    padding: 0 50px;
  }
}

.hero-section {
  background: url("../images/hero.jpg") center center/cover no-repeat;
  height: 100vh;
  max-height: 710px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
.hero-section .hero-overlay {
  background: rgba(2, 36, 52, 0.3019607843);
  position: absolute;
  inset: 0;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-section h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
}
.hero-section p {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hero-section {
    max-height: 440px;
  }
  .hero-section h1 {
    font-size: 48px;
    font-weight: 500;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  .hero-section p {
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
  }
}

.form-section {
  padding: 110px 0;
  /* Basic Layout + Shadows */
}
.form-section .hidden {
  display: none;
}
.form-section .step-card {
  max-width: 825px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  padding: 0 70px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid #ececec;
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  /* Inputs */
}
.form-section .step-card.active {
  max-height: 2000px;
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 1;
}
.form-section .step-card.loading button {
  pointer-events: none;
}
.form-section .step-card .form-label {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}
.form-section .step-card .form-control,
.form-section .step-card .form-select {
  border-radius: 10px;
  padding: 14px 16px;
  border-color: #D9D9D9;
  font-family: "Lato";
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  margin-top: 10px;
}
.form-section .step-card button {
  cursor: pointer;
}
.form-section .step-card .progress-steps {
  justify-content: space-between !important;
  max-width: 645px;
  margin: 0 auto;
  position: relative;
}
.form-section .step-card .progress-steps::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 100%;
  height: 5px;
  background: #F6F6F7;
  z-index: 1;
}
.form-section .step-card .progress-steps::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 60%;
  height: 5px;
  background: #3875CE;
  z-index: 1;
}
.form-section .step-card .progress-steps .step {
  position: relative !important;
  width: 31px !important;
  height: 31px !important;
  background: #3875CE !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100% !important;
  z-index: 10;
  color: #fff !important;
  font-size: 18px !important;
}
.form-section .step-card .progress-steps .step p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
}
.form-section .step-card .progress-steps .step span {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px !important;
  color: #18242F;
  display: block;
  width: 150px;
  text-align: center;
}
@media (max-width: 768px) {
  .form-section .step-card.active {
    padding: 40px;
  }
  .form-section .step-card .step-title {
    font-size: 24px !important;
  }
}
.form-section .step-1 {
  /* Step Indicator */
  /* Title */
  /* Button */
}
.form-section .step-1 .step-indicator {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato";
  color: #00305A;
  margin-bottom: 25px;
  display: flex;
  gap: 25px;
  position: relative;
  padding-bottom: 20px;
}
.form-section .step-1 .step-indicator .progress-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F6F6F7;
  height: 5px;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
}
.form-section .step-1 .step-indicator .progress-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: #269ADE;
}
.form-section .step-1 .step-active {
  border-bottom: 3px solid #007bdb;
  padding-bottom: 6px;
}
.form-section .step-1 .step-title {
  font-size: 36px;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: 25px;
  font-family: "Merriweather";
}
.form-section .step-1 .btn-next {
  background: #1792E6;
  color: #fff;
  font-size: 18px;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
}
.form-section .step-1 .btn-next:hover {
  background: #0f7cc2;
}
.form-section .step-2 {
  max-width: 825px;
}
.form-section .step-2 .form-card {
  padding: 0 30px !important;
}
.form-section .step-2 h3 {
  color: #18242F;
  font-size: 36px;
  font-weight: 400;
  font-family: "Merriweather";
  margin: 50px 0;
}
.form-section .step-2 .form-wrapper {
  max-width: 825px;
}
.form-section .step-2 .form-card {
  border-radius: 12px;
  border: none !important;
}
.form-section .step-2 .privacy-text {
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}
.form-section .step-2 .btns-wrap {
  display: flex;
  gap: 17px;
}
.form-section .step-2 .btns-wrap p {
  display: flex;
  gap: 17px;
  width: 100%;
}
.form-section .step-2 .btns-wrap button {
  height: 57px;
  line-height: 57px;
  padding: 0 20px;
  border-radius: 5px;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  font-family: "Lato";
}
.form-section .step-2 .btns-wrap button.btn-light {
  border: #D9D9D9 solid 2px !important;
  background: #fff !important;
}
@media (max-width: 768px) {
  .form-section .step-2 h3 {
    font-size: 24px;
  }
  .form-section .step-2 .progress-steps .step span {
    max-width: 100px;
    top: 59px;
    line-height: 1.2em;
  }
  .form-section .step-2 .form-card {
    padding: 0 0 !important;
  }
  .form-section .step-2 .form-label {
    font-size: 20px;
    margin-bottom: 0;
  }
  .form-section .step-2 .btns-wrap {
    display: block;
  }
  .form-section .step-2 .btns-wrap p {
    display: block;
    margin-bottom: 0 !important;
  }
  .form-section .step-2 .btns-wrap .btn {
    margin-bottom: 10px;
  }
  .form-section .step-2 .privacy-text {
    margin-top: 10px !important;
  }
}
.form-section .step-3 {
  max-width: 825px;
}
.form-section .step-3 h2 {
  color: #18242F;
  font-size: 36px;
  font-weight: 400;
  font-family: "Merriweather";
  margin: 30px 0;
  text-align: center;
}
.form-section .step-3 .progress-steps::after {
  width: 100%;
}
.form-section .step-3 p {
  font-size: 21px;
  font-weight: 500;
  font-family: "Lato";
  color: rgba(24, 36, 47, 0.65);
}
.form-section .step-3 h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Lato";
  color: rgb(56, 117, 206);
  margin: 30px 0;
}
.form-section .step-3 .valuation-result {
  margin: auto;
}
.form-section .step-3 .valuation-amount {
  color: #0d6efd;
  font-size: 2.5rem;
}
.form-section .step-3 .valuation-btn {
  padding: 0 30px;
  font-weight: 500;
  font-family: "Lato";
  border-radius: 5px;
  height: 72px;
  line-height: 72px;
  background: rgb(56, 117, 206);
  font-size: 20px;
}
.form-section .step-3 .privacy-text {
  font-size: 13px;
  color: #777;
}
@media (max-width: 768px) {
  .form-section .step-3 h2 {
    font-size: 24px;
    margin: 80px 0 20px 0 !important;
  }
  .form-section .step-3 .progress-steps .step span {
    max-width: 100px;
    top: 59px;
    line-height: 1.2em;
  }
  .form-section .step-3 .form-card {
    padding: 0 0 !important;
  }
  .form-section .step-3 .form-label {
    font-size: 20px;
    margin-bottom: 0;
  }
  .form-section .step-3 p {
    font-size: 16px;
  }
  .form-section .step-3 .valuation-amount {
    font-size: 30px;
  }
  .form-section .step-3 .btn {
    max-width: 100%;
    font-size: 20px !important;
    height: auto !important;
    line-height: 1.2em !important;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
    white-space: unset !important;
  }
  .form-section .step-3 .privacy-text {
    font-size: 10px !important;
  }
}
.form-section .wpcf7-response-output {
  display: none !important;
}
@media (max-width: 768px) {
  .form-section {
    padding: 80px 0;
  }
}

.video-section {
  background: #d8f4ff;
  padding: 80px 0;
}
.video-section .valuation-title {
  font-size: 36px;
  font-weight: 400;
  color: #18242F !important;
  font-family: "Merriweather";
}
.video-section .valuation-subtext {
  max-width: 600px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
  color: #18242F !important;
  font-family: "Lato";
}
.video-section .video-wrapper {
  max-width: 670px;
  cursor: pointer;
  position: relative;
}
.video-section .video-wrapper img {
  width: 100%;
  border-radius: 12px;
}
.video-section .video-wrapper .play-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  width: 66px;
  height: 43px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.video-section .video-wrapper .play-btn i {
  color: #000;
  font-style: normal;
  font-size: 25px;
}
.video-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  .video-section {
    padding: 80px 0;
  }
  .video-section .valuation-title {
    font-size: 24px;
  }
  .video-section .valuation-subtext {
    font-size: 16px;
  }
  .video-section .play-btn {
    width: 40px !important;
    height: 25px !important;
  }
  .video-section .play-btn i {
    font-size: 14px !important;
  }
}

.booking-section {
  padding: 100px 0;
}
.booking-section .hidden {
  display: none;
}
.booking-section h2 {
  color: #1e2a34;
  font-size: 36px;
  font-weight: 400;
  font-family: "Merriweather";
}
.booking-section p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato";
  color: #18242F;
}
.booking-section .alert {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato";
  color: #13580B;
  background: #E4FEE1;
  padding: 20px 75px;
}
.booking-section .bg-light-green {
  background-color: #e8ffe8;
}
.booking-section .calendar-wrap {
  position: relative;
}
.booking-section .calendar-wrap #prevWeek {
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
  border: none !important;
  color: #000 !important;
}
.booking-section .calendar-wrap #prevWeek:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important;
}
.booking-section .calendar-wrap #nextWeek {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
  border: none !important;
  color: #000 !important;
}
.booking-section .calendar-wrap #nextWeek:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #000 !important;
}
.booking-section #dayContainer {
  gap: 9px;
}
.booking-section #dayContainer > div {
  width: 16.6666666667%;
}
.booking-section .wpcf7-response-output {
  display: none !important;
}
.booking-section .invalid .availability-card .wpcf7-response-output,
.booking-section .error .availability-card .wpcf7-response-output,
.booking-section .failed .availability-card .wpcf7-response-output,
.booking-section .aborted .availability-card .wpcf7-response-output,
.booking-section .processing .availability-card .wpcf7-response-output,
.booking-section .mail-sent .availability-card .wpcf7-response-output,
.booking-section .spam .availability-card .wpcf7-response-output,
.booking-section .no-mail .availability-card .wpcf7-response-output,
.booking-section .no-spam .availability-card .wpcf7-response-output,
.booking-section .sent .availability-card .wpcf7-response-output {
  display: block !important;
}
.booking-section .availability-card {
  max-width: 825px;
  margin: 40px auto;
  padding: 50px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  /* Day Boxes */
  /* Time box styling */
}
.booking-section .availability-card .day-box {
  border: 2px solid #ddd;
  padding: 14px 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 90px;
}
.booking-section .availability-card .day-box:hover,
.booking-section .availability-card .day-box.active {
  border-color: #1a57e2;
  color: #1a57e2;
  background: #e8f0ff;
}
.booking-section .availability-card .day-box .day {
  font-weight: 600;
  font-size: 1rem;
}
.booking-section .availability-card .day-box .day-num {
  font-size: 1.6rem;
  font-weight: 700;
}
.booking-section .availability-card .day-box .month {
  font-size: 0.8rem;
  opacity: 0.8;
}
.booking-section .availability-card h5 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Lato";
  color: #18242F;
}
.booking-section .availability-card .time-options {
  margin: 0 -8px;
}
.booking-section .availability-card .time-options > div {
  padding: 0 8px;
  margin-bottom: 15px;
}
.booking-section .availability-card .time-slot {
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.booking-section .availability-card .time-slot p {
  margin: 0 !important;
}
.booking-section .availability-card .time-slot:hover,
.booking-section .availability-card .time-slot.active {
  background-color: #e9f0ff;
  border-color: #1a57e2;
  color: #1a57e2;
}
.booking-section .availability-card .btn-submit {
  background: #3162C8;
  color: white;
  padding: 0 14px;
  text-align: center;
  font-size: 32px;
  border-radius: 15px;
  height: 87px;
  line-height: 87px;
  font-family: "Lato";
  font-weight: 700;
}
@media (max-width: 768px) {
  .booking-section {
    padding: 80px 0;
  }
  .booking-section h2 {
    font-size: 24px;
  }
  .booking-section p {
    font-size: 16px;
  }
  .booking-section .alert {
    font-size: 16px;
  }
  .booking-section .availability-card {
    padding: 30px;
    margin-bottom: 0;
  }
  .booking-section .availability-card h5 {
    font-size: 20px;
  }
  .booking-section .availability-card p {
    font-size: 16px;
  }
  .booking-section .availability-card #dayContainer {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
  .booking-section .availability-card #dayContainer > div {
    width: 100%;
  }
  .booking-section .availability-card #dayContainer .day-box {
    min-width: 80px;
  }
  .booking-section .availability-card .time-options {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .booking-section .availability-card .time-options > div {
    width: 100%;
    max-width: 100%;
  }
  .booking-section .availability-card .time-options > div p {
    font-size: 32px;
  }
  .booking-section .availability-card .btn-submit {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
  }
}

.testimonial-section {
  padding: 100px 0;
  background: #0f3552;
  /* Avatar */
  /* Text Styling */
  /* Button */
}
.testimonial-section .expert-title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 150px !important;
}
.testimonial-section .expert-card {
  max-width: 750px;
  background: #2b98d3;
  border-radius: 10px;
  color: #ffffff;
  position: relative;
  padding-top: 80px !important;
}
.testimonial-section .expert-avatar-wrapper {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #ffffff;
  margin-top: -164px;
}
.testimonial-section .expert-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-section .expert-name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}
.testimonial-section .expert-position {
  margin-top: -2px;
  font-size: 16px;
  opacity: 0.85;
  font-style: italic;
}
.testimonial-section .expert-message {
  max-width: 88%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
}
.testimonial-section .btn-valuation {
  background: #2b98d3;
  color: #fff;
  padding: 0 37px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
  height: 52px;
  line-height: 52px;
}
.testimonial-section .btn-valuation:hover {
  background: #238bc2;
  color: #fff;
}
@media (max-width: 768px) {
  .testimonial-section {
    padding: 80px 0;
  }
  .testimonial-section .expert-card .expert-message {
    font-size: 16px;
  }
}

.reviews-section {
  padding: 100px 0;
  background: #6A6770;
}
.reviews-section .reviews-header {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.reviews-section .reviews-header h2 {
  font-family: "Merriweather", serif;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
}
.reviews-section .reviews-header p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto;
  max-width: 640px;
  font-size: 20px;
  font-weight: 400px;
}
.reviews-section .review-card {
  background: #fff;
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.35);
  min-height: 320px;
  height: 100%;
}
.reviews-section .review-card .review-stars {
  margin-bottom: 18px;
}
.reviews-section .review-card .star {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 0;
}
.reviews-section .review-card .review-text {
  color: #333;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 400;
}
.reviews-section .review-card .review-author {
  margin-top: 18px;
  font-style: italic;
  color: #444;
}
.reviews-section .review-card .google-brand {
  margin-top: 18px;
  color: #9b9b9b;
  font-weight: 700;
  font-size: 28px;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .reviews-section {
    padding: 80px 0;
  }
  .reviews-section .review-card {
    text-align: center;
  }
  .reviews-section .review-card .review-text {
    font-size: 16px;
  }
  .reviews-section .review-card .review-author {
    font-size: 16px;
  }
}

.why-choose-us {
  background: url("../images/why-choose.jpg") center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
  position: relative;
}
.why-choose-us::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a3653;
  opacity: 0.85;
  content: "";
}
.why-choose-us .container {
  position: relative;
  z-index: 10;
}
.why-choose-us .section-title {
  font-family: "Merriweather", serif;
  font-size: 36px;
  font-weight: 400;
  color: #fff !important;
}
.why-choose-us .why-card {
  background: #fff;
  color: #000;
  border-radius: 8px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.why-choose-us .why-card h4 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #18242F;
  font-family: "Merriweather";
}
.why-choose-us .why-card p {
  color: #444;
  line-height: 1.6;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  text-align: center;
}
@media (max-width: 768px) {
  .why-choose-us {
    padding: 80px 0;
  }
  .why-choose-us .row {
    gap: 28px;
  }
}

.faq-section {
  text-align: center;
  padding: 100px 0;
}
.faq-section .faq-title {
  font-family: "Merriweather", serif;
  font-size: 36px;
  font-weight: 400;
  color: #18242F;
}
.faq-section .faq-accordion .accordion-item {
  border-radius: 6px;
  margin-bottom: 16px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.faq-section .faq-accordion .accordion-header {
  padding: 0 !important;
  margin: 0 !important;
}
.faq-section .faq-accordion .accordion-button {
  background: #fff;
  color: #1d1d1f;
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato";
  padding: 18px 22px;
  box-shadow: none !important;
  width: 100%;
  margin: 0 !important;
  border: none !important;
  cursor: pointer;
  outline: none !important;
  position: relative;
  padding-right: 25px;
}
.faq-section .faq-accordion .accordion-button::after {
  content: "+";
  font-size: 22px;
  background-image: none !important;
  transform: none !important;
  position: absolute;
  top: 17px;
  right: 19px;
}
.faq-section .faq-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}
.faq-section .faq-accordion .accordion-body {
  text-align: left;
  padding: 20px 24px;
  color: #444;
  line-height: 1.6;
}

/*# sourceMappingURL=style.css.map */
