/* --- Reset --- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

html,
body {
  min-height: 100%;
  width: 100%;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  background-color: #ebebee;
  color: var(--ink);
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #999;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
}

p {
  font-size: 18px;
}

h1,
h2,
h3 {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 50px !important;
}

h3 {
  font-size: 30px !important;
}

a:hover,
input,
textarea,
button {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Figtree", sans-serif;
}

/* --- Variables --- */
:root {
  --red: rgb(134, 9, 2);
  --red-hover: rgb(101, 7, 2);
  --green: rgb(82, 141, 28);
  --green-hover: rgb(48, 82, 16);
  --yellow: rgb(255, 168, 5);
  --yellow-hover: rgb(193, 126, 2);
  --ink: #202A2D;
}

/* --- Main styles --- */

.homePage {
  padding-top: 0;
}

.homeImprovementPage, .gardeningPage, .maintenancePage, .contactPage, .servicesPage {
  padding-top: 0;
}

header {
  background-color: white;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

header .logo img {
  width: auto;
  max-width: 220px;
  height: auto;
}

.homePage header.navEffect {
  background-color: white;
  padding: 10px 0 !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}

.homePage header.navEffect .logo img {
  max-width: 180px;
}

.homePage header .logo img {
  width: auto;
  max-width: 260px;
  transition: max-width 0.3s ease;
}

.homePage header {
  padding: 20px 0;
  background-color: transparent;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: none;
  background-color: white;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

header .inner .logo {
  flex: 0 0 auto;
  min-width: 0;
}

header .inner .logo img {
  display: block;
}

label {
  text-align: left !important;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  flex: 1 1 auto;
  min-width: 0;
}

nav a {
  color: var(--ink);
  padding: 18px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  white-space: normal;
  text-wrap: balance;
}

nav a.selected {
  color: var(--red);
}

nav a.cta-btn.selected {
  color: white;
}

nav a.cta-btn {
  background-color: var(--red);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  white-space: nowrap;
}

nav a.cta-btn:hover {
  background-color: var(--red-hover);
  color: white;
}

h1 {
  font-size: calc(20px + 2.3vw);
}




.contactPage .hero .inner {
  margin-top: 0 !important;
  color: var(--ink);
}

.contactPage .hero h1 {
  color: var(--ink) !important;
}

.contactPage .hero a {
  color: var(--ink) !important;
}

h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
  text-wrap: pretty;
}

p+p {
  margin-top: 20px;
}

.reviewHolder {
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}

#reviews-container {
  display: inline-block;
  margin-top: 50px;
  width: 100%;
}

.reviews {
  text-align: center;
}

.hero {
  background-image: url(assets/hero/hero-house-with-feather.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 30%;
  padding: 0 !important;
  min-height: 400px;
  height: 60vh;
  color: white;
}

.hero .cover {
  height: 100%;
  flex-direction: column;
  text-align: left;
}

.homePage .hero .cover,
.servicesPage .hero .cover,
.faqPage .hero .cover,
.homeImprovementPage .hero .cover,
.gardeningPage .hero .cover {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #202A2D 0%, rgba(32, 42, 45, 0.92) 30%, rgba(32, 42, 45, 0.52) 55%, rgba(32, 42, 45, 0) 78%);
}

.homePage .hero,
.servicesPage .hero,
.faqPage .hero,
.homeImprovementPage .hero,
.gardeningPage .hero {
  height: clamp(520px, 78vh, 820px);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--ink);
}

.homePage .hero {
  background-image: url(assets/hero/hero-house-with-feather.webp);
}

.servicesPage .hero {
  background-image: url(assets/garden-landscaping/garden-landscape.webp);
  background-position: center 55%;
}

.faqPage .hero {
  background-image: url(assets/hero/outdoor-kitchen.webp);
  background-position: center 56%;
}

.homePage .hero .inner,
.servicesPage .hero .inner,
.faqPage .hero .inner,
.homeImprovementPage .hero .inner,
.gardeningPage .hero .inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.heroContent {
  max-width: 620px;
  color: white;
  padding: 40px 0;
}

.heroContent h1 {
  max-width: 650px;
  color: white;
  font-size: clamp(2.1rem, 4.2vw, 4.4rem);
  line-height: 1.05;
  text-wrap: balance;
}

.heroContent p {
  max-width: 560px;
  margin-top: 22px;
  color: white;
  font-size: clamp(1.05rem, 1.4vw, 1.35rem);
  line-height: 1.5;
}

.heroContent .btn {
  margin-top: 28px;
}

.hero .holder {
  padding-top: 30px;
  width: 25%;
  min-width: 200px;
}

.hero .holder h1 {
  margin-bottom: 20px;
  color: white;
  font-size: 30px;
  max-width: none;
  display: block;
  padding: 0;
  background-color: transparent;
  line-height: 1.12;
}



.servicesSec .sectionIntro {
  max-width: 700px;
  margin: 0 auto 44px;
  text-align: center;
}

.services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.services .service {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--ink);
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 45px -35px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services .service:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 55px -28px rgba(0, 0, 0, 0.45);
}

.service .serviceImg {
  height: 260px;
  overflow: hidden;
}

.service .serviceImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.service:hover .serviceImg img {
  transform: scale(1.04);
}

.service .serviceBody {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.services .service h3 {
  color: var(--ink);
  font-size: clamp(1.5rem, 2vw, 2rem);
  margin: 0;
}

.services .service p {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.6;
  color: #555;
  flex: 1;
}

.serviceArrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  color: var(--red);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trustBar {
  background: white;
  padding: 0 !important;
  border-bottom: 1px solid rgba(32, 42, 45, 0.07);
}

.trustCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trustCard {
  position: relative;
  padding: 44px 36px;
}

.trustCard:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background: rgba(32, 42, 45, 0.12);
}

.trustCard i {
  display: block;
  font-size: 26px;
  color: var(--red);
  margin-bottom: 14px;
}

