:root {
  --primary-color: #f47a20;
  --primary-hover: #e06b14;
  --primary-soft: #ffe8d4;
  --blue: #3a3866;
  --blue-hover: #2d2b52;
  --blue-soft: #e8ecf8;
  --blue-mid: #c9cfeb;
  --secondary-color: #3a3866;
  --text-dark: #2c2a4a;
  --text-light: #5e5c7a;
  --light-bg: #fff5ee;
  --light-blue: #eef4fb;
  --page-bg: #eef4fb;
  --white: #ffffff;
  --surface: #ffffff;
  --border: #dddcec;
  --success: #10b981;
  --easy: #059669;
  --moderate: #d97706;
  --hard: #dc2626;
  --font-main: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  --bs-font-sans-serif: 'Plus Jakarta Sans', 'Poppins', sans-serif;
  --bs-body-font-family: var(--font-main);
  --shadow-sm: 0 8px 24px rgba(58, 56, 102, 0.07);
  --shadow-lg: 0 24px 60px rgba(58, 56, 102, 0.12);
  --radius: 18px;
}

body {
  font-family: var(--font-main);
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--light-blue);
  padding-top: 76px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-main);
  font-weight: 800;
  color: var(--secondary-color);
  letter-spacing: -0.03em;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

a:hover {
  color: var(--primary-hover);
}

/* Navbar Customization */
.navbar {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-bottom: 0;
  padding: 14px 0;
  min-height: 76px;
  transition: background 0.3s ease;
}

.navbar-toggler {
  border: 1px solid #e5e7eb;
}
.navbar-toggler:focus { box-shadow: none; }

.navbar-brand img {
  height: 40px;
  /* Adjust height as needed */
  width: auto;
}

.nav-link {
  font-weight: 500;
  color: var(--secondary-color) !important;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-color) !important;
}

/* Buttons — one size sitewide */
.btn-primary-custom,
.btn-ghost,
.btn-navy,
.btn-primary-custom.btn-lg,
.btn-ghost.btn-lg,
.btn-navy.btn-lg {
  padding: 12px 28px !important;
  min-height: 48px;
  height: 48px;
  font-size: 0.95rem !important;
  line-height: 1;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.btn-primary-custom {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: white;
  box-shadow: 0 10px 24px rgba(255, 102, 0, 0.22);
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background: white;
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}

.btn-primary-custom i,
.btn-ghost i,
.btn-navy i {
  font-size: 0.92rem;
  line-height: 1;
}

.btn-outline-dark {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.btn-outline-dark:hover {
  background-color: var(--secondary-color);
  color: white;
}

/* Footer */
footer {
  background-color: var(--secondary-color);
  color: #fff;
  padding-top: 3rem;
}

footer a {
  color: #ccc;
  transition: color 0.3s ease;
}

footer a:hover {
  color: var(--primary-color);
}

/* Cards & Sections */
.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary-subtle {
  background-color: rgba(255, 102, 0, 0.1) !important;
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: 0.75rem;
}

/* Animations */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hover effects */
.hover-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .1) !important;
}

/* Accordion Customization */
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: var(--light-bg);
  color: var(--primary-color);
  box-shadow: none;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(255, 102, 0, 0.1);
}

.custom-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6600'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Floating Action Button */
.floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Course Card V2 Design */
.course-card-v2 {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: white;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.course-card-v2:hover {
  border-color: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.course-photo {
  margin: -1.5rem -1.5rem 1.15rem;
  height: 168px;
  overflow: hidden;
}

.course-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.course-card-v2:hover .course-photo img {
  transform: scale(1.06);
}

.course-badge {
  background-color: #e0f2fe;
  /* Light Blue tint from image, or adapt to orange var(--light-bg) */
  color: var(--primary-color);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
}

.course-meta-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  color: var(--text-dark);
}

.course-meta-item i {
  color: #6b7280;
  width: 25px;
  margin-top: 4px;
}

.tech-stack-row {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0;
  justify-content: flex-start;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  color: var(--text-dark);
}

.tech-item img,
.tech-item i {
  height: 30px;
  width: auto;
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: #4b5563;
}

.view-curriculum-link {
  color: var(--primary-color);
  /* Purple in image, sticking to Orange */
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
}

.view-curriculum-link:hover {
  color: var(--primary-hover);
  text-decoration: underline;
}

.card-footer-custom {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f3f4f6;
  text-align: center;
  color: #10b981;
  /* Green for "Seats Available" */
  font-weight: 500;
  font-size: 0.9rem;
}

/* Query Section Redesign */
.bg-dark-section {
  background-color: #1a1b1f;
  /* Dark Gray from image */
  color: white;
  position: relative;
  overflow: hidden;
}

.section-highlight-text {
  color: var(--primary-color);
  font-weight: 800;
}

.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.contact-icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 102, 0, 0.1);
  border-radius: 50%;
  /* Circle */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.contact-icon-wrapper:hover {
  background-color: var(--primary-color);
  color: white;
}

