html, body {
  width: 100%;
  height: max-content !important;
  background-color: #e9e9e9;
}
/* Above is to overwrite the default styles */


/* Cookies */
.cookiesCard {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 9999;
  background-color: rgb(1, 182, 113, 0.7);
  color: rgb(255, 255, 255);
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-weight: 500;
  margin: 0 auto;
  font-size: clamp(10px, 3vw, 15px);
  border-top: 1px dashed #b8b8b8;
  opacity: 1;
  transition: opacity 1s ease;
}
.cookiesCard p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.cookiesCard p u {
  outline: none;
  color: rgb(0, 88, 117);
  text-decoration: underline;
  cursor: pointer;

  transition: color 1s ease;
}
.cookiesCard p u:hover {
  color: #FFFFFF;
}
.cookiesCard .cd-opt-in-btn {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 107, 143);
  font-size: 11px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: max-content;
  padding: 5px 16px 5px;
}


.outerContainerTerms {
  z-index: 999999;
  width: 100%;
  position: fixed;
  font-family: "rethinkSans", Arial;
  font-size: 16px;
  background-color: rgb(33, 33, 33);
  display: none;
  justify-content: center;
  min-height: 100%;
  height: min-content;
  max-height: 100vh;
  color: #fff;
  top: 0;
  left: 0;
  transition: opacity 1s ease;
  overflow: auto;
}
.outerContainerTerms * {
  margin: revert;
  padding: revert;
}

.containerTerms {
  display: block;
  width: 80%;
  height: min-content;
  background-color: rgb(0, 0, 0);
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.horizontal-line {
  margin-left: 0;
  width: 50%;
  height: 2px;
  background-color: #6b6b6b;
}

.containerTerms ul {
  list-style-type: disc;
  padding-left: 20px;
}

.containerTerms h1 {
  font-size: 35px;
}

#privacy-policy {
  margin: auto;
}

/* Accept all terms btn on entire terms page */
.termsBtns {
  background: #fff;
  outline: 1px solid #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-18deg);
  color: #000;
}

.termsBtns span {
  display: inline-block;
  transform: skew(18deg);
}

.termsBtns::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(3, 12, 18);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.termsBtns:hover {
  color: #fff;
}

.termsBtns:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

/* Disabling/Enabling Google Analytics Button */
.disableBtn {
  width: 200px;
  background-color: #ce6464;
}

.disableBtn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(143, 0, 0);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

.disableBtn:hover {
  color: #ffffff;
}

.disableBtn:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.disableBtn.modified::before {
  background: rgb(255, 136, 0);
}

#TOGA-Status {
  background-color: #4fa805;
  border-radius: 10px;
  width: 200px;
  padding: 5px;
}

#privatePolicyLink {
  color: #01a247;
  transition: color 1s ease;
}
#privatePolicyLink:hover {
  color: #fff;
  cursor: pointer;
}




/* ---------- ATTENTION GRABBER ---------- */
.attentionGrabber {
  position: relative;
  background: url("/crossFile/pictures/contentBG.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  height: 500px;
  color: #fff;
}
.attentionGrabber::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0 0 0 / 0.45);
  z-index: 1;
}
.attentionGrabber::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to bottom, rgba(1, 182, 113, 0.7) 0%, transparent 50%);
  z-index: 1;
}


.attentionGrabber p {
  text-align: center;
  z-index: 2;
}

@keyframes pulse512 {
 0% {
  box-shadow: 0 0 0 0 #ffffff66;
 }

 90% {
  box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
 }

 100% {
  box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
 }
}
.attentionGrabber .callBtn {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: var(--primary);
  color: white;
  margin: auto;
  padding: 22px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(14px, 3vw, 17px);
  z-index: 2;
  transition: .3s all ease;
  animation: pulse512 2s infinite;
  &:hover {
    background: var(--secondary);
    color: var(--black);
    cursor: pointer;
  }
}
.attentionGrabber .certifiedBadge {
  width: 175px;
  height: 175px;
  z-index: 2;
  transition: all .3s ease, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  &:hover {
    transform: scale(1.1);
  }
}
#particlesHeader {
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 5;
  pointer-events: none;
}



