:root{
--primary:#00c9a7;
--secondary:#92fe9d;
}

*{margin:0;padding:0;box-sizing:border-box;font-family:'Poppins',sans-serif;}

body{
background:linear-gradient(180deg,#f7fffc,#ffffff);
}

/* NAVBAR */
.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 60px;
position:fixed;
width:100%;
background:rgba(255,255,255,0.7);
backdrop-filter:blur(12px);
z-index:1000;
}

.menu-desktop a{
margin:0 12px;
text-decoration:none;
color:#333;
}

.btn-nav{
background:var(--primary);
color:white;
padding:8px 18px;
border-radius:20px;
}

/* HAMBURGER */
.hamburger{display:none;font-size:26px;cursor:pointer;}


.brand-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 40px; /* bebas, ini yang jadi patokan */
    
    background: linear-gradient(135deg, #007a63, #00e6b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.brand-icon {
    height: 1em;   /* 🔥 mengikuti tinggi teks */
    width: auto;   /* biar proporsional */
}

/* MOBILE MENU */
.mobile-menu{
position:fixed;
top:0;
right:-100%;
width:80%;
height:100%;
background:white;
display:flex;
flex-direction:column;
padding:20px;
gap:10px;
transition:0.4s;
 z-index:2000;
border-radius:20px 0 0 20px;
}
/* HEADER */
.mobile-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:20px;
  z-index:2001;
}

/* MENU ITEM */
.mobile-menu a{
text-decoration:none;
color:#007a63;
font-size:16px;
padding:12px;
border-radius:10px;
transition:0.2s;
}

/* ICON MENU */
.mobile-menu i{
    margin-right:10px;
    color:#00c9a7;
}

/* SOCIAL ICON */
.mobile-social i{
    font-size:20px;
    color:#007a63;
    transition:0.2s;
}

.mobile-social i:hover{
    color:#00c9a7;
}

.mobile-menu a:hover{
background:#f1f5f9;
}

/* SOCIAL */
.mobile-social{
margin-top:20px;
text-align:center;
}

.mobile-social p{
font-size:13px;
color:#888;
margin-bottom:10px;
}

.mobile-social div{
display:flex;
justify-content:center;
gap:15px;
}

.mobile-social a{
font-size:22px;
}

/* BUTTON */
.mobile-btn{
margin-top:auto;
background:#00c9a7;
color:white !important;
text-align:center;
padding:14px;
border-radius:25px;
} 

.mobile-menu.active{right:0;}

/* HERO */
.hero{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:0 20px;
background:radial-gradient(circle at top left,#00c9a7,#00a884);
color:white;
}

.hero h1{font-size:48px;}

.btn{
display:inline-block;
margin-top:20px;
padding:14px 28px;
border-radius:30px;
background:white;
color:#00a884;
font-weight:bold;
text-decoration:none;
}

/* STATS */
.stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
padding:60px;
max-width:1200px;
margin:auto;
margin-top:-80px;
position:relative;
z-index:10;
}

.stat-card{
background:rgba(255,255,255,0.7);
backdrop-filter:blur(12px);
padding:30px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 40px rgba(0,0,0,0.08);
transition:0.3s;
}

.stat-card:hover{transform:translateY(-10px);}

/* ICON STATS */
.icon{
    width:60px;
    height:60px;
    margin:auto;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg,#00c9a7,#92fe9d);
    color:white;
    font-size:22px;
}

/* HOVER EFFECT */
.stat-card{
    transition:0.3s;
}

.stat-card:hover{
    transform:translateY(-8px);
}
/* ICON BOX */
.icon-box{
    width:60px;
    height:60px;
    margin:auto;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg,#00c9a7,#92fe9d);
    color:white;
    font-size:22px;
}

/* CARD HOVER */
.card{
    transition:0.3s;
}

.card:hover{
    transform:translateY(-8px);
}

/* SECTION */
.section{padding:40px 40px;text-align:center;}




.grid{
    display:grid;
    gap:30px;
    margin-top:30px;
    grid-template-columns:repeat(4, 1fr);

}

/* tablet */
@media (max-width:1024px){
    .grid{
        grid-template-columns:repeat(2, 1fr);
    }
}

/* mobile */
@media (max-width:600px){
    .grid{
        grid-template-columns:1fr;
    }
}

.card{
flex:1;
background:rgba(255,255,255,0.7);
backdrop-filter:blur(12px);
padding:25px;
border-radius:20px;
box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

/* CTA */
/* ================= PROMO ================= */
.promo {
    padding: 1px 150px;
    background: none;
}

/* BOX */
.promo-box {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    padding: 60px;
    height: 400px;
    display: flex;
    align-items: center;
    box-shadow: 0 25px 70px rgba(0,0,0,0.08);
}

.promo-box:hover{
    transform:translateY(-5px);
}

/* BACKGROUND */
.promo-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:none;
}
/* MODEL (overlay kanan) */
.promo-model {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 2;
}

