/* SERVICES PAGE HERO */
.services-page-hero {
  position: relative;
  min-height: 620px;
  padding: 120px 20px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: #02040a;
}

.services-page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.78)),
    linear-gradient(90deg, rgba(2,6,23,0.88), rgba(2,6,23,0.45)),
    url("../images/hero.png") center/cover no-repeat;
  transform: scale(1.04);
  z-index: 1;
}

.services-page-hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(212,175,55,0.15), transparent 65%);
  filter: blur(35px);
  z-index: 2;
  pointer-events: none;
}

.services-page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, #02040a);
  z-index: 2;
  pointer-events: none;
}

.services-page-hero-card {
  position: relative;
  z-index: 3;
  width: min(850px, 92%);
  padding: 44px 46px;
  border-radius: 26px;

  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.04)
  );

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  border: 1px solid rgba(212,175,55,0.18);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.55),
    inset 0 1px 0 rgba(255,255,255,0.10);
}

.services-page-badge {
  display: inline-flex;
  padding: 8px 15px;
  margin-bottom: 16px;
  border-radius: 30px;

  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.22);

  color: #d4af37;
  font-size: 13px;
  font-weight: 600;
}

.services-page-hero-card h1 {
  color: #fff;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.services-page-hero-card h1 span {
  color: #d4af37;
}

.services-page-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;

  color: #aaa;
  font-size: 14px;
}

.services-page-breadcrumb a {
  color: #bfc0c4;
  text-decoration: none;
}

.services-page-breadcrumb a:hover,
.services-page-breadcrumb .active {
  color: #d4af37;
}

.services-page-subtitle {
  max-width: 680px;
  margin: auto;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .services-page-hero {
    min-height: 520px;
    padding: 105px 18px 60px;
  }

  .services-page-hero-card {
    width: 100%;
    padding: 32px 22px;
    border-radius: 22px;
  }

  .services-page-hero-card h1 {
    font-size: 34px;
  }

  .services-page-breadcrumb {
    font-size: 13px;
    flex-wrap: wrap;
  }

  .services-page-subtitle {
    font-size: 13.5px;
  }
}

.services-section {
  padding: 95px 20px;
  background: transparent;
  position: relative;
}

.services-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.services-tag {
  display: inline-flex;
  padding: 8px 15px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.22);
  color: #d4af37;
  font-size: 13px;
  font-weight: 600;
}

.services-header h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  margin-bottom: 14px;
}

.services-header h2 span {
  color: #d4af37;
}

.services-header p {
  color: #bfc0c4;
  font-size: 15px;
  line-height: 1.8;
}

.services-grid {
  max-width: 1120px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 45px rgba(0,0,0,0.30);
  transition: all 0.35s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(212,175,55,0.18), transparent);
  transform: translateX(-120%);
  transition: 0.7s ease;
}

.service-card:hover::after {
  transform: translateX(120%);
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,0.34);
}

.service-card img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  filter: brightness(0.78);
  transition: 0.4s ease;
}

.service-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.92);
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 24px;
}

.card-content span {
  color: rgba(212,175,55,0.8);
  font-size: 13px;
  font-weight: 800;
}

.card-content h3 {
  color: #fff;
  font-size: 19px;
  margin: 8px 0 10px;
}

.card-content p {
  color: #b9b9b9;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.card-content a {
  color: #d4af37;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.service-extra {
  display: none;
}

.services-grid.show-all .service-extra {
  display: block;
}

.services-toggle-wrap {
  text-align: center;
  margin-top: 42px;
}

.services-toggle-btn {
  border: none;
  padding: 14px 30px;
  border-radius: 35px;
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #050505;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s ease;
}

.services-toggle-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(212,175,55,0.28);
}

@media(max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 768px) {
  .services-section {
    padding: 70px 18px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-card img {
    height: 190px;
  }

  .services-header h2 {
    font-size: 28px;
  }
}



.process-section {
  padding: 95px 20px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.process-wrapper {
  max-width: 1120px;
  margin: auto;
}

.process-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}

.process-tag {
  display: inline-flex;
  padding: 8px 15px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.22);
  color: #d4af37;
  font-size: 13px;
  font-weight: 600;
}

.process-header h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  margin-bottom: 14px;
}

.process-header h2 span {
  color: #d4af37;
}

.process-header p {
  color: #bfc0c4;
  font-size: 15px;
  line-height: 1.8;
}

/* TIMELINE */
.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  top: 74px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.8), transparent);
  z-index: 0;
}

/* STEP */
.process-step {
  position: relative;
  z-index: 2;

  min-height: 280px;
  padding: 28px 22px;

  border-radius: 26px;
  text-align: center;

  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.075),
    rgba(255,255,255,0.025)
  );

  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);

  box-shadow:
    0 18px 45px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.08);

  overflow: hidden;
  transition: all 0.35s ease;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(212,175,55,0.18), transparent 45%);
  opacity: 0;
  transition: 0.35s ease;
}

