﻿
:root {
    --hudco-blue: #162B52;
    --hudco-maroon: #880000;
    --hudco-orange: #F28C28;
    --text: #404040;
    --light-text: #6d6d6d;
    --bg: #FAFBFD;
    --card: #ffffff;
    --border: #ECECEC;
}

.leadership-section {
    padding: 20px 0;
    background: var(--bg);
    margin-top:4%;
}

/*==========================
    CMD CARD
===========================*/
.leadership-heading {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

    .leadership-heading span {
        display: inline-block;
        padding: 12px 28px;
        border-radius: 40px;
        background: var(--hudco-maroon);
        color: #fff;
        font-size: .85rem;
        letter-spacing: 2px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .leadership-heading h2 {
        font-size: 64px;
        line-height: 1.05;
        color: var(--hudco-blue);
        font-weight: 800;
    }

    .leadership-heading p {
        margin-top: 20px;
        color: #666;
        font-size: 1.2rem;
        line-height: 1.8;
    }

/*==========================
    CMD HERO
===========================*/

.cmd-hero {
    position: relative;
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 70px;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 70px;
    overflow: hidden;
    border: 1px solid #ededed;
    box-shadow: 0 20px 50px rgba(20,35,70,.08);
}

.cmd-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .cmd-pattern::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -220px;
        top: -150px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(136,0,0,.035) 0%, rgba(136,0,0,.015) 45%, transparent 70%);
    }

    .cmd-pattern::after {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        left: -120px;
        bottom: -140px;
        background: radial-gradient(circle, rgba(22,43,82,.05), transparent 70%);
        border-radius: 50%;
    }

.cmd-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cmd-image {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .cmd-image img {
        width: 100%;
        /*height: 285px;*/
        object-fit: cover;
        border-radius: 20px;
        border: 8px solid #fff;
        box-shadow: 0 18px 40px rgba(20,30,60,.15);
    }

.cmd-image-wrap {
    position: relative;
    width: 320px;
    z-index: 2;
}

    .cmd-image-wrap img {
        width: 100%;
        display: block;
        border-radius: 24px;
        box-shadow: 0 25px 55px rgba(0,0,0,.16);
    }

.cmd-right {
    position: relative;
    z-index: 2;
}

    .cmd-right h2 {
        font-size: 3.2rem;
        line-height: 1.1;
        color: var(--hudco-blue);
        margin-bottom: 10px;
        font-weight: 700;
    }

.cmd-role-label {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--hudco-maroon);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.hero-designation {
    color: #666;
    font-size: 1.35rem;
    margin-bottom: 28px;
}

.hero-divider {
    width: 90px;
    height: 4px;
    background: var(--hudco-maroon);
    border-radius: 20px;
    margin-bottom: 30px;
}

.hero-description {
    color: #555;
    font-size: 1.05rem;
    line-height: 2;
    max-width: 92%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 40px;
}

.hero-btn-primary,
.hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 25px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.hero-btn-primary {
    background: var(--hudco-maroon);
    color: #fff;
    border: 1px solid var(--hudco-maroon);
}

    .hero-btn-primary:hover {
        background: var(--hudco-blue);
        border-color: var(--hudco-blue);
        color: #fff;
    }

.hero-btn-secondary {
    background: transparent;
    color: var(--hudco-maroon);
    border: 1px solid var(--hudco-maroon);
}

    .hero-btn-secondary:hover {
        background: var(--hudco-maroon);
        color: #fff;
    }

    .hero-btn-primary i,
    .hero-btn-secondary i {
        font-size: .8rem;
        transition: transform .3s ease;
    }

    .hero-btn-primary:hover i,
    .hero-btn-secondary:hover i {
        transform: translateX(4px);
    }

.hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: var(--hudco-maroon);
    color: #fff;
    border-radius: 40px;
    font-size: .8rem;
    letter-spacing: 1.5px;
    font-weight: 600;
    margin-bottom: 25px;
}

.member-label {
    display: inline-block;
    background: #0b7d43;
    color: #fff;
    padding: 7px 18px;
    border-radius: 30px;
    font-size: .85rem;
    margin-bottom: 18px;
}

