/* =========================
RESET
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
background:#f5f6fa;
color:#333;
line-height:1.6;
}

/* =========================
CONTAINER
========================= */

.container{
max-width:1200px;
margin:auto;
padding:20px;
}

/* =========================
HEADER
========================= */

.site-header{
background:#fff;
border-bottom:1px solid #eee;
position:sticky;
top:0;
z-index:999;
}

.site-header .container{
display:flex;
align-items:center;
justify-content:space-between;
}

.logo a{
font-size:22px;
font-weight:700;
text-decoration:none;
color:#111;
}

/* =========================
MENU
========================= */

.menu ul{
list-style:none;
display:flex;
gap:20px;
}

.menu a{
text-decoration:none;
color:#333;
font-weight:500;
}

.menu a:hover

/* =========================
MOBILE MENU
========================= */

.menu-toggle{
display:none;
font-size:24px;
background:none;
border:none;
cursor:pointer;
}

/* =========================
GRID MOBIL
========================= */

.mobil-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:30px;
}

/* =========================
CARD MOBIL
========================= */

.mobil-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
transition:0.3s;
}

.mobil-card:hover{
transform:translateY(-4px);
}

.mobil-card img{
width:100%;
height:200px;
object-fit:cover;
}

.mobil-info{
padding:15px;
}

.mobil-info h3{
font-size:18px;
margin-bottom:8px;
}

.mobil-info p{
font-size:14px;
color:#777;
}

/* =========================
HARGA
========================= */

.mobil-harga{
font-size:20px;
font-weight:700;
color:#0073ff;
margin-top:8px;
}

/* =========================
BUTTON
========================= */

.btn{
display:inline-block;
padding:10px 18px;
background:#0073ff;
color:#fff;
text-decoration:none;
border-radius:8px;
font-size:14px;
margin-top:10px;
}

.btn:hover

/* =========================
LIST MOBIL (STYLE MARKETPLACE)
========================= */

.mobil-list{
display:flex;
gap:15px;
background:#fff;
padding:12px;
border-radius:12px;
margin-bottom:14px;
box-shadow:0 3px 10px rgba(0,0,0,0.06);
align-items:center;
transition:0.2s;
}

.mobil-list:hover{
transform:translateY(-2px);
}

.mobil-thumb img{
width:130px;
height:95px;
object-fit:cover;
border-radius:8px;
}

.mobil-data{
flex:1;
}

.mobil-title{
font-size:16px;
font-weight:600;
margin-bottom:4px;
}

.mobil-title a{
text-decoration:none;
color:#222;
}

.mobil-meta{
font-size:13px;
color:#888;
}

.btn-detail{
display:inline-block;
margin-top:6px;
font-size:13px;
color:#0073ff;
text-decoration:none;
font-weight:500;
}

/* =========================
DETAIL MOBIL
========================= */

.mobil-detail{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-top:30px;
}

.mobil-gallery img{
width:100%;
border-radius:12px;
}

