/* Services Detail — Hero */
.sd-hero {
  background: #fff;
}

.sd-hero .sd-hero-title {
  color: #1f1d3a;
  font-size: 2.6rem;
  line-height: 1.15;
}

.sd-hero-title h2 {
  color: #1f1d3a;
  font-size: 2.6rem;
  line-height: 1.15;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
}
.sd-hero-title span {
  /* color: #882d8e;
  font-style: italic !important;
  font-weight: 700; */
}

.sd-hero .sd-hero-accent {
  color: #882d8e;
  font-style: italic;
  font-weight: 700;
}

.sd-hero .sd-hero-divider {
  width: 60px;
  height: 2px;
  background: #882d8e;
  position: relative;
}

.sd-hero .sd-hero-divider::after {
  content: "\2605";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #882d8e;
  font-size: 0.8rem;
  padding: 0 4px;
}

.sd-hero .sd-hero-lead {
  color: #000000;
  max-width: 460px;
}

.sd-hero .sd-hero-btn-primary {
  background: #1c75bc;
  color: #fff;
  border-radius: 0px !important;
  padding: 0.65rem 1.4rem;
}

.sd-hero .sd-hero-btn-primary:hover {
  background: #1c75bc;
  color: #fff;
}

.sd-hero .sd-hero-btn-outline {
  background: #fff;
  color: #1f1d3a;
  border: 1px solid #1c75bc;
  border-radius: 0px !important;
  padding: 0.65rem 1.4rem;
}

.sd-hero .sd-hero-btn-outline:hover {
  background: #1c75bc;
  color: #fff;
}

.sd-hero .sd-hero-stats {
  /* margin-top: 2rem; */
}

.sd-hero .sd-stat-icon {
  font-size: 28px;
  color: #1f1d3a;
  margin-top: 4px;
}

.sd-hero .sd-stat-num {
  font-weight: 700;
  color: #1f1d3a;
  font-size: 1.25rem;
  line-height: 1;
}

.sd-hero .sd-stat-label {
  color: #555;
  font-size: 0.8rem;
  line-height: 1.2;
  display: inline-block;
  margin-top: 4px;
}

/* Right visual: rounded-corner image with overlay trust badge */
.sd-hero .sd-hero-visual {
  padding-bottom: 1rem;
}

/* .sd-hero .sd-hero-image-wrap {
  clip-path: polygon(
    9% 0,
    100% 0,
    100% 43%,
    100% 91%,
    101% 100%,
    42% 100%,
    24% 85%,
    12% 65%,
    5% 40%,
    5% 17%
  );
  overflow: hidden;

}

.sd-hero .sd-hero-image-wrap img {
  display: block;
  object-fit: cover;
  height: 380px;
} */

.sd-hero .sd-hero-image-wrap {
    width: 100%;
    /* height: 500px; */
    border-radius: 16% 0 26% 63% / 43% 0 0 56%;
    overflow: hidden;
    background: #ccc;
    box-shadow: -19px 0px 0px rgba(29, 117, 188, 1);
}

.sd-hero .sd-hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-hero .sd-trust-badge {
  position: absolute;
    left: -55px;
    bottom: 70px;
  background: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  z-index: 2;
  border: 2px solid #882d8e;
}

.sd-hero .sd-trust-badge p {
  font-size: 0.78rem;
  color: #1f1d3a;
  line-height: 1.2;
}

.sd-hero .sd-trust-divider {
  color: #8a2be2;
  font-size: 0.7rem;
}

.sd-hero .sd-trust-avatars img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -6px;
  object-fit: cover;
}

.sd-hero .sd-trust-avatars img:first-child {
  margin-left: 0;
}

.sd-hero .sd-trust-stars {
  font-size: 0.7rem;
}

@media (max-width: 991.98px) {
  .sd-hero .sd-hero-title {
    font-size: 2rem;
  }
  .sd-hero .sd-hero-image-wrap {
    border-radius: 16px;
    border: 4px solid #1d75bc;
    clip-path: none;
  }
  .sd-hero .sd-hero-image-wrap img {
    height: auto;
  }
  .sd-hero .sd-hero-visual {
    padding-bottom: 0;
  }
  .sd-hero .sd-trust-badge {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 1.25rem auto 0;
  }
}

