       /* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f0f0f0;
} */

.card-container1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.card1 {
    background-color: #fff;
    border: 1px solid black;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    direction:center;
}

.card-header123 {
    font-weight: 500;
    font-size: 9px;
    /* background-color: #e0e0e0; */
    padding: 4px;
    background-color: #e0e0e0;
}

.card-body1 {
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    text-align:center;
}

.card-body1 img {
    max-width: 100%;
    height: auto;
    
}

.card-body1 p {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}



     .complete {
           
            position: relative;
            overflow: hidden;
        }

        /* .custom-heading {
            text-align: center;
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 40px;
            animation: fadeInDown 1s ease;
        } */


        .abstract-background {
            position: absolute;
            top: -50px;
            left: -50px;
            width: 200%;
            height: 200%;
            background: linear-gradient(135deg, #e6e6e6, #feffff, #3D1053, #8A3224);
            clip-path: polygon(0% 0%, 100% 0%, 100% 40%, 50% 100%, 0% 40%);
            z-index: -1;
            animation: moveBg 20s infinite linear;
        }

        .cards-section {
            position: relative;
            z-index: 1;
        }

        .abstract-card {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            padding: 20px;
            text-align: center;
            margin-bottom: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
            height: 100px; /* Smaller card height */
            animation: float 6s ease-in-out infinite;
            animation-delay: calc(0.2s * var(--i));
        }

        .abstract-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
        }

        .abstract-card:before {
            content: '';
            position: absolute;
            top: -30px;
            left: -100%; /* Start from the left outside of the card */
            width: 150%;
            height: 150%;
            background: linear-gradient(135deg, #3D1053, #ececec, #e2e2e2, #dddddd);
            clip-path: circle(20% at 75% 25%);
            z-index: -1;
            animation: slideBg 14s infinite ease-in-out; /* New animation for left-to-right and right-to-left loop */
        }

        .card-title {
            font-size: 1rem; /* Smaller text */
            color: #333;
            margin-bottom: 5px;
            animation: fadeIn 3.5s ease;
            font-weight: bold;
        }

        /* Background Animation */
        @keyframes moveBg {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        /* Text Animations */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Card Auto-Animation */
        @keyframes float {
            0% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
            100% { transform: translateY(0); }
        }

        /* Left-to-Right and Right-to-Left Loop Animation */
        @keyframes slideBg {
            0% {
                left: -100%; /* Start from left outside of the card */
            }
            50% {
                left: 0%; /* Move to the right end of the card */
            }
            100% {
                left: -100%; /* Move back to the left outside of the card */
            }
        }








.card-container123 {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 3px;
    justify-content: center;
}

.card123 {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
  
    border: .1px solid gray;
    width: 103px;
    background-color: white;
    height: 129px;
}

.card123 img {
    max-width: 94%;
    height: auto;
}

.card-header123 {
    font-weight: 500;
    font-size: 9px;
    /* background-color: #e0e0e0; */
    padding: 5px;
    background-color: #e0e0e0;
    height: 36px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.pagination button {
    margin: 0 5px;
    padding: 5px;
    width: 25px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}





/* Public Service Commistion */

.intro-section {
    /* background-color: #e0e0e0; */
    padding-top: 13px;
    text-align: center;
}

/* .intro-section h2.custom-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
} */

.cards-section {
    /* padding: 10px 0; */
}

.commission-card {
    border: 1px solid #ddd;
    border-top:none;
    border-left:none;
    border-radius: 15px;
    overflow: hidden;
    /* background-color: #ffffff; */
       /*box-shadow: rgb(89 89 89 / 25%) 0px -30px 60px -12px inset, rgba(0, 0, 0, -0.7) 0px 30px 60px -12px inset;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}
.commission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
.commission-card .card-body {
    padding: 10px;
}
.card-body h5.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #636060;
    margin-bottom: 10px;
}
.card-body p.card-text {
    font-size: 1rem;
    color: #666;
}
.card-body {
    transition: background-color 0.3s ease;
}
.card-body:hover {
    background-color: #f0f0f0;
}
.card a {
    text-decoration: none;
    color: inherit;
}
/* @media (max-width: 767.98px) {
    .commission-card {
        margin-bottom: 20px;
    } */

@media (min-width: 300px) {
    .card-container1 {
        grid-template-columns: repeat(2, 1fr);
        flex-direction: row;
    }
}
@media (min-width: 320px) {
    .card-container1 {
        grid-template-columns: 1fr;
        flex-direction: row;
    }
}