/*
--- 01 TYPOGRAPHY SYSTEM

- Font sizes (px) 10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

--- 07 WHITESPACE 
- Spacing system (px) 2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 
*/

/*---------------------------------*/

/*Header*/
.home-logo {
  height: 6.2rem;
}

.main-header {
  display: flex;
  align-items: center;
  padding: 2.4rem 6.4rem;
  justify-content: space-between;
  background-image: linear-gradient(to right, #f5f7fa 0%, #c3cfe2 100%);
}

.header-logo:link,
.header-logo:visited {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.header-logo-name {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
}

.header-logo-name-1 {
  font-size: 2rem;
}

.nav-lists {
  list-style: none;
  display: flex;
  gap: 6rem;
}

.nav-list-link:link,
.nav-list-link:visited {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.4rem;
}

.nav-list-link:hover,
.nav-list-link:active {
  color: #555;
}

.nav-list-button:link,
.nav-list-button:visited {
  background-color: #333;
  padding: 1.2rem 2.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 2.4rem;
  border-radius: 8px;
}

.nav-list-button:hover,
.nav-list-button:active {
  background-color: #111;
}

/*---------------------------------*/

/*Hero*/

.section-hero {
  background-image: linear-gradient(to right, #f5f7fa 0%, #c3cfe2 100%);
  padding: 8rem 0;
}

.hero-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 140rem;
  gap: 9.6rem;
  padding: 0 3.2rem;
}

.hero-img {
  max-width: 100%;
  border-radius: 8px;
}

.hero-picture {
  max-width: 70%;
  margin-left: auto;
}

.cta-btn:link,
.cta-btn:visited {
  font-size: 2.4rem;
  padding: 1.6rem 3.2rem;
  text-decoration: none;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
}

.cta-btn:hover,
.cta-btn:active {
  background-color: #f5f7fa;
  color: #333;
  box-shadow: inset 0 0 0 2px #333;
}

.hero-cta {
  display: flex;
  gap: 3.2rem;
  margin-bottom: 6.4rem;
}

.hero-img-container {
  display: flex;
}

.secondary-cta:link,
.secondary-cta:visited {
  font-size: 2.4rem;
  padding: 1.6rem 3.2rem;
  text-decoration: none;
  background-color: #d6d6d6;
  color: #333;
  font-weight: 600;
  border-radius: 12px;
}

.secondary-cta:hover,
.secondary-cta:active {
  background-color: #c1c1c1;
}

.hero-review {
  display: flex;
  gap: 7.6rem;
  padding: 0 2.4rem;
  align-items: center;
}

.review-container {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.review-icon {
  font-size: 3.6rem;
}

.review-rating {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.review-desc {
  font-size: 1.4rem;
}

/*---------------------------------*/

/*Services*/

.service-header-desc {
  font-size: 2rem;
}

.categories-details {
  height: 40rem;
  background-color: #f7f7f7;
  padding: 3.2rem 0.8rem 1.6rem 0.8rem;
  border-radius: 12px;
  cursor: pointer;
}

.categories-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60%;
  margin-bottom: 0.8rem;
}

.categories-img {
  max-width: 70%;
}

.washingMachine-img {
  max-width: 40%;
}

.refrigerator-img {
  max-width: 30%;
}

.category-name {
  font-size: 2rem;
  font-weight: 600;
}

.categories-sub-img {
  max-width: 100%;
}

.categories-desc {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}

.category-button:link,
.category-button:visited {
  text-decoration: none;
  padding: 1.6rem 6.4rem;
  font-size: 2rem;
  background-color: #333;
  color: #fff;
  border-radius: 10px;
}

.category-button:hover,
.category-button:active {
  background-color: #f7f7f7;
  color: #333;
  box-shadow: inset 0 0 0 2px #333;
}

/*---------------------------------*/

/*Benefits*/

.benefits-details {
  background-color: #f7f7f7;
  padding: 3.6rem 1.2rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits-icon {
  font-size: 5.2rem;
}

.benefits-icon-container {
  margin-bottom: 2rem;
}

.benefits-details-heading {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}

.benefits-details-desc {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}

/*---------------------------------*/

/*Contact*/

.contact-details {
  padding: 3.2rem 2.4rem;
  border-radius: 12px;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.contact-heading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}

.contact-heading {
  font-weight: 600;
}

.contact-desc {
  font-size: 1.6rem;
  margin-bottom: 2.8rem;
  line-height: 1.5;
}

.contact-btn:link,
.contact-btn:visited {
  background-color: #333;
  color: #fff;
  padding: 0.8rem 1.6rem;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.4rem;
}

.contact-btn:hover,
.contact-btn:active {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #333;
  color: #333;
}

.section-contact {
  padding-bottom: 12.8rem;
}

/*---------------------------------*/

/*footer*/

.main-footer {
  background-color: #222;
  color: #fff;
  padding: 9.6rem 0 0 0;
}

.copyright-container {
  padding: 2.4rem 0 3.6rem 0;
  /* background-color: #444; */
}

.footer-data-container {
  margin-bottom: 2.4rem;
}

.footer-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

.footer-logo-img {
  width: 8rem;
}

.footer-logo-link {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-logo-copyright {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 600;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
}

.footer-link:hover,
.footer-link:active {
  color: #eee;
}

/*---------------------------------*/

/*Contact Page Heading*/

.contact-heading-section {
  background-color: #f3f5f9;
}

.contact-haeding-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-heading-desc {
  font-size: 2.4rem;
}

.contact-options-container {
  box-shadow: 0 1px 3px 0 rgba(21, 34, 53, 0.3);
  padding: 3.2rem;
  transition: all 0.4s;
  border-radius: 12px;
}

.contact-options-container:hover {
  box-shadow: 0 6px 18px 0 rgba(21, 34, 53, 0.3);
}

.contact-call-img {
  width: 50%;
}

.contact-whatsapp-img {
  width: 70%;
}

.contact-form-img {
  width: 80%;
}

.contact-options-header {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}

.contact-options-desc {
  font-size: 1.6rem;
  line-height: 1.6;
}

.contact-options-link:link,
.contact-options-link:visited {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  text-align: center;
  height: 40rem;
  text-decoration: none;
  color: #333;
}

.contact-options-logo {
  height: 50%;
}

.home-navigation-container {
  border-top: 1px solid #dbdef5;
  text-align: center;
  padding: 4.8rem;
}

.home-navigation:link,
.home-navigation:visited {
  text-decoration: none;
  color: #333;
  font-size: 2.8rem;
  border-bottom: 1px solid currentColor;
}

.home-navigation:hover,
.home-navigation:active {
  border-bottom: none;
}

.contact-options-link-div {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
  text-align: center;
  height: 40rem;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

/*---------------------------------*/

/*Modal form*/

/* Modal container */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show modal */
.modal.show {
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
}

/* Modal content */
.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 80rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #f7f7f7;
}

.form-container {
  padding: 1.6rem;
}

.form-container {
  display: flex;
  justify-content: center;
}

.category-form {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
  gap: 1.4rem;
  width: 70%;
}

.form-group,
.form-textarea,
.form-text-address,
.form-text,
.form-select,
.form-date,
.form-name-text {
  width: 100%;
  font-size: 1.6rem;
}

.category-form select,
.category-form textarea,
.category-form input {
  padding: 1rem 0.6rem;
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-radius: 4px;
}

.form-heading {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.form-btn {
  width: 100%;
  padding: 1.6rem 6.4rem;
  font-size: 2.4rem;
  color: #fff;
  background-color: #222;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.4s;
  border: none;
}

.form-btn:hover {
  background-color: #fff;
  color: #222;
  box-shadow: inset 0 0 0 2px #333;
}

.form-textarea {
  resize: none;
}

.error-message {
  min-height: 1.2rem;
  color: red;
  font-size: 1.2rem;
  visibility: hidden;
  padding: 0.5rem 1rem;
}

.is-invalid+.error-message {
  visibility: visible;
}

.mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon {
  font-size: 4.8rem;
  color: #222;
}

.mobile-nav .bi-x-circle-fill {
  display: none;
}

.form-heading-container {
  display: flex;
  width: 100%;
}

.form-flex-item {
  flex-shrink: 0;
}

.form-close-btn {
  font-size: 3.2rem;
  cursor: pointer;
  color: #888;
  flex: 0 0 5%;
}

.form-close-btn:hover {
  color: #000;
}

.form-heading {
  flex: 0 0 95%;
}

/*---------------------------------*/

/*Services Type*/

.primary-services-heading {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: center;
}

.service-type-heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-type-heading-url {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
}

.service-type-heading-url a:link,
.service-type-heading-url a:visited {
  text-decoration: none;
  color: #333;
}

.service-type-heading-url a:hover,
.service-type-heading-url a:active {
  border-bottom: 1px solid #333;
}

.service-type-heading-url p:hover {
  border-bottom: 1px solid #333;
  cursor: pointer;
}

.what-services-img {
  max-width: 32rem;
  margin-bottom: 2.4rem;
  /* border-radius: 0.8rem; */
}

.secondary-services-heading {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.what-services {
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-shadow: 0 1px 3px 0 rgba(21, 34, 53, 0.3); */
  border-radius: 0.8rem;
  /* background-color: #f6f6f6; */
  /* box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075); */
  box-shadow: 0 0.6rem 1.8rem 0 rgba(21, 34, 53, 0.3);
  overflow: hidden;
}

.what-services-text {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.what-services-btn:link,
.what-services-btn:visited {
  text-decoration: none;
  color: #fff;
  background-color: #333;
  font-size: 2rem;
  padding: 1.2rem 5.2rem;
  border-radius: 0.8rem;
}

.what-services-btn:hover,
.what-services-btn:active {
  color: #333;
  background-color: #f6f6f6;
  box-shadow: inset 0 0 0 2px #333;
}

.what-services-cotainer {
  padding: 0 10.8rem;
}

.service-type-pill {
  font-size: 1.6rem;
  padding: 0.9rem 0;
  color: #fff;
  border: 1px solid #333;
  border-radius: 5rem;
  background-color: #333;
  width: 18rem;
  cursor: pointer;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.service-type-pill:hover {
  background-color: #fff;
  color: #333;
  box-shadow: inset 0 0 0 1px #333;
}

.category-type-container {
  border: 1px solid #e5e7eb;
  border-radius: 0.8rem;
  padding: 4.8rem 0;
}

.services-type-heading-section {
  background-color: #f3f5f9;
}

.category-type-section {
  padding-bottom: 10.8rem;
}

.what-services-text-container {
  padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-points-ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #555;
  font-size: 1.5rem;
  list-style: none;
  margin-bottom: 2.8rem;
}

.services-points-li {
  display: flex;
  gap: 0.8rem;
  line-height: 1.5;
}

/* .call-btn:link,
.call-btn:visited {
  font-size: 1.8rem;
  display: inline-flex;
  gap: 1.4rem;
  text-decoration: none;
  background-color: #3a3e44;
  color: #fff;
  padding: 1.2rem 2rem;
  align-items: center;
  border-radius: 5rem;
  position: fixed;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0);
}

.call-btn:hover,
.call-btn:active {
  background-color: #27292d;
} */


/*Call button*/
.btn-container {
  position: fixed;
  bottom: max(20px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  perspective: 1000px;
  z-index: 9999;
  display: flex;
  gap: 0.75rem;
}

.metallic-btn {
  text-decoration: none;
  user-select: text;
  position: relative;
  min-width: 20rem;
  padding: .8rem 1.8rem;
  font-size: 1.8rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(145deg, #1d4ed8, #1d4ed8);
  border: none;
  border-radius: 100vw;
  cursor: pointer;
  overflow: hidden;
  box-shadow:
    inset 0 0.05rem 0.05rem rgba(255, 255, 255, 0.1),
    inset 0 -0.05rem 0.05rem rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  z-index: 1;
}

/* New WhatsApp button styles (mirroring metallic but circular) */
.whatsapp-btn {
  text-decoration: none;
  position: relative;
  aspect-ratio: 1/1;
  width: auto;
  /* Matching height of metallic button */
  height: 100%;
  min-width: 3.5rem;
  /* Minimum size */
  padding: .8rem 1.8rem;
  font-size: 1.8rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #128C7E, #128C7E);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow:
    inset 0 0.05rem 0.05rem rgba(255, 255, 255, 0.1),
    inset 0 -0.05rem 0.05rem rgba(0, 0, 0, 0.5);
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  z-index: 1;
}

/* WhatsApp-specific pseudo-elements */
.whatsapp-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: 0.5s;
  animation: shine 3s infinite;
}

.whatsapp-btn::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: linear-gradient(145deg, #128C7E, #128C7E);
  border-radius: 50%;
  z-index: -1;
}

.metallic-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: 0.5s;
  animation: shine 3s infinite ease-in-out;
}

.metallic-btn::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: linear-gradient(145deg, #1d4ed8, #1d4ed8);
  border-radius: 48px;
  z-index: -1;
}

.metallic-btn i {
  font-size: 1.2em;
}

.metallic-btn:hover,
.whatsapp-btn:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.1),
    inset 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.metallic-btn:active,
.whatsapp-btn:active {
  transform: translateY(1px);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.1),
    inset 0 -1px 1px rgba(0, 0, 0, 0.5);
  outline: none;
  box-shadow: none;
}

.reflection {
  position: absolute;
  width: 20%;
  height: 150%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.1));
  transform: skewX(-20deg);
  animation: moveReflection 3s infinite ease-in-out;
  opacity: 0.7;
  filter: blur(5px);
  z-index: 2;
}

@keyframes shine {
  0% {
    left: -100%;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes moveReflection {

  0%,
  100% {
    left: -50px;
    top: -20px;
  }

  25% {
    left: 120%;
    top: -20px;
  }

  50% {
    left: 120%;
    top: 100%;
  }

  75% {
    left: -50px;
    top: 100%;
  }
}