
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');



/* =========================================================
   GAIVO — MAIN STYLESHEET
   Organized version
   Note: Layout, colors and responsive behavior are preserved.
   ========================================================= */


/* =========================================================
   1. GLOBAL / BASE
   ========================================================= */

html,
body {
    width: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #333;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 12px;
}


/* =========================================================
   2. HEADER
   ========================================================= */

.header {
    background: #1E3A68;
    text-align: left;
}

.header .container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0 18px;
}

.header-links {
    margin-top: 6px;
    text-align: left;
}

.header-links a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 4px 0;
}

.header-links a:hover {
    text-decoration: underline;
}

.site-title {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.1;
    color: #FAFAFA;
}

.site-title img {
    height: auto;
    width: 50px;
}

.bucket-nav {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}


@media (min-width: 769px) {
    .bucket-nav {
        transform: translateY(25px);
    }
}

.bucket-nav a {
    text-decoration: none;
    color: #FAFAFA;
    font-size: 15px;
}

.bucket-nav a:hover {
    text-decoration: none;
    color: #000;
}


/* =========================================================
   3. NAVIGATION / MENU
   ========================================================= */

.navbar {
    width: 100%;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.nav-links {
    display: flex;
    gap: 15px;
}

.nav-links a {
    text-decoration: none !important;
    color: #222 !important;
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 10px 14px;
    border-radius: 6px;
    transition: all 0.25s ease;
    cursor: pointer;
}

.nav-links a:hover {
    color: #1E3A8A !important;
}

.menu-toggle {
    display: none;
    font-size: 30px;
    color: #1E3A8A;
    cursor: pointer;
    margin-left: 25px;
}

.close-menu {
    display: none;
}

.overlay {
    display: none;
}


/* =========================================================
   4. MAIN CONTENT / TYPOGRAPHY
   ========================================================= */

.main {
    max-width: 1100px;
    margin: 20px auto;
    padding: 60px;
    background-color: #FAFAFA;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    text-align: left;
    animation: fadeIn 0.5s ease-in;
}

h1 {
    text-align: center;
}

h2 {
    clear: both;
    font-size: 22px;
    font-weight: 600;
    margin-top: 45px;
    margin-bottom: 15px;
    color: #111;
    letter-spacing: 0.3px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.main h2:first-of-type {
    border-top: none;
    padding-top: 0;
}

h2,
.career-header h2,
.section-heading {
    color: #1E293B !important;
    font-weight: 700 !important;
}

h3 {
    margin-top: 40px;
    margin-bottom: 30px;
}

ul {
    line-height: 1.8;
    padding-left: 20px;
}

ul li {
    margin-bottom: 8px;
    color: #444;
}


/* =========================================================
   5. HOME PAGE / HERO
   ========================================================= */

.home-page .main {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}


.home-page .logo {
    font-size: 42px;
    color: #1557B0;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.5px;
}



.home-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    text-align: center;
}

.hero-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #1a3c6e;
}

.hero-subtitle {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: #555;
}

.start-button {
    display: inline-block;
    background-color: #1a3c6e;
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.start-button:hover {
    background-color: #16335c;
    transform: translateY(-2px);
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 60px 40px;
    margin-top: 30px;
    min-height: 80vh;
    background: #18316F;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.hero-text {
    max-width: 400px;
    animation: fadeUp 1s ease forwards;
}

.hero-text h1 {
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 50px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.12);
}

.hero-text h2 {
    font-size: 26px;
    color: #cbd5f5;
    margin-bottom: 10px;
}

.hero-text p {
    font-size: 18px;
    color: #E8EEF8;
    line-height: 1.7;
    margin: 16px auto 28px;
    max-width: 700px;
    word-spacing: 1px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.hero-text button {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    padding: 9px 10px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
    transition: all 0.25s ease;
    font-family: 'Poppins', sans-serif;
}

.hero-text button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.4);
}

.hero-text button:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-text button::after {
    content: " →";
    margin-left: 8px;
    animation: arrowBlink 1.2s infinite;
}

.hero-text button:hover::after {
    margin-left: 5px;
}

.hero {
    width: 280px;
    height: 498px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background: white;
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1.2s ease forwards;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.hero::before {
    content: "";
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.4), transparent);
    filter: blur(60px);
}


/* =========================================================
   6. COURSE BOXES / COURSE LISTS
   ========================================================= */

.courses-container {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
    align-items: flex-start;
}