.cmd-content h2 {
    font-size: 2rem;
    color: #0e1a2b;
    margin-bottom: 8px;
    font-weight: 700;
}

.member-designation {
    color: #777;   
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 22px;
}

.member-contact {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

    .member-contact span {
        background: #f6f8f9;
        padding: 10px 16px;
        border-radius: 30px;
    }

.member-preview {
    color: #555;
    line-height: 1.9;
    margin-bottom: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 85%;
}

.member-divider {
    width: 70px;
    height: 3px;
    background: var(--hudco-maroon);
    border-radius: 10px;
    margin: 20px 0 25px;
}

.board-btn {
    background: var(--hudco-maroon);
    color: white;
    border: none;
    border-radius: 40px;
    padding: 12px 28px;
    font-weight: 600;
    transition: .3s;
}

    .board-btn:hover {
        background: var(--hudco-blue);
    }

/* =========================================================
   BOARD DIRECTOR GROUP
========================================================= */

.board-director-group {
    margin-top: 90px;
}

.nominee-group {
    margin-top: 100px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.board-group-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 40px;
}

    .board-group-heading::before,
    .board-group-heading::after {
        content: "";
        height: 1px;
        background: #dedede;
        flex: 1;
        max-width: 260px;
    }

    .board-group-heading h3 {
        margin: 0;
        color: var(--hudco-blue);
        font-size: 1.65rem;
        font-weight: 750;
        text-transform: uppercase;
        letter-spacing: 1.2px;
        white-space: nowrap;
    }

.board-group-line {
    display: none;
}


/* =========================================================
   DIRECTORS GRID
========================================================= */

.board-directors-grid {
    display: grid;
    grid-template-columns: repeat(2, 360px);
    justify-content: center;
    gap: 55px;
}


/* =========================================================
   DIRECTOR CARD
========================================================= */

.board-director-card {
    position: relative;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 24px;
    padding: 28px 28px 32px;
    text-align: center;
    overflow: hidden;
    min-height: 510px;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}


    /* subtle top accent */

    .board-director-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 55px;
        height: 4px;
        background: var(--hudco-maroon);
        transform: translateX(-50%);
        border-radius: 0 0 8px 8px;
        transition: width .35s ease;
    }


    /* hover */

    .board-director-card:hover {
        transform: translateY(-8px);
        border-color: rgba(136, 0, 0, .18);
        box-shadow: 0 25px 55px rgba(20, 35, 70, .12);
    }

        .board-director-card:hover::before {
            width: 100px;
        }


/* =========================================================
   DIRECTOR IMAGE
========================================================= */

.board-director-image {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}


    .board-director-image img {
        width: 230px;
        height: 285px;
        object-fit: cover;
        border-radius: 18px;
        border: 5px solid #fff;
        box-shadow: 0 18px 40px rgba(20, 30, 60, .15);
        transition: transform .35s ease, box-shadow .35s ease;
    }


.board-director-card:hover
.board-director-image img {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(20, 30, 60, .20);
}


/* =========================================================
   DIRECTOR CONTENT
========================================================= */

.board-director-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}


    .board-director-content h3 {
        margin: 0 0 8px;
        color: var(--hudco-blue);
        font-size: 1.35rem;
        line-height: 1.35;
        font-weight: 750;
    }


.board-director-designation {
    min-height: 45px;
    color: #666;
    font-size: .98rem;
    line-height: 1.5;
    max-width: 280px;
}


/* =========================================================
   DIVIDER
========================================================= */

.board-director-divider {
    width: 38px;
    height: 3px;
    margin: 18px 0 20px;
    background: var(--hudco-maroon);
    border-radius: 10px;
    transition: width .3s ease;
}


.board-director-card:hover
.board-director-divider {
    width: 60px;
}


/* =========================================================
   KNOW MORE
========================================================= */

.board-director-link {
    margin-top: auto;
    color: var(--hudco-maroon);
    font-size: .95rem;
    font-weight: 650;
    text-decoration: none;
    transition: color .3s ease, transform .3s ease;
}


    .board-director-link::after {
        /*content: " →";*/
        transition: margin-left .3s ease;
    }


    .board-director-link:hover {
        color: var(--hudco-blue);
    }


        .board-director-link:hover::after {
            margin-left: 5px;
        }