.promo-model img {
    height: 100%;
    max-height: 420px;
    object-fit: contain;

    /* efek nyatu */
    mask-image: linear-gradient(to left, black 70%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, black 70%, transparent 100%);

    /* shadow */
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
}

/* BLEND OVERLAY */
.promo-blend {
    position: absolute;
    inset: 0;
    z-index: 3;

    background: linear-gradient(
        to right,
        rgba(255,255,255,0.8) 25%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0.2) 75%,
        rgba(255,255,255,0) 100%
    );
}
/* CONTENT */
.promo-content {
    position: relative;
    z-index: 4;
    max-width: 520px;
    background: none;
}

/* LOGO */
.logo img {
    height: 85px;
    margin-bottom: 15px;
}

/* TITLE */
.promo-content h2 {
    font-size: 32px;
    font-weight: 700;
   color:#008f73;
    margin-bottom: 10px;
}

/* DESC */
.desc {
    font-size: 15px;
    color: #4b6f6a;
    margin-bottom: 20px;
}

/* INFO */
.promo-info {
    margin-bottom: 20px;
    color:#008f73;
}

.promo-info span {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    color:#008f73;
}

/* BUTTON */
.btn-promo {
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(135deg,#00c9a7,#00a884);
    color: white;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-promo:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,168,132,0.3);
}
@media (max-width: 768px) {

    .promo {
        padding: 1px 20px;
      background: none;
    }

    .promo-box {
        position: relative;
        padding: 30px 20px 140px; /* ðŸ”¥ ruang untuk model */
        text-align: center;
    }

    /* ðŸ”¥ MODEL DARI BAWAH (overlay) */
    .promo-model {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: 2;
    }

    .promo-model img {
        height: 400px;
    }

    /* ðŸ”¥ BLEND AKTIF (vertical) */
   .promo-blend {
    position: absolute;
    inset: 0;
    z-index: 3;

    background: linear-gradient(
        to right,
        rgba(255,255,255,0.8) 25%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0.2) 75%,
        rgba(255,255,255,0) 100%
    );
}

    .promo-content {
        position: relative;
        z-index: 4;
        max-width: 100%;
    }

}
/* NOTE */
.note{
    margin-top:15px;
    font-size:13px;
    color:#888;
}


/* CARD */
.layanan-new{
    background:#fff;
    border-radius:25px;
    padding:30px 20px;
    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:all 0.3s ease;
    position:relative;
    overflow:hidden;
}

/* HOVER */
.layanan-new:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,168,132,0.2);
}

