@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@399&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #eee;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.view,
.view .mask,
.waves-effect {
  overflow: hidden;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* .navbar:not(.top-nav-collapse) { */
.top-nav-collapse {
  background-color: blue;
}

.navbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  width: 100%;
}

.navbar-nav {
  display: flex;
  flex-direction: row; /* horizontal menu */
  align-items: center;
  margin-left: auto; /* PUSH MENU TO RIGHT */
  padding-right: 15%;
}

.navbar .nav-item .nav-link {
  display: block;
  color: snow;
  font-family: "Verdana", sans-serif;
  font-size: 1.2rem;
  transition: 0.3s linear;
  padding: 5px 10px;
  font-family: garamond;
}
.navbar .nav-item .nav-link > i {
  color: #4bef10;
  font-weight: 550;
  padding: 5px 10px;
}
.navbar .nav-item .nav-link > i:hover {
  color: hsl(104, 100%, 50%);
}

.navbar .nav-item .nav-link:hover {
  display: block;
  color: rgb(163, 162, 162);
  transition: 0.3s ease;
}
.navbar {
  padding-right: 1rem !important;
  font-weight: 500;
}

.logo {
  height: 80px;
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
  position: relative;
  z-index: 11;
}
.btn-outline-kccwg-green {
  border: 2px solid #127321 !important;
  color: #996533 !important;
  font-weight: 400 !important;
}
/* Add this CSS code to show the menu on mobile devices */

@media (max-width: 1124px) {
  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .navbar .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 1124px) {
  /* Styles for screens below and above 1124px width */
  .navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .navbar .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

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

  .logo {
    height: 90px;
    width: auto;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding-right: 2vw;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar:not(.top-nav-collapse) {
    background-color: #016533 !important;
  }
  .navbar .nav-item .nav-link {
    color: snow;
    font-size: 1.1rem;
    transition: 0.3s linear;
    padding: 8px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar-collapse {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
}
/* ===== SLIDER CONTAINER ===== */
.swiper-container {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ----- BRIGHT, HIGH-QUALITY IMAGES ----- */
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.95); /* adjust if needed – 0.8–0.9 is ideal */
  transition: transform 6s ease;
}

.swiper-slide-active img {
  transform: scale(1.05);
}

/* ----- SOFT OVERLAY (ensures text is readable) ----- */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* light enough to keep image bright */
  z-index: 5;
}

/* ----- TEXT CONTENT (positioned like greenmaidcleaners.nl) ----- */
.slide-content {
  position: absolute;
  top: 65%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 650px;
  color: #fff;
  z-index: 10;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 80%; /* added – prevents overflow on smaller screens */
}

.slide-content h1 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.slide-content p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 35px;
  opacity: 0.95;
  max-width: 550px;
}

/* ----- BUTTON (exact match) ----- */
.btn-slider {
  display: inline-block;
  background: #adff2f;
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 14px 42px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
  border: 2px solid #adff2f;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-slider:hover {
  background: transparent;
  color: #adff2f;
  border-color: #adff2f;
}

/* ===== SWIPER NAVIGATION ===== */
.swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 20;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.7;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  background: #adff2f;
  opacity: 1;
  transform: scale(1.2);
}