/* =========================================================
   LEADERSHIP INDIVIDUAL PROFILE PAGE
========================================================= */

.leadership-profile-page {
    position: relative;
    padding: 55px 0 100px;
    background: #FAFBFD;
    overflow: hidden;
}


/* =========================================================
   BACK BUTTON
========================================================= */

.profile-back-wrap {
    position: relative;
    z-index: 5;
    margin-bottom: 25px;
}

.profile-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--hudco-maroon);
    text-decoration: none;
    font-size: .95rem;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid rgba(136,0,0,.25);
    border-radius: 30px;
    background: rgba(255,255,255,.85);
    transition: .3s ease;
}

    .profile-back i {
        font-size: .8rem;
        transition: .3s ease;
    }

    .profile-back:hover {
        background: var(--hudco-maroon);
        color: #fff;
        border-color: var(--hudco-maroon);
        text-decoration: none;
    }

        .profile-back:hover i {
            transform: translateX(-3px);
        }


/* =========================================================
   BACKGROUND PATTERN
========================================================= */

.profile-background-pattern {
    position: absolute;
    width: 650px;
    height: 650px;
    right: -300px;
    top: -250px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(136,0,0,.035) 0%, rgba(136,0,0,.018) 40%, transparent 70% );
    pointer-events: none;
}


/* =========================================================
   PROFILE HERO
========================================================= */

.profile-hero {
    position: relative;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 75px;
    align-items: center;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    padding: 65px 75px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(20,35,70,.08);
}


/* subtle decorative element */

.profile-hero-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .profile-hero-pattern::before {
        content: "";
        position: absolute;
        width: 450px;
        height: 450px;
        right: -180px;
        bottom: -230px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(22,43,82,.045), transparent 70% );
    }


/* =========================================================
   IMAGE
========================================================= */

.profile-image-column {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.profile-image-frame {
    position: relative;
    width: 320px;
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 25px 55px rgba(20,30,60,.16);
}


    /* elegant maroon accent */

    .profile-image-frame::after {
        content: "";
        position: absolute;
        width: 70px;
        height: 70px;
        right: -1px;
        bottom: -1px;
        border-right: 5px solid var(--hudco-maroon);
        border-bottom: 5px solid var(--hudco-maroon);
        border-radius: 0 0 24px 0;
        pointer-events: none;
    }


    .profile-image-frame img {
        width: 100%;
        height: 390px;
        display: block;
        object-fit: cover;
        border-radius: 26px;
    }


/* =========================================================
   PROFILE INTRO
========================================================= */

.profile-intro {
    position: relative;
    z-index: 2;
}


.profile-eyebrow {
    color: var(--hudco-maroon);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}


.profile-intro h1 {
    margin: 0 0 10px;
    color: var(--hudco-blue);
    font-size: 3.6rem;
    line-height: 1.08;
    font-weight: 800;
}


.profile-department {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
}


/* =========================================================
   DIVIDER
========================================================= */

.profile-divider {
    width: 85px;
    height: 4px;
    background: var(--hudco-maroon);
    border-radius: 10px;
    margin: 25px 0 28px;
}


/* =========================================================
   ROLE
========================================================= */

.profile-role {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 18px;
    background: #F7F8FA;
    border-radius: 30px;
}

    .profile-role i {
        color: var(--hudco-maroon);
    }


/* =========================================================
   FULL PROFILE SECTION
========================================================= */

.profile-details {
    position: relative;
    margin-top: 55px;
    background: #fff;
    border-radius: 26px;
    padding: 55px 70px;
    border: 1px solid #ECECEC;
    box-shadow: 0 15px 45px rgba(20,35,70,.06);
}


/* =========================================================
   PROFILE HEADER
========================================================= */

.profile-details-header {
    margin-bottom: 35px;
}

    .profile-details-header span {
        display: inline-block;
        color: var(--hudco-maroon);
        font-size: .75rem;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .profile-details-header h2 {
        margin: 0;
        color: var(--hudco-blue);
        font-size: 2.2rem;
        font-weight: 750;
    }


/* =========================================================
   DESCRIPTION
========================================================= */

.profile-details-content {
    color: #4D4D4D;
    font-size: 1.05rem;
    line-height: 2;
    max-width: 1100px;
}


    /*
   Your database description may contain
   <br>, <p>, <strong>, etc.
*/

    .profile-details-content p {
        margin-bottom: 22px;
    }

    .profile-details-content br {
        line-height: 2;
    }

    .profile-details-content strong {
        color: var(--hudco-blue);
        font-weight: 700;
    }


/* =========================================================
   BOTTOM NAVIGATION
========================================================= */

.profile-bottom-navigation {
    margin-top: 35px;
    display: flex;
    justify-content: flex-start;
}

.profile-back-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 25px;
    border-radius: 35px;
    background: var(--hudco-maroon);
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    text-decoration: none;
    transition: .3s ease;
}

    .profile-back-large i {
        transition: .3s ease;
    }

    .profile-back-large:hover {
        background: var(--hudco-blue);
        color: #fff;
        text-decoration: none;
    }

        .profile-back-large:hover i {
            transform: translateX(-4px);
        }


/* =========================================================
   NOT FOUND
========================================================= */

.profile-not-found {
    padding: 120px 0;
    text-align: center;
    background: #FAFBFD;
}

    .profile-not-found h2 {
        color: var(--hudco-blue);
        font-size: 2.5rem;
    }

    .profile-not-found p {
        color: #666;
        margin: 15px 0 30px;
    }


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .profile-hero {
        grid-template-columns: 300px 1fr;
        gap: 45px;
        padding: 50px;
    }

    .profile-image-frame {
        width: 270px;
    }

        .profile-image-frame img {
            height: 340px;
        }

    .profile-intro h1 {
        font-size: 2.8rem;
    }

    .profile-details {
        padding: 45px;
    }
}


