@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat,Orbit/Montserrat/static/Montserrat-Regular.203d753a8055.ttf")
}

@font-face {
  font-family: Space_Grotesk;
  src: url("../fonts/Montserrat,Orbit/Space_Grotesk/static/SpaceGrotesk-Regular.778bb9a27100.ttf")
}
body {
    background-color: #f8f9fa;
}

html {
    scroll-behavior: smooth;
  }

:root {
    --dark-color : #0c0116;
    --violet-color : #5c6bff;
    --white-color : #f8f9fa;

}

.HeaderBanner {
    font-family: 'Space_Grotesk',sans-serif;
    background-color: #0c0116;
}

.brand-name {
    color: #5c6bff;
    text-decoration: none;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--white-color);
    font-weight: bold;
}

.navbar-light .navbar-nav .home-link {
    color: var(--white-color);
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--violet-color);
    font-weight: bold;
    transition: 0.5s ease;

}
.navbar-light .navbar-nav .home-link:hover {
    color: var(--violet-color);
    font-weight: bold;
    transition: 0.5s ease;

}

.home-link {
    text-decoration: none;
    color: var(--white-color);
}

.home-link:hover {
    text-decoration: none;
    color: #5c6bff;
    transition: 0.5s ease;
}

.hero-section {
    margin-top: 50px;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--dark-color);

}

.about-hero-title {
    color: var(--white-color);
    font-family: 'Space_Grotesk',sans-serif;
}

.post-section-title {
    color: var(--dark-color);
    font-family: 'Montserrat','sans-serif';
}

.mid-divider {
    background-color: #dedede;
    width: 20%;
    height: 1px;
    margin: 16px auto;
    display: block;
}

.about-hero-title-page {
    color: var(--violet-color);
    font-family: 'Space_Grotesk',sans-serif;
}

.about-hero-slogan {
    color: var(--violet-color);
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
}

.hero-title {
    color: #5c6bff;
    font-family: 'Space_Grotesk',sans-serif;
    font-weight: normal;
    font-size: 10rem;
}


.hero-lead {
    color: #0c0116;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    margin-top: -30px;
    letter-spacing: 10px;
    font-size: 2rem;
}

.hero-slogan {
    color: #0c0116;
    font-family: 'Space_Grotesk',sans-serif;
    font-weight: normal;
    font-style: italic;
    margin-top: -20px;
}


.content-section {
    font-family: 'Montserrat',sans-serif;
    width: 75%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 768px) {
    .content-section {
        width: 90%;
        height: auto;
    }
}

.dv-content {
    font-family: 'Space_Grotesk',sans-serif;
    color: #5c6bff;
    font-weight: bold;
}

.dv-content-intro {
    font-family: 'Space_Grotesk',sans-serif;
    color: var(--violet-color);
    font-weight: bold;
}

.cards-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
}
.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
}
.card {
    width: 250px;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}
.card img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    opacity: 0.7;
}
.card button {
    font-family: 'Space_Grotesk',sans-serif;
    color: #f8f9fa;
    margin-top: 25px;
    background-color: #5c6bff;
    border: none;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.card button:hover {
    background-color: #3a4edb;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(92, 107, 255, 0.45);
}

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

.TitleCard {
    font-family: 'Space_Grotesk',sans-serif;
    color: #0c0116;
    font-size: 20px;
}

.TitleCard_DR {
    font-family: 'Space_Grotesk',sans-serif;
    color: #0c0116;
    font-size: 15px;
}



.CardTitle {
    color: #0c0116;
    font-family: 'Space_Grotesk',sans-serif;

}


.subtext-card {
    font-family: 'Space_Grotesk',sans-serif;
    color: #0c0116;
    font-size: 1.025rem;
}

.subtext-card_DR {
    font-family: 'Space_Grotesk',sans-serif;
    color: #0c0116;
    font-size: 0.90rem;
}


.quote-section {
    position: relative;
    width: 100%;
    height: 85vh; 
    background-color: var(--dark-color);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5%;
}



.quote-content {
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #f8f9fa;
    padding: 0 15px; 
    max-width: 80%;
    z-index: 2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}


.author {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--violet-color);
    font-family: 'Space_Grotesk',sans-serif;
}

.quote-text {
    font-family: 'Montserrat',sans-serif;
    color: var(--white-color);
    

}

.article-card-link {
    color: inherit;
    text-decoration: none;
}

.article-card {
    background-color: var(--dark-color);
    border: 1px solid #2a1a3e;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.article-card--has-image {
    background-size: cover;
    background-position: center;
    border: none;
    position: relative;
    justify-content: flex-end;
}

.article-card--has-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 40%, rgba(0,0,0,0.15) 100%);
}

.article-card--has-image > * {
    position: relative;
}

.article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(92, 107, 255, 0.3);
}

.article-card--featured {
    padding: 28px 24px;
    border-radius: 16px;
    min-height: 320px;
}

.article-card--featured .article-card-title {
    font-size: 1.35rem;
}

.article-card--featured .article-card-meta {
    font-size: 0.9rem;
}