.swiper-button-prev,
.swiper-button-next {
  color: #adff2f;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 50%;
  transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: transparent;
  color: #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

/* ======================================= */
/* ========== RESPONSIVE FIXES ========== */
/* ======================================= */

/* Tablets (landscape & portrait) */
@media (max-width: 991px) {
  .swiper-container {
    height: 750px;
  }
  .slide-content {
    left: 8%;
    width: 80%;
  }
  .slide-content h1 {
    font-size: 3.2rem;
  }
  .slide-content p {
    font-size: 1.2rem;
  }
  .btn-slider {
    padding: 12px 36px;
    font-size: 1.05rem;
  }
}

/* Small tablets & large phones (portrait) */
@media (max-width: 768px) {
  .swiper-container {
    height: 750px;
  }
  .slide-content {
    left: 6%;
    width: 85%;
    max-width: 100%;
  }
  .slide-content h1 {
    font-size: 2.6rem;
  }
  .slide-content p {
    font-size: 1.1rem;
    max-width: 100%;
  }
  .btn-slider {
    padding: 12px 32px;
    font-size: 1rem;
  }
}

/* ========== MOBILE FIXES (CRITICAL) ========== */
@media (max-width: 480px) {
  .swiper-container {
    height: 600px; /* shorter on mobile – better UX */
  }

  /* Ensure overlay is visible and doesn't hide text */
  .slide-overlay {
    background: rgba(
      0,
      0,
      0,
      0.3
    ); /* slightly darker for better contrast on small screens */
  }

  /* Reposition text – centered and full width */
  .slide-content {
    left: 0; /* override left positioning */
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90%; /* take most of the width */
    margin: 0 auto; /* center horizontally */
    text-align: center; /* center text for mobile */
    padding: 0 15px; /* add side padding */
  }

  /* Adjust headline size – big but not overflowing */
  .slide-content h1 {
    font-size: 2rem; /* readable on small screens */
    line-height: 1.3;
    margin-bottom: 15px;
  }

  /* Paragraph – slightly smaller, full width */
  .slide-content p {
    font-size: 1rem;
    margin-bottom: 25px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Button – full width, easy to tap */
  .btn-slider {
    padding: 14px 20px;
    font-size: 1.1rem;
    width: 100%; /* full width button */
    max-width: 320px; /* but not too wide */
    display: block;
    margin: 0 auto; /* center */
    box-sizing: border-box;
  }

  /* Navigation arrows – smaller and repositioned if needed */
  .swiper-button-prev,
  .swiper-button-next {
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 10px;
  }

  /* Pagination bullets – adjust size */
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

/* Extra small devices (<=360px) */
@media (max-width: 360px) {
  .swiper-container {
    height: 450px;
  }
  .slide-content h1 {
    font-size: 1.7rem;
  }
  .slide-content p {
    font-size: 0.95rem;
  }
  .btn-slider {
    font-size: 1rem;
    padding: 12px 16px;
  }
} /* the about section starts from here  */
#about {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  max-width: 100%;
}
#about p {
  font-family: garamond;
  font-size: 20px;
}
#socialmedia {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: auto;
  text-align: center;
}

.kccwg_divider {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}
.kccwg_divider span {
  margin-top: 5px;
}
.kccwg_divider:before {
  content: "";
  height: 1.5px;
  background: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.45em 0 0;
}

