.advisory-card{
    height: 300px!important;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 7px;
    border-top: 0.1px solid #2f8f4e;;
    border-bottom: 0.1px solid #2f8f4e;
    margin-top: 10px;
}
.advisory-card .img-area{
    padding: 18px;
}
.advisory-card .img-area img{
    border-radius: 10px;
    display: block;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #2f8f4e;
}
.advisory-card h4.text-center {
    background-color: #2f8f4e;
    padding: 3px 10px!important; 
    display: inline-block; 
    border-radius: 4px; 
    font-size: 13px!important;
    letter-spacing: 1.5px!important;
    color: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    text-transform: uppercase;
}
.advisory-card span{
    color: #ccc;
}
.abstract-date{
    margin-top: 50px;
}
.abstract-date span{
    background-color: #2f8f4e;
    padding: 15px 35px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.abstract-table table thead tr th{
    background-color: #ccc;
    text-align: center;
}
.abstract-btn button{
    margin-left: 25px;
}
.invited-speaker thead tr th{
    text-align: center;
}
.invited-speaker table tbody tr td{
    text-align: center;
}
 /* Speaker Card Styling */
.speaker-card {
    background: #fff; /* Light background */
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.speaker-card:hover {
    transform: translateY(-5px); /* Slight lift effect on hover */
}
/* Speaker Image */
.speaker-img {
    width: 100%;
    max-width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 10px;
    /* border: 3px solid #FFA725; */
     border: 3px solid #2f8f4e;
}

/* Speaker Information */
.speaker-info {
    padding-left: 15px;
}

.speaker-name {
    font-weight: bold;
    color: #333;
}

.speaker-role {
    color: #FF5722;
    font-size: 16px;
    font-weight: bold;
}

.speaker-topic {
    text-align: justify;
    font-size: 15px;
    color: #555;
}
