*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, sans-serif;
    background:#f4f7fb;
    color:#222;
    font-size:18px;
    line-height:1.7;
}

html{
    scroll-behavior:smooth;
}

#dashboard-section{
    scroll-margin-top:30px;
}

/* =========================================================
   HERO SECTION
========================================================= */

.hero {

    position: relative;

    min-height: 90vh;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.65)
        ),
        url("HOF.png");

    background-size: cover;
    background-position: center;

    color: white;

    overflow: hidden;
}


/* Hero overlay */

.hero::after {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    backdrop-filter: blur(1px);

    z-index: 1;

    pointer-events: none;
}



/* =========================================================
   HERO NAVIGATION
========================================================= */

.navbar {

    position: relative;

    z-index: 100;

    display: flex;

    justify-content: space-between;
    align-items: center;

    padding: 18px 6%;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}



/* =========================================================
   RESEARCH HUB BUTTON
========================================================= */

.research-nav-btn {

    display: inline-block;

    padding: 15px 34px;

    background: #1b82e4;

    color: white;

    text-decoration: none;

    font-weight: 600;

    font-size: 22px;

    border-radius: 40px;

    transition: 0.3s;

    z-index: 101;
}


.research-nav-btn:hover {

    background: #156cc0;

    transform: translateY(-3px);
}



/* =========================================================
   NEO BRAND
========================================================= */

.brand {

    display: flex;

    align-items: center;

    gap: 18px;

    flex: 1;

    justify-content: center;

    margin-left: 80px;
}



/* =========================================================
   NEO LOGO
========================================================= */

.brand img {

    width: 78px;
    height: 78px;

    object-fit: cover;

    border-radius: 50%;

    cursor: pointer;

    transition: 0.35s ease;

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.25);
}


.brand img:hover {

    transform: scale(1.10);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.35);
}



/* =========================================================
   LOGO TEXT
========================================================= */

.logo-text {

    font-size: 32px;

    font-weight: 700;

    color: white;

    letter-spacing: 0.5px;

    white-space: nowrap;
}



/* =========================================================
   ABOUT NEO BUTTON
========================================================= */

.about-nav-btn {

    color: white;

    text-decoration: none;

    font-size: 22px;

    font-weight: 600;

    padding: 12px 24px;

    border: 2px solid rgba(255, 255, 255, 0.8);

    border-radius: 35px;

    transition: 0.3s;

    z-index: 101;
}


.about-nav-btn:hover {

    background: white;

    color: #0d355d;
}



/* =========================================================
   HERO CONTENT
========================================================= */

.hero-content {

    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    padding-top: 65px;

    padding-bottom: 45px;
}



/* =========================================================
   HERO TAGLINE
========================================================= */

.hero-content p {

    max-width: 850px;

    font-size: 26px;

    margin-top: 20px;

    margin-bottom: 0;

    line-height: 1.5;

    animation: fadeIn 2s ease;
}



/* =========================================================
   SEARCH SECTION
========================================================= */

.search-section {

    width: 100%;

    display: flex;

    justify-content: center;

    margin-top: 35px;

    margin-bottom: 25px;
}



/* Search wrapper */

.search-wrapper {

    position: relative;

    width: 88%;

    max-width: 750px;
}



/* Search icon */

.search-icon {

    position: absolute;

    left: 20px;

    top: 50%;

    transform: translateY(-50%);

    font-size: 20px;

    z-index: 2;

    pointer-events: none;
}



/* Search input */

.search-box {

    width: 100%;

    height: 48px;

    box-sizing: border-box;

    padding: 10px 20px 10px 52px;

    border: 2px solid rgba(255, 255, 255, 0.85);

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.96);

    color: #003366;

    font-size: 16px;

    outline: none;

    transition: 0.3s ease;
}



/* Search placeholder */

.search-box::placeholder {

    color: #687887;

    opacity: 1;
}



/* Search focus */

.search-box:focus {

    border-color: #1b82e4;

    box-shadow:
        0 0 18px rgba(27, 130, 228, 0.35);
}



/* =========================================================
   EXPLORE DATA BUTTON
========================================================= */

.hero-button {

    margin: 10px 0 25px;

    display: flex;

    justify-content: center;
    align-items: center;
}


.cta-button {

    display: inline-block;

    background: #0077cc;

    color: white;

    padding: 16px 34px;

    border-radius: 40px;

    text-decoration: none;

    font-weight: 600;

    transition: 0.3s;
}


.cta-button:hover {

    background: #005fa3;

    transform: translateY(-3px);
}



/* =========================================================
   SOCIAL ICONS
========================================================= */

.social-icons {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    margin-top: 10px;

    margin-bottom: 5px;
}


.social-icons a {

    text-decoration: none;

    color: white;

    width: 55px;

    height: 55px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    border: 2px solid white;

    border-radius: 50%;

    margin: 8px;

    font-size: 24px;

    transition: 0.3s;
}


.social-icons a:hover {

    background: white;

    color: #003366;

    transform: translateY(-5px);
}



/* =========================================================
   OPPORTUNITIES BUTTON
========================================================= */

.opportunities-button {

    display: flex;

    justify-content: center;
    align-items: center;

    margin-top: 28px;

    margin-bottom: 5px;
}


.opportunities-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 13px 28px;

    background: #ffffff;

    color: #003366;

    border: 2px solid rgba(255, 255, 255, 0.9);

    border-radius: 35px;

    text-decoration: none;

    font-size: 17px;

    font-weight: 700;

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.20);

    transition: 0.3s ease;
}


.opportunities-btn:hover {

    background: #1476c6;

    color: white;

    border-color: #1476c6;

    transform: translateY(-3px);

    box-shadow:
        0 9px 22px rgba(0, 0, 0, 0.25);
}



/* =========================================================
   HERO ANIMATION
========================================================= */