.trustCard h3 {
  font-size: 0.85rem !important;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trustCard p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.brandSection {
  background: linear-gradient(180deg, rgb(255, 255, 255) 70%, #eef7e9 100%);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.brandAnimWrap {
  max-width: 1100px;
  margin: 0 auto;
}

.brandAnimText {
  font-size: clamp(2.2rem, 5.5vw, 6rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin: 0;
}

.fade-char {
  display: inline;
  font-size: inherit;
  transition: opacity 0.65s ease, font-size 0.45s ease 0s, letter-spacing 0.45s ease 0s, word-spacing 0.45s ease 0s;
}

.fade-char.fading {
  opacity: 0;
}

.fade-char.collapsed {
  font-size: 0 !important;
  letter-spacing: 0;
  word-spacing: 0;
}

.keep-char {
  display: inline;
  color: var(--red);
}

.brandTagline {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: rgba(32, 42, 45, 0.5);
  margin-top: 22px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.brandTagline.visible {
  opacity: 1;
}

.brandReplay {
  position: absolute;
  top: 22px;
  right: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  background: none;
  border: 1px solid rgba(32, 42, 45, 0.18);
  border-radius: 99px;
  color: rgba(32, 42, 45, 0.4);
  font-size: 13px;
  font-family: inherit;
  padding: 7px 16px 7px 12px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease, color 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0.03em;
}

.brandReplay.visible {
  opacity: 1;
}

.brandReplay:hover {
  color: var(--ink);
  border-color: rgba(32, 42, 45, 0.4);
}

.brandReplay i {
  font-size: 15px;
}

.brandCta {
  display: inline-block;
  margin-top: 36px !important;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.brandCta.visible {
  opacity: 1;
}

/* --- Home Gallery --- */
.homeGallery {
  padding: 0 !important;
  overflow: hidden;
}

.homeGalleryGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 340px;
}

.homeGalleryItem {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: none;
  padding: 0;
  background: none;
  display: block;
}

.homeGalleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.homeGalleryItem::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(32, 42, 45, 0);
  transition: background 0.4s ease;
  pointer-events: none;
}

.homeGalleryItem:hover img {
  transform: scale(1.06);
}

.homeGalleryItem:hover::after {
  background: rgba(32, 42, 45, 0.12);
}

/* --- Home Gallery Lightbox --- */
.homeGalleryLightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.homeGalleryLightbox.active {
  opacity: 1;
  pointer-events: all;
}

.homeGalleryLightbox figure {
  max-width: 90vw;
  max-height: 90vh;
  margin: 0;
}

.homeGalleryLightbox figure img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  display: block;
}

.homeGalleryLightboxClose,
.homeGalleryLightboxPrev,
.homeGalleryLightboxNext {
  position: fixed;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.homeGalleryLightboxClose:hover,
.homeGalleryLightboxPrev:hover,
.homeGalleryLightboxNext:hover {
  background: rgba(255, 255, 255, 0.25);
}

.homeGalleryLightboxClose {
  top: 20px;
  right: 20px;
}

.homeGalleryLightboxPrev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.homeGalleryLightboxNext {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: var(--red);
  background: linear-gradient(var(--red) 0%, var(--red-hover) 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid var(--red-hover);
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid var(--red-hover);
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid var(--red-hover);
  border-bottom: 3px solid transparent;
  border-top: 3px solid var(--red-hover);
}

.ourTeam {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 500px;
  height: 60vh;
  width: 75%;
  background-image: url('assets/home/kitchen.webp');

}

.our-team-card {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  display: block;
  width: 100%;
  padding: 30px;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}



.our-team-card h2 {
  font-size: 30px;
  font-weight: bold;
  color: var(--red);
  text-align: center;
  vertical-align: top;
}

.our-team-card p {
  text-align: center;
  vertical-align: top;
  text-wrap: balanced;

}

.our-team-card img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.heroAnimate {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0 !important;
  min-height: 400px;
  height: 80vh;
  color: white;
  overflow: hidden;
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fade-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
}

.fade-image.active {
  opacity: 1;
}

.heroAnimate .cover {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  height: 100%;
}

.heroAnimate .holder {
  max-width: 700px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.heroAnimate .holder h1 {
  color: white;
  text-wrap: balance;
}

#services {
  background-color: #fff;
}

#services h2 {
  text-align: center;
}

.garden-service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.garden-service {
  position: relative;
  flex: 1 1 300px;
  max-width: 300px;
  margin: 1em;
  text-align: center;
}

.garden-service img {
  border-radius: 40px 90px 40px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px 90px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.text-overlay h3 {
  margin: 0;
  font-size: 2.5em;
}

.text-overlay p {
  margin: 0;
  font-size: 1em;
}

.serviceCta {
  background: linear-gradient(135deg, var(--ink) 0%, var(--green-hover) 100%);
  color: white;
  text-align: center;
}

.serviceCta .inner {
  max-width: 980px;
}

.serviceCtaContent .eyebrow {
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.serviceCtaContent h2 {
  max-width: 860px;
  margin: 0 auto;
  color: white;
  font-size: clamp(2.1rem, 4vw, 3.8rem) !important;
  line-height: 1.08;
  text-wrap: balance;
}

.serviceCtaContent > p:not(.eyebrow) {
  max-width: 760px;
  margin: 22px auto 0;
  color: #ebebee;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.6;
}

.serviceCtaActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.serviceCtaActions .btn {
  margin-top: 0;
}

.secondaryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 3px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.secondaryBtn:hover {
  background: white;
  border-color: white;
  color: var(--ink);
}

.faqIntro {
  text-align: center;
}

.faqIntro .eyebrow,
.faqGroupHeader .eyebrow {
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.faqIntro h2,
.faqGroupHeader h2 {
  line-height: 1.08;
  text-wrap: balance;
}

.faqIntro p:not(.eyebrow),
.faqGroupHeader p:not(.eyebrow) {
  color: #5b6467;
  line-height: 1.65;
}

.faqPageContent {
  background: linear-gradient(180deg, #ebebee 0%, #f8f8f8 100%);
}

.faqSectionGrid {
  display: grid;
  gap: 46px;
}

.faqGroup {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 42px;
  align-items: flex-start;
}

.faqGroupHeader {
  position: sticky;
  top: 120px;
}

.admin-bar .faqGroupHeader {
  top: 152px;
}

.faqAccordion {
  display: grid;
  gap: 14px;
}

.faqItem {
  background: white;
  border: 1px solid rgba(32, 42, 45, 0.09);
  border-radius: 8px;
  box-shadow: 0 20px 45px -38px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.faqItem.active,
.faqItem:has(.faqQuestion[aria-expanded="true"]) {
  border-color: rgba(134, 9, 2, 0.3);
  box-shadow: 0 28px 55px -36px rgba(134, 9, 2, 0.42);
  transform: translateY(-1px);
}

.faqItem h3 {
  margin: 0;
}

.faqQuestion {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 24px 26px;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

.faqQuestion:hover,
.faqQuestion:focus-visible {
  color: var(--red);
}

.faqQuestion:focus-visible {
  outline: 3px solid rgba(255, 168, 5, 0.75);
  outline-offset: -6px;
}

.faqQuestion i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eef7e9;
  color: var(--red);
  font-size: 22px;
  transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.faqQuestion[aria-expanded="true"] i {
  background: var(--red);
  color: white;
  transform: rotate(45deg);
}

.faqAnswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease;
}

.faqAnswerInner {
  padding: 0 26px 26px;
}

.faqAnswer p {
  max-width: 860px;
  color: #4f585b;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3em;
  margin-top: 30px;
  gap: 30px;
}

.benefit {
  flex: 1;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 30px;

}

.benefit h3 {
  font-weight: bold;
  font-family: "Figtree", sans-serif !important;
  font-size: 22px !important;
}

.benefit i {
  font-size: 50px;
  /* Set the size of the icons */
  margin-bottom: 0.5em;
  /* Add space between the icon and the text */
  display: block;
  /* Ensure the icon is on its own line */
}

.servicesOverviewIntro {
  text-align: center;
}

.inner.narrow {
  max-width: 900px;
}

.serviceOverviewCards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.serviceOverviewCard {
  background: white;
  border-radius: 8px;
  box-shadow: 0 18px 45px -35px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.serviceOverviewCard img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.serviceOverviewContent {
  padding: 34px;
}

.serviceOverviewContent h2 {
  font-size: clamp(2rem, 3vw, 3rem) !important;
}

.serviceOverviewContent p {
  margin-top: 16px;
}

.serviceOverviewContent ul {
  margin: 22px 0 0;
  padding-left: 22px;
}

.serviceOverviewContent li {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.45;
}

.servicesDetail .sectionIntro {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.servicesDetailGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.servicesDetailItem {
  background: #f7f8f3;
  border-radius: 8px;
  border-top: 5px solid var(--red);
  padding: 30px;
  text-align: center;
}

.servicesDetailItem i {
  display: block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 42px;
}

.servicesDetailItem h3 {
  font-size: 26px !important;
  margin-bottom: 12px;
}

.servicesDetailItem p {
  font-size: 16px;
}


.line-container {
  position: relative;
  overflow: hidden;
}


.node {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  margin: 10px;
  width: 100px;
  position: relative;
}

.line-container svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  /* Ensure the SVG is behind the divs */
  pointer-events: none;
  /* Allows clicks to pass through the SVG */
}

.line-container .inner {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 100px;
}


.together {
  display: flex;
  gap: 100px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.together img {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
}

.together div {
  flex: 1.5;
}

.boxContainer {
  border-radius: 20px;
  background-color: white;
  box-shadow: 3px 6px 41px -39px rgba(0, 0, 0, 1);
  padding: 50px;
  border: solid 1px #ebebee;
}

.socials .inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.socials .socialLinks {
  display: flex;
  align-items: center;
  gap: 15px;
}

.socials {
  padding: 10px 0;
  background-color: black;
  color: white;
}

.socials .socialButtons {
  font-size: 50px;
  color: var(--red);
  text-decoration: none;
  vertical-align: center;
}

.socials .socialButtons i {
  vertical-align: center;
}

.socials .socialButtons:hover {
  color: var(--red-hover);
}

.aboutSocials {
  background: #f7f8f3;
}

.aboutSocialsGrid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 70px;
  align-items: center;
}

.aboutDivider {
  background: rgba(32, 42, 45, 0.1);
  align-self: stretch;
  margin: 20px 0;
}

.aboutContent .eyebrow,
.socialsContent .eyebrow {
  display: block;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.aboutContent h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 2.8vw, 2.8rem) !important;
  line-height: 1.1;
  text-wrap: balance;
  margin: 0;
}

.aboutContent > p {
  margin-top: 20px;
  color: #555;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.65;
}

.aboutLogo {
  display: block;
  width: 56px;
  height: auto;
  margin-top: 30px;
  opacity: 0.55;
}

.socialsContent h3 {
  color: var(--ink);
  font-size: clamp(1.5rem, 2.2vw, 2.2rem) !important;
  margin: 0;
}

.socialsContent > p {
  margin-top: 14px;
  margin-bottom: 28px;
  color: #666;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.6;
}

.socialPills {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.socialPill {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  background: white;
  border: 1px solid rgba(32, 42, 45, 0.08);
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.socialPill:hover {
  border-color: rgba(32, 42, 45, 0.18);
  box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.2);
  transform: translateX(3px);
}

.socialPill > i:first-child {
  font-size: 22px;
  flex-shrink: 0;
}

.socialPill span {
  flex: 1;
}

.socialPillArrow {
  font-size: 16px;
  opacity: 0.3;
}

.socialPill.facebook > i:first-child { color: #4267B2; }
.socialPill.instagram > i:first-child { color: #E1306C; }
.socialPill.google > i:first-child { color: #4285F4; }

.mobileOnly,
.mobileMenuCover {
  display: none;
}

footer .social a {
  font-size: 24px;
  text-decoration: none;
}

.contactPage .hero {
  height: 60vh !important;
  text-align: center;
}

.marquee-parent {
  position: relative;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  background: linear-gradient(to right, var(--red-hover), var(--red), rgb(255, 168, 5));
  height: 50px;
  margin: auto;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.1);
}

.marquee-child {
  color: white;
  width: 700px;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  animation: marquee 10s linear infinite;
  animation-direction: reverse;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@keyframes marquee {
  0% {
    right: 100%;
  }

  100% {
    right: -700px;
  }
}

.secondHero {
  text-align: center;
  width: 100%;
}

.grouper {
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3), -1px -1px 3px rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: -100px;
  max-width: 1400px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.secondHero h1 {
  text-wrap: balance;
  max-width: 700px;
  font-size: clamp(1.5rem, 5vw, 4rem);
  margin: 0 auto 20px;
}

.customerJourney {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8f3 100%) !important;
}

.customerJourney .inner {
  max-width: 1180px;
}

.customerJourney h2,
.customerJourney > .inner > p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.customerJourney h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem) !important;
  line-height: 1.08;
}

.customerJourney > .inner > p {
  font-size: 19px;
  line-height: 1.6;
}

.points {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.points::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 16%;
  right: 16%;
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--green), var(--yellow));
  opacity: 0.28;
}

.points .point {
  --step-color: var(--red);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  min-height: 100%;
  padding: 34px 28px 32px;
  border-radius: 8px;
  background: white;
  border: 1px solid rgba(32, 42, 45, 0.08);
  box-shadow: 0 24px 55px -42px rgba(0, 0, 0, 0.65);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.points .point:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px -44px rgba(0, 0, 0, 0.78);
}

.points .point.first {
  --step-color: var(--red);
}

.points .point.second {
  --step-color: var(--green);
}

.points .point.third {
  --step-color: var(--yellow-hover);
}

.points .point::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 5px;
  border-radius: 999px 999px 0 0;
  background: var(--step-color);
}

.points .point .number {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--step-color), var(--red-hover));
  color: white;
  font-family: "Cal Sans", sans-serif;
  font-size: 38px;
  line-height: 1;
  box-shadow: 0 18px 36px -24px var(--step-color);
}

.points .point .content h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 26px !important;
}

.points .point .content p {
  color: #454545;
  font-size: 17px;
  line-height: 1.55;
}

#messagesHome h2 {
  text-align: center;

}

#messagesHome p {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px;
}

#messages {
  padding: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 1400px;
  margin: 20px auto;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  margin-top: 150px;
}

