.container-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-page-hero {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}
.service-page-hero h1,
.service-page-hero h2 {
  font-size: 48px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.service-page-hero p {
  font-size: 18px;
  color: white;
  text-align: center;
  margin-top: 20px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.service-page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.service-page-hero .container-1200 {
  position: relative;
  z-index: 1;
}

.third-content-section {
  padding: 40px 0;
  background: white;
}

.third-content-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.third-content-section p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
}

/* Responsive */
@media (max-width: 992px) {
  .service-page-hero h1,
  .service-page-hero h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .service-page-hero h1,
  .service-page-hero h2 {
    font-size: 28px;
  }

  .third-content-section h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .service-page-hero {
    padding: 60px 0;
  }

  .service-page-hero h1,
  .service-page-hero h2 {
    font-size: 24px;
  }

  .third-content-section {
    padding: 60px 0;
  }
}

/* ============================================
   BEYOND CLEANING SECTION
   ============================================ */
.beyond-cleaning-section {
  padding: 40px 0;
  background: white;
}

.beyond-cleaning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.beyond-image-wrapper {
  position: relative;
}

.beyond-image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.experience-badge {
  position: absolute;
  bottom: -25px;
  transform: translateX(-50%);
  background: #1a2e35;
  color: white;
  padding: 20px 35px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  min-width: 140px;
  right: -22%;
}

.experience-badge h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.experience-badge p {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.9;
  margin-top: 4px;
  display: block;
  letter-spacing: 0.5px;
}

.beyond-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a3636;
  line-height: 1.25;
}

.beyond-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 20px;
}

.beyond-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.beyond-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.beyond-content ul li span {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #eafaff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b223b;
  font-size: 18px;
   background-color: #eafaff;
}

.feature-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--blue-color);
  margin-bottom: 4px;
}

.feature-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  margin: 0;
}

@media (max-width: 992px) {
  .beyond-cleaning-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .beyond-content h2 {
    font-size: 28px;
  }

  .experience-badge {
    bottom: -20px;
    right: 15px;
    padding: 16px 28px;
    min-width: 120px;
  }

  .experience-badge h4 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .beyond-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .experience-badge {
    position: static;
    margin-top: -30px;
    right: auto;
    bottom: auto;
    padding: 14px 24px;
    min-width: 0;
    width: fit-content;
  }

  .experience-badge h4 {
    font-size: 26px;
  }

  .experience-badge p {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .beyond-cleaning-section {
    padding: 60px 0;
  }

  .beyond-content h2 {
    font-size: 24px;
  }

  .experience-badge .badge-number {
    font-size: 26px;
  }
}

/* ============================================
   PROCESS STEPS SECTION
   ============================================ */
.process-steps-section {
  padding: 40px 0;
  background: var(--light-bg);
  text-align: center;
}

.process-steps-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.process-steps-section > .container-1200 > p {
  font-size: 18px;
  color: #000000;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.8;
}

.process-steps-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step-counter;
}
color{
  background-color: rgba(159, 241, 214, 0.815);
}
.process-steps-section li {
  background: #eafaff;
  padding: 22px 17px;
  border-radius: 1px;
  text-align: left;
  counter-increment: step-counter;
   background-color: #eafaff;
}

.process-steps-section li::before {
  content: counter(step-counter);
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #0b223b;
  line-height: 1;
  text-align: end;
}

.process-steps-section li h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}

.process-steps-section li p {
  font-size: 17px;
  color: #4F4F4F;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 992px) {
  .process-steps-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .process-steps-section ul {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   TYPES OF RUGS SECTION
   ============================================ */
.types-of-rugs-section {
  padding: 40px 0;
  background: #eafaff;
}

.types-of-rugs-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: center;
  
}

.types-image-wrapper img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(26, 46, 53, 0.15);
}

.types-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.types-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 25px;
}

.types-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.types-content ul li {
  font-size: 18px;
  line-height: 1.6;
  color: #000000;
  padding-left: 20px;
  position: relative;
}

.types-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

.types-content ul li strong {
  color: #000;
  font-weight: 600;
}

@media (max-width: 992px) {
  .types-of-rugs-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    /* text-align: center; */
  }
  .types-image-wrapper {
    max-width: 320px;
    margin: 0 auto;
  }
  .types-content ul {
    text-align: left;
    /* max-width: 600px; */
    margin: 0 auto;
  }
}

/* ============================================
   MORE THAN CLEANING SECTION
   ============================================ */
.more-than-cleaning-section {
  padding: 40px 0;
  background: white;
}

.more-than-cleaning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.more-than-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.more-than-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 25px;
  /* max-width: 500px; */
}

.more-than-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.more-than-content ul li {
  font-size: 18px;
  color: #000000;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}

.more-than-content ul li::before {
  --fa: "\f058";
  content: var(--fa) / "";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #000;
  font-size: 16px;
}

.more-than-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 992px) {
  .more-than-cleaning-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ============================================
   FAQ SECTION
   ============================================ */
.faq-section {
  padding: 80px 0;
  background: #eafaff;
  background-color: #eafaff;
}

.faq-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 900px;
}

.faq-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease;
}

.faq-item.active {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-btn {
  width: 100%;
  padding: 18px 24px 8px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

.faq-btn:hover {
  background: rgba(0, 0, 0, 0.01);
}

.faq-btn .faq-number {
  font-weight: 600;
  flex-shrink: 0;
}

.faq-btn .faq-question-text {
  flex: 1;
}

.faq-btn .faq-icon {
  font-size: 20px;
  color: #4ecdc4;
  font-weight: 300;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-item.active .faq-content {
  max-height: 300px;
}

.faq-content p {
  padding: 0 24px 18px 45px;
  color: #000000;
  line-height: 1.7;
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  .faq-section h2 {
    font-size: 24px;
  }
  .faq-btn {
    padding: 16px 20px;
    font-size: 14px;
  }
  .faq-content p {
    padding: 0 20px 16px 40px;
    font-size: 13px;
  }
  .experience-badge {
    right: -10%;
  }
}