.mobil-spec{
background:#fff;
padding:25px;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.mobil-spec h1{
font-size:26px;
margin-bottom:10px;
}

.mobil-spec-list{
list-style:none;
margin:18px 0;
}

.mobil-spec-list li{
padding:10px 0;
border-bottom:1px solid #eee;
font-size:15px;
}

.mobil-content{
margin-top:25px;
line-height:1.7;
}

/* =========================
WHATSAPP FLOAT
========================= */

.wa-sticky{
position:fixed;
bottom:20px;
right:20px;
z-index:999;
}

.wa-sticky a{
background:#25D366;
color:#fff;
padding:14px 18px;
border-radius:50px;
text-decoration:none;
font-weight:600;
box-shadow:0 4px 12px rgba(0,0,0,0.25);
}

/* =========================
FOOTER
========================= */

.site-footer{
background:#111;
color:#fff;
margin-top:50px;
}

.site-footer .container{
text-align:center;
padding:30px 20px;
}

.site-footer p{
font-size:14px;
opacity:0.8;
}

/* =========================
TABLET
========================= */

@media(max-width:900px){

.mobil-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

.container{
padding:15px;
}

.logo a{
font-size:18px;
}

/* mobile menu */

.menu-toggle{
display:block;
}

.menu ul{
display:none;
flex-direction:column;
background:#fff;
width:100%;
margin-top:10px;
padding:10px 0;
border-radius:8px;
box-shadow:0 4px 12px rgba(0,0,0,0.1);
}

.menu ul.active{
display:flex;
}

/* mobil list */

.mobil-list{
flex-direction:row;
padding:10px;
gap:10px;
}

.mobil-thumb img{
width:100px;
height:75px;
}

.mobil-title{
font-size:15px;
}

.mobil-harga{
font-size:18px;
}

/* detail mobil */

.mobil-detail{
grid-template-columns:1fr;
gap:20px;
}

.mobil-spec{
padding:18px;
}

}

/* =========================
SMALL PHONE
========================= */

@media(max-width:480px){

.mobil-thumb img{
width:90px;
height:70px;
}

.mobil-title{
font-size:14px;
}

.mobil-harga{
font-size:17px;
}

}
.menu-toggle{
display:none;
font-size:26px;
background:none;
border:none;
cursor:pointer;
}

@media(max-width:768px){

.menu-toggle{
display:block;
}

.menu ul{
display:none;
flex-direction:column;
}

.menu ul.active{
display:flex;
}

}

/* DETAIL MOBIL IMAGE SIZE FIX */

.mobil-gallery img{
width:100%;
max-width:500px;
height:auto;
display:block;
margin:auto;
border-radius:10px;
}

/* MOBILE FIX */

@media(max-width:768px){

.mobil-gallery img{
max-width:100%;
height:200px;
object-fit:cover;
}

}

.mobil-gallery{
max-width:500px;
}

.mobil-gallery img{
width:100%;
border-radius:10px;
}

.thumb-gallery{
display:flex;
gap:10px;
margin-top:10px;
}

.thumb-gallery img{
width:70px;
height:60px;
object-fit:cover;
cursor:pointer;
border-radius:6px;
}
.main-mobil-image{
width:100%;
border-radius:10px;
max-height:350px;
object-fit:cover;
}

.thumb-gallery{
display:flex;
gap:8px;
margin-top:10px;
flex-wrap:wrap;
}

.thumb-gallery img{
width:70px;
height:55px;
object-fit:cover;
border-radius:6px;
cursor:pointer;
}

/* SLIDER MOBIL */

.mobil-gallery{
position:relative;
}

.main-mobil-image{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
}

.thumb-gallery{
display:flex;
gap:8px;
margin-top:10px;
overflow-x:auto;
}

.thumb-gallery img{
width:70px;
height:55px;
object-fit:cover;
border-radius:6px;
cursor:pointer;
opacity:0.7;
transition:0.2s;
}

.thumb-gallery img:hover{
opacity:1;
}

/* tombol slider */

.slider-btn{
position:absolute;
top:45%;
transform:translateY(-50%);
background:rgba(0,0,0,0.4);
color:#fff;
border:none;
font-size:20px;
width:35px;
height:35px;
border-radius:50%;
cursor:pointer;
}

.slider-prev{
left:10px;
}

.slider-next{
right:10px;
}

.slider-btn{
position:absolute;
top:45%;
transform:translateY(-50%);
background:rgba(0,0,0,0.4);
color:#fff;
border:none;
width:35px;
height:35px;
border-radius:50%;
cursor:pointer;
}

.slider-prev{
left:10px;
}

.slider-next{
right:10px;
}

/* ==============================
MOBIL TERKAIT MOBILE FIX
============================== */

@media(max-width:768px){

.mobil-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;
}

.mobil-card{
border-radius:10px;
overflow:hidden;
box-shadow:0 2px 8px rgba(0,0,0,0.08);
}

.mobil-card img{
width:100%;
height:120px;
object-fit:cover;
}

.mobil-info{
padding:10px;
}

.mobil-info h3{
font-size:14px;
margin-bottom:6px;
}

.mobil-info .btn{
font-size:12px;
padding:6px 10px;
}

}

/* HP kecil */

@media(max-width:480px){

.mobil-grid{
grid-template-columns:1fr 1fr;
}

.mobil-card img{
height:110px;
}

.mobil-info h3{
font-size:13px;
}

}