.sd-trust-avatars-marquee {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 15%,
    #000 85%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 15%,
    #000 85%,
    transparent
  );
}
.sd-trust-avatars-track {
  display: flex;
  gap: 6px;
  width: max-content;
  animation: sd-trust-marquee 12s linear infinite;
}
.sd-trust-avatars-track img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.sd-trust-avatars-marquee:hover .sd-trust-avatars-track {
  animation-play-state: paused;
}
@keyframes sd-trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ===== Shared section typography ===== */
.sd-eyebrow {
  color: #1f1d3a;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}
.sd-section-title {
  color: #1f1d3a;
  font-size: 2rem;
  line-height: 1.2;
}
.sd-section-text {
  color: #000000;
  line-height: 1.7;
}

/* ===== Deep Clean cards ===== */
.sd-dc-card {
  border: 1px solid #1d75bc;
  /* border-radius: 8px; */
  padding: 3rem 0.75rem;
  background: #fff;
  transition: 0.2s;
}
.sd-dc-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-color: #8a2be2;
}

.sd-dc-card .sd-dc-icon {
  font-size: 26px !important;
  margin-bottom: 20px !important;
}
.sd-dc-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f4e6ff;
  color: #1f1d3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.sd-dc-icon i{
  font-size: 45px;
  color: #1D75BC;
}

.sd-dc-label {
  color: #1f1d3a;
  font-size: 0.9rem;
  line-height: 1.2;
}

/* ===== Why Choose banner ===== */
.sd-wc-banner {
  background: #882d8e;
  /* border-radius: 12px; */
  color: #fff;
}
.sd-wc-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.sd-wc-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: -120px;
  width: 240px;
  height: 100%;
  background: #882d8e;
  border-top-right-radius: 100% 100%;
  border-bottom-right-radius: 100% 100%;
  z-index: -1;
}
.sd-wc-divider {
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.sd-wc-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #6f2c8f;
  padding: 0 6px;
  color: #fff;
  font-size: 0.7rem;
}
.sd-wc-lead {
  max-width: 480px;
  opacity: 0.95;
}
.sd-wc-features {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.25rem;
}
.sd-wc-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sd-wc-fi {
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.12);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sd-wc-image img {
  height: 100%;
  object-fit: cover;
  /* border-top-right-radius: 12px; */
  /* border-bottom-right-radius: 12px; */
}

/* ===== Process cards ===== */
.sd-pc-card .sd-pc-img {
  /* border-radius: 8px; */
  height: 220px;
  object-fit: cover;
}
.sd-pc-card h5 {
  color: #1f1d3a;
}

.sd-pc-card h5 {
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  margin-top: 1rem !important;
}

.sd-pc-card p {
  color: #000000;
  line-height: 1.7;
  margin-bottom: 0 !important;
}

/* ===== Info panels ===== */
.sd-panel {
  /* border-radius: 12px; */
}
.sd-panel-blue {
  background: #1d75bc;
  color: #fff;
}
.sd-panel-pink {
  background: #feeeff;
  color: #1f1d3a;
}

.sd-panel-pink h3 {
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
}

.sd-panel-pink p {
  margin-bottom: 1.5rem !important;
}

.sd-panel-pink ul {
  margin-bottom: 0 !important;
  padding-left: 0;
  list-style: none;
}

.sd-panel-pink ul li {
  color: #1f1d3a;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.sd-panel-pink ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1f1d3a;
  flex-shrink: 0;
  line-height: 1.5;
}
.sd-panel-pink ul li > i.fa-circle-check:first-child {
  display: none;
}

.sd-panel h3 {
  color: #fff;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
}
.sd-panel p {
  color: #fff;
  margin-bottom: 1.5rem !important;
}

.sd-panel ul {
  margin-bottom: 0 !important;
  padding-left: 0;
  list-style: none;
}
.sd-panel ul li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #fff;
}
.sd-panel ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  flex-shrink: 0;
  line-height: 1.5;
}
.sd-panel ul li > i.fa-circle-check:first-child {
  display: none;
}

.sd-check-list li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #fff;
}
.sd-check-list li i {
  margin-top: 4px;
  color: #fff;
}
.sd-check-list.sd-check-dark li,
.sd-check-list.sd-check-dark li i {
  color: #1f1d3a;
}
.sd-panel-thumb {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
    width: 160px;
    height: 185px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  border-radius: 93px 93px 0px 0px;
  border: 1px solid #1d75bc;
}

