html{
scroll-behavior:smooth;
}
:root{
    --primary:#2D5A27;
    --secondary:#4F8A3F;
    --accent:#D4A017;
    --light:#F8FAF7;
    --dark:#1A2F18;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#f7f7f7;
}

.logo{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo-text{
    display:flex;
    flex-direction:column;
}

.logo-text small{

    font-size:18px;

    background:linear-gradient(
        135deg,
        #2D5A27,
        #4F8A3F
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.logo-text strong{

    font-size:34px;

    font-weight:800;

    background:linear-gradient(
        135deg,
        #2D5A27,
        #4F8A3F,
        #D4A017
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.navbar{

    background:linear-gradient(
        90deg,
        #ffffff,
        #f3f7f3,
        #edf7ec
    ) !important;

    backdrop-filter:blur(10px);

    box-shadow:0 4px 20px rgba(0,0,0,.08);

}

.nav-link{
    position:relative;
    font-weight:500;
}

.nav-link::after{
    content:'';
    position:absolute;
    width:0;
    height:2px;
    left:0;
    bottom:-5px;
    background:var(--primary);
    transition:.3s;
}

.nav-link:hover::after{
    width:100%;
}

.hero{
height:100vh;

background:
linear-gradient(
rgba(0,0,0,.45),
rgba(0,0,0,.45)
),
url('../assets/images/hero_ngricik.jpg');

background-size:cover;
background-position:center;
background-attachment:fixed;

position:relative;
display:flex;
align-items:center;
}

.overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.2);
}

.hero-content{
    position:relative;
    z-index:2;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(6px);

    padding:50px;

    border-radius:30px;

    max-width:750px;

    border:1px solid rgba(255,255,255,.15);

    box-shadow:
    0 20px 50px rgba(0,0,0,.25);

    color:white;
}

.hero-content h1,
.hero-content h5,
.hero-content p{
    color:white !important;
}

.hero-content h5{
font-size:28px;
font-family:'Playfair Display',serif;
color:#FFD54F;
}

.hero-content h1{
font-family:'Playfair Display', serif;
font-size:5rem;
font-weight:700;
line-height:1.1;
letter-spacing:1px;
}

.hero-content h1::after{
content:'';
width:120px;
height:4px;

background:
linear-gradient(
90deg,
#D4A017,
#FFD54F
);

position:absolute;
left:0;
bottom:0;

border-radius:10px;
}

.hero-content p{
max-width:650px;
font-size:20px;
margin:20px 0;
}

.hero-btn{
display:flex;
gap:15px;
}

.hero-btn .btn{
padding:14px 35px;
border-radius:50px;
font-weight:600;
transition:.3s;
}

.hero-btn .btn:hover{
transform:translateY(-4px);
}

.hero{
    min-height:100vh;
}

.hero-content h1{
font-family:'Playfair Display', serif;
font-size:5rem;
font-weight:700;
letter-spacing:1px;
}

.statistik{
margin-top:-60px;
position:relative;
z-index:5;
}

.stat-card{
background:rgba(255,255,255,.75);

backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,.4);

border-radius:25px;
}

.stat-card h2{
    color:var(--primary);
    font-size:60px;
    font-weight:700;
    margin-bottom:10px;
}

.stat-card p{
    margin:0;
    font-size:18px;
    font-weight:500;
}

.stat-icon{
font-size:42px;

width:80px;
height:80px;

display:flex;
align-items:center;
justify-content:center;

margin:0 auto 15px;

border-radius:50%;

background:rgba(255,255,255,.7);

box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.stat-card{
    min-height:220px;
}

.section-title{
background:
linear-gradient(
135deg,
#2D5A27,
#4F8A3F
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
font-weight:700;
font-family:'Playfair Display', serif;
letter-spacing:1px;
}

.section-subtitle{
color:#666;
}

.potensi-card{
background:white;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.potensi-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.potensi-card img{
width:100%;
height:250px;
object-fit:cover;
}

.potensi-content{
padding:25px;
}

.potensi-content h4{
font-weight:600;
margin-bottom:10px;
}

.kebanggaan{
background:#f3f7f3;
}

.bangga-card{
background:white;
padding:30px;
border-radius:20px;
text-align:center;
height:100%;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.4s;
}

.bangga-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.icon-box{
font-size:45px;
margin-bottom:15px;
}

.footer{
background:
linear-gradient(
135deg,
#132211,
#1A2F18,
#2D5A27,
#4F8A3F
);

color:white;
}

.footer{

position:relative;

overflow:hidden;

}

.footer::before{

content:'';

position:absolute;

top:0;
left:0;

width:100%;
height:4px;

background:
linear-gradient(
90deg,
#D4A017,
#4F8A3F,
#D4A017
);

}

.footer h3,
.footer h5{
    margin-bottom:20px;
}

.footer li{
    margin-bottom:10px;
    transition:.3s;
}

.footer li:hover{
    transform:translateX(5px);
}
.page-hero{
background:var(--primary);
color:white;
padding:120px 0;
}

.page-hero h1{
font-size:60px;
font-weight:700;
}

.tentang-section img{
height:450px;
object-fit:cover;
width:100%;
}

.info-card{
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 10px 20px rgba(0,0,0,.08);
height:100%;
}

.info-card h2{
font-size:48px;
font-weight:700;
color:var(--primary);
margin-bottom:10px;
}

.info-card:hover{
transform:translateY(-8px);
transition:.3s;
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.fasilitas-card{
background:white;
padding:40px;
border-radius:20px;
text-align:center;
font-weight:600;
box-shadow:0 10px 20px rgba(0,0,0,.08);
}

.umkm-hero{
    background:
    linear-gradient(
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.45)
    ),
    url("../assets/images/banner_umkm.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 500px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: white;
}

.umkm-hero h1{
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 10px rgba(0,0,0,.4);
}

.umkm-hero p{
    font-size: 1.2rem;
    max-width: 700px;
    margin: auto;
    text-shadow: 1px 1px 8px rgba(0,0,0,.4);
}

.produk-card{
background:white;
border-radius:25px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
height:100%;
transition:.4s;
}

.produk-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.produk-card img{
width:100%;
height:320px;
object-fit:cover;
}

.produk-content{
padding:30px;
}

.produk-content h3{
font-weight:700;
margin-bottom:15px;
}

.produk-content ul{
padding-left:20px;
}

.dukungan{
background:#f3f7f3;
}

.dukungan h2{
font-weight:700;
color:var(--primary);
margin-bottom:20px;
}

.budaya-hero{
background:
linear-gradient(
rgba(0,0,0,.45),
rgba(0,0,0,.45)
),
url('../assets/images/hero_budaya.jpg');

background-size:cover;
background-position:center;

padding:140px 0;
color:white;
}

.budaya-hero h1{
font-size:60px;
font-weight:700;
}

.kegiatan-card{
background:white;
border-radius:20px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
height:100%;
transition:.4s;
}

.kegiatan-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.kegiatan-card img{
width:100%;
height:250px;
object-fit:cover;
}

.kegiatan-content{
padding:25px;
}

.sosial-card{
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
height:100%;
}

.galeri-hero{
background:
linear-gradient(
rgba(46,107,53,.7),
rgba(46,107,53,.7)
),
url('../assets/images/gallery-banner.jpg');

background-size:cover;
background-position:center;

padding:140px 0;
color:white;
}

.gallery-item{
overflow:hidden;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.gallery-item img{
width:100%;
height:300px;
object-fit:cover;
transition:.4s;
}

.gallery-item:hover img{
transform:scale(1.08);
}

.highlight-section{
background:#f3f7f3;
padding:80px 0;
}

.highlight-card{
background:white;
padding:40px;
border-radius:25px;
margin-top:30px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.kontak-hero{
background:
linear-gradient(
rgba(46,107,53,.8),
rgba(46,107,53,.8)
),
url('../assets/images/contact-banner.jpg');

background-size:cover;
background-position:center;

padding:140px 0;
color:white;
}

.contact-info,
.contact-form{
background:white;
padding:35px;
border-radius:25px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
height:100%;
}

.contact-form input,
.contact-form textarea{
padding:14px;
border-radius:12px;
}

.map-section{
padding:80px 0;
background:#f3f7f3;
}

.map-container{
overflow:hidden;
border-radius:25px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.map-container iframe{
width:100%;
height:450px;
border:none;
}

.btn-success{
background:
linear-gradient(
135deg,
#2D5A27,
#4F8A3F
)!important;

border:none!important;
}

.btn-success:hover{
transform:translateY(-3px);

background:
linear-gradient(
135deg,
#1F441B,
#5FA34B
)!important;
}

.potensi-card,
.kegiatan-card,
.produk-card,
.bangga-card{
    transition:.4s;
}

.potensi-card:hover,
.kegiatan-card:hover,
.produk-card:hover,
.bangga-card:hover{
    transform:translateY(-12px);

box-shadow:
0 20px 40px rgba(0,0,0,.15),
0 0 30px rgba(79,138,63,.4);
}

#topBtn{
position:fixed;
bottom:30px;
right:30px;

width:55px;
height:55px;

border:none;
border-radius:50%;

background:var(--primary);
color:white;

font-size:24px;
font-weight:bold;

cursor:pointer;

display:none;

z-index:999;

box-shadow:0 10px 20px rgba(0,0,0,.2);

transition:.3s;
}

#topBtn:hover{
transform:translateY(-5px);
}
.nav-link.active{
    color:var(--primary)!important;
    font-weight:600;
}
.logo{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    font-size:28px;
    color:var(--primary)!important;
    text-decoration:none;
}

.logo img{
    width:50px;
    height:50px;
    object-fit:contain;
}

img{
transition:.4s;
}

.potensi-card:hover img,
.produk-card:hover img,
.kegiatan-card:hover img,
.gallery-item:hover img{
transform:scale(1.08);
}
.profil-dukuh{
background:white;
}

.dukuh-img{
border-radius:25px;
box-shadow:0 15px 30px rgba(0,0,0,.12);
}

.profil-dukuh p{
line-height:1.8;
color:#555;
}

.pengumuman{
background:var(--primary);
color:white;
padding:10px;
font-weight:500;
}

#lightbox{

display:none;

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(0,0,0,.95);

backdrop-filter:blur(8px);

justify-content:center;
align-items:center;

z-index:99999;

animation:fadeIn .4s;

}

#lightboxImg{
max-width:90%;
max-height:90%;
border-radius:20px;
}

#closeBtn{
position:absolute;
top:20px;
right:40px;
font-size:50px;
color:white;
cursor:pointer;
}
.gallery-item{
cursor:pointer;
}

.gallery-item img{
transition:.4s;
}

.gallery-item:hover img{
transform:scale(1.08);
}
.gallery-img{
cursor:pointer;
}
.nav-link.active::after{
width:100%;
}
.hero-content{
animation:fadeUp 1s ease;
}

@keyframes fadeUp{

from{
opacity:0;
transform:translateY(40px);
}

to{
opacity:1;
transform:translateY(0);
}
}

.stat-card{
    background:white;

    border-radius:25px;

    padding:30px 20px;

    text-align:center;

    height:100%;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.4s;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.stat-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}
@media(max-width:768px){

.hero{
height:auto;
padding:120px 0;
}

.hero-content{
padding:30px;
}

.hero-content h1{
font-size:42px;
}

.hero-content p{
font-size:16px;
}

.section-title{
font-size:30px;
}

.logo span{
display:none;
}

}
body{

font-family:'Poppins',sans-serif;

background:
linear-gradient(
180deg,
#f8faf7,
#ffffff,
#f3f7f3
);

background-image:
radial-gradient(
rgba(0,0,0,.00) 1px,
transparent 1px
);

background-size:25px 25px;
}

.wave svg{
display:block;
width:100%;
margin-top:-2px;
}
.wa-btn{

position:fixed;

bottom:100px;
right:30px;

width:60px;
height:60px;

border-radius:50%;

background:#25D366;
color:white;

display:flex;
align-items:center;
justify-content:center;

font-size:28px;

text-decoration:none;

z-index:999;

box-shadow:0 10px 20px rgba(0,0,0,.2);

transition:.3s;

}

.wa-btn:hover{

transform:scale(1.1);

}
.timeline{

border-left:4px solid var(--primary);

padding-left:30px;

}

.timeline-item{

margin-bottom:30px;
position:relative;

}

.timeline-item::before{

content:'';

width:18px;
height:18px;

background:var(--primary);

border-radius:50%;

position:absolute;

left:-40px;
top:5px;

}
.potensi-card:hover,
.produk-card:hover{

box-shadow:
0 20px 40px rgba(0,0,0,.12),
0 0 25px rgba(76,175,80,.25);

}

/* ===== GLASS CARD STYLE ===== */

.potensi-card,
.produk-card,
.kegiatan-card,
.bangga-card,
.info-card,
.fasilitas-card,
.contact-info,
.contact-form,
.highlight-card,
.sosial-card{

background:
linear-gradient(
135deg,
rgba(255,255,255,.85),
rgba(255,255,255,.65)
);

backdrop-filter:blur(15px);

-webkit-backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,.4);

box-shadow:
0 10px 30px rgba(0,0,0,.08);

}

.masonry-gallery{
column-count:3;
column-gap:20px;
}

.gallery-item{
display:inline-block;
width:100%;
margin-bottom:20px;
}

.gallery-item img{
width:100%;
border-radius:20px;
}

/* WARNA IKON STATISTIK */

.stat-green{
color:#4CAF50;
}

.stat-blue{
color:#2196F3;
}

.stat-yellow{
color:#FFC107;
}

.stat-red{
color:#F44336;
}

.stat-purple{
color:#9C27B0;
}

.stat-orange{
color:#FF9800;
}

@media(max-width:768px){

.masonry-gallery{
column-count:1;
}

}
.social-links a{

font-size:28px;

margin-right:15px;

text-decoration:none;

transition:.3s;

}

.social-links a:hover{

transform:translateY(-5px);

}
#loader{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:white;

display:flex;

justify-content:center;
align-items:center;

z-index:999999;

transition:.8s;
}

.loader-content{
text-align:center;
}

.loader-content h2{
color:var(--primary);
font-weight:700;
}

.loader-hide{
opacity:0;
visibility:hidden;
}
.page-hero,
.umkm-hero,
.budaya-hero,
.galeri-hero,
.kontak-hero{

position:relative;

overflow:hidden;

}
.page-hero::before,
.umkm-hero::before,
.budaya-hero::before,
.galeri-hero::before,
.kontak-hero::before{

content:'';

position:absolute;

width:300px;
height:300px;

background:rgba(255,255,255,.08);

border-radius:50%;

top:-100px;
right:-100px;

}
.hero-badge{
display:inline-block;
padding:8px 20px;
border-radius:50px;
background:rgba(255,255,255,.15);
backdrop-filter:blur(10px);
margin-bottom:20px;
font-size:14px;
}
.nav-link{
transition:.3s;
}

.nav-link:hover{
color:var(--primary)!important;
}

/* MASONRY GALLERY */

.masonry-gallery{
    column-count:3;
    column-gap:20px;
}

.gallery-item{
    break-inside:avoid;
    margin-bottom:20px;
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.gallery-item img{
    width:100%;
    display:block;
    border-radius:20px;
    transition:.4s;
}

/* Mobile */

@media(max-width:768px){

.masonry-gallery{
    column-count:2;
}

}

@media(max-width:576px){

.masonry-gallery{
    column-count:1;
}

}

.gallery-item{
position:relative;
overflow:hidden;
border-radius:20px;
}

.gallery-item::after{
content:'Lihat Foto';
position:absolute;
inset:0;
background:rgba(0,0,0,.5);

display:flex;
justify-content:center;
align-items:center;

color:white;
font-weight:600;

opacity:0;
transition:.4s;
}

.gallery-item:hover::after{
opacity:1;
}
.filter-btn{

border:none;

padding:10px 20px;

margin:5px;

border-radius:30px;

background:white;

box-shadow:0 5px 15px rgba(0,0,0,.08);

transition:.3s;

}

.filter-btn:hover,
.filter-btn.active{

background:var(--primary);

color:white;

}
.filter-btn.active{
    background:var(--primary);
    color:white;
    border-color:var(--primary);
}

@keyframes fadeIn{

from{
opacity:0;
}

to{
opacity:1;
}

}
.gallery-item img{

width:100%;
border-radius:20px;

transition:.4s;

}

.gallery-item:hover img{

transform:scale(1.08);

}
.navbar.scrolled{

background:white!important;

box-shadow:
0 10px 30px rgba(0,0,0,.08);

padding-top:8px;
padding-bottom:8px;

transition:.3s;

}
.footer{

padding:80px 0 30px;

background:
linear-gradient(
135deg,
#132211,
#1A2F18,
#2D5A27
);

}

.footer-brand img{

width:70px;
margin-bottom:15px;

}

.footer h5{

color:#FFD54F;

margin-bottom:20px;

}

.footer-menu{

list-style:none;
padding:0;

}

.footer-menu li{

margin-bottom:12px;

}

.footer-menu a{

color:white;
text-decoration:none;

transition:.3s;

}

.footer-menu a:hover{

padding-left:8px;

color:#FFD54F;

}

.footer-bottom{

text-align:center;

color:rgba(255,255,255,.8);

}
.social-links{

margin-top:25px;

}

.social-links a{

width:50px;
height:50px;

display:inline-flex;
align-items:center;
justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.1);

margin-right:12px;

color:white;

font-size:20px;

text-decoration:none;

transition:.3s;

}

.social-links a:hover{

background:#FFD54F;

color:#1A2F18;

transform:
translateY(-5px)
scale(1.05);

box-shadow:
0 10px 20px rgba(255,213,79,.35);

}
.footer-brand img{

width:70px;
margin-bottom:15px;

}

.footer-brand h3{

color:white;
font-weight:700;

}

.footer-menu{

list-style:none;
padding:0;

}

.footer-menu li{

margin-bottom:10px;

}

.footer-menu a{

color:white;
text-decoration:none;

transition:.3s;

}

.footer-menu a:hover{

color:#FFD54F;

padding-left:8px;

}

.footer-bottom{

text-align:center;

color:rgba(255,255,255,.8);

}

.footer-bottom .small{

font-size:14px;

opacity:.7;

}
/* ===== FOOTER ANIMATION ===== */

.footer-animate{
    opacity:0;
    transform:translateY(60px);
    transition:all .8s ease;
}

.footer-animate.show{
    opacity:1;
    transform:translateY(0);
}

/* Delay tiap elemen */

.delay-1{
    transition-delay:.1s;
}

.delay-2{
    transition-delay:.3s;
}

.delay-3{
    transition-delay:.5s;
}

.delay-4{
    transition-delay:.7s;
}

.delay-5{
    transition-delay:.9s;
}

.delay-6{
    transition-delay:1.1s;
}
h1,
h2,
h3,
h4,
h5,
h6{
font-family:'Playfair Display', serif;
font-weight:700;
}
.footer h3,
.footer h5{
    font-family:'Playfair Display', serif;
}
.logo:hover{

    transform:scale(1.03);

    transition:.3s;

}
.logo img{
    transition:.4s;
}

.logo:hover img{
    transform:rotate(-5deg);
}
.about-hero{
    position:relative;
    min-height:70vh;

    background-image:url('../assets/images/balai_ngricik.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
}
.about-hero .overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}
.hero-content{
    position:relative;
    z-index:2;

    max-width:700px;

    color:white;
}
.hero-badge{
    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.2);

    backdrop-filter:blur(10px);

    margin-bottom:20px;
}
.hero-content h1{
    font-family:'Playfair Display', serif;

    font-size:4.5rem;
    font-weight:700;

    margin-bottom:20px;
}
.hero-content p{
    font-size:1.15rem;
    line-height:1.8;
}
/* =========================
   FOTO SECTION BUDAYA
========================= */

.budaya-img{
    width:100%;
    height:500px;
    object-fit:cover;
    object-position:center;
    border-radius:24px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* Responsive */

@media(max-width:992px){

    .budaya-img{
        height:350px;
        margin-bottom:20px;
    }

}
/* HERO GALERI */

.galeri-hero{
    position: relative;
    min-height: 60vh; /* sebelumnya 75vh */
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../assets/images/galeri_hero.jpg') center center/cover no-repeat;
}

.hero-content{
    max-width: 800px; /* sebelumnya terlalu lebar */
    padding: 40px 50px;
    border-radius: 30px;

    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.15);
}

.galeri-hero h1{
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 5vw, 5rem); /* lebih kecil */
    line-height: 1.05;
    margin-bottom: 20px;
    color: white;
}

