/*!
Theme Name: gotcha
Theme URI: http://underscores.me/
Author: gotchamobi.com
Author URI: http://gotchamobi.com
Description: Description
Version: 5.0.0
Tested up to: 5.4
Requires PHP: 5.6

*/
:root {
  --falco-dark: #231f20;
  --falco-green: #2d5a27;
  --falco-green-bright: #4ea24c;
  --falco-red: #ed1c24;
  --falco-light: #f9fafb;
  --falco-mint: #e8f5e9;
  --falco-border: #c7c8ca;
  --falco-border-soft: #e2e2e4;
  --falco-white: #ffffff;
  --falco-shadow: 0 24px 60px rgba(26, 31, 28, 0.18);
}
/*---------------- FONTS --------------*/
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* ----------------- Reset CSS Start ----------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address,strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup, menu, nav, section {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
body { font-family: 'open_sansregular', sans-serif;line-height:1;overflow-x:hidden;}
footer,header {display:block;}


* {box-sizing: border-box;}

/*  ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6, 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-family: 'Montserrat', sans-serif;font-weight:600; margin: 0;padding: 0; color:#010E33;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
p, span {font-family: 'open_sansregular', sans-serif;}
p img, p:empty {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
p  {font-size:20px; line-height:28px; margin-bottom: 20px;color:#000;}
h2 {
  font-size: 42px;
  line-height: 52px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 1.24px;
  margin-bottom: 10px;
	color:var(--bs-heading-color);
}
h2  span {
  background: linear-gradient(90deg, var(--falco-green-bright) 20%, var(--falco-green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
h4 {
  font-size: 24px;
  color: #010E33;
  margin-bottom: 20px ;
  line-height: 43px;
}

/* ----------------- Links ----------------- */
a,
a:visited,
a:hover,
a:focus {
  color: inherit;
  font-family: 'open_sansregular', sans-serif;
  text-decoration: none !important;
  outline: 0;
}
button {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  color: inherit;
  font-family: 'open_sansregular', sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
button:visited,
button:hover,
button:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 transparent;
  border: 0 none;
}

/* ----------------- Transisiton for Links ----------------- */
#sidebar a,
#footer a,
#title a,
#header a,
#copyright a{
  -webkit-transition: all 0.07s ease-in;
       -moz-transition: all 0.07s ease-in;
        -ms-transition: all 0.07s ease-in;
         -o-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in;
}

p a,
p a:visited {line-height: inherit;}

ul {list-style: outside none none;margin: 0;padding-left: 15px;}
ul > li {    font-family: 'open_sansregular', sans-serif;vertical-align: top;font-size:18px;line-height:28px;position:relative;}
input, textarea, label {font-family: 'open_sansregular', sans-serif;}

img {max-width: 100%;height: auto;}


/* ----------------- Header CSS Start ----------------- */
.current_page_item .nav-link.active {
  color: var(--falco-red) !important;
  border-bottom: 2px solid var(--falco-red) !important;
}
#mob-navbar {
   background:#fdfdfd !important;
  position: absolute;
  top: 70px;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
#mob-nav {
  background: rgba(35, 31, 32, 0.96);
}
.mbb-nn {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.mbb-nn .nav-link {
  border-bottom: 1px solid #ccc;
  color: #000 !important;
}
.m-men .nav-link {
  color: rgba(232, 245, 233, 0.70) !important;
  font-size: 16px !important;
  font-weight: normal;
  padding: 16px 14px !important;
  font-family: 'open_sansregular';
  text-transform: capitalize;
}
#mainnav-wrap {
  padding: 8px 0;
  background: var(--falco-dark);
  transition: margin-top 0.3s ease;
}
.navbar .nav-item:hover .dropdown-menu {
top: 100%;
visibility: visible;
transition: .5s;
opacity: 1;
}
.navbar .nav-item .dropdown-menu {
  display: block;
  border: none;
  margin-top: 0;
  top: 150%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  box-shadow: 0 4px 24px 0 rgba(0, 102, 102, 0.08);
  background: #fff;
  border-radius: 8px !important;
}
.dropdown-item {
  font-weight: 500;
  color: #13262a;
  font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: var(--falco-red);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--falco-red);
}
#menu-main-menu {
  margin-right: 20px;
}
.top-bar {
  padding: 10px 0;
  height: 44px;
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  right: 0;
  background: #010077;
  text-align: center;
}
.top-bar p {
  color: #fff;
  margin: 0 !important;
  font-size: 16px;
  font-weight: bold;
}
.btn-pill {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
}
.btn-pill img {
  height: 20px;
  width: 20px;
}
.btn-estimate, .btn-danger {
  background: var(--falco-red);
  border-color: var(--falco-red);
 color:#fff !important;
}
#mainnav-wrap .btn-phone {
  margin-right: 16px;
}
/* ----------------- Header CSS End ----------------- */
/* ----------------- Home CSS Start ----------------- */
.hero-section {
  background:
    linear-gradient(114deg, rgba(35, 31, 32, 0.95) 12%, rgba(35, 31, 32, 0.56) 66%, rgba(35, 31, 32, 0.12) 100%),
    url("/wp-content/uploads/2026/04/hero-bg.png") center center / cover no-repeat;
  color: var(--falco-white);
  padding: 80px 0 92px;
  margin-top:90px;
}

.hero-grid {
  min-height: 780px;
}

.hero-copy {
  max-width: 702px;
}

.hero-badge {
  align-items: center;
  background: rgba(232, 245, 233, 0.18);
  border: 1px solid rgba(199, 200, 202, 0.4);
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
  margin-bottom: 12px;
  padding: 8px 15px;
}

.hero-badge img {
  height: 18px;
  width: 18px;
}