/* Floating Form Card */
.consultation-form-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.form-control-custom {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s;
}

.form-control-custom:focus {
  background-color: white;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.1);
}

.form-select-custom {
  background-color: #f8f9fa;
  border: 1px solid transparent;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  cursor: pointer;
}

/* Hero Section Lead Gen Redesign */
.hero-section-lead {
  padding: 50px 0;
  background-color: #ffffff;
  position: relative;
}

.hero-tagline-badge {
  background: white;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.hero-tagline-badge .badge-new {
  background: var(--primary-color);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.75rem;
  margin-right: 10px;
}

.hero-main-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

.hero-main-title .highlight {
  color: var(--primary-color);
  border-bottom: 4px solid rgba(106, 17, 203, 0.3);
  /* Purple underline from image */
}

.hero-testimonial-box {
  border-left: 4px solid #e5e7eb;
  padding-left: 1.5rem;
  margin-top: 3rem;
}

.hero-testimonial-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4b5563;
  font-style: italic;
  margin-bottom: 1rem;
}

.hero-testimonial-author {
  display: flex;
  align-items: center;
}

.hero-testimonial-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

/* Hero Form Card */
.hero-form-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  position: relative;
}

.form-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.form-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
}

.form-header img {
  width: 60px;
  height: auto;
}

.form-control-hero {
  background-color: white;
  border: 1px solid #d1d5db;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
}

.form-control-hero:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.1);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  text-decoration: none;
}

/* Highlights Section Redesign */
.highlight-card-modern {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.3s ease;
  text-align: left;
  /* Left align content */
}

.highlight-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 102, 0, 0.15);
  border-color: rgba(255, 102, 0, 0.3);
}

.highlight-icon {
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(255, 102, 0, 0.1);
  padding: 10px;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--secondary-color);
}

.highlight-text {
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.6;
}


/* Get Certified Section */
.cert-heading {
  position: relative;
  display: inline-block;
  color: var(--secondary-color);
}

.cert-heading::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(111, 66, 193, 0.2);
  border-radius: 4px;
  z-index: -1;
}

.cert-feature-item {
  display: flex;
  margin-bottom: 2rem;
}

.cert-icon-box {
  width: 60px;
  height: 60px;
  background: #f3f4f6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.cert-feature-item:hover .cert-icon-box {
  background: var(--primary-color);
  color: white !important;
  transform: rotateY(180deg);
}

.cert-image-container {
  padding: 1.5rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  position: relative;
}

.cert-image-container img {
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}

/* End Get Certified Section */

/* Why Coding Cadre Redesign */
.why-cadre-btn {
  display: flex;
  align-items: center;
  background: white;
  border: 1.5px solid #1f2937;
  border-radius: 12px;
  padding: 1.2rem 1.5rem;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  text-align: left;
}

.why-cadre-btn:hover {
  transform: translateX(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-color);
}

.why-cadre-icon {
  font-size: 1.5rem;
  margin-right: 1.5rem;
  width: 30px;
  text-align: center;
}

.why-cadre-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--secondary-color);
}

/* End Why Coding Cadre Redesign */

html {
  scroll-behavior: smooth;
}

.nav-link {
  position: relative;
}

.nav-link:not(.dropdown-toggle)::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 4px;
  height: 2px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-link:hover:not(.dropdown-toggle)::after,
.nav-link.active:not(.dropdown-toggle)::after {
  transform: scaleX(1);
}

.dropdown-menu {
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  padding: 0.5rem;
}

.dropdown-item {
  border-radius: 10px;
  font-weight: 500;
  padding: 0.65rem 0.9rem;
}

.dropdown-item:hover,
.dropdown-item.active {
  background: var(--light-bg);
  color: var(--primary-color);
}

.btn-navy {
  background: var(--blue);
  border: 2px solid var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(58, 56, 102, 0.22);
  transition: all 0.3s ease;
}

.btn-navy:hover {
  background: #fff;
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(58, 56, 102, 0.22);
}

.btn-ghost {
  background: #3a3866;
  border: 2px solid #3a3866;
  color: #fff;
  box-shadow: 0 10px 24px rgba(58, 56, 102, 0.22);
  transition: all 0.3s ease;
}

