:root {
  --service-bg: #dfeff6;
  --service-surface: #f8f7f3;
  --service-card: #f8faf8;
  --service-text: #234f44;
  --service-soft: #6f8079;
  --service-accent: #95d991;
  --brand-charcoal: #3e3e3f;
}

.bg-brand-charcoal {
  background-color: var(--brand-charcoal);
}

/* ── Shared page banner (cp-hero) used on service archive ──────────────── */
.cp-hero {
  padding-top: 0;
}

.cp-hero-card {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: clamp(16rem, 30vw, 24rem);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}

.cp-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 24, 18, 0.62);
}

.cp-hero-content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 1.5rem;
  width: 100%;
}

.cp-hero-title {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
}

.cp-hero-title em {
  font-style: italic;
  color: #c8d44a;
  font-family: Georgia, 'Times New Roman', serif;
}

.cp-hero-sub {
  margin: 1.2rem auto 0;
  max-width: 50ch;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.service-page-banner {
  padding: 0;
}

.service-banner-inner {
  position: relative;
  min-height: clamp(20rem, 30vw, 26rem);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background-image: url("https://images.unsplash.com/photo-1573497019418-b400bb3ab074?auto=format&fit=crop&w=2200&q=80");
  background-size: cover;
  background-position: center;
}

.service-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(35, 93, 75, 0.72) 0%, rgba(21, 43, 36, 0.45) 60%, rgba(21, 43, 36, 0.35) 100%);
}

.service-banner-content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.25rem;
}

.service-banner-content h1 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  line-height: 1.1;
}

.service-banner-content p {
  margin: 1.35rem 0 0;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.95rem;
}

.service-banner-content span {
  margin: 0 0.35rem;
}

.service-shell {
  width: min(1280px, calc(100vw - 2rem));
  margin: 0 auto;
}

@media (min-width: 768px) {
  .service-shell {
    width: min(1280px, calc(100vw - 3rem));
  }
}

.service-overview,
.service-benefits,
.service-inclusions,
.service-support,
.service-profile,
.service-testimonials,
.service-faq,
.service-explore {
  padding: clamp(3rem, 6vw, 4.8rem) 0;
}

