
   :root {
     
      --paper:    #f5f0e8;
      --cream:    #ede7d9;
      --rule:     #c8bfaf;
      --accent:   #8b3a2a;
      --radius:   3px;

    }
body {
    margin:0;

}
.full {
    background-image: url("../img/bg.jpg");
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.vertical-center {

    min-height: 80vh !important;

}
.navbar {
    background-color: #0F2D52;
    opacity: 1;
    transition: opacity .5s;
    padding:0;
    box-shadow: 0 3px 5px 0px #333;
    border-radius: 100px;
    width: 50%;
    margin: auto;

    margin-bottom:2em;

}
.overlay {
    background: rgba(20, 47, 82, 0.78);
    backdrop-filter: blur(3px);

    margin-inline: auto;
    padding-top:2em;
    border-radius: 2px;
    position: sticky;
}
a.nav-link{
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2.41px;
    font-size: 22px;

}

.form-control{
    border-radius: 10px;
}
.nav-title {
    color:white;
    display:inline-block;
    margin-top:0.5em;
    text-align: center;
}
a.lang{
    color:white !important;
    font-weight: bold;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2.41px;
    font-size: 22px;
}

a.lang:hover {
    color: #00A7E0 !important;
}
ul.navbar-nav.ml-auto.main-nav-center li {
    text-align: center;
}
.nav-link-second {
    list-style-type: none;
    margin-top: 0.5em;

}

.footer {
    text-align: center;
    /*background-color:#333;*/
    padding-top:2em;
    padding-bottom: 1em;

}
p.footer-text{
    color:white !important;
}
a.policy {
    color:white;
}
.form-container {
    /*padding: 3em;
        margin-bottom: 1em;
        background-color: white;
        box-shadow: 0 0 4px #333;*/

}
.bio-finder {
    width: 100%;
    background-color: #ED1F37;
    color: #fff;
    border-radius: 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 0px;
    margin-top:2em;

}

.bio-finder:hover{
    opacity: 0.5;
}
.theform{
    height: 100vh;
}

h3.title {
    text-align: center;
    color: white;
    margin-bottom: 2em;
    text-transform: uppercase;

}
p.instructions {
    width:100%;
    text-align: left;
    display:block;
    margin:auto;
    margin-bottom: 2em;
    color:white;
    font-size: 18px;

}


.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.ytd{
    padding-bottom:2em;
    color:white;
    vertical-align: super;
    margin-top:2em;
    margin-left:1em;
}

@media only screen and (max-width: 992px) {
    img.conlogo{
        width: 80%;
    }
    p.footer-text {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .navbar{
        width:80%;
    }
}
@media only screen and (max-width: 479px) {
    .navbar{
        width:100%;
        border-radius: 0px;
    }
    a.lang{padding:0}
}


b,*{color:white;}



.card-main {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 48px 40px 40px;
    width: 100%;
    backdrop-filter: blur(24px);
    box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.04) inset;
    margin:auto;
      animation: fadeUp 0.45s ease both;

}

.shield-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #e82030, #9b1020);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(232,32,48,0.35);
}

.shield-icon svg { width: 26px; height: 26px; fill: white; }

h1 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
    margin-bottom: 36px;
}

.subtitle strong { color: rgba(255,255,255,0.65); font-weight: 500; }

   @keyframes fadeUp {
      from { opacity: 0; transform: translateY(14px); }
      to   { opacity: 1; transform: translateY(0); }
    }




    .breadcrumbs {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.25rem;
      margin-bottom: 1.75rem;
      font-family: var(--font-mono);
      font-size: 0.78rem;
      color: var(--muted);
    }

    .breadcrumbs a {
      color: var(--accent2);
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: border-color 0.15s;
      padding-bottom: 1px;
    }

    .breadcrumbs a:hover { border-color: var(--accent2); }

    .breadcrumbs .sep {
      color: var(--rule);
      margin: 0 0.1rem;
      user-select: none;
    }

    .breadcrumbs .current {
      color: var(--ink);
      font-weight: 500;
    }

    /* ── Section heading ── */
    .section-label {
      font-family: var(--font-mono);
      font-size: 0.68rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 0.6rem;
      padding-bottom: 0.35rem;
      border-bottom: 1px solid var(--rule);
    }

    /* ── File/folder list ── */
    .entry-list {
      list-style: none;
      margin-bottom: 2rem;
    }

    .entry-list li {
      border-bottom: 1px solid var(--cream);
      transition: background 0.12s;
    }

    .entry-list li:first-child { border-top:none; }

    .entry-list li:hover { background: var(--cream); }

    .entry-link {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      padding: 0.65rem 0.5rem;
      text-decoration: none;
      color: var(--ink);
      width: 100%;
    }

    /* Icon */
    .icon {
      flex-shrink: 0;
      width: 1.6rem;
      height: 1.6rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .icon svg { width: 100%; height: 100%; }

    /* Entry name */
    .entry-name {
      flex: 1;
      font-size: 0.95rem;
      line-height: 1.3;
      word-break: break-word;
    }

    .entry-list a.entry-link:hover .entry-name { color: var(--accent2); }

    /* Meta (size + date) */
    .entry-meta {
      font-family: var(--font-mono);
      font-size: 0.67rem;
      color: var(--muted);
      text-align: right;
      line-height: 1.5;
      flex-shrink: 0;
    }

    /* PDF badge */
    .badge {
      font-family: var(--font-mono);
      font-size: 0.6rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      background: var(--accent);
      color: #fff;
      padding: 0.15rem 0.4rem;
      border-radius: var(--radius);
      text-transform: uppercase;
      flex-shrink: 0;
    }

    /* ── Empty state ── */
    .empty {
      font-family: var(--font-mono);
      font-size: 0.8rem;
      color: var(--muted);
      padding: 1.5rem 0.5rem;
      font-style: italic;
    }

    /* ── Back link ── */
    .back-link {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      font-family: var(--font-mono);
      font-size: 0.72rem;
      color: var(--muted);
      text-decoration: none;
      margin-bottom: 1.75rem;
      letter-spacing: 0.05em;
      transition: color 0.15s;
    }
    .back-link:hover { color: var(--accent2); }

    /* ── Responsive ── */
    @media (max-width: 520px) {
      .entry-meta { display: none; }
    }