.rd-page {
  background:
    radial-gradient(
      circle at top center,
      rgba(24, 168, 228, 0.06),
      transparent 24%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

.rd-page .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.rd-top .row {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.rd-top .col-lg-8,
.rd-top .col-lg-4 {
  min-width: 0;
}

.sd-banner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.sd-banner > img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
}

.sd-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: linear-gradient(
    90deg,
    rgba(5, 16, 29, 0.7) 0%,
    rgba(5, 16, 29, 0.32) 60%,
    rgba(5, 16, 29, 0.18) 100%
  );
}

.sd-banner-overlay h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.rd-top {
  padding: 46px 0 22px;
}

.rd-main-col {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.rd-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: #dfeef6;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}

.rd-hero-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}

.rd-content-block {
  padding: 28px 30px 30px;
  border: 1px solid rgba(22, 167, 219, 0.12);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.rd-content-block > *:last-child {
  margin-bottom: 0;
}

.rd-section-title,
.rd-content-block h2,
.rd-cta-text h2 {
  margin: 0 0 16px;
  color: #000000;
  font-size: clamp(1.75rem, 3vw, 1.7rem);
  font-weight: 600;
  line-height: 1.15;
}

.rd-section-title span,
.rd-content-block h2 span,
.rd-cta-text h2 span,
.rd-phone {
  color: #16a7db;
}

.rd-sub-title,
.rd-content-block h3 {
  margin: 24px 0 12px;
  color: #0f172a;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.35;
}

.rd-para,
.rd-content-block p,
.rd-content-block li,
.rd-cta-text p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.85;
}

.rd-content-block p,
.rd-cta-text p {
  margin: 0 0 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.rd-content-block h2 {
  padding-left: 20px;
  padding-right: 20px;
}

.rd-content-block ul,
.rd-content-block ol {
  padding-left: 20px;
  margin: 0 0 18px;
}

.rd-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rd-services-box,
.rd-question-box {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(22, 167, 219, 0.12);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.rd-services-box h3,
.rd-question-box h3 {
  margin: 0;
  padding: 18px 22px;
  background: linear-gradient(135deg, #0e8fc3 0%, #16a7db 100%);
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.rd-services-list {
  list-style: none;
  margin: 0;
  padding: 18px;
}

.rd-services-list li + li {
  margin-top: 10px;
}

.rd-services-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #dbe7ef;
  background: #f9fcfe;
  color: #000000;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.rd-services-list__bullet {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #16a7db;
  box-shadow: 0 0 0 4px rgba(22, 167, 219, 0.12);
  color: #16a7db;
}

.rd-services-list li.active a,
.rd-services-list li a:hover {
  transform: translateY(-1px);
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
}

.rd-services-list li.active .rd-services-list__bullet,
.rd-services-list li a:hover .rd-services-list__bullet {
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.rd-question-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.rd-question-form input,
.rd-question-form textarea {
  border: 1px solid #cfe2ed;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  font-size: 0.95rem;
  padding: 12px 14px;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.rd-question-form input:focus,
.rd-question-form textarea:focus {
  border-color: #16a7db;
  box-shadow: 0 0 0 4px rgba(22, 167, 219, 0.12);
}

.rd-question-form textarea {
  min-height: 120px;
  resize: vertical;
}

.rd-question-form button {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0e8fc3 0%, #16a7db 100%);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 14px 26px rgba(22, 167, 219, 0.18);
}

.rd-question-form button:hover {
  transform: translateY(-1px);
}

.rd-process {
  padding: 28px 0 34px;
}

.rd-stats-strip {
  background: linear-gradient(135deg, #17a5df 0%, #2d9fd0 100%);
}

.rd-stats-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.rd-stats-strip__item {
  padding: 24px 16px 22px;
  text-align: center;
  color: #ffffff;
}

.rd-stats-strip__item strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.rd-stats-strip__item span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.rd-process-title {
  display: block;
  margin: 0 auto 28px;
  text-align: center !important;
  color: #0f172a;
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.12;
}

.rd-cta-text a {
  text-decoration: none !important;
  color: #16a7db;
}

.rd-process-title,
.rd-process-title * {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rd-content-block a {
  text-decoration: none !important;
  color: #16a7db;
}
.rd-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rd-process-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dbe7ef;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  justify-items: center;
}

.rd-process-num {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0e8fc3 0%, #16a7db 100%);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.rd-process-card h4 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.35;
}

.rd-process-card p {
  margin: 0;
  color: #000000;
  font-size: 0.96rem;
  line-height: 1.75;
}

.rd-cta-text {
  padding: 18px 0 36px;
}

.rd-cta-text .container {
  padding: 28px 30px 30px;
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
  border: 1px solid rgba(22, 167, 219, 0.12);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.rd-phone {
  font-weight: 800;
  text-decoration: none;
}

.rd-projects-showcase {
  position: relative;
  overflow: hidden;
  padding: 56px 0 60px;
  background: #f4fafc;
}

.rd-projects-showcase__bg {
  position: absolute;
  inset: 0 0 auto;
  height: 292px;
  background:
    linear-gradient(
      180deg,
      rgba(13, 139, 186, 0.84) 0%,
      rgba(28, 175, 225, 0.74) 100%
    ),
    url("/images/services-hero/carpet cleaners nassau CTA img.webp")
      center/cover no-repeat;
}

.rd-projects-showcase .container {
  position: relative;
  z-index: 1;
}

.rd-projects-showcase__header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
  color: #ffffff;
}

.rd-projects-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rd-projects-showcase__eyebrow::before,
.rd-projects-showcase__eyebrow::after {
  content: "";
  width: 72px;
  max-width: 16vw;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.rd-projects-showcase__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
}

.rd-projects-showcase__header h2 p,
.rd-projects-showcase__header h2 span,
.rd-projects-showcase__header h2 strong {
  margin: 0;
  color: inherit;
  font: inherit;
}

.rd-projects-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 300px));
  justify-content: center;
  gap: 18px;
}

.rd-projects-showcase__card {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 330px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.16);
  background: #ffffff;
}

.rd-projects-showcase__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rd-projects-showcase__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a7db 0%, #1db5f0 100%);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 26px rgba(22, 167, 219, 0.28);
}

.rd-faqs-section {
  padding: 42px 0 54px;
  background: linear-gradient(180deg, #edf8fd 0%, #f7fbfe 100%);
}

.rd-faqs-section__header {
  max-width: 760px;
  margin: 0 0 24px;
}

.rd-faqs-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #16a7db;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rd-faqs-section__eyebrow::after {
  content: "";
  width: 74px;
  height: 2px;
  border-radius: 999px;
  background: rgba(22, 167, 219, 0.38);
}

.rd-faqs-section__header h2 {
  margin: 0;
  color: #000000;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 900;
  line-height: 1.15;
}

.rd-faqs-section__header h2 span {
  color: #16a7db;
}

.rd-faqs-section__list {
  display: grid;
  gap: 12px;
}

.rd-faq-item {
  overflow: hidden;
  border: 1px solid #dbe7ef;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.rd-faq-item[open] {
  border-color: #c5dfeb;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.rd-faq-item__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 54px 16px 18px;
  cursor: pointer;
  list-style: none;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.rd-faq-item__question::-webkit-details-marker {
  display: none;
}

.rd-faq-item__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #16a7db;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.rd-faq-item[open] .rd-faq-item__question::after {
  content: "−";
}

.rd-faq-item__answer {
  padding: 0 18px 18px;
}

.rd-faq-item__answer p {
  margin: 0;
  color: #000000;
  font-size: 0.98rem;
  line-height: 1.8;
}

.rd-cta-banner {
  position: relative;
  overflow: hidden;
  padding: 52px 20px;
  margin: 10px 0 0;
  text-align: center;
  background:
    linear-gradient(
      90deg,
      rgba(5, 16, 29, 0.78) 0%,
      rgba(5, 16, 29, 0.42) 100%
    ),
    url("/images/services-hero/carpet cleaners nassau CTA img.webp")
      center/cover no-repeat;
}

.rd-cta-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #8edfff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rd-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.rd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.rd-btn-primary {
  background: linear-gradient(135deg, #0e8fc3 0%, #16a7db 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(22, 167, 219, 0.22);
}

.rd-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.rd-btn:hover {
  transform: translateY(-1px);
}
@media (max-width: 820px) {
  .rd-faqs-section {
    padding: 20px 20px 20px 20px !important;
  }
}
@media (max-width: 991px) {
  .rd-projects-showcase__header h2 {
    font-size: 22px !important;
  }
  .rd-page .container {
    width: min(100%, calc(100% - 24px));
  }

  .rd-top .row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rd-top {
    padding-top: 32px;
  }

  .rd-stats-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-process-grid {
    grid-template-columns: 1fr;
  }

  .rd-projects-showcase {
    padding: 48px 0 52px;
  }

  .rd-projects-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rd-faqs-section {
    padding: 36px 0 44px;
  }
}

@media (max-width: 767px) {
  .rd-page .container {
    width: min(100%, calc(100% - 20px));
  }

  .sd-banner,
  .sd-banner > img {
    min-height: 220px;
  }

  .sd-banner-overlay {
    padding: 20px 14px;
  }

  .rd-content-block,
  .rd-cta-text .container {
    padding: 22px 18px 24px;
    border-radius: 20px;
    /* margin: 20px; */
  }

  .rd-stats-strip__grid {
    grid-template-columns: 1fr;
  }

  .rd-stats-strip__item {
    padding: 18px 14px;
  }

  .rd-projects-showcase {
    padding: 42px 20px 48px;
  }

  .rd-projects-showcase__bg {
    height: 232px;
  }

  .rd-projects-showcase__header {
    margin-bottom: 20px;
  }

  .rd-projects-showcase__eyebrow::before,
  .rd-projects-showcase__eyebrow::after {
    width: 42px;
  }

  .rd-projects-showcase__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rd-projects-showcase__card {
    min-height: 280px;
    border-radius: 14px;
  }

  .rd-faqs-section {
    padding: 30px 0 36px;
  }

  .rd-faqs-section__header {
    margin-bottom: 18px;
  }

  .rd-faq-item__question {
    padding: 14px 48px 14px 14px;
    font-size: 0.95rem;
  }

  .rd-faq-item__question::after {
    right: 14px;
    width: 22px;
    height: 22px;
    font-size: 0.95rem;
  }

  .rd-faq-item__answer {
    padding: 0 14px 16px;
  }

  .rd-hero-card {
    border-radius: 20px;
    margin: 10px;
  }

  .rd-process-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rd-cta-banner {
    padding: 40px 16px;
  }

  .rd-cta-buttons {
    flex-direction: column;
  }

  .rd-process {
    margin: 20px;
  }
}
