.chairman-section {
    position: relative;

    height: 100vh;

    overflow: hidden;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .65) 0%,
            rgba(0, 0, 0, .25) 45%,
            rgba(0, 0, 0, .15) 100%),
        url("../images/cmd-sir-3.png");

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.chairman-section img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.chairman-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .65) 0%,
            rgba(0, 0, 0, .25) 45%,
            rgba(0, 0, 0, .15) 100%);

    z-index: 1;
}

.chairman-section .container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.chairman-card {
    position: absolute;

    right: -22px;
    bottom: 80px;

    max-width: 520px;

    padding: 50px;

    backdrop-filter: blur(15px);

    background:
        rgba(255, 255, 255, .12);

    border: 1px solid rgba(255, 255, 255, .25);

    border-radius: 30px;

    color: #fff;
}

.chairman-label {
    display: block;

    letter-spacing: 3px;

    font-size: .9rem;

    color: #e7d7c1;

    margin-bottom: 15px;
}

.chairman-card h2 {
    font-size: 3rem;
    font-weight: 700;

    margin-bottom: 20px;
    color: #fff;
}

.chairman-card p {
    font-size: 1.1rem;

    line-height: 1.9;

    margin-bottom: 35px;

    opacity: .95;
}

.chairman-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 180px;
    height: 55px;

    border: 1px solid #fff;

    border-radius: 50px;

    color: #fff;
    text-decoration: none;

    transition: .4s;
}

.chairman-btn:hover {
    background: #fff;
    color: #111;
}

/* Leadership Section */
.leadership-section {
    padding: 0px 0 100px;
    background: #fefefe;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: auto;
}

/* Card */
.leader_card-main {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 12px;
    transition: .4s;
    overflow: hidden;
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.leader_card-main:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

/* Image */
.leader-image {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    height: 380px;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: .6s;
}

.leader_card-main:hover .leader-image img {
    transform: scale(1.05);
}

/* Overlay */
.leader-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 59, 161, .92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.leader_card-main:hover .leader-overlay {
    opacity: 1;
    visibility: visible;
}

.leader-overlay p {
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
}

/* Info */
.leader_card-main .leader-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5px 5px;
    gap: 15px;
}

.right-name {
    flex: 1;
}

.right-name h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.right-name span {
    color: #e71820;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    display: block;
}

.divider {
    width: 1px;
    height: 60px;
    background: #d8d8d8;
    flex-shrink: 0;
}

.left-more {
    flex-shrink: 0;
}

.left-more a {
    text-decoration: none;
    color: #033ba1;
    font-weight: 600;
    font-size: 16px;
    transition: .3s;
}

.left-more a:hover {
    color: #e71820;
}

/* Heading */
.leadership-header {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
}

.leadership-header h2 {
    font-size: 56px;
    font-weight: 700;
    color: #033ba1;
}

.leadership-header p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

.leader_card-main.director {
    width: 25%;
    margin: auto;
}

/* Responsive */
@media(max-width:1400px) {
    .leadership-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:992px) {
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .leader-image {
        height: 340px;
    }
}

@media(max-width:576px) {
    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .leader-image {
        height: 420px;
    }

    .leader_card-main .leader-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .divider {
        display: none;
    }

    .leader_card-main.director {
        width: 90%;
        margin: auto;
    }
}

/* chairman page  */

.leader-profile {
    padding: 100px 0;
    background: #f8f9fb;
}

.profile-image {
    position: relative;
    background: linear-gradient(180deg, #003380 0, #0b54c4 100%);
}

.profile-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/logo-8.png");
    background-position: center;
    background-size: 120% auto;
    background-repeat: no-repeat;
    /* z-index: -1; */
    opacity: .2;
}

.profile-image img {
    width: 100%;
    /* border-radius:24px; */
    object-fit: cover;
    position: relative;
    z-index: 9;
}

.profile-content {
    padding-left: 50px;
}

.profile-label {
    display: inline-block;

    font-size: .9rem;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #033ba1;

    margin-bottom: 20px;
}

.profile-content h1 {
    font-size: 4rem;
    font-weight: 700;

    color: #033ba1;

    margin-bottom: 30px;
}

.profile-content p {
    font-size: 1.25rem;
    line-height: 1.9;

    color: #444;

    margin-bottom: 30px;
}

.profile-image img {
    transition: .8s ease;
}

.profile-image:hover img {
    transform: scale(1.03);
}

.profile-content h1 {
    position: relative;
    padding-bottom: 20px;
}

.profile-content h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 80px;
    height: 3px;

    background: #e71820;
}

@media(max-width:991px) {

    .profile-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .profile-content h1 {
        font-size: 2.8rem;
    }

    .profile-content p {
        font-size: 1.1rem;
    }

}

