/* ============ 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;
}

/* shared typography */
.sd-eyebrow {
  color: #1d75bc;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.sd-eyebrow p span {
  color: #1d75bc;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.sd-eyebrow ul{
  list-style:decimal;
  padding: 0px 0px 0px 25px;

}
.sd-eyebrow p,.sd-eyebrow li  {
  color: #000;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 16px;
  margin-bottom: 3px;

}
.sd-eyebrow li  {
  font-weight: 700;

}
.sd-eyebrow li::marker {
  font-weight: bold;
}
.sd-eyebrow h2 {
  font-weight: 800;
  color: var(--sd-dark);
  font-size: 30px;
  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;
  /* border-radius: 28px; */
  /* 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;
  /* background: rgba(15, 74, 46, .35); */
}
.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 ,.sd-feature-img{
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.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 p{
  margin: 0;
}
.sd-step-icon svg, .sd-step-icon i {
  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.50rem;
  margin-bottom: 0.5rem;
}
.sd-step-desc {
  color: #000;
  font-size: 1rem;
  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;
  margin: 5px 0px ;
}
.sd-feature-list ul li > span:first-child {
  color: var(--sd-pink);
  margin-top: 0.2rem;
}
.sd-feature-list ul li p{
  margin: 0;
  font-size: 16px !important;
}


/* ============ REGULAR CARE + SCHEDULE ============ */
.sd-schedule-card {
  border: 1px solid #d8d8d8;
  /* border-radius: 14px; */
  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;
  /* background: #fff3d6; */
  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;
  /* border-radius: 6px; */
  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: #1d75bc;
  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: #1d75bc;
  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: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--sd-pink);
  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;
  border: 1px solid var(--sd-pink);
  /* border-top: none; */
  /* border-radius: 0px 0px 8px 8px; */
  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: #b01f63;
  color: #fff;
  /* border-radius: 10px; */
  padding: 1.75rem 2rem;
}
.sd-cta-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  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 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  text-decoration: none;
}
.sd-cta-phone:hover {
  color: #fff;
  text-decoration: underline;
}

/* ============ 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 li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  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: #000;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1.5rem !important;
}

.sd-cta-phone {
  transition: all 0.3s ease;
}

.sd-cta-phone:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


p{
  font-size: 18px !important;
}
