.elementor-13872 .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-13872 .elementor-element.elementor-element-ed451d1:not(.elementor-motion-effects-element-type-background), .elementor-13872 .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-13872 .elementor-element.elementor-element-ed451d1::before, .elementor-13872 .elementor-element.elementor-element-ed451d1 > .elementor-background-video-container::before, .elementor-13872 .elementor-element.elementor-element-ed451d1 > .e-con-inner > .elementor-background-video-container::before, .elementor-13872 .elementor-element.elementor-element-ed451d1 > .elementor-background-slideshow::before, .elementor-13872 .elementor-element.elementor-element-ed451d1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-13872 .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-13872 .elementor-element.elementor-element-39d7c70c .rs-heading .title-inner .title{color:#FFFFFF;margin:0px 0px 0px 0px;}.elementor-13872 .elementor-element.elementor-element-bc8bd9c{--divider-border-style:solid;--divider-color:#FFFFFF;--divider-border-width:1.2px;}.elementor-13872 .elementor-element.elementor-element-bc8bd9c .elementor-divider-separator{width:45%;}.elementor-13872 .elementor-element.elementor-element-95e1a35 .elementor-heading-title{font-weight:500;color:#FFFFFF;}.elementor-13872 .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-13872 .elementor-element.elementor-element-4e80920b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13872 .elementor-element.elementor-element-752a0760{color:#000000;}.elementor-13872 .elementor-element.elementor-element-752a0760 a{color:#5C8018;}.elementor-13872 .elementor-element.elementor-element-552a4b0{--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:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-13872 .elementor-element.elementor-element-39d7c70c .rs-heading .title-inner .title{font-size:16px;}}@media(min-width:768px){.elementor-13872 .elementor-element.elementor-element-ed451d1{--width:100vw;}.elementor-13872 .elementor-element.elementor-element-4e80920b{--width:104.409%;}}/* Start custom CSS for html, class: .elementor-element-2b5deb4 *//* ===== MAIN CONTAINER ===== */
.vc-welcome {
    max-width: 1400px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 40px 80px -20px rgba(0, 35, 55, 0.3);
    overflow: hidden;
    position: relative;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Subtle university seal watermark */
.vc-welcome::after {
    content: '';
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 200px;
    height: 200px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.03"><path fill="%235C8018" d="M50 10 L60 30 L50 50 L40 30 L50 10 Z M50 50 L70 60 L50 90 L30 60 L50 50 Z M50 90 L30 60 L10 70 L30 40 L50 90 Z"/></svg>');
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
}

/* ===== HERO SECTION ===== */
.hero-section {
    position: relative;
    height: 75vh;
    min-height: 600px;
    background: linear-gradient(135deg, #0a2c3e 0%, #1b4f6e 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.uniosun.edu.ng/wp-content/uploads/2026/02/afed5abac16c8901dc784bad157f19b5.jpg');
    background-size: cover;
    background-position: center 30%;
    opacity: 0.2;
    mix-blend-mode: overlay;
}

.hero-grid {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

.hero-title {
    color: white;
}

.hero-sup-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    color: #f9c234;
    margin-bottom: 1rem;
    display: block;
}

.hero-title h2 {
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: white;
}

.hero-title .underline-accent {
    width: 100px;
    height: 3px;
    background: #f9c234;
    margin: 2rem 0;
}

.hero-quote {
    font-size: 1.3rem;
    font-style: italic;
    font-weight: 300;
    color: rgba(255,255,255,0.85);
    max-width: 600px;
}

.hero-image-frame {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    padding: 1rem;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 30px 50px -20px rgba(0,0,0,0.5);
}

.hero-image {
    border-radius: 1.5rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1.2;
    object-fit: cover;
    border: 4px solid white;
}

/* ===== STATS BANNER ===== */
.stats-banner {
    background: #f9f6f0;
    padding: 2rem 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2rem;
    border-bottom: 1px solid #eae2d7;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 600;
    color: #5C8018;
    line-height: 1;
}

.stat-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #4a627a;
}

/* ===== CONTENT GRID ===== */
.content-container {
    margin: 0 auto;
    padding: 4rem 3rem;
    position: relative;
    z-index: 2;
}

/* Welcome message with equal height columns */
.welcome-message {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 2rem;
    margin-bottom: 4rem;
    align-items: stretch;
}

.message-text {
    font-size: 1.08rem;
    color: #3a4f64;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.message-text p {
    margin-bottom: 1.8rem;
    flex-shrink: 0;
}

.message-text .dropcap::first-letter {
    font-size: 4rem;
    float: left;
    line-height: 0.8;
    margin-right: 0.8rem;
    color: #5C8018;
    font-weight: 600;
}

.signature-block {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 2px solid #f0e7db;
}

.signature-name {
    font-size: 2rem;
    font-weight: 600;
    color: #1b3c54;
    margin-bottom: 0.2rem;
    line-height: 2.3rem;
}

.signature-title {
    color: #5C8018;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -20px;
}

/* ===== VISION DOWNLOAD BUTTON - Webometrics enhancement ===== */
.vision-download-container {
    margin-top: 2rem;
    padding-top: 0.5rem;
    text-align: left;
}

.vision-download-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #5C8018 0%, #3f6212 100%);
    color: white;
    padding: 0.9rem 2rem;
    border-radius: 60px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 8px 18px rgba(92, 128, 24, 0.25);
}

.vision-download-btn:hover {
    background: linear-gradient(135deg, #4a6b13 0%, #2f4a0e 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px -8px #5C8018;
}

.btn-content {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
}

.vision-download-btn i {
    font-size: 1.3rem;
}

.btn-text {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.btn-file-info {
    font-size: 0.8rem;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.8rem;
    border-radius: 40px;
    margin-left: 0.2rem;
}

.vision-download-note {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    color: #4a627a;
    font-style: italic;
}

/* VC Portrait */
.vc-portrait {
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 30px 50px -20px rgba(0,0,0,0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, #f0ebe4, #ffffff);
}

.vc-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
}

.portrait-caption {
    text-align: center;
    margin-top: 0.8rem;
    font-size: 0.85rem;
    color: #6f8aa3;
    display: block;
    width: 100%;
}

.portrait-caption a {
    color: #1b3c54;
    text-decoration: none;
    border-bottom: 1px dotted #5C8018;
}

/* ===== PILLARS GRID ===== */
.pillars-title {
    font-size: 2.4rem;
    text-align: center;
    margin: 4rem 0 2.5rem;
    color: #1b3c54;
    position: relative;
    margin-top:100px;
}

.pillars-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #f9c234;
    margin: 1rem auto 0;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.pillar-card {
    background: #f9f6f0;
    border-radius: 2rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.pillar-card:hover {
    border-color: #f9c234;
    transform: translateY(-5px);
    box-shadow: 0 20px 30px -10px rgba(92,128,24,0.2);
}

.pillar-icon {
    font-size: 2.8rem;
    color: #5C8018;
    margin-bottom: 1.5rem;
}

.pillar-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1b3c54;
}

.pillar-card p {
    color: #4a627a;
    font-size: 0.98rem;
}

/* ===== CAMPUS NETWORK ===== */
.campus-section {
    background: #f0ebe4;
    border-radius: 2rem;
    padding: 3rem;
    margin: 3rem 0;
}

.campus-section h2 {
    font-size: 2rem;
    color: #1b3c54;
    margin-bottom: 0.5rem;
}

.campus-section p {
    color: #4a627a;
    margin-bottom: 2rem;
}

.campus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.campus-tag {
    background: white;
    padding: 1rem 1.8rem;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    color: #1b3c54;
    border: 1px solid #e0d5c8;
}

.campus-tag i {
    color: #5C8018;
}

/* ===== FUNDING MODEL CARD ===== */
.funding-card {
    background: linear-gradient(135deg, #1b3c54, #0f2c3e);
    color: white;
    border-radius: 2rem;
    padding: 3rem;
    margin: 3rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.funding-card h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.funding-card p {
    opacity: 0.9;
}

.funding-stat {
    text-align: center;
}

.funding-stat .stat-number {
    color: #f9c234;
    font-size: 3.2rem;
}

.funding-stat div {
    color: rgba(255,255,255,0.8);
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: #f9c234;
    border-radius: 2rem;
    padding: 3rem;
    text-align: center;
    color: #1b3c54;
}

.cta-section h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.cta-section p {
    margin-bottom: 1rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.cta-primary {
    background: #1b3c54;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: 0.2s;
}

.cta-primary:hover {
    background: #5C8018;
}

.cta-secondary {
    background: transparent;
    color: #1b3c54;
    border: 2px solid #1b3c54;
    padding: 1rem 2.5rem;
    border-radius: 60px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: 0.2s;
}

.cta-secondary:hover {
    background: #1b3c54;
    color: white;
}

/* ===== FOOTER ===== */
.vc-footer {
    background: #f9f6f0;
    padding: 2rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    border-top: 1px solid #e0d5c8;
}

.footer-contact a {
    color: #1b3c54;
    text-decoration: none;
    border-bottom: 1px dotted #5C8018;
}

.webometric-hidden {
    display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1000px) {
    .hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-title .underline-accent {
        margin: 2rem auto;
    }
    .welcome-message {
        grid-template-columns: 1fr;
    }
    .pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .funding-card {
        grid-template-columns: 1fr;
    }
    
    .message-text {
        height: auto;
    }
    .vc-portrait {
        height: auto;
        max-height: 600px;
    }
}

/* ===== MOBILE OPTIMIZATION: PADDING/MARGINS REDUCED TO MINIMUM ===== */
@media (max-width: 700px) {
    /* Main container */
    .vc-welcome {
        border-radius: 1rem;
    }
    
    /* Hero section */
    .hero-section {
        min-height: 500px;
        height: auto;
        padding: 2rem 0;
    }
    
    .hero-grid {
        padding: 0 1rem;
        gap: 1.5rem;
    }
    
    .hero-title h1 {
        font-size: 2.2rem;
        margin-bottom: 0.8rem;
    }
    
    .hero-sup-title {
        font-size: 0.7rem;
        letter-spacing: 2px;
        margin-bottom: 0.5rem;
    }
    
    .hero-title .underline-accent {
        width: 60px;
        margin: 1rem auto;
    }
    
    .hero-quote {
        font-size: 1rem;
    }
    
    .hero-image-frame {
        padding: 0.5rem;
        border-radius: 1rem;
    }
    
    .hero-image {
        border-radius: 0.8rem;
        border-width: 2px;
    }
    
    /* Stats banner */
    .stats-banner {
        padding: 1rem 0.8rem;
        gap: 0.8rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.65rem;
        letter-spacing: 1px;
    }
    
    /* Content container */
    .content-container {
        padding: 1.5rem 1rem;
    }
    
    /* Welcome message */
    .welcome-message {
        gap: 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .message-text {
        font-size: 0.95rem;
    }
    
    .message-text p {
        margin-bottom: 1rem;
    }
    
    .message-text .dropcap::first-letter {
        font-size: 3rem;
        margin-right: 0.4rem;
    }
    
    .signature-block {
        margin-top: 0.8rem;
        padding-top: 0.8rem;
    }
    
    .signature-name {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 0.1rem;
    }
    
    .signature-title {
        font-size: 0.9rem;
        margin-top: -10px;
    }
    
    /* Vision download button mobile */
    .vision-download-container {
        text-align: center;
        margin-top: 1.5rem;
    }
    
    .vision-download-btn {
        padding: 0.8rem 1.5rem;
        width: 100%;
        justify-content: center;
    }
    
    .btn-content {
        gap: 0.5rem;
    }
    
    .btn-text {
        font-size: 1rem;
    }
    
    .btn-file-info {
        font-size: 0.7rem;
    }
    
    .vc-portrait {
        border-radius: 1rem;
        max-height: 400px;
    }
    
    .portrait-caption {
        margin-top: 0.4rem;
        font-size: 0.75rem;
    }
    
    /* Pillars section */
    .pillars-title {
        font-size: 1.8rem;
        margin: 1.5rem 0 1.2rem;
    }
    
    .pillars-title:after {
        width: 50px;
        margin: 0.6rem auto 0;
    }
    
    .pillars-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .pillar-card {
        padding: 1.5rem 1.2rem;
        border-radius: 1.2rem;
    }
    
    .pillar-icon {
        font-size: 2rem;
        margin-bottom: 0.8rem;
    }
    
    .pillar-card h3 {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    
    .pillar-card p {
        font-size: 0.9rem;
    }
    
    /* Campus section */
    .campus-section {
        padding: 1.5rem;
        margin: 1.5rem 0;
        border-radius: 1.2rem;
    }
    
    .campus-section h2 {
        font-size: 1.5rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    .campus-section p {
        margin-bottom: 1rem !important;
        font-size: 0.9rem;
    }
    
    .campus-grid {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        margin-top: 1rem;
    }
    
    .campus-tag {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
        gap: 0.6rem;
    }
    
    /* Funding card */
    .funding-card {
        padding: 1.5rem;
        margin: 1.5rem 0;
        border-radius: 1.2rem;
        gap: 1.2rem;
    }
    
    .funding-card h2 {
        font-size: 1.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .funding-card p {
        font-size: 0.9rem;
    }
    
    .funding-stat .stat-number {
        font-size: 2.2rem;
    }
    
    /* CTA section */
    .cta-section {
        padding: 1.5rem;
        border-radius: 1.2rem;
    }
    
    .cta-section h2 {
        font-size: 1.6rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .cta-buttons {
        gap: 0.8rem;
        margin-top: 1.2rem;
        flex-direction: column;
    }
    
    .cta-primary, .cta-secondary {
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
        width: 100%;
        justify-content: center;
    }
    
    /* Footer */
    .vc-footer {
        padding: 1rem 1.2rem;
        gap: 0.8rem;
        flex-direction: column;
        text-align: center;
        font-size: 0.8rem;
    }
    
    .footer-contact {
        margin: 0.2rem 0;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .hero-title h1 {
        font-size: 1.8rem;
    }
    
    .hero-quote {
        font-size: 0.9rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.6rem;
    }
    
    .signature-name {
        font-size: 1.2rem;
    }
    
    .pillars-title {
        font-size: 1.5rem;
    }
    
    .campus-tag {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }
}/* End custom CSS */