/* Homepage — exact match to lightseagreen-boar-319725.hostingersite.com */

/* ---------- HERO SLIDESHOW ---------- */
.home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  padding: 0 30px 80px;
}

.hero-slideshow {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.5s ease, transform 5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.19;
  z-index: 2;
}

.home-hero-content {
  position: relative;
  z-index: 3;
  width: min(100%, 1170px);
  margin: 0 auto;
  padding: 130px 40px 150px 40px;
}

.home-hero-kicker {
  margin: 0 0 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.813rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.538;
}

.home-hero h1 {
  margin: 16px 0 0;
  font-family: "Expletus Sans", sans-serif;
  font-size: clamp(2.7rem, 6vw, 6rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -4.9px;
  color: #fff;
}

.home-hero-sub {
  margin: 30px 0 0;
  max-width: 60%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #fff;
}

.btn-book-now {
  display: inline-flex;
  margin-top: 42px;
  background: #fdf7ed;
  color: #012130;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 17px 50px;
  border-radius: 2px 0 0 0;
  text-transform: none;
  letter-spacing: 0;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.btn-book-now:hover {
  background: #eeac26;
  color: #fdf7ed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ---------- ABOUT ---------- */
.home-about {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  background: url("../images/lee-miller.jpg") top center / cover no-repeat;
  padding: 3%;
}

.home-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #282828;
  opacity: 0.94;
}

.home-about-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1400px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 53% 47%;
  align-items: center;
  gap: 0;
}

.home-about-content {
  padding: 40px 40px 40px 10%;
}

.about-label-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.about-label {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}

.about-divider {
  width: 72px;
  height: 3px;
  background: #ffab00;
}

.home-about-content h2 {
  margin: 0 0 22px;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(2.3em, 3.2vw, 3.2em);
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}

.home-about-content p {
  margin: 0 0 14px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  max-width: 520px;
}

.btn-know-more {
  display: inline-flex;
  margin-top: 24px;
  background: #ffab00;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 1em;
  font-weight: 600;
  border: 2px solid #ffab00;
  border-radius: 0;
  padding: 14px 32px;
  text-transform: none;
  letter-spacing: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-know-more:hover {
  background: transparent;
  color: #ffab00;
}

.home-about-media {
  position: relative;
  z-index: 2;
  margin-left: -120px;
  padding: 40px 40px 40px 0;
}

.home-about-media img {
  width: 100%;
  max-width: 520px;
  height: auto;
  aspect-ratio: 585 / 728;
  object-fit: cover;
  filter: brightness(1.15) contrast(0.93) saturate(0.7);
  transition: filter 0.4s ease;
}

.home-about-media img:hover {
  filter: brightness(1.15) contrast(0.93) saturate(0.7) blur(10px);
}

/* ---------- WHY CHOOSE ---------- */
.why-choose {
  background: #fff;
  padding: 50px 0 100px;
}

.why-title {
  margin: 0 0 40px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #262626;
}

.why-title .lead {
  color: #ffab00;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 50px;
  width: min(100% - 40px, 1112px);
  margin: 0 auto;
  padding: 10px;
}

.why-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: start;
}

.why-card .icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  color: #ffab00;
  display: grid;
  place-items: center;
}

.why-card h3 {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #414247;
}

.why-card p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #54595f;
}

/* ---------- REVIEWS ---------- */
.home-reviews {
  padding: 60px 0 90px;
  background: #fff;
  text-align: center;
}

.reviews-label-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 12px;
}

.reviews-label-row::before,
.reviews-label-row::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #afafaf;
}

.reviews-label {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffab00;
}

.reviews-title {
  margin: 0 0 48px;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(2em, 3.4vw, 3em);
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  text-transform: lowercase;
}

.reviews-carousel {
  position: relative;
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  padding: 0 52px;
}

.reviews-viewport {
  overflow: hidden;
  width: 100%;
}

.reviews-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 auto;
  width: 320px; /* JS overrides to fit 3/2/1 per view */
  box-sizing: border-box;
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px 24px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.review-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.google-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.review-name {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

.review-role {
  margin: 2px 0 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  color: #888;
}

.review-text {
  margin: 0 0 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #444;
  flex: 1;
}

.review-stars {
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 2px;
  line-height: 1;
}

.reviews-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.reviews-nav:hover {
  background: #ffab00;
  border-color: #ffab00;
  color: #fff;
}

.reviews-prev {
  left: 0;
}

.reviews-next {
  right: 0;
}

.reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.reviews-dots .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #d0d0d0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.reviews-dots .slider-dot.is-active {
  background: #222;
  transform: scale(1.15);
}