.galeri-hero p{
    font-size: 1.2rem;
    color: white;
    max-width: 600px;
    margin: 0 auto;
}
/* =========================
   FASILITAS DENGAN FOTO
========================= */

.fasilitas-card{
    background:white;
    border-radius:20px;
    overflow:hidden;
    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.4s;

    height:100%;
}

.fasilitas-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.15);
}

.fasilitas-img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.fasilitas-content{
    padding:20px;
}

.fasilitas-content h5{
    margin:0;
    font-weight:600;
    color:var(--primary);
}
.contact-card,
.contact-form{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.map-container iframe{
    width:100%;
    height:500px;
    border:none;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
/* =========================
   HERO UMKM
========================= */

.umkm-hero{
    position:relative;
    min-height:70vh;

    background-image:url('../assets/images/banner_umkm.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

.hero-card{
    max-width:900px;

    margin-left:100px;
    padding:50px 60px;

    border-radius:35px;

    background:rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,0.15);

    box-shadow:
    0 8px 32px rgba(0,0,0,.25);
}

.hero-badge{
    display:inline-block;

    background:rgba(255,255,255,.25);

    color:white;

    padding:12px 25px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;
}

.hero-card h1{
    font-family:'Playfair Display', serif;

    font-size:5rem;
    font-weight:700;

    color:white;

    line-height:1.05;

    margin-bottom:25px;
}

.hero-card p{
    color:white;

    font-size:1.3rem;

    max-width:700px;

    line-height:1.8;
}

.hero-line{
    width:150px;
    height:5px;

    background:#f5c542;

    border-radius:50px;

    margin-top:35px;
}
@media(max-width:768px){

    .hero-card{
        margin:20px;
        padding:35px 25px;
    }

    .hero-card h1{
        font-size:3rem;
    }

    .hero-card p{
        font-size:1rem;
    }

}
/* =========================
   HERO BUDAYA
========================= */

.budaya-hero{
    position:relative;
    min-height:70vh;

    background-image:url('../assets/images/hero_budaya.JPG');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
}

.hero-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

.hero-card{
    width:750px;

    margin-left:100px;
    padding:40px 50px;

    border-radius:35px;

    background:rgba(255,255,255,0.08);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,0.15);

    box-shadow:
    0 8px 32px rgba(0,0,0,.25);
}

.hero-badge{
    display:inline-block;

    background:rgba(255,255,255,.25);

    color:white;

    padding:12px 25px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;
}

.hero-card h1{
    font-family:'Playfair Display', serif;

    font-size:4rem;
    font-weight:700;

    color:white;

    line-height:1.05;

    margin-bottom:25px;
}

.hero-card p{
    color:white;

    font-size:1.3rem;

    max-width:700px;

    line-height:1.8;
}

.hero-line{
    width:150px;
    height:5px;

    background:#f5c542;

    border-radius:50px;

    margin-top:35px;
}
@media(max-width:768px){

    .hero-card{
        margin:20px;
        padding:35px 25px;
    }

    .hero-card h1{
        font-size:3rem;
    }

    .hero-card p{
        font-size:1rem;
    }

}
/* =========================
   HERO GALERI
========================= */

.galeri-hero{
    position:relative;
    min-height:70vh;

    background-image:url('../assets/images/banner_galeri.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
}

.galeri-hero .hero-overlay{
    position:absolute;
    inset:0;

    background:linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

.galeri-hero .container{
    position: relative;
    z-index: 2;
}

.galeri-hero .hero-content{
    max-width: 900px;

    margin-left: 100px;
    padding: 50px 60px;

    border-radius: 35px;

    background: rgba(255,255,255,0.08);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.15);

    box-shadow: 0 8px 32px rgba(0,0,0,.25);

    text-align: center;

    position: relative;
}

.galeri-hero .hero-content::after{
    content:"";

    position:absolute;

    left:0;
    bottom:-1px;

    width:160px;
    height:5px;

    background:#f5c542;

    border-radius:50px;
}

.galeri-hero h1{
    font-family:'Playfair Display', serif;

    font-size:5rem;
    font-weight:700;

    color:white;

    line-height:1.05;

    margin-bottom:25px;
}

.galeri-hero p{
    color:white;

    font-size:1.3rem;

    max-width:700px;

    margin:auto;

    line-height:1.8;
}

/* RESPONSIVE */
@media(max-width:768px){

    .galeri-hero{
        min-height:60vh;
    }

    .galeri-hero .hero-content{
        margin:20px;
        padding:35px 25px;
    }

    .galeri-hero h1{
        font-size:3rem;
    }

    .galeri-hero p{
        font-size:1rem;
    }
}
/* =========================
   HERO KONTAK
========================= */

.kontak-hero{
    position: relative;
    min-height: 70vh;

    background-image: url('../assets/images/hero_kontak.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

/* Overlay */

.kontak-hero .hero-overlay{
    position: absolute;
    inset: 0;

    background: linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.45)
    );
}

/* Container di atas overlay */

.kontak-hero .container{
    position: relative;
    z-index: 2;
}

/* Card kaca */

.kontak-hero .hero-card{
    max-width: 900px;

    margin-left: 100px;
    padding: 50px 60px;

    border-radius: 35px;

    background: rgba(255,255,255,0.08);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.15);

    box-shadow: 0 8px 32px rgba(0,0,0,.25);
}

/* Badge */

.kontak-hero .hero-badge{
    display: inline-block;

    background: rgba(255,255,255,.25);

    color: white;

    padding: 12px 25px;

    border-radius: 50px;

    font-weight: 600;

    margin-bottom: 25px;
}

/* Judul */

.kontak-hero .hero-card h1{
    font-family:'Playfair Display', serif;

    font-size: 5rem;
    font-weight: 700;

    color: white;

    line-height: 1.05;

    margin-bottom: 25px;
}

/* Deskripsi */

.kontak-hero .hero-card p{
    color: white;

    font-size: 1.3rem;

    max-width: 700px;

    line-height: 1.8;
}

/* Garis kuning */

.kontak-hero .hero-line{
    width: 150px;
    height: 5px;

    background: #f5c542;

    border-radius: 50px;

    margin-top: 35px;
}

/* Responsive */

@media(max-width:768px){

    .kontak-hero{
        min-height: 60vh;
    }

    .kontak-hero .hero-card{
        margin: 20px;
        padding: 35px 25px;
    }

    .kontak-hero .hero-card h1{
        font-size: 3rem;
    }

    .kontak-hero .hero-card p{
        font-size: 1rem;
    }
}