/* ===== FAQ list ===== */
.sd-faq-list .faq-row {
  margin-bottom: 0.5rem;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sd-faq-list .faq-q {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: left;
  background: transparent;
}
.sd-faq-list .faq-row:not(.active) .faq-q {
  background-color: #882d8e;
  color: #ffffff;
}
.sd-faq-list .faq-row:not(.active) .faq-q:hover {
  background-color: #882d8e;
}
.sd-faq-list .faq-row.active .faq-q {
  background-color: transparent;
  color: #1f2937;
  border: 1px solid #882d8e;
  border-bottom-color: transparent;
}
.sd-faq-list .faq-q i {
  font-size: 1rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.sd-faq-list .faq-q i::before {
  font-family: inherit;
  font-weight: 700;
}
.sd-faq-list .faq-row:not(.active) .faq-q i::before {
  content: "+";
}
.sd-faq-list .faq-row.active .faq-q i::before {
  content: "−";
  color: #1d75bc;
}
.sd-faq-list .faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  background-color: #ffffff;
}
.sd-faq-list .faq-row.active .faq-a {
  max-height: 500px;
  padding: 0 1.5rem 1rem;
  border: 1px solid #882d8e;
  border-top-color: transparent;
}
.sd-faq-list .faq-a,
.sd-faq-list .faq-a p {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.sd-faq-list .faq-row:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .sd-faq-list .faq-q {
    padding: 1rem;
    font-size: 0.95rem;
  }
  .sd-faq-list .faq-row.active .faq-a {
    padding: 1rem;
  }
}

/* ===== Service Areas card ===== */
.sd-areas-card {
  background: #feeeff;
  /* border-radius: 12px; */
  min-height: 170px;
}
.sd-areas-card h4,
.sd-areas-card p {
  color: #000000 !important;
}
.sd-areas-text {
  flex: 0 0 50%;
  max-width: 50%;
}
.sd-areas-map {
  border-radius: 0;
  overflow: hidden;
  min-height: 100%;
  background: #eee;
}
.sd-areas-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 170px;
}

@media (max-width: 575.98px) {
  .sd-areas-card {
    flex-direction: column !important;
  }
  .sd-areas-text {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .sd-areas-map iframe {
    min-height: 200px;
  }
}

@media (max-width: 991.98px) {
  .sd-section-title {
    font-size: 1.6rem;
  }
  .sd-wc-content::after {
    display: none;
  }
}
.sd-wc-content .h2 {
  color: #fff;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  font-size: 2rem;
}
.sd-wc-content .p {
  max-width: 480px;
  opacity: 0.95;
  color: #fff;
  margin-bottom: 1.5rem !important;
}

.contentSix .h2 {
  color: #1f1d3a;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
}

.contentSix .p {
  max-width: 720px;
  color: #000000;
  line-height: 1.7;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (max-width: 581px) {
  .sd-panel-thumb {
    display: none !important;
  }
}

.contentThree h2 {
  color: #1f1d3a;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
}

.contentThree p {
  color: #000000;
  line-height: 1.7;
  letter-spacing: 0.5px;
  font-size: 1.05rem;
}



.contentnew ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /* margin-top: 40px; */
  display: flex;
  /* flex-direction: column; */
  gap: 1rem;
  
}

.contentnew ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem;
  /* background: rgba(255, 255, 255, 0.08); */
  /* border: 1px solid rgba(255, 255, 255, 0.15); */
  border-radius: 0.5rem;
  color: #fff;
  flex: 1;
}

.contentnew ul li > span {
  /* flex: 0 0 auto; */
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* background: rgba(255, 255, 255, 0.15); */
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
}

.contentnew ul li p {
  margin: 0;
  color: #fff;
  line-height: 1.5;
}

.contentnew ul li p strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
  color: #fff;
}

.contentnew ul li p span {
  display: block;
  font-size: 0.9rem;
  opacity: 0.9;
  color: #fff;
}

.contentnew ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0; /* Move to left: 0 if you want the line on the left side */
  width: 1px;
  height: 100%;
  background: rgb(206, 204, 204);
}
@media (max-width: 410px) {
  .contentnew ul li{
    gap: 0rem !important;
    padding: 0px !important;
  }
  .contentnew ul{
    gap: 0px !important;
  }
}


.sd-deepclean ul,.sd-experts ul{
  list-style-type: a;
}