.service-chip {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.service-chip.center {
  display: flex;
  justify-content: center;
}

.service-chip.on-dark {
}

.service-chip-icon {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(149, 217, 145, 0.23);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-overview-top {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 2rem;
  align-items: stretch;
}

.service-overview h2 {
  margin: 0.85rem 0 0;
  line-height: 1.15;
}

.service-lead {
  margin: 1.05rem 0 0;
  line-height: 1.75;
}

.service-overview-copy {
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.service-overview-points summary {
  list-style: none;
}

.service-overview-points {
  background: #f4f4f4;
}

.service-overview-points details {
  background: rgb(209 229 238);
}

.service-overview-points summary::-webkit-details-marker {
  display: none;
}

.service-cta-row {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.service-pill-btn,
.service-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border-radius: 999px;
  padding: 0.65rem 1.25rem;
  text-decoration: none;
  font-size: 0.95rem;
}

.service-pill-btn {
  background: var(--nexlotech-primary);
  color: #fff;
}

.service-link-btn {
  border: 1px solid rgba(35, 79, 68, 0.25);
  color: #213a32;
}

.service-pillars {
  padding: 0 0 clamp(2.5rem, 4.2vw, 3.8rem);
}

.service-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-pillar-card {
  background: #ffffff;
  border: 1px solid rgba(35, 79, 68, 0.12);
  border-radius: 1rem;
  padding: 1.25rem 1.1rem;
}

.service-pillar-card h3 {
  margin: 0;
}

.service-pillar-card p {
  margin: 0.65rem 0 0;
}

.service-mini-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.service-mini-list li {
  position: relative;
  padding-left: 1.1rem;
  line-height: 1.7;
}

.service-mini-list li + li {
  margin-top: 0.4rem;
}

.service-mini-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.service-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 1.08rem;
  line-height: 1.75;
}

.service-checks li + li {
  margin-top: 0.95rem;
}

.service-checks li::before {
  content: "✓";
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(149, 217, 145, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0.13rem);
}

.service-hero-image {
  margin-top: 2.3rem;
}

.service-hero-image img {
  width: 100%;
  border-radius: 1.15rem;
  border: 2px solid rgba(255, 255, 255, 0.75);
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(15, 38, 32, 0.14);
}

.section-title {
  margin: 0.9rem 0 0;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
}

.benefits-grid,
.explore-grid {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.benefits-grid article {
  background: #f7f8f8;
  border-radius: 1.2rem;
  padding: 2rem 1.65rem 1.85rem;
  min-height: 20rem;
  border: 1px solid rgba(35, 79, 68, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.explore-grid article {
  background: #f9fbfa;
  border-radius: 1rem;
  padding: 1.3rem 1.2rem;
  min-height: 9rem;
  border: 1px solid rgba(35, 79, 68, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.benefits-grid article:hover,
.explore-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(19, 45, 38, 0.09);
}

.benefits-grid h3 {
  margin: 0.95rem 0 0;
  text-align: center;
}

.explore-grid h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
}

.benefits-grid p {
  margin: 0.9rem 0 0;
  max-width: 30ch;
  text-align: center;
}

.explore-grid p {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
}

.service-inclusion-lead {
  margin: 0.85rem auto 0;
  max-width: 56ch;
  text-align: center;
}

.benefit-icon {
  display: inline-block;
  margin-bottom: 0.95rem;
}

.benefit-icon img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.inclusion-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 79, 68, 0.18);
  color: rgba(35, 79, 68, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.service-inclusions {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #e8eee5;
}

.service-inclusions .service-shell {
  padding-top: clamp(3rem, 6vw, 4.8rem);
  padding-bottom: clamp(3rem, 6vw, 4.8rem);
}

.service-inclusions-heading {
  margin: 0 0 3rem;
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 1.85rem);
  font-weight: 600;
  color: #2c2c2c;
}

.service-inclusions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 4rem;
}

.service-inclusions-item {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}

.service-inclusions-avatar {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: #c8d4c0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a5a35;
}

.service-inclusions-avatar svg {
  width: 36px;
  height: 36px;
}

.service-inclusions-body h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.4rem, 1.8vw, 1.75rem);
  font-weight: 400;
  line-height: 1.2;
  color: #1e1e1e;
  font-family: Georgia, 'Times New Roman', serif;
}

.service-inclusions-body p {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #4a4a4a;
}

@media (max-width: 768px) {
  .service-inclusions-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .service-inclusions-avatar {
    width: 60px;
    height: 60px;
  }

  .service-inclusions-avatar svg {
    width: 28px;
    height: 28px;
  }
}

.service-benefits {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #eef2f5;
}

.service-benefits .service-shell {
  padding-top: clamp(3rem, 6vw, 4.8rem);
  padding-bottom: clamp(3rem, 6vw, 4.8rem);
}

.service-support {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.service-support .service-shell {
  width: 100%;
  max-width: none;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

@media (min-width: 768px) {
  .service-support .service-shell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.support-content-wrap {
  width: min(1280px, calc(100vw - 2rem));
  margin: 0 auto;
}

@media (min-width: 768px) {
  .support-content-wrap {
    width: min(1280px, calc(100vw - 3rem));
  }
}

.support-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(20rem, 35vw, 27rem);
  border-radius: 1rem;
  background-image: url("https://images.unsplash.com/photo-1576671081837-49000212a370?auto=format&fit=crop&w=2200&q=80");
  background-size: cover;
  background-position: center center;
}

.support-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #3587ab 0%, #3587ab 45%, rgb(54 123 148 / 34%) 100%);
}

.support-content {
  position: relative;
  z-index: 2;
  max-width: 38rem;
  padding: clamp(1.6rem, 3.4vw, 2.7rem);
  color: #ffffff;
}

.support-content .service-chip,
.support-content h2,
.support-content p {
  color: #ffffff;
}

.support-content h2 {
  margin: 0.85rem 0 0;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.12;
}

.support-content p {
  margin: 0.95rem 0 0;
  font-size: 1.02rem;
  line-height: 1.72;
}

.support-links {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}

.support-links a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  color: #ffffff;
}

.service-profile-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 1.2rem;
  align-items: stretch;
}

.service-profile {
  background: #d9d9d9;
}

.service-profile-card {
  background: #f4f6f8;
  border: 1px solid rgba(35, 79, 68, 0.14);
  border-radius: 0.75rem;
  overflow: hidden;
}

.service-profile-main {
  padding: clamp(1.2rem, 2.2vw, 2rem);
}

.service-profile-main h2 {
  margin: 0;
}

.service-profile-main p {
  margin: 1rem 0 0;
}

.service-profile-edu {
  border-top: 1px solid rgba(35, 79, 68, 0.12);
  padding: clamp(1.2rem, 2.2vw, 2rem);
}

.service-profile-edu h3 {
  margin: 0;
}

.service-profile-edu p {
  margin: 0.7rem 0 0;
}

.service-profile-btn {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.8rem;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: var(--nexlotech-primary);
}

.service-profile-btn:hover {
  background: #1d4439;
}

.service-profile-image img {
  width: 100%;
  height: 100%;
  min-height: 23rem;
  border-radius: 0.75rem;
  object-fit: cover;
}

@media (min-width: 981px) {
  .service-profile-image {
    margin-top: 2rem;
  }
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  align-items: start;
}

