/*=========================================================
    service
    HERO
=========================================================*/

.service-hero {
  position: relative;

  min-height: 260px;

  display: flex;

  align-items: center;

  overflow: hidden;

  padding: 0 !important;
  background-position: 72% 25%;
}

.service-hero-overlay {
  position: absolute;

  inset: 0;

  background:
    radial-gradient(
      circle at left center,
      rgba(255, 248, 235, 0.92) 0%,
      rgba(255, 248, 235, 0.65) 35%,
      rgba(255, 248, 235, 0.18) 70%,
      rgba(255, 248, 235, 0) 100%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.78) 0%,
      rgba(255, 255, 255, 0.45) 45%,
      rgba(255, 255, 255, 0.08) 75%,
      rgba(255, 255, 255, 0) 100%
    );
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.service-hero .container {
  position: relative;
  z-index: 2;
}

.service-hero-content {
  position: relative;

  z-index: 2;

  max-width: 600px;

  padding: 30px 0;

  opacity: 0;

  transform: translateY(40px);

  transition: 0.9s ease;
}

.service-hero-content.show {
  opacity: 1;

  transform: translateY(0);
}

.breadcrumb {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 20px;

  font-size: 15px;

  color: #666;
}

.breadcrumb a {
  color: #c69214 !important;
  font-weight: 600;
}

.service-hero-content .breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 12px;

  flex-wrap: wrap;
}

.service-hero-content .breadcrumb a {
  color: #fff;
  text-decoration: none;

  opacity: 0.8;
  transition: 0.3s;
}

.service-hero-content .breadcrumb a:hover {
  opacity: 1;
}

.service-hero-content .breadcrumb span {
  color: #c69214;
  font-weight: 600;
}

.hero-tag {
  display: inline-block;

  margin-bottom: 18px;

  padding: 10px 24px;

  border-radius: 50px;

  background: #c69214;

  color: #fff;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;
}

.service-hero h1 {
  max-width: 650px;

  font-size: 46px;

  line-height: 1.1;

  font-weight: 800;

  color: var(--secondary);

  margin-bottom: 10px;
}

.service-hero h1 span {
  color: #c69214 !important;
}

.service-hero-content h1 {
  margin-bottom: 15px;

  color: var(--secondary);

  font-size: 42px;

  line-height: 1.2;

  font-weight: 700;
}
.service-hero p {
  max-width: 520px;

  font-size: 16px;

  line-height: 1.8;

  color: #5f6c80;
}
.service-hero-content h1 span {
  color: var(--primary-color);
}

