/* =============================================================
   ITM Inner Pages — Shared Styles
   page-inner.css
   ============================================================= */

/* ---- Base ---- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ============================================================
   PAGE BANNER HERO
   ============================================================ */
.page-banner {
    background: linear-gradient(135deg, #1a1a3e 0%, #2C3E8B 50%, #1e3a5f 100%);
    padding: 250px 20px 70px;
    /* Increased top padding to 150px */
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.page-banner__inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.page-banner__breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
}

.page-banner__breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.page-banner__breadcrumb a:hover {
    color: #0CAF49;
}

.page-banner__breadcrumb span {
    color: rgba(255, 255, 255, 0.3);
}

.page-banner__breadcrumb .current {
    color: #0CAF49;
}

.page-banner__title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.15;
}

.page-banner__desc {
    font-size: clamp(0.88rem, 1.5vw, 1rem);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin: 0;
    max-width: 600px;
    margin: 0 auto;
}

/* Decorative blob */
.page-banner__blob {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.page-banner__blob--1 {
    width: 300px;
    height: 300px;
    top: -80px;
    right: -60px;
}

.page-banner__blob--2 {
    width: 200px;
    height: 200px;
    bottom: -60px;
    left: -40px;
}

/* ============================================================
   SHARED SECTION LAYOUT
   ============================================================ */
.inner-section {
    padding: 80px 20px;
}

.inner-section--grey {
    background: #f8f8fc;
}

.inner-section--white {
    background: #ffffff;
}

.inner-section--dark {
    background: #0d1117;
}

.inner-section--blue {
    background: #2C3E8B;
}

.inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Section heading pattern */
.section-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 56px;
}

.section-head--left {
    text-align: left;
    margin-left: 0;
}

.section-tag {
    display: inline-block;
    background: rgba(12, 175, 73, 0.12);
    color: #0CAF49;
    border: 1px solid rgba(12, 175, 73, 0.3);
    border-radius: 30px;
    padding: 5px 16px;
    font-size: 0.78rem;
    font-weight: 600;
    width: 25%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.section-tag--blue {
    background: rgba(44, 62, 139, 0.10);
    color: #2C3E8B;
    border-color: rgba(44, 62, 139, 0.2);
}

.section-title {
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #111;
    margin: 0 0 14px;
    line-height: 1.2;
}

.section-title--white {
    color: #fff;
}

.section-title span {
    color: #0CAF49;
}

.section-desc {
    font-size: 0.92rem;
    color: #777;
    line-height: 1.75;
    margin: 0;
}

.section-desc--white {
    color: rgba(255, 255, 255, 0.75);
}

/* ============================================================
   SHARED CTA BUTTON STYLES
   ============================================================ */
.btn-primary {
    display: inline-block;
    padding: 13px 34px;
    background: #0CAF49;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.btn-primary:hover {
    background: #09933e;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.btn-outline {
    display: inline-block;
    padding: 12px 32px;
    background: transparent;
    color: #2C3E8B;
    border: 2px solid #2C3E8B;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
    white-space: nowrap;
}

.btn-outline:hover {
    background: #2C3E8B;
    color: #fff;
    text-decoration: none;
}

.btn-outline--white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-outline--white:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* ============================================================
   STAT CARDS
   ============================================================ */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s, box-shadow 0.3s;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(44, 62, 139, 0.12);
}

.stat-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.stat-card__icon--blue {
    background: #E8EFFF;
}

.stat-card__icon--green {
    background: #E8F8EE;
}

.stat-card__icon--yellow {
    background: #FFF8E1;
}

.stat-card__icon--purple {
    background: #F3E8FF;
}

.stat-card__icon svg {
    width: 24px;
    height: 24px;
}

.stat-card__value {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 900;
    color: #111;
    line-height: 1;
    margin-bottom: 6px;
    display: block;
}

.stat-card__label {
    font-size: 0.82rem;
    color: #888;
    font-weight: 500;
}

/* ============================================================
   FEATURE LIST
   ============================================================ */
.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.feature-list li::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0CAF49;
    flex-shrink: 0;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

/* ============================================================
   TEAM / PERSON CARD
   ============================================================ */
