.elementor-34 .elementor-element.elementor-element-d6e37e9{--display:flex;}/* Start custom CSS for mfn_tabs, class: .elementor-element-453936e */.jq-tabs h1 {
    color: #0095EB !important;
    font-size: 44px !important;
    letter-spacing: -1px !important;
    line-height: 55px !important;
}

.jq-tabs h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 35px !important;
}

.jq-tabs h3 {
    font-size: 22px !important;
    font-weight: 500 !important;
}

.jq-tabs p {
    font-size: 16px !important;
    color: #222 !important;
}

.package-special-note {
  position: relative;
  margin: 0 0 24px;
}

.package-note-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #92400e;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
  cursor: help;
}

.package-note-trigger > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f59e0b;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.package-note-trigger:focus-visible {
  border-radius: 3px;
  outline: 3px solid rgba(245, 158, 11, 0.35);
  outline-offset: 4px;
}

.package-note-tooltip {
  position: absolute;
  left: 0;
  bottom: calc(100% + 12px);
  z-index: 10;
  width: min(310px, 100%);
  padding: 14px 16px;
  border: 1px solid #fbbf24;
  border-radius: 7px;
  background: #fffbeb;
  color: #78350f;
  box-shadow: 0 14px 35px rgba(120, 53, 15, 0.2);
  font-size: 13px;
  line-height: 1.55;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
}

.package-note-tooltip::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 100%;
  border: 7px solid transparent;
  border-top-color: #fbbf24;
}

.package-note-tooltip strong {
  display: block;
  margin-bottom: 5px;
  color: #92400e;
}

.package-special-note:hover .package-note-tooltip,
.package-special-note:focus-within .package-note-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/* End custom CSS */