@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Roboto+Slab:wght@400;700&display=swap');
:root {
    --bs-link-color: #8D8D8D;
    --bs-link-hover-color: #01BAB3;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Roboto Slab, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-heading-color: #434772;
    --bs-button-bg: #01BAB3;
    --bs-button-bg-hover: rgba(1, 186, 179, 0.5);
    --bs-label-gray: #8D8D8D;
    --bs-secondary-color: rgba(1, 186, 179, 0.5);
    --bs-primary-color: #4db497;
}
 

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
     
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-top:60px;
 
}
p {
    color: var(--bs-body-color);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    
    text-align: justify;
    letter-spacing: -0.015em;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-primary-color) !important;
}

 
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;

    }
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
}

 

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}
.events-icon {
    transition: transform 0.3s ease;
}

.collapsed .events-icon {
    transform: rotate(-90deg);
}

.dna-plain-link {
    color: var(--bs-primary-color) !important;
    
    text-decoration:none;
}
    .dna-plain-link:hover {
        color: var(--bs-button-bg);
        font-weight: bold;
    }


a {
    color: var(--bs-link-color);
    text-decoration: underline;
   
}

    a:hover {
        color: var(--bs-link-hover-color)  ;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

.button-nsc {
    background-color: var(--bs-primary-color);
    color: white;
}
    .button-nsc:hover {
        background-color: var(--bs-button-bg-hover);
        color: white;
    }
.button-nsc-secondary {
    background-color: #DAF5F4;
    color: #01BAB3 !important;
}

    .button-nsc-secondary:hover {
        background-color: var(--bs-button-bg-hover);
        color: #fff !important;
    }

.no-button-style {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
 .label-dna-gray
    {
     margin-top:-10px;
     color:var(--bs-label-gray);
     font-size:large;
     letter-spacing:1pt;
    }
.nsc-single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.card-nsc {
    margin:5px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); /* Initial shadow */
    overflow: hidden; /* Ensure the image stays inside the card */
}
.card-nsc-status::before {
    

 
     
 
}
.card-nsc-description {
    color: #8D8D8D;
    margin-top: 2px;
    font-weight: 400;
    font-family: var(--bs-font-sans-serif);
}
.card-nsc:hover {
    box-shadow: 0 0 16px rgba(1, 186, 179, 0.5); /* Uniform shadow on all sides */
    /*border-color: #01BAB3;*/ /* Optional: Change border color on hover */
}

    .card-nsc img {
        transition: transform 0.3s ease-in-out;
    }

    .card-nsc:hover img {
        transform: scale(1.05); /* Zoom out (1.05 times larger) */
    }
/* Base button styles */
.animated-border {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: normal;
    color: var(--bs-primary-color);
    text-decoration: none;
    border: none;
    background: none;
    cursor: pointer;
    transition: color 0.3s ease; /* Color change transition */
    border-bottom: 3px solid var(--bs-primary-color); /* Initial border */
}
.normal-border {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: normal;
    
    text-decoration: none;
    
    background: none;
    cursor: pointer;
    transition: color 0.3s ease; /* Color change transition */
    
}

.centered-container {
    display: flex;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    min-height: 100vh; /* Full viewport height */
    
    flex-direction: column;
}

.card
{
    border-radius:16px;
}
.card-nsc-body img {
    border-radius: 10px 10px 0 0;
    
}
footer
{
    background-color:var(--bs-secondary-color);
}
    footer a {
        color: var(--bs-primary-color);
        text-decoration: none;
        display: inline-block;
        font-weight: 100;
        margin-right: 20px;
    }

.dna-landing-button-container {
    text-align: center; /* Center-align the link */
    margin-top: 20px; /* Add some space above the link */
}

.dna-landing-button-link {
    font-size: 18px; /* Adjust font size */
    text-decoration: none;
    color: #01BAB3; /* Initial color */
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #01BAB3;
    border-radius: 30px;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    position: relative;
}

.dna-landing-button-link i {
    margin-left: 10px;
    transition: transform 0.3s ease; /* Smooth icon animation */
}

.dna-landing-button-link:hover {
    color: #fff; /* Change text color on hover */
    background-color: #01BAB3; /* Background color transition */
    box-shadow: 0 0 15px rgba(1, 186, 179, 0.5); /* Fancy shadow on hover */
}

.dna-landing-button-link:hover i {
    transform: translateX(5px); /* Animate icon on hover */
}
.nsc-table th, .nsc-table td
{
   white-space:nowrap;
}
.nsc-table-head {
    color: white;
    background-color: var(--bs-primary-color);
}
.goal-table-head {
    color: white;
    background-color: var(--bs-primary-color);
}
.skill-table-head {
    color: white;
    background-color: var(--bs-secondary-color);
}
.skill-color {
    
 color: var(--bs-secondary-color) !important;
} 