@keyframes fadeIn {

    from {

        opacity: 0;

        transform: translateY(20px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}

/* =========================================================
   MAIN WEBSITE CONTAINER
========================================================= */

.container {
    width: 92%;
    max-width: 1200px;

    margin: -55px auto 0;

    position: relative;
    z-index: 5;
}


/* =========================================================
   GENERAL WEBSITE CARDS
========================================================= */

.card {
    width: 100%;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e3eaf2;

    border-radius: 22px;

    padding: 45px;

    margin: 45px 0;

    box-shadow:
        0 8px 28px rgba(0, 51, 102, 0.07);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 35px rgba(0, 51, 102, 0.11);
}


.card h2 {
    text-align: center;

    margin: 0 0 35px;

    color: #003366;

    font-size: 34px;

    font-weight: 700;

    line-height: 1.3;
}


/* =========================================================
   FOCUS AREAS
========================================================= */

.focus-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;

    width: 100%;
}


/* Individual focus card */

.focus-card {

    position: relative;

    background: #f7faff;

    border: 1px solid #e1eaf3;

    border-radius: 18px;

    padding: 30px 25px;

    min-height: 190px;

    box-sizing: border-box;

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}


/* Focus card hover */

.focus-card:hover {

    transform: translateY(-6px);

    background: #ffffff;

    border-color: #cbddec;

    box-shadow:
        0 12px 28px rgba(0, 51, 102, 0.10);
}


/* Focus icons */

.focus-card i {

    display: flex;

    align-items: center;
    justify-content: center;

    width: 62px;
    height: 62px;

    margin-bottom: 18px;

    border-radius: 50%;

    background: #e8f3fc;

    color: #0077cc;

    font-size: 27px;

    transition: 0.25s ease;
}


.focus-card:hover i {

    background: #0077cc;

    color: #ffffff;

    transform: scale(1.05);
}


/* Focus heading */

.focus-card h3 {

    margin: 0 0 12px;

    color: #003366;

    font-size: 19px;

    font-weight: 700;

    line-height: 1.35;
}


/* Focus description */

.focus-card p {

    margin: 0;

    color: #5d6873;

    font-size: 15px;

    line-height: 1.65;

    max-width: 290px;
}


/* =========================================================
   NEWS SECTION
========================================================= */

.news-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 28px;

    width: 100%;
}


/* Individual news card */

.news-card {

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border: 1px solid #e1e8ef;

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 7px 22px rgba(0, 51, 102, 0.07);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* News hover */

.news-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 14px 32px rgba(0, 51, 102, 0.12);
}


/* News image */

.news-card img {

    display: block;

    width: 100%;

    height: 205px;

    object-fit: cover;

    transition:
        transform 0.35s ease;
}


/* Subtle image zoom */

.news-card:hover img {

    transform: scale(1.035);
}


/* News content */

.news-content {

    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 24px 23px 25px;
}


/* News title */

.news-content h3 {

    margin: 0 0 12px;

    color: #003366;

    font-size: 20px;

    font-weight: 700;

    line-height: 1.35;
}


/* News description */

.news-content p {

    margin: 0 0 22px;

    color: #5d6873;

    font-size: 15px;

    line-height: 1.65;

    flex: 1;
}


/* =========================================================
   NEWS BUTTON
========================================================= */

.news-btn {

    align-self: flex-start;

    background: #0077cc;

    color: #ffffff;

    border: none;

    padding: 10px 19px;

    border-radius: 25px;

    cursor: pointer;

    font-size: 14px;

    font-weight: 600;

    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.news-btn:hover {

    background: #005fa3;

    transform: translateY(-2px);

    box-shadow:
        0 6px 15px rgba(0, 119, 204, 0.20);
}


/* =========================================================
   SECTION BACKGROUND
========================================================= */

.section-grey {

    background: #f5f8fc;
}

/* ECONOMIC TICKER */

.ticker{

background:#002244;

color:white;

overflow:hidden;

white-space:nowrap;

padding:12px 0;

font-weight:bold;

position:relative;
}

.ticker-content{

display:inline-block;

padding-left:100%;

animation:ticker 25s linear infinite;
}

@keyframes ticker{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-100%);
}
}
    
/* FOOTER */

footer{
    background:#002244;
    color:white;

    text-align:center;

    padding:25px;

    margin-top:40px;
}
    
/* INFLATION DASHBOARD */

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

.kpi-card{

    background:white;

    border-radius:20px;

    padding:30px;

    text-align:center;

    transition:.35s;

    border:1px solid #eef2f7;

    box-shadow:
    0 10px 25px rgba(0,0,0,.06);

}
    
.kpi-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 18px 35px rgba(0,119,204,.18);

}
    
.kpi-card h3{
    color:#555;
    margin-bottom:15px;
}

.kpi-card h1{

    color:#0077cc;

    font-size:42px;

    margin-top:12px;

    margin-bottom:8px;

    font-weight:700;

}

.chart-container{
    position:relative;

    width:100%;
    height:420px;

    background:white;

    padding:30px;

    border-radius:20px;

    margin-top:40px;

    box-shadow:0 5px 20px rgba(0,0,0,0.08);

    overflow:hidden;
}

.chart-container canvas{
    display:block;

    width:100% !important;
    height:100% !important;
}

.dashboard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
    flex-wrap:wrap;
}

.dashboard-description{

    text-align:center;

    color:#666;

    font-size:18px;

    margin-bottom:35px;

}
    
.nav-btn{

    background:linear-gradient(
    135deg,
    #0077cc,
    #0055aa);

    color:white;

    border:none;

    padding:12px 28px;

    border-radius:50px;

    font-size:16px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

    box-shadow:
    0 8px 18px rgba(0,119,204,.25);

}

.nav-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 14px 28px rgba(0,119,204,.35);

}

.cost-table{

    width:100%;

    border-collapse:collapse;

    overflow:hidden;

    border-radius:18px;

    background:white;

    box-shadow:
    0 8px 20px rgba(0,0,0,.05);

}

.cost-table th,
.cost-table td{

    padding:15px;

    border-bottom:1px solid #ececec;

}

.cost-table th{

    background:#003366;

    color:white;

    padding:16px;

    font-size:17px;

}

.cost-table tr:hover{

    background:#f4f9ff;

}
    
/* MOBILE */

.research-nav-btn{

background:#1476c6;

color:white;

padding:12px 24px;

border-radius:30px;

text-decoration:none;

font-weight:bold;

transition:.3s;

}

.research-nav-btn:hover{

background:#0b5ea8;

transform:translateY(-2px);

}

.gallery-section{

    margin-top:50px;

    padding-top:30px;

    border-top:1px solid #ddd;

}

