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

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

body {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  background-color: #ebebee;
  color: black;
}

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

p {
  font-size: 18px;
}

h1,
h2,
h3 {
  font-family: "Domine", 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: "Inter", sans-serif;
}

/* --- Variables --- */
:root {
  --yellow: rgb(255, 168, 5);
  --yellow-hover: rgb(193, 126, 2);
  --red: rgb(176, 14, 5);
  --red-hover: rgb(134, 9, 2);
  --green: rgb(82, 141, 28);
  --green: rgb(48, 82, 16);
}

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

.homePage {
  padding-top: 147px;
}

.homeImprovementPage, .gardeningPage, .maintenancePage, .contactPage {
  padding-top: 100px;
}

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

header img {
  width: 100px;
}

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

.homePage header.navEffect img {
  width: 100px;
}

.homePage header img {
  width: 150px;
  transition: width 0.3s ease;
}

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

header .inner {
  display: flex;
  justify-content: space-between;
}

header .inner .contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: flex-end;
  flex-basis: 185px;
}

header .inner .contacts a {
  text-decoration: none;
  color: var(--red);
}

header .inner .contacts a span {
  font-weight: bold;
}

header .inner .contacts a:hover {
  text-decoration: underline;
}

header .inner .contacts a i {
  margin-right: 3px;
  vertical-align: center;
  color: black;
}

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


nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px;
}

nav a {
  color: black;
  padding: 30px 0;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
}

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

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




.contactPage .hero .inner {
  margin-top: 0 !important;
  color: black;
}

.contactPage .hero h1 {
  color: black !important;
}

.contactPage .hero a {
  color: black !important;
}

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

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

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

#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 {
  display: flex;
  background: linear-gradient(to bottom, white 0px, white 20px, transparent 35px);
}

.homePage .hero {
  height: 80vh;
  width: 100%;
  padding-top: calc(729 / 1300 * 100%);
  background-image: url(assets/hero/hero-house-with-feather.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  padding-bottom: 100px;
}





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

.hero .holder h1 {
  margin-bottom: 20px;
  color: white;
  font-size: 30px;
  max-width: 40%;
  display: inline;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: 5px;
}



.servicesSec {
  text-align: center;
}

.services {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.services .service {
  flex: 1;
  padding: 50px;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  border-radius: 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #454545;
}

.services .service img {
  width: 100px;
  height: auto;
}

.services .service h3 {
  margin-top: 30px;
  color: black;
}

.services .service p {
  font-size: 16px;
  margin-top: 20px;
}

.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: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 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 #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.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: rgb(176, 14, 5);
  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: black;
  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;
}

#contact {
  background-image: url('assets/hero/outdoor-kitchen.webp');
  background-size: cover;
  background-position: center;
  padding: 0 !important;
}

#contact .cover {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(to right, rgba(134, 9, 2, 0.5), rgba(82, 141, 28, 0.5), rgba(255, 168, 5, 0.5));
  padding: 150px 0;
}

#contact .inner {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

#contact h2 {
  font-size: 50px;
  font-weight: bold;
}

#contact p {
  margin-top: 20px;
  font-size: 20px;
}

#contact a {
  text-decoration: underline;
  color: white;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.contact-info p {
  margin: 5px 0;
}

.contact-info img {
  width: 200px;
  height: 190px;
  margin-top: 20px;
}

.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: "Inter", 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 */
}

.contact-info p {
  margin: 0.5em 0;
}


.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);
}

.mobileOnly,
.mobileMenuCover {
  display: none;
}

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

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

.contactPage .hero .contact-info a {
  color: white;
}

.marquee-parent {
  position: relative;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  background: linear-gradient(to right, rgb(134, 9, 2), rgb(82, 141, 28), 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;
}

.points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}

.points .point {
  display: flex;
  flex-direction: row;
  gap: 10px;
  vertical-align: top;
  padding: 30px;
  border-radius: 10px;
  background-color: white;
  opacity: 0;
  /* Initially hidden */
  position: relative;
  /* For animation positioning */
  animation: slideIn 3s ease forwards;
  /* Default animation */
}

.points .point.first {
  width: 50%;
  /* Shortest width */
  animation-delay: 0.4s;
  /* First step */
  border: solid 4px var(--red);
}

.points .point.second {
  width: 75%;
  /* Medium width */
  animation-delay: 0.7s;
  /* Second step */
  border: solid 4px var(--green);
}

.points .point.third {
  width: 100%;
  /* Full width */
  animation-delay: 1s;
  /* Third step */
  border: solid 4px rgb(193, 126, 2);
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    /* Start off the screen */
    opacity: 0;
    /* Invisible */
  }

  50% {
    opacity: 0.5;
    /* Fade in halfway */
  }

  100% {
    transform: translateX(0);
    /* End at its final position */
    opacity: 1;
    /* Fully visible */
  }
}


.points .point .number {
  font-weight: bold;
}

#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: black;
  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: black !important;
}

.dark {
  background-color: #ebebee !important;
  color: black !important;
}


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: black;
}

#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;
}


#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;
}


.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;
  }
}

/* --- 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;
  }

  body {
    padding-top: 82px !important;
  }

  section, .cta .cover {
    padding: 50px 0;
  }

  header {
    position: relative;
  }

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

  header .inner .logo {
    padding: 10px;
    width: 100%;
    max-width: 200px;
    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: fixed;
    top: 30px;
    right: 30px;
    z-index: 999;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background-color: #000;
    /* 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 img {
    max-width: 80px;
    display: inline-block;
  }

  header {
    padding: 10px 0;
  }

  .hero .cover {
    padding: 20px;
  }

  header {
    position: fixed;
    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;
  }

  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: black;
    text-align: left;
    display: inline-block;
    width: 100%;
  }

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

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




  .services {
    flex-direction: column;
  }

  .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 .point.first,
  .points .point.second {
    width: 100%;
  }

  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 {
  height: auto !important;
  min-height: 400px;

}

.secondHero {
  padding-top: 0;
}


.hero .holder h1 {
  font-size: 20px;
  line-height: 2.3;
  max-width: 80%;
}

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



}