.related-title{
margin-top:30px;
margin-bottom:15px;
font-size:20px;
}

/* HERO */

.hero{
height:420px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
background-size:cover;
background-position:center;
position:relative;
}

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,0.45);
}

.hero-content{
position:relative;
z-index:2;
max-width:700px;
padding:20px;
}

.hero h1{
font-size:36px;
margin-bottom:10px;
}

.hero p{
font-size:18px;
margin-bottom:20px;
}

.hero-btn{
display:inline-block;
padding:12px 24px;
background:#0073ff;
color:#fff;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}

.hero-btn:hover{
background:#005ad1;
}

/* MOBILE */

@media(max-width:768px){

.hero{
height:320px;
}

.hero h1{
font-size:24px;
}

.hero p{
font-size:15px;
}

}

/*frontpage*/
.hero{
position:relative;
margin-bottom:40px;
}

.hero-img{
width:100%;
height:400px;
object-fit:cover;
border-radius:12px;
}

.hero-text{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#fff;
text-align:center;
}

.search-mobil{
margin-bottom:40px;
text-align:center;
}

.section-title{
margin:40px 0 20px;
font-size:24px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.testi-card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.cta{
text-align:center;
padding:40px;
background:#111;
color:#fff;
margin-top:40px;
border-radius:10px;
}

.btn-wa{
background:#25D366;
}

.testi-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.testi-card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
text-align:center;
}

.testi-img img{
width:60px;
height:60px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}

.testi-card p{
font-size:14px;
margin-bottom:10px;
color:#555;
}

/* MOBILE */

@media(max-width:768px){

.testi-wrapper{
grid-template-columns:1fr;
}

}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:20px;
}

.why-card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
text-align:center;
}

.why-icon img{
width:50px;
height:50px;
object-fit:contain;
margin-bottom:10px;
}

.why-card h3{
margin-bottom:8px;
font-size:18px;
}

/* MOBILE */

@media(max-width:768px){

.why-grid{
grid-template-columns:1fr 1fr;
}

}

.wa-floating{
position:fixed;
bottom:20px;
right:20px;
z-index:999;
}

.wa-floating button{
background:#25D366;
color:#fff;
border:none;
padding:14px 18px;
border-radius:50px;
cursor:pointer;
font-weight:bold;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.wa-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
align-items:center;
justify-content:center;
z-index:1000;
}

.wa-popup-content{
background:#fff;
padding:25px;
border-radius:10px;
text-align:center;
max-width:300px;
width:90%;
}

.wa-popup-content a{
display:block;
background:#25D366;
color:#fff;
padding:10px;
margin:10px 0;
border-radius:6px;
text-decoration:none;
}

#closeWaPopup{
margin-top:10px;
background:#ccc;
border:none;
padding:8px 12px;
cursor:pointer;
}

/* =========================
FIX HAMBURGER MENU
========================= */

.menu-toggle{
display:none;
font-size:26px;
background:none;
border:none;
cursor:pointer;
}

@media(max-width:768px){

.site-header .container{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:nowrap;
}

.menu-toggle{
display:block;
}

/* menu dropdown */

.menu{
width:100%;
}

.menu ul{
display:none;
flex-direction:column;
width:100%;
background:#fff;
margin-top:10px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
overflow:hidden;
}

.menu ul.active{
display:flex;
}

/* item menu */

.menu ul li{
border-bottom:1px solid #eee;
}

.menu ul li:last-child{
border-bottom:none;
}

.menu ul li a{
display:block;
padding:14px 18px;
font-size:15px;
color:#333;
}

.menu ul li a:hover{
background:#f5f5f5;
}

}
/* =========================
WHATSAPP MULTI SALES POPUP
========================= */

.wa-floating{
position:fixed;
bottom:20px;
right:20px;
z-index:999;
}

.wa-floating button{
background:#25D366;
color:#fff;
border:none;
padding:14px 18px;
border-radius:50px;
cursor:pointer;
font-weight:bold;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

/* popup */

.wa-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
align-items:center;
justify-content:center;
z-index:1000;
}

