body {
    font-family: "Work Sans", Sans-serif !important;
    overflow: scroll;
    overflow-x: hidden !important;
}

/* Custom Styling for the Heading */
.custom-heading {
    font-weight: 700;
    color: #FFDE59; /* Yellow color */
}

/* Custom Icon List Styling */
.custom-icon-list li {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF; /* White text */
}

/* Custom Icon Colors */
.custom-icon-list .e-font-icon-svg {
    fill: #FFDE59; /* Yellow icon */
    width: 15px;
    height: 15px;
}
#admissions-section {
    background-image: url(../images/1681138873phpCwyKw9.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
/*#admissions-section:before {
    background-color: #253B5F;
    opacity: 0.7;
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}*/
#admissions-section h2 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFDE59 !important;
}
#admissions-section h3 {
    color: #FFF !important;
}
#admissions-section .mt-3 img {
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
}

#admissions-section .girl-image {
    position: absolute;
    right: 0;
    bottom: -140px;
    width: 260px;
}
.btn-warning {
    color: #fff;
    background-color: #223a5c;
    border-color: #223a5c;
    line-height: 16px;
}



/* Container padding */
#prestigious-jk-section {
    background-color: #FFDE59;  /* Yellow background */
    color: #000;  /* Dark text color */
    font-weight: bold;
    padding: 10px;
    text-align: center;
    margin: 0;
    font-size: 20px;
}


/* Custom Styling for Heading */
#why-choose-jkbs h2 {

    color: #1F3350; /* Dark color for the heading */
    font-weight: bold;
}

/* Styling for each counter box */
.counter-box {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Styling for the counter title */
.counter-title {
    font-size: 16px;
    color: #1F3350;  /* Dark color */
}

.counter-number-value {
    font-size: 36px;
    font-weight: bold;
}

/* Responsive layout for smaller screens */
@media (max-width: 767px) {
    .counter-box {
        margin-bottom: 20px;
    }
    .counter-number-value {
        font-size: 28px;
    }
}


/* Custom Styling for Heading */
#placement-highlights {
    background-color: #253B5F;
    /* margin-bottom: 104px; */
}

#placement-highlights h2 {
    color: #FFF; /* Dark color for the heading */
    font-weight: bold;
}

#placement-highlights .counter-box {
    padding: 0;
    border-radius: 0;
    box-shadow: 0px 0 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Styling for the counter title */
#placement-highlights .counter-title {
    font-size: 16px;
    color: #FFF;  /* Dark color */
}


#placement-highlights .counter-number-value {
    font-size: 36px;
    font-weight: bold;
    color: #FFDE59;
}

.grid-main {
display: grid;
    grid-template-columns: repeat(10, 1fr); /* 10 equal columns */
    gap: 10px; /* Space between items */
    width: 100%;
    margin: 0 auto;
}
.grid-item {
    background-color: #FFF;
    border-radius: 7px;
    padding: 5px;
    text-align: center;
    font-family: "Work Sans", Sans-serif;
}

.grid-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
@media screen and (max-width:600px) {
    .grid-main {
display: grid;
    grid-template-columns: repeat(5, 1fr); /* 10 equal columns */
}

}


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

    .program-card {
        /*background: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;*/
        padding: 20px;
/*        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*        transition: all 0.3s ease;*/
color: #FFF;
    }

    .program-card:hover {
/*        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
    }

    .program-card h4 {
        font-size: 1rem;
        font-weight: 600;
    }

    .program-card h5 {
        font-size: 1.8rem;
        font-weight: 500;
        color: #ffde59 !important;
    }

    .program-card ul {
        list-style-type: none;
        padding-left: 0;
    }

    .program-card ul li {
        padding: 5px 0 5px 20px;
        position: relative;
    }
    .program-card ul li:before {
        content: ' ';
        padding-right: 10px;
        width: 10px;
        height: 10px;
        background:#ffde59;
        border-radius: 100%;
        position: absolute;
        left: 0;
        top: 13px;
    }

    .program-card p {
        font-size: 1rem;
        color: #FFF !important;
        line-height: 1.5rem;
    }
    .program-card p.text-muted {
        font-size: 0.8rem;
        font-style: italic;
        text-align: right;
    }

    .row {
        margin-bottom: 30px;
    }
    #admissionprocess img {
        width: 60px;
        margin-bottom: 20px;
    }

.programs-section-1 {
    color: #000;
    margin-bottom: 1px;
}
.programs-section-1 .program-card h4 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #000;
    }
    .programs-section-1 .program-card p {
        font-size: 1rem;
        font-weight: 400;
        color: #000 !important;
    }
a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important;
}
@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 2rem;
        font-weight: 600 !important;
    }
}
