/* Container for the Important People Section */
.members-container {
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: fit-content;
    width: 100%;
    background-color: cornflowerblue;
    border-radius: 5px;
}

/* Title for Important People */
.important-people-title {
    color: #062c68;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Member List */
.member-list {
    display: flex;
    flex-direction: column;
}

/* Individual Member Item */
.member-item {
    background-color: #B1D0D2;
    padding: 15px;
    border: 1px solid black;
    border-radius: 8px;
    width: 100%;
    min-width: 120px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px; /* Space between the image and text */
    text-align: left;
    justify-content: flex-start; /* Align items to the start */
}

/* Member Icon Styling */
.member-icon {
    flex-shrink: 0;
}

    .member-icon img {
        width: 80px; /* Set image width */
        height: 80px; /* Set image height */
        object-fit: cover; /* Ensure image fits within the circle */
        border-radius: 50%; /* Circle shape */
        border: 1px solid gray;
    }

/* Member Info Styling */
.member-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px; /* Space between name, designation, and button */
}

/* Member Name Styling */
.member-name {
    color: #062c68;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

/* Member Designation Styling */
.member-designation {
    color: black;
    font-size: 14px;
}

.member-item:hover {
    cursor: pointer;
}

/* View Details Button Styling */
.view-details-btn {
    font-size: 12px;
    padding: 5px 15px;
    width: max-content;
    align-self: flex-start; /* Align button to the left */
}

@media (max-width: 1300px) {
    .members-container {
        height: 100%;
        width: fit-content;
    }
    /* Title for Important People */
    .important-people-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    /* Individual Member Item */
    .member-item {
        width: 100%;
        min-width: fit-content;
        gap: 12px; /* Space between the image and text */
    }

    /* Member Icon Styling */
    .member-icon {
        flex-shrink: 0;
    }

        .member-icon img {
            width: 80px; /* Set image width */
            height: 80px; /* Set image height */
            object-fit: cover; /* Ensure image fits within the circle */
            border-radius: 50%; /* Circle shape */
            border: 1px solid gray;
        }

    /* Member Name Styling */
    .member-name {
        color: #062c68;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    /* Member Designation Styling */
    .member-designation {
        color: black;
        font-size: 12px;
    }

    .member-item:hover {
        cursor: pointer;
    }

    /* View Details Button Styling */
    .view-details-btn {
        font-size: 12px;
        padding: 5px 8px;
        width: max-content;
        align-self: flex-start; /* Align button to the left */
    }
}
@media (max-width: 1600px) {
    .members-container {
        height: 100%;
        width: fit-content;
    }
    /* Title for Important People */
    .important-people-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    /* Individual Member Item */
    .member-item {
        width: 100%;
        min-width: fit-content;
        gap: 12px; /* Space between the image and text */
    }

    /* Member Icon Styling */
    .member-icon {
        flex-shrink: 0;
    }

        .member-icon img {
            width: 80px; /* Set image width */
            height: 80px; /* Set image height */
            object-fit: cover; /* Ensure image fits within the circle */
            border-radius: 50%; /* Circle shape */
            border: 1px solid gray;
        }

    /* Member Name Styling */
    .member-name {
        color: #062c68;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    /* Member Designation Styling */
    .member-designation {
        color: black;
        font-size: 12px;
    }

    .member-item:hover {
        cursor: pointer;
    }

    /* View Details Button Styling */
    .view-details-btn {
        font-size: 12px;
        padding: 5px 8px;
        width: max-content;
        align-self: flex-start; /* Align button to the left */
    }
}
@media (max-width: 1024px) {
    .members-container {
        height: 100%;
        width: fit-content;
    }
    .members-container {
        height: 100%;
        width: fit-content;
    }
    /* Title for Important People */
    .important-people-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    /* Individual Member Item */
    .member-item {
        width: 100%;
        min-width: fit-content;
        gap: 12px; /* Space between the image and text */
    }

    /* Member Icon Styling */
    .member-icon {
        flex-shrink: 0;
    }

        .member-icon img {
            width: 80px; /* Set image width */
            height: 80px; /* Set image height */
            object-fit: cover; /* Ensure image fits within the circle */
            border-radius: 50%; /* Circle shape */
            border: 1px solid gray;
        }

    /* Member Name Styling */
    .member-name {
        color: #062c68;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    /* Member Designation Styling */
    .member-designation {
        color: black;
        font-size: 12px;
    }

    .member-item:hover {
        cursor: pointer;
    }

    /* View Details Button Styling */
    .view-details-btn {
        font-size: 12px;
        padding: 5px 8px;
        width: max-content;
        align-self: flex-start; /* Align button to the left */
    }
}

@media (max-width: 992px) {

    /* Individual Member Item */
    .member-item {
        width: 100%;
        min-width: fit-content;
        gap: 12px; /* Space between the image and text */
    }

    /* Member Icon Styling */
    .member-icon {
        flex-shrink: 0;
    }

        .member-icon img {
            width: 80px; /* Set image width */
            height: 80px; /* Set image height */
            object-fit: cover; /* Ensure image fits within the circle */
            border-radius: 50%; /* Circle shape */
            border: 1px solid gray;
        }

    /* Member Name Styling */
    .member-name {
        color: #062c68;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

    /* Member Designation Styling */
    .member-designation {
        color: black;
        font-size: 12px;
    }

    .member-item:hover {
        cursor: pointer;
    }

    /* View Details Button Styling */
    .view-details-btn {
        font-size: 12px;
        padding: 5px 10px;
        width: max-content;
        align-self: flex-start; /* Align button to the left */
    }
}

@media (max-width: 768px) {
    .members-container {
        background-color: cornflowerblue;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .members-container {
        background-color: cornflowerblue;
        border-radius: 5px;
        padding: 20px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        height: 100%;
        width: 100%;
    }
}