.wa-popup-content{
background:#fff;
padding:25px;
border-radius:12px;
text-align:center;
max-width:320px;
width:90%;
}

.wa-popup-content h3{
margin-bottom:15px;
}

.wa-popup-content a{
display:block;
background:#25D366;
color:#fff;
padding:12px;
margin:10px 0;
border-radius:8px;
text-decoration:none;
font-size:14px;
}

.wa-popup-content a:hover{
background:#1ebe5b;
}

#closeWaPopup{
margin-top:10px;
background:#ddd;
border:none;
padding:8px 12px;
border-radius:6px;
cursor:pointer;
}
/* =========================
FOOTER GRID
========================= */

/* =========================
FOOTER MENU FIX
========================= */

.site-footer{
background:#111;
color:#fff;
margin-top:50px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-bottom:20px;
}

.footer-col h3,
.footer-col h4{
margin-bottom:12px;
font-size:18px;
}

/* menu footer */

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col ul li{
margin-bottom:8px;
}

.footer-col ul li a{
color:#ccc;
text-decoration:none;
font-size:14px;
transition:0.2s;
}

.footer-col ul li a:hover{
color:#fff;
padding-left:5px;
}

/* garis footer */

.site-footer hr{
border:none;
border-top:1px solid rgba(255,255,255,0.2);
margin:20px 0;
}

/* copyright */

.footer-copy{
text-align:center;
font-size:14px;
opacity:0.8;
}

/* MOBILE */

@media(max-width:768px){

.footer-grid{
grid-template-columns:1fr;
text-align:center;
gap:25px;
}

.footer-col ul li a:hover{
padding-left:0;
}

}

/* =========================
POST STYLE FIX
========================= */

.post-list{
display:flex;
gap:15px;
background:#fff;
padding:14px;
border-radius:12px;
margin-bottom:18px;
box-shadow:0 3px 10px rgba(0,0,0,0.06);
align-items:center;
transition:0.2s;
}

.post-list:hover{
transform:translateY(-2px);
}

/* gambar */

.post-thumb{
flex-shrink:0;
}

.post-thumb img{
width:140px;
height:100px;
object-fit:cover;
border-radius:8px;
}

/* konten */

.post-data{
flex:1;
}

.post-title{
font-size:17px;
font-weight:600;
margin-bottom:5px;
}

.post-title a{
text-decoration:none;
color:#222;
}

.post-meta{
font-size:13px;
color:#888;
margin-bottom:6px;
}

.post-excerpt{
font-size:14px;
color:#555;
line-height:1.5;
margin-bottom:6px;
}

.post-read{
font-size:13px;
color:#0073ff;
text-decoration:none;
font-weight:500;
}

/* MOBILE */

@media(max-width:768px){

.post-list{
flex-direction:column;
align-items:flex-start;
gap:10px;
padding:12px;
}

.post-thumb img{
width:100%;
height:auto;
}

.post-title{
font-size:16px;
}

.post-excerpt{
font-size:14px;
}

}

@media(max-width:480px){

.post-thumb img{
width:65px;
height:50px;
}

.post-title{
font-size:14px;
}

}

/* =========================
SINGLE ARTICLE
========================= */
/* judul artikel */

.single-post h1{
font-size:30px;
margin-bottom:10px;
line-height:1.3;
}

/* tanggal */

.single-post .post-meta{
font-size:14px;
color:#888;
margin-bottom:20px;
}

/* gambar utama */

.single-post img{
width:100%;
height:auto;
border-radius:10px;
margin-bottom:20px;
}

/* isi artikel */

.single-post p{
font-size:16px;
line-height:1.7;
margin-bottom:15px;
color:#444;
}

/* heading */

.single-post h2,
.single-post h3{
margin-top:25px;
margin-bottom:10px;
}

/* list */

.single-post ul{
margin-left:20px;
margin-bottom:15px;
}

.single-post li{
margin-bottom:6px;
}

/* link */

.single-post a{
color:#0073ff;
text-decoration:none;
}

.single-post a:hover{
text-decoration:underline;
}

/* box artikel */

.single-post article{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
}

/* =========================
MOBILE
========================= */

