/* anatomy secttion start */
#anatomy_items {
    padding: 30px 0px 30px 0px;
}

#anatomy_container {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 0 15px;
}

.anatomy_all_item img {
    width: 100%;
    height: 300px;
}

.anatomy_all_item h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 0px 16px 0px;
}

.anatomy_all_item_paragraph p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.departmental_objectives_items h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 0px 16px 0px;
}

.departmental_objectives_items p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.departmental_objectives_list {
    padding-left: 10px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.MBBS_students_hours_items h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 0px 16px 0px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.simple-table {
    width: 100%;
    border-collapse: collapse;
}

.simple-table td {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d5d4d4;
    padding: 15px;
    text-align: left;
}

.MBBS_students_hours_items_1 {
    padding: 55px 0px 60px 0px;
}

.MBBS_students_hours_items_1 h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 0px 16px 0px;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.simple-table_1 {
    width: 100%;
    border-collapse: collapse;
}

.simple-table_1 td {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d5d4d4;
    padding: 15px;
    text-align: left;
}

.teaching_learning_process_text h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 0px 16px 0px;
}

.teaching_learning_process_text p {
    padding: 10px 0px 0px 0px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.teaching_learning_process_list {
    padding-left: 10px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.MBBS_examination_details_items h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 0px 16px 0px;
}

.MBBS_examination_details_text p {
    padding: 10px 0px 0px 0px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.MBBS_examination_details_list {
    padding-left: 10px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.BDS_exam_details_items h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 16px 0px 16px 0px;
}

.BDS_exam_details_text p {
    padding: 10px 0px 0px 0px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.BDS_exam_details_list {
    padding-left: 10px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.BDS_exam_details_list_text p {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.image_item {
    background-color: #fff;
}

.image_item img {
    width: 100%;
    height: auto;
    display: block;
}

.anatomy_all_card_item {
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    /* border: none; */
    background: #ededed;
    transition: 0.6s ease all !important;
}

/* Card styles */
.card {
    position: relative;
    width: 300px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-img {
    width: 100%;
    display: block;
}

.card-content {
    padding: 16px;
}

@media screen and (max-width: 480px) {
    .anatomy_all_card_item {
        margin-top: 5px;
    }

    .anatomy_card_item h1 {
        font-size: 16px !important;
    }

    .card-img {
        width: 100%;
    }
}

.anatomy_all_card_item:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.anatomy_all_card_item:hover .anatomy_card_text_items h4 {
    color: #03a9f4;
}

.anatomy_card_item h1 {
    margin: 0px 0px 5px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: var(--background-color);
    background: var(--btn-color);
}

.anatomy_card_items_img {
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 300px;
    height: 330px;
}

.anatomy_card_items_img .card img {
    width: 100%;
    height: 100%;
}

.anatomy_card_items_img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.anatomy_card_text_items h4 {
    padding: 20px 0px 0px 0px;
    text-align: center;
    transition: 0.6s ease all !important;
}

.anatomy_card_text_items p {
    text-align: center;
    font-size: 16px;
    color: var(--card-btn-color);
    margin-bottom: 0 !important;
}

.anatomy_card_text_items span {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--card-btn-color);
}

.anatomy_card_text_items .icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.anatomy_card_text_items .icons .social {
    margin: 30px 0px 20px 15px;
    height: 35px;
    width: 35px;
    border-radius: 40px;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.3s;
    overflow: hidden;
    background: var(--card-btn-color);
}

.anatomy_card_text_items .icons .social:hover {
    cursor: pointer;
    transition: all 0.3s;
    background: var(--btn-bg);
}

.anatomy_card_text_items .icons .social .social-icon {
    text-decoration: none;
    color: #e7e7e7;
    padding: 22px;
    font-size: 16px;
}

.anatomy_card_text_items .icons .social .social-icon:hover {
    animation: slide 1s ease;
}

.anatomy_card_text_items .icons .social:nth-child(1) {
    background: var(--card-btn-color);
}

.anatomy_card_text_items .icons .social:nth-child(1):hover {
    background: var(--btn-bg);
}

.anatomy_card_text_items .icons .social:nth-child(2) {
    background: var(--card-btn-color);
}

.anatomy_card_text_items .icons .social:nth-child(2):hover {
    background: var(--btn-color);
}

.anatomy_card_text_items .icons .social:nth-child(3) {
    background: var(--card-btn-color);
}

.anatomy_card_text_items .icons .social:nth-child(3):hover {
    background: var(--linkein-color);
}

.anatomy_card_text_items .icons .social:nth-child(4) {
    background: var(--card-btn-color);
}

.anatomy_card_text_items .icons .social:nth-child(4):hover {
    background: var(--twiter-color);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateY(20px);
        opacity: 0;
    }

    51% {
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

/* anatomy secttion end */