#messages .inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

#messages img {
  max-width: 600px;
  height: auto;
  width: 100%;
}

.text-box {
  margin: 0 auto;
}

.text-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.text-box p {
  font-size: 16px;
  line-height: 1.6;
}

footer {
  width: 100%;
  background-color: #333333;
  color: white;
  background-image: url(assets/slanted-gradient.svg);
  background-size: cover;
  background-position: center;
}

footer a {
  color: white;
}

footer .cols {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 70px 0;
}

footer .cols .col {
  flex: 1;
}

footer .cols .col h5 {
  font-size: 16px;
  margin-bottom: 5px;
  color: white;
}

footer .cols .col p {
  font-size: 14px;
  color: #ebebee;
}

footer .legal {
  background-color: #242424;
}

footer .legal .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
}

footer .legal .inner a {
  color: #0099cc;
  font-weight: bold;
  text-decoration: none;
}

footer .legal .copyright {
  color: #ebebee;
}

footer .legal .watermark {
  color: white;
}


.cta {
  text-align: center;
  color: var(--ink);
  background-image: url(assets/waves.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  background-size: cover;
  padding: 0 !important;
}

.cta .cover {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 150px 0;
}

.ourMission .boxContainer {
  border: solid 4px var(--red);
}

.ourVision .boxContainer {
  border: solid 4px var(--green);
}

.ourObjectives .boxContainer {
  border: solid 4px var(--yellow);
}



.line-container img {
  padding: 30px;
  background-color: #FCFCFC;
}
















.inner {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.btn {
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 20px;
  background-color: var(--red);
  color: white;
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}

.btn:hover {
  background-color: var(--red-hover);
  color: white;
}


.light {
  background-color: white !important;
  color: var(--ink) !important;
}

.dark {
  background-color: #ebebee !important;
  color: var(--ink) !important;
}


body > section,
body > .grouper > section {
  padding: 150px 0;
}

#contactForm {
  text-align: left;
  display: inline-block;
  max-width: 600px;
  width: 100%;
}

#contactForm input[type="text"],
#contactForm input[type="tel"],
#contactForm input[type="email"],
#contactForm textarea {
  border: solid 1px #ccc;
  padding: 20px;
  font-size: 20px;
  width: 100%;
  max-width: 600px;
  border-radius: 3px;
}

