
.school_history_sayan{
    padding: 64px 0px;
}
.school_history_sayan .school_history_about{
    display: flex;
    gap: 24px;
    background-color: var(--muted);
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(33,37,41), .075;
    padding: 16px;
    margin-bottom: 48px;
}
.school_history_sayan .school_history_about .history_about_left{
    width: 33%;
}
.school_history_sayan .school_history_about .history_about_left .school_img{
    border-radius: 6px;
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.school_history_sayan .school_history_about .history_about_left .school_info{
    text-align: center;
}
.school_history_sayan .school_history_about .history_about_left .school_info h5{
    color: var(--green);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.2;
}
.school_history_sayan .school_history_about .history_about_left .school_info p{
    color: var(--grey);
    margin-bottom: 16px;
}
.school_history_sayan .school_history_about .history_about_right{
    width: 67%;
}
.school_history_sayan .school_history_about .history_about_right h3{
    font-size: 28px;
    color: var(--green);
    font-weight: 500;
    margin-bottom: 16px;
}
.school_history_sayan .school_history_about .history_about_right p{
    margin-bottom: 16px;
    color: var(--grey);
}


.school_history_sayan .card{
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
    background-color: var(--muted);
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(33,37,41), .075;
}
.school_history_sayan .card .card_heading{
    padding: 8px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175);
    background-color: rgba(255,193,7, 1);
    border-radius: 6px 6px 0px 0px;
}
.school_history_sayan .card .card_heading h4{
    font-size: 24px;
    font-weight: 500;
    color: var(--dark);
    line-height: 1.2;
    align-content: center;
}

.school_history_sayan .card .card_body{
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
}
.school_history_sayan .card .card_body .card_box{
    width: 50%;
    margin-bottom: 24px;
    border: 1px solid var(--green);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}
.school_history_sayan .card .card_body .card_box:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.school_history_sayan .card .card_body .card_box::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}
.school_history_sayan .card .card_body .card_box:hover::before{
    left: 100%;
}

.school_history_sayan .card .card_body .card_box .card_box_header{
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 6px 6px 0px 0px;
    padding: 8px 16px;
    color: var(--white);
    font-weight: 600;
}
.school_history_sayan .card .card_body .card_box .card_box_content{
    padding: 16px;
}
.school_history_sayan .card .card_body .card_box .card_box_content h5{
    margin-bottom: 8px;
    font-size: 20px;
    color: var(--dark);
}
.school_history_sayan .card .card_body .card_box .card_box_content p{
    color: var(--grey);
}
.school_history_sayan .card .batch_card_body{
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
    gap: 24px;
}
.school_history_sayan .card .batch_card_body .batch_card_box{
    width: 48.8%;
    border: 1px solid rgba(0, 0, 0, 0.175);
    padding: 16px;
    border-radius: 6px;
}
.school_history_sayan .card .batch_card_body .batch_card_box h5{
    color: var(--green);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}
.school_history_sayan .card .batch_card_body .batch_card_box .subtitle{
    margin-bottom: 8px;
    color: var(--grey);
}
.school_history_sayan .card .batch_card_body .batch_card_box .color_dark{
    color: var(--grey);
}
.school_history_sayan .card .extra_para{
    margin: 16px 0px;
    text-align: center;
    color: var(--grey);
    width: 100%;
}
.school_history_sayan .card .content_card_body{
    padding: 16px;
    display: flex;
}
.school_history_sayan .card .content_card_body .content_card_left{
    width: 67%;
}
.school_history_sayan .card .content_card_body .content_card_left h5{
    color: var(--green);
    font-size: 20px;
    font-size: 500;
    margin-bottom: 16px;
}
.school_history_sayan .card .content_card_body .content_card_left p{
    margin-bottom: 16px;
}
.school_history_sayan .card .content_card_body .content_card_right{
    width: 33%;
    border: 1px solid rgba(0, 0, 0, 0.175);
    margin-bottom: 16px;
    border-radius: 6px;
}
.school_history_sayan .card .content_card_body .content_card_right .content_img{
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0px 0px;
}
.school_history_sayan .card .content_card_body .content_card_right .content_para{
    padding: 16px;
    background-color: var(--white);
}
