/* =============================================================
   PFT International Students Page Styles
   File: pft-international.css
   Target: add to end of custom+added.css
   ============================================================= */

/* Fix text-lead height overflow */
.text-lead {
  height: auto !important;
  overflow: visible !important;
}

/* List spacing fix — desktop only */
@media (min-width: 992px) {
  .inner-pages-style ol > li,
  .inner-pages-style ul:not([class]) > li {
    margin-bottom: 18px;
  }
  .inner-pages-style ol ol > li,
  .inner-pages-style ol ul > li,
  .inner-pages-style ul:not([class]) ul > li {
    margin-bottom: 10px;
  }
}

/* ---- Hero: Special Offer Price Block ---- */
.pft-hero-offer {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 30px;
  display: inline-block;
  border-radius: 10px;
  color: #111;
  font-family: Arial, sans-serif;
  max-width: 90%;
  box-sizing: border-box;
}
.pft-hero-offer__badge {
  font-size: 14px;
  font-weight: bold;
  color: #ff5722;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: center;
}
.pft-hero-offer__subtitle {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.pft-hero-offer__prices {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.pft-hero-offer__current {
  font-size: 32px;
  font-weight: bold;
  color: #ff5722;
  margin-right: 12px;
}
.pft-hero-offer__current sup {
  font-size: 16px;
}
.pft-hero-offer__old {
  font-size: 20px;
  text-decoration: line-through;
  color: #888;
}

/* ---- Hero: CTA Buttons Row ---- */
.pft-hero-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pft-hero-btn-primary {
  display: inline-block;
  background: #fbbf24;
  color: white !important;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none !important;
  margin-right: 16px;
  margin-bottom: 10px;
}
.pft-hero-btn-primary:hover {
  background: #e0a800;
  color: white !important;
  text-decoration: none !important;
}
.pft-hero-btn-outline {
  display: inline-block;
  background: transparent;
  color: white !important;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none !important;
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin-right: 16px;
  margin-bottom: 10px;
}
.pft-hero-btn-outline:hover {
  background: #111;
  color: white !important;
  text-decoration: none !important;
}

/* ---- Hero: Image Float ---- */
.pft-hero-img {
  float: right;
}

/* ---- Spacer ---- */
.pft-spacer-40 {
  margin-bottom: 40px;
}

/* ---- Breadcrumbs ---- */
.pft-breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}
.inner-pages-style .pft-breadcrumbs a {
  color: #007bff !important;
  text-decoration: none !important;
  white-space: nowrap;
}
.inner-pages-style .pft-breadcrumbs a:hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
}
.pft-breadcrumbs__sep {
  color: #666;
  margin: 0 6px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.pft-breadcrumbs__current {
  color: #000;
  white-space: nowrap;
}

/* ---- Table of Contents ---- */
.pft-toc {
  background: #f2f5f8;
  border-left: 4px solid #FBCF4D;
  padding: 20px 25px;
  margin-bottom: 30px;
  border-radius: 0 8px 8px 0;
}
.pft-toc-title {
  font-family: Reforma, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1C1C1C;
}
/* Override site list styles inside TOC */
.inner-pages-style .pft-toc ol {
  margin: 0;
  padding: 0 0 0 24px;
  list-style: decimal;
  counter-reset: none;
}
.inner-pages-style .pft-toc ol li {
  padding: 4px 0;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.5;
  position: static;
}
.inner-pages-style .pft-toc ol li:before {
  display: none !important;
  content: none !important;
}
.inner-pages-style .pft-toc a {
  color: #333 !important;
  text-decoration: none !important;
  border-bottom: 1px dashed #ccc;
}
.inner-pages-style .pft-toc a:hover {
  color: #EBA044 !important;
  border-bottom-color: #EBA044;
}

/* ---- Infographic: Pathway Timeline ---- */
.pft-pathway {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 20px;
  background: #1C1C1C;
  border-radius: 8px;
  margin: 30px 0;
  overflow-x: auto;
}
.pft-pathway-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100px;
  position: relative;
}
.pft-pathway-step:not(:last-child):after {
  content: '';
  position: absolute;
  top: 25px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: #FBCF4D;
  z-index: 0;
}
.pft-pathway-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FBCF4D;
  color: #1C1C1C;
  font-family: Reforma, sans-serif;
  font-weight: 700;
  font-size: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.pft-pathway-icon--final {
  background: #67C55F;
  color: #fff;
}
.pft-pathway-label {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.3;
}
.pft-pathway-label strong {
  display: block;
  font-size: 14px;
  color: #FBCF4D;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .pft-pathway {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 20px 15px;
  }
  .pft-pathway-step {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    min-width: auto;
    padding: 10px 0;
  }
  .pft-pathway-step:not(:last-child):after {
    top: auto;
    right: auto;
    left: 24px;
    bottom: -10px;
    width: 2px;
    height: 20px;
  }
  .pft-pathway-label {
    margin-top: 0;
    margin-left: 15px;
  }
  .pft-pathway-icon {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}