.gallery-section h2{

    margin-bottom:15px;

}

.gallery-section p{

    text-align:center;

    color:#666;

    margin-bottom:30px;

}

/* =========================================================
   ABOUT PAGE
========================================================= */


/* =========================================================
   PAGE HEADER
========================================================= */

.page-header {
    background: #0d355d;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.page-header h1 {
    margin: 0 0 15px;
    font-size: 42px;
    font-weight: 700;
}

.page-header p {
    margin: 0 auto 25px;
    font-size: 19px;
    opacity: .9;
}


/* =========================================================
   BACK BUTTON
========================================================= */

.back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 28px;

    background: #1476c6;
    color: white;

    text-decoration: none;

    border-radius: 30px;

    font-weight: 600;

    transition: .3s ease;
}

.back-btn:hover {
    background: #0b5ea8;
    transform: translateY(-2px);
}


/* =========================================================
   ABOUT MAIN SECTION
========================================================= */

#about-section {

    width: 100%;

    padding: 65px 20px 35px;

    background: #f5f8fc;

    box-sizing: border-box;
}


/* =========================================================
   ABOUT MAIN CARD
========================================================= */

.about-main-card {

    width: 92%;
    max-width: 1200px;

    margin: 0 auto;

    padding: 40px;

    background: #ffffff;

    border: 1px solid #dce5ee;

    border-radius: 22px;

    box-shadow:
        0 10px 30px rgba(0, 51, 102, .08);

    box-sizing: border-box;
}


/* =========================================================
   NEO STATISTICS
========================================================= */

.neo-stats {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 20px;

    margin-bottom: 50px;
}


.neo-stat {

    padding: 25px 20px;

    background: #f5f8fc;

    border: 1px solid #e1e9f1;

    border-radius: 16px;

    text-align: center;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.neo-stat:hover {

    transform: translateY(-4px);

    box-shadow:
        0 10px 25px rgba(0, 51, 102, .10);
}


.neo-stat-icon {

    display: block;

    margin-bottom: 8px;

    font-size: 25px;
}


.neo-stat h3 {

    margin: 0 0 5px;

    color: #1476c6;

    font-size: 38px;

    font-weight: 700;
}


.neo-stat p {

    margin: 0;

    color: #5d6873;

    font-size: 15px;

    font-weight: 600;
}


/* =========================================================
   ABOUT + FOUNDER LAYOUT
========================================================= */

.about-founder-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(320px, .8fr);

    gap: 45px;

    align-items: stretch;
}


/* =========================================================
   ABOUT TEXT
========================================================= */

.about-text {

    padding: 10px 5px;
}


.section-label {

    display: inline-block;

    margin-bottom: 10px;

    color: #1476c6;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.4px;
}


.about-text h2 {

    margin: 0 0 18px;

    color: #003366;

    font-size: 34px;

    line-height: 1.25;
}


.about-text > p {

    margin: 0;

    color: #4f5b66;

    font-size: 17px;

    line-height: 1.8;
}


.about-subsection {

    margin-top: 30px;

    padding-top: 25px;

    border-top: 1px solid #e3eaf1;
}


.about-subsection h3 {

    margin: 0 0 9px;

    color: #003366;

    font-size: 21px;
}


.about-subsection p {

    margin: 0;

    color: #5d6873;

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   FOUNDER CARD
========================================================= */

.founder-card {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 30px;

    background: #f5f8fc;

    border: 1px solid #dce5ee;

    border-radius: 20px;

    box-sizing: border-box;
}


.founder-photo {

    width: 100%;

    display: flex;

    justify-content: center;

    margin-bottom: 22px;
}


.founder-photo img {

    width: 220px;

    height: 220px;

    object-fit: cover;

    border-radius: 50%;

    border: 5px solid #1476c6;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .12);
}


.founder-details {

    text-align: center;
}


.founder-label {

    display: block;

    margin-bottom: 7px;

    color: #1476c6;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.founder-details h2 {

    margin: 0 0 8px;

    color: #003366;

    font-size: 25px;
}


.founder-role {

    margin: 0 0 18px;

    color: #1476c6;

    font-size: 15px;

    font-weight: 600;
}


.founder-description {

    margin: 0;

    color: #59636d;

    font-size: 15px;

    line-height: 1.7;
}


.founder-list {

    padding: 0;

    margin: 22px 0 0;

    list-style: none;

    text-align: left;
}


.founder-list li {

    padding: 7px 0;

    color: #59636d;

    font-size: 14px;

    border-bottom: 1px solid #e1e8ef;
}


.founder-list li:last-child {

    border-bottom: none;
}

.founder-list a {
    color: inherit;
    text-decoration: none;
}

.founder-list a:hover {
    color: #1476c6;
    text-decoration: underline;
}

/* =========================================================
   NEO GALLERY SECTION
========================================================= */

.neo-gallery-section {

    width: 100%;

    padding: 35px 20px 40px;

    background: #f5f8fc;

    box-sizing: border-box;
}


/* =========================================================
   GALLERY CARD
========================================================= */

.gallery-card {

    width: 92%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 40px;

    background: #ffffff;

    border: 1px solid #dce5ee;

    border-radius: 22px;

    box-shadow:
        0 10px 30px rgba(0, 51, 102, .08);

    box-sizing: border-box;

    text-align: center;
}


/* =========================================================
   GALLERY HEADER
========================================================= */

.gallery-header {

    max-width: 750px;

    margin: 0 auto 30px;
}


.gallery-header h2 {

    margin: 0 0 12px;

    color: #003366;

    font-size: 32px;
}


.gallery-header p {

    margin: 0;

    color: #5d6873;

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   GALLERY CONTAINER
========================================================= */

.gallery-container {

    display: grid;

    grid-template-columns: 60px minmax(0, 1fr) 60px;

    gap: 20px;

    align-items: center;

    max-width: 1000px;

    margin: 0 auto;
}


/* =========================================================
   GALLERY VIEWER
========================================================= */

.gallery-viewer {

    width: 100%;

    height: 420px;

    overflow: hidden;

    border-radius: 18px;

    background: #e9eff5;

    box-shadow:
        0 8px 25px rgba(0, 51, 102, .10);
}


.gallery-viewer img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: opacity .25s ease;
}


/* =========================================================
   GALLERY BUTTONS
========================================================= */

.gallery-btn {

    width: 52px;

    height: 52px;

    border: none;

    border-radius: 50%;

    background: #1476c6;

    color: white;

    font-size: 21px;

    cursor: pointer;

    box-shadow:
        0 7px 18px rgba(20, 118, 198, .22);

    transition:
        transform .25s ease,
        background .25s ease;
}


.gallery-btn:hover {

    background: #0b5ea8;

    transform: scale(1.06);
}


/* =========================================================
   GALLERY DESCRIPTION
========================================================= */

.gallery-description {

    max-width: 750px;

    margin: 25px auto 0;

    padding: 20px;

    background: #f5f8fc;

    border-radius: 15px;
}


.gallery-description h3 {

    margin: 0 0 7px;

    color: #003366;

    font-size: 20px;
}


.gallery-description p {

    margin: 0;

    color: #5d6873;

    font-size: 15px;

    line-height: 1.6;
}


.gallery-counter {

    margin: 18px 0 0;

    color: #1476c6;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================================
   MANAGEMENT SECTION
========================================================= */

#management-section {

    width: 100%;

    padding: 40px 20px 70px;

    background: #f5f8fc;

    box-sizing: border-box;
}


#boardManagement,
#executiveManagement {

    width: 100%;
}


