.elementor-8248 .elementor-element.elementor-element-ede4653{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-8248 .elementor-element.elementor-element-81dd879{width:100%;max-width:100%;}.elementor-8248 .elementor-element.elementor-element-81dd879.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-8248 .elementor-element.elementor-element-7a23f2f{width:100%;max-width:100%;}.elementor-8248 .elementor-element.elementor-element-9dac387{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-81dd879 */h1, h2, h3 { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--primary-dark); }
h2 { font-size: 2.5rem; }
p { color: var(--text-muted); }
.btn { display: inline-block; font-weight: 600; padding: 0.875rem 2rem; border-radius: 0.5rem; text-decoration: none; border: none; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.btn-gold { background-color: var(--accent-gold); color: var(--primary-dark); box-shadow: 0 4px 15px -5px rgba(212,175,55,0.4); }
.btn-gold:hover { background-color: #C39E2D; transform: translateY(-3px); box-shadow: 0 8px 25px -5px rgba(212,175,55,0.5); }
.btn-sm { padding: 0.5rem 1rem; font-size: 0.875rem; }



/* --- KONTEN UTAMA --- */
#main-content { visibility: hidden; opacity: 0; transition: opacity 0.5s ease; }

/* --- HERO SECTION --- */
#beranda { padding: 8rem 0; text-align: center; background: linear-gradient(rgba(7, 47, 79, 0.8), rgba(7, 47, 79, 0.8)), url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop') no-repeat center center/cover; }
#beranda h1 { font-size: 4rem; color: var(--bg-white); line-height: 1.1; text-shadow: 0 2px 15px rgba(0,0,0,0.2); max-width: 900px; margin: 0 auto; }
#beranda p { font-size: 1.25rem; max-width: 700px; margin: 1.5rem auto 2.5rem; color: rgba(255,255,255,0.85); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff157db *//* --- OUR CLIENT (MARQUEE) --- */
#our-client { padding: 3rem 0; background: var(--bg-body); border-bottom: 1px solid var(--border-light); }
#our-client .container { text-align: center; }
#our-client h3 { font-size: 1rem; font-weight: 600; color: var(--text-muted); margin-bottom: 2rem; text-transform: uppercase; letter-spacing: 1px; }
.marquee { overflow: hidden; position: relative; width: 100%; -webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent); mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent); }
.marquee-track { display: flex; animation: marquee 40s linear infinite; width: fit-content; }
.clients-grid { display: flex; align-items: center; gap: 4rem; padding: 0 2rem; flex-shrink: 0; }
.clients-grid img { height: 32px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a23f2f *//* --- LAYANAN SECTION --- */
#layanan {
background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-body) 100%);    
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.program-card { background: var(--bg-white); border: 1px solid var(--border-light); border-radius: 0.75rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: all 0.3s ease; }
.program-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: var(--accent-gold); }
.card-icon { margin-bottom: 1.5rem; color: var(--accent-gold); line-height: 1; }
.card-icon svg { width: 32px; height: 32px; }
.card-content { padding: 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }
.card-category { font-size: 0.875rem; font-weight: 600; color: var(--accent-gold); margin-bottom: 0.5rem; }
.card-content h3 { font-size: 1.25rem; margin-bottom: 0.75rem; }
.card-footer { padding: 1rem 1.5rem; border-top: 1px solid var(--border-light); font-weight: 600; }
.card-footer a { color: var(--primary-dark); text-decoration: none; transition: color 0.3s; }
.card-footer a:hover { color: var(--accent-gold); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-def2f9c *//* --- PROGRAM CATALOG SECTION (ELITE) --- */
    background-color: var(--bg-white);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke-width='2' stroke='%23f0f1f2'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e");
}
.category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.category-card { background-color: var(--bg-white); border: 1px solid var(--border-light); border-radius: 0.75rem; padding: 1.5rem; text-align: center; text-decoration: none; color: var(--text-dark); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; }
.category-card:hover, .category-card.active { transform: translateY(-5px); background-color: var(--primary-dark); color: var(--bg-white); border-color: var(--primary-dark); box-shadow: var(--shadow-md); }
.category-card.active h3, .category-card:hover h3 { color: var(--bg-white); }
.category-card h3 { font-size: 1.1rem; font-weight: 600; }
.popular-programs-wrapper { max-height: 0; overflow: hidden; transition: max-height 0.7s ease-in-out, padding 0.5s ease-in-out, margin 0.5s ease-in-out; }
.popular-programs-wrapper.open { max-height: 500px; /* Adjust as needed */ padding-top: 2rem; margin-top: 2rem; border-top: 1px solid var(--border-light); }
.popular-programs-list { list-style: none; padding: 0; }
.popular-programs-list li { margin-bottom: 1rem; }
.popular-programs-list a { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; background: var(--bg-white); border-radius: 0.5rem; text-decoration: none; color: var(--text-dark); box-shadow: var(--shadow-sm); transition: all 0.3s ease; }
.popular-programs-list a:hover { background-color: #FDF6E3; transform: translateX(5px); }
.popular-programs-list a span { font-weight: 600; }
.popular-programs-list a .arrow { color: var(--accent-gold); font-weight: 800; transition: transform 0.3s; }
.popular-programs-list a:hover .arrow { transform: translateX(5px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dac387 *//* --- JADWAL TRAINING --- */
    background: var(--bg-white);
#jadwal .schedule-table-wrapper { background: var(--bg-white); border-radius: 0.75rem; box-shadow: var(--shadow-md); overflow-x: auto; }
#jadwal .schedule-table { width: 100%; border-collapse: collapse; text-align: left; }
#jadwal .schedule-table thead { background: var(--primary-dark); }
#jadwal .schedule-table th { font-family: 'Poppins'; color: var(--bg-white); padding: 1rem 1.5rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
#jadwal .schedule-table td { padding: 1.25rem 1.5rem; vertical-align: middle; border-bottom: 1px solid var(--border-light); }
#jadwal .schedule-table tbody tr:last-child td { border-bottom: none; }
.method-tag { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 999px; font-size: 0.875rem; font-weight: 500; }
.method-tag.online { background-color: #DBEAFE; color: #1E40AF; }
.method-tag.offline { background-color: #FEE2E2; color: #991B1B; }
.schedule-cta { text-align: center; margin-top: 2.5rem; padding: 1.5rem; background: var(--bg-body); border-radius: 0.5rem; }
.schedule-cta a { color: var(--primary-blue); font-weight: 600; text-decoration: none; border-bottom: 2px solid var(--accent-gold); }
.schedule-cta a:hover { color: var(--accent-gold); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2bed0e *//* --- PROFILE (KEUNGGULAN) --- */
#profile {
    background-color: var(--bg-body);
    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%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e5e7eb' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.why-us-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; gap: 4rem; }
.why-us-item { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 2rem; }
.why-us-icon { background-color: #FDF6E3; color: var(--accent-gold); border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-us-image img { width: 100%; border-radius: 0.75rem; box-shadow: var(--shadow-md); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4be13ae *//* --- LEAD MAGNET --- */
#lead-magnet {
    background-color: var(--primary-dark);
    background-image: radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 25%);
}
.lead-magnet-box { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 4rem; color: var(--bg-white); }
.lead-magnet-box img { max-width: 100%; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
#lead-magnet h2 { color: var(--bg-white); }
#lead-magnet p { opacity: 0.8; margin-bottom: 1.5rem; }
.lead-magnet-form { display: flex; gap: 0.5rem; }
.lead-magnet-form input { flex-grow: 1; padding: 0.875rem; border: 1px solid var(--primary-blue); border-radius: 0.5rem; }
.lead-magnet-form button { flex-shrink: 0; }

/* --- TESTIMONI --- */
#testimoni {
    background: var(--primary-dark); /* Menggunakan warna yang lebih gelap untuk konsistensi */
}
#testimoni h2, #testimoni p { color: var(--bg-white); }
.testimonial-wrapper { position: relative; max-width: 800px; margin: 0 auto; overflow: hidden; }
.testimonial-track { display: flex; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
.testimonial-card { flex: 0 0 100%; padding: 2rem; text-align: center; }
.testimonial-card img { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 1rem; border: 3px solid var(--accent-gold); object-fit: cover; }
.testimonial-card blockquote { font-size: 1.25rem; font-style: italic; margin-bottom: 1rem; color: rgba(255,255,255,0.9); }
.testimonial-card cite { font-weight: 600; font-style: normal; color: var(--bg-white); }
.testimonial-dots { text-align: center; margin-top: 2rem; }
.dot { height: 12px; width: 12px; margin: 0 5px; background-color: rgba(255,255,255,0.3); border-radius: 50%; display: inline-block; transition: background-color 0.3s ease; cursor: pointer; }
.dot.active { background-color: var(--accent-gold); }

/* --- ARTIKEL --- */
#artikel {
    background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-body) 100%);
}

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.article-card { background-color: var(--bg-white); border-radius: 0.75rem; overflow: hidden; box-shadow: var(--shadow-sm); transition: all 0.3s; }
.article-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.article-card img { width: 100%; height: 200px; object-fit: cover; }
.article-card-content { padding: 1.5rem; }
.article-card-content h3 { font-size: 1.1rem; margin-bottom: 1rem; }
.article-card-content a { text-decoration: none; font-weight: 600; color: var(--primary-dark); }
.article-card-content a:hover { color: var(--accent-gold); }

/* --- FAQ --- */
#faq {
    background: var(--bg-body);
}
.faq-grid { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; font-size: 1.125rem; font-weight: 600; padding: 1.5rem 0; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 1.5rem; transition: transform 0.3s; color: var(--primary-dark); }
.faq-item[open] summary::after { content: '−'; }
.faq-item div { padding-bottom: 1.5rem; color: var(--text-muted); }
        
/* --- KONTAK (KONSULTASI) --- */
#kontak {
    background-image: linear-gradient(rgba(249, 250, 251, 0.9), rgba(249, 250, 251, 0.9)), url('https://images.unsplash.com/photo-1587560699334-cc426240169f?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    text-align: center;
}
#kontak .container { max-width: 700px; }
#kontak h2 { font-size: 2.25rem; }
#kontak p { margin-bottom: 2rem; }

/* --- MODAL --- */
#consultation-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); display: flex; justify-content: center; align-items: center; z-index: 2000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0s 0.3s; }
#consultation-modal.active { opacity: 1; visibility: visible; transition: opacity 0.3s ease; }
.modal-content { background-color: var(--bg-white); padding: 2.5rem; border-radius: 0.75rem; width: 90%; max-width: 500px; position: relative; transform: scale(0.9); transition: transform 0.3s ease; }
#consultation-modal.active .modal-content { transform: scale(1); }
.close-modal { position: absolute; top: 1rem; right: 1rem; font-size: 2rem; color: #aaa; cursor: pointer; border: none; background: none; }
.modal-content h3 { margin-bottom: 1.5rem; text-align: center; }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 500; margin-bottom: 0.5rem; }
.form-group input, .form-group textarea { width: 100%; padding: 0.75rem; border: 1px solid var(--border-light); border-radius: 0.5rem; font-family: 'Inter', sans-serif; }
.form-group textarea { resize: vertical; min-height: 80px; }



/* --- RESPONSIVE DESIGN --- */
@media(max-width: 1024px) {
    .program-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
    .why-us-grid, .lead-magnet-box { grid-template-columns: 1fr; }
    .lead-magnet-box { text-align: center; }
    .lead-magnet-box img { margin: 0 auto 2rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 768px) {
    h2 { font-size: 2rem; }
    section { padding: 4rem 0; }
    #beranda h1 { font-size: 2.5rem; }
    #beranda { padding: 6rem 0; }
    .program-grid, .article-grid, .category-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-col { margin-bottom: 2rem; }
    .main-nav { display: none; }
}/* End custom CSS */