.person-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s;
    text-align: center;
}

.person-card:hover {
    transform: translateY(-6px);
}

.person-card__image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #E8EFFF;
}

.person-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.person-card:hover .person-card__image img {
    transform: scale(1.05);
}

.person-card__body {
    padding: 20px 16px;
}

.person-card__name {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 5px;
}

.person-card__role {
    font-size: 0.8rem;
    color: #0CAF49;
    font-weight: 600;
}

/* ============================================================
   TESTIMONIAL CARD
   ============================================================ */
.testi-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #f0f0f5;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.testi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 36px rgba(44, 62, 139, 0.12);
}

.testi-card__quote-icon {
    width: 40px;
    height: 40px;
    background: #E8EFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testi-card__quote-icon svg {
    width: 20px;
    height: 20px;
    fill: #2C3E8B;
}

.testi-card__text {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.75;
    margin: 0;
    flex: 1;
}

.testi-card__stars {
    display: flex;
    gap: 3px;
    color: #f59e0b;
}

.testi-card__stars svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.testi-card__author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f5;
}

.testi-card__avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    background: #E8EFFF;
    flex-shrink: 0;
}

.testi-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-card__author-info {
    flex: 1;
}

.testi-card__author-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 2px;
}

.testi-card__author-role {
    font-size: 0.75rem;
    color: #0CAF49;
    font-weight: 600;
}

/* ============================================================
   COURSE CARD (inner-pages version)
   ============================================================ */
.course-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(44, 62, 139, 0.14);
}

.course-card__thumb {
    height: 200px;
    overflow: hidden;
    background: #E8EFFF;
}

.course-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.course-card:hover .course-card__thumb img {
    transform: scale(1.06);
}

.course-card__badge {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.course-card__badge--blue {
    background: #E8EFFF;
    color: #2C3E8B;
}

.course-card__badge--green {
    background: #E8F8EE;
    color: #0CAF49;
}

.course-card__badge--purple {
    background: #F3E8FF;
    color: #7c3aed;
}

.course-card__badge--orange {
    background: #FFF3E0;
    color: #f59e0b;
}

.course-card__body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.course-card__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.course-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
    line-height: 1.4;
}

.course-card__desc {
    font-size: 0.82rem;
    color: #777;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}

.course-card__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.78rem;
    color: #999;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-top: auto;
}

.course-card__meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-card__meta svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

.course-card__cta {
    display: flex;
    margin-top: 14px;
}

/* ============================================================
   BLOG CARD
   ============================================================ */
.blog-card {
    background: #fff;
    border-radius: 20px;
    /* overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s, box-shadow 0.3s; */
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(44, 62, 139, 0.12);
}

.blog-card__thumb {
    height: 210px;
    overflow: hidden;
    background: #E8EFFF;
    position: relative;
}

.blog-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.blog-card:hover .blog-card__thumb img {
    transform: scale(1.06);
}

.blog-card__cat {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #0CAF49;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 30px;
    text-transform: uppercase;
}

.blog-card__body {
    padding: 20px;
}

.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 0.75rem;
    color: #aaa;
    margin-bottom: 10px;
}

.blog-card__meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.blog-card__meta svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.blog-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
    line-height: 1.4;
}

.blog-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-card__title a:hover {
    color: #2C3E8B;
}

.blog-card__excerpt {
    font-size: 0.83rem;
    color: #777;
    line-height: 1.65;
    margin: 0 0 16px;
}

.blog-card__link {
    font-size: 0.82rem;
    font-weight: 700;
    color: #2C3E8B;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s;
}

.blog-card__link:hover {
    gap: 8px;
    color: #0CAF49;
    text-decoration: none;
}

.blog-card__link svg {
    width: 14px;
    height: 14px;
}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #444;
}

.form-input,
.form-textarea,
.form-select {
    padding: 12px 16px;
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.88rem;
    color: #333;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    width: 100%;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: #2C3E8B;
    box-shadow: 0 0 0 3px rgba(44, 62, 139, 0.1);
}

.form-textarea {
    resize: vertical;
    min-height: 130px;
}

/* ============================================================
   CONTACT INFO CARD
   ============================================================ */