/* =========================================================
   MANAGEMENT CARD
========================================================= */

.management-card {

    width: 92%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 40px;

    background: #ffffff;

    border: 1px solid #dce5ee;

    border-radius: 22px;

    box-shadow:
        0 10px 30px rgba(0, 51, 102, .08);

    box-sizing: border-box;
}


/* =========================================================
   MANAGEMENT HEADER
========================================================= */

.management-header {

    display: grid;

    grid-template-columns:
        1fr auto;

    gap: 30px;

    align-items: center;

    margin-bottom: 35px;
}


.management-header h2 {

    margin: 0 0 10px;

    color: #003366;

    font-size: 32px;
}


.management-header p {

    max-width: 700px;

    margin: 0;

    color: #5d6873;

    font-size: 16px;

    line-height: 1.6;
}


/* =========================================================
   MANAGEMENT NAVIGATION
========================================================= */

.management-nav-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-width: 130px;

    padding: 12px 20px;

    border: none;

    border-radius: 30px;

    background: #1476c6;

    color: white;

    font-size: 15px;

    font-weight: 600;

    cursor: pointer;

    transition: .25s ease;
}


.management-nav-btn:hover {

    background: #0b5ea8;

    transform: translateY(-2px);
}


/* =========================================================
   MANAGEMENT GRID
========================================================= */

.management-grid {

    width: 100%;

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 25px;
}


/* =========================================================
   MEMBER CARD
========================================================= */

.management-member {

    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dce5ee;

    border-radius: 18px;

    box-shadow:
        0 8px 22px rgba(0, 51, 102, .08);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.management-member:hover {

    transform: translateY(-5px);

    box-shadow:
        0 13px 30px rgba(0, 51, 102, .13);
}


/* =========================================================
   MEMBER PHOTO
========================================================= */

.member-photo {

    width: 100%;

    height: 260px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    background: #e9eff5;

    color: #657383;

    font-size: 17px;
}


.member-photo img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .3s ease;
}


.management-member:hover
.member-photo img {

    transform: scale(1.03);
}


/* =========================================================
   MEMBER INFORMATION
========================================================= */

.member-info {

    padding: 22px 20px 24px;

    text-align: center;

    background: #f8fafc;
}


.member-info h3 {

    margin: 0 0 7px;

    color: #003366;

    font-size: 20px;
}


.member-info p {

    margin: 0;

    color: #657383;

    font-size: 15px;

    font-weight: 500;
}


/* =========================================================
   FOOTER
========================================================= */

footer {

    padding: 35px 20px;

    background: #0d355d;

    color: white;

    text-align: center;

    line-height: 1.8;

    font-size: 14px;
}

/* =========================================================
   NEO RESEARCH HUB — MODERN STYLE
========================================================= */


/* =========================================================
   PAGE HEADER
========================================================= */

.page-header {
    background:
        linear-gradient(
            135deg,
            #062b52,
            #0d4f85,
            #1476c6
        );

    color: #ffffff;

    text-align: center;

    padding: 75px 20px 70px;

    position: relative;

    overflow: hidden;
}


/* Subtle decorative glow */

.page-header::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    right: -100px;
    top: -120px;

    background: rgba(255,255,255,.08);

    border-radius: 50%;
}


.page-header h1 {

    position: relative;
    z-index: 2;

    font-size: 44px;

    font-weight: 750;

    margin: 0 0 15px;

    line-height: 1.2;
}


.page-header p {

    position: relative;
    z-index: 2;

    max-width: 760px;

    margin: 0 auto 28px;

    font-size: 18px;

    line-height: 1.7;

    color: rgba(255,255,255,.92);
}


.back-btn {

    position: relative;
    z-index: 2;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 12px 28px;

    background: rgba(255,255,255,.12);

    border: 1px solid rgba(255,255,255,.35);

    color: #ffffff;

    text-decoration: none;

    border-radius: 30px;

    font-weight: 600;

    box-shadow:
        0 6px 18px rgba(0,0,0,.15);

    transition:
        .25s ease;
}


.back-btn:hover {

    background: #ffffff;

    color: #0d4f85;

    transform: translateY(-3px);

    box-shadow:
        0 8px 22px rgba(0,0,0,.22);
}


/* =========================================================
   RESEARCH SECTION
========================================================= */

.research-section {

    width: 92%;

    max-width: 1200px;

    margin: 75px auto;

    padding: 0 10px;
}


/* =========================================================
   MAIN SECTION TITLES
========================================================= */

.research-section > h2 {

    text-align: center;

    color: #003f73;

    font-size: 36px;

    font-weight: 750;

    margin: 0 0 38px;

    line-height: 1.25;

    position: relative;
}


/* Small blue underline */

.research-section > h2::after {

    content: "";

    display: block;

    width: 55px;
    height: 4px;

    margin: 14px auto 0;

    background: #1476c6;

    border-radius: 20px;
}


