/* Way2Fly section subheadings: ■ ✈ TEXT ✈ ■ (Visanet gallery style) */
:root {
  --w2f-sub-accent: #ffd200;
  --w2f-sub-square: #000000;
}

.section__title-wrapper-black-subtitle,
.section__title-wrapper-center-subtitle,
.service-5__subtitle {
  --w2f-sub-accent: #ffd200;
  --w2f-sub-square: #000000;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  color: var(--w2f-sub-accent) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 1.25 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.section__title-wrapper-center-subtitle {
  display: flex !important;
  width: 100%;
  justify-content: center;
}

/* Hide old SVG icons inside subtitles */
.section__title-wrapper-black-subtitle > svg,
.section__title-wrapper-center-subtitle > svg,
.service-5__subtitle > svg {
  display: none !important;
}

/* Left: dark square + plane facing text */
.section__title-wrapper-black-subtitle::before,
.section__title-wrapper-center-subtitle::before,
.service-5__subtitle::before {
  content: "\f072";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome" !important;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  color: var(--w2f-sub-accent);
  display: inline-block;
  flex-shrink: 0;
  padding-left: 16px;
  background: linear-gradient(var(--w2f-sub-square), var(--w2f-sub-square)) left center / 6px 6px no-repeat;
  speak: never;
}

/* Right: plane facing text + dark square (flip places square on outer edge) */
.section__title-wrapper-black-subtitle::after,
.section__title-wrapper-center-subtitle::after,
.service-5__subtitle::after {
  content: "\f072";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome" !important;
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  color: var(--w2f-sub-accent);
  display: inline-block;
  flex-shrink: 0;
  padding-left: 16px;
  transform: scaleX(-1);
  background: linear-gradient(var(--w2f-sub-square), var(--w2f-sub-square)) left center / 6px 6px no-repeat;
  speak: never;
}

/* Visanet sec-title tagline — match same look */
.sec-title__top {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 10px;
}

.sec-title__icon {
  color: var(--w2f-sub-accent, #ffd200) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  top: 0 !important;
  line-height: 1 !important;
  height: 1em;
}

.sec-title__icon--right i,
.sec-title__icon--right .fa-plane {
  transform: scaleX(-1);
  display: inline-block;
  line-height: 1;
}

.sec-title__icon--left::before,
.sec-title__icon--right::after {
  background-color: #000000 !important;
  width: 6px !important;
  height: 6px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.sec-title__tagline {
  color: var(--w2f-sub-accent, #ffd200) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
}