.btn-ghost:hover {
  background: #fff;
  border-color: #3a3866;
  color: #3a3866;
  transform: translateY(-2px);
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-soft);
  color: var(--primary-color);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

/* Hero */
.hero-modern {
  position: relative;
  padding: 56px 0 28px;
  overflow: hidden;
}

.hero-title {
  font-size: clamp(2.4rem, 4.4vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  color: var(--blue);
}

.hero-title span { color: var(--primary-color); }

.hero-copy {
  font-size: 1.05rem;
  color: #6b645e;
  max-width: 34rem;
  margin-bottom: 1.25rem;
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1.4rem;
}

.avatar-row {
  display: flex;
}

.avatar-row img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--light-bg);
  margin-left: -8px;
}

.avatar-row img:first-child { margin-left: 0; }

.hero-trust span {
  font-size: 0.86rem;
  font-weight: 600;
  color: #57534e;
}

.hero-collage {
  position: relative;
  min-height: 500px;
}

.hero-collage::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 28px;
  width: 76%;
  height: 430px;
  border: 3px solid var(--primary-color);
  border-radius: 34px;
  transform: rotate(2.5deg);
  z-index: 0;
}

.hero-collage .hero-main {
  position: relative;
  z-index: 1;
  width: 78%;
  height: 460px;
  margin-left: auto;
  display: block;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(28, 25, 23, 0.18);
}

.hero-collage .hero-side {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 2;
  width: 46%;
  height: 220px;
  object-fit: cover;
  border-radius: 22px;
  border: 6px solid var(--light-bg);
  box-shadow: 0 18px 36px rgba(28, 25, 23, 0.16);
}

.hero-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: #fff;
  padding: 12px 14px;
  border-radius: 16px;
  box-shadow: 0 16px 32px rgba(28, 25, 23, 0.24);
}

.hero-note i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--primary-color);
}

.hero-note b {
  display: block;
  font-size: 0.82rem;
  color: #fff;
}

.hero-note span {
  font-size: 0.72rem;
  color: #d6d3d1;
}

.hero-blob,
.floating-chip { display: none; }

.hero-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 380px;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.hero-stat {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 12px 0 0;
  text-align: left;
}

.hero-stat + .hero-stat {
  border-left: 1px solid var(--border);
  padding-left: 16px;
}

.hero-stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--blue);
  line-height: 1.1;
}

.hero-stat span {
  font-size: 0.78rem;
  color: #78716c;
  font-weight: 600;
}

@keyframes blobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -22px) scale(1.08); }
}