.faq-left h2 {
  margin: 0.85rem 0 0;
  max-width: 9ch;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.12;
}

.faq-left img {
  width: min(360px, 100%);
  margin-top: 1.7rem;
  border-radius: 0.9rem;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  box-shadow: 0 14px 30px rgba(23, 48, 41, 0.12);
}

.faq-right details {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(51, 88, 78, 0.16);
  border-radius: 0.9rem;
  padding: 0.2rem 0.95rem;
  box-shadow: 0 10px 24px rgba(18, 44, 37, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-right details + details {
  margin-top: 0.7rem;
}

.faq-right details:hover {
  transform: translateY(-1px);
  border-color: rgba(35, 79, 68, 0.24);
  box-shadow: 0 14px 28px rgba(18, 44, 37, 0.08);
}

.faq-right summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.12rem;
  line-height: 1.45;
  gap: 1rem;
  padding: 0.8rem 0;
  font-weight: 600;
  color: #213a32;
}

.faq-right summary::-webkit-details-marker {
  display: none;
}

.faq-right summary::after {
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  border: 1px solid rgba(62, 89, 80, 0.28);
  background: rgba(255, 255, 255, 0.95)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23324f45' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E")
    center/1rem 1rem no-repeat;
  flex: 0 0 auto;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.faq-right details[open] {
  border-color: rgba(35, 79, 68, 0.3);
  box-shadow: 0 16px 30px rgba(18, 44, 37, 0.1);
}

.faq-right details[open] summary::after {
  transform: rotate(180deg);
  border-color: rgba(35, 79, 68, 0.4);
  background-color: rgba(149, 217, 145, 0.2);
}

.faq-right details p {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #385149;
}

.faq-head-center {
  text-align: center;
}

.faq-center {
  width: min(860px, 100%);
  margin: 1.6rem auto 0;
}

.explore-dots {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.explore-dots span {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(58, 91, 81, 0.18);
}

.service-explore-swiper {
  margin-top: 2rem;
  padding: 0.35rem 0 2.8rem;
  position: relative;
}

.service-explore-swiper .swiper-slide {
  height: auto;
}

.explore-card {
  background: #f9fbfa;
  border: 1px solid rgba(35, 79, 68, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.explore-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 26px rgba(19, 45, 38, 0.09);
}

.explore-card-image-link {
  display: block;
  aspect-ratio: 16 / 9;
  background: #e9eff2;
}

.explore-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.explore-card-content {
  padding: 1rem 1rem 1.15rem;
}

.explore-card h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
}

.explore-card h3 a {
  color: inherit;
  text-decoration: none;
}

.explore-card h3 a:hover {
  text-decoration: underline;
}

.explore-card p {
  margin: 0.7rem 0 0;
  font-size: 1rem;
  line-height: 1.65;
}

.service-explore-pagination.swiper-pagination {
  bottom: 0;
}

.service-explore-pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  opacity: 1;
  background: rgba(35, 79, 68, 0.26);
}

.service-explore-pagination .swiper-pagination-bullet-active {
  background: var(--nexlotech-primary);
}

.service-explore-prev,
.service-explore-next {
  position: absolute;
  top: calc(50% - 1.65rem);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 79, 68, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: #213a32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(19, 45, 38, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-explore-prev:hover,
.service-explore-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(19, 45, 38, 0.15);
}

.service-explore-prev {
  left: 0.35rem;
}

.service-explore-next {
  right: 0.35rem;
}

.service-archive-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-archive-card {
  background: transparent;
}

.service-archive-image-link {
  display: block;
}

.service-archive-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.service-archive-card h3 {
  margin: 1.15rem 0 0;
  font-size: 2rem;
  line-height: 1.2;
}

.service-archive-card h3 a {
  color: inherit;
  text-decoration: none;
}

.service-archive-card p {
  margin: 0.9rem 0 0;
  font-size: 1.04rem;
  line-height: 1.75;
}

/* ── Service page testimonials – large centered quote layout ─────────── */
.svc-quote-section {
  position: relative;
  padding: clamp(4rem, 7vw, 6rem) 2rem;
  background: #f5f5f0;
  text-align: center;
  overflow: hidden;
}

.svc-quote-swiper {
  max-width: 860px;
  margin: 0 auto;
}

.svc-quote-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.svc-quote-text {
  margin: 0 0 2.5rem;
  font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  font-weight: 400;
  line-height: 1.55;
  color: #2c3a48;
  text-align: center;
  font-style: normal;
  quotes: none;
}

.svc-quote-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.svc-quote-avatar {
  width: 120px;
  height: 120px;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #d0d8d4;
}

.svc-quote-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-quote-avatar--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #3a5a50;
}

.svc-quote-name {
  margin: 0;
  font-size: 1rem;
  color: #2c3a48;
  font-weight: 400;
}

.svc-quote-prev,
.svc-quote-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #4a5a64;
  cursor: pointer;
  padding: 0.5rem 1rem;
  z-index: 2;
  transition: color 0.2s;
}