/* ---------- Home Page ---------- */
.home {
  max-width: 1080px;
  width: 100%;
  color: var(--text);
  margin: auto;
  padding: 54px 0 35px;
  position: relative;
}
.home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: 
     linear-gradient(-45deg, transparent 45%, rgba(46, 204, 113, 0.05) 45%, rgba(46, 204, 113, 0.05) 55%, transparent 55%);
  background-size: 500px 500px;
  animation: backgroundMove 10s linear infinite;
}
@keyframes backgroundMove {
  0% { background-position: 0 0, 0 0, 0 0; }
  100% { background-position: -500px -500px; }
}
.home::after {
   content: '';
   position: absolute;
   inset: 0;
   background:
       url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%232ecc71" opacity="0.05"><path d="M20 2h-5l-3 3-3-3H4L2 4v16l2 2h5l3-3 3 3h5l2-2V4z M7 16V8l10 4z"/></svg>'), /* Spray bottle */
       url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%232ecc71" opacity="0.05"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM6.5 9L10 5.5 13.5 9H11v4H9V9H6.5zm11 6L14 18.5 10.5 15H13v-4h2v4h2.5z"/></svg>'), /* Circular arrows */
       url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%232ecc71" opacity="0.05"><path d="M7 5h10v2h2V3H5v4h2zm10 14H7v-2H5v4h14v-4h-2zM5 7v10h2v-4h10v4h2V7H5z"/></svg>'); /* Soap bar */
   background-size: 40px, 30px, 35px;
   animation: cleaningIcons 30s linear infinite;
   z-index: -1;
   opacity: 0.5;
}

@keyframes cleaningIcons {
   0% { background-position: 0% 0%, 30% 30%, 60% 60%; }
   100% { background-position: 100% 100%, 130% 130%, 160% 160%; }
}

.home h1 {
  color: var(--primary);
  text-align: center;
  font-size: 32px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.home h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
}
.home hr {
  max-width: 1080px;
  width: 100%;
}
.home .homeIntro {
  padding: 0 0 17px;
  text-align: justify;
  font-weight: 500;
  line-height: 30px;
  font-size: 17px;
}
.home .homeIntro a {
  color: var(--link);
  text-decoration: none;
}
.home .homeServices {
  padding: 0 0 10px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-heigth: 26px;
}
.expandedInfoDesc {
}
/* ---------- Home Offers ---------- */
.homeOffers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 50px 0;
  padding: 0 20px;
}
.homeOffers::before {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background: 
       url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="%232ecc71" opacity="0.05"><path d="M20 0L40 20L35 20L20 5L5 20L0 20z"/></svg>'),
       url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%232ecc71" opacity="0.03"><circle cx="12" cy="12" r="10"/></svg>');
   background-size: 40px 40px, 24px 24px;
   animation: arrowFloat 20s infinite linear;
   pointer-events: none;
   z-index: -1;
}

@keyframes arrowFloat {
   0% { background-position: 0 0, 40px 40px; }
   100% { background-position: 100px 100px, -60px -60px; }
}
.homeOffers::after {
   content: '';
   position: absolute;
   width: 200px;
   height: 200px;
   background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232ecc71" opacity="0.05"><path d="M16 11h-1V3c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v8H8c-2.76 0-5 2.24-5 5v7h18v-7c0-2.76-2.24-5-5-5zm-5-8h2v8h-2V3zm8 18h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-2v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H9v-3c0-.55-.45-1-1-1s-1 .45-1 1v3H5v-5c0-1.65 1.35-3 3-3h8c1.65 0 3 1.35 3 3v5z"/></svg>');
   bottom: -100px;
   left: -100px;
   animation: floatReverse 25s infinite linear;
   z-index: -1;
}
@keyframes float {
   0% { transform: rotate(0deg) translate(0, 0); }
   50% { transform: rotate(180deg) translate(20px, 20px); }
   100% { transform: rotate(360deg) translate(0, 0); }
}

@keyframes floatReverse {
   0% { transform: rotate(360deg) translate(0, 0); }
   50% { transform: rotate(180deg) translate(-20px, 20px); }
   100% { transform: rotate(0deg) translate(0, 0); }
}

.homeOffers .homeOffer {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(1, 182, 113, 0.1);
}

.homeOffers .homeOffer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(1, 182, 113, 0.1), transparent);
  transition: left 0.5s ease;
}

.homeOffers .homeOffer:hover::before {
  left: 100%;
}

.homeOffers .homeOffer:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(1, 182, 113, 0.2);
  border-color: var(--primary);
}

.homeOffers .homeOffer h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.homeOffers .homeOffer img {
  width: 100%;
  max-width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.homeOffers .homeOffer:hover img {
  transform: scale(1.05);
}

.homeOffers .homeOffer p {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}

.homeOffers .homeOffer p i {
  font-size: 24px;
  color: #dcfedc;
  transition: all 0.3s ease;
}

.homeOffers .homeOffer:hover i {
  transform: scale(1.2);
  color: var(--secondary);
}
.homeOffers .homeOffer .lastOffer {
  width: 100%;
}
.homeOffers .homeOffer h3 {
  background: var(--primary);
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 120%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
  &:hover {
    background: var(--secondary);
    color: var(--black);
  }
}
.homeOffers .homeOffer h3::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.1);
  transform: rotate(45deg);
  transition: transform 0.6s ease;
}

