

/* team section */
/* General Section Styling */
.team-section {
    padding: 60px 0;
}

.section-header h2 {
    font-size: 36px;
    color: #061e67;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header hr {
    width: 50px;
    height: 4px;
    background-color: #333;
    margin: 10px auto;
}

/* Team Member Card Styling */
.team-member {
    margin-bottom: 30px;
    background-color: #fff;
}

.team-card {
    background-color: #f8f9fa;
    border-radius: 200px; /* Oval shape */
    height: 400px;
    width: 250px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.team-img {
    width: 170px; /* Increase size if needed */
    height: 170px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f9f9f9; /* Adjust the border to match the design */
    position: relative;
    z-index: 1;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

/* Adjust Team Member Text */
.team-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #061e67;
    margin-bottom: 10px;
}

.team-card p {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

/* Social Icons */
.team-social {
    margin-top: 15px;
}

.team-social a {
    color: #333;
    font-size: 16px;
    margin: 0 5px;
    transition: color 0.3s;
}

.team-social a:hover {
    color: #007bff;
}


/* Corporate advisors */
/* General Section Styling */
.corporate-advisors-section {
    padding: 60px 0;
}

.section-header h2 {
    font-size: 36px;
    color: #061e67;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 18px;
    color: #6c757d;
  }

.section-header hr {
    width: 50px;
    height: 4px;
    background-color: #333;
    margin: 10px auto;
}

/* Corporate Advisor Card Styling */
.corporate-advisor-card {
    background-color: #fff;
    border-radius: 10px;
    height: 320px; /* Set a fixed height */
    width: 250px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
}

.corporate-advisor-img {
    width: 170px;
    height: 170px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    /* border: 5px solid #f9f9f9; Adjust the border to match the design */
}

.corporate-advisor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

/* Corporate Advisor Text */
.corporate-advisor-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #061e67;
    margin-bottom: 10px;
}

.corporate-advisor-card p {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

/* Style for carousel indicators */
.carousel-indicators {
    bottom: -30px; /* Adjust as needed to position below the cards */
}

.carousel-indicators button {
    background-color: #888; /* Slight grey color */
    border: none; /* Remove border if needed */
}

.carousel-indicators .active {
    background-color: #061e67; /* Darker grey for the active indicator */
}

/* Carousel Controls */
.carousel-control-prev, .carousel-control-next {
    filter: invert(1); /* Makes the default icons black */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black; /* Ensures that the icons are visibly black */
    border-radius: 50%;
    padding: 5px;
}


/* Medical Advisors */
/* General Section Styling */
.medical-board-section {
    padding: 60px 0;
}

.section-header h2 {
    font-size: 36px;
    color: #061e67;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 18px;
    color: #6c757d;
}

.section-header hr {
    width: 50px;
    height: 4px;
    background-color: #333;
    margin: 10px auto;
}

/* Medical Board Member Card Styling */
.medical-board-member-card {
    background-color: #fff;
    border-radius: 10px;
    height: 320px; /* Set a fixed height */
    width: 250px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
}

.medical-board-member-img {
    width: 170px;
    height: 170px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.medical-board-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

/* Medical Board Member Text */
.medical-board-member-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #061e67;
    margin-bottom: 10px;
}

.medical-board-member-card p {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}