.kccwg_divider:after {
  content: "";
  height: 1.5px;
  background: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 0 0.45em;
}
.aboutkccwg_row {
  margin: 0px;
  background-color: transparent;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.aboutkccwg-desc {
  height: auto;
  width: 100%;
  position: relative;
  margin: 10px 5px;
}
.aboutkccwg-desc > p {
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  word-wrap: break-word;
}
.eacop {
  overflow: hidden;
  max-height: 200px; /* Adjust the value as per your requirements */
}

.text-dark {
  color: #212121 !important;
  position: relative;
}
.aboutkccwg-img > img {
  width: 100%;
  height: 100%;
  transform: translateY(-2px);
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}
.fab {
  font-family: "Font Awesome 5 Brands";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-2x {
  font-size: 2em;
}
.btn-outline-kccwg-green {
  border: 2px solid #016533 !important;
  color: #996533 !important;
  font-weight: 400 !important;
}
/* news and events */
.fa,
.fas {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.container {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.box {
  flex: 0.333333;
  width: 100%;
  margin: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.box img,
.box > video {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 1px 2px 8px 3px rgba(214, 211, 211, 0.2);
}

.box h3 {
  margin-top: 10px;
  font-weight: 600 !important;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.box p {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  padding-bottom: 2rem;
}
.box a {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 0.375rem 0.75rem;
  border: 2px solid #016533;
  border-radius: 10em;
  color: #212529;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  transition:
    color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
}
/* footer styles  */

.footer-section {
  background: #1e1e1e; /* 151414 */
  position: relative;
  width: 100%;
  height: auto;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-cta i {
  color: #4bef10;
  font-size: 18px;
  margin-right: 10px; /* Adjust the margin as needed */
  margin-left: 15px;
}
.cta-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 5px;
  margin: 10px;
}
.cta-text h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  text-align: center; /* Adjusted to 'left' instead of 'center' */
}
.cta-text span {
  color: #757575;
  font-size: 1.3srem;
  font-weight: 500;
  font-family: garamond;
  margin-left: 30px;
  text-align: center;
  margin-top: 10px;
}
.cta-text a {
  list-style: none;
  text-decoration: none;
  font-size: 1.3rem;
  margin: 10px;
  text-align: center;
  font-family: dosis;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 130px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 1.1rem;
  color: #f9f9f9;
  font-family: garamond;
}
.footer-social-icon span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 60px;
  background: #4bef10;
  text-align: center;
  margin-left: 10px;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
  margin-right: 20px;
}
.footer-widget ul li a:hover {
  color: #4bef10;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1rem;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
  height: auto;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
  outline: none;
  border-radius: 10px;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #4bef10;
  padding: 13px 20px;
  border: 1px solid #4bef10;
  top: 0;
  border-radius: 10px;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #282829;
  margin: 10px 0px 10px 0px;
  padding-top: 20px;
  height: 100%;
}

.copyright-text p {
  color: #4bef10;
  font-size: 18px;
  font-family: dosis;
  text-align: center;
}
.copyright-text p span a {
  color: #fff;
  font-size: 16px;
  margin-right: 25px;
}
.copyright-text p span a i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #996513;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
  text-align: center;
  font-family: cormorant;
  text-decoration: none;
}
/* this is the css for gallery */
/* Custom styles for the close button */
.mdb-lightbox-close {
  color: red;
  font-size: 20px;
}
.mdb-lightbox img:hover {
  cursor: pointer;
}
/* the about us styles  */
#abt {
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#abt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#about ul {
  font-family: cormorant;
  font-size: 22px;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #1e1e1e;
}
#about ul li {
  list-style-type: none;
  line-height: 1.5;
  padding: 5px;
}
@media (max-width: 768px) {
  #abt {
    height: auto;
    padding: 10px;
    font-family: cormorant;
  }
}

.map {
  display: flex;
  justify-content: center;
  padding: 0 20px; /* Adjust the left and right padding as needed */
}

.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
\ .down-button {
  font-size: 20px;
  padding: 10px;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.checkbox-group {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 30px;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
  display: flex;
  margin-top: 20px;
}

.checkbox-group label {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  font-family: "Lato";
}

/* CSS Styling */
#mission {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto;
  font-size: 19px;
  font-family: garamond;
}

#mission h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: justify;
  color: #1e1e1e;
  text-transform: capitalize;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 10px;
}

#mission ol {
  margin: auto;
  padding: auto;
  color: #373636;
}

#mission ul {
  list-style: disc;
  margin: auto;
  padding: auto;
  font-family: garamond;
}

#mission li {
  margin-bottom: 5px;
  font-style: normal;
  font-family: garamond;
  line-height: 2;
  word-wrap: break-word;
  line-height: 1.5;
  padding-bottom: 10px;
  list-style-position: outside;
  list-style-type: decimal;
  margin-left: 10px;
}

#mission p {
  margin-bottom: 10px;
  font-style: normal;
  font-family: garamond;
  line-height: 2;
  word-wrap: break-word;
}
.clean {
  height: 100%;
  width: 100%;
}
.clean h4 {
  color: rgb(21, 255, 21) !important;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2px;
  text-align: center; /* Adjusted to 'left' instead of 'center' */
  font-family: garamond;
}
.clean h5 {
  color: #212121;
  text-transform: capitalize;
  font-size: 1.5;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.clean p {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: garamond;
  word-wrap: break-word;
  color: #222;
  text-align: left;
}

/* ------------------------------------------ */
/* Full-page section */
.contact-fullpage {
  min-height: 100%; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eee;
  padding: 20px;
}

/* Container to limit width */
.contact-container {
  width: 100%;
  max-width: 600px;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Header */
.contact-container h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #015633;
}

.contact-container p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 30px;
}