/* =========================================================
   GENERAL RESEARCH CARDS
========================================================= */

.research-card {

    background: #ffffff;

    padding: 32px;

    margin-bottom: 28px;

    border-radius: 20px;

    border: 1px solid #e1eaf2;

    box-shadow:
        0 8px 25px rgba(0, 61, 115, .07);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.research-card:hover {

    transform: translateY(-5px);

    border-color: #c8dced;

    box-shadow:
        0 15px 35px rgba(0, 88, 160, .13);
}


.research-card h3 {

    color: #003f73;

    font-size: 24px;

    margin: 0 0 12px;

    line-height: 1.3;
}


.research-card p {

    color: #596774;

    font-size: 16px;

    line-height: 1.7;

    margin: 0 0 22px;
}


/* =========================================================
   RESEARCH BUTTON
========================================================= */

.research-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 12px 25px;

    background: linear-gradient(
        135deg,
        #1476c6,
        #07599d
    );

    color: #ffffff;

    text-decoration: none;

    border-radius: 30px;

    font-size: 15px;

    font-weight: 650;

    box-shadow:
        0 6px 16px rgba(20,118,198,.25);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.research-btn:hover {

    background: linear-gradient(
        135deg,
        #0d67b0,
        #064b88
    );

    transform: translateY(-2px);

    box-shadow:
        0 9px 22px rgba(20,118,198,.35);
}


/* =========================================================
   CATEGORY GRID
========================================================= */

.category-grid {

    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(220px, 1fr));

    gap: 22px;

    margin-top: 20px;
}


