/* =====================================================
   HAWTHORNE PUBLISHERS — services.css
   Page: Services (services.php)
===================================================== */

/* ── HERO: full-bleed bookshelf bg, centered content ── */
.svc-hero {
  background: url('../images/pkg-banner.png') center/cover no-repeat;
  padding: 8.5rem 0 3.5rem;
  text-align: center;
}

.svc-hero-badge {
  display: inline-block;
  border: 1px solid rgba(40, 167, 69, .45);
  background: rgba(40, 167, 69, .12);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: SF Pro Display;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: .28rem .9rem;
  margin-bottom: .9rem;
}

.svc-hero-h1 {
  font-family: "Alyamama", serif;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 56px;
  max-width: 760px;
  margin: 0 auto 1rem;
}

.svc-hero-sub {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  max-width: 760px;
  margin: 0 auto 2rem;
}

.svc-hero-btn-g {
  background: var(--c-green-btn);
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  border: none;
  border-radius: var(--r-sm);
  padding: .75rem 1.9rem;
  text-decoration: none;
  transition: var(--tr);
}

.svc-hero-btn-g:hover {
  background: var(--c-green-h);
  color: #fff;
}

.svc-hero-btn-o {
  background: transparent;
  color: #fff;
  font-size: .95rem;
  font-weight: 500;
  border: 1.5px solid rgba(255, 255, 255, .6);
  border-radius: var(--r-sm);
  padding: .72rem 1.7rem;
  text-decoration: none;
  transition: var(--tr);
}

.svc-hero-btn-o:hover {
  border-color: #fff;
  color: #fff;
}

.svc-hero-trust {
  font-size: .78rem;
  color: rgba(255, 255, 255, .65);
  margin-top: 1rem;
}

.svc-hero-trust-stars {
  color: #f59e0b;
}

/* ── EIGHT STUDIOS SECTION ── */
.svc-studios {
  background: #FDFBD4;
  padding: 4rem 0 5rem;
}

.svc-studios-h {
  font-family: "Alyamama", serif;
  font-size: 48px;
  font-weight: 700;
  color: #263346;
  text-align: center;
  margin-bottom: .6rem;
}

.svc-studios-sub {
  text-align: center;
  color: #263346;
  font-size: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 600;
  max-width: 1070px;
  margin: 0 auto 2.5rem;
  line-height: 32px;
}

/* Left sidebar nav */
.svc-sidebar {
  overflow: hidden;
  top: 80px;
}

.svc-sidebar-heading {
  background: #fff;
  padding: .9rem 1.1rem;
  font-size: 18px;
  font-weight: 700;
  font-family: "Alyamama", serif;
  letter-spacing: .08em;
  color: #263346;
  border-bottom: 1px solid #6F76CC;
}

.svc-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .8rem 1.1rem;
  background: #fff;
  border-bottom: 1px solid #6F76CC;
  font-size: 18px;
  font-family: "Alyamama", serif;
  color: #263346;
  text-decoration: none;
  font-weight: 700;
  transition: var(--tr);
  cursor: pointer;
}

.svc-sidebar-item:hover,
.svc-sidebar-item.active {
  background: var(--c-purple);
  color: #fff;
}

.svc-sidebar-item.active {
  font-weight: 600;
}

.svc-sidebar-arrow {
  font-size: .75rem;
}

/* Custom hybrid box */
.svc-custom-box {
  background: #22311D;
  padding: 0 20px 20px;
  margin-top: 80px;
}

.svc-custom-box-img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: -50px;
}

.svc-custom-box-title {
  font-family: Alyamama;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.svc-custom-box-text {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 30px;
}

.svc-custom-btn-g {
  display: block;
  text-align: center;
  background: #069E2D;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 15px;
  text-decoration: none;
  transition: var(--tr);
  margin-bottom: .55rem;
  border: 1px solid #fff
}

.svc-custom-btn-g:hover {
  background: #0eb137;
  color: #fff;
}

.svc-custom-btn-o {
  display: block;
  text-align: center;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 15px 4px;
  text-decoration: none;
  transition: var(--tr);
}

.svc-custom-btn-o:hover {
  border-color: #fdfbd4;
  color: #fdfbd4;
}

/* Service cards grid */
.svc-card {
  background: #fff;
  overflow: hidden;
  height: 100%;
  box-shadow: var(--sh-card);
  transition: var(--tr);
  border: 1.5px solid transparent;
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-hover);
  border-color: var(--c-green-btn);
}

.svc-img-card {
  padding: 0px 20px;
}

