.hero {
    /* background-image: url('../images/advisory-banners-new.jpg'); */
    background-size: cover;
    background-position: center;
}


.advisory-board {
    position: relative !important;
}


.profile-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border: 2px solid #dc3545;
    border-radius: 50%;
}

.card {
    border: none;
    text-align: center;
    height: 400px;
    padding: 10px;
}

.name {
    color: #dc3545;
    /* Bootstrap's danger color for red */
    font-weight: bold;
    font-size: 1.25rem;
}

.title,
.company {
    font-size: 1rem;
    color: #333;
}

.know-more {
    color: #dc3545;
    text-decoration: none;
    font-weight: bold;
}

.know-more:hover {
    text-decoration: underline;
}

.modal-content {
    border-radius: 10px;
    width: 1100px;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 5%);

}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.modal-body {
    padding: 1.5rem;
}

.modal-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 4px solid #dc3545;
}

.highlight-icon {
    font-size: 1.2rem;
    margin-right: 8px;
    color: #333;
}

.modal-name {
    color: #dc3545;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

.modal-title-text,
.modal-company {
    font-size: 1rem;
    color: #333;
    text-align: center;
}

.modal-about {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.modal-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.modal-highlights {
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.modal-highlight-item {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

.awards-list {
    list-style: disc !important;
}

.modal-body {
    .col-md-8 {
        border-left: 1px dotted gray;
    }
}

.modal-header {
    border-bottom: 1px solid gray;
}


@media(max-width:991px){
    .modal-img{
        height: 110px;
        object-fit: contain;
        border: none;
    }
    .modal-content{
        width: 100%;
    }
}