.category-card {

    background: #ffffff;

    padding: 30px 25px;

    text-align: center;

    border-radius: 18px;

    border: 1px solid #e1eaf2;

    color: #003f73;

    font-size: 19px;

    font-weight: 650;

    box-shadow:
        0 7px 22px rgba(0,51,102,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease,
        color .3s ease;
}


.category-card:hover {

    background:
        linear-gradient(
            135deg,
            #0d5fa5,
            #1476c6
        );

    color: #ffffff;

    transform: translateY(-6px);

    box-shadow:
        0 12px 28px rgba(20,118,198,.25);
}


/* =========================================================
   LATEST PUBLICATIONS
========================================================= */

.publications-section {

    width: 100%;

    padding: 75px 20px 90px;

    background:
        linear-gradient(
            180deg,
            #f5f8fc,
            #eef5fb
        );
}


/* Container */

.publications-container {

    width: 92%;

    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================================
   PUBLICATIONS HEADER
========================================================= */

.publications-header {

    text-align: center;

    margin-bottom: 45px;
}


.publications-header h2 {

    margin: 0 0 12px;

    color: #003f73;

    font-size: 36px;

    font-weight: 750;
}


.publications-header h2::after {

    content: "";

    display: block;

    width: 55px;
    height: 4px;

    margin: 14px auto 0;

    background: #1476c6;

    border-radius: 20px;
}


.publications-header p {

    margin: 20px auto 0;

    max-width: 760px;

    color: #5d6975;

    font-size: 17px;

    line-height: 1.7;
}


/* =========================================================
   PUBLICATION CARD
========================================================= */

.publication-card {

    width: 100%;

    min-height: 300px;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 320px;

    background: #ffffff;

    border: 1px solid #dce7f1;

    border-radius: 20px;

    overflow: hidden;

    margin-bottom: 28px;

    box-shadow:
        0 8px 26px rgba(0,51,102,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.publication-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 16px 38px rgba(0,83,145,.14);
}


/* =========================================================
   PUBLICATION CONTENT
========================================================= */

.publication-content {

    padding: 35px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background: #ffffff;
}


.publication-icon {

    font-size: 27px;

    margin-bottom: 10px;
}


.publication-content h3 {

    margin: 0 0 13px;

    color: #003f73;

    font-size: 25px;

    line-height: 1.35;

    font-weight: 700;
}


.publication-description {

    margin: 0 0 20px;

    max-width: 700px;

    color: #596774;

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================================
   PUBLICATION DETAILS
========================================================= */

.publication-details {

    display: flex;

    flex-wrap: wrap;

    gap: 15px 28px;

    margin-bottom: 22px;
}


.publication-details p {

    margin: 0;

    color: #5d6873;

    font-size: 15px;
}


.publication-details strong {

    color: #003f73;
}


/* =========================================================
   PUBLICATION BUTTONS
========================================================= */

.publication-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}


.publication-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 125px;

    padding: 11px 19px;

    border-radius: 30px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 650;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.read-btn {

    background:
        linear-gradient(
            135deg,
            #003f73,
            #075fa5
        );

    color: #ffffff;

    box-shadow:
        0 6px 16px rgba(0,63,115,.22);
}


.read-btn:hover {

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 9px 22px rgba(0,63,115,.32);
}


.download-btn {

    background: #edf5fc;

    color: #003f73;

    border: 1px solid #c5d9ea;

    box-shadow:
        0 5px 14px rgba(20,118,198,.08);
}


.download-btn:hover {

    background: #1476c6;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(20,118,198,.25);
}


/* =========================================================
   PUBLICATION IMAGE
========================================================= */

.publication-image {

    width: 100%;

    min-height: 300px;

    background: #e8f0f7;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;
}


.publication-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .35s ease;
}


.publication-card:hover
.publication-image img {

    transform: scale(1.04);
}


.publication-image:empty::before {

    content: "Publication Image";

    color: #7a8794;

    font-size: 16px;
}


/* =========================================================
   DATA COLLECTION PORTAL
========================================================= */

.portal-intro {

    max-width: 850px;

    margin: 0 auto 40px;

    text-align: center;

    font-size: 18px;

    line-height: 1.8;

    color: #596774;
}


.portal-grid {

    display: grid;

    grid-template-columns:
        repeat(auto-fit, minmax(260px, 1fr));

    gap: 24px;
}


.portal-card {

    background: #ffffff;

    padding: 32px 28px;

    border-radius: 20px;

    border: 1px solid #e0e9f1;

    box-shadow:
        0 8px 24px rgba(0,51,102,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.portal-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 14px 32px rgba(0,83,145,.13);
}


/* =========================================================
   DOWNLOAD BUTTON
========================================================= */

.download-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-top: 20px;

    padding: 12px 27px;

    background:
        linear-gradient(
            135deg,
            #1476c6,
            #07599d
        );

    color: #ffffff;

    border-radius: 30px;

    text-decoration: none;

    font-weight: 650;

    box-shadow:
        0 6px 17px rgba(20,118,198,.25);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.download-btn:hover {

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 9px 22px rgba(20,118,198,.35);
}


/* =========================================================
   STATUS LABELS
========================================================= */

.status {

    display: inline-block;

    margin-top: 15px;

    padding: 8px 15px;

    border-radius: 20px;

    font-size: 14px;

    font-weight: 650;
}


.pending {

    background: #fff3cd;

    color: #856404;
}


.received {

    background: #d4edda;

    color: #155724;
}


.missing {

    background: #f8d7da;

    color: #721c24;
}


/* =========================================================
   UPLOAD COMPLETED SURVEY
========================================================= */

.upload-card {

    width: 100%;

    max-width: 900px;

    margin: 0 auto;

    padding: 45px 50px;

    background: #ffffff;

    border: 1px solid #dce7f1;

    border-radius: 20px;

    box-shadow:
        0 9px 28px rgba(0,51,102,.08);

    text-align: center;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.upload-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 15px 36px rgba(20,118,198,.14);
}


.upload-card h3 {

    margin: 0 0 18px;

    color: #003f73;

    font-size: 28px;

    font-weight: 700;

    line-height: 1.3;
}


.upload-card > p:first-of-type {

    max-width: 700px;

    margin: 0 auto 30px;

    color: #596774;

    font-size: 17px;

    line-height: 1.7;
}


.upload-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 14px 30px;

    background:
        linear-gradient(
            135deg,
            #003f73,
            #1476c6
        );

    color: #ffffff;

    text-decoration: none;

    border-radius: 30px;

    font-size: 16px;

    font-weight: 700;

    box-shadow:
        0 7px 18px rgba(20,118,198,.25);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.upload-btn:hover {

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(20,118,198,.35);
}


.upload-note {

    max-width: 650px;

    margin: 28px auto 0;

    padding-top: 20px;

    border-top: 1px solid #e2eaf1;

    color: #7a8794;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================================
   GUIDELINE CARD
========================================================= */

.guideline-card {

    background: #ffffff;

    padding: 35px;

    border: 1px solid #e0e9f1;

    border-radius: 20px;

    box-shadow:
        0 8px 25px rgba(0,51,102,.07);
}


.guideline-card ul {

    line-height: 2;

    font-size: 17px;

    padding-left: 22px;

    color: #596774;
}


/* =========================================================
   SUBMISSION PROGRESS
========================================================= */

.submission-progress {

    background: #ffffff;

    padding: 32px;

    border: 1px solid #dfe8f0;

    border-radius: 20px;

    box-shadow:
        0 8px 24px rgba(0,51,102,.07);

    margin-bottom: 40px;

    text-align: center;
}


.progress-bar {

    width: 100%;

    height: 18px;

    background: #e5edf4;

    border-radius: 30px;

    overflow: hidden;

    margin: 20px 0;
}


.progress-fill {

    height: 100%;

    width: 0%;

    background:
        linear-gradient(
            90deg,
            #1476c6,
            #28a745
        );

    transition: .6s;
}


.submission-progress p {

    font-size: 17px;

    font-weight: 650;

    color: #003f73;
}

/* ==========================================
INTERACTIVE NAMIBIA MAP
========================================== */

.map-wrapper{

display:flex;

flex-wrap:wrap;

justify-content:center;

align-items:flex-start;

gap:30px;

margin-top:35px;

}

#namibiaMap{

    width:100%;

    max-width:500px;

    height:auto;

    background:#f8f9fa;

    border-radius:20px;

    padding:15px;

    box-shadow:0 8px 25px rgba(0,0,0,0.08);

    pointer-events:auto;
}

.region{

    fill:#b0c4de;

    stroke:#ffffff;

    stroke-width:2;

    cursor:pointer;

    pointer-events:all;

    transition:
        fill 0.3s ease,
        transform 0.2s ease;
}

.region:hover{

    fill:#0077cc;

}

.region.active{

    fill:#003366;

    stroke:#ffcc00;

    stroke-width:4;

    filter:
        drop-shadow(0 0 8px rgba(0,0,0,.35));
}

.region-info{

background:white;

padding:25px;

border-radius:18px;

box-shadow:0 8px 20px rgba(0,0,0,0.08);

min-width:260px;

}

.region-info h3{

color:#003366;

margin-bottom:15px;

}

.region-info p{

margin:10px 0;

font-size:16px;

}

/* ==========================================
   NEO GALLERY - SEPARATE CARD
========================================== */

.gallery-section {

    width: 90%;
    max-width: 1200px;

    margin: 50px auto;

    padding: 45px 50px 50px;

    background: #ffffff;

    border-radius: 22px;

    box-shadow:
        0 10px 30px rgba(0,0,0,.08);

    text-align: center;

}


/* ==========================================
   GALLERY TITLE
========================================== */

.gallery-section h2 {

    color: #0d3b73;

    font-size: 36px;

    margin-bottom: 12px;

}


.gallery-section > p {

    color: #666;

    font-size: 18px;

    margin-bottom: 30px;

}


/* ==========================================
   GALLERY CONTAINER
========================================== */

.gallery-container {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 25px;

    width: 100%;

}


/* ==========================================
   GALLERY VIEWER
========================================== */

.gallery-viewer {

    width: 100%;

    max-width: 750px;

    height: 430px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f4f7fb;

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(0,0,0,.08);

}


/* ==========================================
   GALLERY IMAGE
========================================== */

.gallery-viewer img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: opacity .3s ease;

}


/* ==========================================
   GALLERY NAVIGATION BUTTONS
========================================== */

.gallery-btn {

    width: 55px;

    height: 55px;

    min-width: 55px;

    border: none;

    border-radius: 50%;

    background: #1476c6;

    color: white;

    font-size: 25px;

    font-weight: bold;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: .3s ease;

}


.gallery-btn:hover {

    background: #0b5ea8;

    transform: scale(1.08);

    box-shadow:
        0 8px 20px rgba(20,118,198,.30);

}


/* ==========================================
   GALLERY COUNTER
========================================== */

.gallery-counter {

    margin-top: 18px;

    color: #666;

    font-size: 15px;

    font-weight: 600;

}

.research-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.research-actions .research-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #1476c6;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: 0.3s ease;
}

.research-actions .research-btn:hover {
    background: #0b5ea8;
    transform: translateY(-2px);
}

.research-actions .download-btn {
    background: #003366;
}

.research-actions .download-btn:hover {
    background: #002244;
}

/* ==========================================
   MANAGEMENT MEMBER PHOTO & INFO FIX
========================================== */

/* Keep each management card clean */
#management-section .management-member {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.10);
    transition: 0.3s ease;
}