/* Form Fields */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  margin-top: 5px;
  transition: all 0.3s ease;
  outline: none;
  background-color: #f9f9f9;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #4bef10;
  box-shadow: 0 0 8px rgba(1, 86, 51, 0.3);
}
.contact-form textarea {
  resize: none;
}

/* Submit Button */
.btn-submit {
  background-color: #006c9e;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-submit:hover {
  background-color: #0ab1ff;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .contact-container {
    padding: 30px 20px;
  }

  .contact-container h2 {
    font-size: 1.8rem;
  }

  .contact-container p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .contact-container {
    padding: 25px 15px;
  }
}
/* ------------------------------------------------- */
/* ===== Container & Main Button ===== */
.whatsapp-container {
  position: fixed;
  bottom: 20px;
  right: -100px; /* hidden at start for slide */
  z-index: 9999;
  transition: right 0.5s ease;
}

.whatsapp-container.show {
  right: 20px; /* slide in */
}

.whatsapp-main {
  width: 60px;
  height: 60px;
  background: #4bef10;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* ===== Pulse Animation ===== */
.pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #4bef10;
  animation: pulse 2s infinite;
  top: 0;
  left: 0;
  z-index: -1;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
}

/* ===== Options Panel ===== */
.whatsapp-options {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  background: #006c9e; /* dark mode style */
  color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  min-width: 180px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.whatsapp-options a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  transition: background 0.3s;
}

.whatsapp-options a:hover {
  background: #25d366;
  color: #fff;
}

.whatsapp-options .whatsapp-close {
  position: absolute;
  top: 5px;
  right: 8px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* ===== Responsive ===== */
@media (max-width: 576px) {
  .whatsapp-options {
    min-width: 140px;
  }
}
/* ----------------------accordion---------------------- */
#faq {
  background-color: #232c33;
  color: #fff;
  padding: 30px 0;
  font-family: cormorant;
}
.accordion-wrapper {
  width: 100%;
  height: 100%;
}

.accordion-item {
  background-color: #13191d;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.accordion-header:hover {
  background-color: #31424e;
}

.accordion-btn {
  background-color: #4bef10;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color: #31424e;
  padding: 0 30px;
}

.accordion-content p {
  padding: 15px 0;
  margin: 0;
  font-size: 1.1rem;
  color: #ddd;
  line-height: 1.6;
}

/* Active state */
.accordion-item.active .accordion-content {
  max-height: 500px; /* enough for content */
}

.accordion-item.active .accordion-btn {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-header {
    flex-direction: row;
    font-size: 1rem;
    padding: 15px 20px;
  }
  .accordion-content {
    padding: 0 20px;
  }
  .accordion-btn {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .accordion-header {
    font-size: 0.9rem;
    padding: 10px 15px;
  }
  .accordion-btn {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
}

/* ================================
   BROZ ABOUT SECTION
================================ */

.about-section {
  padding: 50px 0;
  font-family: "Cormorant Garamond", serif;
  display: grid;
  place-items: center;
}

/* TAG */

.about-tag {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #006c9e;
  margin-bottom: 15px;
}

/* TITLE */

.about-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #0b2233;
}

/* TEXT */

.about-text {
  font-size: 22px;
  line-height: 1.8;
  color: #555;
  max-width: 95%;
}

/* BUTTON */

.about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 35px;
  background: #006c9e;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 108, 158, 0.3);
}

.about-btn:hover {
  background: #00517a;
  transform: translateY(-2px);
}

/* IMAGE BOX */

