/*
Theme Name: Interaksi Hukum WP
Description: Tema Single Page untuk Website Interaksi Hukum
Author: Developer Interaksi Hukum
Version: 1.0
*/

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Urbanist', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
:root { --primary-green: #608053; --light-green: #e9efe6; --dark-text: #2d3732; --white: #ffffff; --gray-bg: #f5f5f5; }
body { background-color: var(--white); color: var(--dark-text); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
header { display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.logo-link { display: inline-block; cursor: pointer; transition: transform 0.2s ease; }
.logo-link:hover { transform: scale(1.02); }
.logo-img { height: 50px; display: block; object-fit: contain; }
nav ul { display: flex; list-style: none; gap: 5px; }
nav ul li a { text-decoration: none; color: var(--dark-text); font-weight: 700; font-size: 14px; padding: 8px 16px; border-radius: 6px; transition: 0.3s; cursor: pointer; display: inline-block; letter-spacing: 0.3px; }
nav ul li a.active, nav ul li a:hover { background-color: var(--primary-green); color: var(--white); }
.page { display: none; animation: fadeIn 0.4s ease-in-out forwards; }
.page.active-page { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.hero { display: flex; align-items: flex-end; min-height: 540px; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 50px 5%; position: relative; }
.bg-beranda { background-image: url('https://i.ibb.co.com/n9mj17B/Website-33.png'); }
.bg-layanan { background-image: url('https://i.ibb.co.com/F4DbtQ66/Website-38.png'); }
.bg-tentang { background-image: url('https://i.ibb.co.com/qLhv8mM5/Website-34.png'); }
.bg-artikel { background-image: url('https://i.ibb.co.com/ymtC9wDd/Website-37.png'); }
.bg-kontak { background-image: url('https://i.ibb.co.com/WNf8LSbh/Website-35.png'); }
.hero-content { max-width: 52%; background: transparent !important; padding: 30px 0; border-radius: 0; backdrop-filter: none !important; box-shadow: none !important; }
.hero-content h3 { font-size: 26px; font-weight: 800; margin-bottom: 15px; color: #1a1a1a; line-height: 1.3; text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9); }
.hero-content p { font-size: 15px; font-weight: 600; line-height: 1.6; color: #222222; text-align: justify; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); }
.stats-bar { background-color: var(--primary-green); color: var(--white); display: grid; grid-template-columns: repeat(4, 1fr); padding: 40px 5%; text-align: center; gap: 25px; }
.stat-item { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.stat-icon-img { width: 45px; height: 45px; object-fit: contain; margin-bottom: 12px; display: block; filter: brightness(0) invert(1); }
.stats-bar h2 { font-size: 32px; font-weight: 800; margin-bottom: 4px; }
.stats-bar p { font-size: 13px; font-weight: 600; opacity: 0.95; }
.section-title { font-size: 28px; font-weight: 800; margin-bottom: 40px; text-align: center; }
.section-title span { color: var(--primary-green); }
.why-us { padding: 60px 5%; background-color: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1200px; margin: 0 auto; }
.why-item { background: var(--white); padding: 25px 20px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; text-align: center; font-size: 13px; font-weight: 600; line-height: 1.5; color: var(--dark-text); box-shadow: 0 4px 15px rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.05); transition: transform 0.2s ease; }
.why-item:hover { transform: translateY(-3px); }
.why-icon-img { width: 60px; height: 60px; object-fit: contain; margin-bottom: 15px; display: block; }
.services-container { padding: 60px 5%; background-color: var(--gray-bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1200px; margin: 0 auto; }
.service-card { background: var(--white); border: 2px solid var(--primary-green); border-radius: 15px; padding: 30px 20px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; min-height: 320px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.service-icon { width: 55px; height: 55px; object-fit: contain; margin-bottom: 12px; }
.service-card h4 { color: var(--primary-green); margin-bottom: 12px; font-size: 16px; font-weight: 700; letter-spacing: 0.5px; }
.service-card p { font-size: 13px; line-height: 1.6; margin-bottom: 20px; color: #555; }
.btn-hubungi { cursor: pointer; transition: transform 0.2s; max-width: 140px; width: 100%; margin-top: auto; object-fit: contain; }
.btn-hubungi:hover { transform: scale(1.05); }
.articles-container { padding: 60px 5%; background-color: var(--gray-bg); }
.articles-wrapper { max-width: 1200px; margin: 0 auto; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.article-card { background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.02); border: 1px solid rgba(0,0,0,0.05); display: flex; flex-direction: column; transition: transform 0.3s ease; cursor: pointer; }
.article-card:hover { transform: translateY(-5px); }
.article-thumb { height: 200px; width: 100%; }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-body { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; }
.article-badge { background-color: var(--light-green); color: var(--primary-green); padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; align-self: flex-start; margin-bottom: 10px; text-transform: uppercase; }
.article-body h5 { font-size: 16px; font-weight: 800; color: var(--dark-text); margin: 10px 0; line-height: 1.4; }
.article-body p { font-size: 13px; color: #666; line-height: 1.6; margin-bottom: 15px; }
.article-footer { margin-top: auto; border-top: 1px solid #f0f0f0; padding-top: 15px; display: flex; justify-content: space-between; align-items: center; }
.article-meta { font-size: 12px; color: #999; font-weight: 600; }
.article-detail-wrapper { max-width: 800px; margin: 40px auto; padding: 0 20px; }
.btn-back-article { background: var(--primary-green); color: white; border: none; padding: 10px 20px; font-weight: 700; border-radius: 6px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 30px; font-size: 14px; transition: 0.2s; }
.btn-back-article:hover { opacity: 0.9; }
.detail-article-thumb { width: 100%; height: 400px; border-radius: 16px; overflow: hidden; margin-bottom: 30px; }
.detail-article-thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail-article-title { font-size: 32px; font-weight: 800; line-height: 1.3; color: var(--dark-text); margin-bottom: 15px; }
.detail-article-meta { display: flex; gap: 20px; font-size: 14px; color: #666; font-weight: 600; margin-bottom: 30px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
.detail-article-content { font-size: 16px; line-height: 1.8; color: #333; text-align: justify; }
.detail-article-content p { margin-bottom: 20px; }
.detail-article-content h4 { font-size: 20px; font-weight: 700; margin: 30px 0 15px; color: var(--dark-text); }
.detail-cta-box { background: var(--light-green); border-radius: 12px; padding: 30px; text-align: center; margin-top: 40px; border: 1px solid rgba(96,128,83,0.2); }
.detail-cta-box h5 { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.detail-cta-box p { font-size: 14px; color: #555; margin-bottom: 20px; font-weight: 500; }
.btn-article-wa { background: #25d366; color: white; border: none; padding: 12px 25px; border-radius: 30px; font-weight: 700; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; box-shadow: 0 4px 10px rgba(37,211,102,0.2); transition: 0.2s; }
.btn-article-wa:hover { transform: translateY(-2px); }
.clients-section { padding: 60px 5%; background: var(--white); text-align: center; }
.client-carousel-container { width: 100%; max-width: 1000px; position: relative; overflow: hidden; margin: 20px auto 0; padding: 15px 0; }
.client-slides-track { display: flex; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); width: 100%; }
.client-slide-group { min-width: 100%; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; justify-items: center; align-items: center; }
.client-slide-group img { width: 100%; max-width: 260px; height: 130px; object-fit: contain; filter: none !important; opacity: 1 !important; transition: transform 0.3s ease; pointer-events: auto; mix-blend-mode: multiply; }
.client-slide-group img:hover { transform: scale(1.08); }
.client-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; background-color: var(--primary-green); color: white; border: none; border-radius: 50%; font-size: 18px; cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: 0.2s; }
.client-nav-btn:hover { background-color: #4a6340; }
.client-btn-prev { left: 0px; } .client-btn-next { right: 0px; }
.client-dots-container { display: flex; gap: 6px; margin-top: 35px; justify-content: center; flex-wrap: wrap; padding: 0 20px; }
.client-dot { width: 8px; height: 8px; background-color: #ccc; border-radius: 50%; cursor: pointer; transition: 0.3s; }
.client-dot.active-client-dot { background-color: var(--primary-green); width: 20px; border-radius: 4px; }
.testimonials-section { padding: 60px 5%; background-color: var(--gray-bg); text-align: center; }
.testi-carousel-container { width: 100%; max-width: 1100px; position: relative; overflow: hidden; margin: 15px auto 0; cursor: grab; padding: 15px 5px; }
.testi-carousel-container:active { cursor: grabbing; }
.testi-slides-track { display: flex; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); width: 100%; }
.testi-slide-group { min-width: 100%; width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.testi-card { background: var(--white); padding: 25px; border-radius: 14px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); border-bottom: 5px solid var(--primary-green); text-align: left; display: flex; flex-direction: column; justify-content: space-between; min-height: 230px; }
.testi-text { font-size: 13.5px; line-height: 1.6; color: #4a5568; font-weight: 500; margin-bottom: 15px; font-style: italic; }
.testi-name { font-size: 15px; font-weight: 800; color: #1a202c; }
.testi-company { font-size: 12px; font-weight: 600; color: var(--primary-green); }
.testi-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background-color: var(--primary-green); color: var(--white); border: none; border-radius: 50%; font-size: 18px; cursor: pointer; z-index: 5; display: flex; align-items: center; justify-content: center; }
.testi-btn-prev { left: 0px; } .testi-btn-next { right: 0px; }
.testi-dots-container { display: flex; gap: 8px; margin-top: 20px; justify-content: center; }
.testi-dot { width: 10px; height: 10px; background-color: #ccc; border-radius: 50%; cursor: pointer; transition: 0.3s; }
.testi-dot.active-dot { background-color: var(--primary-green); width: 22px; border-radius: 5px; }
.contact-container { padding: 40px 5%; display: flex; gap: 40px; max-width: 1200px; margin: 0 auto; }
.map-box { flex: 1.2; border-radius: 20px; overflow: hidden; border: 5px solid var(--primary-green); height: 350px; }
.map-box iframe { width: 100%; height: 100%; border: 0; display: block; }
.contact-info { flex: 1; display: flex; flex-direction: column; gap: 20px; justify-content: center; }
.info-group h4 { color: var(--primary-green); margin-bottom: 5px; font-size: 16px; font-weight: 700; }
.info-group p { font-size: 14px; white-space: pre-line; line-height: 1.6; }
footer { background-color: var(--primary-green); color: var(--white); padding: 50px 5% 25px; border-top-left-radius: 30px; border-top-right-radius: 30px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 30px; max-width: 1200px; margin: 0 auto; }
.footer-logo-section { display: flex; flex-direction: column; gap: 15px; align-items: flex-start; text-align: left; }
.footer-logo-img { height: 50px; width: auto; object-fit: contain; align-self: flex-start; cursor: pointer; filter: brightness(0) invert(1) !important; }
.footer-subtitle { font-size: 13px; opacity: 0.9; line-height: 1.5; padding-left: 5px; }
.footer-socials { display: flex; gap: 12px; margin-top: 5px; align-items: center; padding-left: 5px; }
.social-icon-img { width: 30px; height: 30px; object-fit: contain; cursor: pointer; transition: transform 0.2s ease; }
.social-icon-img:hover { transform: scale(1.15); }
.footer-col h4 { font-size: 16px; font-weight: 700; margin-bottom: 15px; }
.footer-col ul { list-style: none; font-size: 13px; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li { cursor: pointer; opacity: 0.9; transition: 0.2s; }
.footer-col ul li:hover { padding-left: 5px; color: #d1ebd1; opacity: 1; }
.footer-col p { font-size: 13px; line-height: 1.6; opacity: 0.9; }
.footer-divider { border: 0; height: 1px; background: rgba(255,255,255,0.2); margin: 30px 0 20px; }
.copyright { text-align: center; font-size: 12px; line-height: 1.6; opacity: 0.85; letter-spacing: 0.5px; }
.wa-bubble-container { position: fixed; bottom: 25px; right: 25px; z-index: 9999; display: flex; align-items: center; gap: 10px; }
.wa-chat-pill { background-color: var(--primary-green); color: white; padding: 8px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; box-shadow: 0 4px 12px rgba(0,0,0,0.15); white-space: nowrap; cursor: pointer; transition: transform 0.2s; }
.wa-chat-pill:hover { transform: scale(1.03); }
.wa-bubble-img1 { width: 45px; height: 45px; object-fit: contain; cursor: pointer; display: block; transition: transform 0.2s ease; filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.15)); }
.wa-bubble-img1:hover { transform: scale(1.08); }

@media (max-width: 992px) {
    .hero-content { max-width: 75%; }
    .why-grid, .services-grid, .articles-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .testi-slide-group { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 35px; }
}
@media (max-width: 768px) {
    header { flex-direction: column; padding: 15px; gap: 15px; text-align: center; }
    nav ul { flex-wrap: wrap; justify-content: center; gap: 5px; }
    nav ul li a { padding: 6px 12px; font-size: 13px; }
    .hero { min-height: 480px; display: flex; align-items: center; justify-content: center; padding: 30px 20px; }
    .hero-content { max-width: 100%; padding: 0px; text-align: center; }
    .hero-content h3 { font-size: 22px !important; font-weight: 800; margin-bottom: 15px; color: #000000; text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff, 3px 3px 5px rgba(0,0,0,0.3); }
    .hero-content p { text-align: center; font-size: 15px !important; font-weight: 700; line-height: 1.6; color: #111111; text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 30px 5%; }
    .stats-bar h2 { font-size: 26px; }
    .stats-bar p { font-size: 12px; }
    .why-grid, .services-grid, .articles-grid, .testi-slide-group, .footer-grid { grid-template-columns: 1fr; gap: 20px; }
    .section-title { font-size: 22px; margin-bottom: 25px; }
    .contact-container { flex-direction: column; padding: 30px 5%; gap: 30px; }
    .map-box { height: 260px; order: 2; }
    .contact-info { order: 1; text-align: center; }
    .client-slide-group { grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .client-slide-group img { max-width: 115px; height: 60px; }
    .testi-card { min-height: auto; }
    footer { padding: 40px 5% 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; }
    .footer-logo-section { align-items: center; text-align: center; }
    .footer-logo-img { align-self: center; }
    .footer-subtitle { padding-left: 0; }
    .footer-socials { padding-left: 0; justify-content: center; }
    .footer-col { text-align: center; }
    .wa-bubble-container { bottom: 20px; right: 20px; }
    .wa-chat-pill { font-size: 11px; padding: 6px 12px; }
    .wa-bubble-img1 { width: 38px; height: 38px; }
    .detail-article-title { font-size: 24px; }
    .detail-article-thumb { height: 240px; }
	.article-carousel-container { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; overflow: hidden; }
.article-carousel-track { display: flex; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); width: 100%; }
.article-slide-group { 
    min-width: 100%; 
    display: grid; 
    /* 3 Kolom */
    grid-template-columns: repeat(3, 1fr); 
    /* 2 Baris */
    grid-template-rows: repeat(2, 1fr); 
    gap: 20px; 
}