@media (max-width: 900px) {
  .reviews-carousel {
    padding: 0 44px;
  }

  .reviews-track {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .reviews-carousel {
    padding: 0 40px;
  }

  .reviews-track {
    gap: 16px;
  }

  .review-card {
    min-height: 220px;
  }

  .reviews-nav {
    width: 34px;
    height: 34px;
  }
}

/* ---------- WORK SPEAKS ---------- */
.work-speaks {
  background: #f8f8f8;
  padding: 50px 0 80px;
}

.work-title {
  width: min(100% - 40px, 1170px);
  margin: 0 auto 40px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2em);
  font-weight: 900;
  color: #515151;
}

.work-title .underline-gold {
  border-bottom: 5px solid #ffd700;
  padding-bottom: 2px;
}

.work-row {
  width: min(100% - 40px, 1170px);
  margin: 0 auto 40px;
  display: grid;
  gap: 36px;
  align-items: center;
}

.work-row-featured {
  grid-template-columns: 66% 34%;
  padding-top: 20px;
}

.work-row-featured img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.work-row-content h3,
.work-project h3 {
  margin: 0 0 14px;
  font-family: "Expletus Sans", sans-serif;
  font-size: clamp(1.9rem, 2.5vw, 2.9rem);
  font-weight: 600;
  color: #012130;
}

.work-row-content p,
.work-project p {
  margin: 0 0 18px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #54595f;
}

.btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #012130;
  padding: 1em 0;
}

.btn-read-more:hover {
  color: #eeac26;
}

.work-row-split {
  grid-template-columns: 33% 67%;
  align-items: start;
  padding: 0 20px;
}

.work-project img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-bottom: 18px;
}

.work-project-wide img {
  height: 360px;
}

.work-project h3 {
  font-size: clamp(1.5rem, 2vw, 1.9rem);
}

.work-project-wide h3 {
  font-size: clamp(1.9rem, 2.5vw, 2.9rem);
}

/* ---------- CUSTOM INTERIORS ---------- */
.custom-headline {
  width: min(100% - 80px, 1170px);
  margin: 0 auto;
  padding: 94px 40px 30px;
}

.custom-headline h2 {
  margin: 0;
  font-family: "Expletus Sans", sans-serif;
  font-size: clamp(2.2rem, 2.9vw, 2.9rem);
  font-weight: 500;
  letter-spacing: -1.9px;
  color: #012130;
  line-height: 1.25;
}