#contactForm textarea {
  height: 250px;
}

#contactForm label {
  display: block;
  margin-top: 20px;
  margin-bottom: 3px;
  color: var(--ink);
  text-align: left;
}

#contactForm button {
  padding: 20px;
  background-color: var(--red);
  color: white;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  border: none;
  min-width: 180px;
  padding: 20px;
  font-size: 20px;
  display: block;
  margin: 30px auto;
}

#contactForm button:hover {
  background-color: var(--red-hover);
  color: white;
}

#contactForm .turnstile {
  margin: 30px auto;
  display: block;
  width: 300px;
  min-height: 69px;
}

video, .youtube {
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.blogHero {
  background: var(--ink);
  color: white;
  padding: 110px 0 !important;
}

.blogHeroInner {
  max-width: 1400px;
}

.blogHero .eyebrow {
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.blogHero h1 {
  max-width: 780px;
  color: white;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.02;
  text-wrap: balance;
}

.blogHero p,
.archiveDescription {
  max-width: 760px;
  margin-top: 22px;
  color: #ebebee;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.6;
}

.archiveDescription p {
  font-size: inherit;
}

.blogIndex,
.projectsContent,
.contactFormSection {
  background: #f7f8f3;
  padding: 100px 0;
}

.postGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.postCard {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(32, 42, 45, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 55px -42px rgba(0, 0, 0, 0.65);
  min-height: 100%;
}

.postCardMedia {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--ink);
}

.postCardMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.postCard:hover .postCardMedia img {
  transform: scale(1.04);
}

.postCardBody {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px;
}

.postMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  margin-bottom: 16px;
  color: #5f686b;
  font-size: 14px;
  font-weight: 700;
}

.postMeta a {
  color: var(--red);
  text-decoration: none;
}

.postMeta a:hover {
  color: var(--red-hover);
}

.postCard h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.3vw, 2.35rem) !important;
  line-height: 1.08;
}

