/* ============ Services Detail (Figma) ============ */
:root {
  --sd-pink: #c8125c;
  --sd-pink-dark: #a30d4c;
  --sd-dark: #0f1a2b;
  --sd-blue: #1e3a5f;
  --sd-cream: #f5efe6;
  --sd-text: #2a2a2a;
  --sd-muted: #555;
}

.sd-page {
  color: var(--sd-text);
  background: #fff;
}

.sd-eyebrow {
  color: #92278f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0.75rem;
}
.sd-eyebrow p {
  color: #92278f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0.75rem;
}

.sd-eyebrow h2 {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.sd-section-title {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.sd-body-text {
  color: var(--sd-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* ============ HERO ============ */
.sd-hero-card {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.sd-hero .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.sd-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sd-hero-card--title::after {
  content: "";
  position: absolute;
  inset: 0;
}
.sd-hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 2rem 2.5rem;
  z-index: 2;
}
.sd-hero-title {
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0;
  max-width: 70%;
}

/* ============ ABOUT ============ */
.sd-about-img img {
  width: 100%;
  border-radius: 0px;
  display: block;
}
.sd-about-content :is(h1, h2, h3) {
  color: var(--sd-dark);
  font-weight: 800;
}
.sd-about-content p {
  color: #000;
  line-height: 1.7;
}

/* ============ 4-STEP PROCESS ============ */
.sd-process {
  background: #fff;
}
.sd-step-card {
  padding: 1rem 0.5rem;
}
.sd-step-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--sd-pink);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.sd-step-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.sd-step-title {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.sd-step-desc {
  color: #000;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ============ FEATURES (Why + Types) ============ */
.sd-feature-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4/5;
}
.sd-feature-title {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.sd-check-list li,
.sd-num-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.35rem 0;
  color: var(--sd-text);
  font-size: 0.95rem;
}
.sd-check-list i {
  color: var(--sd-pink);
  margin-top: 0.25rem;
  font-size: 1rem;
}
.sd-num-list {
  padding-left: 0;
}
.sd-num-list li {
  color: var(--sd-text);
}
.sd-feature-list ul {
  list-style: none;
  padding: 0;
}
.sd-feature-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.35rem 0;
}
.sd-feature-list ul li > span:first-child {
  color: var(--sd-pink);
  margin-top: 0.2rem;
}

/* ============ REGULAR CARE + SCHEDULE ============ */
.sd-schedule-card {
  border: 1px solid #d8d8d8;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: #fff;
}
.sd-schedule-icon {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 12px;
  color: #b01f63;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
}
.sd-schedule-title {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}
.sd-schedule-text {
  color: var(--sd-muted);
  font-size: 0.9rem;
  margin: 0 0 0.85rem;
}
.sd-schedule-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #1d75bc;
  color: #fff;
  padding: 0.55rem 1.1rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.15s ease;
}
.sd-schedule-btn:hover {
  background: #1d75bc;
  color: #fff;
}

/* ============ DEEP CONTENT ============ */
.sd-deep .sd-section-title {
  margin-bottom: 1.25rem;
}

/* ============ FAQ ============ */
.sd-faq-accordion .accordion-item {
  border: none;
  border-radius: 0px !important;
  overflow: hidden;
  background: transparent;
}
.sd-faq-accordion .accordion-button {
  background: #92278f;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.9rem 1.1rem;
  border-radius: 0px !important;
  box-shadow: none;
}
.sd-faq-accordion .accordion-button:not(.collapsed) {
  background: #92278f;
  color: #fff;
  border-radius: 0px !important;
}
.sd-faq-accordion .accordion-button::after {
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000000;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fbb040;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  transform: none;
  transition: transform 0.2s ease;
}
.sd-faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.sd-faq-accordion .accordion-body {
  background: #fff;
  padding: 1rem 1.1rem;
  color: var(--sd-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

/* ============ CTA BANNER ============ */
.sd-cta {
  padding: 0 0 3rem;
}
.sd-cta-inner {
  background: #fbb040;
  color: #fff;
  /* border-radius: 10px; */
  padding: 1.75rem 2rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.sd-cta-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #92278f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex: 0 0 56px;
}
.sd-cta-title {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
}
.sd-cta-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
}

.sd-cta-phone {
  display: inline-block; 
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.sd-cta-phone:hover {
  transform: translateY(-4px) scale(1.08);
}

/* ============ Responsive ============ */
@media (max-width: 767.98px) {
  .sd-hero-card {
    height: 220px;
  }
  .sd-hero-title {
    max-width: 90%;
  }
  .sd-schedule-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sd-con h1 {
  font-size: 26px;
  font-weight: 600;
}

.sd-conA h1 {
  font-size: 26px;
  font-weight: 600;
}

.sd-schedule-body h3 {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: 1.15rem;
  margin: 0 0 0.35rem;
}

.sd-schedule-body p {
  color: var(--sd-dark);
  font-size: 0.9rem;
  margin: 0 0 0.85rem;
}

.sd-feature-list ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b01f63;
  margin-top: 0.2rem;
}

.sd-feature-listA ul {
  counter-reset: item;
  padding-left: 0;
}

.sd-feature-listA ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

.sd-feature-listA ul li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #000;
}

.Faqsection h2 {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: clamp(1.6rem, 2.4vw, 2.25rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.Faqsection p {
  /* color: #92278f; */
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem !important;
}

.hero-banner {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.hero-banner-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.mu-slider-inner {
  color: #fff;
  max-width: 700px;
}

.mu-slider-inner p{
  font-size: 20px;
}

.hero-banner {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.hero-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #fff; 
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.795);
}

.hero-subtitle {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.hero-title {
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.hero-text {
  color: rgba(255, 255, 255, 0.85);
  max-width: 500px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.hero-btn {
  background: #fbb040;
  border: 0;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 0px !important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.hero-btn {
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background: #fbb040;
  transform: translateY(-2px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.stat-item i {
  font-size: 34px;
  color: #fff;
}

.stat-item h4 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.stat-item span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

@media (max-width: 991px) {
  .hero-banner {
    min-height: 300px;
  }

  .hero-overlay {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 36px;
  }
  .hero-content h2 span {
    font-size: 24px !important;
  }
  .hero-title {
    font-size: 24px !important;
  }
  .hero-content p span {
    margin-bottom: 0px !important;
  }
  .hero-text {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 356px) {
  .hero-content h2 span {
    font-size: 24px !important;
  }
  .hero-title {
    font-size: 24px !important;
  }
}

.hero-stats ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 28px;
}

.hero-stats ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 15px;
  row-gap: 2px;
  color: #fff;
}

.hero-stats ul li i,
.hero-stats ul li svg {
  grid-row: 1 / 3;
  grid-column: 1;
  font-size: 40px !important;
  color: #ffffff;
  place-items: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.hero-stats ul li h4 {
  grid-column: 2;
  grid-row: 1;
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.hero-stats ul li span {
  grid-column: 2;
  grid-row: 2;
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.hero-stats ul li p{
  margin-bottom: 0px !important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);

}

.sd-text p {
  font-size: 20px;
}

.sd-text {
  font-size: 20px;
}
