/* =============================================
     NEW1 PAGE — Matches homepage design language
     ============================================= */

  @font-face {
    font-family: 'KG Broken Vessels Sketch';
    src: url('font/KGBrokenVesselsSketch.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'VAG Rounded Next';
    src: url('font/VAGRoundedNext-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  .our-sketch {
    font-family: 'KG Broken Vessels Sketch', cursive;
    color: #F26F21;
    font-size: 46px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    transform: rotate(-6deg);
    line-height: 1;
  }
  .spec-rest {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    color: #1A1A1A;
    font-size: 32px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.2;
  }

  /* ---- HERO (Orange background, text LEFT, graphic RIGHT) ---- */
  .n1-hero {
    background: #F26F21;
    padding: 40px 0 20px;
    position: relative;
    overflow: hidden;
  }
  .n1-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #ffffff;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  }
  .n1-hero-h1 {
    margin-bottom: 20px;
  }
  .n1-sketch-title {
    font-family: 'KG Broken Vessels Sketch', cursive;
    font-size: 62px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.15);
  }
  .n1-sub-title {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    line-height: 1.25;
    margin-top: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
  }
  .n1-hero-paras p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 14px;
    opacity: 0.98;
  }
  .n1-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .n1-btn-enquire {
    background: #ffffff;
    color: #F26F21;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    padding: 12px 28px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: all .25s ease;
  }
  .n1-btn-enquire:hover {
    background: #f5f5f5;
    color: #d8570e;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  }
  .n1-btn-visit {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    padding: 12px 28px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
  }
  .n1-btn-visit:hover {
    background: #ffffff;
    color: #F26F21;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  }
  .n1-hero-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .n1-hero-img-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  /* ---- WHY CHOOSE (White card on orange background matching mockup) ---- */
  .n1-why-section {
    background: #F26F21;
    padding: 10px 0 60px;
  }
  .n1-why-card {
    background: #ffffff;
    border-radius: 36px;
    padding: 48px 45px 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  }
  .n1-why-main-heading {
    text-align: center;
    margin-bottom: 14px;
  }
  .n1-why-main-heading .why-sketch {
    font-family: 'KG Broken Vessels Sketch', cursive;
    color: #F26F21;
    font-size: 46px;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
  }
  .n1-why-main-heading .why-rest {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    color: #222222;
    font-size: 32px;
    font-weight: 700;
    vertical-align: middle;
  }
  .n1-why-subtext {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    line-height: 25px;
    color: #555555;
    max-width: 860px;
    margin: 0 auto 36px;
    text-align: center;
  }
  .n1-why-special-heading {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 24px;
  }
  .n1-feature-card {
    background: #ffffff;
    border: 1px solid #f2e7e1;
    border-radius: 16px;
    padding: 22px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all .25s ease;
  }
  .n1-feature-card:hover {
    border-color: #F26F21;
    box-shadow: 0 8px 20px rgba(242,111,33,0.1);
    transform: translateY(-2px);
  }
  .n1-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #FFF1E8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #C85A17;
  }
  .n1-feature-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.55;
    color: #333333;
    margin: 0;
  }
  .n1-why-callout {
    background: #FFEFE6;
    border-radius: 16px;
    padding: 22px 35px;
    margin: 35px auto 0;
    max-width: 720px;
    text-align: center;
  }
  .n1-why-callout p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #9C4B18;
    margin: 0;
  }

  /* ---- SHARED HELPERS ---- */
  .n1-sec { padding: 70px 0; }
  .n1-sec-light { padding: 70px 0; background: #FAFAFA; }
  .n1-sec-orange { padding: 60px 0; background: #F26F21; color: #fff; }
  .n1-center-title { text-align: center; max-width: 800px; margin: 0 auto 45px; }
  .n1-center-title h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 34px; font-weight: 700; color: #2E2B2B;
    text-shadow: 0 2px 4px rgba(0,0,0,0.08); margin-bottom: 14px;
  }
  .n1-center-title h2 .ot { color: #F26F21; }
  .n1-center-title p { font-family: 'Poppins', sans-serif; font-size: 16px; color: #666; line-height: 1.7; }
  .n1-sec-orange .n1-center-title h2 { color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.2); }
  .n1-sec-orange .n1-center-title p { color: rgba(255,255,255,0.9); }
  .n1-link-orange {
    color: #F26F21; font-weight: 700; text-decoration: none;
    font-family: 'Poppins', sans-serif; font-size: 15px;
    display: inline-flex; align-items: center; gap: 5px;
    transition: gap .2s;
  }
  .n1-link-orange:hover { gap: 10px; color: #D95A0E; }
  .n1-link-white {
    color: #fff; font-weight: 700; text-decoration: none;
    font-family: 'Poppins', sans-serif; font-size: 15px;
    display: inline-flex; align-items: center; gap: 5px;
    border-bottom: 2px solid rgba(255,255,255,0.5); transition: all .2s;
  }
  .n1-link-white:hover { border-color: #fff; color: #fff; gap: 10px; }

  /* WHY CHOOSE */
  .n1-why-left h3 { font-family: 'VAG Rounded Next','Glory',sans-serif; font-size: 26px; font-weight: 700; color: #2E2B2B; margin-bottom: 16px; }
  .n1-why-left p { font-family: 'Poppins',sans-serif; font-size: 15px; line-height: 28px; color: #444; margin-bottom: 14px; }
  .n1-checklist { list-style: none; padding: 0; margin: 0; }
  .n1-checklist li {
    font-family: 'Poppins', sans-serif; font-size: 15px; color: #444;
    line-height: 1.6; padding: 7px 0 7px 28px; position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  .n1-checklist li::before { content: '✓'; position: absolute; left: 0; top: 7px; color: #F26F21; font-weight: 700; font-size: 14px; }

  /* ---- OUR SPECIALTIES ---- */
  .n1-specialties-sec {
    background: #FEF5EF;
    padding: 70px 0 80px;
  }
  .n1-specialties-title {
    text-align: center;
    margin-bottom: 45px;
  }
  .n1-specialties-title h2 {
    margin-bottom: 12px;
  }
  .n1-specialties-title p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #555555;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.65;
  }
  .n1-specialty-card {
    background: #FAF8F7;
    border-radius: 22px;
    padding: 32px 32px 28px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform .25s ease, box-shadow .25s ease;
    border: 1px solid rgba(0,0,0,0.02);
  }
  .n1-specialty-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(242,111,33,0.06);
  }
  .n1-specialty-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    height: 135px;
    background: #F5EEEA;
    border-bottom-left-radius: 135px;
    pointer-events: none;
    z-index: 1;
  }
  .n1-specialty-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
  }
  .n1-specialty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .n1-specialty-header h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.3;
  }
  .n1-specialty-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    line-height: 25px;
    color: #555555;
    margin: 0;
    position: relative;
    z-index: 2;
  }

  /* ---- READY TO GIVE CTA BANNER ---- */
  .n1-ready-cta {
    background: #F26F21;
    padding: 65px 0 70px;
    text-align: center;
    position: relative;
  }
  .n1-ready-cta h2 {
    font-family: 'VAG Rounded Next', 'Glory', 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .n1-ready-cta p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 auto 28px;
    max-width: 700px;
  }
  .n1-ready-btn {
    background: #ffffff;
    color: #F26F21;
    font-family: 'Poppins', sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    padding: 13px 34px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
    transition: all .25s ease;
  }
  .n1-ready-btn:hover {
    background: #f7f7f7;
    color: #d8570e;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
  }

  /* OUR CAMBRIDGE CURRICULUM SECTION */
  .n1-curriculum-sec {
    background: #FEF5EF;
    padding: 70px 0 65px;
  }
  .n1-curr-sub {
    max-width: 780px;
    margin: 0 auto 36px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    line-height: 1.75;
    color: #666;
  }
  .n1-curriculum-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    margin-bottom: 32px;
  }
  .n1-curr-skill-card {
    background: #FFFFFF;
    border: 1px solid #F0DCD3;
    border-radius: 14px;
    padding: 22px 10px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 125px;
    transition: all .25s ease;
    box-shadow: 0 4px 12px rgba(242,111,33,0.04);
  }
  .n1-curr-skill-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(242,111,33,0.12);
    border-color: #F26F21;
  }
  .n1-curr-skill-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .n1-curr-skill-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #333333;
    line-height: 1.35;
    margin: 0;
  }
  .n1-curr-bottom-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    line-height: 1.7;
    color: #666;
  }

  /* OUR LEARNING PROGRAMMES SECTION */
  .n1-programmes-sec {
    background: #FFFFFF;
    padding: 75px 0 80px;
  }
  .n1-prog-card {
    background: #FFFFFF;
    border: 1px solid #ECE7E3;
    border-radius: 28px;
    padding: 38px 28px 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.03);
    transition: all .3s ease;
  }
  .n1-prog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(242,111,33,0.09);
    border-color: #E2D5CC;
  }
  .n1-prog-card.card-offset-down {
    margin-top: 35px;
  }
  .n1-prog-badge {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #FDEEE4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }
  .n1-prog-badge svg {
    transform: rotate(-10deg);
    transition: transform .3s ease;
  }
  .n1-prog-card:hover .n1-prog-badge svg {
    transform: rotate(0deg) scale(1.08);
  }
  .n1-prog-title {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 16px;
    line-height: 1.3;
    min-height: 52px;
  }
  .n1-prog-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 14px;
  }
  .n1-prog-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 22px;
    flex-grow: 1;
  }
  .n1-prog-pill {
    background: #FAF7F5;
    border-radius: 10px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #3A3533;
    line-height: 1.3;
  }
  .n1-prog-callout {
    background: #FDF1EB;
    border-radius: 14px;
    padding: 15px 18px;
    margin-bottom: 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #5A524D;
    line-height: 1.55;
  }
  .n1-prog-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #F26F21;
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 13px 22px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(242,111,33,0.3);
    transition: all .25s ease;
    margin-top: auto;
  }
  .n1-prog-btn:hover {
    background: #d8570e;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(242,111,33,0.4);
  }

  /* BULLET LIST */
  .n1-bullet-list { list-style: none; padding: 0; margin: 0; }
  .n1-bullet-list li { font-family: 'Poppins',sans-serif; font-size: 15px; color: #444; padding: 6px 0 6px 24px; position: relative; line-height: 1.6; }
  .n1-bullet-list li::before { content: ''; position: absolute; left: 0; top: 13px; width: 8px; height: 8px; background: #F26F21; border-radius: 50%; }

  /* CLUBS SECTION */
  .n1-clubs-sec {
    background: #F9F9F9;
    padding: 75px 0 80px;
  }
  .n1-clubs-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: #555;
    max-width: 900px;
    margin-bottom: 36px;
  }
  .n1-club-card {
    background: #FFF5F0;
    border-radius: 22px;
    padding: 24px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    transition: all .3s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.02);
  }
  .n1-club-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(242,111,33,0.1);
  }
  .n1-club-img-box {
    flex-shrink: 0;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .n1-club-img {
    max-width: 100%;
    max-height: 85px;
    object-fit: contain;
  }
  .n1-club-info {
    flex-grow: 1;
  }
  .n1-club-title {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .n1-club-title.title-titans {
    color: #B85D19;
  }
  .n1-club-title.title-knights {
    color: #1E6B37;
  }
  .n1-club-title.title-warriors {
    color: #A82222;
  }
  .n1-club-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #555;
    line-height: 1.55;
    margin: 0;
  }

  /* QUALITIES WE ENCOURAGE */
  .n1-qualities-box {
    background: #F3F3F4;
    border-radius: 20px;
    padding: 22px 24px 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .n1-qualities-label {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    color: #424444;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }
  .n1-qualities-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .n1-quality-pill {
    background: #FFFFFF;
    color: #F26F21;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    padding: 7px 22px;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    transition: all .25s ease;
  }
  .n1-quality-pill:hover {
    background: #F26F21;
    color: #FFFFFF;
    transform: translateY(-2px);
  }

  /* CLUBS CTA BUTTON */
  .n1-clubs-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F26F21;
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(242,111,33,0.3);
    transition: all .25s ease;
  }
  .n1-clubs-cta-btn:hover {
    background: #d8570e;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(242,111,33,0.4);
  }

  /* ACTIVITIES SECTION */
  .n1-activities-sec {
    background: #FEF5EF;
    padding: 75px 0 70px;
  }
  .n1-act-box {
    background: #F26F21;
    border-radius: 36px;
    padding: 44px 44px 34px;
    box-shadow: 0 12px 36px rgba(242, 111, 33, 0.22);
  }
  .n1-act-quote {
    border-left: 3px solid #FFFFFF;
    padding-left: 18px;
    margin-bottom: 34px;
  }
  .n1-act-quote p {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    max-width: 950px;
  }
  .n1-act-slider-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
  }
  .n1-act-slider-track {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 2px;
  }
  .n1-act-slider-track::-webkit-scrollbar {
    display: none;
  }
  .n1-act-card {
    flex: 0 0 calc(20% - 12px);
    min-width: 140px;
    scroll-snap-align: start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    padding: 24px 10px 20px;
    text-align: center;
    transition: all .25s ease;
    backdrop-filter: blur(4px);
    box-sizing: border-box;
  }
  .n1-act-card:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .n1-act-icon-circle {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }
  .n1-act-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
  }
  .n1-act-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .n1-act-nav-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    padding: 0;
  }
  .n1-act-nav-arrow:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #FFFFFF;
  }
  .n1-act-bottom-quote {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555555;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.65;
  }

  /* GALLERY MOSAIC */
  .n1-gallery-section {
    background: #FFFFFF;
    padding: 70px 0 80px;
  }
  .n1-gallery-header {
    text-align: center;
    max-width: 840px;
    margin: 0 auto 42px;
  }
  .n1-gallery-header h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 14px;
    line-height: 1.25;
  }
  .n1-gallery-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    color: #555555;
    line-height: 1.7;
    margin: 0;
  }
  .n1-gallery-mosaic {
    --gal-h: 130px;
    --gal-gap: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gal-gap);
    max-width: 820px;
    margin: 0 auto;
  }
  .n1-gal-col {
    display: flex;
    flex-direction: column;
    gap: var(--gal-gap);
  }
  .n1-gal-row-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gal-gap);
  }
  .n1-gal-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    transition: transform .3s ease, box-shadow .3s ease;
    background: #f4f4f4;
  }
  .n1-gal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  }
  .n1-gal-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
  }
  .n1-gal-card:hover img {
    transform: scale(1.03);
  }
  .n1-gal-card.h-tall {
    height: calc(2 * var(--gal-h) + var(--gal-gap));
  }
  .n1-gal-card.h-std {
    height: var(--gal-h);
  }
  .n1-gal-btn-wrap {
    text-align: center;
    margin-top: 36px;
  }
  .n1-gal-pill-btn {
    background: #F26F21;
    color: #FFFFFF !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 6px 18px rgba(242, 111, 33, 0.3);
    transition: all .25s ease;
  }
  .n1-gal-pill-btn:hover {
    background: #d8570e;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(242, 111, 33, 0.4);
  }

  /* SCHEDULE CAMPUS VISIT BANNER */
  .n1-visit-cta-sec {
    background: #F26F21;
    position: relative;
    overflow: hidden;
    padding: 50px 20px;
    text-align: center;
  }
  .n1-visit-cta-watermark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.16;
    pointer-events: none;
  }
  .n1-visit-cta-watermark.wm-left {
    left: 4%;
    width: 150px;
    height: 150px;
  }
  .n1-visit-cta-watermark.wm-right {
    right: 4%;
    width: 150px;
    height: 150px;
  }
  .n1-visit-cta-title {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 8px;
    line-height: 1.25;
  }
  .n1-visit-cta-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.94);
    margin-bottom: 24px;
    font-weight: 400;
  }
  .n1-visit-phone-btn {
    background: #FFFFFF;
    color: #F26F21 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: all .25s ease;
  }
  .n1-visit-phone-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    background: #FFF8F4;
  }

  /* OUR EVENTS & CELEBRATIONS */
  .n1-events-celebrations-sec {
    background: #FEF5EF;
    padding: 70px 0 80px;
  }
  .n1-events-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 38px;
  }
  .n1-events-header h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
  }
  .n1-events-header p.events-intro {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 14px;
  }
  .n1-events-header p.events-subhead {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #2E2B2B;
    margin: 0;
  }
  .n1-events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1140px;
    margin: 0 auto;
  }
  .n1-event-item-card {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .n1-event-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
  }
  .n1-event-icon-box {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    background: #FFECE2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .n1-event-content {
    flex: 1;
  }
  .n1-event-content h5 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 5px 0;
    line-height: 1.35;
  }
  .n1-event-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #555555;
    line-height: 1.55;
    margin: 0;
  }

  /* ══ LEARNING BEYOND TEXTBOOKS (Card with floating book badge) ══ */
  .n1-learn-beyond-sec {
    background: #FFFFFF;
    padding: 70px 0 50px;
  }
  .n1-learn-beyond-card {
    background: #FFFFFF;
    border: 1.5px solid #FFE4D4;
    border-radius: 28px;
    padding: 46px 40px 42px;
    position: relative;
    box-shadow: 0 10px 36px rgba(242, 111, 33, 0.05);
    max-width: 1040px;
    margin: 0 auto;
  }
  .n1-floating-book-badge {
    position: absolute;
    top: -24px;
    right: 36px;
    width: 52px;
    height: 52px;
    background: #F26F21;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(242, 111, 33, 0.35);
    z-index: 3;
  }
  .n1-floating-book-badge svg {
    width: 24px;
    height: 24px;
    stroke: #FFFFFF;
    fill: none;
    transform: rotate(18deg);
  }
  .n1-learn-beyond-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 30px;
  }
  .n1-learn-beyond-header h2 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 12px;
  }
  .n1-learn-beyond-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .n1-learn-beyond-sublabel {
    font-family: 'Poppins', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #F26F21;
    text-transform: uppercase;
    margin: 0;
  }
  .n1-learn-skills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .n1-learn-skill-card {
    background: #FFF3EB;
    border-radius: 14px;
    padding: 18px 22px;
    transition: all .25s ease;
  }
  .n1-learn-skill-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(242, 111, 33, 0.08);
  }
  .n1-learn-skill-title {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #1A1A1A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
  }
  .n1-learn-skill-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    color: #555555;
    line-height: 1.55;
    margin: 0;
    padding-left: 28px;
  }

  /* ══ SCHOOL ENVIRONMENT & WHY HARVEE (Slanted Card) ══ */
  .n1-env-choice-sec {
    background: #FEF5EF;
    padding: 60px 0 80px;
  }
  .n1-env-choice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: stretch;
    max-width: 1080px;
    margin: 0 auto;
  }
  /* Left Card: School Environment */
  .n1-env-card {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 38px 32px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .n1-env-card h3 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 14px;
    line-height: 1.3;
  }
  .n1-env-card p.env-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  .n1-env-sublabel {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #F26F21;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .n1-env-pills-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }
  .n1-env-pill {
    background: #F8F8F8;
    border-radius: 10px;
    padding: 10px 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 12.5px;
    font-weight: 500;
    color: #2E2B2B;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.35;
  }
  .n1-env-pill.full-width {
    grid-column: span 2;
  }
  .n1-env-pill svg {
    flex-shrink: 0;
  }
  .n1-env-bottom-box {
    background: #FFF3EB;
    border-radius: 14px;
    padding: 14px 18px;
    text-align: center;
  }
  .n1-env-bottom-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #555555;
    line-height: 1.55;
    margin: 0;
  }

  /* Right Card: Why Harvee (Slanted Card) */
  .n1-choice-slanted-card {
    background: #F26F21;
    border-radius: 28px;
    padding: 40px 34px;
    color: #FFFFFF;
    box-shadow: 0 14px 34px rgba(242, 111, 33, 0.28);
    transform: rotate(2.5deg);
    transition: transform .3s ease, box-shadow .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .n1-choice-slanted-card:hover {
    transform: rotate(1deg) translateY(-4px);
    box-shadow: 0 18px 42px rgba(242, 111, 33, 0.38);
  }
  .n1-choice-slanted-card h3 {
    font-family: 'VAG Rounded Next', 'Glory', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 14px;
    line-height: 1.3;
  }
  .n1-choice-slanted-card p.choice-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.65;
    margin-bottom: 14px;
  }
  .n1-choice-sublabel {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #FFE6D6;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .n1-choice-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .n1-choice-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
  }
  .n1-choice-list li svg {
    flex-shrink: 0;
  }
  .n1-choice-bottom-box {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 14px 18px;
    text-align: center;
    backdrop-filter: blur(4px);
  }
  .n1-choice-bottom-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
  }

  /* ══ EXPLORE THE HARVEE SCHOOL SECTION (Exact mockup match) ══ */
  .n1-explore-harvee-sec {
    padding: 70px 0;
    background: #FEECE1;
  }
  .n1-explore-card {
    background: #F26F21;
    border-radius: 40px;
    padding: 55px 60px 48px;
    text-align: center;
    box-shadow: 0 16px 40px rgba(242, 111, 33, 0.2);
    max-width: 1040px;
    margin: 0 auto;
  }
  .n1-explore-title {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 1.3;
  }
  .n1-explore-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.65;
    max-width: 820px;
    margin: 0 auto 28px;
  }
  .n1-explore-inner-box {
    background: #FCEADF;
    border-radius: 20px;
    padding: 24px 32px;
    max-width: 880px;
    margin: 0 auto 32px;
  }
  .n1-explore-inner-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 400;
    color: #4A3E39;
    line-height: 1.65;
    margin: 0;
    text-align: center;
  }
  .n1-explore-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .n1-explore-btn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .n1-explore-btn-white {
    background: #FFFFFF;
    color: #E86114;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    border: none;
    transition: all 0.25s ease;
  }
  .n1-explore-btn-white:hover {
    color: #C4500A;
    background: #FFF8F4;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  }
  .n1-explore-btn-outline {
    background: transparent;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    padding: 11px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
    transition: all 0.25s ease;
  }
  .n1-explore-btn-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
    transform: translateY(-2px);
  }

  /* FAQ */
  .n1-faq-sec { padding: 70px 0; }
  .n1-accordion .accordion-item { border: none; margin-bottom: 12px; border-radius: 12px !important; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,0.05); }
  .n1-accordion .accordion-button { background: #F26F21; color: #fff; font-family: 'Poppins',sans-serif; font-size: 16px; font-weight: 700; padding: 18px 24px; border: none; box-shadow: none; }
  .n1-accordion .accordion-button:not(.collapsed) { background: #D95A0E; color: #fff; }
  .n1-accordion .accordion-button::after { filter: brightness(0) invert(1); }
  .n1-accordion .accordion-body { background: #fff; color: #444; font-family: 'Poppins',sans-serif; font-size: 15px; line-height: 1.7; padding: 20px 24px; }

  @media (max-width: 991px) {
    .our-sketch { font-size: 38px; }
    .spec-rest { font-size: 26px; }
    .n1-sketch-title { font-size: 46px; }
    .n1-sub-title { font-size: 24px; }
    .n1-hero-btns { justify-content: flex-start; }
    .n1-why-card { padding: 32px 22px 30px; border-radius: 24px; }
    .n1-why-main-heading .why-sketch { font-size: 38px; }
    .n1-why-main-heading .why-rest { font-size: 24px; }
    .n1-gallery-mosaic { --gal-h: 110px; --gal-gap: 10px; max-width: 620px; }
    .n1-curriculum-grid { grid-template-columns: repeat(4, 1fr); }
    .n1-prog-card.card-offset-down { margin-top: 0; }
    .n1-act-card { flex: 0 0 calc(33.333% - 10px); min-width: 130px; }
    .n1-events-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .n1-visit-cta-watermark { display: none; }
    .n1-env-choice-grid { grid-template-columns: 1fr; gap: 40px; }
    .n1-choice-slanted-card { transform: rotate(0deg); }
    .n1-choice-slanted-card:hover { transform: translateY(-4px); }
  }
  @media (max-width: 575px) {
    .our-sketch { font-size: 30px; margin-right: 6px; }
    .spec-rest { font-size: 20px; }
    .n1-hero { padding: 25px 0 15px; }
    .n1-sketch-title { font-size: 36px; }
    .n1-sub-title { font-size: 20px; }
    .n1-hero-paras p { font-size: 13.5px; line-height: 23px; }
    .n1-btn-enquire, .n1-btn-visit { width: 100%; text-align: center; }
    .n1-center-title h2 { font-size: 26px; }
    .n1-gallery-header h2 { font-size: 24px; }
    .n1-gallery-mosaic { grid-template-columns: 1fr; --gal-h: 130px; --gal-gap: 10px; max-width: 100%; }
    .n1-gal-card.h-tall { height: 200px; }
    .n1-visit-cta-title { font-size: 24px; }
    .n1-visit-phone-btn { width: 100%; justify-content: center; }
    .n1-events-grid { grid-template-columns: 1fr; gap: 14px; }
    .n1-events-header h2 { font-size: 26px; }
    .n1-skills-grid { grid-template-columns: 1fr; }
    .n1-learn-beyond-card { padding: 32px 18px 24px; border-radius: 20px; }
    .n1-floating-book-badge { width: 44px; height: 44px; right: 20px; top: -18px; }
    .n1-learn-beyond-header h2 { font-size: 24px; }
    .n1-learn-skills-grid { grid-template-columns: 1fr; gap: 12px; }
    .n1-env-card { padding: 26px 18px; border-radius: 20px; }
    .n1-env-pills-grid { grid-template-columns: 1fr; }
    .n1-env-pill.full-width { grid-column: span 1; }
    .n1-choice-slanted-card { padding: 28px 20px; border-radius: 20px; transform: rotate(0deg); }
    .n1-ready-cta { padding: 48px 0 52px; }
    .n1-ready-cta h2 { font-size: 25px; line-height: 1.3; }
    .n1-ready-cta p { font-size: 14px; margin-bottom: 22px; }
    .n1-curriculum-grid { grid-template-columns: repeat(2, 1fr); }
    .n1-prog-card { padding: 28px 20px 24px; border-radius: 20px; }
    .n1-prog-title { min-height: auto; }
    .n1-club-card { padding: 18px 16px; gap: 14px; }
    .n1-club-img-box { width: 68px; }
    .n1-club-img { max-height: 70px; }
    .n1-qualities-box { padding: 18px 14px; border-radius: 16px; }
    .n1-quality-pill { font-size: 11.5px; padding: 6px 16px; }
    .n1-clubs-cta-btn { width: 100%; justify-content: center; }
    .n1-act-box { padding: 28px 18px 24px; border-radius: 22px; }
    .n1-act-card { flex: 0 0 calc(50% - 8px); min-width: 120px; padding: 18px 8px 16px; border-radius: 16px; }
    .n1-act-icon-circle { width: 40px; height: 40px; margin-bottom: 10px; }
    .n1-act-label { font-size: 11.5px; }
    .n1-explore-harvee-sec { padding: 45px 0; }
    .n1-explore-card { padding: 35px 20px 30px; border-radius: 26px; }
    .n1-explore-title { font-size: 24px; }
    .n1-explore-subtitle { font-size: 14px; margin-bottom: 20px; }
    .n1-explore-inner-box { padding: 18px 18px; border-radius: 16px; margin-bottom: 24px; }
    .n1-explore-inner-box p { font-size: 13.5px; }
    .n1-explore-btn-row { flex-direction: column; width: 100%; gap: 12px; }
    .n1-explore-btn-white, .n1-explore-btn-outline { width: 100%; max-width: 300px; }
  }