.hero-badge span {
  color: var(--falco-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-copy h1 {
  color: var(--falco-mint);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.08;
  margin-bottom: 32px;
  max-width: 700px;
}

.hero-actions {
  margin-bottom: 56px;
}

.hero-stats {
  max-width: 460px;
}

.hero-stats .col {
  position: relative;
}

.hero-stats strong {
  color: var(--falco-mint);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.hero-stats span {
  color: var(--falco-mint);
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  max-width: 120px;
}

.stat-divider::before {
  background: rgba(232, 245, 233, 0.4);
  content: "";
  height: 52px;
  left: -22px;
  position: absolute;
  top: 6px;
  width: 1px;
}

.estimate-card {
  position: relative;
  backdrop-filter: blur(4.400000095367432px);
  background: rgba(35, 31, 32, 0.65);
  border: none;
  border-radius: 30px;
  color: var(--falco-white);
  padding: 32px;
  box-shadow: var(--falco-shadow);
}

.estimate-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1.6px;
  background: linear-gradient(to bottom, #C0CEBE, #FFFFFF);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.estimate-card__heading {
  margin-bottom: 32px;
}

.estimate-card__heading--left {
  margin-bottom: 24px;
  text-align: left;
}

.estimate-card__heading h2 {
  font-size: 37px;
  line-height: 47px;
  margin-bottom: 10px;
  color: var(--falco-white);
}

.estimate-card__heading p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--falco-white);
}
.gform_required_legend {
  display: none;
}

.gfield_label.gform-field-label {
 color: var(--falco-white) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}
.textarea {
  background: var(--falco-light) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: rgba(35, 31, 32, 0.9) !important;
  font-size: 14px !important;
  padding: 12px 20px !important;
}
.large {
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  color: rgba(35, 31, 32, 0.9) !important;
  font-size: 14px !important;
  min-height: 44px !important;
  padding: 12px 20px !important;
  margin-bottom: -20px !important;
}
.gfield_select {
  padding: 0 20px !important;
}
#gform_submit_button_1 {
  background: #2d5a27;
  width: 100%;
  border-radius: 100px;
  padding: 12px 20px !important;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat';
}
.trust-strip {
  background: var(--falco-dark);
  padding: 42px 0 !important;
}
.trust-item .benefits-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.trust-item .benefits-content .img-fluid {
  width: 60px;
  flex: 0 0 60px;
  margin-right: 12px;
}
.trust-item .benefits-content h3 {
  flex: 1;
  margin: 0;
  color: var(--falco-mint);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 50px;
}
.trust-item .benefits-content p {
  flex: 0 0 100%;
  margin-top: 6px;
  font-size: 12px;
  color: #4ea24c;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.title-desc h2 {
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.2;
  margin-bottom: 20px;
}
.title-desc h2 span {
  background: linear-gradient(90deg, var(--falco-green-bright) 20%, var(--falco-green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.text-gradient {
  background: linear-gradient(90deg, var(--falco-green-bright) 20%, var(--falco-green) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.title-desc p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}
/* CARD */
.service-card {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 24px;
}

/* IMAGE */
.service-card img {
  height: 265px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

/* CONTENT WRAPPER */
.service-card .benefits-content {
  position: relative;
  padding-bottom: 20px;

  /* hidden vertical line (ONLY bottom growth) */
  background-image: linear-gradient(var(--falco-green-bright), var(--falco-green-bright));
  background-repeat: no-repeat;
  background-size: 3px 0; /* hidden initially */
  background-position: left top; /* start exactly below heading */
  transition: background-size 0.35s ease;
}

/* HEADING (your original style) */
.service-card h3 {
  border-left: 3px solid var(--falco-green-bright);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-left: 24px;
  margin-top: 14px;
  transition: color 0.3s ease;
}

/* PARAGRAPH */
.service-card p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  min-height: 72px;
  padding-left: 24px;
}

/* LINK */
.service-card a {
  color: var(--falco-red);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-left: 24px;
  transition: color 0.3s ease;
}

/* 🔥 HOVER EFFECT */
.service-card:hover .benefits-content {
  background-size: 3px 100%; /* grows ONLY downward */
}

/* Heading color change */
.service-card:hover h3 {
  color: var(--falco-green-bright);
}

/* Optional link hover */
.service-card:hover a {
  color: var(--falco-green-bright);
}
.difference-hero {
  background: linear-gradient(180deg, rgba(249, 250, 251, 0.98) 4%, rgba(255, 255, 255, 0) 46%), linear-gradient(180deg, rgba(249, 250, 251, 0) 0%, rgba(35, 31, 32, 0.1) 38%, rgba(35, 31, 32, 0.9) 86%, rgb(35, 31, 32) 100%), url("/wp-content/uploads/2026/05/What-Makes-the-Difference-scaled.png") center center / cover no-repeat;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}
.difference-item {
  padding-left: 60px;
}
.difference-hero h2 {
   color: var(--falco-white);
}
.difference-hero p {
	color: var(--falco-white);
}
.difference-item li {
  border-left: 1px solid var(--falco-green-bright);
  padding-left: 24px;
  margin-bottom: 20px;
}
.difference-item ul {
  padding-left: 0;
}
.difference-item li h3 {
  color: var(--falco-white);
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 8px;
}

.difference-item li p {
  color: var(--falco-white);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  opacity: 0.9;
}
.left-image {
  flex-direction: row-reverse;
}
.difference-feature .image-wrap img {
  border-radius: 24px;
}
/* ── Section wrapper ─────────────────────────────────────────────────────── */
.results-section {
  background: var(--falco-light);
  overflow: hidden;
}

/* ── Progress indicator ──────────────────────────────────────────────────── */
.results-progress {
  align-items: center;
  display: inline-flex;
  gap: 18px;
  white-space: nowrap;
}

.results-progress__current,
.results-progress__total {
  font-size: 18px;
  font-weight: 600;
}

.results-progress__track {
  background: rgba(35, 31, 32, 0.15);
  border-radius: 999px;
  height: 2px;
  overflow: hidden;
  width: 283px;
}

.results-progress__fill {
  background: var(--falco-green-bright);
  border-radius: 999px;
  display: block;
  height: 100%;
  transition: width 0.4s ease;
  width: 0%;
}

/* ── Owl stage: allow cards to peek ─────────────────────────────────────── */
.results-owl-wrap {
  /* slight left offset so first card aligns with container edge */
  padding-left: max(16px, calc((100vw - min(100vw - 32px, 1340px)) / 2));
}

.results-owl-clip {
  overflow: hidden;
}

.results-owl .owl-stage-outer {
  overflow: visible;
}

.results-owl .owl-stage {
  display: flex;
  align-items: flex-start;
}

/* Hide Owl's built-in nav/dots (we use custom buttons) */
.results-owl .owl-nav,
.results-owl .owl-dots {
  display: none !important;
}

/* ── Individual item wrapper ─────────────────────────────────────────────── */
.owl-item-inner {
  width: 100%;
}

/* ── Result card ─────────────────────────────────────────────────────────── */
.result-card {
  max-width: 687px;
  width: 100%;
}

/* ── Before / After slider ───────────────────────────────────────────────── */
.before-after {
  --split-position: 50%;
  border-radius: 24px;
  height: 328px;
  overflow: hidden;
  position: relative;
}

.before-image,
.after-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.after-image-wrap {
  clip-path: inset(0 0 0 var(--split-position));
  height: 100%;
  inset: 0;
  position: absolute;
}

.compare-divider {
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
  left: var(--split-position);
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 3px;
}

.compare-handle {
  height: 52px !important;
  left: var(--split-position);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px !important;
}

.compare-range {
  appearance: none;
  background: transparent;
  cursor: ew-resize;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.compare-range::-webkit-slider-thumb {
  appearance: none;
  background: transparent;
  border: 0;
  height: 328px;
  width: 44px;
}

.compare-range::-moz-range-thumb {
  background: transparent;
  border: 0;
  height: 328px;
  width: 44px;
}

.compare-label {
  background: var(--falco-mint);
  border-radius: 999px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 20px;
  position: absolute;
  top: 280px;
  z-index: 2;
}

.compare-label--left  { left: 20px; }
.compare-label--right { right: 20px; }

/* ── Card copy ───────────────────────────────────────────────────────────── */
.result-card__copy {
  border-left: 1px solid var(--falco-green-bright);
  margin-top: 32px;
  max-width: 626px;
  padding-left: 24px;
}

.result-card__copy h3 {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 8px;
}

.result-card__copy span {
  color: var(--falco-green-bright);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.result-card__copy p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ── Custom nav buttons ──────────────────────────────────────────────────── */
.results-owl-nav .review-control {
  align-items: center;
  background: var(--falco-white);
  border: 1px solid var(--falco-border);
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 52px;
}

.results-owl-nav .review-control--next {
  background: var(--falco-red);
  border-color: var(--falco-red);
}

.results-owl-nav .review-control img {
  height: 24px;
  width: 24px;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1199.98px) {
  .results-progress__track {
    width: 180px;
  }
}

@media (max-width: 767.98px) {
  .before-after {
    height: 260px;
  }

  .compare-label {
    top: 212px;
  }

  .compare-range::-webkit-slider-thumb {
    height: 260px;
  }

  .compare-range::-moz-range-thumb {
    height: 260px;
  }

  .results-progress__track {
    width: 120px;
  }

  .results-owl-wrap {
    padding-left: 16px;
  }
}

@media (max-width: 575.98px) {
  .compare-label {
    font-size: 12px;
    padding: 4px 14px;
  }

}
.process-section, .service-area-section {
  background: var(--falco-dark);
  color: var(--falco-white);
}
.process-step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  text-align: center;
  padding: 0 !important;
}
.process-step h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 24px;
  color: var(--falco-white);
  font-weight:700;
  padding:0 60px;
}
.process-step p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  color: var(--falco-white);
  padding: 0 30px;
}
.process-step__line {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 80px;
  position: relative;
}
.process-step__line::before {
  background: rgba(255, 255, 255, 0.35);
  content: "";
  height: 2px;
  inset: 50% 0 auto;
  position: absolute;
  transform: translateY(-50%);
}
.process-step__line::after {
  background: var(--falco-green-bright);
  border-radius: 50%;
  content: "";
  height: 20px;
  position: relative;
  width: 20px;
  z-index: 1;
}
.process-step__number {
  color: var(--falco-green-bright);
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
/* ── Section wrapper ─────────────────────────────────────────────────────── */
.reviews-section {
  background: var(--falco-light);
  overflow: hidden;
}

/* ── Header row ──────────────────────────────────────────────────────────── */
.reviews-header {
  margin-bottom: 0;
}

.reviews-header h2 {
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.2;
  margin-bottom: 0;
}

/* ── Rating bar ──────────────────────────────────────────────────────────── */
.review-rating {
  align-items: center;
  border-bottom: 1px solid rgba(35, 31, 32, 0.15);
  border-top: 1px solid rgba(35, 31, 32, 0.15);
  gap: 24px;
  margin-bottom: 42px;
  margin-top: 24px;
  padding: 10px 0;
}

.review-rating__score {
  align-items: flex-end;
  display: flex;
  gap: 16px;
}

.review-rating__score strong {
  color: var(--falco-green);
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  line-height: 1.1;
}

.review-rating__score small {
  color: rgba(35, 31, 32, 0.5);
  font-size: 14px;
}

.stars {
  color: var(--falco-green-bright);
  font-size: 18px;
  line-height: 1;
  margin-bottom: 4px;
}

/* Partial/faded last star */
.stars span {
  background: linear-gradient(90deg, var(--falco-green-bright) 48%, rgba(29, 60, 28, 0) 65%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.review-rating__sources {
  border-left: 1px solid rgba(35, 31, 32, 0.2);
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 30px;
}

.review-rating__sources strong {
  color: var(--falco-green);
  font-size: 14px;
  font-weight: 700;
}

.review-rating__sources span {
  color: rgba(35, 31, 32, 0.5);
  font-size: 14px;
}

/* ── Custom nav buttons ──────────────────────────────────────────────────── */
.review-controls {
  display: flex;
  gap: 16px;
}

.review-controls .review-control {
  align-items: center;
  background: var(--falco-white);
  border: 1px solid var(--falco-border);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(42, 67, 94, 0.16);
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  width: 52px;
}

.review-controls .review-control--next {
  background: var(--falco-red);
  border-color: var(--falco-red);
}

.review-controls .review-control img {
  height: 24px;
  width: 24px;
}

/* ── Owl stage: allow cards to peek ─────────────────────────────────────── */
.reviews-owl-wrap {
  padding-left: max(16px, calc((100vw - min(100vw - 32px, 1340px)) / 2));
}

.reviews-owl .owl-stage-outer {
  overflow: visible;
}

.reviews-owl .owl-stage {
  display: flex;
  align-items: stretch;
}

/* Hide built-in Owl nav/dots */
.reviews-owl .owl-nav,
.reviews-owl .owl-dots {
  display: none !important;
}

/* ── Review card ─────────────────────────────────────────────────────────── */
.review-card {
  background: var(--falco-white);
  border: 1px solid var(--falco-border-soft);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(20, 29, 23, 0.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  min-height: 288px;
  padding: 40px;
  width: 100%;
}

.review-card > img {
  height: 32px;
  width: 32px !important;
  flex-shrink: 0;
}

.review-card p {
  color: var(--falco-dark);
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
}

.review-card h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 2px;
}

.review-card span {
  color: var(--falco-green-bright);
  font-size: 16px;
}
.cta-copy .content {
  width: 78%;
}
/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1199.98px) {
  .review-rating__sources {
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .review-card {
    padding: 28px;
  }

  .reviews-owl-wrap {
    padding-left: 16px;
  }
}

@media (max-width: 575.98px) {
  .review-controls .review-control {
    flex: 1 1 0;
  }
}
.service-area-section h2 {
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.2;
  margin-bottom: 20px;
  color:var(--falco-white);
}
.service-area-section p {
  color:var(--falco-white);
}
.service-area-section li {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 12px;
}
.service-area-section li::before {
  content:"";
  background: var(--falco-green-bright);
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 14px;
  height: 14px;
  width: 14px;
}
.service-area-section ul {
  columns: 2;
  padding-left: 0;
  margin-bottom: 20px;
}
.service-area-section .btn.btn-danger.btn-pill {
  position: relative;
  padding: 10px 30px 10px 40px;
}
.service-area-section .btn.btn-danger.btn-pill::before {
  content: "";
  background-image: url('/wp-content/uploads/2026/04/icon-phone-outline.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 16px;
  top: 51%;
  transform: translateY(-50%);
}
.cta-copy {
  color: var(--falco-white);
  align-content: center;
}
.cta-copy p {
  margin-bottom: 32px;
  color: var(--falco-white);
}
.cta-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.cta-stats strong {
  color: var(--falco-green-bright);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 1.2;
}
.estimate-card .form-wrap h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 34px;
}
.cta-stats span {
  color: var(--falco-mint);
  display: block;
  font-size: 13px;
}
.cta-phone {
  align-items: center;
  color: var(--falco-white);
  display: inline-flex;
  gap: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.cta-phone img {
  height: 24px;
  width: 24px;
  border: 1.5px solid #fff;
  border-radius: 100px;
  padding: 5px;
}
/*.ready-to-transform {
  background: linear-gradient(90deg, rgba(35, 31, 32, 0.95) 0%, rgba(35, 31, 32, 0.78) 30%, rgba(35, 31, 32, 0.35) 58%, rgba(35, 31, 32, 0.2) 100%), url("/wp-content/uploads/2026/04/Hero-image-Falco.png") center center / cover no-repeat;
  border-radius: 24px;
  margin: 30px;
}*/
.ready-to-transform {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 30px;
}

/* video */
.ready-to-transform .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.ready-to-transform .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(35, 31, 32, 0.95) 0%,
    rgba(35, 31, 32, 0.78) 30%,
    rgba(35, 31, 32, 0.35) 58%,
    rgba(35, 31, 32, 0.2) 100%
  );
  z-index: 2;
}
.ready-to-transform > *:not(.bg-video):not(.overlay) {
  position: relative;
  z-index: 3;
}
/* ----------------- Footer CSS start ----------------- */
#footer {
  background: linear-gradient(106deg, rgba(35, 31, 32, 0.98) 0%, rgba(35, 31, 32, 0.72) 64%, rgba(35, 31, 32, 0.4) 100%), url("/wp-content/uploads/2026/04/footer-bg.png") center center / cover no-repeat;
  padding: 80px 0 30px;
}
.footer-brand p {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 24px;
  color: var(--falco-white);
}
.fot-logo-cont {
  border-bottom: 1px solid #434343;
  padding-bottom: 40px;
}
.footer-links h6 {
  color: rgba(192, 206, 190, 1);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.menu-fot {
  padding-left: 0 !important;
}
.menu-fot li a {
  color: var(--falco-white);
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-transform: capitalize;
}
#menu-item-1 a, #menu-item-2 a {
  text-decoration: underline !important;
}
.social-link {
  display: flex;
  justify-content: start;
  gap: 20px;
}
.social-link a img {
  width: 24px;
}
.footer-call {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.footer-call .footer-call-link {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
}
.footer-call .footer-call-icon {
  width: 20px;
  margin-right: 4px;
}
.footer-meta {
  color: rgba(192, 206, 190, 1);
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.footer-meta a, .footer-meta p, .footer-meta span {
  color: rgba(192, 206, 190, 1); 
  font-size:16px;
  margin-bottom: 0;
}
.copyright-area {
  background: var(--falco-dark);
  padding: 30px 0;
}
.footer-meta a {
  text-decoration: underline !important;
}
.footer-meta p{
  border-left: 1px solid rgb(192, 206, 190);
  padding-left: 14px;
}
/* ----------------- Footer CSS End ----------------- */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   Falco Services Page — Flexible Content Sections
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━━ SERVICES HERO ━━━ */
.falco-svc-hero {
  position: relative;
  background: center center / cover no-repeat;
  color: #fff;
  padding: 80px 0 92px;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top:90px;
}
.falco-svc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 32, 0.72);
}
.falco-svc-hero > .container {
  position: relative;
  z-index: 1;
}
.falco-svc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232, 245, 233, 0.18);
  border: 1px solid rgba(199, 200, 202, 0.4);
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 28px;
}
.falco-svc-hero__badge i   { color: #4ea24c; font-size: 14px; }
.falco-svc-hero__badge span { color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.falco-svc-hero h1 {
  color: #e8f5e9;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.08;
  margin-bottom: 24px;
  font-weight: 700;
}
.falco-svc-hero__sub {
  font-size: clamp(16px, 1.5vw, 24px);
  color: rgba(232, 245, 233, .85);
  line-height: 1.55;
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.falco-svc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
}
.falco-svc-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #4ea24c;
}
.falco-svc-hero__trust-icon {
  width: 32px;
  height: 32px;
  background: #2d5a27;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.falco-svc-hero__trust-icon i { color: #fff; font-size: 12px; }
.falco-svc-hero__actions { margin-top: 40px; }

/* ━━━ HELP HOMEOWNERS ━━━ */
.falco-svc-help { background: #fff; padding: 4rem 0; }
.falco-svc-help .falco-section-title {
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
}
.falco-svc-help .falco-section-sub {
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.55;
  color: #555;
}
.falco-help-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 48px;
}
.falco-help-col   { display: flex; flex-direction: column; gap: 20px; }
.falco-help-card  {
  background: #f9fafb;
  border-radius: 24px;
  padding: 32px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  border: 1px solid rgba(199, 200, 202, 0.60);
}
.falco-help-card__icon {
  width: 60px;
  height: 60px;
  background: #e8f5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.falco-help-card__icon i { color: #4ea24c; font-size: 22px; }
.falco-help-card h3 { font-size: 18px; font-weight: 700; color: #231f20; margin: 0; }
.falco-help-center-img { border-radius: 16px; overflow: hidden; min-height: 300px; }
.falco-help-center-img img { width: 100%; height: 100%; object-fit: cover; display: block;border-radius: 24px; }

/* ━━━ SERVICES CARDS ━━━ */
.falco-svc-cards { background: #f9fafb; padding: 4rem 0; }
.falco-svc-cards .falco-section-title {
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
}
.falco-svc-cards .falco-section-sub {
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.55;
  color: #555;
}

.falco-card--wide__content { max-width: 340px; }
.falco-card--wide__content h3 { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 12px; line-height: 1.2; }
.falco-card--wide__content p  { font-size: 16px; color: rgba(255,255,255,.9); margin-bottom: 20px; line-height: 1.5; }

.falco-svc-cards .text-center p {
  font-size: clamp(16px, 1.5vw, 24px);
}
/* ━━━ WHY CHOOSE FALCO ━━━ */
.falco-svc-why { background: #231f20; padding: 4rem 0; }
.falco-svc-why .falco-section-title { color: #fff; font-size: clamp(30px, 3.5vw, 42px); line-height: 1.2; margin-bottom: 16px; font-weight: 700; }
.falco-svc-why .falco-section-sub   { color: rgba(232,245,233,.85); font-size: clamp(16px, 1.5vw, 24px); line-height: 1.55; }
.falco-why-card {
  background: #393536;
  border-radius: 24px;
  padding: 28px 32px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.falco-why-card__icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #2d5a27;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  margin-top: 2px;
}
.falco-why-card__text h4 { font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.falco-why-card__text p  { font-size: 16px; color: rgba(255,255,255,.75); margin: 0; line-height: 1.5; }

/* ━━━ CTA BACKGROUND ━━━ */
.falco-svc-cta {
  position: relative;
  background: center / cover no-repeat;
  padding: 100px 0;
  text-align: center;
  margin: 30px;
  border-radius: 24px !important;
  overflow: hidden;
}
.falco-svc-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 32, 0.72);
}
.falco-svc-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 952px;
  margin: 0 auto;
  padding: 0 24px;
}
.falco-svc-cta__label {
  font-size: 14px;
  font-weight: 700;
  color: #4ea24c;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.falco-svc-cta h2 {
  font-size: clamp(32px, 3.5vw, 42px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
}
.falco-svc-cta p {
  font-size: clamp(16px, 1.4vw, 24px);
  color: rgba(255,255,255,.88);
  margin-bottom: 40px;
  line-height: 1.55;
}

/* ━━━ SHARED GRADIENT TEXT ━━━ */
.falco-gradient-text {
  background: linear-gradient(90deg, #4ea24c 20%, #2d5a27 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.content-and-image-section .image-wrap img {
  border-radius: 24px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-right-60 {
  padding-right: 60px;
}

.how-we-approach-It {
  background: #231F20;
}
.approch-box .benefits-content {
  background: #393536;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
  height: 100%;
  position: relative;
}
.how-we-approach-It h2 {
  color: #fff;
  margin-bottom: 30px;
}
.approch-box {
  margin-bottom: 20px;
}
.approch-box .benefits-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.approch-box .benefits-content p {
  font-size: 16px;
  color: #fff;
}
.approch-box .benefits-content::before {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 22px;
  background: #231F20;
  color: #4ea24c;
  border-radius: 26px 26px 26px 6px;
  box-shadow: inset 0 4px 4px #211c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  z-index: 2;
}
.approch-box.one .benefits-content::before {
  content: "01";
}
.approch-box.two .benefits-content::before {
  content: "02";
}
.approch-box.three .benefits-content::before {
  content: "03";
}
/* ━━━ REVIEW STATS ━━━ */
.falco-rev-stats { background: #f9fafb; padding: 80px 0; }
.falco-rev-stats .falco-section-title {
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
  color: #231f20;
}
.falco-rev-stats .falco-section-sub {
  font-size: clamp(16px, 1.5vw, 24px);
  color: #231f20;
  line-height: 1.55;
}
.falco-rev-stat-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  border: 1px solid rgba(199, 200, 202, 0.35);
}
.falco-rev-stat-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background: #e8f5e9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.falco-rev-stat-card__icon i { color: #4ea24c; font-size: 22px; }
.falco-rev-stat-card__icon img { width: 28px; height: 28px; object-fit: contain; display: block; }
.falco-rev-stat-card__text {
  display: flex;
  flex-direction: column;
}
.falco-rev-stat-card__number {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #231f20;
  line-height: 1.1;
  margin-bottom:10px;
}
.falco-rev-stat-card__label {
  font-size: 14px;
  font-weight: 600;
  color: #4ea24c;
  margin-top: 4px;
}

/* ━━━ REVIEW TESTIMONIALS ━━━ */
.falco-rev-testimonials { background: #231f20; padding: 80px 0; }
.falco-rev-testimonials .falco-section-title {
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 700;
}
.falco-rev-testimonials .falco-section-sub {
  font-size: clamp(16px, 1.5vw, 24px);
  line-height: 1.55;
}
.falco-rev-card {
  background: #393536;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: row;
  min-height: 220px;
}
.falco-rev-card__img {
  width: 210px;
  min-width: 210px;
  flex-shrink: 0;
  overflow: hidden;
}
.falco-rev-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.falco-rev-card__content {
  flex: 1;
  min-width: 0;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.falco-rev-card__stars {
  display: flex;
  gap: 4px;
  margin-bottom: 2px;
}
.falco-rev-card__stars i { color: #4ea24c; font-size: 16px; }
.falco-rev-card__review {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.falco-rev-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.falco-rev-card__author strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.falco-rev-card__author span {
  font-size: 13px;
  font-weight: 600;
  color: #4ea24c;
  letter-spacing: 0.01em;
}
.falco-rev-card--flip { flex-direction: row-reverse; }
.falco-rev-card--hidden { display: none; }
.falco-rev-card__review { transition: max-height 0.3s ease; }
.falco-rev-read-more {
  background: none;
  border: none;
  padding: 0;
  margin-top: 4px;
  color: #ed1c24 !important;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.falco-rev-read-more:hover { color: #4ea24c; }
.falco-rev-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-outline-light {
  border: 2px solid rgba(255,255,255,.5);
  color: #fff !important;
  background: transparent;
  border-radius: 999px;
  transition: border-color .25s, color .25s, background .25s;
}
.btn-outline-light:hover {
  border-color: #fff;
  background: rgba(255,255,255,.1);
  color: #fff;
}
/* ━━━ ESTIMATE FORM ━━━ */
.falco-estimate { background: #fff; padding: 80px 0; }

/* Left heading — stacked two lines */
.falco-estimate__title {
  display: flex;
  flex-direction: column;
  font-size: clamp(30px,3.5vw,44px);
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 20px;
  color: #231f20;
}
.falco-estimate__title-line {
  display: block;
  color: var(--bs-heading-color) !important;
}
.falco-estimate__title-highlight { display: block; }

.falco-estimate__sub {
  font-size: clamp(15px,1.4vw,18px);
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Call box */
.falco-estimate__call {
  background: #e8f5e9;
  border-radius: 12px;
  padding: 22px 28px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.falco-estimate__call-label {
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
  margin: 0;
}
.falco-estimate__call-sub {
  font-size: 13px;
  color: #666;
  margin: 0 0 8px;
}
.falco-estimate__call-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #2d5a27;
  text-decoration: none;
}
.falco-estimate__call-phone i { font-size: 16px; color: #4ea24c; }
.falco-estimate__call-phone:hover { color: #1e3d1b; }

/* Right dark form box */
.falco-estimate__form-box {
  background: #231f20;
  padding: 32px;
  border-radius: 30px;
  box-shadow: 0 19px 30px 0 rgba(35, 31, 32, 0.40);
}
.falco-estimate__form-heading {
  font-size: clamp(22px,2.2vw,32px); font-weight: 700; color: #fff; margin-bottom: 6px;
}
.falco-estimate__form-sub {
  font-size: 14px; color: rgba(255,255,255,.65); margin-bottom: 28px;
}
/* Override Gravity Forms styles inside dark box */
.falco-estimate__form-box .gform_wrapper label,
.falco-estimate__form-box .gform_wrapper .gfield_label { color:rgba(255,255,255,.85) !important; font-size:14px !important; font-weight:600 !important; }
.falco-estimate__form-box .gform_wrapper input,
.falco-estimate__form-box .gform_wrapper textarea {
  background:#fff; !important; border:1px solid rgba(255,255,255,.15) !important;
  color:#000 !important; border-radius:8px !important; padding:12px 16px !important;
}
.falco-estimate__form-box .gform_wrapper input::placeholder,
.falco-estimate__form-box .gform_wrapper textarea::placeholder { color:rgba(35, 31, 32, 0.75) !important; }
.falco-estimate__form-box .gform_wrapper .gform_footer input[type=submit],
.falco-estimate__form-box .gform_wrapper .gform_button {
  width: 100% !important;
  background: linear-gradient(135deg,#4ea24c,#2d5a27) !important; color:#fff !important; border:none !important;
  border-radius:999px !important; padding:14px 36px !important;
  font-size:16px !important; font-weight:600 !important; cursor:pointer !important;
  width:100% !important;
}
@media (max-width:991px) {
  .falco-estimate__form-box { padding:32px 24px; }
  .falco-estimate__title { font-size: clamp(28px,5vw,38px); }
}

/* ━━━ WHAT WE CAN HELP / WHAT TO EXPECT ━━━ */
.falco-help-section { background:#231f20; padding:88px 0; }
.falco-help-section .falco-section-title { font-size:clamp(28px,3.5vw,42px); font-weight:700; color:#fff; line-height:1.2; margin-bottom:32px; }
.falco-help-section__img {
  border-radius:16px; overflow:hidden; height:100%; min-height:400px;
}
.falco-help-section__img img { width:100%; height:100%; object-fit:cover; display:block; }
.falco-help-check-item {
  display:flex; align-items:flex-start; gap:16px;
  background:#393536; border-radius:12px; padding:20px 24px;
  height:100%;
}
.falco-help-check-item__icon {
  width:32px; height:32px; min-width:32px; border-radius:6px;
  display:flex; align-items:center; justify-content:center; margin-top:2px;
}
.falco-help-check-item__icon i { color:#fff; font-size:14px; }
.falco-help-check-item__text h4 { font-size:18px; font-weight:700; color:#fff; margin-bottom:6px; line-height:1.3; }
.falco-help-check-item__text p { font-size:15px; color:rgba(255,255,255,.75); margin:0; line-height:1.5; }
.ready-to-transform .form-wrap h2 {
  font-size: 37px;
  line-height: 47px;
  margin-bottom: 10px;
  color: var(--falco-white);
  text-align:center;
}
.ready-to-transform .form-wrap p {
  font-size: 16px;
  font-weight: 600;
  color: var(--falco-white);
  margin-bottom: 30px;
  text-align: center;
}
/* ━━━ WORK CAROUSEL ━━━ */
.falco-work-section { background: #fff; padding: 80px 0; }

/* Header row: title left, counter right */
.falco-work-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  gap: 24px;
  flex-wrap: wrap;
}
.falco-work-title {
  font-size: clamp(26px,3vw,40px);
  font-weight: 700;
  color: #231f20;
  line-height: 1.2;
  margin: 0;
}

/* Slide counter: 01 ——— 05 */
.falco-work-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.falco-work-counter__current,
.falco-work-counter__total {
  font-size: 14px;
  font-weight: 700;
  color: #231f20;
  min-width: 22px;
}
.falco-work-counter__track {
  width: 200px;
  height: 3px;
  background: #e0e0e0;
  border-radius: 99px;
  overflow: hidden;
  display: block;
}
.falco-work-counter__fill {
  display: block;
  height: 100%;
  background: #ed1c24;
  border-radius: 99px;
  transition: width 0.35s ease;
  width: 20%;
}

/* Cards */
.falco-work-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.09);
}
.falco-work-card__img { height: 260px; overflow: hidden; }
.falco-work-card__img img { width:100%; height:100%; object-fit:cover; display:block; }
.falco-work-card__info { padding: 16px 20px; border-top: 1px solid #f0f0f0; }
.falco-work-card__info h4 { font-size: 16px; font-weight: 700; color: #231f20; margin: 0 0 4px; }
.falco-work-card__info span { font-size: 12px; font-weight: 500; color: #777; }
/* ━━━ OUR PROJECTS GRID ━━━ */
.falco-our-projects { background: #fff; padding: 88px 0; }

.falco-our-projects__head { margin-bottom: 56px; }
.falco-our-projects__title {
  font-size: clamp(28px,3.5vw,42px);
  font-weight: 700;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 16px;
}
.falco-our-projects__sub {
  font-size: clamp(15px,1.4vw,20px);
  color: #555;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto;
}

/* Project card */
.falco-proj-card {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.falco-proj-card__img {
  height: 240px;
  overflow: hidden;
	border-radius: 24px;
  border-radius: 16px 16px 0 0;
}
.falco-proj-card__img img { width:100%; height:100%; object-fit:cover; display:block;border-radius: 24px; }

.falco-proj-card__body {
  padding: 0px 20px 0px 0;
  border-left: 2px solid #4ea24c;
  margin: 20px 0px 0px 0px;
  padding-left: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.falco-proj-card__body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #231f20;
  margin: 0;
  line-height: 1.3;
}
.falco-proj-card__location {
  font-size: 12px;
  font-weight: 600;
  color: #4ea24c;
  display: block;
}
.falco-proj-card__body p {
  font-size: 14px;
  color: #555;
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
.falco-proj-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}
.falco-proj-tag {
  background: #e8f5e9;
  color: #231f20;
  font-size: 11px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Hidden / Load More */
.falco-proj-hidden { display: none; }
.falco-proj-load-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ed1c24;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 28px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s;
}
.falco-proj-load-more:hover { background: #c0141b; }

/* ━━━ BEFORE & AFTER ━━━ */
.falco-ba-section { background: #231f20; padding: 80px 0; }

/* Header row */
.falco-ba-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.falco-ba-title {
  font-size: clamp(24px,3vw,42px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.falco-ba-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Counter */
.falco-ba-counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.falco-ba-current,
.falco-ba-total {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  min-width: 22px;
}
.falco-ba-track {
  width: 80px;
  height: 3px;
  background: rgba(255,255,255,.25);
  border-radius: 99px;
  overflow: hidden;
  display: block;
}
.falco-ba-fill {
  display: block;
  height: 100%;
  background: #ed1c24;
  border-radius: 99px;
  transition: width .35s ease;
}

/* Nav arrows — below the carousel */
.falco-ba-nav {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}
.falco-ba-prev,
.falco-ba-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity .25s, transform .2s;
}
.falco-ba-prev {
  background: #fff;
  color: #231f20;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.falco-ba-next {
  background: #ed1c24;
  color: #fff;
  box-shadow: 0 2px 10px rgba(237,28,36,.35);
}
.falco-ba-prev:hover { opacity: .85; transform: scale(1.05); }
.falco-ba-next:hover { opacity: .9;  transform: scale(1.05); }

/* Slide */
.falco-ba-slide { padding: 0 0 8px; }

/* ── Before/After component — ALL scoped under .falco-ba-section
   to avoid conflicts with homepage style.css (.before-after { height:328px }) ── */

.falco-ba-section .before-after {
  --split-position: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  height: 520px; /* explicitly override style.css's 328px */
}
.falco-ba-section .before-after__before {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.falco-ba-section .before-after__before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.falco-ba-section .before-after__after {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 var(--split-position));
}
.falco-ba-section .before-after__after img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* Badges — bottom-left of each panel */
.falco-ba-section .ba-badge {
  position: absolute;
  bottom: 20px;
  background: #e8f5e9;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 4;
}
.falco-ba-section .ba-badge--before { left: 16px; }
.falco-ba-section .ba-badge--after  { right: 16px; }

/* Divider line + handle */
.falco-ba-section .before-after__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split-position);
  transform: translateX(-50%);
  width: 4px;
  background: #fff;
  z-index: 3;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.falco-ba-section .before-after__handle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f9fafb;
  box-shadow: 0 2px 12px rgba(0,0,0,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.falco-ba-section .before-after__handle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

/* Range input — override style.css thumb heights (328px) with 520px */
.falco-ba-section .compare-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 5;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
.falco-ba-section .compare-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  height: 520px;
  width: 44px;
}
.falco-ba-section .compare-range::-moz-range-thumb {
  background: transparent;
  border: 0;
  height: 520px;
  width: 44px;
}

/* Project info below image */
.falco-ba-slide__info {
  border-left: 2px solid #4ea24c;
  padding: 20px 0 0 20px;
  margin-top: 24px;
}
.falco-ba-slide__info h3 {
  font-size: clamp(18px,2vw,24px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.falco-ba-slide__location {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #4ea24c;
  margin-bottom: 10px;
}
.falco-ba-slide__info p {
  font-size: 15px;
  color: rgba(255,255,255,.8);
  line-height: 1.6;
  margin: 0;
}
/* ━━━ CONTACT MAP ━━━ */
.falco-contact-map {
  width: 100%;
  overflow: hidden;
}
.falco-contact-map__wrap {
  display: block;
  width: 100%;
  height: 500px;
}
.falco-contact-map__wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ━━━ CONTACT FORM SECTION ━━━ */
.falco-contact-form-section {
  background: #f9fafb;
  padding: 96px 0;
}

/* Heading */
.falco-cf-heading {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.15;
  color: #231f20;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.falco-cf-heading__plain {
  display: block;
  color: #231F20;
}
.falco-cf-sub {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Info cards grid */
.falco-cf-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 32px;
}
.falco-cf-card {
  background: #fff;
  border-radius: 24px;
  padding: 20px 26px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  flex-direction: column;
}
.falco-cf-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #E8F5E9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.falco-cf-card__icon i {
  color: #4ea24c;
  font-size: 20px;
}
.falco-cf-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.falco-cf-card__label {
  font-size: 24px;
  font-weight: 700;
  color: #231f20;
  line-height: 1.3;
}
.falco-cf-card__value {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Right dark form box */
.falco-cf-form-box {
  background: #231f20;
  border-radius: 24px;
  padding: 52px 48px;
  color: #fff;
}
.falco-cf-form-box__heading {
  font-size: clamp(24px, 3vw, 37px);
  font-weight: 700;
  color: var(--falco-white);
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}
.falco-cf-form-box__sub {
 font-size: 16px;
  font-weight: 600;
  color: var(--falco-white);
  margin-bottom: 36px;
  text-align: center;
}
.falco-cf-gform-wrap .gform_wrapper { /* Gravity Forms wrapper */ }
.falco-cf-gform-wrap input[type="text"],
.falco-cf-gform-wrap input[type="email"],
.falco-cf-gform-wrap input[type="tel"],
.falco-cf-gform-wrap input[type="number"],
.falco-cf-gform-wrap input[type="url"],
.falco-cf-gform-wrap textarea,
.falco-cf-gform-wrap select {
  background: #fff !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 10px !important;
  color: #000 !important;
  padding: 14px 18px !important;
  width: 100%;
  font-size: 15px;
}
.falco-cf-gform-wrap input::placeholder,
.falco-cf-gform-wrap textarea::placeholder {
  color: rgba(35, 31, 32, 0.75); !important;
}
.falco-cf-gform-wrap .gfield_label {
  color: rgba(255,255,255,.85) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}
.falco-cf-gform-wrap .gform_footer input[type="submit"],
.falco-cf-gform-wrap .gform_page_footer input[type="submit"] {
  width: 100% !important;
  background: linear-gradient(135deg,#4ea24c,#2d5a27) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 14px 36px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
.falco-cf-no-form {
  color: rgba(255,255,255,.5);
  font-size: 14px;
  font-style: italic;
}
/* Social links */
/* Social card — 4th card in grid, no icon circle */
.falco-cf-card--social { align-items: flex-start; }
.falco-cf-card--social .falco-cf-card__body { width: 100%; }

.falco-cf-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.falco-cf-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #E8F5E9;
  color: #4EA24C;
  font-size: 18px;
  transition: background .2s, transform .2s;
  text-decoration: none;
}
.falco-cf-social-link:hover {
  background: #4ea24c;
  color: #fff;
  transform: translateY(-2px);
}
/* ━━━ MEGA MENU ━━━ */
.has-mega-menu:hover .falco-mega-menu,
.has-mega-menu:focus-within .falco-mega-menu {
  display: block;
}

/* Header row */
.falco-mega-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.falco-mega-menu__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.falco-mega-menu__view-all {
  color: #ed1c24;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.falco-mega-menu__view-all:hover { color: #ff4d55; }

/* Rows */
.falco-mega-menu__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
.falco-mega-menu__row:last-child { margin-bottom: 0; }

/* Service card */
.falco-svc-card {
  background: #393536;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .2s, background .2s;
}
.falco-svc-card:hover {
  /*transform: translateY(-3px);
  background: #4a4546;*/
  border:1px solid #4EA24C;
}
.falco-svc-card:hover span {
 color:#fff;
}
.falco-svc-card:hover strong {
 color:#fff;
}
.falco-svc-card__img {
  width: 100%;
  height: 140px;
  background: center center / cover no-repeat #2d292a;
}
.falco-svc-card__body {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.falco-svc-card__body strong {
  color: rgba(232, 245, 233, 0.70);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.falco-svc-card__body span {
  color: rgba(232, 245, 233, 0.50);
  font-size: 12px;
  line-height: 1.5;
}

/* CTA card */
.falco-svc-card--cta {
  background: #4ea24c;
  padding: 32px 24px;
  gap: 16px;
  cursor: default;
}
.falco-svc-card--cta:hover { background: #4ea24c; transform: none; }
.falco-svc-card--cta strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.falco-svc-card--cta span {
  color: rgba(255,255,255,.85);
  font-size: 14px;
  line-height: 1.6;
}
.falco-mega-cta-btn {
  display: inline-block;
  background: #ed1c24;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  transition: background .2s;
  margin-top: auto;
}
.falco-mega-cta-btn:hover { background: #c8102e; }

/* ━━━ ABOUT OVERVIEW ━━━ */
.falco-about-overview {
  padding: 80px 0;
  background: #fff;
}
.falco-about-overview__heading {
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: #231f20;
  margin-bottom: 24px;
}
.falco-about-overview__desc {
  font-size: 18px;
  color: #231F20;
  line-height: 1.75;
  margin-bottom: 36px;
}
.falco-about-overview__stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.falco-about-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9fafb;
  border-radius: 12px;
  padding: 12px 16px;
  flex: 1;
  min-width: 140px;
}
.falco-about-stat__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  padding:8px;
}
.falco-about-stat__icon i   { color: #4ea24c; font-size: 16px; }
.falco-about-stat__icon img { width: 100%; height: 100%; object-fit: contain; }
.falco-about-stat__label {
  font-size: 14px;
  font-weight: 700;
  color: #231f20;
  line-height: 1.3;
}
.falco-about-overview__img-wrap {
  border-radius: 24px;
  overflow: hidden;
  height: 560px;
}
.falco-about-overview__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ━━━ ABOUT SERVICES LIST ━━━ */
.falco-about-svc-list {
  background: #231f20;
  padding: 96px 0;
}
.falco-about-svc-list__head {
  text-align: center;
  margin-bottom: 52px;
}
.falco-about-svc-list__title {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.falco-about-svc-list__sub {
  font-size: 24px;
  color: #fff;
  line-height: 1.7;
  font-weight:400;	
  margin: 0 auto;
}
.falco-about-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.falco-about-svc-tag {
  background: #393536;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: background .2s;
}
.falco-about-svc-tag:hover { background: #4a4546; }
.falco-about-svc-tag__icon {
  color: #4ea24c;
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}
.falco-about-svc-tag span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
.falco-about-svc-list__footer {
  text-align: center;
  color:#fff;
  font-size: 24px;
  font-style: normal;
  margin: 0;
}

/* ━━━ ABOUT WHY CHOOSE ━━━ */
.falco-about-why {
  background: #f9fafb;
  padding: 80px 0;
}
.falco-about-why__mosaic {
  display: flex;
  gap: 16px;
  height: 580px;
}
.falco-about-why__mosaic-left {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
}
.falco-about-why__mosaic-left img,
.falco-about-why__mosaic-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.falco-about-why__mosaic-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.falco-about-why__mosaic-top,
.falco-about-why__mosaic-bottom {
  border-radius: 24px;
  overflow: hidden;
  flex: 1;
}
.falco-about-why__mosaic-top img,
.falco-about-why__mosaic-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.falco-about-why__heading {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700;
  color: #231f20;
  line-height: 1.15;
  margin-bottom: 16px;
}
.falco-about-why__sub {
  font-size: 16px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 32px;
}
.falco-about-why__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.falco-about-feat {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.falco-about-feat__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #e8f5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.falco-about-feat__icon i { color: #4ea24c; font-size: 18px; }
.falco-about-feat__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.falco-about-feat__body strong {
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
}
.falco-about-feat__body span {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ━━━ ABOUT SERVICE AREA ━━━ */
.falco-about-area {
  background: #231f20;
  padding: 96px 0;
}
.falco-about-area__heading {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.falco-about-area__sub {
  font-size: 18px;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 36px;
}
.falco-about-area__ctas {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.falco-about-area__btn {
  display: inline-block;
  background: #c8102e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s;
}
.falco-about-area__btn:hover { background: #a50d25; color: #fff; }
.falco-about-area__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}
.falco-about-area__phone:hover { color: #4ea24c; }
.falco-about-area__phone i { color: #4ea24c; }
.falco-about-area__map-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.falco-about-area__map-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}
.falco-about-area__zip-card {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  background: #f9fafb;
  border-radius: 24px;
  padding: 32px 40px;
  text-align: center;
}
.falco-about-area__zip-label {
  font-size: 16px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 6px;
}
.falco-about-area__zip-sub {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}
.falco-about-area__zip-form {
  display: flex;
  gap: 8px;
  max-width: 340px;
  margin: 0 auto;
}
.falco-about-area__zip-input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15px;
  outline: none;
}
.falco-about-area__zip-input:focus { border-color: #4ea24c; }
.falco-about-area__zip-btn {
  background: #4ea24c;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}
.falco-about-area__zip-btn:hover { background: #3d8a3b; }
.falco-about-area__zip-result {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 600;
  min-height: 20px;
}
.falco-zip--yes  { color: #4ea24c; }
.falco-zip--no   { color: #c8102e; }
.falco-zip--error { color: #888; }

/* About responsive */
@media (max-width: 991px) {
  .falco-about-overview,
  .falco-about-svc-list,
  .falco-about-why,
  .falco-about-area { padding: 72px 0; }
  .falco-about-svc-grid {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
  flex-direction: column;
  height: auto !important;
}
  .falco-about-why__mosaic { height: 400px; }
}
@media (max-width: 767px) {
  .falco-about-overview__img-wrap { height: 320px; }
  .falco-about-why__mosaic { height: 300px; }
  .falco-about-area__map-img { height: 320px; }
  .falco-about-area__zip-card { padding: 24px 20px; position: static; transform: none; width: 100%; border-radius: 0; margin-top: 0; }
  .falco-about-area__map-wrap { border-radius: 24px; overflow: visible; }
}

/*-------------------- Media Queries -------------*/
@media (max-width: 1580px) {

}
@media (max-width: 1401px) {
.navbar-expand-xl .navbar-toggler {
    display: block;
}
#mainnav-wrap {
  display: none !important;
}
#mob-nav {
  display: block !important;
}
#sticky-menu {
 display: none !important;
}
.navbar-toggler {
  background: var(--falco-red);
  margin-right: 10px;
}
.banner-section.home-page-slider {
  margin-top: 56px;
}
#mob-nav .btn {
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.mbb-nn {
  margin-bottom: 30px;
} 
.navbar .nav-item {
    position: relative;
}
.navbar-nav {
  display: flex;
  flex-direction: column !important;
  margin-bottom: 30px;
}
.navbar .nav-item .dropdown-menu {
    position: absolute;
    display: none;  /* Hide it completely */
    border: none;
    margin-top: 0;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
  font-size: 12px;
}
.navbar .nav-item:hover .dropdown-menu {
    display: block;  /* Show it on hover */
    opacity: 1;
}
.dropdown-item {
  font-size: 12px;
}
}
@media (max-width: 991px) {
	.cta-copy .content {
  width: 100%;
}
	.padding-left-60 {
  padding-left: 10px;
}
.padding-right-60 {
  padding-right: 10px;
}
	.falco-svc-hero__trust-item {
  font-size: 12px;
}
	 .falco-help-grid { grid-template-columns: 1fr; }
  .falco-help-center-img { min-height: 240px; }
  .falco-svc-cta { padding: 80px 0; }
	.footer-logo img {
  width: 200px;
  margin-bottom: 20px;
}
	.difference-item li h3 {
  font-size: 22px;
 }
	.difference-hero {
  min-height: 500px;
 }
	.hero-stats strong {
  font-size: 30px;
 }
	.footer-meta p {
  border-left: none;
  padding-left: 0;
}
	.footer-meta {
  display: flex;
  align-content: center;
  align-items: start;
  flex-direction: column;
  margin-top: 20px;
}
	.estimate-card {
  margin-top: 30px;
}
	.footer-links {
  margin-bottom: 30px;
}
	.btn.btn-outline-light.btn-pill.btn-phone {
  border-color: #000 !important;
  color: #000 !important;
}
	.ready-to-transform .estimate-card {
  margin-top: 30px;
  border: none !important;
  border-radius: 0px !important;
}
	.left-image {
  flex-direction: column-reverse;
}
	.title-desc p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.hero-section, .falco-svc-hero {
  margin-top: 67px;
  padding-bottom:40px;
}
	h2 {
  font-size: 30px !important;
  line-height: 40px !important;
}
	.estimate-card {
  margin-top: 26px;
}
 .difference-item {
  padding-left: 20px !important;
}
.falco-svc-hero__sub {
  max-width: 100%;
}
	.falco-contact-form-section { padding: 72px 0; }
  .falco-cf-form-box { padding: 40px 32px; }
	.trust-item .benefits-content h3 {
  padding-right: 0px;
}
}
@media (max-width: 767px) {
	.falco-rev-stats { padding: 64px 0; }
  .falco-rev-testimonials { padding: 64px 0; }
  .falco-rev-stat-card { padding: 24px 16px; }
  .falco-rev-card { padding: 24px; }
  .falco-svc-hero           { padding: 80px 0; min-height: auto; }
  .falco-svc-hero__trust    { flex-direction: column; align-items: center; }
  .falco-svc-cta            { padding: 64px 0; }
  .falco-card--wide__overlay { padding: 24px 28px; }
	.falco-ba-section .before-after { height: 300px; }
  .falco-ba-section .compare-range::-webkit-slider-thumb { height: 300px; }
  .falco-ba-section .compare-range::-moz-range-thumb { height: 300px; }
  .falco-ba-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .falco-our-projects__head { margin-bottom: 36px; }
	 .falco-contact-map__wrap { height: 320px; }
  .falco-cf-cards { grid-template-columns: 1fr; }
  .falco-cf-form-box { padding: 32px 24px; }
  .falco-cf-sub { max-width: 100%; }
}
@media (max-width: 575px) {
  .falco-rev-card { flex-direction: column; }
  .falco-rev-card__img { width: 100%; min-width: 0; height: 200px; }
  .falco-rev-card__content { padding: 20px; }
}