.course-box {
    flex: 0 0 calc(50% - 25px);
    border: 1px solid #bbb;
    padding: 12px 15px;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: normal;
    max-width: 500px;
}

.course-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.course-box:active {
    transform: translateY(-2px);
}

.course-box p {
    margin: 5px 0;
    line-height: 1.7;
}

.course-box > p {
    margin-bottom: 25px;
}

.course-box p strong {
    display: inline-block;
    margin-top: 6px;
}

.course-box ul {
    margin: 12px 0 16px 20px;
}

.course-box li {
    margin: 6px 0;
}

.course-box h3 {
    margin-bottom: 14px;
    font-size: 18px;
}

.course-list {
    margin-top: 5px;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.course-list li {
    margin-bottom: 6px;
    font-weight: 600;
    color: #1a4fa3;
    margin-left: 0;
    padding-left: 0;
    text-indent: 0;
}

.courses-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.courses-list .career-card {
    width: 300px;
}

.mini-course-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.mini-course {
    min-width: 0;
    padding: 15px;
    border-radius: 10px;
    background: #f5f5f5;
    border: 1px solid #333;
}

.course-title {
    color: #1a4fa3;
    font-weight: 600;
}


/* =========================================================
   7. CAREER CARDS / ROLE CARDS
   ========================================================= */

.career-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 20px auto;
}

#career-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.career-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 20px;
    border: 2px solid #eef2f7;
    border-radius: 16px;
    text-decoration: none;
    color: #333;
    background: white;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.career-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.career-card strong {
    margin-bottom: 3px;
}

.career-card span {
    margin-top: 0;
    font-size: 18px;
    color: #666;
}

.career-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.career-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.career-card a {
    color: #2a6df4;
    text-decoration: none;
    font-weight: 500;
}

.career-icon {
    font-size: 22px;
    margin-right: 8px;
}


/* =========================================================
   8. CAREER HEADER / ACTIONS
   ========================================================= */

.career-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 20px;
    gap: 12px;
    flex-wrap: nowrap;
}

.career-header h2 {
    flex: 1;
    min-width: 0;
}

.career-action {
    flex-shrink: 0;
}

.career-header h2 {
    font-size: 30px;
}

.career-title {
    margin: 0;
}

.career-actions {
    display: flex;
    gap: 20px;
    font-weight: 500;
    cursor: pointer;
}

.career-actions button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

.career-actions button:focus {
    outline: none;
}

.career-actions button:hover {
    text-decoration: underline;
}

.career-action button {
    margin-left: 10px;
    padding: 6px 12px;
    border: 1px solid #D1DDD4;
    background: #3B82F6 !important;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.career-action button:hover {
    background: #f1f5f9;
}

.share-button {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 10px;
    border: 1px solid #D1DDD4;
    background: #EFF6FF;
    border-radius: 50% !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.share-button .share-icon {
    color: #ffffff;
}

.back-button {
    background-color: #3B82F6;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
}

.back-button:hover {
    background-color: #3730A3;
}

.choose-text {
    font-size: 0.7em;
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
}


/* =========================================================
   9. ROLE / CAREER SECTIONS
   ========================================================= */

.career-roles {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.career-roles h2 {
    margin-bottom: 5px;
}

.subtitle {
    color: #666;
    margin-bottom: 20px;
}

.role-section {
    margin-bottom: 30px;
}

.section-header h3 {
    margin-bottom: 15px;
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.card-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.card-container::-webkit-scrollbar {
    height: 4px;
}

.card-container::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
}

.role-card {
    min-width: 300px;
    flex: 0 0 250px;
    background: #E7E0D2;
    border-radius: 16px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid #eef2f7;
    scroll-snap-align: start;
    cursor: pointer;
    overflow: hidden;
}

.role-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border: 1px solid #e0e0e0;
}

.role-card:active {
    transform: scale(0.97);
}

.role-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.role-card h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.role-card h4 {
    margin: 5px 0;
}

.role-card p {
    margin-bottom: 0;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.role-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.role-card:hover img {
    transform: scale(1.05);
}

.icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.path {
    font-size: 13px;
    color: #4CAF50;
    margin-bottom: 5px;
}

.desc {
    font-size: 13px;
    color: #0d47a1;
    line-height: 1.5;
    word-wrap: break-word;
}

.beginner h3 {
    color: #2ecc71;
}

.mid h3 {
    color: #3498db;
}

.advanced h3 {
    color: #9b59b6;
}

.try-yourself .role-card .desc,
.career-roles .role-card .desc {
    /* Mobile overrides are below. */
}


/* =========================================================
   10. IMAGES / CARD CONTENT
   ========================================================= */

.career-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
}

.card-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.card-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.card-content {
    padding: 8px 12px;
}

.card-content h3 {
    margin: 4px 0 6px;
    font-size: 18px;
}

.card-content p {
    font-size: 14px;
    color: #666;
    display: none;
}

.overlay-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    z-index: 2;
    text-align: center;
    width: 90%;
}