@media(max-width:768px){

.single-post h1{
font-size:24px;
}

.single-post article{
padding:20px;
}

.single-post p{
font-size:15px;
}

}

.mobil-wrapper{
display:flex;
flex-direction:column;
gap:15px;
margin-top:20px;
}

/* =========================
FIX LIST MOBIL HOMEPAGE
========================= */

.mobil-wrapper{
display:flex;
flex-direction:column;
gap:15px;
margin-top:25px;
}

.mobil-list{
display:flex;
align-items:center;
gap:15px;
background:#fff;
padding:14px;
border-radius:12px;
box-shadow:0 3px 10px rgba(0,0,0,0.06);
transition:0.2s;
}

.mobil-list:hover{
transform:translateY(-2px);
}

.mobil-thumb img{
width:140px;
height:100px;
object-fit:cover;
border-radius:8px;
}

.mobil-data{
flex:1;
}

.mobil-title{
font-size:17px;
font-weight:600;
margin-bottom:4px;
}

.mobil-title a{
text-decoration:none;
color:#222;
}

.mobil-harga{
font-size:18px;
font-weight:700;
color:#0073ff;
}

.mobil-meta{
font-size:13px;
color:#777;
margin-top:3px;
}

.btn-detail{
display:inline-block;
margin-top:6px;
font-size:13px;
color:#0073ff;
text-decoration:none;
font-weight:500;
}

/* MOBILE */

@media(max-width:768px){

.mobil-list{
padding:12px;
gap:10px;
}

.mobil-thumb img{
width:100px;
height:75px;
}

.mobil-title{
font-size:15px;
}

.mobil-harga{
font-size:16px;
}

}

@media(max-width:480px){

.mobil-thumb img{
width:90px;
height:70px;
}

.mobil-title{
font-size:14px;
}

}

/* =========================
SORT MOBIL
========================= */

.mobil-sort{
margin-bottom:20px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.mobil-sort a{
background:#fff;
padding:8px 12px;
border-radius:6px;
text-decoration:none;
font-size:14px;
color:#333;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.mobil-sort a:hover{
background:#0073ff;
color:#fff;
}

/* =========================
PAGINATION
========================= */

.pagination{
margin-top:30px;
display:flex;
gap:6px;
flex-wrap:wrap;
}

.pagination a,
.pagination span{
padding:8px 12px;
background:#fff;
border-radius:6px;
text-decoration:none;
color:#333;
font-size:14px;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
}

.pagination .current{
background:#0073ff;
color:#fff;
}

/* =========================
DESKTOP GRID FIX DAFTAR MOBIL
========================= */

@media(min-width:900px){

.mobil-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.mobil-list{
margin-bottom:0;
}

}

/* layar besar */

@media(min-width:1200px){

.mobil-wrapper{
grid-template-columns:repeat(3,1fr);
}

.mobil-list{
flex-direction:column;
align-items:flex-start;
}

.mobil-thumb img{
width:100%;
height:180px;
border-radius:10px;
}

.mobil-data{
margin-top:10px;
}

}

/* =========================
HERO MOBILE FIX
========================= */

@media(max-width:768px){

.hero{
height:240px;
border-radius:12px;
overflow:hidden;
}

.hero h1{
font-size:20px;
}

.hero p{
font-size:14px;
}

.hero-btn{
padding:10px 16px;
font-size:14px;
}

}

/* =========================
HERO SLIDER
========================= */

.hero{
position:relative;
overflow:hidden;
}

.hero-slide{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1s;
}

.hero-slide.active{
opacity:1;
}

/* HERO SLIDER */

.hero{
position:relative;
height:280px;
overflow:hidden;
border-radius:12px;
}

.hero-slide{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1s;
}

.hero-slide.active{
opacity:1;
}

.hero-content{
position:relative;
z-index:2;
text-align:center;
color:#fff;
padding-top:70px;
}

@media(max-width:768px){

.hero{
height:220px;
}

.hero-content{
padding-top:40px;
}

.hero h1{
font-size:20px;
}

.hero p{
font-size:14px;
}

}

/* =========================
FINAL HERO FIX
========================= */

/* desktop hero full */

.hero{
position:relative;
width:100%;
height:380px;
overflow:hidden;
margin-bottom:40px;
}

/* slide background */

.hero-slide{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1s ease;
}

.hero-slide.active{
opacity:1;
}

/* hero content */

.hero-content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:2;
text-align:center;
color:#fff;
width:90%;
max-width:700px;
}