.process-step:hover::before {
  opacity: 1;
}

.process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,0.35);
  box-shadow:
    0 24px 65px rgba(0,0,0,0.42),
    0 0 28px rgba(212,175,55,0.10);
}

.step-number {
  position: absolute;
  top: 18px;
  right: 20px;

  color: rgba(212,175,55,0.18);
  font-size: 38px;
  font-weight: 900;
}

.step-icon {
  position: relative;
  z-index: 2;

  width: 68px;
  height: 68px;
  margin: 0 auto 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 22px;

  background: rgba(212,175,55,0.12);
  border: 1px solid rgba(212,175,55,0.24);

  color: #d4af37;
  font-size: 25px;

  box-shadow: 0 0 0 8px rgba(212,175,55,0.04);
  transition: all 0.35s ease;
}

.process-step:hover .step-icon {
  transform: rotate(-5deg) scale(1.06);
  box-shadow: 0 0 28px rgba(212,175,55,0.20);
}

.step-content {
  position: relative;
  z-index: 2;
}

.step-content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}

.step-content p {
  color: #b9b9b9;
  font-size: 14px;
  line-height: 1.75;
}

/* MOBILE */
@media (max-width: 992px) {
  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-timeline::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .process-section {
    padding: 70px 18px;
  }

  .process-header {
    margin-bottom: 36px;
  }

  .process-header h2 {
    font-size: 28px;
  }

  .process-timeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-step {
    min-height: auto;
    padding: 26px 22px;
    text-align: left;
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }

  .step-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    margin: 0;
    border-radius: 18px;
    font-size: 21px;
  }

  .step-number {
    top: 16px;
    right: 18px;
    font-size: 30px;
  }

  .step-content h3 {
    font-size: 18px;
  }

  .step-content p {
    font-size: 13.5px;
  }
}


/* SERVICE TESTIMONIALS */
.service-testimonials-section {
  padding: 95px 20px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.service-testimonials-wrapper {
  max-width: 1180px;
  margin: auto;
}

.service-testimonials-header {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}

.service-test-tag {
  display: inline-flex;
  padding: 8px 15px;
  margin-bottom: 16px;

  border-radius: 30px;
  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.22);

  color: #d4af37;
  font-size: 13px;
  font-weight: 600;
}

.service-testimonials-header h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  margin-bottom: 14px;
}

.service-testimonials-header h2 span {
  color: #d4af37;
}

.service-testimonials-header p {
  color: #bfc0c4;
  font-size: 15px;
  line-height: 1.8;
}

/* SLIDER */
.service-test-slider {
  position: relative;
  overflow: hidden;
  padding: 8px 0 18px;
}

.service-test-slider::before,
.service-test-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.service-test-slider::before {
  left: 0;
  background: linear-gradient(90deg, #02040a, transparent);
}

.service-test-slider::after {
  right: 0;
  background: linear-gradient(270deg, #02040a, transparent);
}

.service-test-track {
  display: flex;
  gap: 26px;
  width: max-content;
  animation: serviceTestScroll 32s linear infinite;
}

.service-test-slider:hover .service-test-track {
  animation-play-state: paused;
}

/* CARD */
.service-test-card {
  width: 330px;
  min-height: 210px;
  padding: 28px;

  border-radius: 24px;
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.075),
    rgba(255,255,255,0.025)
  );

  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);

  box-shadow:
    0 18px 45px rgba(0,0,0,0.30),
    inset 0 1px 0 rgba(255,255,255,0.08);

  transition: all 0.35s ease;
}

.service-test-card::before {
  content: "“";
  position: absolute;
  right: 22px;
  top: -18px;

  font-size: 90px;
  font-weight: 900;
  color: rgba(212,175,55,0.08);
}

.service-test-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212,175,55,0.35);
  box-shadow:
    0 24px 65px rgba(0,0,0,0.42),
    0 0 28px rgba(212,175,55,0.10);
}

.stars {
  color: #d4af37;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-shadow: 0 0 14px rgba(212,175,55,0.45);
}

.service-test-card p {
  color: #d7d7d7;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-test-card h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.service-test-card span {
  color: #d4af37;
  font-size: 13px;
  font-weight: 600;
}

@keyframes serviceTestScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .service-testimonials-section {
    padding: 70px 18px;
  }

  .service-testimonials-header {
    margin-bottom: 34px;
  }

  .service-testimonials-header h2 {
    font-size: 28px;
  }

  .service-test-slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }

  .service-test-slider::before,
  .service-test-slider::after {
    display: none;
  }

  .service-test-track {
    animation: none;
    gap: 18px;
  }

  .service-test-card {
    width: 285px;
    min-width: 285px;
    padding: 24px;
    scroll-snap-align: start;
  }
}