.article-card--featured .article-card-category {
    font-size: 0.85rem;
    padding: 6px 16px;
}

.article-card-category {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    background-color: var(--violet-color);
    color: var(--white-color);
    font-family: 'Space_Grotesk', sans-serif;
    border-radius: 20px;
    align-self: flex-start;
}

.article-card-title {
    font-family: 'Space_Grotesk', sans-serif;
    color: var(--white-color);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.article-card-meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #a89bbf;
    margin: 0;
}

.articles-section {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
    padding: 20px;
}

.articles-title {
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Space_Grotesk',sans-serif;
    color: var(--violet-color);

}

.articles-list {
    list-style: none;
    padding: 0;
}

.article-item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.article-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    font-family: 'Montserrat',sans-serif;
}

.article-title a {
    text-decoration: none;
    color: #5c6bff;
    transition: color 0.3s ease;
    font-family: 'Montserrat',sans-serif;

}

.article-title a:hover {
    color: #3c4bc9;
}

.article-meta {
    font-size: 0.9rem;
    color: #666;
}

.article-category {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    background-color: #f0f0f0;
    color: #0c0116;
    font-family: 'Space_Grotesk',sans-serif;
    border-radius: 20px;
}



/* Footer Styling */
.footer-section {
    background-color: #0c0116;
    color: #f8F9FA;
    padding: 40px 0;
    text-align: center;
    font-family: 'Space_Grotesk',sans-serif;

}

/* Title Styling */
.footer-title {
    font-size: 5.8rem;
    font-weight: bold;
    color: #5c6bff;
}

/* Text Styling */
.footer-text {
    font-size: 1rem;
    margin-top: 10px;
    color: #f8f9fa;
    font-family: 'Space_Grotesk',sans-serif;

}

/* Footer Links */
.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-subtitle {
    color: #5c6bff;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: #f8f9fa;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'Space_Grotesk',sans-serif;

}

.footer-links ul li a:hover {
    color: #5c6bff;
    font-family: 'Space_Grotesk',sans-serif;

}

/* LinkedIn Icon */
.footer-social .social-icons {
    margin: 10px 0;
}

.footer-social .social-icons a {
    color: #f8f9fa;
    font-size: 24px;
    margin: 0 10px;
    transition: 0.3s;
}

.footer-social .social-icons a:hover {
    color: #0077b5;
}

/* Contact Email */
.footer-contact a {
    color: #f8f9fa;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Space_Grotesk',sans-serif;

}

.footer-contact a:hover {
    color: #5c6bff;
}

/* Copyright Section */
.footer-bottom {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #bbb;
    font-family: 'Space_Grotesk',sans-serif;

}

/* Responsive Layout */
@media (max-width: 768px) {
    .footer-section .row {
        text-align: center;
    }
    .footer-links ul {
        padding-left: 0;
    }
}




@media (max-width: 768px) {
    .quote-content {
        font-size: 1.5rem; 
    }

    .author {
        font-size: 1rem;
    }

    .articles-section {
        max-width: 90%;
        padding: 15px;
    }
    .articles-title {
        font-size: 2rem;
    }
    .article-title {
        font-size: 1.2rem;
    }
}

/* About Section */
.about-section {
    background-color: #f8f9fa;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

/* Full-Width Hero Image */
.about-hero {
    width: 100%;
    height: 60vh; /* Adjust height as needed */
    overflow: hidden;
}

.about-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 80% /* Ensures full coverage */
}

.article-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-color);
    position: relative;
}

.article-hero--image {
    background-size: cover;
    background-position: center;
}

.article-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 30%, rgba(0,0,0,0.35) 100%);
}

.article-hero-content {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
}

.article-hero-title {
    font-family: 'Space_Grotesk', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 16px;
}

.article-hero-meta {
    color: var(--violet-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    margin: 0;
    font-weight: bold;
}

.article-hero-dot {
    margin: 0 10px;
    opacity: 0.5;
}

/* About Section */
.about-content {
    background-color: #f8f9fa;
    padding: 60px 0;
}

/* Centered Title */
.about-title {
    color: #0c0116;
    font-family: 'Space_Grotesk',sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/* About Text */
.about-text {
    color: #0c0116;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto; 
}

.about-subtitle {
    color: #0c0116;
    font-family: 'Space_Grotesk',sans-serif;
    font-size: 2.1rem;
    line-height: 1.6;
    max-width: 800px;
    font-weight: bold;
    margin: 0 auto; /* Centers text */
    font-size: 1.75rem !important
}

.img-governance {
    max-width: 800px; /* Limits the image width to match the max width of text */
    width: 100%; /* Ensures responsiveness by scaling down the image */
    height: auto; /* Keeps the aspect ratio intact */
    margin: auto;
}





/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-hero {
        height: 40vh;
    }

    .about-title {
        font-size: 2rem;
    }
}

.btn-about {
    font-family: 'Space_Grotesk',sans-serif;
    color: #f8f9fa;
    margin-top: 25px;
    background-color: #5c6bff;
    border: 2px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.btn-about:hover {
    background-color: transparent;
    border-color: #5c6bff;
    color: #5c6bff;
    transform: translateY(-2px);
}

.btn-about:active {
    transform: translateY(0);
}

.profession-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    height: 100%; /* Ensures uniform height */
}

.profession-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profession-icon {
    font-size: 3rem;
}

h2 {
    font-weight: bold;
}

.task-title {
  font-family: 'Space_Grotesk',sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #0c0116;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    padding: 10px;
}

.step-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap; 
    justify-content: center;
}

