.elementor-23717 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-23717 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-23717 .elementor-element.elementor-element-aa6af40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23717 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23717 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23717 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23717 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23717 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23717 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-23717 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23717 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23717 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-23717 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-23717 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-23717 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23717 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-23717 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23717 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-23717 .elementor-element.elementor-element-f6bbbab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23717 .elementor-element.elementor-element-f6bbbab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23717 .elementor-element.elementor-element-f6bbbab > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23717 .elementor-element.elementor-element-a2d7d91 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23717 .elementor-element.elementor-element-a2d7d91{padding:10px 0px 10px 0px;}.elementor-23717 .elementor-element.elementor-element-1c88a0b{width:100%;max-width:100%;}@media(max-width:767px){.elementor-23717 .elementor-element.elementor-element-6f67cae > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-23717 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-23717 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-23717 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
    --hrd-primary: #1B3F5B;      /* UNIOSUN Navy Blue */
    --hrd-secondary: #0f172a;     /* Deep Navy */
    --hrd-accent: #5C8018;        /* UNIOSUN Green */
    --hrd-gold: #D4A017;          /* UNIOSUN Gold */
    --hrd-white: #ffffff;
    --hrd-light: #fef9f0;
    --hrd-gray: #94a3b8;
}

.hrd-hero {
    position: relative;
    background: linear-gradient(135deg, var(--hrd-primary) 0%, var(--hrd-secondary) 100%);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* Dynamic Abstract Background */
.hrd-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L55 20 L55 40 L30 55 L5 40 L5 20 Z' fill='none' stroke='rgba(212,160,23,0.06)' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 50px;
    pointer-events: none;
}

/* Floating Accent Orbs */
.hrd-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}
.orb-1 { width: 400px; height: 400px; background: var(--hrd-accent); top: -100px; right: -100px; opacity: 0.12; }
.orb-2 { width: 300px; height: 300px; background: var(--hrd-gold); bottom: -80px; left: -80px; opacity: 0.08; }

/* Top Accent Bar */
.hrd-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--hrd-accent), var(--hrd-gold), var(--hrd-accent));
    background-size: 200% 100%;
    animation: hrdBarSlide 6s linear infinite;
    z-index: 3;
}

@keyframes hrdBarSlide {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

.hrd-container {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 40px;
    display: flex;
    align-items: center;
}

.hrd-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

/* ============================================ */
/* LEFT CONTENT - UNIOSUN STYLING */
/* ============================================ */

.hrd-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(92, 128, 24, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(92, 128, 24, 0.3);
    border-radius: 60px;
    padding: 8px 20px;
    margin-bottom: 0px;
}

.badge-pulse {
    width: 8px;
    height: 8px;
    background: var(--hrd-accent);
    border-radius: 50%;
    animation: hrdPulse 1.5s infinite;
}

@keyframes hrdPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.7); }
}

.hrd-badge span {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--hrd-gold);
    text-transform: uppercase;
}

.hrd-title {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 24px;
    margin-top: 0px;
    color: white;
    letter-spacing: -0.02em;
}

.hrd-title .title-highlight {
    color: var(--hrd-gold);
    position: relative;
    display: inline-block;
}

.hrd-title .title-highlight::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(212, 160, 23, 0.3);
    border-radius: 4px;
    z-index: -1;
}

.hrd-tagline {
    display: inline-block;
    background: rgba(92, 128, 24, 0.15);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--hrd-accent);
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hrd-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    max-width: 550px;
}

/* Stats Row */
.hrd-stats {
    display: flex;
    gap: 28px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.stat-hrd {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-radius: 20px;
    padding: 16px 24px;
    min-width: 120px;
    transition: all 0.3s;
}

.stat-hrd:hover {
    background: rgba(92, 128, 24, 0.15);
    transform: translateY(-3px);
    border-color: var(--hrd-accent);
}

.stat-number-hrd {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--hrd-gold);
    line-height: 1;
}

.stat-label-hrd {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
}

/* CTA Buttons */
.hrd-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-hrd-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--hrd-accent), #4a6a14);
    color: white;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
    box-shadow: 0 8px 20px rgba(92, 128, 24, 0.3);
}