.hero h1{
font-size:38px;
margin-bottom:10px;
}

.hero p{
font-size:18px;
margin-bottom:20px;
}

.hero-btn{
display:inline-block;
padding:12px 24px;
background:none;
color:none;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}

.hero-btn:hover{
background:none;
}

/* =========================
TABLET HERO
========================= */

@media(max-width:1024px){

.hero{
height:320px;
}

.hero h1{
font-size:28px;
}

}

/* =========================
MOBILE HERO
========================= */

@media(max-width:768px){

.hero{
height:150px;
border-radius:12px;
margin-bottom:20px;
}

.hero h1{
font-size:20px;
}

.hero p{
font-size:14px;
}

.hero-btn{
padding:10px 16px;
font-size:14px;
}

}

/* =========================
SEARCH PAGE
========================= */

.page-title{
font-size:26px;
margin-bottom:25px;
}

/* hasil kosong */

.search-empty{
background:#fff;
padding:30px;
border-radius:10px;
text-align:center;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.search-empty h3{
margin-bottom:10px;
}

/* mobile */

@media(max-width:768px){

.page-title{
font-size:20px;
}

}

/* =========================
FIX BUTTON DI HALAMAN ARTIKEL
========================= */

.single-post .btn{
background:#0073ff;
color:#fff !important;
padding:8px 14px;
border-radius:6px;
display:inline-block;
}

.single-post .btn:hover{
color:#fff !important;
background:#005ad1;
}

/* tombol detail mobil */

.mobil-card .btn{
background:#0073ff;
color:#fff !important;
}

/* tombol whatsapp */

.wa-sticky a{
background:#25D366;
color:#fff !important;
}

.wa-sticky a:hover{
color:#fff !important;
}

/* =========================
FIX FOOTER TEXT
========================= */

.site-footer{
background:#111;
color:#fff;
}

.site-footer p,
.site-footer li,
.site-footer a{
color:#ddd;
}

.site-footer a:hover{
color:#fff;
}

/* =========================
FIX MENU DESKTOP
========================= */

@media(min-width:769px){

.menu ul{
display:flex !important;
flex-direction:row !important;
align-items:center;
gap:20px;
}

.menu ul li{
display:inline-block;
}

.menu-toggle{
display:none !important;
}

}

.site-header{
width:100%;
}

.site-header .container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
}

.footer-menu{
list-style:none;
padding:0;
}

.footer-menu li{
margin-bottom:8px;
}

.footer-menu a{
color:#ccc;
text-decoration:none;
font-size:14px;
}

.footer-menu a:hover{
color:#fff;
}

/* sembunyikan artikel ke 3 di HP */

@media(max-width:768px){

.mobil-grid .mobil-card:nth-child(3){
display:none;
}

}

.custom-logo{
max-height:50px;
width:auto;
}

/* HEADER WHATSAPP */

.header-wa{
margin-left:20px;
}

.btn-wa-header{
background:#25D366;
color:#fff;
padding:10px 16px;
border-radius:6px;
text-decoration:none;
font-size:14px;
font-weight:600;
}

.btn-wa-header:hover{
background:#1ebe5b;
}

/* mobile */

@media(max-width:768px){

.header-wa{
display:none;
}

}

/* =========================
FORCE MOBILE MENU FIX
========================= */

@media(max-width:768px){

/* header tetap satu baris */

.site-header .container{
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:nowrap;
position:relative;
}

/* hamburger */

.menu-toggle{
display:block;
font-size:28px;
background:none;
border:none;
cursor:pointer;
margin-left:auto;
}

/* menu container */

.menu{
position:static;
width:100%;
}

/* dropdown menu */

.menu ul{
display:none;
flex-direction:column;
position:absolute;
left:0;
top:100%;
width:100%;
background:#fff;
border-radius:10px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
z-index:999;
}

/* saat dibuka */

.menu ul.active{
display:flex;
}

/* item menu */

.menu ul li{
border-bottom:1px solid #eee;
}

.menu ul li:last-child{
border-bottom:none;
}

.menu ul li a{
display:block;
padding:14px 18px;
font-size:15px;
color:#333;
text-decoration:none;
}

.menu ul li a:hover{
background:#f5f5f5;
}

}