@media (max-width: 767px) {

    .leadership-profile-page {
        padding: 30px 0 70px;
    }

    .profile-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 35px 25px;
        text-align: center;
    }

    .profile-image-column {
        order: 1;
    }

    .profile-intro {
        order: 2;
    }

    .profile-image-frame {
        width: 240px;
    }

        .profile-image-frame img {
            height: 300px;
        }

    .profile-intro h1 {
        font-size: 2.3rem;
    }

    .profile-divider {
        margin: 22px auto;
    }

    .profile-role {
        justify-content: center;
    }

    .profile-details {
        padding: 35px 25px;
    }

    .profile-details-header h2 {
        font-size: 1.8rem;
    }

    .profile-details-content {
        font-size: 1rem;
        line-height: 1.9;
        text-align: left;
    }

    .profile-bottom-navigation {
        justify-content: center;
    }
}

/*=============================
    MANAGEMENT GRID
==============================*/

.management-section {
    margin-bottom: 70px;
}

.management-heading {
    text-align: center;
    margin-bottom: 45px;
}

    .management-heading h2 {
        color: #880000;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .management-heading::after {
        content: "";
        display: block;
        width: 80px;
        height: 4px;
        background: #880000;
        margin: 15px auto 0;
        border-radius: 5px;
    }

.cvo-grid {
    max-width: 320px;
    margin: 0 auto;
}

.sed-grid {
    max-width: 650px;
    margin: 0 auto;
}
/*=============================
    GRID
==============================*/

.management-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 35px;
}

/*=============================
    CARD
==============================*/

.management-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 22px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: .35s;
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .management-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 18px 40px rgba(0,0,0,.15);
    }

/*=============================
    PHOTO FRAME
==============================*/

.management-photo-frame {
    width: 170px;
    height: 170px;
    margin: 0 auto 28px;
    position: relative;
}

    .management-photo-frame::before {
        content: "";
        position: absolute;
        top: 14px;
        left: 14px;
        width: 100%;
        height: 100%;
        border: 5px solid #880000;
        border-radius: 8px;
        z-index: 1;
    }

.management-photo {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    z-index: 2;
}

/*=============================
    SECTION
==============================*/

