/* Shared layout for industry vertical pages (template: industry-fintech.html) */
.industry-hero {
  margin-top: 0;
  min-height: auto;
  padding: 110px 0 64px;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0b1b3a;
  position: relative;
  overflow: hidden;
}

/* Header uses global .scrolled solid light bar from main.css (do not match hero or bar disappears) */

.industry-hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
}

.industry-hero h1 {
  color: #ffffff;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.industry-hero .crumb {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 22px;
  font-size: 18px;
}

.industry-hero .crumb a {
  color: #7dd3fc;
  text-decoration: none;
}

.industry-hero .crumb a:hover {
  color: #ffffff;
}

.industry-hero p {
  color: #bae6fd;
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.5;
}

.industry-hero-cta {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.industry-hero .btn-industry-hero-primary {
  background: #0d83fd;
  border: none;
  color: #fff !important;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(13, 131, 253, 0.5);
  text-decoration: none;
  display: inline-block;
}

.industry-hero .btn-industry-hero-primary:hover {
  background: #0670dc;
  color: #fff !important;
}

.industry-hero .btn-industry-hero-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: #fff !important;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 999px;
}

.industry-hero .btn-industry-hero-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.education-layout {
  padding: 70px 0;
}

.education-content h2 {
  color: #012970;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 14px;
}

.education-content p {
  color: #4f5b73;
}

.education-content ul {
  margin: 16px 0 22px;
  color: #1f2937;
  padding-left: 20px;
}

.education-content li + li {
  margin-top: 7px;
}

.education-feature-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(1, 41, 112, 0.12);
  margin: 8px 0 24px;
}

.education-feature-img img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  display: block;
}

.contact-card {
  background: #fff;
  border: 1px solid #e7eaf3;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(1, 41, 112, 0.06);
}

.education-layout .contact-card {
  max-width: 460px;
  margin-left: auto;
}

.contact-card h4 {
  color: #111827;
  margin-bottom: 12px;
  font-weight: 700;
}

.contact-card .form-control {
  margin-bottom: 12px;
  border-radius: 10px;
}

.contact-card .note {
  font-size: 13px;
  color: #6b7280;
  margin: 6px 0 12px;
}

.process-section h2 {
  color: #111827;
  font-weight: 800;
}

.process-section {
  margin-top: 80px;
}

.step-card {
  text-align: center;
  border: 1px solid #e9edf5;
  border-radius: 14px;
  padding: 22px;
  height: 100%;
  background: #fff;
}

.step-card span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #4154f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 12px;
}

.step-card h5 {
  color: #111827;
  font-weight: 700;
}

@media (max-width: 991px) {
  .industry-hero {
    min-height: auto;
    padding: 96px 0 56px;
  }

  .industry-hero h1 {
    font-size: 32px;
  }

  .education-content h2 {
    font-size: 30px;
  }

  .education-feature-img img {
    max-height: 260px;
  }

  .process-section {
    margin-top: 60px;
  }

  .education-layout .contact-card {
    max-width: 100%;
    margin-left: 0;
  }
}

/* —— Extended industry landing (long-form Education sample) —— */
.industry-extended {
  padding: 72px 0;
}

.industry-extended h2,
.industry-extended h3 {
  color: #012970;
}

.industry-extended .lead-muted {
  color: #5e6b85;
  max-width: 720px;
}

.industry-split-img img {
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 14px 36px rgba(1, 41, 112, 0.12);
  object-fit: cover;
  max-height: 380px;
}

.industry-cap-item {
  padding: 22px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e7eaf3;
  height: 100%;
}

.industry-cap-item .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eaf2ff;
  color: #0d83fd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.industry-cap-item h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #12244a;
  margin-bottom: 8px;
}

.industry-cap-item p {
  font-size: 0.95rem;
  color: #5e6b85;
  margin: 0;
}

.industry-highlight-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  border: 1px solid #e7eaf3;
  height: 100%;
}

.industry-highlight-card.accent-a {
  border-top: 4px solid #0d83fd;
}

.industry-highlight-card.accent-b {
  border-top: 4px solid #5ec9ff;
}

.industry-highlight-card.accent-c {
  border-top: 4px solid #012970;
}

.industry-app-showcase {
  border-radius: 20px;
  padding: 36px 28px;
  color: #fff;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.industry-app-showcase.s-a {
  background: linear-gradient(145deg, #0d83fd 0%, #012970 100%);
}

.industry-app-showcase.s-b {
  background: linear-gradient(145deg, #4154f1 0%, #1a237e 100%);
}

.industry-app-showcase h3 {
  color: #fff !important;
  font-weight: 800;
}

.industry-app-showcase p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.industry-logo-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.industry-logo-strip span {
  padding: 12px 22px;
  background: #f3f6fb;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  border: 1px solid #e7eaf3;
}

.industry-quote {
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  height: 100%;
  border: 1px solid #e7eaf3;
  box-shadow: 0 8px 24px rgba(1, 41, 112, 0.06);
}

.industry-quote .stars {
  color: #f59e0b;
  margin-bottom: 10px;
}

.industry-quote cite {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-weight: 600;
  color: #012970;
}

.industry-faq-section .php-faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.industry-faq-section .php-faq-item + .php-faq-item {
  margin-top: 12px;
}

.industry-faq-section .php-faq-item {
  background: #fff;
  border: 1px solid #e8ebf2;
  border-radius: 12px;
  padding: 16px 18px;
}

.industry-faq-section .php-faq-item h6 {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.55;
  cursor: pointer;
  position: relative;
  padding-right: 28px;
  user-select: none;
}

.industry-faq-section .php-faq-item h6::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0d83fd;
  font-size: 14px;
  transition: transform 0.25s ease;
}

.industry-faq-section .php-faq-item.php-faq-active h6 {
  color: #0d83fd;
}

.industry-faq-section .php-faq-item.php-faq-active h6::after {
  transform: translateY(-50%) rotate(180deg);
}

.industry-faq-section .php-faq-item p {
  margin-bottom: 0;
  margin-top: 0;
  color: #4a546d;
  line-height: 1.8;
  display: none;
  padding-top: 12px;
  border-top: 1px solid #edf1f7;
}

.industry-faq-section .php-faq-item.php-faq-active p {
  display: block;
  margin-top: 12px;
}

.industry-tech-pill {
  text-align: center;
  padding: 18px 10px;
  background: #fff;
  border: 1px solid #e7eaf3;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1f2937;
}

.industry-tech-pill i {
  display: block;
  font-size: 1.5rem;
  color: #0d83fd;
  margin-bottom: 8px;
}

.industry-cta-bottom {
  background: linear-gradient(135deg, #f4f9ff 0%, #e3eeff 100%);
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
  border: 1px solid #d6e4ff;
}

@media (max-width: 991px) {
  .industry-extended {
    padding: 52px 0;
  }

  .industry-split-img img {
    max-height: 260px;
    margin-bottom: 1rem;
  }
}