/* GLOW BACKGROUND */
.layanan-new::before{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    background:radial-gradient(circle,#00c9a7,transparent);
    top:-50px;
    right:-50px;
    opacity:0.15;
}

/* ICON */
.icon-new{
    width:70px;
    height:70px;
    margin:0 auto 15px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:linear-gradient(135deg,#00c9a7,#00a884);
    color:#fff;

    font-size:26px;

    box-shadow:0 10px 25px rgba(0,168,132,0.3);
    transition:0.3s;
}

/* ICON HOVER */
.layanan-new:hover .icon-new{
    transform:scale(1.1) rotate(5deg);
}

/* TITLE */
.layanan-new h3{
    font-size:18px;
    margin-bottom:10px;
    color:#0a2f2a;
}

/* DESC */
.layanan-new p{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

/* EXTRA INFO */
.extra-info{
    margin-top:15px;
    font-size:13px;
    color:#777;
}

/* EXTRA ICON */
.extra-info i{
    color:#00a884;
    margin-right:5px;
}

/* BADGE */
.layanan-new.populer{
    border:2px solid #00c9a7;
}

/* HARGA BESAR */
.price-big{
    font-size:22px;
    font-weight:700;
   margin:10px 0 15px;

    color:#00a884;

    background:#e8f7f3;
    padding:8px 15px;
    border-radius:20px;

    display:inline-block;
}

/* HOVER EFFECT */
.layanan-new:hover .price-big{
    background:linear-gradient(135deg,#00c9a7,#00a884);
    color:#fff;
    transform:scale(1.05);
}


.btn-detail{
    display:inline-block;
    margin-top:5px;
    padding:10px 20px;

    border-radius:25px;
    text-decoration:none;

    font-size:14px;
    font-weight:600;

    color:#00a884;
    border:2px solid #00a884;

    transition:0.3s;
}

/* HOVER LEBIH HALUS */
.btn-detail:hover{
    background:#00a884;
    color:#fff;
}


/* WRAPPER IMAGE */
.img-produk {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

/* IMAGE */
.img-produk img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}


.img-produk:hover::after {
    opacity: 1;
}

/* SHADOW HALUS */
.img-produk img {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.img-produk1 {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50px;
}

.img-produk1 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

@media (max-width:768px){

    .price-big{
        font-size:18px;
        margin-bottom:12px;
    }

    .btn-detail{
        display:block;
        width:100%;
        text-align:center;
        margin-top:8px;
        padding:10px;
    }

    .extra-info{
        gap:8px;
    }

}


.filter{
    text-align:center;
    margin:20px 0;
}

.filter button{
    padding:8px 18px;
    margin:5px;
    border:none;
    border-radius:20px;
    cursor:pointer;

    background:#eee;
    color:#333;
    transition:0.3s;
}

.filter button.active,
.filter button:hover{
    background:linear-gradient(135deg,#00c9a7,#00a884);
    color:#fff;
}


/* MOBILE */
@media(max-width:768px){
    .promo-box{
        padding:30px 20px;
    }

    .promo-box h2{
        font-size:22px;
    }

    .desc{
        font-size:14px;
    }
}

/* ICON PRODUK */
.product-icon{
    width:55px;
    height:55px;
    margin:auto;
    margin-bottom:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg,#00c9a7,#92fe9d);
    color:white;
    font-size:20px;
}

/* PRICE */
.price{
    font-weight:600;
    color:#00a884;
    margin-bottom:10px;
}

/* BUTTON ICON */
.btn-promo i{
    margin-right:6px;
}


/* QUOTE ICON */
.quote{
    font-size:22px;
    color:#00c9a7;
    margin-bottom:10px;
}

/* STARS */
.stars{
    margin:10px 0;
    color:#facc15;
    font-size:14px;
}

.hero-slider,
.swiper,
.swiper-slide {
    width: 100%;
}

/* FOOTER */
.footer{
background:radial-gradient(circle at top left,#00c9a7,#00a884);
color:white;
padding:60px 60px 20px;
}

.footer-container{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
max-width:1200px;
margin:auto;
}

.footer-col h2,
.footer-col h4{margin-bottom:15px;}

.footer p {
    color: #fff;
    margin: 8px 0;
}

.footer i {
    color: #ffffff;
    margin-right: 8px;
}
.footer-col a{
font-size:14px;
color:#ffffff;
margin-bottom:10px;
display:block;
text-decoration:none;
}

/* ACCORDION MOBILE */
.footer-title{
cursor:pointer;
}


/* BOTTOM */
.footer-bottom{
text-align:center;
margin-top:40px;
border-top:1px solid rgb(255, 255, 255);
padding-top:20px;
font-size:13px;
color:#ffffff;
}

/* WA */
.wa{
    position:fixed;
    bottom:80px;
    right:20px;
    background:#25D366;
    color:white;
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:26px;
    box-shadow:0 8px 25px rgba(0,0,0,0.2);
    transition:0.3s;

    z-index: 9999; /* ðŸ”¥ INI SOLUSINYA */
}
.wa:hover{
    transform:scale(1.1);
}
/* BOTTOM NAV */
.bottom-nav{display:none;}

/* MOBILE */
@media(max-width:768px){

.navbar{padding:15px 20px;}
.menu-desktop{display:none;}
.hamburger{display:block;}

.hero{height:auto;padding:120px 20px 60px;}
.hero h1{font-size:28px;}

.section{padding:60px 20px;}
.grid{flex-direction:column;}

.stats{
grid-template-columns:1fr;
padding:30px 20px;
margin-top:-40px;
}


/* WRAPPER KHUSUS */
.testimonial-new .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 25px;
}

/* CARD KHUSUS TESTIMONI */
.testimonial-new .card {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.testimonial-new .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,201,167,0.2);
}

/* ICON QUOTE */
.testimonial-new .quote {
    font-size: 22px;
    color: #00c9a7;
    margin-bottom: 10px;
}

/* TEKS */
.testimonial-new .card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* STARS */
.testimonial-new .stars i {
    color: #ffc107;
    margin: 0 2px;
    font-size: 16px;
}

/* NAMA */
.testimonial-new .card h4 {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

/* EFEK BACKGROUND QUOTE */
.testimonial-new .card::before {
    content: "â€œ";
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 50px;
    color: rgba(0,0,0,0.05);
}
/* FOOTER MOBILE */
.footer{padding:40px 20px;}

.footer-container{
grid-template-columns:1fr;
gap:20px;
}

.footer-title{
display:flex;
justify-content:space-between;
border-bottom:1px solid rgba(255,255,255,0.1);
padding:10px 0;
}

.footer-title::after{
content:"+";
}

.footer-col.active .footer-title::after{
content:"-";
}

.footer-content{
max-height:0;
overflow:hidden;
transition:0.3s;
}

.footer-col.active .footer-content{
max-height:200px;
margin-top:10px;
}

/* bottom nav */
.bottom-nav{
display:flex;
position:fixed;
bottom:0;
width:100%;
background:white;
justify-content:space-around;
padding:10px 0;
box-shadow:0 -2px 15px rgba(0,0,0,0.1);
}
}