/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* ============================================================
 * DU HỌC HÈ SINGAPORE 2026 — HERO + LỊCH TRÌNH
 * Scope: .le-hero-sg + .le-schedule-sg (chỉ ảnh hưởng 2 section)
 * Refactored: native Flatsome shortcodes; pure CSS for timeline dots,
 *             tab icons (no inline HTML in [tab title])
 * ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

.le-hero-sg, .le-schedule-sg {
    --le-primary: #1e5bb9;
    --le-primary-dark: #1a3d7c;
    --le-surface: #f5faff;
    --le-ink: #151d21;
    --le-ink-muted: #64748b;
    --le-line: rgba(196, 198, 210, 0.5);
}
.le-hero-sg { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; }
.le-schedule-sg { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }

/* ============================================================
 * HERO — .le-hero-sg
 * ============================================================ */
.le-hero-sg { overflow: hidden; }

/* Tag pill */
.le-hero-sg .le-tag-pill {
    display: inline-block;
    padding: 8px 16px;
    background: #fff3e6;
    border: 1px solid #ffddbb;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #c2510f;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3;
}
.le-hero-sg .le-tag-pill p { margin: 0; color: inherit; font-size: inherit; }

.le-hero-sg .le-hero-title h1 {
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 0 0 20px;
}

.le-hero-sg .le-hero-desc {
    color: #475569;
    font-size: 18px;
    line-height: 1.6;
    max-width: 560px;
    margin-bottom: 28px;
}
.le-hero-sg .le-hero-desc p { margin: 0; }