/* ---- Infographic: Florida Advantages ---- */
.pft-advantages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -10px;
}
.pft-adv-card {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 200px;
  margin: 0 10px 20px;
  background: #f2f5f8;
  border-radius: 8px;
  padding: 25px 20px;
  text-align: center;
  border-top: 4px solid #FBCF4D;
  box-sizing: border-box;
}
.pft-adv-number {
  font-family: Reforma, sans-serif;
  font-size: 48px;
  font-weight: 500;
  color: #1C1C1C;
  line-height: 1;
  margin-bottom: 6px;
}
.pft-adv-unit {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #EBA044;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.pft-adv-desc {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .pft-adv-card {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .pft-adv-number {
    font-size: 36px;
  }
}

/* ---- Programs: Anniversary Offer ---- */
.pft-anniversary-prices {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0;
}
.pft-anniversary-current {
  font-size: 42px;
  font-weight: bold;
  color: #e8911c;
  font-family: Reforma, sans-serif;
  margin-right: 20px;
}
.pft-anniversary-current sup {
  font-size: 18px;
}
.pft-anniversary-old {
  font-size: 22px;
  text-decoration: line-through;
  color: #888;
  margin-right: 20px;
}
.pft-anniversary-save {
  font-size: 16px;
  color: #333;
}

/* ---- Tables: bottom margin ---- */
.pft-table-mb {
  margin-bottom: 30px;
}
.pft-table-mb-sm {
  margin-bottom: 25px;
}

/* ---- Final CTA Block ---- */
.pft-final-cta {
  text-align: center;
  padding: 30px;
}
.pft-final-cta__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.pft-final-cta__buttons > .btn {
  margin: 0 8px 10px;
}
.inner-pages-style .pft-btn-whatsapp {
  background: #67C55F !important;
  color: #fff !important;
}
.inner-pages-style .pft-btn-whatsapp:hover {
  background: #56b34e !important;
}
.inner-pages-style .pft-btn-dark {
  background: #000 !important;
  color: #fff !important;
}
.inner-pages-style .pft-btn-dark:hover {
  background: #333 !important;
}


/* =============================================================
   HELICOPTER CPL PAGE — Unique Visuals
   ============================================================= */

/* ---- Visual 1: Flight Log Timeline (vertical) ---- */
.pft-flightlog {
  position: relative;
  margin: 30px 0;
  padding-left: 40px;
}
.pft-flightlog:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #FBCF4D;
}
.pft-flightlog-step {
  position: relative;
  padding: 0 0 28px 20px;
}
.pft-flightlog-step:last-child {
  padding-bottom: 0;
}
.pft-flightlog-dot {
  position: absolute;
  left: -26px;
  top: 2px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FBCF4D;
  color: #1C1C1C;
  font-family: Reforma, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}
.pft-flightlog-dot--done {
  background: #67C55F;
  color: #fff;
}
.pft-flightlog-title {
  font-family: Reforma, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1C1C1C;
  margin-bottom: 3px;
}
.pft-flightlog-meta {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  color: #888;
  margin-bottom: 4px;
}
.pft-flightlog-desc {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

/* ---- Visual 2: Cockpit Stats Banner ---- */
.pft-cockpit {
  background: #1C1C1C;
  border-radius: 8px;
  padding: 28px 20px;
  margin: 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.pft-cockpit-gauge {
  text-align: center;
  padding: 12px 15px;
  min-width: 120px;
}
.pft-cockpit-value {
  font-family: Reforma, sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #FBCF4D;
  line-height: 1;
  margin-bottom: 6px;
}
.pft-cockpit-label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pft-cockpit-sub {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.4);
  margin-top: 3px;
}
@media (max-width: 600px) {
  .pft-cockpit {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .pft-cockpit-gauge {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
  }
  .pft-cockpit-gauge:last-child {
    border-bottom: none;
  }
  .pft-cockpit-value {
    font-size: 32px;
  }
}

/* ---- Visual 3: Salary Bars ---- */
.pft-salary-bars {
  margin: 25px 0;
}
.pft-salary-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.pft-salary-job {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1C1C1C;
  width: 140px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 10px;
}
.pft-salary-track {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #f2f5f8;
  border-radius: 4px;
  height: 28px;
  position: relative;
  overflow: hidden;
}
.pft-salary-fill {
  height: 100%;
  border-radius: 4px;
  background: #FBCF4D;
  background: -webkit-linear-gradient(left, #FBCF4D, #EBA044);
  background: linear-gradient(90deg, #FBCF4D, #EBA044);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 8px;
  min-width: 80px;
}
.pft-salary-amount {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1C1C1C;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .pft-salary-row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .pft-salary-job {
    width: 100%;
    margin-bottom: 4px;
  }
  .pft-salary-track {
    width: 100%;
  }
}
