.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1442 .elementor-element.elementor-element-262370b .elementor-menu-toggle{margin:0 auto;}.elementor-1442 .elementor-element.elementor-element-262370b .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1442 .elementor-element.elementor-element-262370b .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1442 .elementor-element.elementor-element-262370b .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1442 .elementor-element.elementor-element-262370b .elementor-nav-menu--main .elementor-item:focus{color:#fff;}/* Start custom CSS for html, class: .elementor-element-bba0e01 *//* ===================================
   ADMISSION PATHWAYS PAGE STYLING
   =================================== */

/* Main Container */
.admission-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #ffffff;
}

/* Introduction Paragraph */
.admission-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    margin-bottom: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-left: 5px solid #720000;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s ease-out;
}

.admission-intro::first-letter {
    font-size: 48px;
    font-weight: 700;
    color: #720000;
    float: left;
    line-height: 1;
    margin-right: 8px;
}

/* ===================================
   PATHWAY SECTIONS
   =================================== */

.pathway-section {
    margin-bottom: 50px;
    opacity: 0;
    animation: slideInUp 0.8s ease-out forwards;
}

/* Stagger animations for each pathway */
.pathway-section:nth-child(2) { animation-delay: 0.2s; }
.pathway-section:nth-child(3) { animation-delay: 0.4s; }
.pathway-section:nth-child(4) { animation-delay: 0.6s; }
.pathway-section:nth-child(5) { animation-delay: 0.8s; }
.pathway-section:nth-child(6) { animation-delay: 1s; }

/* Pathway Title (h3) */
.pathway-section h3 {
    font-size: 26px;
    font-weight: 700;
    color: #720000;
    margin: 30px 0 20px;
    padding: 20px 25px;
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

/* Number badge animation */
.pathway-section h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 0;
    background: linear-gradient(180deg, #720000 0%, #d39b00 100%);
    transition: height 0.5s ease;
}

.pathway-section h3:hover::before {
    height: 100%;
}

/* Animated icon */
.pathway-section h3::after {
    content: '→';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #d39b00;
    opacity: 0;
    transition: all 0.3s ease;
}

.pathway-section h3:hover::after {
    opacity: 1;
    right: 15px;
}

.pathway-section h3:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(114, 0, 0, 0.15);
    border-color: #720000;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
}

/* Individual pathway title animations */
.pathway-1 h3 {
    animation: bounceIn 1s ease-out 0.2s both;
}

.pathway-2 h3 {
    animation: bounceIn 1s ease-out 0.4s both;
}

.pathway-3 h3 {
    animation: bounceIn 1s ease-out 0.6s both;
}

.pathway-4 h3 {
    animation: bounceIn 1s ease-out 0.8s both;
}

.pathway-5 h3 {
    animation: bounceIn 1s ease-out 1s both;
}

/* Pathway Content */
.pathway-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 20px 0;
    text-align: justify;
    padding: 0 10px;
}

/* Strong text styling */
.pathway-section strong {
    color: #720000;
    font-weight: 700;
}

/* Sub-sections (3.1, 3.2, 3.3) */
.pathway-section p strong {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 12px 20px;
    background: linear-gradient(90deg, rgba(114, 0, 0, 0.05) 0%, transparent 100%);
    border-left: 4px solid #d39b00;
    border-radius: 5px;
    font-size: 18px;
}

/* Links */
.pathway-section a {
    color: #720000;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
    position: relative;
}

.pathway-section a:hover {
    color: #d39b00;
    text-decoration: none;
}

.pathway-section a::after {
    content: '↗';
    margin-left: 3px;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pathway-section a:hover::after {
    opacity: 1;
}

/* Ordered List Styling */
.pathway-section ol {
    margin: 20px 0;
    padding-left: 30px;
    counter-reset: custom-counter;
    list-style: none;
}

.pathway-section ol li {
    position: relative;
    padding: 15px 20px 15px 50px;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    counter-increment: custom-counter;
}

.pathway-section ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 3px 10px rgba(114, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.pathway-section ol li:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(114, 0, 0, 0.1);
    border-color: #720000;
}

.pathway-section ol li:hover::before {
    transform: translateY(-50%) scale(1.2) rotate(360deg);
}

/* ===================================
   SPECIAL STYLING FOR EACH PATHWAY
   =================================== */

/* SNBP - Pathway 1 */
.pathway-1 h3 {
    border-left: 6px solid #720000;
}

/* SNBT - Pathway 2 */
.pathway-2 h3 {
    border-left: 6px solid #8b0000;
}

/* UM UGM PBU - Pathway 3 */
.pathway-3 h3 {
    border-left: 6px solid #a52a2a;
}

/* UM UGM CBT - Pathway 4 */
.pathway-4 h3 {
    border-left: 6px solid #d39b00;
}

/* International - Pathway 5 */
.pathway-5 h3 {
    border-left: 6px solid #b8860b;
}

/* ===================================
   DECORATIVE BADGES
   =================================== */

.pathway-badge {
    display: inline-block;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(114, 0, 0, 0.3);
}

/* ===================================
   ANIMATIONS
   =================================== */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateX(-50px);
    }
    50% {
        opacity: 1;
        transform: scale(1.05) translateX(5px);
    }
    70% {
        transform: scale(0.9) translateX(-2px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(114, 0, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(114, 0, 0, 0);
    }
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media screen and (max-width: 1024px) {
    .admission-container {
        padding: 40px 15px;
    }
    
    .pathway-section h3 {
        font-size: 24px;
        padding: 18px 20px;
    }
    
    .admission-intro {
        font-size: 17px;
        padding: 25px;
    }
}

@media screen and (max-width: 768px) {
    .admission-container {
        padding: 30px 15px;
    }
    
    .admission-intro {
        font-size: 16px;
        padding: 20px;
    }
    
    .admission-intro::first-letter {
        font-size: 36px;
    }
    
    .pathway-section h3 {
        font-size: 20px;
        padding: 15px 18px;
    }
    
    .pathway-section h3:hover {
        transform: translateX(5px);
    }
    
    .pathway-section p {
        font-size: 15px;
    }
    
    .pathway-section ol {
        padding-left: 10px;
    }
    
    .pathway-section ol li {
        padding: 12px 15px 12px 45px;
    }
    
    .pathway-section ol li:hover {
        transform: translateX(5px);
    }
}

@media screen and (max-width: 480px) {
    .admission-container {
        padding: 20px 10px;
    }
    
    .admission-intro {
        font-size: 15px;
        padding: 15px;
    }
    
    .pathway-section h3 {
        font-size: 18px;
        padding: 12px 15px;
    }
    
    .pathway-section h3::after {
        display: none;
    }
    
    .pathway-section p {
        font-size: 14px;
        padding: 0 5px;
    }
    
    .pathway-section p strong {
        font-size: 16px;
        padding: 10px 15px;
    }
    
    .pathway-section ol li {
        padding: 10px 12px 10px 40px;
        font-size: 14px;
    }
    
    .pathway-section ol li::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
        left: 10px;
    }
}

/* ===================================
   ACCESSIBILITY
   =================================== */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===================================
   PRINT STYLES
   =================================== */

@media print {
    .admission-container {
        padding: 20px;
    }
    
    .pathway-section {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    
    .pathway-section h3 {
        border: 1px solid #ddd;
        box-shadow: none;
    }
    
    .pathway-section h3::after {
        display: none;
    }
}/* End custom CSS */