/* =========================
SEARCH MOBIL
========================= */

.search-mobil{
margin:30px 0;
display:flex;
justify-content:center;
}

.search-box{
display:flex;
width:100%;
max-width:700px;
background:#fff;
border-radius:10px;
box-shadow:0 4px 15px rgba(0,0,0,0.06);
overflow:hidden;
}

.search-box input{
flex:1;
border:none;
padding:14px 16px;
font-size:15px;
outline:none;
}

.search-box button{
background:#0073ff;
color:#fff;
border:none;
padding:14px 22px;
font-size:14px;
font-weight:600;
cursor:pointer;
}

.search-box button:hover{
background:#005ad1;
}

/* MOBILE */

@media(max-width:768px){

.search-box{
flex-direction:column;
}

.search-box input{
border-bottom:1px solid #eee;
}

.search-box button{
width:100%;
}

}

/* =========================
CARD MOBIL SUPER RAPAT
========================= */

/* gambar */

.mobil-card img{
margin-bottom:4px;
}

/* container info */

.mobil-info{
padding:8px 10px;
}

/* hapus margin bawaan */

.mobil-info h3,
.mobil-info p{
margin:0;
padding:0;
line-height:1.3;
}

/* judul mobil */

.mobil-info h3{
font-size:16px;
margin-bottom:2px;
}

/* harga */

.mobil-harga{
font-size:15px;
font-weight:700;
margin:2px 0;
}

/* meta */

.mobil-meta{
font-size:13px;
margin-bottom:4px;
}

/* tombol */

.mobil-info .btn{
margin-top:4px;
padding:5px 10px;
font-size:12px;
}

.mobil-ads{
display:flex;
align-items:center;
justify-content:center;
background:#fff;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,0.06);
padding:10px;
text-align:center;
}

.mobil-ads img{
width:100%;
height:auto;
border-radius:8px;
}

.mobil-ads::before{
content:"IKLAN";
position:absolute;
background:#ff3b3b;
color:#fff;
font-size:11px;
padding:4px 8px;
top:10px;
left:10px;
border-radius:4px;
}

/* =========================
IKLAN CARD FIX
========================= */

.mobil-ads{
display:block;
}

.mobil-ads img{
width:100%;
height:180px;
object-fit:cover;
}

.mobil-ads .mobil-info{
padding:12px;
text-align:left;
}

.mobil-ads h3{
font-size:16px;
margin-bottom:6px;
}

.mobil-ads .mobil-harga{
font-size:18px;
font-weight:700;
color:#0073ff;
margin-bottom:5px;
}

.mobil-ads .mobil-meta{
font-size:13px;
color:#777;
line-height:1.4;
margin-bottom:8px;
}

/* label iklan */

.mobil-ads::before{
content:"IKLAN";
position:absolute;
background:#ff3b3b;
color:#fff;
font-size:11px;
padding:4px 8px;
border-radius:4px;
top:10px;
left:10px;
}

/* mobile */

@media(max-width:768px){

.mobil-ads img{
height:120px;
}

.mobil-ads h3{
font-size:14px;
}

}

.lihat-semua{
text-align:center;
margin-top:20px;
}

.btn-lihat{
display:inline-block;
background:#0073ff;
color:#fff;
padding:12px 20px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.btn-lihat:hover{
background:#005ad1;
}

/* =========================
MOBILE BOTTOM NAV
========================= */

.mobile-nav{
display:none;
}

@media(max-width:768px){

.mobile-nav{
display:flex;
position:fixed;
bottom:0;
left:0;
width:100%;
background:#fff;
box-shadow:0 -4px 15px rgba(0,0,0,0.12);
z-index:9999;
}

.mobile-nav a{
flex:1;
text-align:center;
padding:8px 5px;
text-decoration:none;
color:#333;
font-size:11px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
}

.call-btn{
background:none;
color:#fff;
}

.mobile-nav svg{
margin-bottom:2px;
}

.mobile-nav a:hover{
color:#0073ff;
}

/* whatsapp highlight */

.mobile-nav .nav-wa{
color:#25D366;
font-weight:600;
}

}

/* supaya konten tidak ketutup */

@media(max-width:768px){
body{
padding-bottom:70px;
}
}

.galeri {
    padding:40px 20px;
    text-align:center;
}

.galeri-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:15px;
    margin-top:20px;
}

