/* =============================================
   GLAMHOLIC - Service Pages Additional CSS
   ============================================= */

/* ---- Service Hero ---- */
.service-hero {
  min-height: 85vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 90px;
}
.service-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.25) 100%);
}
.service-hero-content {
  position: relative;
  z-index: 2;
}
.service-hero-content .hero-tag {
  font-size: 0.72rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.service-hero-content .hero-tag::before {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--gold);
}
.service-hero-content h1 {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 18px;
}
.service-hero-content h1 span { color: var(--gold); font-style: italic; }
.service-hero-content .lead {
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  line-height: 1.85;
  max-width: 520px;
  margin-bottom: 30px;
}
.hero-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(201,169,110,0.12);
  border: 1px solid rgba(201,169,110,0.4);
  padding: 14px 25px;
  margin-bottom: 28px;
}
.hero-price-badge .from {
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.hero-price-badge .price {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--gold);
  font-weight: 500;
  line-height: 1;
}

/* ---- Breadcrumb Bar ---- */
.breadcrumb-bar {
  background: var(--dark2);
  padding: 14px 0;
  border-bottom: 1px solid rgba(201,169,110,0.12);
}
.breadcrumb-bar .breadcrumb {
  margin: 0;
  background: none;
  padding: 0;
}
.breadcrumb-bar .breadcrumb-item a {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.78rem;
}
.breadcrumb-bar .breadcrumb-item.active {
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
}
.breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.3);
}

/* ---- Service Detail Layout ---- */
.service-detail-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.service-detail-img-2 {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 8px;
}

/* ---- Price Menu Table ---- */
.price-table {
  width: 100%;
  border-collapse: collapse;
}
.price-table thead tr {
  background: var(--black);
}
.price-table thead th {
  padding: 14px 18px;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.price-table tbody tr {
  border-bottom: 1px solid #ebebeb;
  transition: background 0.2s;
}
.price-table tbody tr:hover { background: #fafafa; }
.price-table tbody td {
  padding: 14px 18px;
  font-size: 0.86rem;
  vertical-align: middle;
}
.price-table tbody td:first-child { font-weight: 600; color: var(--dark); }
.price-table tbody td:last-child {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--gold);
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.price-table tbody td:nth-child(2) {
  color: var(--gray);
  font-size: 0.82rem;
}
.price-badge-popular {
  background: var(--gold);
  color: var(--black);
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 8px;
  margin-left: 8px;
}

/* ---- Process Steps ---- */
.process-steps { counter-reset: step; }
.process-step {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
  counter-increment: step;
}
.process-step:last-child { border-bottom: none; }
.process-step-num {
  width: 50px;
  height: 50px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-heading);
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 600;
}
.process-step h6 {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
}
.process-step p {
  font-size: 0.82rem;
  color: var(--gray);
  line-height: 1.75;
  margin: 0;
}

/* ---- FAQ Accordion ---- */
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0 !important;
}
.faq-accordion .accordion-button {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 18px 0;
  background: transparent !important;
  color: var(--dark) !important;
  box-shadow: none !important;
  letter-spacing: 0.2px;
}
.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23C9A96E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-accordion .accordion-body {
  padding: 0 0 18px;
  font-size: 0.86rem;
  color: var(--gray);
  line-height: 1.85;
}

/* ---- Related Services ---- */
.related-service-card {
  background: var(--dark2);
  border: 1px solid rgba(201,169,110,0.12);
  padding: 28px 22px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  height: 100%;
}
.related-service-card:hover {
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}
.related-service-icon {
  width: 50px;
  height: 50px;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.related-service-icon i { color: var(--black); font-size: 1.2rem; }
.related-service-card h5 {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.related-service-card p {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  line-height: 1.7;
  margin-bottom: 15px;
}
.related-service-arrow {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}
.related-service-card:hover .related-service-arrow { gap: 14px; }

/* ---- Sticky Sidebar ---- */
.service-sidebar {
  position: sticky;
  top: 100px;
}
.sidebar-box {
  background: var(--dark);
  padding: 30px 25px;
  margin-bottom: 20px;
}
.sidebar-box h5 {
  font-family: var(--font-heading);
  color: var(--white);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201,169,110,0.2);
}
.sidebar-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-decoration: none;
  transition: all 0.25s;
}
.sidebar-service-link:last-child { border-bottom: none; }
.sidebar-service-link span {
  color: rgba(255,255,255,0.65);
  font-size: 0.83rem;
  transition: color 0.25s;
}
.sidebar-service-link i { color: rgba(201,169,110,0.4); font-size: 0.75rem; transition: all 0.25s; }
.sidebar-service-link:hover span { color: var(--gold); }
.sidebar-service-link:hover i { color: var(--gold); transform: translateX(4px); }
.sidebar-service-link.active span { color: var(--gold); font-weight: 600; }
.sidebar-service-link.active i { color: var(--gold); }
.sidebar-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  padding: 30px 25px;
  text-align: center;
  margin-bottom: 20px;
}
.sidebar-cta h5 {
  font-family: var(--font-heading);
  color: var(--black);
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.sidebar-cta p { color: rgba(0,0,0,0.65); font-size: 0.82rem; margin-bottom: 18px; line-height: 1.6; }
.sidebar-cta a {
  display: block;
  background: var(--black);
  color: var(--gold);
  padding: 12px;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  transition: opacity 0.2s;
  margin-bottom: 8px;
}
.sidebar-cta a:hover { opacity: 0.85; }
.sidebar-hours li {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.82rem;
}
.sidebar-hours li:last-child { border-bottom: none; }
.sidebar-hours li span:first-child { color: rgba(255,255,255,0.6); }
.sidebar-hours li span:last-child { color: var(--gold); }

/* ---- Benefits Grid ---- */
.benefit-item {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: var(--white);
  border: 1px solid #ebebeb;
  height: 100%;
  transition: all 0.3s;
}
.benefit-item:hover { border-left: 3px solid var(--gold); padding-left: 18px; }
.benefit-icon {
  width: 42px;
  height: 42px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.benefit-icon i { color: var(--gold); font-size: 1rem; }
.benefit-item h6 { font-size: 0.85rem; font-weight: 700; margin-bottom: 4px; }
.benefit-item p { font-size: 0.79rem; color: var(--gray); margin: 0; line-height: 1.65; }

/* ---- Before/After Note Box ---- */
.note-box {
  background: rgba(201,169,110,0.07);
  border-left: 3px solid var(--gold);
  padding: 18px 22px;
  margin: 25px 0;
}
.note-box p { font-size: 0.85rem; color: var(--dark); margin: 0; line-height: 1.7; }
.note-box strong { color: var(--gold-dark); }

/* ---- Service Content Styles ---- */
.service-body-content h2 {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 400;
  margin: 35px 0 14px;
  color: var(--dark);
}
.service-body-content h2 span { color: var(--gold); font-style: italic; }
.service-body-content h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 400;
  margin: 28px 0 10px;
  color: var(--dark);
}
.service-body-content p {
  font-size: 0.88rem;
  line-height: 1.9;
  color: #444;
  margin-bottom: 15px;
}
.service-body-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.service-body-content ul li {
  font-size: 0.87rem;
  color: #444;
  line-height: 1.8;
  padding: 6px 0 6px 22px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.service-body-content ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 0.6rem;
  top: 10px;
}