.about-image-box {
  margin-top: 45px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.about-image-box img {
  width: 100%;
  display: block;
}

/* FEATURE CARDS */

.about-card {
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.about-card:hover {
  transform: translateY(-6px);
}

/* CARD COLORS */

.about-card.blue {
  background: #d9f0ff;
}

.about-card.light {
  background: #edf6fb;
}

.about-card.accent {
  background: #c9f7e2;
}

.about-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b2233;
  font-size: 2rem;
}

.about-card p {
  font-size: 22px;
  line-height: 1.3;
  color: #333333;
}

/* =====================
   ANIMATION SYSTEM
===================== */

/* Base reveal */

.reveal {
  opacity: 1;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* When visible */

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Slide from left */

.fade-left {
  transform: translateX(-60px);
}

.fade-left.active {
  transform: translateX(0);
}

/* Zoom effect */

.zoom-in {
  transform: scale(0.9);
}

.zoom-in.active {
  transform: scale(1);
}

/* Animation delays */

.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

/* =====================
   RESPONSIVE DESIGN
===================== */

@media (max-width: 991px) {
  .about-section {
    padding: auto;
  }
  .about-title {
    font-size: 24px;
  }
  .about-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 50px;
    padding: 5px 15px;
  } /* Override any child elements that have text-align left */
  .about-tag {
    padding-right: 30px;
  }
  .about-text {
    width: 100%;
    font-size: 21px;
    padding-right: 30px;
  }

  .about-image-box {
    margin-bottom: 50px;
    padding-right: 30px !important;
    text-align: center;
  }
  .about-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #0b2233;
    font-size: 22px;
  }
  .about-card p {
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 22px;
    padding-right: 35px;
  }
  .about-text {
    padding-right: 35px;
    font-size: 20px;
  }
  .about-tag {
    padding-right: 30px;
  }
  .about-btn {
    padding: 12px 28px;
    font-size: 18px;
  }
  .about-left {
    display: grid;
    place-items: center;
    width: 95%;
    height: 100%;
    text-align: left;
    margin-right: 30px !important;
  }
  .about-image-box {
    margin-bottom: 50px;
    margin-right: 30px;
    text-align: center;
  }
} /* ===== CORE SERVICES – FULL WIDTH HERO BLOCKS ===== */
.core-services-hero {
  font-family: "Cormorant Garamond", serif;
}

/* ----- HERO BLOCK (full viewport height, no side gaps) ----- */
.service-hero-block {
  position: relative;
  min-height: 100vh; /* full screen – adjust to 90vh if preferred */
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* ----- BACKGROUND IMAGE – COVER, NO REPEAT, BRIGHT ----- */
.service-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----- SOFT GRADIENT OVERLAY (keeps card readable, subtle) ----- */
.service-bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
  padding-bottom: 20px;
}

/* Reverse gradient for blocks where content is on the left */
#deep-cleaning .service-bg-image::after {
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.15) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
}

/* ----- CONTENT CARD (clean white, smooth shadow) ----- */
.service-content-card {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  border: none;
  max-width: 580px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 30px 25px;
  height: 90%;
}

.service-content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 50px -12px rgba(0, 0, 0, 0.15);
}

/* ----- SERVICE TAG (e.g. "Regular Cleaning") ----- */
.service-tag {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #000;
  padding: 6px 10px;
  border-radius: 30px;
  margin-bottom: 20px;
}

/* ----- DESCRIPTION TEXT ----- */
.service-description {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
  font-weight: 400;
}

/* ----- CHECKMARK LIST (✓) ----- */
.service-list {
  list-style: disc;
  padding: 0;
  margin: 0 0 30px 0;
}

.service-list li {
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
}

.service-list li::before {
  content: "✓";
  color: #2c6e49; /* green checkmark */
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 12px;
  flex-shrink: 0;
}

/* ----- CTA BUTTON (dark green, rounded) ----- */
.service-btn {
  display: inline-block;
  background-color: #2c6e49;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
  box-shadow: 0 6px 16px rgba(44, 110, 73, 0.25);
}