.custom-row-a {
  background-image: linear-gradient(270deg, #2d3c3d 50%, rgba(242, 41, 91, 0) 31%);
  padding: 40px 0 0;
}

.custom-row-a-inner {
  width: min(100% - 40px, 1170px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.custom-row-a img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.custom-row-a .gold-line {
  width: 60px;
  height: 3px;
  background: #ffab00;
  margin-bottom: 16px;
}

.custom-row-b {
  background-image: linear-gradient(270deg, #ffffff 50%, rgba(242, 41, 91, 0) 31%);
  padding: 40px 0;
}

.custom-row-b-inner {
  width: min(100% - 40px, 1170px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.custom-text-panel {
  background: #fff;
  padding: 3em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.custom-text-panel p {
  margin: 0 0 14px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #54595f;
}

.custom-row-b img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* ---------- WHAT WE OFFER ---------- */
.home-offer {
  background: #fafafa;
  padding: 90px 0 100px;
}

.offer-inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}

.offer-title {
  margin: 0 0 52px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #012130;
}

.offer-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.offer-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 18px;
  padding: 32px 28px 34px;
  box-shadow: 0 8px 28px rgba(1, 33, 48, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(1, 33, 48, 0.1);
  border-color: #f0e0b8;
}

.offer-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a2b34;
  letter-spacing: -0.01em;
}

.offer-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(238, 172, 38, 0.12);
  color: #eeac26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.offer-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer-card li {
  position: relative;
  padding-left: 22px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a6570;
}

.offer-card li strong {
  color: #2c3a43;
  font-weight: 600;
}

.offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: #eeac26;
  transform: rotate(45deg);
  border-radius: 1px;
}

/* ---------- FAQ ---------- */
.home-faq {
  background: #fff;
  padding: 4em 0;
}

.home-faq-grid {
  width: min(100% - 40px, 1170px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.home-faq-copy h2 {
  margin: 0 0 12px;
  font-family: "Expletus Sans", sans-serif;
  font-size: 2.9rem;
  color: #012130;
}

.faq-intro {
  margin: 0 0 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #7a7a7a;
}

.btn-message {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  background: #fdf7ed;
  color: #012130;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 22px 60px;
  border-radius: 0;
  text-transform: none;
  transition: background 0.25s ease, color 0.25s ease;
}

.btn-message:hover {
  background: #25d366;
  color: #fdf7ed;
}

.home-faq .faq-list {
  gap: 14px;
}

.home-faq .faq-item {
  border: 1px solid #fdf7ed;
  border-bottom: 1px solid #fdf7ed;
}

.home-faq .faq-question {
  padding: 14px 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #012130;
}

.home-faq .faq-answer-inner {
  padding: 0 16px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #7a7a7a;
  line-height: 1.6;
}

.home-faq-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 20px;
}

/* ---------- CTA ---------- */
.home-cta {
  position: relative;
  padding: 100px 0;
  background: url("../images/nathan-dumlao.jpg") center / cover no-repeat fixed;
}

.home-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0.84;
  mix-blend-mode: lighten;
}

.cta-banner {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 900px);
  margin: 0 auto;
  background: #fdf7ed;
  padding: 94px 40px 100px;
  text-align: center;
}

.cta-banner .dash {
  width: 19%;
  height: 0;
  border-top: 4px dashed #012130;
  margin: 0 0 24px;
}

.cta-banner h2 {
  margin: 0 0 12px;
  font-family: "Expletus Sans", sans-serif;
  font-size: clamp(2.6rem, 4vw, 4rem);
  letter-spacing: -4.9px;
  color: #012130;
}

.cta-banner p {
  margin: 0 0 28px;
  font-family: "Mitr", sans-serif;
  font-size: 0.813rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #012130;
}

.btn-schedule {
  display: inline-flex;
  background: #ffab00;
  color: #fdf7ed;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 22px 60px;
  border-radius: 0;
  text-transform: none;
  transition: background 0.2s ease;
}

.btn-schedule:hover {
  background: #ea9d00;
  color: #fdf7ed;
}

/* ---------- VIDEO ---------- */
.home-video {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 7% 3% 5%;
  background: url("../images/lee-miller.jpg") top center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.home-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #282828;
  opacity: 0.94;
}

.home-video > * {
  position: relative;
  z-index: 1;
}

.video-title {
  margin: 0 0 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(2.5em, 3.2vw, 3.2em);
  font-weight: 900;
  color: #fff;
}

.video-divider {
  width: 42px;
  height: 3px;
  background: #ffab00;
  margin: 0 auto 36px;
}

.video-frame {
  width: min(100%, 1100px);
  aspect-ratio: 16 / 9;
  border-radius: 0;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- FREE CONSULTATION ---------- */
.free-consult-wrap {
  background: #fff;
  padding: 60px;
}

.free-consult {
  width: min(100%, 1380px);
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: url("../images/outsite-co.jpg") center / cover no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 100px 50px;
  color: #fff;
}

.free-consult-copy h2 {
  margin: 0 0 16px;
  font-family: "Expletus Sans", sans-serif;
  font-size: clamp(1.875rem, 2.9vw, 2.9rem);
  color: #fff;
}

.free-consult-copy p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  max-width: 460px;
}

.consult-form {
  padding: 0 2em 0 1em;
}

.consult-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.consult-form .form-row-full {
  grid-template-columns: 1fr;
}

.consult-form input,
.consult-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  padding: 12px 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #012130;
}

.consult-form textarea {
  min-height: 100px;
  resize: vertical;
}

.consult-form .btn-submit {
  width: 100%;
  margin-top: 10px;
  background: #eeac26;
  color: #fdf7ed;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 24px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.consult-form .btn-submit:hover {
  background: #fdf7ed;
  color: #012130;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .home-hero {
    min-height: 85vh;
    padding: 50px 0;
  }

  .home-hero-content {
    padding: 100px 20px 60px;
  }

  .home-hero h1 {
    letter-spacing: 0.7px;
  }

  .home-hero-sub {
    max-width: 100%;
    font-size: 1.3rem;
  }

  .home-about-inner,
  .why-grid,
  .work-row-featured,
  .work-row-split,
  .custom-row-a-inner,
  .custom-row-b-inner,
  .offer-cards,
  .home-faq-grid,
  .free-consult {
    grid-template-columns: 1fr;
  }

  .why-col {
    gap: 22px;
  }

  .home-about {
    min-height: auto;
    padding: 60px 20px;
  }

  .home-about-media {
    margin-left: 0;
    padding: 0;
    order: -1;
  }

  .home-about-content {
    padding: 30px 0 0;
  }

  .hide-mobile {
    display: none !important;
  }

  .work-row-featured img,
  .work-project img,
  .work-project-wide img,
  .custom-row-a img,
  .custom-row-b img {
    height: auto;
    max-height: 320px;
  }

  .cta-banner {
    padding: 40px 20px;
  }

  .home-cta {
    background-attachment: scroll;
    padding: 60px 15px;
  }

  .home-video {
    min-height: auto;
    padding: 60px 15px;
  }

  .free-consult-wrap {
    padding: 20px;
  }

  .free-consult {
    padding: 50px 20px;
  }

  .consult-form {
    padding: 0;
  }

  .consult-form .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .btn-book-now,
  .btn-message,
  .btn-schedule {
    width: 100%;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-faq-copy h2 {
    font-size: 2.2rem;
  }

  .custom-headline {
    padding: 44px 15px 20px;
  }
}