.svc-card-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.svc-card-body {
  padding: 1.3rem;
}

.svc-card-title {
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: .4rem;
}

.svc-card-text {
  font-size: .83rem;
  color: var(--c-muted);
  line-height: 1.6;
  margin-bottom: .6rem;
}

.svc-card-price {
  font-size: .88rem;
  font-weight: 600;
  color: var(--c-green-btn);
  margin-bottom: .9rem;
}

.svc-card-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--c-green-btn);
  color: #fff;
  border: none;
  border-radius: var(--r-sm);
  padding: .52rem;
  font-size: .83rem;
  font-weight: 600;
  text-decoration: none;
  font-family: var(--ff-sans);
  transition: var(--tr);
}

.svc-card-btn:hover {
  background: var(--c-green-h);
  color: #fff;
}

/* ── THREE KEY SERVICES (alternating layout) ── */
.svc-featured {
  background: #fff;
  padding: 4rem 0;
}

.svc-featured-eyebrow {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #069E2D;
  margin-bottom: .5rem;
}

.svc-featured-h {
  font-family: "Alyamama", serif;
  font-size: 41px;
  font-weight: 700;
  color: #263346;
  margin-bottom: .8rem;
  line-height: 42px;
}

.svc-featured-h span {
  color: #069E2D;
}

.svc-featured-sub {
  font-size: 16px;
  color: #263346;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.svc-featured-check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.3rem;
}

.svc-featured-check-list li {
  font-size: 16px;
  color: #263346;
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: 15px;
}

.svc-featured-check-list li i {
  color: #069E2D;
  font-size: 21px;
  flex-shrink: 0;
}

.svc-featured-btn {
  display: inline-block;
  background: #069E2D;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border: none;
  padding: 15px 40px;
  text-decoration: none;
  transition: var(--tr);
}

.svc-featured-btn:hover {
  background: var(--c-green-h);
  color: #fff;
}

.svc-featured-img {
  width: 100%;
  object-fit: cover;
}

.svc-featured-divider {
  border: none;
  border-top: 1px solid var(--c-border);
  margin: 3.5rem 0;
}

/* ── PROCESS (circle numbers, dark bg) ── */
.svc-process {
  background: var(--c-green-dark);
  padding: 4rem 0;
}

.svc-process-h {
  font-family: var(--ff-serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: .6rem;
}

.svc-process-sub {
  text-align: center;
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
  max-width: 650px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
}

.svc-step-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.svc-step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--c-cream);
  border: 2px solid rgba(40, 167, 69, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-serif);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--c-green-dark);
  margin-bottom: .8rem;
  position: relative;
  z-index: 1;
}

.svc-step-connector {
  position: absolute;
  top: 27px;
  left: calc(50% + 28px);
  right: calc(-50% + 28px);
  height: 1px;
  border-top: 2px dashed rgba(40, 167, 69, .35);
  z-index: 0;
}

.svc-step-title {
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .3rem;
}

.svc-step-text {
  font-size: .75rem;
  color: rgba(255, 255, 255, .65);
  line-height: 1.55;
}

.svc-step-dur {
  font-size: .72rem;
  color: var(--c-green-btn);
  font-weight: 600;
  margin-top: .3rem;
}




/* // */

.hp-svc-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hp-svc-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .13);
}

/* ── FEATURED SECTION HEADINGS ── */
.svc-featured-section-h {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  font-family: Alyamama, serif;
  color: #263346;
  margin-bottom: .5rem;
}

.svc-featured-section-sub {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #263346;
  margin: 0 auto 3rem;
  max-width: 820px;
}

@media (max-width: 991px) {
  .svc-featured-section-h  { font-size: 34px; }
  .svc-featured-section-sub { font-size: 17px; margin-bottom: 2rem; }
  .svc-featured-h           { font-size: 28px; }
  .svc-featured .row.g-5    { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
}

@media (max-width: 767px) {
  .svc-featured-section-h  { font-size: 26px; }
  .svc-featured-section-sub { font-size: 15px; margin-bottom: 1.5rem; }
  .svc-featured-h           { font-size: 22px; line-height: 1.25; }
  .svc-featured-sub         { font-size: 14px; }
  .svc-featured-check-list li { font-size: 14px; margin-bottom: 10px; }
  .svc-featured-divider     { margin: 2rem 0; }
}

@media (max-width: 575px) {
  .svc-featured-section-h  { font-size: 22px; }
  .svc-featured-h           { font-size: 20px; }
}