/*
Theme Name: ACI Academy Theme
Theme URI: https://aciacademy.com
Author: ACI Dev
Description: Custom Theme untuk ACI Academy (Konversi HTML)
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: aci-academy
*/

/* --- CSS GLOBAL --- */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Arial', sans-serif; }
body { color: #555555; line-height: 1.6; background-color: #fff; }
a { text-decoration: none; color: #0066cc; }
img { max-width: 100%; height: auto; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* --- BUTTONS --- */
.btn { display: inline-block; padding: 10px 20px; background-color: #0066cc; color: white; border-radius: 8px; font-weight: bold; transition: background-color 0.3s; }
.btn:hover { background-color: #0055aa; color: #fff; }
.btnkun { display: inline-block; padding: 10px 20px; background: linear-gradient(179.65deg, #fbe700 -27.92%, #ffcd00 102.49%); color: #004890; border-radius: 6px; font-weight: bold; transition: all 0.3s; }
.btnkun:hover { background: orange; color: #fff; text-shadow: 1px 2px rgba(0, 0, 0, 0.3); }
.gold-button { color: #004890; background-image: linear-gradient(180deg, #f6e27a 20%, #cb9b51 80%); font-weight: bold; padding: 15px 50px; border-radius: 30px; margin: 5px; border-width: 0; display: inline-flex; align-items: center; box-shadow: 0 4px 12px 0 rgba(0, 72, 144, 0.4); transition: all 0.5s ease; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.gold-button:hover { color: #004890; text-shadow: 1px 2px #eee; background-image: linear-gradient(180deg, #f6e27a 20%, #cb9b51 90%); }
.shine-button:after { content: ''; top: 0; transform: translateX(100%); width: 100%; height: 220px; position: absolute; z-index: 1; animation: slide 3s infinite; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); }
@keyframes slide { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }

/* --- HEADER --- */
.marquee { margin: 0 auto; text-align: center; white-space: nowrap; overflow: hidden; position: relative; }
.marquee span { display: inline-block; padding-left: 100%; animation: marquee 30s linear infinite; }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }
header { background-color: #004890; box-shadow: 0 2px 10px rgba(0,0,0,0.1); width: 100%; z-index: 100; }
.header-container { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; }
.logo { height: 50px; }
.nav-links { display: flex; gap: 15px; list-style: none; }
.nav-links a { color: #fff; font-weight: 500; padding: 8px 15px; border-radius: 5px; }
.nav-links a:hover { color: #ffb703; background: rgba(255, 255, 255, 0.1); }
.menu-toggle { display: none; font-size: 26px; cursor: pointer; color: white; background: none; border: none; }

/* --- SECTIONS --- */
.hero { background-color: #f5f9ff; padding: 100px 0 50px; text-align: center; }
.hero h1 { font-size: 2.5rem; margin-bottom: 20px; color: #0066cc; }
.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 2rem; color: #0066cc; }
.features { padding: 80px 0; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature-cardputih { border: 3px solid #0066cc; background-color: #ffffff; text-align: center; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s; }
.feature-cardputih:hover { transform: translateY(-10px); }
.feature-icon { font-size: 3rem; color: #0066cc; margin-bottom: 20px; }
.programs { padding: 80px 0; background-image: linear-gradient(to bottom right, #DEF9FC, #fff); }
.tab-buttons { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; gap: 10px; }
.tab-btn { padding: 12px 25px; background: none; border: none; border-bottom: 3px solid transparent; font-weight: bold; color: #666; cursor: pointer; transition: all 0.3s; }
.tab-btn.active { color: #0066cc; border-bottom: 3px solid #0066cc; }
.tab-content { display: none; animation: fadeIn 0.5s; }
.tab-content.active { display: block; }
.program-details { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.program-image img, .program-imageA img { width: 100%; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.15); }
.testimonials { background-color: #DEF9FC; padding: 80px 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.testimonial-card { background-color: white; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }

/* --- CAROUSEL & PRODUCTS --- */
.features-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.features-nav, .carousel-nav { display: flex; gap: 10px; }
.features-carousel, .products-carousel, .video-carousel { position: relative; overflow: hidden; }
.features-track, .products-track { display: flex; gap: 20px; transition: transform 0.5s ease; padding: 6px 0; }
.feature-slide { flex: 0 0 calc(25% - 15px); min-width: 260px; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.feature-content { padding: 15px; background: white; }
.other-products { padding: 80px 0; background: #fff; }
.products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 50px; }
.product-item { background: white; border-radius: 16px; padding: 30px 25px; text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.08); transition: all 0.3s ease; border: 1px solid #e9ecef; display: flex; flex-direction: column; height: 100%; }
.product-item:hover { transform: translateY(-8px); }
.product-icon-container { width: 80px; height: 80px; margin: 0 auto 20px; background: linear-gradient(135deg, #0066cc 0%, #004990 100%); border-radius: 20px; display: flex; align-items: center; justify-content: center; }
.product-icon { width: 50px; height: 50px; filter: brightness(0) invert(1); }

/* --- VIDEO TESTIMONIAL --- */
.testimonial-videos { padding: 80px 0; background: #ffffff; }
.video-slide { display: none; padding: 40px; background:#DEF9FC; }
.video-slide.active { display: block; }
.video-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* --- FOOTER & MISC --- */
.cta { background-color: #0066cc; color: white; padding: 80px 0; text-align: center; }
footer { background: linear-gradient(179.65deg, #fbe700 -27.92%, #ffcd00 102.49%); color: #004890; padding: 50px 0 20px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 40px; }
.whatsapp-float { position: fixed; width: 60px; height: 60px; bottom: 22px; right: 22px; background-color: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; z-index: 9999; box-shadow: 0 4px 12px rgba(0,0,0,0.25); }
.whatsapp-text { position: fixed; bottom: 30px; right: 92px; background: #fff; padding: 10px 14px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); z-index: 9999; }
.hidden { display: none; }
#textgradasi { background-image: linear-gradient(90deg, #80e27e, #00c8ff, #7d2eff, #ff4081, #ffb241); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* --- RESPONSIVE --- */
@media (max-width: 992px) { .products-grid, .testimonial-grid, .features-grid { grid-template-columns: repeat(2, 1fr); } .video-content { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #004890; flex-direction: column; padding: 15px; } .nav-links.show { display: flex; } .menu-toggle { display: block; } .program-details, .footer-grid, .products-grid { grid-template-columns: 1fr; } }