.portal-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 15px;
}

.portal-button {
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px !important;
    transition: all 0.3s ease;
    padding: 12px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 200px;
    flex: 1 0 auto;
    max-width: 100%;
}

    .portal-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

@media (max-width: 768px) {
    .portal-buttons-container {
        flex-direction: column;
        align-items: center;
    }

    .portal-button {
        width: 100%;
        max-width: 280px;
        white-space: normal;
    }
}

.hover-effect {
    transition: all 0.3s ease;
    border-radius: 12px;
}

    .hover-effect:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    }

.icon-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #4a6bff;
}

    .icon-wrapper img {
        filter: brightness(0) invert(1);
    }

@media (max-width: 768px) {
    .card {
        margin-bottom: 20px;
    }
}

.update-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .update-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 0.15);
    }

.svg-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.update-scroll {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
}

    .update-scroll::-webkit-scrollbar {
        width: 4px;
    }

    .update-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .update-scroll::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.3);
        border-radius: 20px;
    }

.update-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
}

    .update-item:hover {
        background: rgba(255, 255, 255, 0.05);
    }

    .update-item:last-child {
        border-bottom: none;
    }

@media (max-width: 768px) {
    .update-card {
        margin-bottom: 20px;
    }
}

.hero-section {
    background: linear-gradient(135deg, #4c5667 0%, #3a4355 100%);
    padding: 5rem 0;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.objective-card {
    transition: all 0.3s ease;
    height: 100%;
}

    .objective-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.service-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

    .service-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.animate__animated {
    animation-duration: 1s;
}

.mission-statement {
    border-left: 4px solid #4c5667;
    background-color: rgba(76, 86, 103, 0.05);
}

.hero-section {
    background: linear-gradient(135deg, #4c5667 0%, #3a4355 100%);
}

.text-highlight {
    color: #f8f9fa;
    background-color: rgba(255,193,7,0.2);
    padding: 0 5px;
    border-radius: 4px;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.governance-card {
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

    .governance-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.service-item {
    transition: all 0.2s ease;
}

    .service-item:hover {
        background-color: rgba(0,0,0,0.02);
    }

.mission-statement {
    border-left: 4px solid #4c5667;
    background-color: rgba(76, 86, 103, 0.05);
}

.key-stats li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

    .key-stats li:last-child {
        border-bottom: none;
    }

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0;
    }

    .display-5 {
        font-size: 2rem;
    }
}

.hero-section {
    background: linear-gradient(135deg, #4c5667 0%, #3a4355 100%);
}

.text-highlight {
    color: #f8f9fa;
    background-color: rgba(255,193,7,0.2);
    padding: 0 5px;
    border-radius: 4px;
}

.icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.vision-statement, .mission-statement {
    border-left: 4px solid #4c5667;
    background-color: rgba(76, 86, 103, 0.05);
}

.pillar-card {
    transition: all 0.3s ease;
}

    .pillar-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

.commitment-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

    .commitment-list li:last-child {
        border-bottom: none;
    }

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0;
    }

    .display-5 {
        font-size: 2rem;
    }

    .sticky-top {
        position: static !important;
    }
}
