.elementor-19836 .elementor-element.elementor-element-ed451d1{--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:33px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19836 .elementor-element.elementor-element-ed451d1:not(.elementor-motion-effects-element-type-background), .elementor-19836 .elementor-element.elementor-element-ed451d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://uniosun.edu.ng/wp-content/uploads/2026/02/vc-scaled.jpg");background-position:top center;background-size:cover;}.elementor-19836 .elementor-element.elementor-element-ed451d1::before, .elementor-19836 .elementor-element.elementor-element-ed451d1 > .elementor-background-video-container::before, .elementor-19836 .elementor-element.elementor-element-ed451d1 > .e-con-inner > .elementor-background-video-container::before, .elementor-19836 .elementor-element.elementor-element-ed451d1 > .elementor-background-slideshow::before, .elementor-19836 .elementor-element.elementor-element-ed451d1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-19836 .elementor-element.elementor-element-ed451d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(0deg, #000000A8 0%, #000000AD 0%);}.elementor-19836 .elementor-element.elementor-element-39d7c70c .rs-heading .title-inner .title{color:#FFFFFF;margin:0px 0px 0px 0px;}.elementor-19836 .elementor-element.elementor-element-bc8bd9c{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.2px;}.elementor-19836 .elementor-element.elementor-element-bc8bd9c .elementor-divider-separator{width:45%;}.elementor-19836 .elementor-element.elementor-element-4e80920b{--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-19836 .elementor-element.elementor-element-4e80920b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-19836 .elementor-element.elementor-element-752a0760{color:#000000;}.elementor-19836 .elementor-element.elementor-element-752a0760 a{color:#5C8018;}.elementor-19836 .elementor-element.elementor-element-74c9f01{--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-19836 .elementor-element.elementor-element-39d7c70c .rs-heading .title-inner .title{font-size:16px;}}@media(min-width:768px){.elementor-19836 .elementor-element.elementor-element-ed451d1{--width:100vw;}.elementor-19836 .elementor-element.elementor-element-4e80920b{--width:104.409%;}}/* Start custom CSS for html, class: .elementor-element-ae4568c */.drl-wrapper {
            max-width: 1280px;
            width: 100%;
            background: #ffffff;
            box-shadow: 0 40px 70px -25px rgba(0, 55, 90, 0.2);
            padding: 3rem 3rem;
            border: 1px solid rgba(92, 128, 24, 0.18);
        }

        .drl-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        /* header with webometric badge */
        .drl-header {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
            border-bottom: 3px solid #e2eef9;
            padding-bottom: 1.5rem;
        }

        .drl-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(145deg, #1d4e72, #5C8018);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 1rem;
        }

        .webometric-tag {
            background: #1a405e;
            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; }

        .uniosun-badge {
            background: #ecf3e9;
            color: #2c5f2d;
            padding: 0.3rem 1.8rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.9rem;
            display: inline-block;
            margin-top: 0.5rem;
        }

        /* director intro card (positioned after overview, but we keep it as elegant spot) */
        .director-spot {
            background: linear-gradient(135deg, #f8fcfd, #f0f7ff);
            border-radius: 2rem;
            padding: 2rem 2.5rem;
            margin-bottom: 2.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 2.5rem;
            border-left: 8px solid #5C8018;
        }
        .director-image {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            object-fit: cover;
            border: 6px solid white;
            box-shadow: 0 15px 25px -8px rgba(0,80,70,0.25);
            background: #cfe2f2;
        }
        .director-info h2 {
            font-size: 2rem;
            font-weight: 600;
            color: #0f3a5a;
        }
        .director-info .title {
            font-size: 1.1rem;
            color: #2b5980;
            background: #e1eefb;
            padding: 0.3rem 1.5rem;
            border-radius: 60px;
            display: inline-block;
            margin: 0.5rem 0 0.5rem;
        }
        .director-info p {
            color: #1d507a;
            max-width: 600px;
        }

        /* overview / mandate – clean card */
        .mandate-card {
            background: #f9fdff;
            border-radius: 2rem;
            padding: 2.5rem 3rem;
            margin-bottom: 0rem;
            border: 1px solid #d5e8fa;
            box-shadow: 0 12px 28px -15px rgba(0,55,90,0.15);
        }
        .mandate-card p {
            font-size: 1.12rem;
            color: #1e4e78;
        }

        /* activities grid */
        .section-title {
            font-size: 2.2rem;
            font-weight: 600;
            color: #0f3a5a;
            margin: 3rem 0 1.8rem 0;
            display: flex;
            align-items: center;
            gap: 1rem;
            border-bottom: 3px solid #e2eef9;
            padding-bottom: 1rem;
        }
        .section-title i {
            color: #5C8018;
            background: #e6f2ea;
            padding: 0.8rem;
            border-radius: 1.2rem;
            font-size: 1.8rem;
        }

        .activities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 2.5rem;
        }

        .activity-card {
            background: #ffffff;
            border-radius: 2rem;
            padding: 2rem 2rem;
            border: 1px solid #d9ebfc;
            transition: 0.2s;
            box-shadow: 0 8px 18px rgba(0,0,0,0.02);
        }
        .activity-card:hover {
            border-color: #9fc0df;
            box-shadow: 0 20px 25px -18px #1d5380;
            transform: translateY(-3px);
        }
        .activity-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #154160;
            margin-bottom: 1.2rem;
            border-bottom: 2px dashed #c6def5;
            padding-bottom: 0.8rem;
        }
        .activity-card ul {
            list-style: none;
            padding: 0;
        }
        .activity-card ul li {
            margin-bottom: 0.9rem;
            padding-left: 1.8rem;
            position: relative;
            font-size: 0.98rem;
            color: #1f5175;
        }
        .activity-card ul li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #5C8018;
            font-size: 1rem;
        }

        /* thematic areas as tags */
        .themes-container {
            background: #f5fafe;
            border-radius: 2.5rem;
            padding: 2.5rem 2.8rem;
            margin: 2.5rem 0;
            border: 1px solid #cbe0f0;
        }
        .themes-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 1.5rem;
        }
        .themes-tags span {
            background: #0a2640;
            color: white;
            padding: 0.7rem 1.8rem;
            border-radius: 60px;
            font-size: 0.9rem;
            font-weight: 500;
            letter-spacing: 0.3px;
            border: 1px solid #244b6e;
            transition: 0.1s;
        }
        .themes-tags span:hover {
            background: #1b4f7a;
            transform: translateY(-2px);
        }

        /* collaborating institutions */
        .partners-section {
            background: #ffffff;
            border-radius: 2.5rem;
            padding: 2.5rem 2.8rem;
            margin: 2.5rem 0;
            border: 1px solid #d4e6f7;
        }
        .partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1rem 1.5rem;
            margin-top: 1.5rem;
        }
        .partner-item {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            font-size: 0.98rem;
            color: #17466b;
        }
        .partner-item i {
            color: #f9c234;
            font-size: 1rem;
            width: 1.5rem;
        }

        /* MOU note */
        .mou-note {
            background: #e5f0fd;
            border-radius: 2rem;
            padding: 1.8rem 2.5rem;
            margin: 2.5rem 0 1.5rem;
            border-left: 8px solid #5C8018;
            font-size: 1.05rem;
            color: #164267;
        }
        .mou-note i {
            color: #5C8018;
            margin-right: 0.8rem;
        }

        /* footer / vc office line */
        .drl-footer {
            margin-top: 2.5rem;
            padding-top: 1.8rem;
            border-top: 2px solid #d9e9f5;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            color: #2b5980;
            font-size: 0.95rem;
        }
        .drl-footer i {
            color: #5C8018;
            margin-right: 0.4rem;
        }

        /* mobile adjustments */
        @media (max-width: 700px) {
            .drl-wrapper { padding: 2rem 1.5rem; }
            .director-spot { flex-direction: column; text-align: center; }
            .section-title { font-size: 1.9rem; }
            .partners-grid { grid-template-columns: 1fr; }
            
            .activity-card ul li {
            margin-left: -40px !important; padding-left: 20px !important; 
        }
        .themes-tags {
            margin-left: -30px ;
            margin-right: -30px;
        }
        }/* End custom CSS */