.postCard h2 a {
  color: var(--ink);
  text-decoration: none;
}

.postCard h2 a:hover {
  color: var(--red);
}

.postExcerpt {
  margin-top: 16px;
  color: #454545;
}

.postExcerpt p {
  font-size: 16px;
  line-height: 1.6;
}

.postReadMore {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 20px;
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}

.postReadMore:hover {
  color: var(--red-hover);
}

.blogPagination {
  margin-top: 54px;
}

.blogPagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.blogPagination .page-numbers {
  min-width: 44px;
  min-height: 44px;
  padding: 12px 14px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(32, 42, 45, 0.1);
}

.blogPagination .page-numbers.current,
.blogPagination .page-numbers:hover {
  background: var(--red);
  color: white;
}

.singlePost {
  background: white;
}

.singlePostHeader {
  padding: 100px 0 50px;
  background: #f7f8f3;
}

.singlePostHeader .inner {
  max-width: 980px;
}

.singlePostHeader h1 {
  max-width: 960px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.02;
  text-wrap: balance;
}

.singlePostHeader p {
  max-width: 760px;
  margin-top: 22px;
  color: #454545;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.6;
}

.singlePostFeatured {
  max-width: 1200px;
  margin-top: 54px;
}

.singlePostFeatured img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
}

.entryContent {
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 0;
  color: var(--ink);
}

.genericPage .entryContent {
  max-width: 1100px;
  margin-left: 0;
  padding-top: 28px;
  padding-bottom: 0;
}

.genericPage h1 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1.05;
  text-wrap: balance;
}

.projectsHero {
  background: var(--ink);
  color: white;
  padding: 110px 0 !important;
}

.projectsHeroInner {
  max-width: 1400px;
}

.projectsHero .eyebrow {
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.projectsHero h1 {
  max-width: 780px;
  color: white;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 1.02;
  text-wrap: balance;
}

.projectsHero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: #ebebee;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.6;
}

.projectsEntryContent {
  max-width: 1400px;
  padding: 0;
}

.projectsEntryContent > :first-child {
  margin-top: 0;
}

.projectsEntryContent .wp-block-gallery,
.projectsEntryContent .wp-block-image,
.projectsEntryContent .wp-block-media-text,
.projectsEntryContent .wp-block-columns,
.projectsEntryContent .wp-block-cover,
.projectsEntryContent .alignwide {
  max-width: 1400px;
  width: 100%;
  margin-left: 0;
  transform: none;
}

.projectsEntryContent .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.projectsEntryContent .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 20px !important;
  align-items: stretch;
}

.projectsEntryContent .wp-block-gallery.has-nested-images figure.wp-block-image,
.projectsEntryContent .wp-block-gallery .blocks-gallery-item {
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
  box-shadow: 0 24px 55px -44px rgba(0, 0, 0, 0.75);
}

.projectsEntryContent .wp-block-gallery.has-nested-images figure.wp-block-image a,
.projectsEntryContent .wp-block-gallery .blocks-gallery-item a,
.projectsEntryContent > .wp-block-image a {
  display: block;
  height: 100%;
}

.projectsEntryContent .wp-block-gallery.has-nested-images figure.wp-block-image img,
.projectsEntryContent .wp-block-gallery .blocks-gallery-item img,
.projectsEntryContent > .wp-block-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  min-height: 260px;
  object-fit: cover;
  border-radius: 8px;
  cursor: zoom-in;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.projectsEntryContent .wp-block-gallery.has-nested-images figure.wp-block-image:hover img,
.projectsEntryContent .wp-block-gallery .blocks-gallery-item:hover img,
.projectsEntryContent > .wp-block-image:hover img {
  transform: scale(1.035);
  filter: brightness(0.92);
}

.projectsEntryContent figcaption,
.projectsEntryContent .wp-element-caption {
  text-align: left;
}

.projectsEntryContent .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.projectsEntryContent .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 18px;
  background: linear-gradient(180deg, rgba(32, 42, 45, 0), rgba(32, 42, 45, 0.78));
  color: white;
}

.projectLightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px 88px;
  background: rgba(32, 42, 45, 0.94);
}

.projectLightbox.active {
  display: flex;
}

.projectLightbox figure {
  max-width: min(1800px, calc(100vw - 176px));
  max-height: 100%;
  margin: 0;
  display: grid;
  gap: 14px;
}