.svc-quote-prev { left: 1rem; }
.svc-quote-next { right: 1rem; }

.svc-quote-prev:hover,
.svc-quote-next:hover { color: #1a2c38; }

/* ── Service page testimonials – large single-slide layout ───────────── */
.svc-testi-section {
  padding: clamp(3rem, 6vw, 4.8rem) 0;
  border-top: 1px solid rgba(0,0,0,0.07);
  border-bottom: 1px solid rgba(0,0,0,0.07);
}

.svc-testi-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.svc-testi-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1e2e28;
}

.svc-testi-rating {
  text-align: right;
}

.svc-testi-stars {
  display: block;
  font-size: 1.35rem;
  color: #1e2e28;
  letter-spacing: 0.1em;
  line-height: 1;
}

.svc-testi-rating-text {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.88rem;
  color: #4a5a54;
}

.svc-testi-carousel-wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.service-testimonials-swiper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.svc-testi-slide {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}

.svc-testi-avatar {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  overflow: hidden;
  background: #d0d8d4;
  margin-top: 0.4rem;
}

.svc-testi-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-testi-avatar-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  color: #3a5a50;
}

.svc-testi-content {
  flex: 1;
}

.svc-testi-title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 600;
  line-height: 1.25;
  color: #1a2820;
  font-family: Georgia, 'Times New Roman', serif;
}

.svc-testi-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: #4a5a54;
}

.svc-testi-prev,
.svc-testi-next {
  flex-shrink: 0;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #3a4a44;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
  transition: color 0.2s ease;
}

.svc-testi-prev:hover,
.svc-testi-next:hover {
  color: #1a2820;
}

@media (max-width: 640px) {
  .svc-testi-slide {
    flex-direction: column;
    gap: 1.2rem;
  }

  .svc-testi-avatar {
    width: 80px;
    height: 80px;
  }

  .svc-testi-prev,
  .svc-testi-next {
    display: none;
  }
}

.service-testimonial-card {
  background: #f7f9fb;
  border: 1px solid rgba(35, 79, 68, 0.12);
  border-radius: 1rem;
  padding: 1.2rem;
  height: auto;
}

.service-testimonial-text {
  margin: 0;
}

.service-testimonial-author {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.service-testimonial-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  object-fit: cover;
}

.service-testimonials-pagination.swiper-pagination {
  bottom: 0;
}

.service-testimonials-pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  opacity: 1;
  background: rgba(35, 79, 68, 0.26);
}

.service-testimonials-pagination .swiper-pagination-bullet-active {
  background: var(--nexlotech-primary);
}

.service-testimonials-prev,
.service-testimonials-next {
  position: absolute;
  top: calc(50% - 1.65rem);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(35, 79, 68, 0.22);
  background: rgba(255, 255, 255, 0.96);
  color: #213a32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(19, 45, 38, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-testimonials-prev:hover,
.service-testimonials-next:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(19, 45, 38, 0.15);
}

.service-testimonials-prev {
  left: 0.35rem;
}

.service-testimonials-next {
  right: 0.35rem;
}

@media (max-width: 980px) {
  .service-overview-top,
  .service-pillar-grid,
  .service-profile-grid,
  .faq-grid,
  .benefits-grid,
  .explore-grid {
    grid-template-columns: 1fr;
  }

  .service-checks {
    margin-top: 0.8rem;
  }

  .service-cta-row a {
    width: 100%;
  }

  .faq-left h2 {
    max-width: none;
  }

  .service-banner-content p {
    margin-top: 1rem;
  }

  .benefits-grid article,
  .explore-grid article {
    padding: 1.1rem 1rem;
  }

  .service-benefits .service-shell {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .service-archive-grid {
    grid-template-columns: 1fr;
  }

  .service-archive-card h3 {
    font-size: 1.75rem;
  }

  .service-testimonials-prev,
  .service-testimonials-next {
    display: none;
  }

  .service-explore-prev,
  .service-explore-next {
    display: none;
  }
}

/* ── Shared minimal card grid (archive pages) ────────────────────────── */
.minimal-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

@media (max-width: 900px) {
  .minimal-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .minimal-card-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card-minimal {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.blog-card-minimal-media {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

.blog-card-minimal-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-card-minimal-media:hover .blog-card-minimal-img {
  transform: scale(1.03);
}

.blog-card-minimal-title {
  margin: 1rem 0 0;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #2c2218;
}

.blog-card-minimal-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

.blog-card-minimal-title a:hover {
  color: #a07855;
}
