/*===================================
HOUSEKEEPING LIFESTYLE
===================================*/

.housekeeping-lifestyle {

  padding: 120px 8%;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;

  align-items: center;

  background: #F4F6F9;

}

.housekeeping-lifestyle-image img {

  width: 100%;
  border-radius: 30px;

  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);

}

.housekeeping-lifestyle-content span {

  color: #1D4355;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

}

.housekeeping-lifestyle-content h2 {

  font-size: 3rem;
  color: #1D4355;
  margin: 20px 0;

}

.housekeeping-lifestyle-content p {

  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;

}

.housekeeping-lifestyle-content ul {

  list-style: none;
  padding: 0;
  margin: 35px 0;

}

.housekeeping-lifestyle-content li {

  margin-bottom: 15px;
  font-weight: 600;
  color: #1D4355;

}

.life-btn {

  display: inline-block;

  padding: 18px 40px;

  background: #1D4355;

  color: #fff;

  text-decoration: none;

  border-radius: 18px;

  font-weight: 700;

  transition: .3s;

}

.life-btn:hover {

  background: #365B6D;

  transform: translateY(-5px);

}

@media(max-width:900px) {

  .housekeeping-lifestyle {

    grid-template-columns: 1fr;

  }

}

 /* housekeeping  section of the code  */

/* HOUSEKEEPING HERO */

.housekeeping-hero {
  min-height: 80vh;
  padding: 130px 8%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 18px solid #F4F6F9;
  border-radius: 30px;
}

.housekeeping-card {
  max-width: 720px;
  padding: 60px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, .6);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
  width: 900px;
  max-width: 60%;

  padding: 70px;

  background: rgba(255, 255, 255, .92);

  border-radius: 30px;

  backdrop-filter: blur(18px);

  box-shadow: 0 25px 60px rgba(0, 0, 0, .12);

}


.housekeeping-card h1 {
  font-size: 4.5rem;
  color: var(--color-first);
  margin: 15px 0;
  line-height: 1;
}

.housekeeping-card h2 {
  font-size: 1.8rem;
  color: var(--color-third);
  margin-bottom: 25px;
}

.housekeeping-card p {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 40px;
}

.housekeeping-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.housekeeping-btn,
.housekeeping-secondary-btn,
.housekeeping-download-btn {
  background: #F4F6F9;
  color: #1D4355;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 18px;
  font-weight: 700;
  transition: all .35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.housekeeping-btn:hover,
.housekeeping-secondary-btn:hover,
.housekeeping-download-btn:hover {
  background: #1D4355;
  color: #fff;
  transform: translateY(-6px);
}

@media(max-width:768px) {
  .housekeeping-hero {
    padding: 90px 5%;
    border: 10px solid #F4F6F9;
  }

  .housekeeping-card {
    padding: 35px;
  }

  .housekeeping-card h1 {
    font-size: 2.8rem;
  }

  .housekeeping-card h2 {
    font-size: 1.4rem;
  }

  .housekeeping-actions {
    flex-direction: column;
  }
}

/*===============================
 HOUSEKEEPING INCLUDED
================================*/

.housekeeping-services {

  padding: 120px 8%;
  background: #fff;

}

.section-heading {

  max-width: 700px;
  margin: auto;
  text-align: center;
  margin-bottom: 70px;

}

.section-heading span {

  color: #1D4355;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

}

.section-heading h2 {

  font-size: 3rem;
  color: #1D4355;
  margin: 20px 0;

}

.section-heading p {

  font-size: 1.1rem;
  line-height: 1.8;
  color: #666;

}

.housekeeping-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;

}

.housekeeping-item {

  background: #F4F6F9;
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;

  transition: .35s;

  border: 2px solid transparent;

}

.housekeeping-item:hover {

  transform: translateY(-10px);

  border-color: #1D4355;

  box-shadow: 0 20px 45px rgba(29, 67, 85, .18);

}

.housekeeping-item img {

  width: 140px;
  margin-bottom: 25px;

}

.housekeeping-item h3 {

  color: #1D4355;
  margin-bottom: 15px;
  font-size: 1.4rem;

}

.housekeeping-item p {

  color: #666;
  line-height: 1.7;

}

@media(max-width:768px) {

  .section-heading h2 {

    font-size: 2.2rem;

  }

  .housekeeping-item img {

    width: 110px;

  }

}

/*===============================
CUSTOM HOUSEKEEPING BUNDLE
================================*/

.custom-housekeeping {

  padding: 120px 8%;
  background: #F4F6F9;

}

.custom-content {

  max-width: 1100px;
  margin: auto;
  text-align: center;

}

.custom-content span {

  color: #1D4355;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

}

.custom-content h2 {

  font-size: 3rem;
  color: #1D4355;
  margin: 20px 0;

}

.custom-content p {

  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.8;
  color: #666;
  font-size: 1.1rem;

}

.bundle-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 50px;

}

.bundle-item {

  background: #fff;
  padding: 22px;
  border-radius: 18px;
  font-weight: 600;
  color: #1D4355;

  transition: .3s;

  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);

}

.bundle-item:hover {

  background: #1D4355;
  color: #fff;
  transform: translateY(-6px);

}

.bundle-btn {

  display: inline-block;
  margin-top: 10px;

  padding: 18px 42px;

  background: #1D4355;
  color: #fff;
  text-decoration: none;

  border-radius: 18px;

  font-weight: 700;

  transition: .3s;

}

.bundle-btn:hover {

  background: #365B6D;
  transform: translateY(-5px);

}
