
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary{
    background-color:#0a7f3f !important;
    border-color:#0a7f3f !important;
    color:#fff !important; /* teks tetap putih */
  }
  .btn.btn-primary:hover,
  .btn.btn-primary:focus,
  .btn.btn-primary:active{
    background-color:#086f37 !important; /* sedikit lebih gelap */
    border-color:#086f37 !important;
    color:#fff !important;
  }
  

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
        height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}




@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/bg-1.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb1 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb3 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb4 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/header-4.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-secondary);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
}

:root{ --green:#0a7f3f; }

.icon-badge{
  width:120px; height:120px; border-radius:24px;
  background: rgba(10,127,63,.12);
  display:flex; align-items:center; justify-content:center;
}
.icon-badge i{ font-size:44px; color:var(--green); }


.bg-soft-cream { background-color: #fbfbea; }      /* krem lembut */
.heading-green { color: #0a7f3f; font-weight: 800; }
.heading-underline {
  width: 180px; height: 3px; background-color: #222; border-radius: 2px;
}
.about-text { font-size: 1.05rem; line-height: 1.8; color: #333; }

/* Tinggi navbar (perkiraan). Ubah kalau beda. */


/* Hero video benar-benar full layar */





/* Hilangkan margin/padding yang bisa bikin strip abu-abu */
.container-fluid.position-relative.p-0 > .position-relative{ margin: 0; }
.header-carousel,
.header-carousel .header-carousel-item { height: auto; } /* kalau masih ada CSS carousel lama */
body { background: #0000; } /* transparan; tidak wajib */

/* Pada layar kecil, biar address bar mobile tak memotong tinggi */
@supports (height: 100dvh){
  .hero-video{ height: 100dvh; }
}


:root{
  --soft-bg:#fbfbea;          /* krem lembut */
  --line:#2f2f2f;             /* warna garis timeline */
  --green:#0a7f3f;            /* hijau brand */
  --card:#e6f5ef;             /* panel kartu */
  --radius:20px;
}

/* util */
.bg-soft-cream{background:var(--soft-bg);}
.heading-green{color:var(--green);font-weight:800;}

/* ===== Vertical timeline ===== */
.timeline-section{position:relative;overflow:hidden;}
.tl{position:relative;max-width:1100px;margin:0 auto;}
.tl-line{
  position:absolute;left:50%;top:0;bottom:0;transform:translateX(-50%);
  width:4px;background:linear-gradient(180deg, var(--line), var(--line));
  border-radius:2px;opacity:.9;
}

/* item wrapper */
.tl-item{position:relative;width:50%;padding:0 32px 48px;}
.tl-item.left{left:0;text-align:right;}
.tl-item.right{left:50%;}

/* konektor horizontal */
.tl-item.left::before,
.tl-item.right::before{
  content:"";position:absolute;top:28px;width:46px;height:2px;background:var(--line);
}
.tl-item.left::before{right:-23px;}
.tl-item.right::before{left:-23px;}

/* dot di garis tengah */
.tl-dot{
  position:absolute;top:20px;left:50%;transform:translateX(-50%);
  width:16px;height:16px;border-radius:50%;
  background:var(--green);box-shadow:0 0 0 4px #fff, 0 0 0 8px var(--soft-bg);
  z-index:2;
}

/* badge tahun di garis tengah */
.tl-badge{
  position:absolute;top:-2px;left:50%;transform:translate(-50%,-100%);
  background:#fff;border:2px solid var(--green);color:var(--green);
  font-weight:800;font-size:.95rem;padding:.2rem .6rem;border-radius:999px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

/* card */
.tl-card{
  display:inline-block;max-width:100%;
  background:var(--card);border-radius:var(--radius);padding:20px 24px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  transition:transform .25s ease, box-shadow .25s ease;
}
.tl-card-head{display:flex;align-items:center;gap:10px;}
.tl-icon{font-size:22px;color:var(--green);opacity:.95;}
.tl-accent{
  height:3px;width:64px;background:var(--green);border-radius:2px;
  margin:10px 0 14px auto; /* auto -> sejajar heading */
}
.tl-item.right .tl-accent{margin-left:0;margin-right:0;} /* supaya kiri */

.tl-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.12);}
.tl-item.left .tl-card{margin-right:12px;}
.tl-item.right .tl-card{margin-left:12px;}

.tl-card p{color:#5e6368;line-height:1.8;font-size:1.05rem;margin:0;}
.tl-card h5{font-weight:800;margin:0;color:#0f172a;}

/* ===== Responsive ===== */
@media (max-width:992px){
  .tl{padding-left:14px;padding-right:14px;}
  .tl-line{left:20px;transform:none;}
  .tl-item{width:100%;left:0;text-align:left;padding:0 0 40px 56px;}
  .tl-item::before{left:20px !important;right:auto;width:24px;}
  .tl-dot{left:20px;transform:none;}
  .tl-badge{left:20px;transform:translateY(-100%);}
  .tl-card{margin:0 0 0 14px;}
  .tl-accent{margin-left:0;}
}
:root{
  --soft-bg:#fbfbea;   /* krem */
  --green:#0a7f3f;     /* brand */
  --ink:#101828;       /* judul */
  --muted:#5e6368;     /* body */
  --badge:#e6f5ef;     /* panel hijau lembut */
  --radius:20px;
}

.bg-soft-cream{ background:var(--soft-bg); }
.heading-green{ color:var(--green); font-weight:800; }

/* ===== PHOTO SIDE ===== */
.photo-wrap{
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 12px 32px rgba(0,0,0,.10);
  background:linear-gradient(135deg, #ffffff 0%, #f1fff7 100%);
}
.photo-img{
  width:100%; height:auto; display:block;
  border-radius:var(--radius);
  filter:saturate(1.05) contrast(1.03);
}
.photo-wrap::after{
  content:""; position:absolute; inset:0;
  background:radial-gradient(80% 60% at 20% 10%, rgba(10,127,63,.12), transparent 60%);
  pointer-events:none;
}
.photo-badge{
  position:absolute; left:20px; bottom:20px;
  background:#fff; color:var(--green); border:2px solid var(--green);
  border-radius:999px; padding:.45rem .9rem; font-weight:800;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}
.photo-decor{
  position:absolute; width:110px; height:110px; border-radius:18px;
  background:rgba(10,127,63,.10); filter:blur(2px);
}
.photo-decor.d1{ right:-24px; top:-24px; }
.photo-decor.d2{ left:-18px; bottom:-18px; width:80px; height:80px; }

/* ===== TEXT SIDE ===== */
.why-item{
  display:flex; gap:16px; align-items:flex-start;
  padding:16px 0; border-bottom:1px dashed rgba(16,24,40,.08);
}
.why-item:last-child{ border-bottom:0; }

.icon-badge{
  flex:0 0 56px; height:56px;
  background:var(--badge);
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  font-size:22px; color:var(--green);
  box-shadow:inset 0 0 0 1px rgba(10,127,63,.10);
}
.why-copy h4{
  color:var(--ink); font-weight:800; letter-spacing:.2px;
}
.why-copy p{
  color:var(--muted); line-height:1.85; font-size:1.05rem;
}

.image-gradient {
    position: relative; overflow: hidden;
    border-radius: .75rem;
  }
  
  /* Overlay gradien hijau + animasi halus */
  .image-gradient::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(135deg,
                rgba(5, 150, 105, .55) 0%,
                rgba(16, 185, 129, .35) 35%,
                rgba(255,255,255,0) 75%);
    mix-blend-mode: multiply;
    animation: gradientMove 8s ease-in-out infinite alternate;
  }
  
  /* Ken Burns pelan pada gambar */
  .image-gradient img {
    width: 100%; height: auto;
    transform: scale(1);
    animation: kenburns 16s ease-in-out infinite alternate;
  }
  
  /* Animasi */
  @keyframes gradientMove {
    0%   { opacity: .6; transform: scale(1) translateX(0); }
    100% { opacity: .85; transform: scale(1.05) translateX(2%); }
  }
  @keyframes kenburns {
    0%   { transform: scale(1); }
    100% { transform: scale(1.06); }
  }
  
  /* Matikan animasi untuk user yang prefer reduce motion */
  @media (prefers-reduced-motion: reduce) {
    .image-gradient::after, .image-gradient img { animation: none; }
  }

  .image-overlay {
    position: relative;
    overflow: hidden;
    border-radius: 12px; /* opsional biar rounded */
  }
  
  .image-overlay img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .image-overlay .overlay {
    position: absolute;
    inset: 0;
    /* hijau tipis (20–25% opacity) */
    background: linear-gradient(135deg, rgba(0, 128, 0, 0.25), rgba(0, 255, 128, 0.15));
    transform: translateX(0);
    transition: transform 1s ease;
  }
  
  /* Saat hover → overlay geser keluar (efek tirai) */
  .image-overlay:hover .overlay {
    transform: translateX(100%);
  }

  /* ===== Overlay hijau tipis + efek tirai belah dua ===== */
.service-img.with-curtain {
    position: relative;
    overflow: hidden;
    border-radius: .5rem .5rem 0 0; /* sama dengan rounded-top */
  }
  
  .service-img.with-curtain img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* Overlay container */
  .service-img.with-curtain .overlay {
    position: absolute;
    inset: 0;
    display: flex;              /* belah dua kiri/kanan */
    pointer-events: none;
    border-radius: inherit;
  }
  
  /* Dua panel tirai */
  .service-img.with-curtain .overlay::before,
  .service-img.with-curtain .overlay::after {
    content: "";
    flex: 1 1 50%;
    /* hijau tipis — bisa sesuaikan 0.18–0.28 */
    background: linear-gradient(135deg, rgba(0, 128, 0, 0.22), rgba(34, 197, 94, 0.16));
    transition: transform 900ms ease;
    will-change: transform;
  }
  
  /* posisi awal: menutup penuh */
  .service-img.with-curtain .overlay::before { transform: translateX(0); }
  .service-img.with-curtain .overlay::after  { transform: translateX(0); }
  
  /* hover: buka ke kiri & kanan */
  .service-img.with-curtain:hover .overlay::before { transform: translateX(-101%); }
  .service-img.with-curtain:hover .overlay::after  { transform: translateX(101%); }
  
  /* Prefer-reduced-motion: nonaktifkan animasi */
  @media (prefers-reduced-motion: reduce) {
    .service-img.with-curtain .overlay::before,
    .service-img.with-curtain .overlay::after {
      transition: none;
    }
  }
  
  /* Opsional: sedikit zoom pada gambar saat hover agar terasa hidup */
  .service-img.with-curtain img {
    transition: transform 800ms ease;
    will-change: transform;
  }
  .service-img.with-curtain:hover img {
    transform: scale(1.03);
  }
/* ====== Premium Feature Cards ====== */
.fx-card {
    position: relative;
    border-radius: 20px;
    isolation: isolate;
    transform: translateZ(0);
  }
  
  .fx-card .fx-border {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;                /* tebal border */
    background: linear-gradient(120deg, #14b8a6, #22c55e, #10b981, #22c55e);
    background-size: 200% 200%;
    animation: fx-gradient 6s ease infinite;
    z-index: 0;
  }
  
  .fx-card .fx-inner {
    position: relative;
    border-radius: 18px;
    background: #f6f7f8;         /* card fill */
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.06);
    z-index: 1;
  }
  
  .fx-card:hover .fx-inner {
    box-shadow: 0 18px 50px rgba(16, 185, 129, 0.18);
    transform: translateY(-6px);
    transition: transform .45s ease, box-shadow .45s ease;
  }
  
  /* ====== Icon Badge (premium-look) ====== */
  .icon-badge {
    width: 88px;
    height: 88px;
    border-radius: 22px;
    display: grid;
    place-items: center;
    margin-inline: auto;
    color: #10b981;
    background:
      radial-gradient(120px 120px at 20% 20%, rgba(255,255,255,.9), rgba(255,255,255,.75)),
      linear-gradient(160deg, #eafff6, #e8fff3);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.8),
      0 10px 25px rgba(16, 185, 129, .18);
    position: relative;
    overflow: hidden;
  }
  .icon-badge i {
    font-size: 36px;
    filter: drop-shadow(0 6px 12px rgba(16,185,129,.25));
  }
  .icon-badge::after { /* highlight glossy */
    content: "";
    position: absolute;
    inset: 0 -40% 50% -40%;
    background: linear-gradient( to bottom, rgba(255,255,255,.7), rgba(255,255,255,0) );
    transform: translateY(-10%);
  }
  
  /* ====== Titles ====== */
  .fx-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: .75rem;
  }
  
  /* ====== Button Shine ====== */
  .fx-btn-shine {
    position: relative;
    overflow: hidden;
  }
  .fx-btn-shine::after {
    content: "";
    position: absolute;
    top: 0; left: -120%;
    width: 120%; height: 100%;
    background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.5) 50%, transparent 100%);
    transform: skewX(-18deg);
    transition: left .6s ease;
  }
  .fx-btn-shine:hover::after {
    left: 120%;
  }
  
  /* ====== Gradient animation ====== */
  @keyframes fx-gradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  /* ====== Subtle hover ripple (optional) ====== */
  .fx-card:hover::before {
    content: "";
    position: absolute;
    inset: -40% -10%;
    background: radial-gradient(200px 200px at var(--mx,50%) var(--my,50%), rgba(34,197,94,.14), transparent 60%);
    border-radius: inherit;
    z-index: -1;
    pointer-events: none;
  }
  .fx-card { transition: transform .3s ease; }
  .fx-card:where(:hover,:focus-within) { transform: translateY(-2px); }
  
  /* (Optional) cursor tracking for ripple if mau JS kecil */
    

/* subtle hover */
.why-item:hover .icon-badge{ transform:translateY(-2px); box-shadow:0 8px 18px rgba(10,127,63,.12), inset 0 0 0 1px rgba(10,127,63,.10); transition:.25s; }

/* ===== Responsive ===== */
@media (max-width: 992px){
  .photo-badge{ transform:scale(.95); }
  .why-copy p{ font-size:1rem; }
}
@media (max-width: 576px){
  .why-item{ align-items:center; }
  .icon-badge{ flex-basis:48px; height:48px; font-size:20px; border-radius:12px; }
}

:root{
  --soft-bg:#fbfbea;     /* krem */
  --green:#0a7f3f;       /* brand hijau */
  --ink:#0f172a;         /* judul */
  --muted:#5e6368;       /* body */
}

.bg-soft-cream{ background:var(--soft-bg); }
.heading-green{ color:var(--green); }

.andesite-subtitle{
  font-weight:700;
  color:#1f2937;
}

/* Gambar batu, efek drop shadow lembut */
.stone-img{
  width:100%;
  max-width:520px;
  display:block;
  margin-inline:auto;
  object-fit:contain;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.18));
}

/* teks body */
.andesite-section p{
  color:var(--muted);
  line-height:1.9;
  font-size:1.07rem;
}

/* chips fitur */
.andesite-chips .chip{
  display:inline-flex; align-items:center; gap:.5rem;
  background:rgba(10,127,63,.10);
  color:var(--green);
  border-radius:999px;
  padding:.5rem .9rem;
  margin-right:.5rem; margin-bottom:.5rem;
  font-weight:700; font-size:.95rem;
}
.andesite-chips .chip i{ font-size:1rem; }

/* responsif */
@media (max-width: 992px){
  .andesite-section .row{ text-align:center; }
  .andesite-chips{ justify-content:center; display:flex; flex-wrap:wrap; }
}


:root{
  --soft-bg:#fbfbea;         /* krem lembut */
  --green:#0a7f3f;           /* hijau brand */
  --card:#efefef;            /* latar kartu */
  --radius:18px;
}

.bg-soft-cream{ background:var(--soft-bg); }
.heading-green{ color:var(--green); font-weight:800; }

/* Kartu produk */
.p-card{
  background:var(--card);
  border-radius:var(--radius);
  padding:24px;
  text-align:center;
  height:100%;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, opacity .35s;
  will-change: transform, opacity;
}

/* gambar */
.p-img{
  height:140px; margin-bottom:16px;
  display:flex; align-items:center; justify-content:center;
}
.p-img img{
  max-height:140px; width:auto; height:auto;
  object-fit:contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.15));
}

