.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-8947 .elementor-element.elementor-element-891df89 .elementor-menu-toggle{margin:0 auto;}.elementor-8947 .elementor-element.elementor-element-891df89 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-8947 .elementor-element.elementor-element-891df89 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-8947 .elementor-element.elementor-element-891df89 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-8947 .elementor-element.elementor-element-891df89 .elementor-nav-menu--main .elementor-item:focus{color:#fff;}/* Start custom CSS for html, class: .elementor-element-724f32f *//* ===================================
   CPL &amp; MBKM PAGE STYLING (Red Theme) - FIXED
   =================================== */

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

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

.section-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%);
}

/* FIXED: More specific .elementor-8947 .elementor-element.elementor-element-724f32f to ensure white color */
.cpl-mbkm-container .section-header .section-title,
.cpl-mbkm-container .section-header h2 {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

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

/* CPL Image Section */
.cpl-image-section {
    margin: 50px 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.cpl-image-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;
}

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

.cpl-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Click to enlarge link */
.image-link {
    display: 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;
}

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

/* Introduction */
.mbkm-intro {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 40px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #720000;
}

.mbkm-intro p {
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    text-align: justify;
    margin: 0;
}

/* Programs Grid */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

/* Program Card */
.program-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #f0f0f0;
    border-top: 5px solid #720000;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

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

.program-card:hover::before {
    top: -25%;
    right: -25%;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(114, 0, 0, 0.15);
    border-color: #720000;
    border-top-width: 6px;
}

/* Program Icon */
.program-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(114, 0, 0, 0.3);
}

/* Program Title */
.program-title {
    font-size: 22px;
    font-weight: 700;
    color: #720000;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

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

/* Program Description */
.program-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

/* Closing Text */
.closing-text {
    background: linear-gradient(135deg, rgba(114, 0, 0, 0.05) 0%, rgba(211, 155, 0, 0.05) 100%);
    border-left: 5px solid #d39b00;
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.closing-text p {
    font-size: 17px;
    line-height: 1.9;
    color: #333;
    text-align: justify;
    margin: 0;
}

/* Download Button */
.download-section {
    text-align: center;
    margin: 50px 0;
}

.download-btn {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #720000 0%, #d39b00 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(114, 0, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.download-btn::before {
    content: '📥 ';
    margin-right: 8px;
    font-size: 20px;
}

.download-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.download-btn:hover::after {
    width: 300%;
    height: 300%;
}

.download-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 30px rgba(114, 0, 0, 0.4);
}

/* ===================================
   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);
    }
}

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

@media screen and (max-width: 1024px) {
    .cpl-mbkm-container {
        padding: 40px 15px;
    }
    
    .section-title,
    .cpl-mbkm-container .section-header .section-title {
        font-size: 32px !important;
    }
    
    .programs-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media screen and (max-width: 768px) {
    .section-header {
        padding: 25px 30px;
    }
    
    .section-title,
    .cpl-mbkm-container .section-header .section-title {
        font-size: 28px !important;
    }
    
    .cpl-image-container {
        padding: 20px;
    }
    
    .mbkm-intro {
        padding: 30px 25px;
    }
    
    .mbkm-intro p {
        font-size: 16px;
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .program-card {
        padding: 25px;
    }
    
    .program-title {
        font-size: 20px;
    }
    
    .program-description {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .cpl-mbkm-container {
        padding: 30px 10px;
    }
    
    .section-header {
        padding: 20px 20px;
    }
    
    .section-title,
    .cpl-mbkm-container .section-header .section-title {
        font-size: 24px !important;
    }
    
    .cpl-image-container {
        padding: 15px;
    }
    
    .mbkm-intro {
        padding: 25px 20px;
    }
    
    .mbkm-intro p {
        font-size: 15px;
    }
    
    .program-card {
        padding: 20px;
    }
    
    .program-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .program-title {
        font-size: 18px;
    }
    
    .program-description {
        font-size: 14px;
    }
    
    .download-btn {
        padding: 14px 30px;
        font-size: 16px;
    }
}

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

@media print {
    .cpl-mbkm-container {
        padding: 20px;
    }
    
    .section-header {
        background: #720000;
        box-shadow: none;
    }
    
    .program-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .download-btn {
        display: none;
    }
}/* End custom CSS */