.homeOffers .homeOffer:hover h3::before {
  transform: rotate(90deg);
}
.homeOffers .homeOffer img {
    width: 100%;
    transition: transform 0.5s ease;
}
.homeOffers .homeOffer:hover img {
    transform: scale(1.05);
}

.homeOffers .homeOffer p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #fff;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  text-align: left;
  font-weight: 500;
  font-size: 17px;
  max-height: 40px;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s ease;
}
.home h3 {
  font-weight: 500;
  font-size: 22px;
}
.home p {
  text-align: justify;
  font-weight: 500;
  margin: 0 0 17px;
}
.homeOffers .homeOffer i {
  font-size: 1.5rem;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.homeOffers .homeOffer:hover i {
  transform: scale(1.2);
  opacity: 1;
}
.home ul {
  padding-left: 17px;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}
.home ul li {
  margin: 0 0 17px;
}
.home a {
  color: var(--link);
  text-decoration: none;
  font-size: 17px;
}
.home .galleryBtn {
  width: 100%;
  text-align: center;
}
.home .galleryBtn .homeToGallery {
  background: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 15%, var(--primary) 85%, var(--secondary) 100%);
  color: white;
  padding: 12px 30px;
  font-weight: 500;
  font-size: 20px;
  border-radius: 30px;
  border: 2px solid var(--primary);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.home .galleryBtn .homeToGallery:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}



/* ---------- Home Contact Form ---------- */
#homeContactForm {
  background: url("/crossFile/pictures/contactFormBG.webp");
  background-size: cover;
  color: var(--text);
  width: 100%;
  padding: 4% 0;
}
#homeContactForm .formContent {
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2% 0;
}
#homeContactForm .formContent .formServices h3 {
  font-size: 22px;
  width: max-content;
  & strong {  color: var(--primary);  }
  & p {  font-weight: 500;  }
}
#homeContactForm .formContent .formServices ul {
  list-style: none;
  font-weight: 500;
  font-size: clamp(15px, 3vw, 22px);;
  width: max-content;
}
#homeContactForm .formContent .formServices ul i {
  color: var(--primary);
  font-weight: 900;
  padding: 0 5px;
}
#homeContactForm .formContent .freeEstimateForm {
  background: var(--primary);
  color: white;
  width: 45%;
  padding: 30px 20px 20px;
  border-radius: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
  & h1 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
  }
}
#homeContactForm .formContent .freeEstimateForm input, textarea#message {
  background: transparent;
  color: white;
  &::placeholder {  color: white;  }
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px solid rgba(255 255 255 /.5);
  padding: 15px;
  font-family: inherit;
  font-size: 18px;
  resize: none;
}
textarea#message {
  resize: none;
  width: 100%;
}
#homeContactForm .formContent .freeEstimateForm .messageSubmit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#homeContactForm .formContent .freeEstimateForm #submitButton {
  width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 2px;
  transition: all .3s ease;
  &:hover {
    background: var(--secondary);
    color: var(--black);
    letter-spacing: 20px;
  }
}


.carbonEmission {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #5c5c5c;
  font-style: italic;
  text-decoration: none;
  padding: 10px;
}
.carbonEmission .rating {
  border-left: 4px solid rgb(1, 182, 113);
  padding-left: 5px;
  margin-left: 5px;
  background-color: rgb(178, 205, 255); 
  padding: 5px; 
  border-radius: 10px;
}
.carbonEmission .ratingDesc {
  padding: 0 5px;
  border-left: 2px solid rgb(1, 182, 113);
  border-right: 2px solid rgb(1, 182, 113);
}
.carbonEmission .ratingStat {
  margin-left: 5px;
}


/* MOBILE RESPONSIVE */
@media screen and (max-width: 768px) {
  .formContent {
    flex-direction: column;
    gap: 20px;
  }
  .formServices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75% !important;
    margin: 0 auto;
  }
  .freeEstimateForm {
    width: 100% !important;
  }
  .homeOffers {
    flex-direction: column;
  }
  .homeOffer {
    width: 100% !important;
  }
}

@media screen and (max-width: 576px) {
  .home {
    width: 90%;
    margin: 0 auto;
  }
}