/* =========================================================
   11. SUBJECTS / EDUCATION
   ========================================================= */

.subject-section {
    padding: 50px 20px;
    text-align: left;
    max-width: 1100px;
    margin: auto;
}

.section-heading {
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: left;
    color: #1E293B;
}

.category-heading {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #2c3e50;
}

.subjects-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    max-width: 1000px;
    margin: 0 auto;
}

.subject-card {
    display: block;
    padding: 10px 16px;
    background: white;
    color: #334155 !important;
    border-radius: 10px;
    border: 1px solid #333;
    border-left: 5px solid #7C3AED;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500 !important;
    transition: 0.2s;
    width: auto;
    min-width: 150px;
    text-align: center;
    text-decoration: none;
}

.subject-card:hover {
    background: #f5f7ff;
    transform: translateY(-2px);
}

.subject-bg {
    background: #C3D2C3;
    padding: 30px 20px;
    width: 100%;
}

.subject-inner,
.education-inner {
    max-width: 1100px;
    margin: auto;
}

.education-bg {
    background: #F8FAFC;
    padding: 20px;
    width: 100%;
}

.education-bg .subject-card,
.subject-bg .subject-card {
    color: #334155 !important;
    font-weight: 600 !important;
}


/* =========================================================
   12. HOME BUCKETS / SELF DISCOVERY
   ========================================================= */

.home-buckets {
    padding: 40px 60px;
    background: #F8FAFC;
}

.home-buckets .section-heading {
    margin-bottom: 28px;
}

.home-buckets .role-grid {
    justify-content: center;
    gap: 35px;
}

.self-discovery-section {
    padding: 60px;
    background: #C3D2C3;
}

.notion-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.notion-card {
    background: white;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    text-align: left;
    width: 450px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border: 2px solid #e6d5b8;
}

.notion-card:hover {
    transform: translateY(-5px);
    border-color: #333;
}

.notion-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.notion-card h3 {
    margin: 5px 0;
    font-size: 16px;
}

.notion-card p {
    font-size: 14px;
    color: #666;
}


/* =========================================================
   13. FEATURE CARDS
   ========================================================= */

.feature-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -10px;
    align-items: stretch;
}

.feature-card {
    background: white;
    border-radius: 18px;
    padding: 10px 20px 20px;
    width: 220px;
    height: 180px;
    border: 2px solid #efe4d6;
    border-top: 4px solid #3b82f6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    position: relative;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 32px;
    margin-bottom: 6px;
}

.feature-card h3 {
    font-size: 22px;
    margin: 0 0 12px;
    color: #222;
}

.feature-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.feature-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    color: #3b82f6;
    font-weight: 900;
    animation: arrowBounce 1.5s infinite;
}

.feature-card:hover .feature-arrow {
    transform: translateX(5px);
}

.feature-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.view-subjects-btn {
    display: table;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
    margin: 60px auto 20px;
    animation: subjectGlow 2.5s infinite;
}


/* =========================================================
   14. INFORMATION BOXES / NOTES
   ========================================================= */

.important-note {
    border-left: 4px solid #007BFF;
    background: #f4f8ff;
    padding: 15px;
    margin-top: 30px;
}

