.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-9120 .elementor-element.elementor-element-2e25734 .elementor-menu-toggle{margin:0 auto;}.elementor-9120 .elementor-element.elementor-element-2e25734 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-9120 .elementor-element.elementor-element-2e25734 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-9120 .elementor-element.elementor-element-2e25734 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-9120 .elementor-element.elementor-element-2e25734 .elementor-nav-menu--main .elementor-item:focus{color:#fff;}/* Start custom CSS for html, class: .elementor-element-5703658 *//* ===================================
   THESIS DEFENSE &amp; GRADUATION PAGE STYLING
   =================================== */

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

/* Add this to your existing CSS to fix link issues */

.resource-content a {
    color: #720000 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 999 !important;
    pointer-events: auto !important;
}

.resource-content a:hover {
    color: #d39b00 !important;
    text-decoration: none !important;
}

.resource-content a::after {
    content: ' →';
    margin-left: 5px;
}

/* Fix for resource item overlay blocking clicks */
.resource-item::before {
    pointer-events: none !important;
}

.resource-content {
    position: relative;
    z-index: 10;
}

/* Page Header */
.thesis-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 50px 30px;
    background: linear-gradient(135deg, #720000 0%, #7c1000 50%, #d39b00 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(114, 0, 0, 0.3);
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    overflow: hidden;
}

.thesis-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.thesis-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Infographic Section */
.infographic-section {
    margin: 50px 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.infographic-container {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 3px solid #f0f0f0;
    transition: all 0.4s ease;
    text-align: center;
}

.infographic-container:hover {
    box-shadow: 0 15px 60px rgba(114, 0, 0, 0.15);
    border-color: #720000;
    transform: translateY(-5px);
}

.infographic-title {
    font-size: 28px;
    font-weight: 700;
    color: #720000;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.infographic-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #720000 0%, #d39b00 100%);
    border-radius: 2px;
}

.infographic-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.infographic-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(114, 0, 0, 0.15);
}

/* Image link for opening full size */
.image-link {
    display: inline-block;
    position: relative;
}

.image-link::after {
    content: '🔍 Klik untuk memperbesar';
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.image-link:hover::after {
    opacity: 1;
}

/* Resources Section */
.resources-section {
    margin: 60px 0;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.resources-title {
    font-size: 32px;
    font-weight: 700;
    color: #720000;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 20px;
}

.resources-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #720000 0%, #d39b00 100%);
    border-radius: 2px;
}

/* Resources List */
.resources-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.resource-item {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 15px;
    padding: 25px 30px;
    border-left: 6px solid #720000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.resource-item::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(211, 155, 0, 0.05) 0%, transparent 70%);
    transition: all 0.5s ease;
}

.resource-item:hover::before {
    top: -25%;
    right: -25%;
}

.resource-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 35px rgba(114, 0, 0, 0.15);
    border-left-width: 8px;
}

/* Resource Number Badge */
.resource-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    border-radius: 50%;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(114, 0, 0, 0.3);
}

.resource-content {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.resource-content a {
    color: #720000;
    font-weight: 600;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.resource-content a:hover {
    color: #d39b00;
    text-decoration: none;
}

.resource-content a::after {
    content: ' →';
    margin-left: 5px;
}

/* Note Section */
.note-section {
    margin: 50px 0;
    padding: 30px;
    background: linear-gradient(135deg, rgba(114, 0, 0, 0.08) 0%, rgba(211, 155, 0, 0.08) 100%);
    border-left: 6px solid #d39b00;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s ease-out 0.6s both;
}

.note-title {
    font-size: 20px;
    font-weight: 700;
    color: #720000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.note-title::before {
    content: '📌';
    font-size: 24px;
}

.note-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.note-content strong {
    color: #720000;
}

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

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

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

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

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

@media screen and (max-width: 1024px) {
    .thesis-defense-container {
        padding: 40px 15px;
    }
    
    .thesis-title {
        font-size: 36px;
    }
    
    .infographic-image {
        max-width: 700px;
    }
}

@media screen and (max-width: 768px) {
    .thesis-header {
        padding: 40px 20px;
    }
    
    .thesis-title {
        font-size: 30px;
    }
    
    .infographic-container {
        padding: 25px 20px;
    }
    
    .infographic-title {
        font-size: 24px;
    }
    
    .resources-title {
        font-size: 28px;
    }
    
    .resource-item {
        padding: 20px 20px;
    }
    
    .resource-content {
        font-size: 16px;
    }
    
    .note-section {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 480px) {
    .thesis-defense-container {
        padding: 30px 10px;
    }
    
    .thesis-header {
        padding: 30px 15px;
    }
    
    .thesis-title {
        font-size: 24px;
    }
    
    .infographic-container {
        padding: 20px 15px;
    }
    
    .infographic-title {
        font-size: 20px;
    }
    
    .resources-title {
        font-size: 24px;
    }
    
    .resource-item {
        padding: 18px 15px;
    }
    
    .resource-number {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-right: 12px;
    }
    
    .resource-content {
        font-size: 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .note-section {
        padding: 20px 15px;
    }
    
    .note-title {
        font-size: 18px;
    }
    
    .note-content {
        font-size: 15px;
    }
    
    
}

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

@media print {
    .thesis-defense-container {
        padding: 20px;
    }
    
    .thesis-header {
        background: #720000;
        box-shadow: none;
    }
    
    .resource-item,
    .note-section {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
}/* End custom CSS */