.step-links a,
.step-links .current {
    font-family: 'Space_Grotesk',sans-serif;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease-in-out;
}

.step-links a {
    font-family: 'Space_Grotesk',sans-serif;
    background-color: #f1f1f1;
    color: #0c0116;
}

.step-links a:hover {
    background-color: #5c6bff;
    font-family: 'Space_Grotesk',sans-serif;
    color: #f8f9fa;

}

.step-links .current {

    font-family: 'Space_Grotesk',sans-serif;
    background-color: #f1f1f1;
    color: #5c6bff;
}

/* Adjust for smaller screens */
@media (max-width: 600px) {
    .step-links {
        gap: 4px;
    }

    .step-links a,
    .step-links .current {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.alphabet-btn {
    text-decoration: none;
    padding: 8px 14px;
    font-family: 'Space_Grotesk', sans-serif;
    background-color: transparent;
    color: var(--dark-color);
    font-weight: 700;
    font-size: 0.85rem;
    border: 1px solid #2a1a3e;
    border-radius: 6px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.alphabet-btn:hover {
    background-color: var(--violet-color);
    color: var(--white-color);
    border-color: var(--violet-color);
}

.glossary-container {
    max-width: 1100px;
}

.glossary-letter-block {
    margin-bottom: 48px;
}

.letter-item {
    font-family: 'Space_Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--violet-color);
    border-bottom: 2px solid #2a1a3e;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.glossary-item {
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    background-color: var(--dark-color);
    border: 1px solid #2a1a3e;
    border-radius: 10px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.glossary-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(92, 107, 255, 0.25);
}

.glossary-term {
    display: block;
    color: var(--white-color);
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.glossary-definition {
    color: #a89bbf;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.6;
}

.article-meta {
    color: #0c0116;
    font-family: 'Space_Grotesk',sans-serif;
    display: flex;
    justify-content: center;
    gap: 15px; /* Adjust spacing between items */
    margin-bottom: 15px;
}

.started-button-left {
    color: #f8f9fa;
    font-family: 'Space_Grotesk',sans-serif;
    background-color: #6A4267;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.started-button-left:hover {
    color: #f8f9fa;
    background-color: #8a5687;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(106, 66, 103, 0.5);
}

.started-button-left:active {
    transform: translateY(0);
    box-shadow: none;
}

.started-button-right {
    color: #f8f9fa;
    font-family: 'Space_Grotesk',sans-serif;
    background-color: #2C2750;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.started-button-right:hover {
    color: #f8f9fa;
    background-color: #3e3870;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(44, 39, 80, 0.5);
}

.started-button-right:active {
    transform: translateY(0);
    box-shadow: none;
}

.started-section {
    background-color: #f8f9fa;
}

.nav-link-category {
    width: 20rem;
    text-decoration: none;
    display: inline-block;
    color: var(--dark-color);
    font-family: 'Space_Grotesk',sans-serif;
}

.nav-link-category:hover {
    color: var(--violet-color);
    transition: 0.5s ease;
}

.navbar-category {
    background-color: #fff;
    color: var(--dark-color);
    border-bottom:1px solid #e0e0e0;
}

.about-hero {
    background-color: var(--dark-color);

}

.image-about {
    max-width: 50%;
    margin: auto;
}

.button-insight {
    text-decoration: none;
    background-color: #0c0116;
    color: var(--white-color);
    font-family: 'Space_Grotesk',sans-serif;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.button-insight {
    color: var(--white-color);
}

.button-insight:hover {
    color: var(--white-color);
    letter-spacing: 1px;
}

.button-global-insight {
    background-color: var(--dark-color);
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-global-insight:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(92, 107, 255, 0.4);
}

.button-global-insight:active {
    transform: translateY(0px);
    box-shadow: none;
}

.split-side {
    min-height: 50vh;
    background-color: var(--white-color);
    transition: background-color 0.35s ease, transform 0.35s ease;
    overflow: hidden;
}

.split-side-link {
    text-decoration: none;
    color: inherit;
}

.split-side-link:hover {
    transform: scale(1.02);
}

.reveal-bottom {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-bottom.revealed {
    opacity: 1;
    transform: translateY(0);
}

.split-global-title {
    font-family: 'Space_Grotesk', sans-serif;
    color: var(--dark-color);
    font-size: 3.5rem;
}

.split-title {
    color: var(--dark-color);
    font-family: 'Space_Grotesk', sans-serif;
    font-size: 3rem;
    margin-bottom: 10px;
}

.split-slogan {
    color: var(--violet-color);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    opacity: 0.85;
    margin: 0;
}



