/* Leadership Module Styles */

.btn-outline-primary {
    border: 2px solid var(--tj-color-theme-bg);
    border-radius: 30px;
    font-size: 14px;
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--tj-color-theme-bg);
    text-decoration: none;
    display: inline-block;
}

.btn-outline-primary:hover {
    transform: translateY(-2px);
    background: transparent;
    color: var(--tj-color-theme-bg);
    border: 2px solid var(--tj-color-theme-bg);
}

.breadcrumbs-css {
    padding: 20px 0px 20px 0px;
    margin: 0;
    min-height: 4.2857142857rem;
}

.breadcrumbs-css h5 {
    font-weight: var(--tj-fw-normal);
    color: #707070;
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    min-height: 2.2857142857rem;
}

.breadcrumbs-css h5::after {
    content: "";
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%2212%22%20viewBox%3D%220%200%206%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.5%2011L5.5%206L0.5%201%22%20stroke%3D%22%23636363%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
    background-size: contain;
    margin-left: 0.4285714286rem;
}

.fluid-card-v2 {
    --bs-border-radius-xxl: 1.4285714286rem;
    --img-size: 42.5%;
    --img-height: 23.4285714286rem;
}

.fluid-card-v2 .img-section {
    flex-basis: 23.429rem;
    --mrginsp: 80px;
    flex-shrink: 0;
}

.fluid-card-img-sm {
    --img-size: 23.4285714286rem;
}

.fluid-card-v2 .img-section img {
    max-width: none;
    margin: -2.1428571429rem 0 -2.1428571429rem 0rem;
    width: 100%;
    border-radius: 1.4285714286rem;
    height: 23.429rem;
    object-fit: cover;
}

.fluid-card-v2 .h3 {
    font-weight: var(--tj-fw-bold);
    color: #606060;
}

.bg-secondary-2 {
    background-color: #e6f0ff;
}

/* Modal Styles */
.modal-dialog.modal-leadership {
    max-width: 600px;
}

.modal-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 4L4 20' stroke='%233791E5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 4L20 20' stroke='%233791E5' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    --bs-btn-close-opacity: 1;
    background-size: 1.7142857143rem;
    margin-top: -110px;
}

.leadership-modal-img {
    max-width: 8.5714285714rem;
}

.modal-leadership .modal-title {
    font-size: 24px;
}

.leadership-modal-img img {
    max-width: 100%;
    border-radius: 1.1428571429rem;
}

/* Mobile Responsive */
@media (max-width: 575.98px) {
    .readbtn {
        padding: 1.7142857143rem;
        padding-top: 0;
    }

    .fluid-card-v2 .img-section,
    .fluid-card-v2 .content-section {
        flex-basis: 100%;
    }

    .fluid-card-v2 .img-section img {
        margin: 0px;
        border-radius: 1.4285714286rem 1.4285714286rem 0 0;
        height: auto;
        width: 100%;
    }

    .fluid-card-v2 .h3 {
        padding: 1.7142857143rem 1.7142857143rem 0px;
    }

    .fluid-card-v2 .content-section p {
        padding: 1.7142857143rem;
        padding-top: 0px;
    }

    .mb-6 {
        margin-bottom: 1.7142857143rem;
    }
}