* DEEP CLEAN SECTION */

/* Left image container */
.deep-clean-image {
  flex: 1.4;
  overflow: visible;
  text-align: center;
}

/* Make PNG appear much larger */
.deep-clean-image img {
  width: 140%;
  max-width: none;
  height: auto;
  display: block;
  margin-left: -15%;
  transform: scale(1.15);
}

/* Main section */
.deep-clean-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 250px 8% 100px;
  background-color: var(--color-second);
  overflow: hidden;
}

/* Right content */
.deep-clean-content {
  flex: 1;
}

.service-label {
  color: var(--color-first);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.deep-clean-content h2 {
  font-size: 4rem;
  color: var(--color-first);
  margin: 15px 0 25px;
}

.deep-clean-content p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.deep-clean-list {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.deep-clean-list li {
  margin-bottom: 15px;
  font-size: 1.1rem;
  position: relative;
  padding-left: 35px;
}

.deep-clean-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--color-first);
  font-weight: bold;
}

.deep-clean-btn {
  display: inline-block;
  background: var(--color-first);
  color: white;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.deep-clean-btn:hover {
  background-color: var(--color-second);
  transform: translateY(-2px);
}

.deep-clean-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.deep-clean-btn {
  display: inline-block;
  background: var(--color-first);
  color: white;
  padding: 16px 36px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.deep-clean-btn:hover {
  background-color: var(--color-second);
}

.pdf-btn {
  color: var(--color-first);
  background: var(--color-second);
  outline: var(--color-first) solid 2px;
}

.pdf-btn:hover {
  color: var(--color-second);
  background: var(--color-first);
}

/* TABLET */

@media (max-width: 992px) {


  .deep-clean-section {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .deep-clean-image img {
    width: 100%;
    margin-left: 0;
    transform: scale(1);
  }

  .deep-clean-content h2 {
    font-size: 2.8rem;
  }

  .deep-clean-list li {
    text-align: left;
  }


}

/* MOBILE */

@media (max-width: 768px) {


  .deep-clean-section {
    padding: 70px 6%;
  }

  .deep-clean-content h2 {
    font-size: 2.2rem;
  }

  .deep-clean-content p {
    font-size: 1rem;
  }


}

/* DEEP CLEAN SIGNS */

.deep-clean-signs {

  padding: 120px 8%;

  background: #F4F6F9;

}

.deep-signs-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;

}

.deep-sign-card {

  background: #fff;

  padding: 40px;

  border-radius: 24px;

  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

  transition: .35s;

}

.deep-sign-card:hover {

  transform: translateY(-8px);

  background: #1D4355;

  color: #fff;

}

.deep-sign-card h3 {

  color: var(--color-first);

  margin-bottom: 15px;

}

.deep-sign-card:hover h3 {

  color: #fff;

}

.deep-sign-card p {

  line-height: 1.8;

}

@media(max-width:992px) {

  .deep-signs-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}

@media(max-width:768px) {

  .deep-signs-grid {

    grid-template-columns: 1fr;

  }

}

/* DEEP CLEAN COMPARISON */

.deep-comparison {

  padding: 120px 8%;

  background: #F4F6F9;

}

.comparison-grid {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 40px;

}

.comparison-card {

  background: #fff;

  padding: 50px;

  border-radius: 25px;

  box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

  position: relative;

}

.featured {

  border: 3px solid #1D4355;

}

.comparison-tag {

  display: inline-block;

  background: #F4F6F9;

  color: #1D4355;

  padding: 8px 16px;

  border-radius: 30px;

  font-size: .85rem;

  font-weight: 700;

  margin-bottom: 25px;

}

.comparison-tag.dark {

  background: #1D4355;

  color: #fff;

}

.comparison-card h3 {

  color: #1D4355;

  margin-bottom: 25px;

  font-size: 2rem;

}

.comparison-card ul {

  list-style: none;

  padding: 0;

}

.comparison-card li {

  margin-bottom: 18px;

  line-height: 1.7;

}

@media(max-width:900px) {

  .comparison-grid {

    grid-template-columns: 1fr;

  }

}

/* BEFORE & AFTER SECTION */

.before-after-section {
  padding: 120px 8%;
  background: #ffffff;
}

.before-after-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 60px;
}

.before-after-card {
  background: #F4F6F9;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  transition: .35s ease;
}

.before-after-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(29, 67, 85, .20);
}

.before-after-card img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

@media(max-width: 992px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .before-after-card img {
    height: auto;
  }
}

.deep-clean-note {

  max-width: 1100px;

  margin: 80px auto;

  display: flex;

  gap: 35px;

  align-items: flex-start;

  padding: 45px;

  border-radius: 25px;

  background: #fff;

  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

  border-left: 8px solid #1D4355;

}

.note-icon {

  width: 80px;

  height: 80px;

  border-radius: 50%;

  background: #1D4355;

  color: #fff;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 2rem;

  flex-shrink: 0;

}

.note-content h3 {

  color: #1D4355;

  margin-bottom: 18px;

}

.note-content p {

  line-height: 1.8;

  color: #555;

  margin-bottom: 25px;

}

.note-checks {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;

  font-weight: 600;

  color: #1D4355;

}

@media(max-width:768px) {

  .deep-clean-note {

    flex-direction: column;

  }

  .note-checks {

    grid-template-columns: 1fr;

  }

}