#management-section .management-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}


/* ==========================================
   PHOTO FRAME
========================================== */

#management-section .member-photo {
    width: 100%;
    height: 300px;

    background: #e8eef4;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* ==========================================
   MEMBER IMAGE
========================================== */

#management-section .member-photo img {
    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center;

    display: block;
}


/* ==========================================
   MEMBER INFORMATION
========================================== */

#management-section .member-info {
    background: #f8fbff;

    padding: 22px 20px 25px;

    text-align: center;

    border-top: 1px solid #e2e8f0;
}


/* MEMBER NAME */

#management-section .member-info h3 {
    margin: 0 0 8px;

    font-size: 22px;
    font-weight: 700;

    color: #003366;
}


/* MEMBER POSITION */

#management-section .member-info p {
    margin: 0;

    font-size: 17px;
    font-weight: 500;

    color: #59636d;
}

/* =========================================================
   NEO OPPORTUNITIES HUB
========================================================= */


/* =========================================================
   PAGE HEADER
========================================================= */

.opportunities-page-header {

    width: 100%;

    background:
        linear-gradient(
            135deg,
            #003366,
            #0d355d
        );

    color: white;

    text-align: center;

    padding: 70px 20px 75px;

}


.opportunities-header-content {

    max-width: 900px;

    margin: 0 auto;

}


.opportunities-header-icon {

    display: block;

    font-size: 45px;

    margin-bottom: 15px;

}


.opportunities-page-header h1 {

    margin: 0 0 15px;

    font-size: 44px;

    line-height: 1.2;

}


.opportunities-page-header p {

    max-width: 750px;

    margin: 0 auto 30px;

    font-size: 19px;

    line-height: 1.7;

    color: rgba(255,255,255,.92);

}


.opportunities-back-btn {

    display: inline-block;

    padding: 12px 28px;

    background: #1476c6;

    color: white;

    text-decoration: none;

    border-radius: 30px;

    font-weight: 700;

    transition: .3s;

}


.opportunities-back-btn:hover {

    background: #0b5ea8;

    transform: translateY(-2px);

}



/* =========================================================
   COMMON CONTAINER
========================================================= */

.opportunities-container {

    width: 92%;

    max-width: 1200px;

    margin: 0 auto;

}



/* =========================================================
   INTRODUCTION
========================================================= */

.opportunities-intro-section {

    background: #f5f8fc;

    padding: 65px 20px 25px;

}


.opportunities-intro-card {

    max-width: 900px;

    margin: 0 auto;

    padding: 40px 45px;

    background: white;

    border: 1px solid #dce5ee;

    border-radius: 20px;

    text-align: center;

    box-shadow:
        0 8px 25px rgba(0,51,102,.07);

}


.opportunities-intro-card h2 {

    margin: 0 0 18px;

    color: #003366;

    font-size: 30px;

}


.opportunities-intro-card p {

    max-width: 780px;

    margin: 0 auto 12px;

    color: #596774;

    font-size: 17px;

    line-height: 1.75;

}



/* =========================================================
   SECTION HEADINGS
========================================================= */

.opportunities-section-heading {

    text-align: center;

    margin-bottom: 35px;

}


.opportunities-section-heading h2 {

    margin: 0 0 12px;

    color: #003366;

    font-size: 34px;

}


.opportunities-section-heading p {

    max-width: 720px;

    margin: 0 auto;

    color: #64717d;

    font-size: 16px;

    line-height: 1.6;

}



/* =========================================================
   CATEGORY SECTION
========================================================= */

.opportunity-categories-section {

    background: #f5f8fc;

    padding: 45px 20px 75px;

}


.opportunity-category-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 22px;

}


.opportunity-category-card {

    border: 1px solid #dce5ee;

    background: white;

    border-radius: 18px;

    padding: 30px 22px;

    min-height: 230px;

    text-align: center;

    cursor: pointer;

    box-shadow:
        0 7px 22px rgba(0,51,102,.06);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;

}


.opportunity-category-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 13px 30px rgba(0,51,102,.12);

    background: #f8fbff;

}


.category-icon {

    display: block;

    font-size: 38px;

    margin-bottom: 15px;

}


.opportunity-category-card h3 {

    margin: 0 0 12px;

    color: #003366;

    font-size: 20px;

}


.opportunity-category-card p {

    margin: 0;

    color: #66727e;

    font-size: 14px;

    line-height: 1.6;

}



/* =========================================================
   FILTER SECTION
========================================================= */

.opportunity-filters-section {

    padding: 75px 20px;

    background: white;

}


.opportunity-filter-card {

    max-width: 1100px;

    margin: 0 auto;

    padding: 35px 40px;

    background: #f5f8fc;

    border: 1px solid #dce5ee;

    border-radius: 20px;

    box-shadow:
        0 8px 25px rgba(0,51,102,.06);

}



/* =========================================================
   SEARCH
========================================================= */

.opportunity-search {

    margin-bottom: 28px;

}


.opportunity-search label,
.filter-group label {

    display: block;

    margin-bottom: 8px;

    color: #003366;

    font-size: 14px;

    font-weight: 700;

}


.opportunity-search-wrapper {

    position: relative;

}


.opportunity-search-wrapper i {

    position: absolute;

    left: 18px;

    top: 50%;

    transform: translateY(-50%);

    color: #64717d;

}


.opportunity-search input {

    width: 100%;

    height: 48px;

    box-sizing: border-box;

    padding: 10px 18px 10px 48px;

    border: 1px solid #cbd8e4;

    border-radius: 10px;

    background: white;

    color: #003366;

    font-size: 15px;

    outline: none;

    transition: .25s;

}