.service-btn:hover {
  background-color: #1f4f34;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(44, 110, 73, 0.3);
  text-decoration: none;
}

/* ===== RESPONSIVE – MOBILE & TABLET ===== */
@media (max-width: 992px) {
  .service-hero-block {
    min-height: 90vh; /* slightly shorter on tablets */
  }

  /* Remove side margins, center card */
  .service-content-card {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    max-width: 500px;
    width: 90%;
  }

  /* Hide empty spacer columns */
  .service-hero-block .col-lg-5:empty,
  .service-hero-block .col-lg-6:empty {
    display: none;
  }

  /* Make content column full width */
  .service-hero-block .col-lg-7,
  .service-hero-block .col-xl-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .service-hero-block {
    min-height: 85vh;
  }

  .service-content-card {
    padding: 2rem !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .service-tag {
    font-size: 26px;
    padding: 5px 14px;
  }

  .service-description {
    font-size: 1rem;
  }

  .service-list li {
    font-size: 0.95rem;
  }

  .service-btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}

@media (max-width: 480px) {
  .service-hero-block {
    min-height: 80vh;
  }

  .service-content-card {
    padding: 1.8rem !important;
  }

  .service-tag {
    font-size: 0.75rem;
  }

  .service-description {
    font-size: 0.95rem;
  }
}
/* =============================
   SERVICES PREMIUM STYLING
============================= */

.services-page {
  padding: 30px 10px 90px 0;
  background: #eee;
  font-family: "Cormorant Garamond", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Intro */

.services-intro {
  width: 90%;
  margin: auto;
  line-height: 1.9;
  color: #555;
  font-size: 20px;
}

/* =============================
   SERVICE BLOCK
============================= */

.service-block {
  margin-bottom: 80px;
  padding: 60px 40px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.service-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

.service-block.bg-light {
  background: #f8fbfd;
}

/* =============================
   IMAGES
============================= */

.service-img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
  height: 100%;
  object-fit: cover;
}

.service-img:hover {
  transform: scale(1.01);
}

/* =============================
   TITLES & TEXT
============================= */

.service-title {
  font-weight: 800;
  margin-bottom: 15px;
  color: #0b2233;
  font-size: 22px;
}

.service-block p {
  line-height: 1.8;
  color: #555;
  font-size: 20px;
}

/* =============================
   LISTS
============================= */

.service-list {
  padding-left: 18px;
  margin-top: 15px;
}

.service-list li {
  margin-bottom: 10px;
  color: #333;
  font-size: 20px;
}

/* =============================
   CTA SECTION
============================= */

.services-cta-box {
  margin-top: 50px;
  padding: 60px 30px;
  background: linear-gradient(135deg, #198754, #0f5132);
  border-radius: 25px;
  color: white;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  font-size: 19px;
}

/* =============================
   SCROLL ANIMATIONS (SAFE)
   NO OPACITY USED
============================= */

.reveal {
  transform: translateY(30px);
  transition: transform 0.8s ease;
}

.reveal.active {
  transform: translateY(0);
}

/* LEFT SLIDE */

.reveal-left {
  transform: translateX(-20px);
  transition: transform 0.8s ease;
}

.reveal-left.active {
  transform: translateX(0);
}

/* RIGHT SLIDE */

.reveal-right {
  transform: translateX(20px);
  transition: transform 0.8s ease;
}

.reveal-right.active {
  transform: translateX(0);
}

/* IMAGE SCALE */

.reveal-img {
  transform: scale(0.92);
  transition: transform 0.8s ease;
}

.reveal-img.active {
  transform: scale(1);
}

/* =============================
   MOBILE RESPONSIVE
============================= */

@media (max-width: 768px) {
  .service-block {
    padding: 35px 20px;
    width: 95%;
  }

  .service-title {
    font-size: 20px;
  }

  .services-page {
    padding: 60px 10px;
    display: flex;
  }
  .service-block.bg-light {
    background: #f8fbfd;
  }
}