.projectLightbox img {
  max-width: 100%;
  max-height: calc(100svh - 140px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 80px -45px rgba(0, 0, 0, 0.95);
}

.projectLightbox figcaption {
  color: white;
  font-size: 15px;
  text-align: center;
}

.projectLightbox button {
  position: absolute;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.projectLightbox button:hover {
  background: var(--red);
}

.projectLightbox button:focus-visible {
  outline: 3px solid rgba(255, 168, 5, 0.85);
  outline-offset: 3px;
}

.projectLightboxClose {
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 32px;
  line-height: 1;
}

.projectLightboxPrev,
.projectLightboxNext {
  top: 50%;
  width: 56px;
  height: 72px;
  transform: translateY(-50%);
  border-radius: 8px;
  font-size: 54px;
  line-height: 1;
}

.projectLightboxPrev {
  left: 24px;
}

.projectLightboxNext {
  right: 24px;
}

.entryContent > * + * {
  margin-top: 1.35em;
}

.entryContent h2,
.entryContent h3,
.entryContent h4,
.entryContent h5,
.entryContent h6 {
  color: var(--ink);
  line-height: 1.12;
}

.entryContent h2 {
  margin-top: 1.6em;
  font-size: clamp(2rem, 3.6vw, 3.2rem) !important;
}

.entryContent h3 {
  margin-top: 1.45em;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem) !important;
}

.entryContent h4 {
  font-size: 1.35rem;
}

.entryContent p,
.entryContent li {
  font-size: 19px;
  line-height: 1.75;
}

.entryContent a {
  color: var(--red);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.entryContent a:hover {
  color: var(--red-hover);
}

.entryContent ul,
.entryContent ol {
  padding-left: 1.4em;
}

.entryContent li + li {
  margin-top: 0.45em;
}

.entryContent strong {
  font-weight: 800;
}

.entryContent blockquote,
.entryContent .wp-block-quote {
  margin-left: 0;
  margin-right: 0;
  padding: 28px 32px;
  border-left: 6px solid var(--red);
  background: #f7f8f3;
  border-radius: 8px;
}

.entryContent blockquote p,
.entryContent .wp-block-quote p {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.55;
}

.entryContent cite {
  display: block;
  margin-top: 14px;
  color: #5f686b;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.entryContent .wp-block-pullquote {
  padding: 34px;
  border-top: 4px solid var(--red);
  border-bottom: 4px solid var(--red);
  text-align: center;
}

.entryContent .wp-block-pullquote blockquote {
  padding: 0;
  border: none;
  background: transparent;
}

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

.entryContent .wp-block-image img,
.entryContent .wp-block-gallery img {
  border-radius: 8px;
}

.entryContent figcaption,
.entryContent .wp-element-caption {
  margin-top: 10px;
  color: #5f686b;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.entryContent .alignwide {
  max-width: 1200px;
  width: min(1200px, 100vw - 40px);
  margin-left: 50%;
  transform: translateX(-50%);
}

.entryContent .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.entryContent .wp-block-gallery {
  gap: 16px;
}

.entryContent .wp-block-cover {
  border-radius: 8px;
  overflow: hidden;
  min-height: 420px;
}

.entryContent .wp-block-cover.alignfull {
  border-radius: 0;
}

.entryContent .wp-block-cover p,
.entryContent .wp-block-cover h2,
.entryContent .wp-block-cover h3 {
  color: white;
}

.entryContent .wp-block-media-text {
  gap: 32px;
}

.entryContent .wp-block-media-text__content {
  padding: 32px;
}

.entryContent .wp-block-columns {
  gap: 32px;
}

.entryContent .wp-block-column > * + * {
  margin-top: 1em;
}

.entryContent .wp-block-group {
  padding: 32px;
  border-radius: 8px;
}

.entryContent .wp-block-button__link,
.entryContent .wp-block-file .wp-block-file__button {
  border-radius: 4px;
  background: var(--red);
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.entryContent .wp-block-button__link:hover,
.entryContent .wp-block-file .wp-block-file__button:hover {
  background: var(--red-hover);
  color: white;
}

.entryContent .is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--red);
  border-color: var(--red);
}

.entryContent .is-style-outline .wp-block-button__link:hover {
  background: var(--red);
  color: white;
}

.entryContent .wp-block-separator {
  border: none;
  border-top: 2px solid rgba(32, 42, 45, 0.14);
  margin: 48px auto;
}

.entryContent table,
.entryContent .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.entryContent th,
.entryContent td,
.entryContent .wp-block-table th,
.entryContent .wp-block-table td {
  border: 1px solid rgba(32, 42, 45, 0.14);
  padding: 14px 16px;
  text-align: left;
}

.entryContent th,
.entryContent .wp-block-table th {
  background: #f7f8f3;
  font-weight: 800;
}

.entryContent pre,
.entryContent .wp-block-code,
.entryContent .wp-block-preformatted {
  overflow-x: auto;
  padding: 22px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 15px;
  line-height: 1.6;
}

.entryContent code {
  padding: 2px 6px;
  border-radius: 4px;
  background: #eef0e8;
  color: var(--ink);
}

.entryContent pre code,
.entryContent .wp-block-code code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.entryContent .wp-block-verse {
  padding: 22px;
  border-left: 4px solid var(--yellow);
  background: #f7f8f3;
  font-family: inherit;
}

.entryContent .wp-block-embed iframe,
.entryContent iframe {
  max-width: 100%;
}

.entryContent .wp-block-embed {
  text-align: center;
}

.entryContent .wp-block-file {
  padding: 20px;
  border: 1px solid rgba(32, 42, 45, 0.12);
  border-radius: 8px;
  background: #f7f8f3;
}

.entryContent details,
.entryContent .wp-block-details {
  padding: 20px 24px;
  border: 1px solid rgba(32, 42, 45, 0.12);
  border-radius: 8px;
  background: #f7f8f3;
}

.entryContent summary {
  cursor: pointer;
  font-weight: 800;
}

.entryContent .wp-block-latest-posts,
.entryContent .wp-block-categories,
.entryContent .wp-block-archives {
  padding-left: 0;
  list-style: none;
}

.entryContent .wp-block-latest-posts li,
.entryContent .wp-block-categories li,
.entryContent .wp-block-archives li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(32, 42, 45, 0.1);
}

.postTags,
.postNavigation {
  max-width: 860px;
  margin: 0 auto;
}

.postTags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 34px;
}

.postTags a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f7f8f3;
  color: var(--red);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.postNavigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 34px 0 90px;
  border-top: 1px solid rgba(32, 42, 45, 0.12);
}

.postNavigation div:last-child {
  text-align: right;
}

.postNavigation a {
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}

.postNavigation a:hover,
.postTags a:hover {
  color: var(--red-hover);
}

.emptyArchive {
  max-width: 760px;
  padding: 40px;
  background: white;
  border-radius: 8px;
}

.entryContent .search-form {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.entryContent .search-field {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(32, 42, 45, 0.18);
  border-radius: 4px;
  font-size: 17px;
}

.entryContent .search-submit {
  padding: 14px 20px;
  border: none;
  border-radius: 4px;
  background: var(--red);
  color: white;
  font-weight: 800;
  cursor: pointer;
}

.entryContent .search-submit:hover {
  background: var(--red-hover);
}


#messagesHome {
  background-color: white;
}

.socialButtons.facebook i {
  color: #4267B2;
}

.socialButtons.instagram i {
  color: #E1306C;
}

.socialButtons.google i {
  color: #4285F4;
}



#messagesHome video,
#messagesHome .youtube {
  margin-top: 50px;
}



.homeImprovementPage .hero {
  background-image: url(assets/home-improvement/hero.webp) !important;
}

.gardeningPage .hero {
  background-image: url(assets/garden-landscaping/hero.webp) !important;
}