/* Skills row */
.le-hero-sg .le-skills-row { margin-bottom: 32px !important; }
.le-hero-sg .le-skill.button {
    margin: 0 !important;
    padding: 8px 0!important;
    min-height: auto !important;
    line-height: 1.3 !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.le-skills-row >.col {
    padding: 0 4px 19.6px;
}
.le-hero-sg .le-skill:not(.le-skill-active).button {
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
    color: #334155 !important;
}
.le-hero-sg .le-skill-active.button {
    background: var(--le-primary) !important;
    border: 1px solid var(--le-primary) !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(30, 91, 185, 0.25) !important;
}

/* Proof row */
.le-hero-sg .le-proof-row { margin-bottom: 32px !important; align-items: center; }
.le-hero-sg .le-proof-students { border-right: 1px solid #e2e8f0; }
.le-hero-sg .le-proof-text { color: #334155; font-size: 14px; margin: 8px 0 0 !important; }
.le-hero-sg .le-proof-text p { margin: 0; }
.le-hero-sg .le-proof-text strong { font-weight: 700; color: #0f172a; font-size: 15px; }
.le-hero-sg .le-avatars {
    display: inline-flex; flex-direction: row; align-items: center;
    line-height: 0; font-size: 0;
}
.le-hero-sg .le-avatars > br { display: none; }
.le-hero-sg .le-avatars img {
    width: 40px; height: 40px; border-radius: 50%;
    border: 2px solid #fff; object-fit: cover;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
    display: inline-block; margin-left: -10px; vertical-align: middle;
}
.le-hero-sg .le-avatars img:first-of-type { margin-left: 0; }
.le-hero-sg .le-partners-label {
    font-size: 11px; font-weight: 700;
    color: #94a3b8; letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 8px !important;
    width: 100%;
}
.le-hero-sg .le-partners-label p { margin: 0; color: inherit; font-size: inherit; font-weight: inherit; }
.le-hero-sg .le-proof-partners { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.le-hero-sg .le-partner-img {
    flex: 0 0 auto;
    width: auto !important;
    max-width: 90px;
    margin: 0 !important;
}
.le-hero-sg .le-partner-img .img-inner { padding-bottom: 0 !important; height: 44px; }
.le-hero-sg .le-partner-img img { height: 44px !important; width: auto !important; object-fit: contain; max-width: 90px; position: static !important; }

/* CTAs */
.le-hero-sg .le-hero-ctas { margin-bottom: 0 !important; }
.le-hero-sg .le-hero-ctas .button {
    margin: 0 !important;
    padding: 14px 22px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    border-radius: 999px !important;
    min-height: auto !important;
}
.le-hero-sg .le-cta-primary.button {
    background: var(--le-primary) !important;
    border-color: var(--le-primary) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(30, 91, 185, 0.28) !important;
}
.le-hero-sg .le-cta-primary.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(30, 91, 185, 0.36) !important; }
.le-hero-sg .le-cta-outline.button {
    background: transparent !important;
    border: 2px solid rgba(30, 91, 185, 0.25) !important;
    color: var(--le-primary) !important;
}
.le-hero-sg .le-cta-outline.button:hover { background: rgba(30, 91, 185, 0.06) !important; }

/* Right column — banner + form card */
.le-hero-sg .le-hero-banner {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}
.le-hero-sg .le-form-card {
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
    max-width: 420px;
    margin: 0 auto;
}
.le-hero-sg .le-form-title h3 { font-size: 22px; font-weight: 800; color: #0f172a; margin: 0 0 6px; }
.le-hero-sg .le-form-sub { color: #64748b; font-size: 13px; margin: 0 0 18px !important; }
.le-hero-sg .le-form-sub p { margin: 0; color: inherit; font-size: inherit; }
.le-hero-sg .le-form-card .wpcf7 form { margin: 0; }
.le-hero-sg .le-form-card .wpcf7 p { margin: 0 0 12px; }
.le-hero-sg .le-form-card .wpcf7 input[type="text"],
.le-hero-sg .le-form-card .wpcf7 input[type="email"],
.le-hero-sg .le-form-card .wpcf7 input[type="tel"],
.le-hero-sg .le-form-card .wpcf7 textarea {
    width: 100%; padding: 12px 16px;
    border: 1px solid #e2e8f0; border-radius: 12px;
    font-size: 14px; color: #0f172a; background: #fff;
    box-shadow: none; height: auto; margin: 0;
}
.le-hero-sg .le-form-card .wpcf7 input:focus,
.le-hero-sg .le-form-card .wpcf7 textarea:focus {
    border-color: var(--le-primary);
    box-shadow: 0 0 0 3px rgba(30, 91, 185, 0.15);
    outline: none;
}
.le-hero-sg .le-form-card .wpcf7 input[type="submit"] {
    width: 100%; padding: 14px 20px;
    background: var(--le-primary); color: #fff;
    font-weight: 700; font-size: 15px;
    border: none; border-radius: 12px;
    box-shadow: 0 10px 24px rgba(30, 91, 185, 0.28);
    cursor: pointer; transition: all 0.2s ease;
    letter-spacing: 0; text-transform: none;
    margin-top: 4px;
}
.le-hero-sg .le-form-card .wpcf7 input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(30, 91, 185, 0.36); }
.le-hero-sg .le-form-urgency { margin: 12px 0 8px !important; font-size: 13px; color: #334155; text-align: center; }
.le-hero-sg .le-form-urgency p { margin: 0; }
.le-hero-sg .le-form-urgency i { color: #f59e0b; margin-right: 4px; }
.le-hero-sg .le-form-urgency strong { color: #d97706; font-weight: 700; }
.le-hero-sg .le-zalo-link.button {
    color: #334155 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding-top: 10px !important;
    margin: 0 !important;
    border-top: 1px solid #f1f5f9;
    width: 100%;
    text-transform: none !important;
    letter-spacing: 0 !important;
    display: inline-flex !important;
    justify-content: center;
}
.le-hero-sg .le-zalo-link.button:hover { color: var(--le-primary) !important; }

/* Stats strip */
.le-hero-sg .le-stats-strip {
    margin-top: 48px !important;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border-radius: 20px;
    border-top: 1px solid rgba(226, 232, 240, 0.5);
}
.le-hero-sg .le-stats-strip > .col { border-right: 1px solid rgba(226, 232, 240, 0.5); }
.le-hero-sg .le-stats-strip > .col:last-child { border-right: none; }
.le-hero-sg .le-stat-ico {
    width: 48px; height: 48px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 18px;
    margin: 0 !important;
    line-height: 1 !important;
}
.le-hero-sg .le-stat-ico p { margin: 0; display: inline; }
.le-hero-sg .le-ico-blue { background: rgba(30, 91, 185, 0.1); color: var(--le-primary); }
.le-hero-sg .le-ico-indigo { background: rgba(99, 102, 241, 0.1); color: #4f46e5; }
.le-hero-sg .le-ico-emerald { background: rgba(16, 185, 129, 0.1); color: #059669; }
.le-hero-sg .le-ico-cyan { background: rgba(6, 182, 212, 0.1); color: #0891b2; }
.le-hero-sg .le-stat-num { font-size: 22px; font-weight: 800; color: #0f172a; margin: 0 !important; line-height: 1.1 !important; }
.le-hero-sg .le-stat-num p { margin: 0; color: inherit; font-size: inherit; font-weight: inherit; }
.le-hero-sg .le-stat-label { font-size: 13px; color: #64748b; font-weight: 500; margin: 2px 0 0 !important; line-height: 1.2 !important; }
.le-hero-sg .le-stat-label p { margin: 0; color: inherit; font-size: inherit; }

/* Hero — Tablet */
@media (max-width: 849px) {
    .le-hero-sg .le-hero-title h1 { font-size: 32px !important; }
    .le-hero-sg .le-hero-desc { font-size: 16px; }
    .le-hero-sg .le-hero-right-col { margin-top: 32px; }
    .le-hero-sg .le-hero-banner { border-radius: 20px; }
    .le-hero-sg .le-hero-ctas .col-inner,
    .le-hero-sg .le-hero-ctas .col {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .le-hero-sg .le-hero-ctas .col:first-child { margin-bottom: 10px; }
    .le-hero-sg .le-stats-strip { border-radius: 16px; }
    .le-hero-sg .le-stats-strip > .col:nth-child(2) { border-right: none; }
    .le-hero-sg .le-stats-strip > .col:nth-child(1),
    .le-hero-sg .le-stats-strip > .col:nth-child(2) {
        border-bottom: 1px solid rgba(226, 232, 240, 0.5);
    }
}

/* Hero — Mobile */
@media (max-width: 549px) {
	.le-hero-sg .le-skill.button {padding: 8px 22px !important}
    .le-hero-sg .le-hero-title h1 { font-size: 35px !important; }
    .le-hero-sg .le-hero-title h1 br { display: none; }
    .le-hero-sg .le-hero-desc { font-size: 15px; }
    .le-hero-sg .le-hero-banner { height: 600px; }
    .le-hero-sg .le-form-card { max-width: 340px; box-shadow: unset;}
    .le-hero-sg .le-form-title h3 { font-size: 19px; }
    .le-hero-sg .le-stat-num { font-size: 20px; }
    .le-hero-sg .le-stat-label { font-size: 12px; }
    .le-hero-sg .le-stat-ico { width: 40px; height: 40px; font-size: 16px; }
}

/* ============================================================
 * LỊCH TRÌNH — .le-schedule-sg
 * ============================================================ */
.le-schedule-sg { position: relative; }
.le-schedule-sg .le-anchor { display: block; position: absolute; top: -80px; visibility: hidden; }

.le-schedule-sg .le-sched-head h2 {
    font-size: 32px; font-weight: 800;
    color: var(--le-primary-dark);
    line-height: 1; letter-spacing: -0.02em;
    margin: 0 0 4px;
}
.le-schedule-sg .le-sched-head h3 {
    font-size: 24px; font-weight: 700;
    color: var(--le-primary);
    display: flex; align-items: center; gap: 16px;
    margin: 0;
}
.le-schedule-sg .le-head-rule {
    flex: 1; max-width: 120px;
    height: 2px;
    background: rgba(30, 91, 185, 0.3);
    display: block;
}

/* Tab group — vertical layout */
.le-schedule-sg .le-schedule-tabs {
    display: flex; flex-direction: row; gap: 28px;
    border: none; background: transparent;
}
.le-schedule-sg .le-schedule-tabs > .nav {
    flex: 0 0 30%; max-width: 30%;
    flex-direction: column;
    background: transparent; border: none;
    padding: 0; margin: 0;
    display: flex; gap: 2px;
}
.le-schedule-sg .le-schedule-tabs > .nav > li {
    width: 100%; margin: 0; float: none; list-style: none;
}
.le-schedule-sg .le-schedule-tabs > .nav > li > a {
    width: 100%;
    display: flex; align-items: center; gap: 14px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid rgba(196, 198, 210, 0.3);
    border-radius: 999px;
    color: var(--le-primary-dark);
    font-weight: 500; font-size: 16px;
    text-align: left; white-space: nowrap;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
    transition: all 0.2s ease;
    text-transform: none; letter-spacing: 0;
    justify-content: flex-start;
}
.le-schedule-sg .le-schedule-tabs > .nav > li > a:hover {
    background: #edf4fa;
    transform: translateX(2px);
}
.le-schedule-sg .le-schedule-tabs > .nav > li.active > a {
    background: var(--le-primary);
    border-color: var(--le-primary);
    color: #fff;
    box-shadow: 0 5px 5px rgba(30, 91, 185, 0.25);
}

/* FontAwesome tab icons (CSS-only — tab title stays pure text for editability) */
.le-schedule-sg .le-schedule-tabs > .nav > li > a::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    font-size: 16px;
    display: inline-block;
    width: 18px;
    text-align: center;
	opacity:1;
}
.le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(1) > a::before { content: "\f5af"; }
.le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(2) > a::before { content: "\f66f"; }
.le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(3) > a::before { content: "\f0eb"; }
.le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(4) > a::before { content: "\f130"; }
.le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(5) > a::before { content: "\f5ca"; }
.le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(6) > a::before { content: "\f135"; }
.le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(7) > a::before { content: "\f5b0"; }

.le-schedule-sg .le-schedule-tabs > .tab-panels {
    flex: 1;
    background: transparent;
    padding: 0; border: none; margin: 0;
}
.le-schedule-sg .le-schedule-tabs > .tab-panels > .panel { padding: 0; }

/* Day card */
.le-schedule-sg .le-day-card {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(196, 198, 210, 0.15);
    position: relative;
}

/* Day hero banner + badge/title/sub */
.le-schedule-sg .le-day-hero { position: relative; overflow: hidden; }
.le-schedule-sg .le-day-textbox .text-box-content { padding: 0 28px 16px 28px !important; }
.le-schedule-sg .le-day-badge.button {
    display: inline-block !important;
    background: var(--le-primary) !important;
    border: none !important;
    color: #fff !important;
    padding: 3px 10px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
    min-height: auto !important;
    margin: 0 0 4px !important;
    width: auto !important;
}
.le-schedule-sg .le-day-title { color: #fff !important; margin: 0 !important; line-height: 1 !important; }
.le-schedule-sg .le-day-title h3 {
    color: #fff !important;
    font-size: 24px; font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin: 0 0 2px;
}
.le-schedule-sg .le-day-sub {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 13px !important;
    font-weight: 500;
    margin: 0 !important;
    line-height: 1.3 !important;
}
.le-schedule-sg .le-day-sub p { color: inherit; font-size: inherit; margin: 0; }

/* Timeline slots (each slot = 1 [ux_text]) */
.le-schedule-sg .le-slot {
    position: relative;
    padding: 0 32px 28px 80px;
    margin: 0 !important;
}
.le-schedule-sg .le-slot-sang { padding-top: 32px; }
.le-schedule-sg .le-slot-last { padding-bottom: 32px; }

/* Dot marker on each slot */
.le-schedule-sg .le-slot::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 4px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--le-primary);
    box-shadow: 0 0 0 4px rgba(30, 91, 185, 0.2);
    transform: translateX(-50%);
    z-index: 2;
}
.le-schedule-sg .le-slot-sang::before { top: 36px; }

/* Connecting line between dots */
.le-schedule-sg .le-slot:not(.le-slot-last)::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 24px;
    height: 100%;
    width: 1px;
    background: rgba(196, 198, 210, 0.5);
    z-index: 1;
}
.le-schedule-sg .le-slot-sang:not(.le-slot-last)::after { top: 56px; height: calc(100% - 28px); }

/* Slot content */
.le-schedule-sg .le-slot .le-slot-head {
    display: flex; align-items: center; gap: 10px;
    margin: 0 0 6px;
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}
.le-schedule-sg .le-slot .le-slot-head strong {
    background: rgba(30, 91, 185, 0.1);
    color: var(--le-primary);
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.le-schedule-sg .le-slot h4 {
    color: var(--le-primary-dark);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.35;
}
.le-schedule-sg .le-slot p:not(.le-slot-head) {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}
/* Text outside p/h4 inside .le-slot ux_text — wrap as body copy */
.le-schedule-sg .le-slot .text-inner > *:last-child:not(h4):not(.le-slot-head) { color: #475569; font-size: 14px; line-height: 1.6; }

/* Schedule CTA footer */
.le-schedule-sg .le-sched-cta-row { margin-top: 32px !important; }
.le-schedule-sg .le-sched-cta {
    background: var(--le-primary-dark);
    border-radius: 20px;
    color: #fff;
    align-items: center;
}
.le-schedule-sg .le-cta-title { margin: 0 !important; }
.le-schedule-sg .le-cta-title h4 {
    color: #fff !important;
    font-size: 18px; font-weight: 700;
    margin: 0 0 2px;
}
.le-schedule-sg .le-cta-sub { color: rgba(255, 255, 255, 0.7) !important; font-size: 14px; margin: 0 !important; }
.le-schedule-sg .le-cta-sub p { color: inherit; font-size: inherit; margin: 0; }
.le-schedule-sg .le-cta-download.button {
    background: #fff !important;
    border: none !important;
    color: var(--le-primary-dark) !important;
    padding: 8px 28px !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    white-space: nowrap;
    margin: 0 !important;
    min-height: auto !important;
}
.le-schedule-sg .le-cta-download.button:hover {
    background: var(--le-primary) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Schedule — Tablet */
@media (max-width: 849px) {
    .le-schedule-sg .le-schedule-tabs { flex-direction: column; gap: 16px; }
    .le-schedule-sg .le-schedule-tabs > .nav {
        flex: 1; max-width: 100%;
        flex-direction: row;
        overflow-x: auto; overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
    }
    .le-schedule-sg .le-schedule-tabs > .nav::-webkit-scrollbar { display: none; }
    .le-schedule-sg .le-schedule-tabs > .nav > li { width: auto; flex-shrink: 0; scroll-snap-align: start; }
    .le-schedule-sg .le-schedule-tabs > .nav > li > a { padding: 12px 20px; font-size: 16px; }
    .le-schedule-sg .le-slot { padding: 0 20px 24px 60px; }
    .le-schedule-sg .le-slot-sang { padding-top: 24px; }
    .le-schedule-sg .le-slot-last { padding-bottom: 24px; }
    .le-schedule-sg .le-slot::before { left: 28px; }
    .le-schedule-sg .le-slot:not(.le-slot-last)::after { left: 28px; }
    .le-schedule-sg .le-day-title h3 { font-size: 20px; }
    .le-schedule-sg .le-day-textbox .text-box-content { padding: 0 20px 14px 20px !important; }
}

@media (max-width: 549px) {
    .le-schedule-sg .le-sched-head h2 { font-size: 30px; }
    .le-schedule-sg .le-sched-head h3 { font-size: 21px; }
    .le-schedule-sg .le-head-rule { max-width: 30%; }
    .le-schedule-sg .le-day-title h3 { font-size: 18px; }
    .le-schedule-sg .le-day-sub { font-size: 12px; }
    .le-schedule-sg .le-slot h4 { font-size: 15px; }
    .le-schedule-sg .le-slot p:not(.le-slot-head) { font-size: 13px; }
    .le-schedule-sg .le-sched-cta { text-align: center; }
}

/* Hide wpautop artifacts inside le- containers */
.le-hero-sg .le-tag-pill > br,
.le-hero-sg .le-skills-row > br,
.le-hero-sg .le-proof-row > br,
.le-hero-sg .le-hero-ctas > br,
.le-hero-sg .le-stats-strip > br,
.le-schedule-sg .le-day-textbox > br,
.le-schedule-sg .le-sched-cta > br,
.le-hero-sg p:empty,
.le-schedule-sg p:empty { display: none !important; }

/* ==== END — DU HỌC HÈ SINGAPORE 2026 ==== */

/* ============================================================
 * Page du-hoc-he-uc (ID 6742) — 14 tabs — FontAwesome icons
 * Scoped by body.page-id-6742 to not affect other pages
 * ============================================================ */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(1) > a::before { content: "\f5af"; } /* plane-arrival */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(2) > a::before { content: "\f0b1"; } /* briefcase */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(3) > a::before { content: "\f64f"; } /* city */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(4) > a::before { content: "\f1b0"; } /* paw */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(5) > a::before { content: "\f0ac"; } /* globe */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(6) > a::before { content: "\f5ca"; } /* umbrella-beach (Bondi) */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(7) > a::before { content: "\f0a1"; } /* bullhorn (marketing) */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(8) > a::before { content: "\f072"; } /* plane */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(9) > a::before { content: "\f0c0"; } /* users (leadership) */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(10) > a::before { content: "\f1ad"; } /* building (city) */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(11) > a::before { content: "\f02d"; } /* book (heritage) */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(12) > a::before { content: "\f155"; } /* dollar-sign */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(13) > a::before { content: "\f091"; } /* trophy */
body.page-id-6742 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(14) > a::before { content: "\f5b0"; } /* plane-departure */

/* Also scope Singapore icons under its page-id so they don't bleed to Úc */
body.page-id-7080 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(1) > a::before { content: "\f5af"; }
body.page-id-7080 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(2) > a::before { content: "\f66f"; }
body.page-id-7080 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(3) > a::before { content: "\f0eb"; }
body.page-id-7080 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(4) > a::before { content: "\f130"; }
body.page-id-7080 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(5) > a::before { content: "\f5ca"; }
body.page-id-7080 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(6) > a::before { content: "\f135"; }
body.page-id-7080 .le-schedule-sg .le-schedule-tabs > .nav > li:nth-child(7) > a::before { content: "\f5b0"; }

/* ============================================================
 * Tab nav scroll — tránh tràn khi nhiều tab (VD Úc 14 ngày)
 * Scope: chỉ desktop (min-width: 850px) — mobile giữ horizontal scroll sẵn
 * Singapore 7 tab không đạt max-height → không scroll, không đổi gì
 * ============================================================ */
@media (min-width: 850px) {
    .le-schedule-sg .le-schedule-tabs > .nav {
        max-height: 700px;
        overflow-y: auto;
        padding-right: 6px;
        scrollbar-width: thin;
        scrollbar-color: rgba(30, 91, 185, 0.35) transparent;
        position: sticky;
        top: 80px;
        align-self: flex-start;
    }
    .le-schedule-sg .le-schedule-tabs > .nav::-webkit-scrollbar {
        width: 6px;
    }
    .le-schedule-sg .le-schedule-tabs > .nav::-webkit-scrollbar-track {
        background: transparent;
    }
    .le-schedule-sg .le-schedule-tabs > .nav::-webkit-scrollbar-thumb {
        background: rgba(30, 91, 185, 0.3);
        border-radius: 999px;
    }
    .le-schedule-sg .le-schedule-tabs > .nav::-webkit-scrollbar-thumb:hover {
        background: rgba(30, 91, 185, 0.5);
    }
    /* Reduce hover translate (không đẹp khi nav có scroll) */
    .le-schedule-sg .le-schedule-tabs > .nav > li > a:hover {
        transform: none;
    }
}

/* ============================================================
 * HERO FIX v2 — bám sát demo HTML, fix form spacing + title size
 * ============================================================ */

/* --- FORM: fix CF7 fields bị dính nhau --- */
.le-hero-sg .le-form-card .wpcf7 form { margin: 0 !important; }
.le-hero-sg .le-form-card .wpcf7 form > p { margin: 0 !important; }
.le-hero-sg .le-form-card .wpcf7 form > p > br { display: none !important; }
.le-hero-sg .le-form-card .wpcf7 form > p > .wpcf7-form-control-wrap {
    display: block !important;
    margin: 0 0 10px !important;
    width: 100%;
}
.le-hero-sg .le-form-card .wpcf7 form > p > .wpcf7-form-control-wrap:last-of-type {
    margin-bottom: 14px !important;
}
.le-hero-sg .le-form-card .wpcf7 form > p > input[type="submit"] {
    display: block;
    width: 100%;
    margin: 0 !important;
}
.le-hero-sg .le-form-card .wpcf7-spinner { display: none !important; }

/* --- FORM: input/textarea tighter + đẹp hơn --- */
.le-hero-sg .le-form-card .wpcf7 input[type="text"],
.le-hero-sg .le-form-card .wpcf7 input[type="email"],
.le-hero-sg .le-form-card .wpcf7 input[type="tel"] {
    padding: 11px 14px !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* --- FORM: text "15 phụ huynh" rõ hơn (không mờ) --- */
.le-hero-sg .le-form-urgency {
    font-size: 14px !important;
    color: #0f172a !important;
    font-weight: 500 !important;
    margin: 10px 0 6px !important;
}
.le-hero-sg .le-form-urgency strong {
    color: #ea580c !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}
.le-hero-sg .le-form-urgency i {
    color: #f59e0b !important;
    margin-right: 6px !important;
}

/* --- FORM: Zalo link rõ hơn --- */
.le-hero-sg .le-zalo-link.button {
    color: #0f172a !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    padding: 10px 0 0 !important;
}

/* --- TITLE: ép font-size bám demo (48px lg / 36px md / 26-30px sm) --- */
.le-hero-sg .le-hero-title h1 {
    font-size: 48px !important;
    line-height: 1.1 !important;
    letter-spacing: -0.025em !important;
}
.le-hero-sg .le-hero-title {
    margin-bottom: 16px !important;
}

/* --- SECTION: Hero fit one screen desktop --- */
@media (min-width: 1024px) {
    .le-hero-sg { padding-top: 48px !important; padding-bottom: 48px !important; }
    .le-hero-sg .le-hero-title h1 { font-size: 48px !important; }
    .le-hero-sg .le-hero-desc { font-size: 16px; line-height: 1.55; margin-bottom: 20px; }
    .le-hero-sg .le-skills-row { margin-bottom: 20px !important; }
    .le-hero-sg .le-proof-row { margin-bottom: 20px !important; }
    .le-hero-sg .le-hero-banner { height: 600px; }
    .le-hero-sg .le-stats-strip { margin-top: 32px !important; }
}

/* --- TABLET: title 36px --- */
@media (max-width: 1023px) and (min-width: 550px) {
    .le-hero-sg .le-hero-title h1 { font-size: 36px !important; }
	.le-hero-sg .le-skill.button {padding: 8px 18px !important;}
}

/* --- MOBILE: title 28px + compact form --- */
@media (max-width: 549px) {
    .le-hero-sg .le-hero-title h1 { font-size: 36px !important; line-height: 1.15 !important; }
    .le-hero-sg .le-hero-desc { font-size: 15px; }
    .le-hero-sg .le-form-card { max-width: 320px; }
    .le-hero-sg .le-form-title h3 { font-size: 24px; }
    .le-hero-sg .le-form-sub { font-size: 12px; margin-bottom: 14px !important; }
    .le-hero-sg .le-form-card .wpcf7 input[type="text"],
    .le-hero-sg .le-form-card .wpcf7 input[type="email"],
    .le-hero-sg .le-form-card .wpcf7 input[type="tel"] {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
    .le-hero-sg .le-form-card .wpcf7 form > p > .wpcf7-form-control-wrap { margin-bottom: 8px !important; }
    .le-hero-sg .le-form-card .wpcf7 input[type="submit"] { padding: 12px !important; font-size: 14px !important; }
}