/* Marquee */
.tech-marquee {
  overflow: hidden;
  background: var(--blue-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}

.marquee-track {
  display: flex;
  gap: 42px;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-item i { font-size: 1.05rem; color: var(--primary-color); }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.placement-proof {
  background:
    radial-gradient(circle at 12% 20%, rgba(244, 122, 32, 0.16), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(58, 56, 102, 0.12), transparent 28%),
    var(--light-blue);
  padding: 64px 0;
  border-bottom: 0;
}

.job-assist-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #ffd0a8;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 16px 40px rgba(58, 56, 102, 0.08);
  margin-bottom: 56px;
}

.job-assist-pct {
  display: grid;
  place-items: center;
  min-width: 168px;
  min-height: 168px;
  border-radius: 22px;
  background: linear-gradient(160deg, var(--primary-color), #ff9a4d);
  color: #fff;
  text-align: center;
  padding: 18px;
}

.job-assist-pct strong {
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.job-assist-pct span {
  display: block;
  margin-top: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-assist-copy h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.job-assist-copy p {
  color: var(--text-light);
  margin-bottom: 16px;
  max-width: 38rem;
}

.job-assist-points {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  grid-column: 2 / -1;
}

.job-assist-points li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--light-bg);
  border: 1px solid #ffd0a8;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  white-space: nowrap;
  flex: 0 0 auto;
}

.job-assist-points i { color: var(--primary-color); }

.placed-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px;
}

.placed-head h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.placed-head p {
  color: #78716c;
  margin: 0;
}

.placed-logos {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.placed-logo {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  min-height: 96px;
  padding: 12px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.placed-logo:hover {
  transform: translateY(-4px);
  border-color: #ffd0a8;
  box-shadow: 0 12px 28px rgba(244, 122, 32, 0.12);
}

.placed-logo img {
  width: auto;
  height: 36px;
  max-width: 108px;
  object-fit: contain;
}

.placed-logo span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue);
  text-align: center;
  line-height: 1.2;
}

/* Reveal animations */
.fade-up { transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.fade-left {
  opacity: 0;
  transform: translateX(-28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-right {
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.scale-in {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.fade-left.visible,
.fade-right.visible,
.scale-in.visible {
  opacity: 1;
  transform: none;
}

.hover-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.course-card-v2 {
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.course-card-v2::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #ffb27a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.course-card-v2:hover::before { transform: scaleX(1); }

/* Preview tiles */
.preview-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.6rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.preview-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.level-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
}

.level-easy { background: #d1fae5; color: var(--easy); }
.level-moderate { background: #fef3c7; color: var(--moderate); }
.level-high { background: #fee2e2; color: var(--hard); }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 64px;
}

.page-hero h1 { letter-spacing: -0.03em; }

.search-wrap {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}

.search-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

.search-wrap input {
  width: 100%;
  border: 1px solid var(--border);
  background: white;
  border-radius: 999px;
  padding: 14px 18px 14px 44px;
  box-shadow: var(--shadow-sm);
  outline: none;
}

.search-wrap input:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.12);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 1.4rem;
}

.filter-chip {
  border: 1px solid var(--border);
  background: white;
  color: #374151;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-chip:hover,
.filter-chip.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

.qa-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  animation: riseIn 0.45s ease both;
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.qa-head {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 1.1rem 1.25rem;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  cursor: pointer;
}

.qa-head h5 {
  font-size: 1rem;
  margin: 0 0 8px;
}

.qa-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.qa-body {
  display: none;
  padding: 0 1.25rem 1.25rem 1.25rem;
  color: #4b5563;
  border-top: 1px dashed #f1f5f9;
  line-height: 1.75;
}

.qa-card.open .qa-body { display: block; padding-top: 1rem; }

.qa-toggle {
  margin-left: auto;
  color: var(--primary-color);
  transition: transform 0.25s ease;
}

.qa-card.open .qa-toggle { transform: rotate(180deg); }

.topic-badge {
  background: #f3f4f6;
  color: #374151;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 8px;
}

.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-light);
}

.job-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.4rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.job-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(255, 102, 0, 0.35);
}

.job-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: white;
  background: linear-gradient(135deg, var(--primary-color), #ff944d);
}

.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 16px;
}

.job-tags span {
  background: #fff5f0;
  color: #c2410c;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 8px;
}

.job-meta {
  color: #6b7280;
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--shadow-lg);
}

.form-card .form-control,
.form-card .form-select {
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  border-color: #e5e7eb;
}

.form-card .form-control:focus,
.form-card .form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.12);
}

.toast-banner {
  position: fixed;
  top: 90px;
  right: 20px;
  background: #111827;
  color: white;
  padding: 14px 18px;
  border-radius: 14px;
  z-index: 2000;
  display: none;
  box-shadow: var(--shadow-lg);
}

.tab-switch {
  background: #f3f4f6;
  border-radius: 999px;
  padding: 6px;
  display: inline-flex;
  gap: 4px;
}

.tab-switch button {
  border: 0;
  background: transparent;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  color: #6b7280;
}

.tab-switch button.active {
  background: white;
  color: var(--primary-color);
  box-shadow: var(--shadow-sm);
}

.stats-modern {
  background: linear-gradient(135deg, var(--blue), #5a57a0);
  color: white;
  position: relative;
  overflow: hidden;
}

.stats-modern .display-4 { color: var(--primary-color); }
.stats-modern .text-muted { color: rgba(255,255,255,0.7) !important; }

.whatsapp-float {
  bottom: 24px;
  right: 24px;
  animation: pulseGlow 2.2s infinite;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.45); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.floating-btn { display: none !important; }

footer {
  background: var(--blue);
}

.section-head {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  letter-spacing: -0.035em;
  margin-bottom: 0.55rem;
}

.section-head p {
  color: #78716c;
  margin: 0 auto;
  max-width: 520px;
}

.institute-path {
  background: var(--light-bg);
  padding: 72px 0 56px;
}

.path-mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.path-mosaic article {
  position: relative;
  isolation: isolate;
  min-height: 340px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28, 25, 23, 0.08);
}

.path-mosaic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.path-mosaic article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 20, 18, 0.05) 20%, rgba(23, 20, 18, 0.82) 100%);
}

.path-mosaic article:hover img {
  transform: scale(1.06);
}

.path-copy {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 340px;
  padding: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.path-copy span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fdba74;
  font-weight: 800;
  margin-bottom: 8px;
}

.path-copy h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-bottom: 6px;
}