.service-hero-content p {
  max-width: 520px;

  color: #5f6c80;

  font-size: 16px;

  line-height: 1.8;
}
.service-hero::after {
  content: "";

  position: absolute;

  width: 420px;

  height: 420px;

  border-radius: 50%;

  right: -120px;

  top: -120px;

  background: rgba(198, 146, 20, 0.08);

  z-index: 1;
}
.service-hero .hero-tag {
  display: inline-block;

  margin-bottom: 18px;

  padding: 10px 24px;

  border-radius: 50px;

  background: #c69214;

  color: #fff;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;
}
/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width: 991px) {
  .service-hero {
    min-height: 200px;

    text-align: center;
    background-position: 62% center;
  }

  .service-hero-overlay {
    background: rgba(255, 255, 255, 0.82);
  }

  .service-hero-content {
    max-width: 100%;
  }

  .breadcrumb {
    justify-content: center;
  }

  .service-hero h1 {
    font-size: 34px;
  }

  .service-hero p {
    font-size: 16px;

    line-height: 1.7;
  }

  .hero-tag {
    font-size: 12px;

    padding: 9px 18px;
  }

  .service-hero::after {
    display: none;
  }

  .service-hero-content h1 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .service-hero {
    min-height: 220px;

    text-align: center;
  }

  .service-hero-content {
    max-width: 100%;
  }

  .service-hero-content .breadcrumb {
    justify-content: center;
  }

  .service-hero-content p {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .service-hero {
    min-height: 200px;
  }

  .service-hero-content h1 {
    font-size: 28px;
  }

  .service-hero-content p {
    font-size: 15px;
  }

  .hero-tag {
    font-size: 11px;
  }
}

.-hero-content {
  position: relative;

  z-index: 2;

  max-width: 600px;

  padding: 30px 0;

  opacity: 0;

  transform: translateY(40px);

  transition: 0.9s ease;
}
/*=========================================================
    SUPPORT FAQ
=========================================================*/

.support-faq {
  padding: 90px 0;
  background: #ffffff;
}

/*=========================================
        WRAPPER
=========================================*/

.faq-wrapper {
  max-width: 900px;
  margin: 50px auto 0;
}

/*=========================================
        ITEM
=========================================*/

.faq-item {
  margin-bottom: 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item.active {
  border-color: var(--primary-color);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

/*=========================================
        QUESTION
=========================================*/

.faq-question {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 24px 30px;

  border: none;
  background: transparent;

  cursor: pointer;

  text-align: left;
}

.faq-question span {
  color: var(--secondary);

  font-size: 20px;

  font-weight: 600;

  line-height: 1.5;
}

.faq-question i {
  flex-shrink: 0;

  color: var(--primary);

  font-size: 18px;

  transition: 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(45deg);
}

/*=========================================
        ANSWER
=========================================*/

.faq-answer {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 30px 25px;

  margin: 0;

  color: var(--text-color);

  line-height: 1.9;
}

/*=========================================
        HOVER
=========================================*/

.faq-item:hover {
  border-color: var(--primary-color);
}

/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width: 991px) {
  .support-faq {
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .support-faq {
    padding: 70px 0;
  }

  .faq-question {
    padding: 20px 24px;
  }

  .faq-question span {
    font-size: 18px;
  }

  .faq-answer p {
    padding: 0 24px 22px;
  }
}

@media (max-width: 576px) {
  .faq-question {
    padding: 18px 20px;
  }

  .faq-question span {
    font-size: 16px;
    line-height: 1.6;
  }

  .faq-answer p {
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 1.8;
  }
}
/*=========================================
        ABOUT CTA
=========================================*/

.about-cta {
  padding: 0 0 60px 0;

  background: #ffffff;
}

.cta-box {
  position: relative;

  overflow: hidden;

  padding: 90px 80px;

  border-radius: 35px;

  background: linear-gradient(135deg, #fffdf8 0%, #fdf7eb 40%, #f8f1df 100%);

  text-align: center;

  color: #fff;
}

/* Gold Glow */

.cta-box::before {
  content: "";

  position: absolute;

  left: -250px;

  top: -150px;

  width: 650px;

  height: 650px;

  border-radius: 50%;

  background: radial-gradient(
    circle,
    rgba(198, 146, 20, 0.18),
    transparent 72%
  );
}

/* Decorative Circle */

.cta-box::after {
  content: "";

  position: absolute;

  right: -180px;

  bottom: -180px;

  width: 420px;

  height: 420px;

  border-radius: 50%;

  background: rgba(198, 146, 20, 0.08);
}

.cta-content {
  position: relative;

  z-index: 2;

  max-width: 760px;

  margin: auto;
}

.cta-content .sub-title {
  display: inline-block;

  margin-bottom: 20px;

  padding: 10px 24px;

  border-radius: 50px;

  background: #c69214;

  color: #fff;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 2px;
}

.cta-content h2 {
  font-size: 56px;

  line-height: 1.15;

  color: #132544;
}

.cta-content h2 span {
  display: block;

  margin-top: 8px;

  color: #c69214;

  font-size: 56px;
}

.cta-content p {
  max-width: 640px;

  margin: 0 auto 40px;

  font-size: 18px;

  line-height: 1.9;

  color: #5f6c80;
}

.cta-buttons {
  display: flex;

  justify-content: center;

  gap: 20px;

  flex-wrap: wrap;
}

.cta-buttons .btn {
  min-width: 210px;
}

.cta-buttons .btn-primary {
  background: #c69214;

  color: #fff;
}

.cta-buttons .btn-primary:hover {
  background: #b28112;
}

.cta-buttons .btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.45);

  color: #fff;

  background: var(--primary-dark);
}

.cta-buttons .btn-outline:hover {
  background: var(--primary-light);

  color: #132544;
}

/* Animation */

.cta-box {
  opacity: 0;

  transform: translateY(60px);

  transition: 0.8s ease;
}

.cta-box.show {
  opacity: 1;

  transform: translateY(0);
}

/* Responsive */

@media (max-width: 991px) {
  .cta-box {
    padding: 70px 40px;
  }

  .cta-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .about-cta {
    padding: 80px 0;
  }

  .cta-box {
    padding: 50px 30px;

    border-radius: 25px;
  }

  .cta-content h2 {
    font-size: 32px;
  }

  .cta-content p {
    font-size: 16px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons .btn {
    width: 100%;
  }
}