.maintenancePage .hero {
  background-image: url(assets/property-maintenance/hero.webp) !important;
}




.contactPage .hero {
  background-color: white !important;
  background-image: none !important;
}


.comingSoonNote {
  font-weight: bold;
  margin: 30px 0;
  color: var(--red);
  text-align: center;
}




footer .social {
  display: flex;
  gap: 10px;
}

footer .social i {
  font-size: 50px;
}


.contactUs .inner {
  display: flex;
  gap: 100px;
}

.contactInfo {
  text-align: center;
}

.contactInfo .infos {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.contactInfo .infos a {
  background-color: var(--red);
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
}

.contactInfo .infos a:hover {
  background-color: var(--red-hover);
}

.contactUs .inner .contactInfo, .contactUs .inner #contactForm {
  flex: 1;
}

.upperContent {
  text-align: center;
}

.contactPageHeader {
  background: var(--ink);
  color: white;
  padding: 110px 0 !important;
}

.contactPageHeaderInner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 56px;
  align-items: center;
}

.contactIntro .eyebrow {
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contactIntro h1 {
  max-width: 780px;
  color: white;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.02;
  text-wrap: balance;
}

.contactIntro > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: #ebebee;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.6;
}

.contactMethods {
  display: grid;
  gap: 14px;
}

.contactMethod {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: white;
  text-decoration: none;
}

.contactMethod:hover {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}

.contactMethod i {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  font-size: 24px;
}

.contactMethod span {
  min-width: 0;
  display: grid;
  gap: 4px;
  overflow-wrap: anywhere;
  font-weight: 700;
}

.contactMethod small {
  color: #cfd6d8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.contactFormSection {
  background: white;
}

.homeContactFormSection {
  background: #eef7e9;
  text-align: center;
}

.homeContactFormSection .contactFormIntro {
  margin-left: auto;
  margin-right: auto;
}

.homeContactFormSection .spannrFormWrap {
  display: flex;
  justify-content: center;
}

.contactFormSection .inner {
  max-width: 1400px;
}

.contactFormIntro {
  max-width: 760px;
  margin-bottom: 36px;
}

.contactFormIntro h2 {
  font-size: clamp(2rem, 3.5vw, 3.6rem) !important;
}

.contactFormIntro p {
  margin-top: 12px;
  color: #454545;
  line-height: 1.6;
}

.contactPage .contactFormSection .spannrFormWrap,
.contactPage .contactFormSection .spannrFormWrap > *,
.contactPage .contactFormSection #contactForm,
.homeContactFormSection .spannrFormWrap,
.homeContactFormSection .spannrFormWrap > *,
.homeContactFormSection #contactForm {
  display: block;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.homeContactFormSection .spannrFormWrap > *,
.homeContactFormSection #contactForm {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.contactPage .contactFormSection #contactForm input[type="text"],
.contactPage .contactFormSection #contactForm input[type="tel"],
.contactPage .contactFormSection #contactForm input[type="email"],
.contactPage .contactFormSection #contactForm textarea,
.homeContactFormSection #contactForm input[type="text"],
.homeContactFormSection #contactForm input[type="tel"],
.homeContactFormSection #contactForm input[type="email"],
.homeContactFormSection #contactForm textarea {
  max-width: none;
  width: 100%;
  border-color: rgba(32, 42, 45, 0.18);
  background: #f7f8f3;
}

.contactPage .contactFormSection #contactForm button,
.homeContactFormSection #contactForm button {
  margin-left: 0;
  margin-right: 0;
}

.homeContactFormSection #contactForm button {
  margin-left: auto;
  margin-right: auto;
}


.g-recaptcha {
  display: block;
  min-height: 78px;
  margin: 20px auto;
  text-align: center;
  width: fit-content;
}