.btn-hrd-primary:hover {
    background: linear-gradient(135deg, #4a6a14, var(--hrd-accent));
    transform: translateY(-3px);
    gap: 16px;
    box-shadow: 0 12px 30px rgba(92, 128, 24, 0.4);
}

.btn-hrd-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1.5px solid rgba(212, 160, 23, 0.5);
    color: var(--hrd-gold);
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-hrd-outline:hover {
    background: rgba(92, 128, 24, 0.15);
    border-color: var(--hrd-accent);
    transform: translateY(-3px);
}

/* Trust Indicators */
.hrd-trust {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.trust-item-hrd {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 0.75rem;
}

.trust-item-hrd i {
    color: var(--hrd-gold);
}

/* ============================================ */
/* RIGHT CONTENT - CARD DESIGN */
/* ============================================ */

.hrd-visual {
    position: relative;
}

.hrd-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border-radius: 32px;
    padding: 32px;
    border: 1px solid rgba(212, 160, 23, 0.2);
    position: relative;
    overflow: hidden;
}

.hrd-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: radial-gradient(ellipse at 50% 0%, rgba(92, 128, 24, 0.12), transparent);
    pointer-events: none;
}

.card-header-hrd {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.card-icon-hrd {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--hrd-accent), #4a6a14);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon-hrd i {
    font-size: 1.8rem;
    color: white;
}

.card-header-hrd h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
}

.card-header-hrd p {
    font-size: 0.75rem;
    color: rgba(212, 160, 23, 0.8);
}

.programme-name {
    background: rgba(92, 128, 24, 0.12);
    border-left: 3px solid var(--hrd-accent);
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.programme-name h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 4px;
}

.programme-name p {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.7);
}

.feature-list {
    list-style: none;
    margin: 20px 0;
}

.feature-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    color: var(--hrd-gold);
    width: 24px;
}

.accent-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(92, 128, 24, 0.3), transparent);
    margin: 20px 0;
}

/* Scroll Indicator */
.hrd-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

.scroll-mouse-hrd {
    width: 28px;
    height: 44px;
    border: 2px solid rgba(212, 160, 23, 0.4);
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}

.scroll-mouse-hrd::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: var(--hrd-accent);
    border-radius: 2px;
    animation: hrdScroll 1.5s infinite;
}

@keyframes hrdScroll {
    0% { opacity: 1; top: 8px; }
    80% { opacity: 0; top: 20px; }
    100% { opacity: 0; top: 8px; }
}

