@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: #f8f9fa;
}

.HeaderBanner {
    font-family: 'Poppins',sans-serif;
    background-color: #232d3f;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #5562ea;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #5562ea;
    font-weight: bold;
}

.hero-section {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #232d3f;

}

.hero-title {
    color: #5562ea;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
}

.hero-lead {
    color: #f8f9fa;
    font-family: 'Poppins',sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-top: -10px;
}


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

.dv-content {
    font-family: 'Poppins',sans-serif;
    color: #5562ea;
    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);
}
.card img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    opacity: 0.7;
}
.card button {
    font-family: 'Poppins',sans-serif;
    color: #f8f9fa;
    margin-top: 25px;
    background-color: #5562ea;
}

.TitleCard {
    font-family: 'Poppins',sans-serif;
    color: #232d3f;
    font-size: 20px;
}

.TitleCard_DR {
    font-family: 'Poppins',sans-serif;
    color: #232d3f;
    font-size: 15px;
}



.CardTitle {
    color: #232d3f;
    font-family: 'Poppins',sans-serif;

}


.subtext-card {
    font-family: 'Poppins',sans-serif;
    color: #232d3f;
    font-size: 1.025rem;
}

.subtext-card_DR {
    font-family: 'Poppins',sans-serif;
    color: #232d3f;
    font-size: 0.90rem;
}


.quote-section {
    position: relative;
    width: 100%;
    height: 85vh; 
    background-image: url('https://r4.wallpaperflare.com/wallpaper/853/586/450/universe-abstract-cube-gradient-wallpaper-6920483dc13a7d2b3657880f4071d63d.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15%;
}



.quote-content {
    font-family: 'Poppins',sans-serif;
    text-align: center;
    font-size: 2rem;
    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: #f8f9fa;
    font-family: 'Poppins',sans-serif;
}

.quote-text {
    font-family: 'Poppins',sans-serif;

}

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

.articles-title {
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Poppins',sans-serif;
    color: #232d3f;

}

.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: 'Poppins',sans-serif;
}

.article-title a {
    text-decoration: none;
    color: #5562EA;
    transition: color 0.3s ease;
    font-family: 'Poppins',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: #232d3f;
    font-family: 'Poppins',sans-serif;
    border-radius: 20px;
}



/* Footer Styling */
.footer-section {
    background-color: #232d3f;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
    font-family: 'Poppins',sans-serif;

}

/* Title Styling */
.footer-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #5562EA;
}

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

}

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

.footer-subtitle {
    color: #5562EA;
}

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

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

}

.footer-links ul li a:hover {
    color: #5562EA;
    font-family: 'Poppins',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: 'Poppins',sans-serif;

}

.footer-contact a:hover {
    color: #5562EA;
}

/* Copyright Section */
.footer-bottom {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #bbb;
    font-family: 'Poppins',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 */
}

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

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

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

.about-subtitle {
    color: #232d3f;
    font-family: 'Poppins',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 */
}


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

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

.btn-about {
    font-family: 'Poppins',sans-serif;
    color: #f8f9fa;
    margin-top: 25px;
    background-color: #5562ea;
}

.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: 'Poppins',sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #232d3f;
}

.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: 'Poppins',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: 'Poppins',sans-serif;
    background-color: #f1f1f1;
    color: #232d3f;
}

.step-links a:hover {
    background-color: #5562ea;
    font-family: 'Poppins',sans-serif;
    color: #f8f9fa;

}

.step-links .current {

    font-family: 'Poppins',sans-serif;
    background-color: #f1f1f1;
    color: #5562ea;
}

/* 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-nav a {
    text-decoration: none;
    padding: 10px 15px;
    font-family: 'Poppins',sans-serif;
    background-color: #f1f1f1;
    color: #232d3f;
    font-weight: 600;
    border-radius: 5px;
}

.alphabet-nav a:hover {
    background-color: #5562EA;
    color: #f8f9fa;

}
.glossary-item {
    color: #232d3f;
    font-family: 'Poppins',sans-serif;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 8px;
}

.letter-item {
    color: #232d3f;
    font-family: 'Poppins',sans-serif;

}

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

.started-button-left {
    color: #f8f9fa;
    font-family: 'Poppins',sans-serif;
    background-color: #6A4267;
}

.started-button-left:hover {
    color: #5562EA;
}

.started-button-right:hover {
    color: #5562EA;
}

.started-button-right {
    color: #f8f9fa;
    font-family: 'Poppins',sans-serif;
    background-color: #2C2750;
}

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