/* SERVICES FAQ SECTION */
.services-faq-section {
  padding: 95px 20px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.services-faq-wrapper {
  max-width: 1120px;
  margin: auto;
}

.services-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.services-faq-tag {
  display: inline-flex;
  padding: 8px 15px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: rgba(212,175,55,0.10);
  border: 1px solid rgba(212,175,55,0.22);
  color: #d4af37;
  font-size: 13px;
  font-weight: 600;
}

.services-faq-header h2 {
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  margin-bottom: 14px;
}

.services-faq-header h2 span {
  color: #d4af37;
}

.services-faq-header p {
  color: #bfc0c4;
  font-size: 15px;
  line-height: 1.8;
}

/* GRID */
.services-faq-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 34px;
  align-items: stretch;
}

/* LEFT FAQ CARD */
.services-faq-left {
  padding: 26px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 55px rgba(0,0,0,0.35);
}

.services-faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.services-faq-item:last-child {
  border-bottom: none;
}

.services-faq-question {
  width: 100%;
  padding: 20px 8px;
  background: transparent;
  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
}

.services-faq-question i {
  width: 30px;
  height: 30px;
  min-width: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(212,175,55,0.10);
  color: #d4af37;
  font-size: 13px;

  transition: 0.3s ease;
}

.services-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.services-faq-answer p {
  color: #b9b9b9;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 46px 18px 8px;
}

.services-faq-item.active .services-faq-answer {
  max-height: 180px;
}

.services-faq-item.active .services-faq-question i {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #050505;
}

/* RIGHT SIDE */
.services-faq-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services-faq-image {
  flex: 1;
  min-height: 300px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,0.16);
  box-shadow: 0 20px 55px rgba(0,0,0,0.35);
}

.services-faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82);
  transition: 0.4s ease;
}

.services-faq-image:hover img {
  transform: scale(1.05);
  filter: brightness(0.95);
}

.services-faq-help {
  padding: 24px;
  border-radius: 22px;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.20);
}

.services-faq-help h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.services-faq-help p {
  color: #bfc0c4;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.services-faq-help a {
  color: #d4af37;
  font-weight: 800;
  text-decoration: none;
}

/* MOBILE */
@media(max-width: 768px) {
  .services-faq-section {
    padding: 70px 18px;
  }

  .services-faq-grid {
    grid-template-columns: 1fr;
  }

  .services-faq-left {
    padding: 18px;
    border-radius: 22px;
  }

  .services-faq-right {
    order: -1;
  }

  .services-faq-image {
    min-height: 220px;
  }

  .services-faq-question {
    font-size: 14px;
    padding: 18px 4px;
  }

  .services-faq-answer p {
    padding: 0 4px 16px;
    font-size: 13.5px;
  }
}






/* SERVICES CTA */
.services-cta {
  padding: 85px 20px 95px;
  background: transparent;
  position: relative;
}

.services-cta-box {
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 48px 34px;
  border-radius: 26px;

  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.075),
    rgba(255,255,255,0.025)
  );

  border: 1px solid rgba(212,175,55,0.16);
  backdrop-filter: blur(18px);

  box-shadow:
    0 22px 60px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.08);

  position: relative;
  overflow: hidden;
}
.services-cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(212,175,55,0.14), transparent 58%);
  opacity: 0.65;
  pointer-events: none;
}

.services-cta-box:hover::before {
  opacity: 1;
}

/* TEXT */
.services-cta-box h2,
.services-cta-box p,
.cta-buttons {
  position: relative;
  z-index: 2;
}

.services-cta-box h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  margin-bottom: 12px;
}

.services-cta-box p {
  color: #bfc0c4;
  font-size: 15px;
  margin-bottom: 28px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  min-width: 190px;
  padding: 14px 26px;
  border-radius: 35px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s ease;
}

.cta-primary {
  background: linear-gradient(135deg, #d4af37, #b8962e);
  color: #050505;
  box-shadow: 0 14px 32px rgba(212,175,55,0.22);
}

.cta-secondary {
  border: 1px solid rgba(212,175,55,0.65);
  color: #d4af37;
  background: rgba(255,255,255,0.03);
}

.cta-primary:hover,
.cta-secondary:hover {
  transform: translateY(-3px);
}

.cta-secondary:hover {
  background: rgba(212,175,55,0.12);
}


/* MOBILE */
@media(max-width: 768px) {
  .services-cta {
    padding: 65px 18px 75px;
  }

  .services-cta-box {
    padding: 36px 22px;
    border-radius: 22px;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
  }
}