.staff-hero {
  width: 100%;
  height: 100;
  min-height: 500px;
}
.staff-hero .staff-hero-content {
  color: #012840;
}
.staff-hero .staff-hero-content .staff-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.staff-hero .staff-hero-content .staff-desc {
  font-size: 1.1rem;
  line-height: 1.6;
}

.staff-service {
  background: #DDE6F5 url("./images/white-9.png") no-repeat center/cover;
  position: relative;
}
.staff-service .staff-heading {
  font-family: "Oleo Script", system-ui;
  font-size: 2.5rem;
  color: #012840;
  margin-bottom: 10px;
}
.staff-service .staff-subtitle {
  color: #555;
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 1rem;
}
.staff-service .staff-btn {
  background: linear-gradient(135deg, #042461, #5AB2FF);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}
.staff-service .staff-btn:hover {
  background: #5AB2FF;
  transform: translateY(-2px);
}
.staff-service .staff-subheading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #042461;
  font-family: "Oleo Script", system-ui;
}
.staff-service .staff-subdesc {
  color: #777;
  margin-bottom: 40px;
}
.staff-service .staff-card {
  background: #012840;
  border-radius: 12px;
  padding: 40px 25px 30px;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.staff-service .staff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.staff-service .staff-card::before, .staff-service .staff-card::after {
  content: "";
  position: absolute;
  border: 2px solid #5AB2FF;
  opacity: 0.2;
  transition: 0.3s;
}
.staff-service .staff-card::before {
  top: 0;
  left: 0;
  width: 40%;
  height: 40%;
  border-right: none;
  border-bottom: none;
}
.staff-service .staff-card::after {
  bottom: 0;
  right: 0;
  width: 40%;
  height: 40%;
  border-left: none;
  border-top: none;
}
.staff-service .staff-card:hover::before, .staff-service .staff-card:hover::after {
  opacity: 0.8;
}
.staff-service .staff-card .staff-step {
  position: absolute;
  top: -14px;
  right: 0px;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  z-index: 2;
}
.staff-service .staff-card .staff-step::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -9px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #042461, #5AB2FF);
  border-radius: 50%;
  z-index: -1;
}
.staff-service .staff-card .staff-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
  font-family: "Oleo Script", system-ui;
}
.staff-service .staff-card .staff-card-text {
  font-size: 0.95rem;
  color: white;
  line-height: 1.5;
}

.staff-slider {
  background: white;
  position: relative;
}
.staff-slider .staff-heading {
  font-family: "Oleo Script", system-ui;
  font-size: 2.2rem;
  color: #012840;
  margin-bottom: 30px;
}
.staff-slider .slider-wrapper {
  overflow: hidden;
  position: relative;
}
.staff-slider .slider-track {
  display: flex;
  transition: transform 0.8s ease-in-out;
  will-change: transform;
}
.staff-slider .staff-slide {
  min-width: 500px;
  perspective: 2000px;
}
.staff-slider .staff-card {
  background: #012840;
  border-radius: 15px;
  padding: 40px 25px;
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s ease, box-shadow 0.3s ease;
  transform: translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(30deg) scale(1);
}
.staff-slider .staff-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.staff-slider .staff-card .staff-step {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  z-index: 2;
}
.staff-slider .staff-card .staff-step::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: #5AB2FF;
  border-radius: 50%;
  opacity: 0.15;
  z-index: -1;
}
.staff-slider .staff-card .staff-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  margin-bottom: 15px;
}
.staff-slider .staff-card .staff-card-text {
  font-size: 1rem;
  color: #eaeaea;
  line-height: 1.6;
}
.staff-slider .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #042461, #5AB2FF);
  border: none;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
}
.staff-slider .slider-btn:hover {
  background: #5AB2FF;
}
.staff-slider .prev {
  left: 15px;
}
.staff-slider .next {
  right: 15px;
}

/* ==== Theme Vars (Technical Force) ==== */
/* ==== FAQ Section ==== */
.tf-faq-section {
  background: #DDE6F5;
}

.tf-faq-title {
  font-family: "Oleo Script", system-ui;
  color: #012840;
  font-size: 2rem;
  margin: 0 0 6px;
}

.tf-faq-sub {
  color: #5b6678;
  margin: 0;
}

/* Image side */
.tf-faq-image-wrap {
  position: relative;
}
.tf-faq-image-wrap .tf-faq-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.tf-faq-image-wrap .tf-faq-shape {
  position: absolute;
  content: "";
  display: block;
  right: -16px;
  bottom: -16px;
  width: 38%;
  height: 38%;
  border-radius: 24px;
  background: #fff;
  opacity: 0.7;
  filter: blur(2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Accordion */
.tf-faq-accordion .tf-faq-item {
  background: #012840;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(90, 178, 255, 0.18);
  position: relative;
  /* decorative angle borders */
}
.tf-faq-accordion .tf-faq-item::before, .tf-faq-accordion .tf-faq-item::after {
  content: "";
  position: absolute;
  width: 34%;
  height: 34%;
  border: 2px solid #5AB2FF;
  opacity: 0.22;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.tf-faq-accordion .tf-faq-item::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.tf-faq-accordion .tf-faq-item::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.tf-faq-accordion .tf-faq-item.active {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
.tf-faq-accordion .tf-faq-item.active::before, .tf-faq-accordion .tf-faq-item.active::after {
  opacity: 0.5;
}
.tf-faq-accordion .tf-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  background: transparent;
  border: 0;
  padding: 18px 20px;
  text-align: left;
  cursor: pointer;
}
.tf-faq-accordion .tf-faq-trigger span {
  color: white;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}
.tf-faq-accordion .tf-faq-trigger .tf-faq-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  flex: 0 0 38px;
  background: linear-gradient(135deg, #042461, #5AB2FF);
  position: relative;
  transition: transform 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  /* plus/minus using pseudo */
}
.tf-faq-accordion .tf-faq-trigger .tf-faq-icon::before, .tf-faq-accordion .tf-faq-trigger .tf-faq-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
}
.tf-faq-accordion .tf-faq-trigger .tf-faq-icon::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-faq-accordion .tf-faq-trigger .tf-faq-icon::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tf-faq-accordion .tf-faq-item.active .tf-faq-icon {
  transform: rotate(180deg);
  /* minus only (hide vertical bar) */
}
.tf-faq-accordion .tf-faq-item.active .tf-faq-icon::after {
  opacity: 0;
}
.tf-faq-accordion .tf-faq-content {
  display: none;
  padding: 0 20px 18px;
}
.tf-faq-accordion .tf-faq-content p {
  color: white;
  margin: 0;
  line-height: 1.6;
}

/* CTA */
.tf-faq-cta {
  background: linear-gradient(135deg, #042461, #5AB2FF);
  color: #fff;
  border-radius: 30px;
  padding: 12px 24px;
  font-weight: 700;
  border: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: 0.25s ease;
}
.tf-faq-cta:hover {
  transform: translateY(-2px);
  background: #5AB2FF;
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .tf-faq-shape {
    display: none;
  }
}/*# sourceMappingURL=Staff.css.map */