.path-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.programs-section {
  background: var(--light-blue);
  padding: 64px 0;
}

.program-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px rgba(28, 25, 23, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(28, 25, 23, 0.1);
}

.program-photo {
  position: relative;
  height: 210px;
}

.program-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.program-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #fff;
  color: var(--primary-color);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.program-term {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(28, 25, 23, 0.82);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.program-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.program-body h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.program-body p {
  color: #78716c;
  font-size: 0.94rem;
  margin-bottom: 16px;
}

.program-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.program-facts li {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #44403c;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.program-facts li i { color: var(--primary-color); }

.program-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.program-includes li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  color: #44403c;
  margin-bottom: 7px;
}

.program-includes i {
  color: #059669;
  margin-top: 3px;
  width: 14px;
}

.program-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f0e4d8;
}

.program-seats {
  color: #059669;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.path-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--primary-color);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.include-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 48px;
}

.include-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px;
}

.include-item i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--light-bg);
  color: var(--primary-color);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.include-item:nth-child(even) i {
  background: var(--blue-soft);
  color: var(--blue);
}

.include-item h4 {
  font-size: 0.98rem;
  margin-bottom: 4px;
}

.include-item p {
  margin: 0;
  color: #78716c;
  font-size: 0.84rem;
}

.courses-hero {
  padding: 64px 0 48px;
}

.courses-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.hero-points li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #44403c;
  font-weight: 600;
}

.hero-points i {
  color: var(--primary-color);
  margin-top: 4px;
}

.courses-cta {
  background: var(--blue);
  color: #fff;
  padding: 64px 0;
}

.courses-cta h2,
.courses-cta p { color: #fff; }

.courses-cta p { color: #d6d3d1; }

.courses-hero .mini-stats {
  grid-template-columns: repeat(4, 1fr);
  max-width: none !important;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.program-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.program-tags span {
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.program-link {
  margin-top: auto;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.catalog-section {
  padding: 64px 0;
}

.hiring-section {
  background:
    radial-gradient(circle at 88% 20%, rgba(58, 56, 102, 0.1), transparent 28%),
    var(--light-blue);
  padding: 80px 0;
}

.catalog-section h2 {
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0 24px;
  max-width: 380px;
}

.mini-stats strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.1;
  color: var(--blue);
}

.mini-stats span {
  font-size: 0.78rem;
  font-weight: 600;
  color: #78716c;
}

.catalog-board {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 12px;
  box-shadow: 0 20px 50px rgba(28, 25, 23, 0.08);
}

.catalog-board > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  margin-bottom: 12px;
}

.catalog-list {
  display: grid;
  gap: 8px;
}

.catalog-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 12px 14px;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.catalog-row:hover {
  border-color: var(--primary-color);
  color: inherit;
  transform: translateY(-2px);
}

.catalog-row b {
  font-size: 0.95rem;
  color: var(--blue);
}

.catalog-row > span:last-child {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--primary-color);
  white-space: nowrap;
}

.home-split-shot {
  position: relative;
}

.home-split-shot > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}

.home-split-cards {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media (max-width: 991px) {
  .hero-main-title, .display-4, .hero-title { font-size: 2.2rem !important; }
  .hero-collage { min-height: auto; margin-top: 12px; }
  .hero-collage::before { display: none; }
  .hero-collage .hero-main {
    width: 100%;
    height: 320px;
  }
  .hero-collage .hero-side {
    width: 42%;
    height: 140px;
    bottom: 18px;
    left: 12px;
  }
  .hero-note { right: 12px; bottom: 12px; }
  .hero-stat-row { max-width: 100%; }
  .path-mosaic { grid-template-columns: 1fr 1fr; }
  .path-mosaic article,
  .path-copy { min-height: 260px; }
  .include-strip { grid-template-columns: 1fr 1fr; }
  .program-foot { flex-direction: column; align-items: flex-start; }
  .catalog-row { grid-template-columns: auto 1fr; }
  .catalog-row > span:last-child { display: none; }
  .home-split-shot > img {
    height: 180px;
    margin-bottom: 14px;
  }
  .job-assist-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .job-assist-points {
    grid-column: 1;
    justify-content: center;
  }
  .placed-logos { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 640px) {
  .path-mosaic { grid-template-columns: 1fr; }
  .mini-stats { max-width: 100%; }
  .include-strip { grid-template-columns: 1fr; }
  .courses-hero .mini-stats { grid-template-columns: 1fr 1fr; }
  .placed-logos { grid-template-columns: repeat(2, 1fr); }
  .job-assist-points {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}