
       

        .jai-leadership-section {
            padding: 90px 0 110px;
           
            
        }

        .jai-leadership-section .container {
            max-width: 1240px;
        }


        /* =========================================================
   HEADER
========================================================= */

        .jai-leadership-header {
            max-width: 850px;
            margin: 0 auto 65px;
        }

        .jai-section-label {
            display: inline-block;
            padding: 8px 24px;

            border: 1px solid rgba(194, 145, 52, .35);
            border-radius: 50px;

            color: #b98227;

            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;

            background: rgba(194, 145, 52, .04);
        }

        .jai-leadership-header h2 {
            margin: 18px 0 15px;

            color: #142338;

            font-size: clamp(36px, 4vw, 52px);
            line-height: 1.08;

            font-weight: 600;
            letter-spacing: -1.5px;
        }

        .jai-leadership-header p {
            max-width: 760px;
            margin: auto;

            color: #6b7683;

            font-size: 16px;
            line-height: 1.8;
        }


        /* =========================================================
   TEAM GROUP
========================================================= */

        .jai-team-group {
            margin-bottom: 70px;
        }

        .jai-group-heading {
            display: flex;
            align-items: center;
            gap: 18px;

            margin-bottom: 30px;
        }

        .jai-group-heading>span {
            flex: 1;
            height: 1px;

            background: linear-gradient(to right,
                    transparent,
                    #d8ad62);
        }

        .jai-group-heading>span:last-child {
            background: linear-gradient(to left,
                    transparent,
                    #d8ad62);
        }

        .jai-group-heading div {
            text-align: center;
        }

        .jai-group-heading small {
            display: block;

            color: #b77e21;

            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1.5px;
        }

        .jai-group-heading h3 {
            margin: 5px 0 0;

            color: #1a2a3e;

            font-size: 18px;
            font-weight: 600;
        }


        /* =========================================================
   FOUNDERS
========================================================= */

        .jai-founder-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }

        .jai-founder-card {
            display: grid;
            grid-template-columns: 47% 53%;

            background: #fff;

            border: 1px solid #e7eaee;
            border-radius: 14px;

            overflow: hidden;

            cursor: pointer;

            box-shadow: 0 10px 35px rgba(16, 35, 54, .055);

            transition: .35s ease;
        }

        .jai-founder-card:hover {
            transform: translateY(-5px);

            box-shadow:
                0 20px 45px rgba(16, 35, 54, .12);
        }

        .jai-founder-photo {
            position: relative;

            height: 320px;

            overflow: hidden;
        }

        .jai-founder-photo img {
            width: 100%;
            height: 100%;

            object-fit: cover;

            transition: transform .5s ease;
        }

        .jai-founder-card:hover img {
            transform: scale(1.04);
        }

        .jai-founder-info {
            padding: 35px;

            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .jai-founder-info h4,
        .jai-team-info h4 {
            margin: 0 0 6px;

            color: #142338;

            font-size: 20px;
            font-weight: 700;
        }

        .jai-founder-info>span,
        .jai-team-info>span {
            color: #b27c24;

            font-size: 12px;
            line-height: 1.5;

            font-weight: 600;
        }


        /* =========================================================
   SHORT INTRO
========================================================= */

        .jai-card-intro {
            margin: 13px 0 0;

            color: #6b7683;

            font-size: 13px;
            line-height: 1.65;

            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;

            overflow: hidden;
        }


        /* =========================================================
   NORMAL TEAM GRID
========================================================= */

        .jai-team-grid {
            display: grid;

            grid-template-columns: repeat(4, 1fr);

            gap: 20px;
        }

        .jai-team-card {
            background: #fff;

            border: 1px solid #e7eaee;

            border-radius: 11px;

            overflow: hidden;

            cursor: pointer;

            box-shadow: 0 7px 25px rgba(16, 35, 54, .045);

            transition: .3s ease;
        }

        .jai-team-card:hover {
            transform: translateY(-5px);

            border-color: rgba(184, 130, 39, .35);

            box-shadow:
                0 18px 38px rgba(16, 35, 54, .10);
        }

        .jai-team-photo {
            height: 205px;

            overflow: hidden;

            /* background: #edf0f2; */
        }

        .jai-team-photo img {
            width: 100%;
            height: 100%;

            object-fit: cover;

            transition: transform .5s ease;
        }

        .jai-team-card:hover img {
            transform: scale(1.04);
        }

        .jai-team-info {
            padding: 19px 18px 20px;
        }

        .jai-team-info h4 {
            font-size: 17px;
            line-height: 1.3;
        }

        .jai-team-info>span {
            display: block;

            min-height: 35px;
        }


        /* =========================================================
   BUTTON
========================================================= */

        .jai-profile-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;

            margin-top: 16px;

            padding: 8px 13px;

            background: transparent;

            border: 1px solid #d9b36e;
            border-radius: 5px;

            color: #a8731e;

            font-size: 11px;
            font-weight: 600;

            cursor: pointer;

            transition: .25s ease;
        }

        .jai-profile-btn b {
            font-size: 15px;
            font-weight: 500;

            transition: transform .25s ease;
        }

        .jai-profile-btn:hover {
            color: #fff;

            background: #b88227;

            border-color: #b88227;
        }

        .jai-profile-btn:hover b {
            transform: translateX(3px);
        }


        /* =========================================================
   MODAL
========================================================= */

        .jai-profile-modal {
            position: fixed;
            inset: 0;

            z-index: 999999;

            display: flex;
            align-items: center;
            justify-content: center;

            padding: 25px;

            opacity: 0;
            visibility: hidden;

            transition: .3s ease;
        }

        .jai-profile-modal.active {
            opacity: 1;
            visibility: visible;
        }

        .jai-modal-backdrop {
            position: absolute;
            inset: 0;

            background: rgba(7, 22, 38, .75);

            backdrop-filter: blur(7px);
        }

        .jai-profile-box {
            position: relative;
            z-index: 2;

            width: 100%;
            max-width: 850px;

            max-height: 90vh;

            overflow-y: auto;

            background: #fff;

            border-radius: 15px;

            box-shadow:
                0 30px 80px rgba(0, 0, 0, .3);

            transform: translateY(25px) scale(.97);

            transition: .35s ease;
        }

        .jai-profile-modal.active .jai-profile-box {
            transform: translateY(0) scale(1);
        }


        /* =========================================================
   MODAL CONTENT
========================================================= */

        .jai-modal-close {
            position: absolute;

            top: 17px;
            right: 17px;

            width: 38px;
            height: 38px;

            border-radius: 50%;

            border: 1px solid #e4e7ea;

            background: rgba(255, 255, 255, .95);

            color: #233348;

            font-size: 25px;
            line-height: 1;

            cursor: pointer;

            z-index: 5;

            transition: .25s ease;
        }

        .jai-modal-close:hover {
            background: #14283d;
            color: #fff;
        }

        .jai-modal-content {
            display: grid;

            grid-template-columns: 310px 1fr;

            gap: 40px;

            padding: 35px;
        }

        .jai-modal-image {
            height: 360px;

            overflow: hidden;

            border-radius: 10px;

            background: #eee;
        }

        .jai-modal-image img {
            width: 100%;
            height: 100%;

            object-fit: cover;
        }

        .jai-modal-details {
            padding-top: 20px;
        }

        .jai-modal-label {
            color: #b68026;

            font-size: 10px;
            font-weight: 700;

            letter-spacing: 1.5px;
        }

        .jai-modal-details h3 {
            margin: 10px 0 5px;

            color: #142338;

            font-size: 31px;
            font-weight: 700;
        }

        .jai-modal-designation {
            color: #b37d25;

            font-size: 14px;
            font-weight: 600;

            line-height: 1.5;
        }

        .jai-modal-line {
            width: 35px;
            height: 2px;

            margin: 19px 0;

            background: #c3913d;
        }

        .jai-modal-details h5 {
            margin: 0 0 10px;

            color: #182a3f;

            font-size: 17px;
        }

        .jai-modal-details p {
            margin: 0;

            color: #687583;

            font-size: 14px;

            line-height: 1.85;
        }


        /* =========================================================
   RESPONSIVE
========================================================= */

        @media (max-width: 1100px) {

            .jai-team-grid {
                grid-template-columns: repeat(3, 1fr);
            }

        }


        @media (max-width: 850px) {

            .jai-founder-grid {
                grid-template-columns: 1fr;
            }

            .jai-founder-card {
                grid-template-columns: 45% 55%;
            }

            .jai-team-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .jai-modal-content {
                grid-template-columns: 240px 1fr;
            }

        }


        @media (max-width: 600px) {

            .jai-leadership-section {
                padding: 65px 0 80px;
            }

            .jai-leadership-header h2 {
                font-size: 34px;
            }

            .jai-leadership-header p {
                font-size: 14px;
            }

            .jai-group-heading {
                gap: 10px;
            }

            .jai-group-heading h3 {
                font-size: 14px;
            }

            .jai-group-heading small {
                font-size: 11px;
            }

            .jai-founder-grid,
            .jai-team-grid {
                grid-template-columns: 1fr;
            }

            .jai-founder-card {
                grid-template-columns: 1fr;
            }

            .jai-founder-photo {
                height: 280px;
            }

            .jai-founder-info {
                padding: 25px;
            }

            .jai-team-photo {
                height: 260px;
            }

            .jai-modal-content {
                grid-template-columns: 1fr;
                gap: 20px;

                padding: 25px 20px;
            }

            .jai-modal-image {
                height: 300px;
            }

            .jai-modal-details {
                padding-top: 0;
            }

            .jai-modal-details h3 {
                font-size: 26px;
            }

        }


        /* BODY LOCK */

        body.jai-modal-open {
            overflow: hidden;
        }
    