.important-box {
    background: #D1DDD4;
    padding: 18px 22px;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

.important-box ul {
    margin: 0;
    padding-left: 20px;
}

.info-box {
    background: #f9fbfc;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 25px;
    border: 1px solid #333;
}

.highlight-main {
    color: #0d47a1;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
}

.highlight-text {
    font-size: 18px;
    color: #121212;
    background: #D1DDD4;
    padding: 14px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin: 10px auto 25px;
    text-align: center;
    max-width: 700px;
    font-weight: 600;
}

.lavender-section {
    background: #f5f3ff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 25px;
}

.tip-box {
    background: #f6f9ff;
    border: 1px solid #dbe4ff;
    border-left: 5px solid #4a6cf7;
    padding: 18px 20px;
    border-radius: 8px;
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.tip-box strong {
    word-spacing: 3px;
}

.section-intro {
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-intro {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
}

.tap-note {
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    margin: 8px 0 20px;
}


/* =========================================================
   15. TRY YOURSELF / REFLECTION
   ========================================================= */

.try-now-card {
    background: #f8fbff;
    border: 1px solid #e3efff;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
}

.try-description {
    margin-bottom: 20px;
}

.try-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    margin-bottom: 25px;
    padding: 14px 18px;
    background-color: #f4f9f4;
    border-radius: 8px;
    font-size: 15px;
}

.step::before {
    content: none;
}

.step-number {
    background: #2d7ff9;
    color: white;
    font-weight: bold;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.try-result {
    margin-top: 20px;
    font-weight: 500;
}

.try-yourself {
    background: #f9fbff;
    border: 1px solid #e3e8f5;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
}

.try-yourself h2 {
    margin-top: 0;
    font-size: 22px;
}

.try-yourself ul {
    margin-top: 10px;
    padding-left: 20px;
}

.try-yourself li {
    margin-bottom: 8px;
}

.self-check {
    background: #D1DDD4;
    border: 1px solid #e3e8f5;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
}

.self-check h2 {
    margin-top: 0;
    font-size: 22px;
}

.self-check ul {
    margin-top: 10px;
    padding-left: 20px;
}

.self-check li {
    margin-bottom: 8px;
}

.yes-btn,
.no-btn {
    padding: 6px 12px;
    margin-right: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.yes-active {
    background: green;
    color: white;
}

.no-active {
    background: red;
    color: white;
}

#reflection-result {
    margin-top: 20px;
    padding: 15px;
    background: #e8f7ee;
    border-left: 4px solid #2e8b57;
    border-radius: 6px;
    font-weight: 500;
}

.reflection-question p {
    line-height: 1.75;
    word-spacing: 2px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}


/* =========================================================
   16. SELECTION / PATH / STEPS
   ========================================================= */

.selection-steps {
    position: relative;
    margin: 25px 0;
    padding-left: 30px;
}

.selection-steps::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #2e7d32;
}

.selection-steps .step {
    margin-bottom: 25px;
}

.design-path {
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.path-step {
    background: #f5f8ff;
    padding: 14px 18px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 16px;
    color: #333;
    border-left: 4px solid #4a90e2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.path-step:first-child {
    /* Keeps the current path-step styling while avoiding duplicate declarations. */
}

.path-arrow {
    text-align: center;
    font-size: 20px;
    color: #888;
    margin: 6px 0;
}

.step-title {
    color: #1e88e5;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.steps-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    padding: 10px;
    scrollbar-width: none;
}

.steps-container::-webkit-scrollbar {
    display: none;
}

.step-card {
    width: 220px;
    flex: 0 0 auto;
    background: #f5f6f8;
    border-radius: 16px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    border: 2px solid #d1d5db;
}

.step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.step-header {
    color: white;
    padding: 8px;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.step-icon {
    font-size: 30px;
    margin: 10px 0;
}

.step-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.step1 { background: #0ea5e9; }
.step2 { background: #f97316; }
.step3 { background: #3b82f6; }
.step4 { background: #8b5cf6; }
.step5 { background: #22c55e; }
.step6 { background: #14b8a6; }
.step7 { background: #ef4444; }
.step8 { background: #6366f1; }
.step9 { background: #eab308; }
.step10 { background: #f97316; }


/* =========================================================
   17. ACCORDION
   ========================================================= */

.accordion-content {
    display: none;
}

.accordion-header {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    padding: 12px 16px;
    margin: 12px 0;
    border-radius: 14px;
    border: 1px solid rgba(51, 51, 51, 0.4);
    background: #f9fafb;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header:focus,
.accordion-header:active {
    outline: none;
    color: #111;
}

.accordion-header:hover {
    border-radius: 12px;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.accordion-header:active {
    opacity: 0.7;
}

.blue {
    border-left: 3px solid #4a7cff;
    background: #e8f2ff;
    color: #333;
}

.green {
    border-left: 3px solid #10b981;
    background: #FAFAFA;
    color: #333;
}

.orange {
    border-left: 6px solid #f59e0b;
    border-right: 6px solid #f59e0b;
    border-top: 0.5px solid #f59e0b;
    border-bottom: 0.5px solid #f59e0b;
    background: #FAFAFA;
    color: #333;
}

.red {
    border-left: 6px solid #ef4444;
    border-right: 6px solid #ef4444;
    border-top: 0.5px solid #ef4444;
    border-bottom: 0.5px solid #ef4444;
    background: #FAFAFA;
    color: #333;
}

.lavender {
    border-left: 6px solid #7C3AED;
    border-right: 6px solid #7C3AED;
    border-top: 0.5px solid #7C3AED;
    border-bottom: 0.5px solid #7C3AED;
    background: #FAFAFA;
    color: #333;
}

.grey {
    border-left: 3px solid #9ca3af;
    background: #e5e7eb;
    color: #333;
}

.pink {
    border-left: 3px solid #ec4899;
    background: #fce7f3;
    color: #333;
}

.brown {
    border-left: 3px solid #a47148;
    background: #f3e5d8;
    color: #5a3e2b;
}

.olive {
    border-left: 6px solid #A8D66D;
    border-right: 6px solid #A8D66D;
    border-top: 0.5px solid #A8D66D;
    border-bottom: 0.5px solid #A8D66D;
    background: #FAFAFA;
    color: #333;
}

.beige {
    border-left: 3px solid #c8a97e;
    background: #f7efe5;
    color: #333;
}

.peach {
    border-left: 3px solid #ffb38a;
    background: #fff2eb;
    color: #333;
}

.teal {
    border-left: 6px solid #14b8a6;
    border-right: 6px solid #14b8a6;
    border-top: 0.5px solid #14b8a6;
    border-bottom: 0.5px solid #14b8a6;
    background: #FAFAFA;
    color: #333;
}

.coral {
    border-left: 3px solid #fb7185;
    background: #fff1f2;
    color: #333;
}

.rose {
    border-left: 3px solid #e879f9;
    background: #fdf4ff;
    color: #333;
}


/* =========================================================
   18. EXAM SECTIONS
   ========================================================= */

.exam-card {
    background-color: #EBF2ED;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.exam-card h3 {
    margin-bottom: 12px;
    color: #1b5e20;
}

.exam-card p {
    margin: 8px 0;
    line-height: 1.6;
    color: #333;
}

.exam-box {
    display: inline-block;
    padding: 8px 16px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    background: #fafafa;
    font-size: 14px;
    box-sizing: border-box;
    
}

.exam-box:hover {
    background: #eef3ff;
    border-color: #4a7cff;
    color: #1a3fb4;
    transform: translateY(-1px);
}

.exam-note {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 15px;
}


.exam-content {
    background: #DEE8E0;
    border: 1px solid #e3e8f5;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
    max-width: 800px;
    font-weight: normal;
}

.exam-content h2 {
    margin-top: 0;
    font-size: 22px;
}

.exam-content ul {
    margin-top: 10px;
    padding-left: 20px;
}

.exam-content li {
    margin-bottom: 8px;
}

.exam-content p {
    line-height: 1.8;
}

.official-link {
    margin-top: 20px;
    font-size: 16px;
}

.official-link a {
    color: #2563EB;
    text-decoration: underline;
    font-weight: 600;
}

.official-link a:hover {
    text-decoration: underline;
}


/* =========================================================
   19. STORY SECTION
   ========================================================= */

.story-text {
    font-size: 17px;
    line-height: 2;
    font-style: italic;
    color: #444;
    margin: 30px auto;
    text-align: left;
    max-width: 750px;
    word-spacing: 2px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.story-list {
    padding-left: 20px;
    line-height: 1.8;
    flex: 1;
    color: #ffffff;
}

.story-list li {
    margin-bottom: 15px;
    color: #ffffff;
}

.story-card {
    padding: 30px;
    border-radius: 16px;
    margin: 20px 0;
    background: #1E3A8A;
}

.story-card.story-text {
    margin-top: 35px;
}

.side-img {
    display: block;
    width: 280px;
    max-width: 250px;
    margin: 20px auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


/* =========================================================
   20. COLLEGES
   ========================================================= */

.college-category {
    margin-bottom: 20px;
    min-width: 260px;
}

.college-category h4 {
    color: #082065;
}

.college-link {
    display: block;
    width: fit-content;
    padding: 8px 14px;
    margin: 6px;
    background: #FFFFFF;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    color: #333;
}

.college-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

.top-college-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    margin-top: 25px;
}

.top-college-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 35px 0 25px;
    color: #5A005A;
}

.courses-intro {
    display: block;
    margin: 12px 0 25px;
    font-size: 16px;
    color: #5A6472;
}


/* =========================================================
   21. SEARCH
   ========================================================= */


/* =========================================
   MODERN GAIVO SEARCH
   ========================================= */

.site-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 40%;
    max-width: 560px;
    height: 38px;
    margin: 28px auto;
    padding: 3px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dbe5f5;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.10);
}



.home-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 40%;
    max-width: 560px;
    height: 38px;
    margin: 28px auto;
    padding: 3px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dbe5f5;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.10);
}

/* Search input */

.site-search input {
    flex: 1;
    min-width: 0;
    width: auto;
    height: 100%;
    padding: 0 22px;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #172554;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-sizing: border-box;
}


.home-search input {
    flex: 1;
    min-width: 0;
    width: auto;
    height: 100%;
    padding: 0 22px;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #172554;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    box-sizing: border-box;
}

/* Placeholder */

.site-search input::placeholder {
    color: #8b96aa;
    opacity: 1;
}

.home-search input::placeholder {
    color: #8b96aa;
    opacity: 1;
}

/* Search button */

.site-search button {
    position: relative;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #2563EB;
    cursor: pointer;
    font-size: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}


.home-search button {
    position: relative;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #2563EB;
    cursor: pointer;
    font-size: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}



/* Magnifying glass icon */
.site-search button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.5 5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM15 15l5 5' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}


.home-search button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.5 5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11ZM15 15l5 5' fill='none' stroke='%23ffffff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}


/* Hover */

.site-search button:hover {
    background-color: #1D4ED8;
    transform: scale(1.04);
}

.home-search button:hover {
    background-color: #1D4ED8;
    transform: scale(1.04);
}

/* =========================================
   DESKTOP
   ========================================= */

@media (min-width: 769px) {

    .site-search {
        width: 25%;
        max-width: 450px;
        height: 36px;
        margin: 32px 30px 32px auto;
    }

.home-search {
    width: 25%;
    max-width: 450px;
    height: 36px;
    margin: 32px 30px 32px auto;
}

.home-search #careerSearch {
    border: none;
}

}


#careerSearch {
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
    background: white;
}

#suggestions {
    position: absolute;
    top: 100%;
    left: auto;
    width: 250px;
    background: #ffffff;
    border: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 2px;
}

#suggestions div {
    padding: 10px 8px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

#suggestions div:hover {
    background: #f2f2f2;
}

#suggestions div:last-child {
    border-bottom: none;
}


/* =========================================================
   22. SUBJECT TAGS / SMALL ELEMENTS
   ========================================================= */

.subject-tags {
    margin-top: 10px;
}

.subject-tag {
    display: inline-block;
    background: #f2f2f2;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 20px;
    font-size: 14px;
}

.design-quote {
    font-size: 18px;
    font-style: italic;
    margin: 60px 0;
    color: #1a237e;
    text-align: center;
}


/* =========================================================
   23. FOOTER
   ========================================================= */

.footer {
    background: #183C32;
    color: white;
    margin-top: 30px;
    padding: 20px 20px 20px;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
}



.footer-left h3 {
    color: white;
    font-size: 28px;
    margin-bottom: 8px;
    margin-top: 40px;
    text-align: center;
}

.footer-left p {
    max-width: 350px;
    line-height: 1.7;
    color: #CBD5E1;
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    margin-right: 0;
    grid-column: 2;
}

.footer-links a {
    color: #FAFAFA;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.footer-links a:hover {
    color: #60a5fa;
    transform: translateX(4px);
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    
}

.footer-column a {
    color: #FAFAFA;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 8px;
    transition: 0.3s;
    text-align: center;
}

.footer-column a:hover {
    color: #60a5fa;
    transform: translateX(4px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 6px;
    text-align: center;
    font-size: 14px;
    color: #94A3B8;
}


/* =========================================================
   24. SCROLL TO TOP
   ========================================================= */

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #4a7cff;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/* =========================================================
   25. ANIMATIONS
   ========================================================= */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes arrowBlink {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0.3;
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes arrowBounce {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(6px);
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes subjectGlow {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes wordFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* =========================================================
   26. TABLET
   ========================================================= */

@media (max-width: 992px) {
    .course-box {
        flex: 1 1 calc(50% - 25px);
    }
}


/* =========================================================
   27. MOBILE — GENERAL
   ========================================================= */

@media (max-width: 768px) {

    body {
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }

    .main {
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        background-color: #FBFBFA;
    }

    h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    p {
        font-size: 16px;
        line-height: 1.6;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    /* Header */
    .header {
        padding: 8px 0;
    }

    .site-title {
        margin-bottom: 12px;
    }

    .site-title img {
        height: 48px;
    }

    /* Navigation */
    .menu-toggle {
        display: block;
    }

    .nav-container {
        padding: 15px 20px;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: auto;
        background: white;
        padding: 25px 20px 20px;
        gap: 10px;
        transform: translateX(-100%);
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
        z-index: 999;
        overflow: hidden;
    }

 .nav-links a {
    font-size: 18px;
    font-weight: 600;
    
}

    .nav-links.active {
        transform: translateX(0);
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 998;
    }

    .overlay.active {
        display: block;
    }

    .close-menu {
        display: block;
        font-size: 26px;
        font-weight: bold;
        cursor: pointer;
        padding: 10px 15px;
        line-height: 1;
    }

    /* Home */
.home-page .logo {
    font-size: 36px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.5px;
    color: #1557B0;
}

    /* Hero */
    .hero-section {
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        gap: 20px;
        height: auto;
        min-height: auto;
    }

    .hero {
        display: none;
    }

    .hero-text h1 {
        font-size: 40px;
    }

    .hero-text p {
        font-size: 16px;
        line-height: 1.7;
        margin: 14px 0 22px;
        max-width: 100%;
        letter-spacing: 0.3px;
        word-spacing: 1px;
        font-weight: 500;
        color: #E8EEF8;
    }

    .hero-text button {
        width: 100px;
    }

    /* Courses */
    .courses-container {
        flex-direction: column;
        gap: 15px;
    }

    .course-box {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .mini-course-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .mini-course {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0 auto;
        padding: 15px;
        box-sizing: border-box;
    }

    /* Search */
    .site-search {
        padding: 0 15px;
    }

    .site-search input {
        width: 100%;
    }

    .site-search button {
        padding: 0;
        font-size: 0;
    }

    .home-search input {
        width: 240px;
    }

    /* Subjects */
    .subject-card {
        min-width: 150px;
    }

    /* Career cards */
    .card-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .role-card {
        width: 90%;
        max-width: 90%;
        min-width: 0;
        flex: 0 1 auto;
        box-sizing: border-box;
    }

    .career-roles .role-card {
        width: 90%;
        max-width: 90%;
        min-width: 0;
        flex: 0 1 auto;
        box-sizing: border-box;
    }

    .career-roles .role-card h4,
    .career-roles .role-card p,
    .career-roles .role-card p.desc {
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    .career-roles .role-card p.desc,
    .try-yourself .role-card .desc {
        display: block !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset !important;
        overflow: visible !important;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

    /* Colleges */
    .top-college-grid {
        grid-template-columns: 1fr;
    }

    /* Accordion */
    .accordion-header {
        font-size: 18px;
        padding: 14px 16px;
        line-height: 1.4;
    }

    .accordion-content {
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Story */
    .story-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
    }

    .story-text p {
        width: 100%;
        font-size: 18px;
        line-height: 1.8;
    }

    .story-heading {
        font-size: 22px;
    }

    .side-img {
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0;
        display: block;
        border-radius: 16px;
    }

    .story-list {
        padding-left: 20px;
    }

    /* Footer */
    .self-discovery-section {
        padding: 40px 20px 20px;
    }

    .footer {
        padding: 8px 20px 10px;
    }

    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .footer-left {
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
    }

    .footer-left h3 {
        margin-top: 5px;
    }

    .footer-links {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
        gap: 50px;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .footer-column h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footer-column a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .footer-bottom {
        margin-top: 8px;
        padding-top: 4px;
        text-align: center;
    }

    /* Buttons */
    .back-button {
        padding: 4px 8px;
        font-size: 9px;
        border-radius: 15px;
    }

    /* Career header */
    .career-header:has(.career-action) {
        flex-wrap: nowrap;
    }

    .career-header:has(.career-action) h1,
    .career-header:has(.career-action) h2 {
        flex: 1;
        min-width: 0;
        margin: 0;
        text-align: left;
    }

    .career-header:has(.career-action) .career-action {
        flex-shrink: 0;
        margin-left: 10px;
    }
}


/* =========================================================
   28. MOBILE — SMALL SCREENS
   ========================================================= */

@media screen and (max-width: 600px) {

    .card-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .role-card {
        width: 100%;
        box-sizing: border-box;
    }

    .top-college-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 768px) {

    .card-container {
        align-items: center;
    }

    .role-card {
        width: 90%;
        max-width: 90%;
        min-width: 0;
        flex: 0 1 auto;
        box-sizing: border-box;
    }
}


/* =========================================================
   29. DESKTOP-ONLY ADJUSTMENTS
   ========================================================= */

@media (min-width: 769px) {

    .header {
        padding: 5px 0;
    }

 
    .footer {
        padding-bottom: 10px;
    }

  .home-buckets .role-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.home-buckets .role-card {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}



}


@media (max-width: 768px) {

    .home-buckets {
        padding: 40px 20px;
    }

    .home-buckets .role-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .home-buckets .role-card {
        width: 90%;
        max-width: 90%;
        min-width: 0;
        box-sizing: border-box;
    }

}



@media (max-width: 768px) {
    .header .bucket-nav a {
        color: #FAFAFA !important;
    }
}


@media (min-width: 769px) {

    .role-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3px;
    }

    .role-grid .role-card {
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }

}




@media (max-width: 768px) {
    .role-grid {
        justify-items: center;
    }
}


@media (max-width: 768px) {

    .footer {
        padding: 20px 20px 12px !important;
    }

    .footer-container {
        gap: 8px !important;
    }

    .footer-left {
        margin: 0 !important;
    }

    .footer-left h3 {
        margin: 0 0 6px !important;
        line-height: 1.1 !important;
    }

    .footer-links {
        gap: 30px !important;
    }

    .footer-column h4 {
        margin: 0 0 6px !important;
    }

    .footer-column a {
        margin-bottom: 6px !important;
        line-height: 1.2 !important;
    }

    .footer-bottom {
        margin-top: 8px !important;
        padding-top: 6px !important;
    }
}


@media (max-width: 768px) {

    .footer-left h3 {
        font-size: 25px !important;
    }

    .footer-left p {
        font-size: 16px !important;
        margin: 0 !important;
        line-height: 1.3 !important;
    }

    .footer-column h4 {
        font-size: 16px !important;
    }

    .footer-column a {
        font-size: 15px !important;
        margin-bottom: 5px !important;
    }

    .footer-bottom {
        margin-top: 5px !important;
        padding-top: 5px !important;
    }

    .footer-bottom p {
        margin: 0 !important;
        font-size: 14px !important;
    }
}


@media (max-width: 768px) {

.site-search {
    width: 50%;
    max-width: 420px;
    height: 34px;
    margin: 20px 5px 20px auto;
    padding: 3px;
    box-sizing: border-box;

}


.site-search input {
    font-size: 12px;
    border: none;
    outline: none;
    box-shadow: none;
}

.site-search button {
    width: 30px;
    height: 30px;
    font-size: 0;
}

#suggestions {
    right: 0;
    left: auto;
}


    .home-search {
        width: 82%;
        max-width: none;
        height: 48px;
        margin: 24px auto;
        padding: 5px;
        border-radius: 32px;
        box-sizing: border-box;
    }

    .home-search input {
        flex: 1;
        min-width: 0;
        width: auto;
        height: 100%;
        padding: 0 16px;
        font-size: 15px;
        box-sizing: border-box;
    }

    .home-search button {
        flex-shrink: 0;
        width: 28px;
        height: 28px;
        margin: 0;
    }

    .home-search button::before {
        width: 13px;
        height: 13px;
        left: 11px;
        top: 10px;
        border-width: 2.5px;
    }

    .home-search button::after {
        width: 8px;
        height: 2px;
        left: 23px;
        top: 22px;
    }

}


.logo-green {
    color: #1FA84A;
}


/* HEADER NAVIGATION - POINTER FIX */


/* Desktop only */
@media (min-width: 769px) {
    .header {
        position: relative;
        z-index: 1000;
    }

    .bucket-nav,
    .nav-links {
        position: relative;
        z-index: 1001;
    }

    .bucket-nav a,
    .nav-links a {
        cursor: pointer;
    }
}



@media (min-width: 769px) {
    .site-search input {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }
}


/* MOBILE FIXES */
@media (max-width: 768px) {

    .site-search input {
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        appearance: none;
        -webkit-appearance: none;
    }
     .home-search {
        height: 40px;
}

}