.galeri-grid img {
    width:100%;
    border-radius:10px;
}

.hero::after {
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0.3)
    );
    z-index:1;
}

.jangkauan{
    padding:60px 20px;
    text-align:center;
    background:linear-gradient(135deg,#f8fafc,#eef3f9);
}

.jangkauan .section-title{
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.jangkauan .section-sub{
    color:#666;
    font-size:14px;
}

/* GRID */
.jangkauan-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin-top:30px;
}

/* ITEM KOTA */
.kota{
    position:relative;
    padding:10px 18px;
    border-radius:999px;
    font-size:14px;
    font-weight:500;
    background:#fff;
    color:#333;
    border:1px solid #eee;
    cursor:pointer;

    /* shadow halus */
    box-shadow:0 4px 15px rgba(0,0,0,0.05);

    /* animasi */
    transition:all 0.25s ease;
}

/* ICON */
.kota::before{
    content:"📍";
    margin-right:6px;
}

/* HOVER PREMIUM */
.kota:hover{
    background:#111;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* ACTIVE FEEL */
.kota:active{
    transform:scale(0.96);
}

/* RESPONSIVE */
@media(max-width:768px){
    .jangkauan{
        padding:40px 15px;
    }

    .kota{
        font-size:13px;
        padding:8px 14px;
    }
}

/* ===== WHY US COMPACT PREMIUM ===== */

.why-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px; /* dari 20 → lebih rapat */
    margin-top:15px;
}

.why-card{
    background:#fff;
    padding:12px; /* dari 20 → diperkecil */
    border-radius:8px;
    box-shadow:0 2px 8px rgba(0,0,0,0.04);
    text-align:center;
    transition:all .2s ease;
}

/* icon lebih kecil */
.why-icon img{
    width:35px;
    height:35px;
    margin-bottom:6px;
}

/* judul lebih kecil */
.why-card h3{
    font-size:14px;
    margin-bottom:4px;
}

/* isi lebih kecil */
.why-card p{
    font-size:12px;
    color:#666;
    line-height:1.4;
}

/* hover tetap ada tapi halus */
.why-card:hover{
    transform:translateY(-2px);
}

/* MOBILE */
@media(max-width:768px){

    .why-grid{
        grid-template-columns:1fr 1fr;
        gap:10px;
    }

    .why-card{
        padding:10px;
    }

    .why-card h3{
        font-size:13px;
    }

    .why-card p{
        font-size:11px;
    }
}

/* default: sembunyikan mobile nav */
.mobile-nav{
    display:none;
}

@media(max-width:768px){

    .mobile-nav{
        display:flex;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        background:#fff;
        box-shadow:0 -4px 15px rgba(0,0,0,0.1);
        z-index:9999;
    }

    .mobile-nav a{
        flex:1;
        text-align:center;
        padding:8px 5px;
        text-decoration:none;
        color:#333;
        font-size:11px;

        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }

    .mobile-nav svg{
        margin-bottom:3px;
    }

    /* tombol telpon */
    .call-btn{
        color:#0073ff;
    }

    /* WA highlight */
    .nav-wa{
        color:#25D366;
        font-weight:600;
    }

    /* biar konten tidak ketutup */
    body{
        padding-bottom:65px;
    }
}

/* WA khusus desktop */
.wa-desktop{
    position:fixed;
    bottom:20px;
    right:20px;
    z-index:9999;
}

.wa-desktop a{
    background:#25D366;
    color:#fff;
    padding:14px 18px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 6px 20px rgba(0,0,0,0.2);
}

/* sembunyikan di HP */
@media(max-width:768px){
    .wa-desktop{
        display:none;
    }
}