.contact-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid #f0f0f5;
    transition: transform 0.3s;
}

.contact-info-card:hover {
    transform: translateY(-3px);
}

.contact-info-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-card__icon--blue {
    background: #E8EFFF;
}

.contact-info-card__icon--green {
    background: #E8F8EE;
}

.contact-info-card__icon--orange {
    background: #FFF3E0;
}

.contact-info-card__icon svg {
    width: 22px;
    height: 22px;
}

.contact-info-card__title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 6px;
}

.contact-info-card__value {
    font-size: 0.92rem;
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
}

.contact-info-card__value a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-info-card__value a:hover {
    color: #0CAF49;
    text-decoration: none;
}

/* ============================================================
   LEGAL PAGE STYLES (Privacy, Terms)
   ============================================================ */
.legal-body {
    max-width: 860px;
    margin: 0 auto;
}

.legal-toc {
    background: #f8f8fc;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 40px;
    border: 1px solid #e5e5f0;
}

.legal-toc__title {
    font-size: 1rem;
    font-weight: 700;
    color: #2C3E8B;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.legal-toc ol {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.legal-toc ol li a {
    font-size: 0.88rem;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.legal-toc ol li a:hover {
    color: #2C3E8B;
    text-decoration: none;
}

.legal-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.legal-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.legal-section__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2C3E8B;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-section__title .num {
    width: 30px;
    height: 30px;
    background: #2C3E8B;
    border-radius: 50%;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.legal-section p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.8;
    margin: 0 0 14px;
}

.legal-section ul,
.legal-section ol {
    padding-left: 20px;
    margin: 0 0 14px;
}

.legal-section li {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 6px;
}

/* ============================================================
   GALLERY GRID
   ============================================================ */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gallery-item {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background: #E8EFFF;
    aspect-ratio: 4/3;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item__overlay {
    position: absolute;
    inset: 0;
    background: rgba(44, 62, 139, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.gallery-item:hover .gallery-item__overlay {
    opacity: 1;
}

.gallery-item__overlay svg {
    width: 36px;
    height: 36px;
    fill: #fff;
}

.gallery-item--tall {
    grid-row: span 2;
    aspect-ratio: unset;
}

.gallery-item--wide {
    grid-column: span 2;
}

/* Filter tabs */
.filter-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
    justify-content: center;
}

.filter-tab {
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 2px solid #e5e5e5;
    background: #fff;
    color: #666;
    cursor: pointer;
    transition: all 0.25s;
}

.filter-tab:hover,
.filter-tab.active {
    background: #2C3E8B;
    border-color: #2C3E8B;
    color: #fff;
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lightbox.is-open {
    display: flex;
}

.lightbox__img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

.lightbox__close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
    font-size: 1.6rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.lightbox__close:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* ============================================================
   CTA BANNER SECTION
   ============================================================ */
.cta-section {
    background: linear-gradient(135deg, #2C3E8B 0%, #1a1a3e 100%);
    padding: 70px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -150px;
    right: -100px;
    pointer-events: none;
}

.cta-section__tag {
    display: inline-block;
    background: rgba(12, 175, 73, 0.2);
    color: #0CAF49;
    border: 1px solid rgba(12, 175, 73, 0.4);
    border-radius: 30px;
    padding: 5px 16px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.cta-section__title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.2;
}

.cta-section__desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 auto 32px;
    max-width: 540px;
    line-height: 1.7;
}

.cta-section__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #2C3E8B, #0CAF49);
}

.timeline-item {
    display: flex;
    gap: 28px;
    padding-bottom: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-dot {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #2C3E8B;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
    margin-top: 2px;
    box-shadow: 0 4px 16px rgba(44, 62, 139, 0.3);
}

.timeline-content {
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    flex: 1;
    border: 1px solid #f0f0f5;
}

.timeline-content__year {
    font-size: 0.78rem;
    font-weight: 700;
    color: #0CAF49;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.timeline-content__title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}

.timeline-content__desc {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   TWO-COLUMN LAYOUT
   ============================================================ */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.two-col--reverse {
    direction: rtl;
}

.two-col--reverse>* {
    direction: ltr;
}

.two-col__image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    position: relative;
}

.two-col__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.two-col__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ============================================================
   BADGES
   ============================================================ */
.badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
}

.badge--blue {
    background: #E8EFFF;
    color: #2C3E8B;
}

.badge--green {
    background: #E8F8EE;
    color: #0CAF49;
}

/* Map placeholder */
.map-wrap {
    width: 100%;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    background: #E8EFFF;
    position: relative;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ============================================================
   PLACEMENT COMPANY LOGOS
   ============================================================ */
.company-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.company-logo-card {
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
    min-height: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s, transform 0.3s;
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    text-align: center;
}

.company-logo-card:hover {
    box-shadow: 0 6px 24px rgba(44, 62, 139, 0.12);
    transform: translateY(-3px);
}

/* ============================================================
   PLACEMENT STATS
   ============================================================ */
.placement-stats-bar {
    background: #2C3E8B;
    border-radius: 20px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
    margin-bottom: 60px;
}

.placement-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.placement-stat:last-child {
    border-right: none;
}

.placement-stat__value {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.placement-stat__label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
}

/* ============================================================
   FEATURED BLOG
   ============================================================ */
.featured-blog {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.featured-blog__image {
    height: 380px;
    overflow: hidden;
    background: #E8EFFF;
}

.featured-blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.featured-blog:hover .featured-blog__image img {
    transform: scale(1.04);
}

.featured-blog__content {
    background: #2C3E8B;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    color: #fff;
}

.featured-blog__cat {
    display: inline-block;
    background: rgba(12, 175, 73, 0.25);
    color: #0CAF49;
    padding: 4px 14px;
    border-radius: 30px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
}

.featured-blog__title {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 800;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

.featured-blog__title a {
    color: inherit;
    text-decoration: none;
}

.featured-blog__title a:hover {
    color: #0CAF49;
    text-decoration: none;
}

.featured-blog__meta {
    display: flex;
    gap: 16px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
}

.featured-blog__meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-blog__meta svg {
    width: 13px;
    height: 13px;
    fill: currentColor;
}

.featured-blog__excerpt {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    margin: 0;
}

/* ============================================================
   MOBILE RESPONSIVENESS
   ============================================================ */
@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .company-logos {
        grid-template-columns: repeat(4, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item--tall,
    .gallery-item--wide {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 4/3;
    }

    .placement-stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .placement-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 20px;
    }

    .placement-stat:last-child {
        border-bottom: none;
    }
}

@media (max-width: 900px) {
    .two-col {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .two-col--reverse {
        direction: ltr;
    }

    .featured-blog {
        grid-template-columns: 1fr;
    }

    .featured-blog__image {
        height: 260px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .inner-section {
        padding: 60px 16px;
    }

    .page-banner {
        padding: 50px 16px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .company-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .section-head {
        margin-bottom: 40px;
    }

    .cta-section {
        padding: 50px 16px;
    }

    .placement-stats-bar {
        padding: 28px 20px;
    }
}

@media (max-width: 540px) {
    .inner-section {
        padding: 48px 14px;
    }

    .page-banner {
        padding: 40px 14px;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .stat-card {
        padding: 20px 14px;
    }

    .company-logos {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .filter-tabs {
        gap: 8px;
    }

    .filter-tab {
        padding: 7px 16px;
        font-size: 0.8rem;
    }

    .testi-card {
        padding: 20px;
    }

    .course-card__thumb {
        height: 170px;
    }

    .blog-card__thumb {
        height: 180px;
    }

    .cta-section__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .btn-primary,
    .btn-outline {
        text-align: center;
    }

    .placement-stats-bar {
        grid-template-columns: 1fr 1fr;
        padding: 24px 16px;
    }

    .legal-toc {
        padding: 20px;
    }

    .contact-info-card {
        padding: 20px;
    }

    .timeline::before {
        left: 22px;
    }

    .timeline-dot {
        width: 46px;
        height: 46px;
        font-size: 0.78rem;
    }
}

@media (max-width: 380px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .company-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---- Responsive Inner Banner ---- */
@media (max-width: 540px) {
    .page-banner {
        padding: 40px 16px;
        /* Reset padding when header becomes static */
    }
}