.elementor-14065 .elementor-element.elementor-element-2099d4a6{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--overlay-opacity:1;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14065 .elementor-element.elementor-element-2099d4a6:not(.elementor-motion-effects-element-type-background), .elementor-14065 .elementor-element.elementor-element-2099d4a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.pw.genexohub.org/wp-content/uploads/2026/02/afed5abac16c8901dc784bad157f19b5-1.jpg");background-position:top center;}.elementor-14065 .elementor-element.elementor-element-2099d4a6::before, .elementor-14065 .elementor-element.elementor-element-2099d4a6 > .elementor-background-video-container::before, .elementor-14065 .elementor-element.elementor-element-2099d4a6 > .e-con-inner > .elementor-background-video-container::before, .elementor-14065 .elementor-element.elementor-element-2099d4a6 > .elementor-background-slideshow::before, .elementor-14065 .elementor-element.elementor-element-2099d4a6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-14065 .elementor-element.elementor-element-2099d4a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(0deg, #000000A8 0%, #000000AD 0%);}.elementor-14065 .elementor-element.elementor-element-15d65acd .rs-heading .title-inner .title{color:#FFFFFF;margin:0px 0px 0px 0px;}.elementor-14065 .elementor-element.elementor-element-2c720382{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.2px;}.elementor-14065 .elementor-element.elementor-element-2c720382 .elementor-divider-separator{width:45%;}.elementor-14065 .elementor-element.elementor-element-71664e60 .elementor-heading-title{font-weight:500;color:#FFFFFF;}.elementor-14065 .elementor-element.elementor-element-2c4f4209{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-14065 .elementor-element.elementor-element-2c4f4209.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-14065 .elementor-element.elementor-element-7ba6abb{color:#000000;}.elementor-14065 .elementor-element.elementor-element-7ba6abb a{color:#5C8018;}.elementor-14065 .elementor-element.elementor-element-b70ee34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-14065 .elementor-element.elementor-element-15d65acd .rs-heading .title-inner .title{font-size:16px;}}@media(min-width:768px){.elementor-14065 .elementor-element.elementor-element-2099d4a6{--width:100vw;}.elementor-14065 .elementor-element.elementor-element-2c4f4209{--width:104.409%;}}/* Start custom CSS for html, class: .elementor-element-4b7ccf1 */.deans-wrapper {
            width: 100%;
            background: #ffffff;
            box-shadow: 0 40px 70px -25px rgba(0, 65, 100, 0.25);
            padding: 1rem 1rem;
            border: 1px solid rgba(92, 128, 24, 0.2);
            position: relative;
            overflow: hidden;
        }

        .deans-wrapper::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 350px;
            height: 350px;
            background: radial-gradient(circle, rgba(92,128,24,0.03) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 0;
        }

        .deans-container {
            position: relative;
            z-index: 2;
        }

        /* Header */
        .deans-header {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2.5rem;
            border-bottom: 3px solid #e2eef9;
            padding-bottom: 1.5rem;
        }

        .deans-header h1 {
            font-size: 2.6rem;
            font-weight: 700;
            font-family: 'Outfit', sans-serif;
            background: linear-gradient(145deg, #1d4e72, #5C8018);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .webometric-tag {
            background: #1d4d6b;
            color: white;
            padding: 0.6rem 2rem;
            border-radius: 60px;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            box-shadow: 0 8px 18px rgba(24,66,99,0.25);
        }
        .webometric-tag i { color: #f9c234; }

        /* Introductory card */
        .intro-card {
            background: linear-gradient(135deg, #f8fcfd, #edf5fe);
            border-radius: 2rem;
            padding: 2.2rem 2.8rem;
            margin-bottom: 3rem;
            box-shadow: 0 10px 25px -10px rgba(0,55,90,0.2);
            font-size: 1.1rem;
            color: #1b4f7a;
        }

        .intro-card i {
            color: #f9c234;
            margin-right: 0.8rem;
        }

        /* Action buttons container */
        .intro-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 1.5rem;
        }

        .action-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            background: transparent;
            border: 2px solid #5C8018;
            color: #5C8018;
            padding: 0.7rem 2rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            text-decoration: none;
            transition: 0.2s;
        }

        .action-btn:hover {
            background: #5C8018;
            color: white;
        }

        .action-btn i {
            font-size: 1rem;
        }

        .action-btn.pdf {
            background: #1d4d6b;
            border-color: #1d4d6b;
            color: white;
        }
        .action-btn.pdf:hover {
            background: #0f3a5a;
        }

        /* Section title */
        .section-title {
            font-size: 2rem;
            font-weight: 600;
            color: #154160;
            margin: 2.5rem 0 1.5rem 0;
            display: flex;
            align-items: center;
            gap: 1rem;
            border-bottom: 2px dashed #cde0f0;
            padding-bottom: 0.8rem;
        }
        .section-title i {
            color: #5C8018;
            background: #ecf5fa;
            padding: 0.7rem;
            border-radius: 1rem;
            font-size: 1.6rem;
        }

        /* Grid for deans - 3 per row */
        .deans-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin: 2rem 0;
        }

        .dean-card {
            background: #f9fdff;
            border-radius: 2rem;
            padding: 0 0 1.8rem 0;  /* remove top padding so image touches top */
    overflow: hidden;
            border: 1px solid #d4e2f2;
            transition: 0.2s;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .dean-card:hover {
            border-color: #5C8018;
            box-shadow: 0 15px 30px -15px #1d5380;
            transform: translateY(-5px);
        }

        .dean-image {
            width: 100%;              /* same width as card */
    height: 260px;            /* fixed equal height */
    min-height: 260px;
    max-height: 260px;

    object-fit: cover;        /* crop image cleanly */
    object-position: center 20%;

    border-radius: 2rem 2rem 0 0; /* match card corners */
    border-bottom: 5px solid white;

    display: block;
    background: #e1effa;
    box-shadow: 0 15px 25px -10px rgba(0,55,90,0.25);
        }

        .dean-name {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0f3a5a;
            line-height: 1.3;
            margin-bottom: 0.3rem;
            padding: 20px 5px 0px 5px;
        }

        .dean-title {
            font-size: 1rem;
            color: #2b5980;
            background: #ecf5fd;
            padding: 0.3rem 1.2rem;
            border-radius: 60px;
            display: inline-block;
            margin: 0.5rem 0.8rem;
            font-weight: 600;
        }

        /* Social icons (OpenAlex removed as requested) */
        .dean-social {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin: 1rem 0 0.8rem;
            flex-wrap: wrap;
        }

        .dean-social a {
            color: #1d4d6b;
            font-size: 1.3rem;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #ecf5fd;
            text-decoration: none;
        }

        .dean-social a:hover {
            background: #f9c234;
            color: white;
            transform: translateY(-3px);
            border-color: #5C8018;
            border:2px solid #5C8018;
        }

        .view-profile-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            background: transparent;
            border: 2px solid #5C8018;
            color: #5C8018;
            padding: 0.6rem 1.5rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.9rem;
            text-decoration: none;
            transition: 0.2s;
            margin-top: 0.5rem;
        }

        .view-profile-btn:hover {
            background: #f9c234;
            color: white;
        }

        .view-profile-btn i {
            transition: 0.2s;
        }
        .view-profile-btn:hover i {
            color: white;
        }

        /* Footer */
        .deans-footer {
            margin-top: 4rem;
            padding-top: 2rem;
            border-top: 2px solid #e2eef9;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            color: #2b5980;
            font-size: 0.9rem;
        }

        .webometric-hidden {
            display: none;
        }

        /* Responsive */
        @media (max-width: 1000px) {
            .deans-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 750px) {
    /* Main Wrapper: Minimal outer footprint */
    .deans-wrapper { 
        padding: 0.8rem !important; 
        border-radius: 1.5rem; 
    }

    /* Header & Institutional Branding */
    .deans-header { 
        margin-bottom: 1rem; 
        padding-bottom: 0.8rem; 
    }
    
    .deans-header h1 { 
        font-size: 1.6rem; 
        gap: 0.5rem; 
    }

    .webometric-tag {
        padding: 0.4rem 1.2rem;
        font-size: 0.8rem;
        margin-top: 0.5rem;
    }

    /* Section Separation */
    .section-title { 
        font-size: 1.3rem; 
        margin: 1.2rem 0 0.8rem 0; 
        padding-bottom: 0.5rem;
    }

    .section-title i {
        padding: 0.5rem;
        font-size: 1.2rem;
        border-radius: 0.6rem;
    }

    /* Intro Card: Maximum space saving */
    .intro-card { 
        padding: 1rem 1.2rem !important; 
        margin-bottom: 1.5rem; 
        font-size: 0.95rem;
        border-radius: 1.2rem;
    }

    .intro-actions { 
        flex-direction: column; 
        gap: 0.6rem; 
        margin-top: 1rem;
    }

    .action-btn { 
        width: 100%; 
        justify-content: center; 
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }

    /* Deans Grid: Single column optimization */
    .deans-grid { 
        grid-template-columns: 1fr; 
        gap: 1rem; 
        margin: 1rem 0;
    }

    .dean-card { 
        padding: 1.2rem 1rem !important; 
        border-radius: 1.5rem;
    }

    .dean-image {
        width: 110px; /* Highly compact for mobile */
        height: 110px;
        margin-bottom: 0.8rem;
        border-width: 4px;
    }

    .dean-name { 
        font-size: 1.2rem; 
    }

    .dean-title {
        font-size: 0.8rem;
        padding: 0.2rem 1rem;
        margin: 0.3rem 0 0.5rem;
    }

    .dean-social {
        margin: 0.5rem 0;
        gap: 0.8rem;
    }

    .dean-social a {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }

    .view-profile-btn {
        width: 100%; 
        justify-content: center;
        padding: 0.5rem 1rem;
    }

    /* Footer: Minimalist stack */
    .deans-footer { 
        margin-top: 1.5rem; 
        padding-top: 1rem;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}/* End custom CSS */