.hrd-scroll span {
    font-size: 0.65rem;
    color: rgba(212, 160, 23, 0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ============================================ */
/* RESPONSIVE - PERFECT ON ALL DEVICES */
/* ============================================ */

/* Tablet */
@media (max-width: 1024px) {
    .hrd-container {
        padding: 100px 30px;
    }
    .hrd-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    .hrd-description {
        margin-left: auto;
        margin-right: auto;
    }
    .hrd-stats {
        justify-content: center;
    }
    .hrd-buttons {
        justify-content: center;
    }
    .hrd-trust {
        justify-content: center;
        display: none;
    }
    .hrd-title {
        font-size: 3rem;
    }
    .hrd-visual {
        max-width: 500px;
        margin: 0 auto;
        display: none;
    }
    .feature-list li {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .hrd-container {
        padding: 120px 24px;
    }
    .hrd-title {
        font-size: 2.3rem;
    }
    .hrd-description {
        font-size: 0.95rem;
        margin-bottom: 28px;
    }
    .hrd-badge {
        margin: 0 auto 20px;
        width: fit-content;
    }
    .hrd-tagline {
        display: inline-block;
    }
    .hrd-stats {
        gap: 16px;
    }
    .stat-hrd {
        padding: 12px 18px;
        min-width: 100px;
    }
    .stat-number-hrd {
        font-size: 1.4rem;
    }
    /* Button stacking */
    .hrd-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .btn-hrd-primary, .btn-hrd-outline {
        width: 100%;
        justify-content: center;
    }
    .hrd-trust {
        display: none;
    }
    .hrd-visual {
        display: none;
    }
    .hrd-scroll {
        bottom: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .hrd-container {
        padding: 120px 20px;
    }
    .hrd-title {
        font-size: 1.8rem;
    }
    .hrd-description {
        font-size: 0.9rem;
    }
    .hrd-badge {
        padding: 6px 16px;
        font-size: 0.7rem;
    }
    .hrd-tagline {
        font-size: 0.65rem;
    }
    .hrd-stats {
        gap: 12px;
    }
    .stat-hrd {
        padding: 10px 14px;
        min-width: 85px;
    }
    .stat-number-hrd {
        font-size: 1.2rem;
    }
    .stat-label-hrd {
        font-size: 0.6rem;
    }
    .hrd-buttons {
        max-width: 280px;
    }
    .btn-hrd-primary, .btn-hrd-outline {
        padding: 12px 20px;
        font-size: 0.85rem;
    }
    .hrd-trust{
        display: none;
    }
}

/* Extra Small */
@media (max-width: 360px) {
    .hrd-title {
        font-size: 1.6rem;
    }
    .hrd-buttons {
        max-width: 260px;
    }
    .hrd-trust{
        display: none;
    }
    .hrd-container {
        padding: 120px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.hrd-main-new {
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
            padding: 50px 0;
            padding-bottom: 0px;
        }

        .hrd-wrapper {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Section Header */
        .hrd-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .hrd-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(92, 128, 24, 0.1);
            color: #5C8018;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .hrd-header h2 {
            font-size: 2.2rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 12px;
        }

        .hrd-header p {
            color: #475569;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Campus Info Card */
        .campus-card {
            background: linear-gradient(135deg, #1B3F5B, #0f172a);
            border-radius: 24px;
            padding: 28px 36px;
            margin-bottom: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .campus-location {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #D4A017;
        }

        .campus-location i {
            font-size: 1.6rem;
        }

        .campus-location span {
            font-size: 0.95rem;
            font-weight: 600;
            color: white;
        }

        .campus-accred {
            background: rgba(92, 128, 24, 0.15);
            padding: 6px 18px;
            border-radius: 50px;
            color: #5C8018;
            font-size: 0.8rem;
            font-weight: 600;
        }

        /* Programme Hero Card */
        .programme-hero-card {
            background: white;
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 60px;
            border: 1px solid #e2e8f0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.03);
            position: relative;
            overflow: hidden;
        }

        .programme-hero-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
        }

        .programme-badge {
            display: inline-block;
            background: rgba(92, 128, 24, 0.1);
            color: #5C8018;
            font-size: 0.7rem;
            font-weight: 700;
            padding: 4px 12px;
            border-radius: 30px;
            margin-bottom: 16px;
        }

        .programme-hero-card h3 {
            font-size: 1.8rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 16px;
        }

        .programme-hero-card p {
            color: #475569;
            line-height: 1.75;
            margin-bottom: 24px;
        }

        .duration-chip {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #f8fafc;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #5C8018;
            border: 1px solid #e2e8f0;
        }

        /* Two Column Layout */
        .hrd-two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 60px;
        }

        .info-card {
            background: white;
            border-radius: 24px;
            padding: 32px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
        }

        .card-icon {
            width: 55px;
            height: 55px;
            background: rgba(92, 128, 24, 0.1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .card-icon i {
            font-size: 1.6rem;
            color: #5C8018;
        }

        .info-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 16px;
        }

        .info-card p {
            color: #475569;
            line-height: 1.7;
        }

        .objectives-list {
            list-style: none;
            margin-top: 16px;
        }

        .objectives-list li {
            padding: 10px 0;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            border-bottom: 1px dashed #e2e8f0;
        }

        .objectives-list li:last-child {
            border-bottom: none;
        }

        .objectives-list li i {
            color: #5C8018;
            margin-top: 3px;
        }

        /* Career Grid */
        .career-section {
            background: #f8fafc;
            border-radius: 28px;
            padding: 48px;
            margin-bottom: 60px;
            text-align: center;
        }

        .career-section h3 {
            font-size: 1.5rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 12px;
        }

        .career-section > p {
            color: #64748b;
            margin-bottom: 32px;
        }

        .career-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .career-card {
            background: white;
            padding: 24px 16px;
            border-radius: 20px;
            transition: all 0.3s;
            border: 1px solid #e2e8f0;
        }

        .career-card:hover {
            transform: translateY(-5px);
            border-color: #D4A017;
            box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        }

        .career-card i {
            font-size: 2rem;
            color: #D4A017;
            margin-bottom: 12px;
        }

        .career-card h4 {
            font-size: 0.95rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 6px;
        }

        .career-card p {
            font-size: 0.7rem;
            color: #64748b;
        }

        /* Admission Accordion */
        .admission-section {
            background: white;
            border-radius: 28px;
            padding: 48px;
            margin-bottom: 60px;
            border: 1px solid #e2e8f0;
        }

        .admission-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .admission-header h3 {
            font-size: 1.6rem;
            font-weight: 800;
            color: #1B3F5B;
            margin-bottom: 8px;
        }

        .accordion-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .accordion-item {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            margin-bottom: 16px;
            overflow: hidden;
        }

        .accordion-checkbox {
            display: none;
        }

        .accordion-label {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 24px;
            cursor: pointer;
            font-weight: 700;
            color: #1B3F5B;
            background: white;
            transition: background 0.3s;
        }

        .accordion-label:hover {
            background: #f8fafc;
        }

        .accordion-label i:first-child {
            color: #5C8018;
            margin-right: 10px;
        }

        .accordion-arrow {
            transition: transform 0.3s;
            color: #94a3b8;
        }

        .accordion-checkbox:checked + .accordion-label .accordion-arrow {
            transform: rotate(180deg);
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            padding: 0 24px;
        }

        .accordion-checkbox:checked + .accordion-label + .accordion-content {
            max-height: 250px;
            padding: 0 24px 20px;
        }

        .accordion-content p {
            color: #475569;
            line-height: 1.7;
        }

        /* Info Grid - 3 Columns */
        .info-grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-bottom: 40px;
        }

        .info-tile {
            background: white;
            border-radius: 20px;
            padding: 28px;
            text-align: center;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .info-tile:hover {
            transform: translateY(-5px);
            border-color: #5C8018;
        }

        .info-tile i {
            font-size: 2rem;
            color: #D4A017;
            margin-bottom: 16px;
        }

        .info-tile h4 {
            font-size: 1rem;
            font-weight: 700;
            color: #1B3F5B;
            margin-bottom: 8px;
        }

        .info-tile p {
            font-size: 0.8rem;
            color: #64748b;
        }

        /* Registration Card */
        .registration-card {
            background: #1d4d6d;
            border-radius: 24px;
            padding: 36px;
            margin-bottom: 40px;
            color: white;
        }

        .registration-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFFFFF;
        }

        .registration-card h3 i {
            color: #D4A017;
        }

        .reg-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .reg-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.85rem;
            color: #cbd5e1;
        }

        .reg-list li i {
            color: #D4A017;
        }

        /* CTA Banner */
        .cta-banner {
            background: linear-gradient(135deg, #5C8018, #4a6a14);
            border-radius: 28px;
            padding: 50px;
            text-align: center;
        }

        .cta-banner h2 {
            font-size: 1.8rem;
            font-weight: 800;
            color: white;
            margin-bottom: 16px;
        }

        .cta-banner p {
            color: #e8f5e9;
            margin-bottom: 28px;
            max-width: 550px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: white;
            color: #5C8018;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
        }

        .cta-btn:hover {
            transform: translateY(-3px);
            gap: 14px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hrd-two-col {
                grid-template-columns: 1fr;
            }
            .career-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .info-grid-3 {
                grid-template-columns: repeat(2, 1fr);
            }
            .reg-list {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .campus-card {
                flex-direction: column;
                text-align: center;
            }
            .career-grid {
                grid-template-columns: 1fr;
            }
            .info-grid-3 {
                grid-template-columns: 1fr;
            }
            .programme-hero-card h3 {
                font-size: 1.5rem;
            }
            .hrd-header h2 {
                font-size: 1.8rem;
            }
            .admission-section {
                padding: 32px 24px;
            }
            .cta-banner {
                padding: 40px 24px;
            }
            .cta-banner h2 {
                font-size: 1.4rem;
            }
        }/* End custom CSS */