.p-card h5{ font-weight:800; margin:4px 0 6px; color:#111827; }
.p-card p{ color:#5e6368; line-height:1.7; margin:0; }

/* Hover micro-interaction */
.p-card:hover{
  transform: translateY(-8px) scale(1.02);
  box-shadow:0 16px 36px rgba(0,0,0,.12);
}

/* ===== On-scroll reveal (tanpa library) ===== */
.reveal{
  opacity:0;
  transform: translateY(24px) scale(.98);
}
.reveal.show{
  opacity:1;
  transform: none;
  transition-delay: calc(var(--i,0) * 80ms);  /* stagger */
}

/* spacing responsif */
@media (max-width: 576px){
  .p-img{ height:120px; }
  .p-img img{ max-height:120px; }
}

:root{
  --soft-bg:#fbfbea;    /* krem */
  --green:#0a7f3f;      /* brand */
  --ink:#111827;        /* judul */
  --muted:#5e6368;      /* body */
  --radius:18px;
}

.bg-soft-cream{ background:var(--soft-bg); }
.heading-green{ color:var(--green); font-weight:800; }

.app-card{
  background: rgba(255,255,255,.55);
  border-radius: var(--radius);
  padding: 18px 18px 22px;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
}
.app-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}
.app-media{
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;             /* butuh browser modern; jika tidak ada, set height tetap */
  background: #eaeaea;
}
.app-media img{
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.app-card h4{ color: var(--ink); font-weight: 800; }
.app-desc{ color: var(--muted); line-height: 1.8; margin-bottom: 18px; }

/* tombol hijau bulat */
.btn-green{
  background: var(--green); color: #fff; font-weight: 800;
  box-shadow: 0 6px 16px rgba(10,127,63,.25);
}
.btn-green:hover{ background: #086736; color:#fff; }
.btn-pill{ border-radius: 999px; padding: .6rem 1.1rem; }

/* responsif */
@media (max-width: 576px){
  .app-card{ padding: 16px; }
  .app-desc{ font-size: .98rem; }
}
:root{
  --green:#0a7f3f;
  --soft:#fbfbea;
}

.bg-soft-cream{ background:var(--soft); }

#indoMap{
  width:100%;
  height:420px;               /* tinggi peta */
  border-radius:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  background:#eaeaea;
}

/* daftar lokasi */
.location-list .list-group-item{
  border:0; border-radius:12px; margin-bottom:10px;
  background:#fff; box-shadow:0 6px 16px rgba(0,0,0,.06);
  cursor:pointer; transition:transform .2s, box-shadow .2s;
}
.location-list .list-group-item:hover{
  transform:translateY(-2px); box-shadow:0 10px 20px rgba(0,0,0,.10);
}
.location-list .dot{
  width:12px; height:12px; border-radius:50%;
  background:var(--green); box-shadow:0 0 0 4px rgba(10,127,63,.15);
  display:inline-block;
}

/* custom marker (divIcon) dengan pulse */
.leaflet-marker-icon.pulse{
  background:var(--green);
  width:14px; height:14px; border-radius:50%;
  border:2px solid #fff; box-shadow:0 0 0 6px rgba(10,127,63,.18);
}
.leaflet-marker-icon.pulse::after{
  content:""; position:absolute; inset:-6px;
  border:2px solid rgba(10,127,63,.45); border-radius:50%;
  animation:pulse 1.6s infinite ease-out;
}
@keyframes pulse{
  0%{ transform:scale(0.7); opacity:.9; }
  100%{ transform:scale(1.8); opacity:0; }
}

@media (max-width: 576px){
  #indoMap{ height:360px; }
}

.p-card1 {
  border-radius: 8px;       /* opsional, biar sudut melengkung */
  overflow: hidden;         /* biar gambar yang lebih besar kepotong */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* opsional */
}

.p-img1 {
  width: 100%;
  height: 250px;            /* atur tinggi sesuai kebutuhan */
  overflow: hidden;
}

.p-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* gambar nutup penuh */
  display: block;
}

/* ===== FULLSCREEN HERO VIDEO – OVERRIDES (APPEND ONLY) ===== */

/* Pastikan dokumen bisa dihitung penuh dan tidak ada bg putih nongol */
html, body {
    height: 100%;
    background: transparent;
  }
  
  /* Paksa hero mengisi seluruh viewport */
  .hero-video{
    position: relative !important;
    height: 100vh !important;
    min-height: 100vh !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  
  /* Gunakan 100dvh jika didukung (lebih akurat di mobile) */
  @supports (height: 100dvh){
    .hero-video{
      height: 100dvh !important;
      min-height: 100dvh !important;
    }
  }
  
  /* Videonya harus menutup penuh area hero */
  .hero-video-bg{
    position: absolute !important;
    inset: 0 !important;          /* top/right/bottom/left: 0 */
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* isi penuh tanpa letterbox */
    object-position: center !important;
    filter: none !important;      /* hilangkan gelap/blur jika ada */
    background: transparent !important;
  }
  
  /* Jangan ada overlay di atas video */
  .hero-overlay{
    display: none !important;
  }
  
  /* PAKSA CAPTION TEPAT DI TENGAH VERTIKAL */
/* === FIX: caption benar-benar center di tengah video === */
.hero-video .carousel-caption{
    /* nolkan semua posisi & transform lama */
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    inset: 0 !important;
    transform: none !important;
  
    /* center pakai flex */
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    background: transparent !important;
  }
  
  /* pastikan wrapper di dalamnya ikut penuh tinggi */
  .hero-video .carousel-caption > .container,
  .hero-video .carousel-caption > .container > .row,
  .hero-video .carousel-caption > .container > .row > [class*="col-"]{
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* jaga heading besar tidak dorong ke atas */
  .hero-video .carousel-caption .display-4{
    margin: 0 !important;
    line-height: 1.15;
  }
  
  /* ===== Wipe → Fall per huruf ===== */
.wipe-fall{
    display:inline-block;
    line-height:1.05;
    will-change: transform;
  }
  
  /* bungkus luar: mengatur efek jatuh */
  .wipe-fall .char{
    display:inline-block;
    will-change: transform, opacity;
    animation: fall 900ms ease-in forwards;
    animation-delay: calc(var(--d) + 1.0s); /* mulai jatuh setelah wipe selesai */
  }
  
  /* bungkus dalam: efek “diusap” dari kiri ke kanan */
  .wipe-fall .char-inner{
    display:inline-block;
    padding: 0 .02em;                    /* jaga spacing */
    clip-path: inset(0 100% 0 0);        /* tertutup dari kanan */
    animation: wipeIn 600ms ease forwards;
    animation-delay: var(--d);           /* bertahap per huruf */
  }
  
  @keyframes wipeIn{
    from{ clip-path: inset(0 100% 0 0); }
    to  { clip-path: inset(0 0    0 0); }
  }
  
  @keyframes fall{
    0%   { transform: translateY(0) rotate(0);      opacity:1; }
    60%  { transform: translateY(20px) rotate(.5deg);}
    100% { transform: translateY(80px) rotate(15deg); opacity:0; }
  }
  
  /* Hormati preferensi user */
  @media (prefers-reduced-motion: reduce){
    .wipe-fall .char,
    .wipe-fall .char-inner{
      animation: none !important;
      clip-path: none !important;
    }
  }

  .justify-text {
    text-align: justify;
    text-justify: inter-word;
  }

  :root{
    --brand-green: #0a7f3f;
    --brand-green-2: #20c07a; /* aksen */
  }
  
  /* Layout item */
  .why-item{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:12px 0;
  }
  .why-item .why-copy{ flex:1; }
  
  /* -------- Elegant Icon Badge -------- */
  .why-item .icon-badge{
    position:relative;
    flex:0 0 64px;
    width:64px; height:64px;
    border-radius:50%;
    display:grid; place-items:center;
    background:#fff;                 /* plate putih */
    box-shadow:
      0 10px 24px rgba(10,127,63,.12),
      inset 0 1px 0 rgba(255,255,255,.7);
    transition: transform .25s ease, box-shadow .25s ease;
    isolation:isolate;                /* pastikan layer di atas bg */
  }
  
  /* Gradient ring (pakai mask agar hanya pinggiran yang berwarna) */
  .why-item .icon-badge::before{
    content:"";
    position:absolute; inset:0;
    border-radius:50%;
    padding:2px;                       /* tebal ring */
    background: linear-gradient(135deg, var(--brand-green), var(--brand-green-2));
    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;   /* sembunyikan tengah */
    z-index:-1;
    opacity:.95;
  }
  
  /* Ikon dengan teks gradasi */
  .why-item .icon-badge i{
    font-size:26px;
    background: linear-gradient(135deg, var(--brand-green), var(--brand-green-2));
    -webkit-background-clip:text;
            background-clip:text;
    color:transparent;
    transition: transform .25s ease, filter .25s ease;
  }
  
  /* Hover micro-interaction */
  .why-item:hover .icon-badge{
    transform: translateY(-2px);
    box-shadow:
      0 14px 30px rgba(10,127,63,.16),
      inset 0 1px 0 rgba(255,255,255,.8);
  }
  .why-item:hover .icon-badge i{
    transform: scale(1.06);
    filter: drop-shadow(0 2px 6px rgba(32,192,122,.25));
  }
  
  /* Responsif: kecilkan di layar sempit */
  @media (max-width: 576px){
    .why-item .icon-badge{
      width:52px; height:52px; flex-basis:52px;
    }
    .why-item .icon-badge i{ font-size:22px; }
  }
  
  /* Fallback jika browser tidak support mask: pakai border biasa */
  @supports not ((-webkit-mask: none) or (mask: none)){
    .why-item .icon-badge::before{ display:none; }
    .why-item .icon-badge{ border:2px solid var(--brand-green); }
  }
  
  /* Respect user prefers-reduced-motion */
  @media (prefers-reduced-motion: reduce){
    .why-item .icon-badge,
    .why-item .icon-badge i{
      transition:none !important;
    }
  }
/* Hover micro-interactions */
.p-card, .app-card {
  transition: transform .35s ease, box-shadow .35s ease;
  will-change: transform;
}
.p-card:hover, .app-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0,0,0,.12);
}

/* Foto di kartu: zoom lembut saat hover */
.p-card .p-img { position: relative; overflow: hidden; border-radius: 16px; }
.p-card .p-img img { width: 100%; display: block; transition: transform .6s ease; }
.p-card:hover .p-img img { transform: scale(1.05); }

/* Chip fitur */
.andesite-chips .chip{
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem .8rem; border-radius: 999px; background: #f2fbf6;
  border: 1px solid rgba(10,127,63,.18);
  transition: transform .25s ease, box-shadow .25s ease;
  margin-right: .5rem; margin-bottom: .5rem;
}
.andesite-chips .chip:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(10,127,63,.12);
}

/* Kurangi gerak untuk user yang pilih reduce motion */
@media (prefers-reduced-motion: reduce){
  .wow { animation: none !important; }
  .p-card, .app-card, .p-card .p-img img, .andesite-chips .chip{
    transition: none !important;
  }
} 
/* Hero image */
.hero-media{
  width:100%;
  height:70vh;           /* sama seperti video sebelumnya */
  object-fit:cover;
  display:block;
}

.hero-overlay{
  position:absolute;
  inset:0;
  /* ubah opasitas sesuai selera */
  background:rgba(0,0,0,.25);
}

.hero-image .carousel-caption{
  top:50%;
  transform:translateY(-50%);
}

@media (max-width: 576px){
  .hero-media{ height:60vh; }
}
 
  
  
  
  
  



/* ====== UTIL ====== */