.management-section {
    margin-bottom: 70px;
}

.management-heading {
    text-align: center;
    margin-bottom: 40px;
}

    .management-heading h2 {
        display: inline-block;
        color: #880000;
        font-size: 2rem;
        font-weight: 700;
        position: relative;
        padding-bottom: 12px;
    }

        .management-heading h2::after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 70px;
            height: 4px;
            background: #880000;
            border-radius: 5px;
        }

/*=============================
    NAME
==============================*/

.management-body h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

/*=============================
    DESIGNATION
==============================*/

.management-designation {
    color: #880000;
    font-weight: 700;
    margin-bottom: 8px;
    min-height: 48px;
}

/*=============================
    DEPARTMENT
==============================*/

.management-department {
    color: #666;
    font-size: .95rem;
    min-height: 45px;
    margin-bottom: 18px;
}

/*=============================
    CONTACT
==============================*/

.management-info {
    border-top: 1px solid #ececec;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: .92rem;
}

    .management-info i {
        color: #880000;
        margin-right: 6px;
    }


/*=========================================================
    RESPONSIVE
=========================================================*/

@media (max-width: 1200px) {

    .directors-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cmd-hero {
        grid-template-columns: 350px 1fr;
        gap: 45px;
        padding: 50px;
    }

    .cmd-right h2 {
        font-size: 2.8rem;
    }

    .director-detail-inner {
        grid-template-columns: 300px 1fr;
        gap: 50px;
        padding: 50px;
    }

    .director-detail-image img {
        width: 270px;
        height: 350px;
    }

    .management-grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width:992px) {

    .management-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .cmd-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .member-contact {
        justify-content: center;
    }

    .directors-grid {
        grid-template-columns: 1fr;
    }

    .director-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .director-contact {
        justify-content: center;
    }

    .cmd-hero {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 50px 35px;
    }

    .cmd-image-wrap {
        width: 250px;
        margin: auto;
    }

    .hero-divider {
        margin: 25px auto;
    }

    .hero-description {
        max-width: 100%;
    }

    .leadership-heading h2 {
        font-size: 48px;
    }

    .cmd-hero {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 45px;
    }

    .cmd-left {
        order: 1;
    }

    .cmd-right {
        order: 2;
    }

    .cmd-image-wrap {
        width: 280px;
    }

    .hero-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .directors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .directors-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .director-detail-inner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 45px;
    }

    .director-detail-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .director-detail-description {
        max-width: 100%;
        text-align: left;
    }

    .director-detail-contact {
        justify-content: center;
    }

    .director-detail-actions {
        text-align: center;
    }
}



@media (max-width: 768px) {

    .leadership-section {
        padding: 70px 0;
    }

    .leadership-heading {
        margin-bottom: 50px;
    }

        .leadership-heading h2 {
            font-size: 38px;
        }

        .leadership-heading p {
            font-size: 1rem;
        }

    .cmd-hero {
        padding: 35px 25px;
        border-radius: 22px;
    }

    .cmd-right h2 {
        font-size: 2.4rem;
    }

    .hero-designation {
        font-size: 1.15rem;
    }

    .directors-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .directors-section-header h2 {
        font-size: 2rem;
    }

    .director-detail-inner {
        padding: 35px 25px;
    }

    .director-detail-content h1 {
        font-size: 2.3rem;
    }

    .director-detail-designation {
        font-size: 1.1rem;
    }
}


@media (max-width:576px) {

    .management-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .management-card {
        padding: 25px 18px;
    }

    .management-photo-frame {
        width: 150px;
        height: 150px;
    }

    .management-body h4 {
        font-size: 1.1rem;
    }

    .management-designation {
        font-size: .95rem;
    }
}


@media (max-width: 520px) {

    .leadership-heading h2 {
        font-size: 32px;
    }

    .cmd-image-wrap {
        width: 240px;
    }

    .cmd-right h2 {
        font-size: 2rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        justify-content: center;
    }

    .director-photo {
        width: 180px;
        height: 210px;
    }

    .director-detail-image img {
        width: 230px;
        height: 290px;
    }

    .director-detail-content h1 {
        font-size: 2rem;
    }
}