.opportunity-search input:focus {

    border-color: #1476c6;

    box-shadow:
        0 0 0 3px rgba(20,118,198,.12);

}



/* =========================================================
   FILTER GRID
========================================================= */

.opportunity-filter-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

}


.filter-group select {

    width: 100%;

    height: 46px;

    padding: 8px 12px;

    border: 1px solid #cbd8e4;

    border-radius: 9px;

    background: white;

    color: #344454;

    font-size: 14px;

    outline: none;

    cursor: pointer;

}


.filter-group select:focus {

    border-color: #1476c6;

}



/* =========================================================
   RESET BUTTON
========================================================= */

.reset-filter-btn {

    display: block;

    margin: 25px auto 0;

    padding: 10px 22px;

    background: transparent;

    border: 1px solid #1476c6;

    border-radius: 25px;

    color: #1476c6;

    font-size: 14px;

    font-weight: 700;

    cursor: pointer;

    transition: .25s;

}


.reset-filter-btn:hover {

    background: #1476c6;

    color: white;

}



/* =========================================================
   LATEST OPPORTUNITIES
========================================================= */

.latest-opportunities-section {

    background: #f5f8fc;

    padding: 70px 20px 85px;

}


.opportunities-list {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 25px;

}



/* =========================================================
   OPPORTUNITY CARD
========================================================= */

.opportunity-card {

    background: white;

    border: 1px solid #dce5ee;

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(0,51,102,.07);

    transition:
        transform .25s ease,
        box-shadow .25s ease;

}


.opportunity-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 14px 32px rgba(0,51,102,.12);

}


.opportunity-card-content {

    padding: 30px;

}



/* =========================================================
   CARD TOP
========================================================= */

.opportunity-card-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 18px;

}


.opportunity-type {

    display: inline-flex;

    align-items: center;

    padding: 7px 12px;

    border-radius: 20px;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: .3px;

}


.job-type {

    background: #e7f1fb;

    color: #005fa3;

}


.internship-type {

    background: #eef1ff;

    color: #4656a8;

}


.research-type {

    background: #e9f6f1;

    color: #17745c;

}


.scholarship-type {

    background: #fff4df;

    color: #9b6500;

}


.training-type {

    background: #edf5e7;

    color: #4c741f;

}


.event-type {

    background: #f0eafa;

    color: #6841a5;

}


.call-type {

    background: #fcebea;

    color: #a43d37;

}



/* =========================================================
   STATUS
========================================================= */

.opportunity-status {

    padding: 6px 11px;

    border-radius: 20px;

    font-size: 12px;

    font-weight: 700;

}


.open-status {

    background: #e7f6ec;

    color: #20743d;

}


.closing-status {

    background: #fff1d9;

    color: #9a6200;

}


.closed-status {

    background: #f3e5e5;

    color: #8a3333;

}



/* =========================================================
   CARD TITLE
========================================================= */

.opportunity-card h3 {

    margin: 0 0 9px;

    color: #003366;

    font-size: 23px;

    line-height: 1.35;

}


.opportunity-organisation {

    margin: 0 0 20px;

    color: #65717d;

    font-size: 15px;

    font-weight: 600;

}



/* =========================================================
   META INFORMATION
========================================================= */

.opportunity-meta {

    display: flex;

    flex-direction: column;

    gap: 8px;

    margin-bottom: 20px;

}


.opportunity-meta span {

    color: #5f6b76;

    font-size: 14px;

}



/* =========================================================
   TAGS
========================================================= */

.opportunity-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 25px;

}


.opportunity-tags span {

    padding: 6px 10px;

    background: #f1f5f8;

    border-radius: 15px;

    color: #53616e;

    font-size: 12px;

    font-weight: 600;

}



/* =========================================================
   VIEW BUTTON
========================================================= */

.view-opportunity-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 11px 20px;

    background: #003366;

    color: white;

    text-decoration: none;

    border-radius: 8px;

    font-size: 14px;

    font-weight: 700;

    transition: .25s;

}


.view-opportunity-btn:hover {

    background: #1476c6;

    transform: translateY(-2px);

}



/* =========================================================
   NO RESULTS
========================================================= */

.no-opportunities {

    display: none;

    max-width: 600px;

    margin: 30px auto 0;

    padding: 45px 25px;

    background: white;

    border: 1px solid #dce5ee;

    border-radius: 18px;

    text-align: center;

}


.no-opportunities span {

    display: block;

    font-size: 40px;

    margin-bottom: 10px;

}


.no-opportunities h3 {

    margin: 0 0 8px;

    color: #003366;

}


.no-opportunities p {

    margin: 0;

    color: #6b7782;

}



/* =========================================================
   SUBMISSION SECTION
========================================================= */

.opportunity-submit-section {

    padding: 75px 20px;

    background: white;

}


.opportunity-submit-card {

    max-width: 850px;

    margin: 0 auto;

    padding: 45px;

    text-align: center;

    background: #f5f8fc;

    border: 1px solid #dce5ee;

    border-radius: 20px;

}


.submit-icon {

    display: block;

    font-size: 40px;

    margin-bottom: 15px;

}


.opportunity-submit-card h2 {

    margin: 0 0 15px;

    color: #003366;

    font-size: 30px;

}


.opportunity-submit-card p {

    max-width: 680px;

    margin: 0 auto 25px;

    color: #5f6b76;

    font-size: 16px;

    line-height: 1.7;

}


.submit-opportunity-btn {

    display: inline-block;

    padding: 13px 27px;

    background: #1476c6;

    color: white;

    text-decoration: none;

    border-radius: 30px;

    font-size: 15px;

    font-weight: 700;

    transition: .25s;

}


.submit-opportunity-btn:hover {

    background: #0b5ea8;

    transform: translateY(-2px);

}



/* =========================================================
   DISCLAIMER
========================================================= */

.opportunity-disclaimer {

    padding: 25px 20px 40px;

    background: white;

    text-align: center;

}


.opportunity-disclaimer p {

    max-width: 850px;

    margin: 0 auto;

    color: #7a8794;

    font-size: 13px;

    line-height: 1.6;

}