/* Small desktop sizing issues --- */
@media only screen and (max-width: 1410px) {
  .inner {
    width: 95%;
  }

  .hero .cover .holder {
    padding: 30px;
  }

  .postGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* --- Mobile styles --- */
@media only screen and (max-width: 1100px) {

  .line-container {
    border-radius: 0 !important;
  }

  footer .cols {
    flex-direction: column !important;
    gap: 20px;
    padding: 30px 0;
  }

  /* Header is sticky (in flow) on mobile, so no offset padding is needed. */
  body {
    padding-top: 0 !important;
  }

  body > section,
  body > .grouper > section {
    padding: 50px 0;
  }

  .blogHero {
    padding: 70px 0 !important;
  }

  .blogIndex,
  .projectsContent,
  .contactFormSection {
    padding: 60px 0;
  }

  .postGrid {
    grid-template-columns: 1fr;
  }

  .singlePostHeader {
    padding: 70px 0 36px;
  }

  .singlePostFeatured {
    margin-top: 36px;
  }

  .entryContent {
    padding: 46px 0;
  }

  .entryContent p,
  .entryContent li {
    font-size: 17px;
  }

  .entryContent .alignwide,
  .entryContent .alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
  }

  .entryContent .wp-block-media-text,
  .entryContent .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr !important;
  }

  .entryContent .wp-block-media-text__media,
  .entryContent .wp-block-media-text__content {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .entryContent .wp-block-media-text__content,
  .entryContent .wp-block-group {
    padding: 24px;
  }

  .postNavigation {
    grid-template-columns: 1fr;
  }

  .postNavigation div:last-child {
    text-align: left;
  }

  .entryContent .search-form {
    flex-direction: column;
  }

  .projectsHero {
    padding: 70px 0 !important;
  }

  .projectsEntryContent .wp-block-gallery {
    grid-template-columns: 1fr;
    gap: 12px !important;
  }

  .projectsEntryContent .wp-block-gallery.has-nested-images figure.wp-block-image img,
  .projectsEntryContent .wp-block-gallery .blocks-gallery-item img,
  .projectsEntryContent > .wp-block-image img {
    min-height: 180px;
  }

  .projectLightbox {
    padding: 78px 16px 28px;
  }

  .projectLightbox figure {
    max-width: 100%;
  }

  .projectLightbox img {
    max-height: calc(100svh - 180px);
  }

  .projectLightboxClose {
    top: 16px;
    right: 16px;
  }

  .projectLightboxPrev,
  .projectLightboxNext {
    top: auto;
    bottom: 16px;
    width: 48px;
    height: 48px;
    transform: none;
    font-size: 40px;
  }

  .projectLightboxPrev {
    left: 16px;
  }

  .projectLightboxNext {
    right: 16px;
  }

  header {
    position: relative;
  }

  header .inner {
    display: block;
    text-align: left;
  }

  header .inner .logo {
    padding: 10px;
    width: 100%;
    max-width: 260px;
    display: inline-block;
  }

  header .inner nav {
    width: 100%;
  }





  .mobileMenuCover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 300;
  }

  .hamburger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 999;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background-color: var(--ink);
    /* Adjust color to match your design */
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* Optional: Add animation for the active state */
  .hamburger.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
  }

  /* Lock scrolling */
  body.lock-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    /* Fix scroll position in iOS */
    touch-action: none;
    /* Prevent touch events */
  }




  header .inner .contacts {
    display: none;
  }

  header .inner .logo {
    padding: 0;
  }

  header .logo img {
    width: auto;
    max-width: 140px;
    display: inline-block;
  }

  header {
    padding: 10px 0;
  }

  .hero .cover {
    padding: 20px;
  }

  header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  }

  nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background-color: white;
    left: auto;
    transition: right 0.5s ease;
    
    display: inline-block;
    padding: 20px;
  }

  header .inner {
    position: relative;
  }

  nav.active {
    right: 0;
    z-index: 99999;
  }

  nav .inner {
    max-width: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    flex-direction: column;
    gap: 20px;
    width: 100% !important;
  }

  nav a {
    padding: 20px;
    border-radius: 10px;
    color: var(--ink);
    text-align: left;
    display: inline-block;
    width: 100%;
  }

  nav a.selected {
    background-color: var(--red);
    color: white;
  }

  nav a.cta-btn {
    background-color: var(--red);
    color: white;
    text-align: center;
  }

  nav a.cta-btn:hover {
    background-color: var(--red-hover);
  }

  .mobileMenuHeader {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
  }




  .services {
    grid-template-columns: 1fr;
  }

  .contactPageHeader {
    padding: 70px 0 !important;
  }

  .contactPageHeaderInner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .contactIntro h1 {
    font-size: clamp(2.25rem, 10vw, 3.5rem);
  }

  .contactMethod {
    padding: 16px;
  }

  .contactFormSection .inner {
    width: 90%;
  }

  .serviceOverviewCards,
  .servicesDetailGrid {
    grid-template-columns: 1fr;
  }

  .faqGroup {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faqGroupHeader {
    position: static;
  }

  .faqQuestion {
    grid-template-columns: minmax(0, 1fr) 32px;
    padding: 20px;
    font-size: 17px;
  }

  .faqQuestion i {
    width: 32px;
    height: 32px;
  }

  .faqAnswerInner {
    padding: 0 20px 22px;
  }

  .faqAnswer p {
    font-size: 16px;
  }

  .serviceOverviewCard img {
    height: 260px;
  }

  .serviceOverviewContent {
    padding: 26px;
  }

  .ourTeam {
    width: 100%;
  }

  .our-team-card {
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }


  .together {
    flex-direction: column;
    gap: 20px;
  }

  .together div {
    flex: auto;
    width: 100%;
    z-index: 2;
    order: 1;

  }

  .together img {
    flex: auto;
    max-width: 400px;
    border-radius: 3px;
    z-index: 2;
    order: 2;
  }

  .line-container .inner {
    gap: 30px;
  }


  .grouper {
    border-radius: 0;
    margin-top: -20px;
    box-shadow: none;
  }

  .secondHero h1 {
    font-size: 45px;
  }

  .socials .inner {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  #messages {
    border-radius: 0;
    margin-top: 20px;
  }

  #messages .inner {
    flex-direction: column;
  }

  .benefit {
    flex-basis: 100%;
  }

  .points {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .points::before {
    top: 0;
    bottom: 0;
    left: 55px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--red), var(--green), var(--yellow));
  }

  .points .point {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
  }

  .points .point .number {
    width: 64px;
    height: 64px;
    font-size: 30px;
  }

  footer .legal .inner {
    flex-direction: column;
  }

  .heroAnimate .holder {
    padding: 30px;
    border-radius: 10px;
    max-width: 90%;
  }

  body:not(.homePage) .heroAnimate {
    min-height: 300px;
    height: 40vh;
  }

  #services h2 {
    margin-top: 0;
  }

  header {
    z-index: 500 !important;
  }


.homePage .hero,
.servicesPage .hero,
.faqPage .hero,
.homeImprovementPage .hero,
.gardeningPage .hero {
  height: clamp(460px, 70vh, 680px) !important;
  min-height: 460px;
}

.homePage .hero .cover,
.servicesPage .hero .cover,
.faqPage .hero .cover,
.homeImprovementPage .hero .cover,
.gardeningPage .hero .cover {
  padding: 0;
  background: linear-gradient(90deg, rgba(32, 42, 45, 0.96) 0%, rgba(32, 42, 45, 0.86) 48%, rgba(32, 42, 45, 0.28) 100%);
}

.heroContent {
  max-width: 560px;
}

.heroContent h1 {
  font-size: clamp(2rem, 7vw, 3.1rem);
}


.hero .holder h1 {
  font-size: 20px;
  line-height: 1.15;
  max-width: none;
}

.hero .cover .holder {
  padding: 0;
}

  .trustCards {
    grid-template-columns: repeat(2, 1fr);
  }

  .trustCard:nth-child(2)::after {
    display: none;
  }

  .trustCard:nth-child(1),
  .trustCard:nth-child(2) {
    border-bottom: 1px solid rgba(32, 42, 45, 0.1);
  }

  .brandAnimText {
    white-space: normal;
  }

  .homeGalleryGrid {
    grid-template-columns: repeat(2, 1fr);
    height: 480px;
  }

  .aboutSocialsGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aboutDivider {
    height: 1px;
    width: 100%;
    margin: 0;
    align-self: auto;
  }

}