@media (max-width: 991px) {
    .chairman-section {
        height: 80vh;
        background-position: center 15%;
    }

    .chairman-card {
        right: 15px;
        left: 15px;
        bottom: 30px;
        max-width: none;
        padding: 30px;
        border-radius: 24px;
        background: rgba(15, 15, 15, 0.5);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.15);
    }

    .chairman-card h2 {
        font-size: 2.2rem;
    }

    .chairman-card p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .chairman-section {
        height: 75vh;
        background-position: center 10%;
    }

    .chairman-card {
        bottom: 20px;
        padding: 20px;
    }

    .chairman-card h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .chairman-card p {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
}

/* Director Premium Profile */
.director-premium-profile {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(3, 59, 161, 0.08);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.director-premium-profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #033ba1, #e71820);
}

.director-image-wrapper {
    position: relative;
    z-index: 2;
    padding: 10px;
}

.director-img {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
}

.director-image-backdrop {
    position: absolute;
    top: 30px;
    left: -10px;
    width: calc(100% - 20px);
    height: 100%;
    background: rgba(3, 59, 161, 0.05);
    border: 2px solid #e7d7c1;
    border-radius: 12px;
    z-index: 1;
    transition: all 0.5s ease;
}

.director-image-wrapper:hover .director-img {
    transform: translateY(-5px);
}

.director-image-wrapper:hover .director-image-backdrop {
    transform: translate(5px, 5px);
    border-color: #033ba1;
}

.director-details {
    padding-left: 20px;
}

.director-tag {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #e71820;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.director-name {
    font-size: 2.5rem;
    font-weight: 800;
    color: #033ba1;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}

.director-title {
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
}

.director-quote-container {
    position: relative;
    margin-bottom: 25px;
    padding: 0 15px;
}

.director-quote {
    font-size: 1.35rem;
    font-style: italic;
    color: #222;
    line-height: 1.7;
    font-weight: 500;
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
}

.quote-icon {
    font-size: 3rem;
    color: #e7d7c1;
    position: absolute;
    top: -20px;
    left: -15px;
    font-family: serif;
    line-height: 1;
    opacity: 0.8;
}

.director-desc {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.director-action {
    display: flex;
    align-items: center;
}

.btn-director-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #033ba1;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    padding: 10px 0;
    position: relative;
}

.btn-director-more::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #e71820;
    transition: width 0.3s ease;
}

.btn-director-more:hover {
    color: #e71820;
}

.btn-director-more:hover::after {
    width: 100%;
}

.btn-director-more i {
    transition: transform 0.3s ease;
}

.btn-director-more:hover i {
    transform: translateX(5px);
}

.leader-section {
    position: relative;
    background: linear-gradient(180deg, #003380 0, #0b54c4 100%);
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.leader-section::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 750px;
    height: 750px;
    background: url("../images/logo-8.png") center center no-repeat;
    background-size: contain;
    opacity: .12;
    pointer-events: none;
}

.leader-images {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
    position: relative;
    top: 57px;
}


.leader-images img {
    object-fit: cover;
    position: relative;
    z-index: 2;
    object-position: center;
    width: 100%;
    height: 615px;
}

.leader-images::after {
    transition: none;
}

.leader-images:hover img {
    transform: none;
}

.leader-images:hover::after {
    background: transparent;
}

.leader-content {
    padding: 80px;
    color: #fff;
    max-width: 700px;
    padding-bottom: 0;
}

.quote-icon {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #e2171e;
    margin-bottom: 0px;
    height: 44px;
}

.quote-close {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #e2171e;
    margin-bottom: 0px;
    text-align: right;
    height: 44px;
}

.leader-content .reveal-text {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 300;
    color: #fff;
    /* margin-bottom: 60px; */
}

.leader-info h3 {
    font-size: 5rem;
    line-height: .9;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Playfair Display", serif;
}

.leader-info p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 0px;
}

.leader-info .btn {
    border: 2px solid #E31E24;
    color: #E31E24;
    background: transparent;
    padding: 16px 42px;
    border-radius: 14px;
    font-weight: 600;
    transition: .3s;
}

.leader-info .btn:hover {
    background: #E31E24;
    color: #fff;
}

.quote-icon {
    display: block;
    font-size: 70px;
    line-height: 1;
    color: #e2171e;
    margin-bottom: 0px;
    height: 44px;
}

.image-play img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrapper-btn {
    width: 100px;
    height: 67px;
    object-fit: contain;
}

.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image-play {
    width: 100%;
    height: 100%;
    position: relative;
}

.leader-info {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

/* Responsive adjustment for Director Premium Profile */
@media (max-width: 991px) {
    .director-premium-profile {
        padding: 40px;
    }

    .director-details {
        padding-left: 0;
        margin-top: 40px;
    }

    .director-name {
        font-size: 2rem;
    }

    .director-quote {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .director-premium-profile {
        padding: 30px 20px;
    }
}

@media (max-width:1350px) {

    .leader-images img {
        object-position: right;
    }
}