

.service-header {
  padding: 160px 0 80px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.service-header::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(186,147,69,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.service-header h1 {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900; margin-bottom: 15px; position: relative; z-index: 2;
}
.service-header h1 span { color: var(--gold); }
.service-header p {
  font-size: 17px; color: rgba(255,255,255,0.8);
  max-width: 650px; margin: 0 auto; position: relative; z-index: 2; line-height: 1.8;
}


.service-content { padding: 90px 0; background: var(--off); }
.service-flex { display: flex; gap: 60px; align-items: center; flex-wrap: wrap; }
.service-text { flex: 1.2; min-width: 320px; }
.service-text h2 {
  font-size: 32px; color: var(--navy); margin-bottom: 24px; font-weight: 900;
  position: relative; padding-right: 15px;
}
.service-text h2::before {
  content: ''; position: absolute; right: 0; top: 10%; height: 80%; width: 4px;
  background: var(--gold); border-radius: 4px;
}
.service-text p {
  color: var(--muted); line-height: 1.9; margin-bottom: 24px; font-size: 16px;
}
.service-features { list-style: none; margin-bottom: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.service-features li { display: flex; align-items: center; gap: 14px; font-size: 15px; font-weight: 700; color: var(--ink2); }
.service-features li i {
  color: var(--gold); font-size: 16px; background: #fff;
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border-radius: 12px; box-shadow: 0 4px 15px rgba(186,147,69,0.15); border: 1px solid rgba(186,147,69,0.2);
}

.service-image-wrapper { flex: 1; min-width: 320px; position: relative; }
.service-image-wrapper img {
  width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  border: 1px solid rgba(186,147,69,0.15); object-fit: cover; aspect-ratio: 4/3;
}
.service-image-wrapper::after {
  content: ''; position: absolute; bottom: -25px; left: -25px; width: 100%; height: 100%;
  border: 3px dashed rgba(186,147,69,0.4); border-radius: var(--radius-lg); z-index: -1;
  transition: var(--transition);
}
.service-image-wrapper:hover::after { transform: translate(10px, -10px); }


.quick-contact-box {
  background: linear-gradient(135deg, var(--gold), var(--gold3)); padding: 30px;
  border-radius: var(--radius-lg); color: #fff; text-align: center; margin-top: 40px;
  box-shadow: 0 10px 30px rgba(186,147,69,0.3);
}
.quick-contact-box h3 { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.quick-contact-box p { font-size: 14px; margin-bottom: 20px; opacity: 0.9; }
.quick-contact-box .btn-white { width: 100%; justify-content: center; font-size: 16px; }

@media (max-width: 768px) {
  .service-features { grid-template-columns: 1fr; }
  .service-flex { flex-direction: column; }
  .service-image-wrapper::after { bottom: -15px; left: -15px; }
}

.srv-page-hero {
  padding: 100px 0 100px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  position: relative; overflow: hidden; text-align: center; color: #fff;
}
.srv-page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(186,147,69,0.15) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(186,147,69,0.1) 0%, transparent 40%);
  pointer-events: none;
}
.srv-hero-shape {
  position: absolute; border: 2px solid rgba(186,147,69,0.2); border-radius: 50%;
  animation: srvFloat 6s ease-in-out infinite; pointer-events: none;
}
.sh-1 { width: 100px; height: 100px; top: 20%; right: 10%; }
.sh-2 { width: 60px; height: 60px; bottom: 15%; left: 15%; animation-delay: 2s; border-color: var(--gold); background: rgba(186,147,69,0.05); }
@keyframes srvFloat { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-20px) rotate(10deg); } }

.srv-page-hero h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 900; margin-bottom: 20px; position: relative; z-index: 2; }
.srv-page-hero h1 span { color: var(--gold); position: relative; }
.srv-page-hero h1 span::after {
  content: ''; position: absolute; bottom: -5px; right: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--gold), transparent); border-radius: 2px;
}
.srv-page-hero p { font-size: 17px; color: rgba(255,255,255,0.8); max-width: 700px; margin: 0 auto; line-height: 1.8; position: relative; z-index: 2; }


.srv-details-sec { padding: 90px 0; background: var(--off); position: relative; }
.srv-details-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.srv-text h2 { font-size: 32px; font-weight: 900; color: var(--ink); margin-bottom: 20px; line-height: 1.4; }
.srv-text h2 span { color: var(--gold); }
.srv-text p { font-size: 16px; color: var(--muted); line-height: 1.9; margin-bottom: 24px; }
.srv-text-highlights { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.srv-text-highlights .hl-item { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; color: var(--ink2); }
.srv-text-highlights .hl-item i {
  width: 36px; height: 36px; background: var(--gold-pale); color: var(--gold);
  border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.srv-img-box { position: relative; z-index: 1; }
.srv-img-box img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); position: relative; z-index: 2; border: 1px solid rgba(186,147,69,0.15); }
.srv-img-box::before {
  content: ''; position: absolute; top: -20px; right: -20px; width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--gold), var(--gold3)); border-radius: var(--radius-lg); z-index: 0; opacity: 0.15;
}

.srv-features-sec { padding: 80px 0; background: #fff; }
.srv-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.srv-feat-card {
  background: var(--off); border: 1px solid rgba(186,147,69,0.12); border-radius: var(--radius-lg);
  padding: 40px 24px; text-align: center; transition: var(--transition); position: relative; overflow: hidden;
}
.srv-feat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(186,147,69,0.4); background: var(--gold-pale); }
.srv-feat-icon {
  width: 60px; height: 60px; background: linear-gradient(135deg, var(--gold), var(--gold3));
  color: #fff; font-size: 24px; display: flex; align-items: center; justify-content: center;
  border-radius: 16px; margin: 0 auto 20px; box-shadow: 0 8px 20px rgba(186,147,69,0.3);
}
.srv-feat-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 12px; color: var(--navy); }
.srv-feat-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }


.srv-cta-sec { padding: 0 0 90px; background: var(--off); }
.srv-cta-banner {
  background: linear-gradient(135deg, var(--gold), var(--gold3));
  padding: 60px 40px; border-radius: var(--radius-lg); text-align: center;
  color: #fff; box-shadow: 0 20px 50px rgba(186,147,69,0.25); position: relative; overflow: hidden;
}
.srv-cta-banner::after {
  content: '\f0e7'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
  position: absolute; right: -20px; top: -30px; font-size: 200px; color: rgba(255,255,255,0.1); pointer-events: none; transform: rotate(-15deg);
}
.srv-cta-banner h2 { font-size: clamp(24px, 4vw, 36px); font-weight: 900; margin-bottom: 16px; }
.srv-cta-banner p { font-size: 16px; opacity: 0.9; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }

@media (max-width: 991px) {
  .srv-details-grid { grid-template-columns: 1fr; }
  .srv-feat-grid { grid-template-columns: 1fr; }
}