/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --lightSkyBlue: #DEF9FF;
    --lightGray: #eeeeee;

    --green: #41E88D !important;
    --blue: #477AC7 !important;
    --white: #fff;
    --cyan: #C1D5DA;
    --cadetBlue: #A6BAC3;

    --darkBlue: #22203D !important;
    --darkGray: #444;
    --darkGreen: rgb(2, 57, 27);
    
    --light: #F6FDFF !important;
    --dark: #121026 !important;
    
    --font-title: 'Poppins', sans-serif;
    --font-isi: 'Poppins', sans-serif;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-isi) !important;
    color: var(--darkGray);
    font-weight: 600;
    background: var(--light) !important;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

.ms-auto-lg {
    margin-left: auto !important;
}

/********** ScrollBar **********/
::-webkit-scrollbar {
	width: 10px;
}

  /* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

  /* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* ==> Datagrid Style <== */
.datagrid thead tr th {
    font-weight: 500 !important;
}

#paging li {
	padding: 2px;
}

#paging li.active a {
	background-color: #97a6f4;
	padding: 8px 16px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}

#paging li.disabled a {
	background-color: #eee;
	padding: 8px 16px;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
}

#paging li a {
	background-color: #eee;
	padding: 8px 16px;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
}

#paging li a:hover {
	background-color: #d3d3d3;
}

/* Custom Button Base Boostrap */
.btn-custom {
	border-radius: 20px !important;
	padding: 6px 20px !important;
}

.btn-blue-violet {
	color: #fff !important;
	background-color: #8b23e6 !important;
	border-color: #8b23e6 !important;
}

.btn-brilliant-rose {
	color: #fff !important;
	background-color: #ff52b6 !important;
	border-color: #ff52b6 !important;
}

.btn-info-outline {
	background-color: white !important;
	outline: 1.5px solid #97a6f4 !important;
	color: #97a6f4;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
}

.btn-magic-potion {
	color: #fff !important;
	background-color: #f44e5a !important;
	border-color: #f44e5a !important;
}

.btn-purple {
	color: #fff !important;
	background-color: #a42ee5 !important;
	border-color: #a42ee5 !important;
}

.btn-ruber {
	color: #fff !important;
	background-color: #d1436d !important;
	border-color: #d1436d !important;
}

.btn-steel-pink {
	color: #fff !important;
	background-color: #cc30d9 !important;
	border-color: #cc30d9 !important;
}

.btn-teal {
	color: #fff !important;
	background-color: #008080 !important;
	border-color: #008080 !important;
}

/* ==> Title Section Style <== */
.title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 97% !important;
}

.title-section h1 , .title-section h2{
    max-width: 29%;
    text-align: left;
}

.title-section p {
    max-width: 35%;
    text-align: left;
}

/* Section Navbar */
.sticky-top {
    background: var(--white);
    border-bottom: 1px solid var(--cyan);
}

nav {
    border-bottom: 1px solid black;
}

nav .navbar-brand img {
    /* width: 5.3rem; */
}

nav .navbar-nav {
    font-family: var(--font-isi), serif;
    font-weight: 600;
}

nav .navbar-nav a:not(:last-child) {
    padding-right: 3rem!important;
}

nav .custom-toggler {
    border-color: var(--darkBlue) !important;
}

nav .navbar-toggler i {
    color: var(--darkBlue) !important;
}

nav .navbar-nav .active{
    color:var(--blue) !important;
}

/* Section Navbar On Pages */
nav {
    background: none;
    border: none;
    z-index: 1000;
    transition: .5s ease;
}

.nav-active {
    background: var(--white);
    border-bottom: 1px solid var(--cyan);
}

.masuk-btn-user {
	border-radius: 14px !important;
	font-weight: 600;
	box-shadow: inset 0 0 0 2px #212529;
	height: 35.5px;
}

.btnYellowPrimary,
.btnYellowPrimary:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  height: 40px;
  border-radius: 12px;
  background: #2195fb;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
}

.btnYellowPrimary.md {
    height: 52px;
}

.btn-login-navbar-user-pc {
    display: flex !important;
}

.btn-login-navbar-user-mobile {
    display: none !important;
}

/* HISTORY */
section.history {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 6rem auto;
    padding: 7rem 0;
}

/* Untuk elemen history yang memmiliki elemen child class main-layer */
.history:has(> .main-layer) {
    padding: 1rem 0;
}

.history .containerHead {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.6rem;
}
.history .containerHead .user {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #000;
  border: 2px solid #2195fb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .containerHead .identity .name {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.8rem;
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.history .containerHead .identity .name img {
  width: 20px;
  margin-bottom: 4px;
}
.history .containerHead .identity .desc {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.history .containerSaldo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.history .containerSaldo .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #2195fb;
}
.history .containerSaldo .desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 6px 0;
}
.history .containerSaldo .price {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -40px;
}

.history .cards {
    background-color: #fff;
}

.hisTabs {
    position: relative;
    bottom: -65px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.hisTabs .btnHisTabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid #e5e9f2;
  background: var(--white);
}
.hisTabs .btnHisTabs i {
  font-size: 22px;
}
.hisTabs .btnHisTabs .text {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: -4px;
}
.hisTabs .btnHisTabs.active {
  border: 1px solid #2195fb;
  background: #CBE4FF;
}
.hisTabs .btnHisTabs.active i,
.hisTabs .btnHisTabs.active .text {
  color: #2195fb;
}

/* Card Saldo History */
.cards-saldo {
    position: relative;
    border-radius: 15px;
    padding: 24px 26px;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Panel Footer History */
.history .panel-footer {
    background-color: #fff;
    min-height: auto;
    padding: 0;
}

/* Section Hero */
.hero {
    background: var(--lightSkyBlue);
    padding: 2.5rem 0;
}

.hero .carousel-section {
    min-height: 100vh;
    display: grid !important;
    place-items: center !important;
}

.hero .carousel-section .row .col-md-5:has(.carousel-img) {
    display: flex;
    justify-content: center;
}

.hero .carousel-section .carousel-img {
    width: 91%;
    height: 85vh; 
    aspect-ratio: 4/3; 
    background-size: cover; 
    border-radius: 4rem 4rem 12rem 4rem;
}

.hero .carousel-section h1 {
    font-family: var(--font-title);
    font-weight: 800;
    font-size: 52px;
}

.hero .carousel-section p {
    margin: 2rem 0;
    color: var(--darkBlue);
    font-size: 1.1rem;
}

.hero .carousel-section .carousel-btn {
    color: var(--lightGray);
    padding: .5rem 1.5rem;
    font-weight: 600;
    background: var(--blue);
    border-radius: 2rem;
    transition: all .5s;
    text-transform: capitalize;
}

.hero .carousel-section .carousel-btn:hover {
    background: var(--darkBlue);
    color: var(--lightGray);
    transition: all .5s;
}

.hero .owl-nav {
    display: flex;
    justify-content: space-between;
}

.hero .owl-nav .owl-next, .hero .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background: var(--white);
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid var(--darkBlue) !important;
}

.hero .owl-nav .owl-prev {
    left: 3%;
}

.hero .owl-nav .owl-next {
    right: 3%;
}

/* Section Hero On Pages */
.hero:has(.hero-title , .hero-desk) {
    display: grid;
    place-items: center;
    min-height: 70vh;
    background-image: url('./../../img/dots.png');
    background-color: var(--light);
    background-position: center;
    background-size: cover;
}

.hero .hero-title {
    font-weight: 700;
    text-align: center;
}
.hero .hero-desk {
    font-weight: 400;
    text-align: center;
    text-wrap: pretty;
}


/* Section Features */
.features {
    background: var(--lightSkyBlue);
}

.features .card {
    height: 100%;
    background: var(--light);
    border-radius: 1.25rem;
    border: none;
    box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.03), -3px 6px 6px 0px rgba(0, 0, 0, 0.03), -6px 13px 8px 0px rgba(0, 0, 0, 0.02), -11px 22px 10px 0px rgba(0, 0, 0, 0.01), -18px 35px 11px 0px rgba(0, 0, 0, 0.00);
}

.features .card-title {
    color: var(--darkBlue);
    font-size: 21px;
    font-family: var(--font-title);
    font-weight: 600;
    margin: 0 0 1.5rem 0;

    /* Custom Ellipsis */
    max-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.features .card-text {
    color: var(--darkGray);
    align-self: flex-end;

    /* Custom Ellipsis */
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* Section About */
.about {
    min-height: 100vh; 
    padding: 7rem 0;
    background: var(--light);
}

.about .about-img {
    height: 100%; 
    aspect-ratio: 1/1; 
    background-size: cover;
    border-radius: 5rem 2rem 2rem 2rem;
}

.about h1 {
    color: var(--darkBlue);
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 48px;
}

.about p {
    margin: 2rem 0;
    color: var(--darkGray);
    font-size: 1.1rem;
}

.about .about-btn {
    padding: .5rem 1.5rem;
    font-weight: 600;
    border: solid 2px var(--darkBlue);
    border-radius: 2rem;
    transition: all .5s;
    text-transform: uppercase;
}

.about .about-btn:hover {
    background: var(--darkBlue);
    color: var(--lightGray);
    transition: all .5s;
}

/* Section Counter */
.counter {
    background: var(--lightSkyBlue);
}

.counter .card {
    padding: 1rem 0;
    background: none;
    border-radius: 0;
    border-top: 2px solid var(--darkGray);
    border-bottom: 2px solid var(--darkGray);
    border-left: none;
    border-right: none;
}

.counter .card-title {
    color: var(--darkBlue);
    font-weight: 800;
    font-family: var(--font-title);
}

.counter .card-text {
    color: var(--darkGray);
}

/* Section Service */
.service {
    min-height: 100vh; 
    padding: 6.5rem 0;
}

.service .container .content {
    row-gap: 2rem;
}

.service .container .content .isi-content {
    flex:0 0 auto;
    width:33.33333333%;
}

.service h1 {
    font-family: var(--font-title);
    font-weight: 800;
    color: var(--dark);
}

.service .desk-section {
    margin: 1.5rem 0;
}

.service p {
    color: var(--darkGray);
    /* font-weight: 600; */
}

.service .card {
    /* height: 100%; */
    border: none;
    border-radius: 1.25rem;
    box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.03), -3px 6px 6px 0px rgba(0, 0, 0, 0.03), -6px 13px 8px 0px rgba(0, 0, 0, 0.02), -11px 22px 10px 0px rgba(0, 0, 0, 0.01), -18px 35px 11px 0px rgba(0, 0, 0, 0.00);
}

.service .isi-content .card-body {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.service .isi-content .card-title {
    order: 2;
    color: var(--darkBlue);
    font-family: var(--font-title);
    font-weight: 600;
    margin-block-start: 1rem;

    /* Custom Ellipsis */
    max-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .service .isi-content .card-title,
    .service .isi-content .card-text {
        padding-inline: 1rem;
    }
    

.service .isi-content .card-text {
    order: 3;

    /* Custom Ellipsis */
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.service .card-body img {
    order: 1;
    aspect-ratio: 4/3; 
    object-fit: cover;
    border-radius: 1.25rem 1.25rem 0 0;
}

.service .card-footer {
    background: white;
    border: none;
    border-radius: 1.25rem !important;
}

.service .card-footer a {
    display: block;
    width: 100% !important;
    padding: .5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    /* font-size: .7rem; */
    color: var(--darkBlue);
    border: 2px solid var(--darkBlue);
    border-radius: 2rem;
    transition: all .5s;
}

.service .card-footer a:hover {
    background: var(--darkBlue);
    color: var(--lightGray);
    text-decoration: none;
}

/* .service .card-footer a::after {
    content: url('https://api.iconify.design/pepicons-pop/arrow-right.svg');
    color: var(--darkBlue) !important;
    position: absolute;
    bottom: 1.8%;
} */

/* Section Gallery */
/* .gallery {
    padding: 3.5rem 0 0 0;
} */

.gallery .grid-wrapper a img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.gallery .grid-wrapper > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(16rem, 1fr));
    grid-auto-rows: 21rem;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-column: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 4;
}

/* Section Pricing */
.pricing {
    min-height: 100vh; 
    padding: 3.5rem 0; 
}

.pricing h1 {
    font-family: var(--font-title);
    font-weight: 800;
}

.pricing p {
    color: var(--darkGray);
    margin: 1.5rem 0;
}

.pricing .container .content .isi-content {
    flex:0 0 auto;
    width:28.333333%;
}

.pricing .card {
    height: 100%;
    border: none;
    box-shadow: -0.89941px 0.89941px 2.69824px 0px rgba(0, 0, 0, 0.03), -2.69824px 5.39648px 5.39648px 0px rgba(0, 0, 0, 0.03), -5.39648px 11.69237px 7.19531px 0px rgba(0, 0, 0, 0.02), -9.89355px 19.78709px 8.99413px 0px rgba(0, 0, 0, 0.01), -16.18944px 31.47946px 9.89355px 0px rgba(0, 0, 0, 0.00);
    border-radius: 20px;
}

.pricing .card-title {
    font-size: .8rem;
    color: var(--darkBlue);
    font-weight: 700;
}

.pricing h6 {
    color: var(--darkBlue);
    margin: 1rem 0;
}

.pricing h6 span {
    font-weight: 700;
    color: var(--darkBlue);
    font-size: 2rem;
}

.pricing .card-body .feature {
    display: flex;
    gap: 4%;
    margin-block: 1rem;
}

.pricing .feature .icon svg path {
    stroke: #19D079;
}

.pricing .feature .feature-desc {
    font-size: .9rem;
    display: flex;
    align-items: center;
}

.pricing .card-footer {
    background: white;
    border: none;
    border-radius: 20px !important;
}

.pricing .card-footer a {
    border: 2px solid var(--darkBlue);
    border-radius: 2rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
    transition: all .5s;
}

.pricing .card-footer a:hover {
    background: var(--darkBlue);
    transition: all .5s;
}

.pricing .card-footer a:hover > span {
    color: var(--lightGray);
    transition: all .5s;
}

.pricing .card-footer a span {
    color: var(--darkBlue);
    font-size: .8rem;
    transition: all .5s;
    text-transform: uppercase;
}

/* Section Pricing On Pages */
.pricing .kategori_produk {
    display: flex;
    justify-content: center;
}

.pricing .kategori_produk .item {
    margin-inline: .5rem;
}

.pricing .kategori_produk .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--darkBlue);
    font-weight: 600;
    padding: .5rem 1.5rem;
    border: 2px solid var(--darkBlue);
    border-radius: 5rem;
    transition: all .5s ease;    
}

.pricing .kategori_produk .active > a{
    color: var(--lightGray);
    border: none;
    background: var(--blue);
    font-weight: 700;
}

.pricing .kategori_produk .active > a:hover {
    text-decoration: none;
}

.pricing .kategori_produk .item:not(.active) a:hover {
    color: var(--lightGray);
    background: var(--darkBlue);
    text-decoration: none;
    transition: all .5s ease;
}

.pricing .kategori_produk .owl-nav .owl-next,
.pricing .kategori_produk .owl-nav .owl-prev {
    position: absolute;
    top: 5px;
    /* ===> Style Button <==== */
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 5rem;
    background: var(--white);
    transition: .25s ease-in;
    opacity: 0;
}

.pricing .kategori_produk .owl-nav .owl-next {
    right: -30px;
}

.pricing .kategori_produk .owl-nav .owl-prev {
    left: -30px;
}

.pricing .owl-carousel:hover > .owl-nav .owl-prev,
.pricing .owl-carousel:hover > .owl-nav .owl-next {
    transition: .25s ease-out;
    opacity: 1;
}

/* Section Product */
.product {
    min-height: 100vh; 
    padding: 3.5rem 0;
    background: var(--lightSkyBlue);
}

.product h2 {
    font-family: var(--font-title);
    font-weight: 800;
}

.product p {
    margin: 1.5rem 0;
}

.product .product-card {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 1.25rem !important;
    box-shadow: -0.833px 0.833px 2.499px 0px rgba(0, 0, 0, 0.03), -2.499px 4.998px 4.998px 0px rgba(0, 0, 0, 0.03), -4.998px 10.83px 6.665px 0px rgba(0, 0, 0, 0.02), -9.164px 18.328px 8.331px 0px rgba(0, 0, 0, 0.01), -14.995px 29.158px 9.164px 0px rgba(0, 0, 0, 0.00);
    cursor: pointer;
}

.product .product-card .action {
    opacity: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    top: 16px;
    right: 16px;
}

.product .product-card:hover .action {
    opacity: 1;
    transition: .5s;
}

.product .product-card .action .action-item {
    width: 40px;
    height: 40px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
    text-decoration: none;
}

.product .product-card .description {
    background: #fff;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-radius: 0 0 1.25rem 1.25rem;
}

.product-card .description .title {
    font-family: var(--font-title);
    color: var(--darkBlue);
    font-weight: 600;
}

.product-card .description .text {
    margin: 1.5rem 0 .5rem 0;
    color: var(--darkGray);

    /* Custom */
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product .product-card .img {
    height: 22rem;
    background-size: cover;
    background-position: center;
    border-radius: 1.25rem 1.25rem 0 0;

}

.product .owl-carousel {
    padding: 0 0 0 5.5rem !important;
    overflow: hidden;
}

.product .owl-nav .owl-next, .product .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    /*===> style button <===*/
    width: 30px;
    aspect-ratio: 1/1;
    border: none !important;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--darkBlue) !important;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
    transition: all 0.25s ease 0s;
    opacity: 0;
}

.product .owl-nav .owl-prev {
    left: 2.7%;
}

.product .owl-nav .owl-next {
    right: 2%;
}

.product .owl-carousel:hover > .owl-nav .owl-prev,
.product .owl-carousel:hover > .owl-nav .owl-next {
    opacity: 1;
}

/* Section Product On Pages */
.product:has(.search-bar , .explore-website) {
    background: var(--light);
}

.product:has(.search-bar , .explore-website) .wrapper {
    display: grid;
    grid-template-areas: 
        'explore search'
        'explore search'
        'explore products'
        'explore products'
        'explore show-more'
    ;
    gap: 1.5rem;
    grid-template-columns: 20.2% 1fr;
}

.product .wrapper .explore-website {
    grid-area: explore;
    padding-inline-start: 2rem;
}

.product .wrapper .explore-website input {
    accent-color: var(--blue);
}

.product .wrapper .explore-website .kategori {
    padding-block: 1rem;
}

.product .wrapper .explore-website .form-check {
    padding-inline-start: 0;
}

.product .wrapper .search-product {
    grid-area: search;
}

.product .search-product .search-bar {
    width: 24%;
    position: relative;

}

.product .wrapper .search-bar .form-control {
    height: 55px;
    background: none;
    border: 2px solid var(--darkBlue) !important;
    border-radius: 5rem;  
    padding-inline-end: 40px; 
}

.product .wrapper .search-bar .form-control::placeholder {
    text-align: center;
}

.product .wrapper .search-bar button {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.product .wrapper .search-bar .form-control:focus + button {
    right: 20px ;
}

.product .wrapper .products {
    grid-area: products;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    padding-inline-end: 1rem;
    gap: 2rem 1rem;
}

.product .item .product-card {
    box-shadow: -0.833px 0.833px 2.499px 0px rgba(0, 0, 0, 0.03), -2.499px 4.998px 4.998px 0px rgba(0, 0, 0, 0.03), -4.998px 10.83px 6.665px 0px rgba(0, 0, 0, 0.02), -9.164px 18.328px 8.331px 0px rgba(0, 0, 0, 0.01), -14.995px 29.158px 9.164px 0px rgba(0, 0, 0, 0.00);
}

.product .item .product-card .title {
    font-size: 17px;
}

.product .item .product-card .description {
    font-size: 14.5px;
}

.product .item .product-card .img {
    height: 15rem;
}

.product .show-more-product {
    grid-area: show-more;
    width: 25%;
    height: 45px;
    background: none;
    border: 2px solid var(--darkBlue) !important;
    border-radius: 5rem;
}

.product .show-more-product:hover {
    background: var(--darkBlue);
    transition: all .5s;
    color: var(--lightGray);
}

/* Detail Produk Page */
.detail_produk {
    padding-block-start: 7rem;
    padding-block-end: 5rem;
}

.header_detail_produk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.header_detail_produk h1 {
    font-weight: 700;
    color: var(--dark);
}

.header_detail_produk .tags {
    display: flex;
    gap: 10px;
}

.badge {
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1D1D1D !important;
}

.badge.badge-grey {
    background-color: #EAEAEA !important;
}

.btn.btn_solid {
    color: var(--lightGray);
    border-radius: 2rem;
    font-weight: 600;
    font-size: 1rem;
    background: var(--blue);
    text-transform: capitalize;
    transition: all .5s;
}

.btn.btn_solid:hover {
    background: var(--darkBlue);
    color: var(--lightGray);
    transition: all .5s;
}

.btn.btn_outline {
    color: var(--darkBlue);
    border-radius: 2rem;
    border: solid 2px var(--darkBlue);
    font-weight: 600;
    font-size: 1rem;
    text-transform: capitalize;
    transition: all .5s;
}

.btn.btn_outline:hover {
    background: var(--darkBlue);
    color: var(--lightGray);
    transition: all .5s;
}

.detail_produk_slider {
    margin: 4rem 0;
}

.detail_produk_slider .detail_produk_slider_item {
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
    border-radius: 30px;
    margin: 20px;
    overflow: hidden;
}

.detail_produk_slider .owl-carousel {
    padding: 0 0 0 5.5rem !important;
    overflow: hidden;
}

.detail_produk_slider .owl-nav .owl-next, .detail_produk_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    /*===> style button <===*/
    width: 30px;
    aspect-ratio: 1/1;
    border: none !important;
    border-radius: 50%;
    background: white;
    border: 2px solid var(--darkBlue) !important;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
    transition: all 0.25s ease 0s;
    opacity: 0;
}

.detail_produk_slider .owl-nav .owl-prev {
    left: 2.7%;
}

.detail_produk_slider .owl-nav .owl-next {
    right: 2%;
}

.detail_produk_slider.owl-carousel:hover > .owl-nav .owl-prev,
.detail_produk_slider.owl-carousel:hover > .owl-nav .owl-next {
    opacity: 1;
}

.detail_produk .tab {
    overflow: hidden;
}

.detail_produk .tab .tablinks {
    width: 10%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1.3rem 10px;
    font-size: 17px;
    background-color: inherit;
    font-weight: 500;
    font-family: var(--font-title);
}

.detail_produk .tab .tablinks:hover {
    border-bottom: 2px solid #4F92F8;
}

.detail_produk .tab .tablinks.active {
    border-bottom: 2px solid #4F92F8;
}

.detail_produk .tabcontent {
    display: none;
    padding: 2rem 0;
    border-top: 1px solid #E0E0E0;
}

.detail_produk .tabcontent.active {
    display: block;
}

/* Accordion */
.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 20px 0;
}

.accordion-item {
    margin-top: 10px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: -0.833px 0.833px 2.499px 0px rgba(0, 0, 0, 0.03), -2.499px 4.998px 4.998px 0px rgba(0, 0, 0, 0.03), -4.998px 10.83px 6.665px 0px rgba(0, 0, 0, 0.02), -9.164px 18.328px 8.331px 0px rgba(0, 0, 0, 0.01), -14.995px 29.158px 9.164px 0px rgba(0, 0, 0, 0.00);
}

.accordion-item .accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}

.accordion-item .accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 43px 20px;
    box-sizing: border-box;
}

.accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}

.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
    display: block;
}

.accordion-item
    input[type="checkbox"]:checked
    ~ .accordion-item-title
    .icon:after {
    content: "\f077";
    font-size: 16px;
}

.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
    content: "\f078";
    font-size: 16px;
}

.accordion-item:first-child {
    margin-top: 0;
}

.accordion-item .icon {
    margin-left: 14px;
}

/* Pemesanan Page */
.pemesanan {
    padding-block-start: 7rem;
    padding-block-end: 5rem;
    display: none;
}

.pemesanan:nth-child(1) {
    display: block;
}

.pemesanan .form_pemesanan {
    border-radius: 20px;
    padding: 3rem;
}

.body_pemesanan .form_cari {
    border: 2px solid #CCCCCC;
    border-radius: 6px;
    height: calc(1.5em + .75rem + 4px);
}

.body_pemesanan .btn_cari {
    width: 10%;
    border: 2px solid #CCCCCC;
    border-radius: 6px;
    color: #565D60;
}

.body_pemesanan .btn_cari:hover, 
.body_pemesanan .btn_cari:focus, 
.body_pemesanan .btn_cari:active {
    border-color: #CCCCCC !important;
    color: #565D60;
}

.body_pemesanan .btn_cari:disabled {
    color: #565D60;
    border-color: rgba(0,0,0, 0.05) !important;
    background-color: rgba(0,0,0, 0.05);
}

.pemesanan .body_pemesanan .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: var(--bs-table-bg-type);
}
.pemesanan .body_pemesanan .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.pemesanan .body_pemesanan .table-striped tr td:nth-child(1) {
    border-radius: 10px 0 0 10px;
}
.pemesanan .body_pemesanan .table tr td:nth-child(2) {
    color: var(--blue);
    font-weight: 700;
}
.pemesanan .body_pemesanan .table-striped tr td:nth-child(3) {
    border-radius: 0 10px 10px 0;
}

.pemesanan .body_pemesanan .table tr td {
    padding: 1.2rem;
    vertical-align: middle;
}

.pemesanan .body_pemesanan .table tr td:nth-child(1), 
.pemesanan .body_pemesanan .table tr td:nth-child(2) {
    width: 45%;
}
.pemesanan .body_pemesanan .table tr td:nth-child(3) {
    width: 10%;
}

.pemesanan .thumbnail_produk {
    border-radius: 10px;
}

.pemesanan .thumbnail_pemesanan {
    border-radius: 20px;
}

.pemesanan .body_pemesanan .table tfoot tr:nth-of-type(1)>* {
    --bs-table-bg-type: var(--light);
}
.pemesanan .body_pemesanan .table tfoot tr td:nth-child(1) {
    border-radius: 10px 0 0 10px;
}
.pemesanan .body_pemesanan .table tfoot tr td:nth-child(2) {
    border-radius: 0 10px 10px 0;
}

.pemesanan .table.detail_pesanan tr td {
    padding: 1.2rem;
    vertical-align: middle;
}

.pemesanan .table.detail_pesanan tr td:nth-child(1) {
    width: 60%;
} 
.pemesanan .table.detail_pesanan tr td:nth-child(2) {
    width: 40%;
}

.pemesanan .table.detail_pesanan tr td:nth-child(2), 
.pemesanan .table.detail_pesanan tr td:nth-child(2) button {
    color: var(--blue);
    font-weight: 700;
}

.pemesanan .table.detail_pesanan tr:nth-last-child(1) td:nth-child(2) button {
    color: var(--lightGray) !important;
}

/* Custom Selection */

.custom_selection {
    width: 100%;
    padding: 1.5rem 3rem;
    border: 1px solid var(--lightGray);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    cursor: pointer;
}

.custom_selection:hover, .custom_selection.active {
    background-color: var(--lightGray);
}

.custom_selection i {
    display: none;
}

.custom_selection.active i {
    display: block !important;
}

/* loader btn cari */
.loader-2 {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    border-radius: 50%;
}

.loader-2 {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    width: 21.6px;
    height: 21.6px;}

.loader-2 {
    border: 4px solid rgba(0, 0, 0, .1);
    border-left-color: transparent;
    width: 21.6px;
    height: 21.6px;
    -webkit-animation: spin89345-2 1s linear infinite;
            animation: spin89345-2 1s linear infinite;
}

@-webkit-keyframes spin89345-2 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}

@keyframes spin89345-2 {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
}

/* Section Artikel On Pages */
.artikel .artikel-card {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 1.25rem !important;
    box-shadow: -0.833px 0.833px 2.499px 0px rgba(0, 0, 0, 0.03), -2.499px 4.998px 4.998px 0px rgba(0, 0, 0, 0.03), -4.998px 10.83px 6.665px 0px rgba(0, 0, 0, 0.02), -9.164px 18.328px 8.331px 0px rgba(0, 0, 0, 0.01), -14.995px 29.158px 9.164px 0px rgba(0, 0, 0, 0.00);

}

.artikel .artikel-card .description {
    background: #fff;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    border-radius: 0 0 1.25rem 1.25rem;
}

.artikel-card .description .title {
    font-family: var(--font-title);
    color: var(--darkBlue);
    font-weight: 600;
}

.artikel-card .description .text {
    margin: 1rem 0 .5rem 0;
    color: var(--darkGray);

    /* Custom */
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.artikel .artikel-card .img {
    height: 22rem;
    background-size: cover;
    background-position: center;
    border-radius: 1.25rem 1.25rem 0 0;

}

.artikel:has(.search-bar , .explore-website) {
    background: var(--light);
}

.artikel:has(.search-bar , .explore-website) .wrapper {
    display: grid;
    grid-template-areas: 
        'explore search'
        'explore search'
        'explore artikels'
        'explore artikels'
        'explore show-more'
    ;
    gap: 2.5rem;
    column-gap: 4rem;
    grid-template-columns: 17% 1fr;
}

.artikel .wrapper .explore-website {
    grid-area: explore;
    padding-inline: 2rem;
}

.artikel .wrapper .explore-website h5 {
    font-weight: 700;
}

.artikel .wrapper .explore-website .kategori {
    padding-block: 1rem;
}

.artikel .wrapper .explore-website .kategori {
    accent-color: var(--blue);
}

.artikel .wrapper .explore-website .kategori h6 {
    font-weight: 600;
}

.artikel .wrapper .explore-website .form-check {
    padding-inline-start: 0;
    padding-block: .2rem;
}

.artikel .wrapper .search-artikel {
    grid-area: search;
}

.artikel .search-artikel .search-bar {
    width: 24%;
    position: relative;

}

.artikel .wrapper .search-bar .form-control {
    height: 55px;
    background: none;
    border: 2px solid var(--darkBlue) !important;
    border-radius: 5rem;  
    padding-inline-end: 40px; 
}

.artikel .wrapper .search-bar .form-control::placeholder {
    text-align: center;
}

.artikel .wrapper .search-bar button {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.artikel .wrapper .search-bar .form-control:focus + button {
    right: 20px ;
}

.artikel .wrapper .artikels {
    grid-area: artikels;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding-inline-end: 2.5rem;
    gap: 2rem 1rem;
}

.artikel .wrapper .artikels .item a:hover {
    text-decoration: none;
    cursor: pointer;
}

.artikel .item .artikel-card {
    box-shadow: -0.833px 0.833px 2.499px 0px rgba(0, 0, 0, 0.03), -2.499px 4.998px 4.998px 0px rgba(0, 0, 0, 0.03), -4.998px 10.83px 6.665px 0px rgba(0, 0, 0, 0.02), -9.164px 18.328px 8.331px 0px rgba(0, 0, 0, 0.01), -14.995px 29.158px 9.164px 0px rgba(0, 0, 0, 0.00);
}

.artikel .item .artikel-card .title {
    font-size: 17px;
}

.artikel .item .artikel-card .description {
    font-size: 14px;
}

.artikel .item .artikel-card .img {
    height: 15rem;
}

.artikel .show-more-artikel {
    grid-area: show-more;
    width: 25%;
    height: 45px;
    background: none;
    border: 2px solid var(--darkBlue) !important;
    border-radius: 5rem;
}

.artikel .show-more-artikel:hover {
    background: var(--darkBlue);
    transition: all .5s;
    color: var(--lightGray);
}

/* Detail Artikel Page */
.detail_artikel {
    padding-block-start: 7rem;
    padding-block-end: 5rem;
}

.detail_artikel .container .content {
    justify-content: center;
}

.detail_artikel .container .content .isi-content {
    max-width: 87% !important;
}

.detail_artikel .isi-content .back-btn {
    color: var(--darkGray);
}

.detail_artikel .isi-content .back-btn:hover {
    color: var(--blue);
    text-decoration: none;
}

.detail_artikel .isi-content .info_artikel {
    margin-block: 2.2rem;
}

.detail_artikel .isi-content .info_artikel .judul_artikel h1 {
    margin-block: 1.3rem;
    font-weight: 800;
    color: var(--darkBlue);
}

.detail_artikel .isi-content .info_artikel .penulis_artikel {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.detail_artikel .isi-content .info_artikel .penulis_artikel .foto_penulis img {
    width: 50px;
}

.detail_artikel .isi-content .info_artikel .penulis_artikel h6 {
    margin: 0; 
}

.detail_artikel .isi-content .info_artikel .penulis_artikel span {
    font-size: .8rem;
}

.detail_artikel .isi-content .isi_artikel {
    color: var(--darkGray);
}

.detail_artikel .isi-content .isi_artikel h5 {
    font-weight: 600;
}

.detail_artikel .isi-content .isi_artikel p:has(img) {
    margin-block: 1.5rem;
}

/* Detail tnc */
.detail_tnc {
    padding-block-start: 7rem;
    padding-block-end: 5rem;
}

.detail_tnc .container .content {
    justify-content: center;
}

.detail_tnc .container .content .isi-content {
    max-width: 87% !important;
}

.detail_tnc .isi-content .back-btn {
    color: var(--darkGray);
}

.detail_tnc .isi-content .back-btn:hover {
    color: var(--darkBlue);
    text-decoration: none;
}

.detail_tnc .isi-content .isi_tnc h5 {
    font-weight: 600;
}

.detail_tnc .isi-content .isi_tnc p:has(img) {
    margin-block: 1.5rem;
}

/* Section Contact */
.contact {
    background: var(--light);
    padding-block: 2.5rem;
}

.contact .col-12 {
    max-width: 80% !important;
}

.contact h1 {
    font-family: var(--font-title);
    font-weight: 700;
    color: var(--dark);
}

.contact .contact-btn {
    color: var(--darkBlue);
    border-radius: 2rem;
    border: solid 2px var(--darkBlue);
    font-weight: 600;
    font-size: 1rem;
    text-transform: capitalize;
    transition: all .5s;
}

.contact .contact-btn:hover {
    background: var(--darkBlue);
    color: var(--lightGray);
    transition: all .5s;
}

/* Section Testimonialal */
.testimonial {
    min-height: 100vh; 
    padding: 3.5rem 0;
    background: var(--light);
}

.testimonial h1 {
    color: var(--dark);
    font-family: var(--font-title);
    font-weight: 800;
}

.testimonial .desk-section {
    margin: 1.5rem 0;
    color: var(--darkGray);
}

.testimonial .card {
    box-sizing: content-box;
    padding: 1rem;
    aspect-ratio: 21/9;
    border: none;
    border-radius: 1.25rem;
    box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.03), -3px 6px 6px 0px rgba(0, 0, 0, 0.03), -6px 13px 8px 0px rgba(0, 0, 0, 0.02), -11px 22px 10px 0px rgba(0, 0, 0, 0.01), -18px 35px 11px 0px rgba(0, 0, 0, 0.00);
}

.testimonial .description h5 {
    font-family: var(--font-title);
    font-weight: 600;
}

.testimonial .description p {
    margin: 1rem 0 0 0;
    color: var(--darkGray);

    /* Custom */
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.testimonial .card-footer {
    border: none;
    background: white;
}

.testimonial .card-footer .user {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.testimonial .user .desc span {
    font-weight: 600;
    font-size: 1rem;
}

.testimonial .user .desc .keterangan {
    text-wrap: pretty;
}

/* Section Footer */
footer {
    padding: 3.5rem 0;
    min-height: 40vh;
    background: var(--dark);
}

footer .brand p {
    margin: 1rem 0;
    color: var(--cadetBlue);
    text-wrap: balance;
}

/* ==> ( Icon Social Media Style )  <== */
footer svg {
    overflow: visible;
}

footer svg path {
    fill: var(--cadetBlue);
}


footer svg circle {
    stroke: var(--cadetBlue);
}
/* ==> ( End )  <== */

footer .social-list a:nth-child(5) svg path {
    stroke: var(--cadetBlue);
    fill: none;
}

footer .social-list a:not(:last-child) {
    margin-right: 1rem;
}

footer .footer-list {
    display: flex;
}

footer .footer-list ul {
    list-style-type: none;
    padding: 0;
}

footer .footer-list ul:nth-child(2){
    padding-inline: 2rem;
}

footer .footer-list li:not(:first-child) {
    margin-top: .5rem;
}

footer .footer-list li a {
    color: var(--cadetBlue);
}

footer h6 {
    color: var(--white);
    font-weight: 600;
}

footer .subscribe p {
    color: var(--cadetBlue);
    margin: 1.5rem 0;
}

footer .subscribe-btn {
    border-radius: 2rem;
    background: var(--green);
    font-size: 1rem;
    font-weight: 600;
    transition: all .5s;
    text-transform: capitalize;
}

footer .subscribe-btn:hover {
    transition: all .5s;
    background: var(--darkGreen);
    color: var(--lightGray);
}

/* Modal element */
.modal {
    overflow-y: auto !important;
}

.modal-struk {
  border-radius: 15px;
  border: 3px solid #2195fb;
}
.modal-struk .modal-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 0;
  /* border-top: 1px dashed transparent;
  border-image: repeating-linear-gradient(to right, #2195fb 0, #2195fb 10px, transparent 10px, transparent 20px) 1; */
}

.line-striped::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 0;
  border-top: 1px dashed transparent;
  border-image: repeating-linear-gradient(to right, #2195fb 0, #2195fb 10px, transparent 10px, transparent 20px) 1;
}
.modal-struk .form-control,
.modal-custom-simple .form-control {
  /* background: transparent; */
  /* border: 1px solid rgba(255, 255, 255, .20); */
  border-radius: 15px;
  margin: 1rem 0;
  padding: .75rem;
}

.modal-struk table tr, .modal-struk table th, .modal-struk table td {
    border:none;
}

.modal-struk table tr td {
    padding: .2rem 0;
}

.modal-struk table tr td p {
    padding: 0;
    margin: 0;
}

/******** RESPONSIVE BREAKPOINT ********/

/* Medium devive */
@media only screen and ( 764px <= width <= 992px) {
    .title-section {
        max-width: 90% !important;
    }

    .title-section h1 , .title-section h2 , .title-section p {
        max-width: 45%;
    }

    .h1-md {
        font-size: 2.5rem !important;
    }

    .about , .service , .pricing , .product {
        min-height: 0;
    }

    /* Section Navbar */
    .offcanvas-body, .offcanvas-header {
        background: var(--light);
    }

    .offcanvas-body .navbar-nav .nav-link {
        margin: .5rem 0 ;
    }

    /* Section Hero */
    .hero .carousel-section {
        min-height: 50vh;
    }

    .hero .carousel-section .carousel-img {
        height: 100%;
        width: 100%;
    }

    /* Section Service */
    .service .container .content .isi-content {
        flex:0 0 auto;
        width:41.66666667%
    }

    /* Section Pricing */
    .pricing .container .content .isi-content {
        flex:0 0 auto;
        width:41.66666667%
    }

    .service .isi-content .card-title {
        font-size: 1rem;
    }


    .service .isi-content .card-text,
    .service .isi-content .card-footer a {
        font-size: 14px;
    }

    /* Section Product on Pages */
    .product:has(.search-bar , .explore-website) .wrapper {
        grid-template-areas: 
            "explore explore search"
            "explore explore products products"
        ;
    }

    .product .search-product .search-bar {
        width: 100%;
    }

    .product .wrapper .products {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;

    }

    .product .show-more-product {
        width: 45%;
    }

    .product .product-card .action {
        opacity: 1;
    }

    /* Detail Product On Pages */
    
    .detail_produk_slider .detail_produk_slider_item {
        margin: 20px 20px;
    }

    .detail_produk .tab .tablinks {
        width: 15%;
    }

    /* Section Contact */
    .contact .col-12 {
        max-width: 100% !important;
    }

    .contact h1 {
        font-size: 2rem;
    }

    /* Section Testimonial */
    .testimonial h1 {
        font-size: 2.4rem !important;
    }

    .testimonial .card-footer .user {
        display: flex;
        align-items: center;
    }

    .testimonial .user .userName {
        margin-left: .5rem;
    }

    /* Section Footer */
    footer .social-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        gap: 1rem;
        place-items: center;
    }

    footer .social-list a:not(:last-child) {
        margin-right: 0;
    }
    

    footer .footer-list ul:nth-child(2){
        padding-inline: 1rem;
    }

    footer .subscribe-btn {
        font-size: .8rem;
    }

    /* Artikel Page */
    .artikel:has(.search-bar , .explore-website) .wrapper {
        grid-template-areas: 
            "explore explore search"
            "explore explore artikels artikels"
            "explore explore show-more show-more"
        ;
    }

    .artikel .search-artikel .search-bar {
        width: 100%;
    }

    .artikel .wrapper .artikels {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;

    }

    .artikel .show-more-artikel {
        width: 45%;
    }
}

/* Small Device */
@media only screen and ( width <= 764px ) {

    .btn-login-navbar-user-pc {
        display: none !important;
    }

    .btn-login-navbar-user-mobile {
        display: flex !important;
    }

    .title-section {
        max-width: 92% !important;
        flex-direction: column;
    }

    .title-section h1 , .title-section p , .title-section h2{
        max-width: 100%;
        /* text-align: center; */
    }

    .h1-sm {
        font-size: 2rem !important;
    }

    .custom-my {
        margin: 1rem 0 !important;
    }

    .ms-none-sm {
        margin-left: 0 !important;
    }

    .w-100-sm {
        width: 100% !important;
    }

    /* Section Navbar */
    .offcanvas-body, .offcanvas-header {
        background: var(--light);
    }

    .offcanvas-body .navbar-nav .nav-link {
        margin: .5rem 0 ;
    }

    /* History */
    section.history {
        margin: 3rem auto;
        padding: 3rem 1rem;
    }

    /* Untuk elemen history yang memmiliki elemen child class main-layer */
    .history:has(> .main-layer) {
        padding: 2rem 1rem;
    }

    .hisTabs {
      bottom: -58px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
    }
    .hisTabs .btnHisTabs {
      width: 70px;
      height: 70px;
    }
    .hisTabs .btnHisTabs i {
      font-size: 18px;
    }
    .hisTabs .btnHisTabs .text {
      font-size: 12px;
    }

    /* Section Hero */
    .hero .carousel-section:nth-child(odd) .content {
        flex-direction: column-reverse;
    }

    .hero .carousel-section .content .isi-content {
        padding-inline: 1.5rem;
    }

    .hero .carousel-section .content h1 {
        font-size: 28px !important;
    }

    .hero .carousel-section .carousel-img {
        width: 100%;
        height: 100%;
        border-radius: 3rem 3rem 8rem 3rem;
    }

    .hero .carousel-section h1 {
        margin-top: 1.5rem;
    }

    /* Hero on Pages */
    .hero .hero-title {
        font-size: 25px;
    }

    .hero .hero-desk {
        font-size: 16px;
    }

    /* Section Features */
    .features .content{
        gap: 20px;
    }

    .features .content .isi-content {
        padding-inline: 1.5rem;
    }

    /* Section About */
    .about {
        padding-inline: 1rem;
    }

    .about h1 {
        margin: 1.5rem 0 0 0
    }

    /* Section Counter */
    .counter .isi-content:nth-child(1) .card {
        border-bottom: none;
    }
    
    .counter .isi-content:nth-child(3) .card {
        border-top: none;
    }

    /* Section Service */
    .service .container .content .isi-content {
        flex:0 0 auto;
        width:100%
    }

    /* Section Pricing */
    .pricing .container .content .isi-content {
        flex:0 0 auto;
        width:100%;
    }

    /* Section Pricing on Pages */
    .pricing .kategori_produk {
        flex-direction: column;
    }

    .pricing .kategori_produk .item:nth-child(2) {
        margin-block: 1rem;
    }

    /* Section Product */
    .product .owl-carousel {
        padding: 0 !important;
    }

    .product .owl-nav .owl-next, .product .owl-nav .owl-prev {
        display: none;
    }

    /* Section Product On Pages */
    .product:has(.search-bar , .explore-website) .wrapper {
        grid-template-areas: 
            "explore"
            "search"
            "products"
            "show-more"
        ;
        grid-template-columns: 1fr;
    }

    .product .search-product .search-bar {
        width: 100%;
    }

    .product .wrapper .search-product {
        padding-inline: 2rem;
    }
    
    .product .wrapper .products {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding-inline: 2rem;
    }

    .product .wrapper .show-more-product {
        width: 50%;
        margin-inline: 2rem;
    }

    .product .product-card .action {
        opacity: 1;
    }

    /* Detail Product On Pages */

    .btn.btn_solid {
        font-size: .9rem;
    }

    .btn.btn_outline {
        font-size: .9rem;
    }
    
    .detail_produk_slider .detail_produk_slider_item {
        margin: 20px 10px;
    }

    .detail_produk .tab .tablinks {
        width: 25%;
    }

    /* Detail Artikel Page */
    .detail_artikel .isi-content .info_artikel .judul_artikel h1 {
        font-size: 29px;
    }
    
    /* Section Contact */
    .contact .col-12 {
        max-width: 100% !important;
    }

    .contact h1 {
        font-size: 1.3rem;
    }

    /* Section Testimonialal */
    .testimonial .card {
        width: auto;
    }

    .testimonial .custom-my {
        margin: 1rem 0 0 0 !important;
    }

    .testimonial .card-footer .user {
        display: flex; 
        column-gap: 1rem; 
        align-items: center;
    }
    
    .testimonial .user .desc {
        display: flex; 
        flex-direction: column;
    }
    
    .testimonial .user .desc span {
        font-weight: 600;
        font-size: .8rem;
    }

    .testimonial .user .desc span:nth-child(2) {
        display: none;
    }

    /* Section Footer */
    footer .custom-mx {
        margin: 0 .5rem !important;
    }

    footer .custom-my {
        margin: 3.5rem 0 !important;
    }

    /* Artikel Page */
    .artikel:has(.search-bar , .explore-website) .wrapper {
        grid-template-areas: 
            "explore"
            "search"
            "artikels"
            "show-more"
        ;
        grid-template-columns: 1fr;
    }

    .artikel .search-artikel .search-bar {
        width: 100%;
    }


    .artikel .wrapper .search-artikel {
        padding-inline: 2rem;
    }
    
    .artikel .wrapper .artikels {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding-inline: 2rem;
    }

    .artikel .wrapper .show-more-artikel {
        width: 50%;
        margin-inline: 2rem;
    }

    /* Owl Carousel */
    .slider_carousel .owl-prev, .slider_carousel .owl-next {
        display: none;
    }

    /* Pemesanan Page */
    
    .pemesanan .form_pemesanan {
        padding: 2rem;
    }

    .body_pemesanan .btn_cari {
        width: 100px;
    }
}

/********** MINAPLACE VISUAL REFINEMENT **********/
:root {
    --mp-black: #030303;
    --mp-black-soft: #090909;
    --mp-panel: rgba(20, 20, 20, 0.82);
    --mp-panel-solid: #141414;
    --mp-panel-hover: #1d1d1d;
    --mp-border: rgba(255, 255, 255, 0.12);
    --mp-border-strong: rgba(255, 111, 31, 0.48);
    --mp-text: #f8f7f2;
    --mp-muted: #a7a29b;
    --mp-muted-2: #746f68;
    --mp-orange: #ff5b1a;
    --mp-orange-2: #ff8a21;
    --mp-yellow: #ffd15a;
    --mp-red: #ff2d14;
    --mp-glow: 0 0 24px rgba(255, 91, 26, 0.42), 0 0 70px rgba(255, 91, 26, 0.18);
    --mp-shadow: 0 24px 70px rgba(0, 0, 0, 0.58);
    --mp-shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.36);
    --mp-gradient: linear-gradient(135deg, var(--mp-red) 0%, var(--mp-orange) 42%, var(--mp-yellow) 100%);
    --mp-grid: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);

    --lightSkyBlue: #080808 !important;
    --lightGray: #f4f1eb !important;
    --green: #ff9f2e !important;
    --blue: var(--mp-orange) !important;
    --cyan: rgba(255, 255, 255, 0.1);
    --cadetBlue: var(--mp-muted);
    --darkBlue: var(--mp-text) !important;
    --darkGray: var(--mp-muted);
    --darkGreen: #9f370d;
    --light: var(--mp-black) !important;
    --dark: var(--mp-text) !important;
}

html {
    background: var(--mp-black);
}

body {
    background:
        radial-gradient(circle at 50% -15%, rgba(255, 111, 31, 0.24), transparent 32rem),
        radial-gradient(circle at 12% 14%, rgba(255, 45, 20, 0.16), transparent 24rem),
        radial-gradient(circle at 88% 18%, rgba(255, 209, 90, 0.1), transparent 22rem),
        linear-gradient(180deg, #050505 0%, #030303 52%, #070707 100%) !important;
    color: var(--mp-text) !important;
}

body,
p,
li,
label,
small,
.form-check-label,
.hero .carousel-section p,
.about p,
.service p,
.pricing p,
.product p,
.testimonial .desk-section,
.testimonial .description p,
.features .card-text,
.service .isi-content .card-text,
.product-card .description .text,
.artikel-card .description .text,
.counter .card-text,
.detail_artikel .isi-content .isi_artikel,
.detail_tnc .isi-content .isi_tnc {
    color: var(--mp-muted) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-section h1,
.title-section h2,
.hero .carousel-section h1,
.hero .hero-title,
.about h1,
.service h1,
.pricing h1,
.product h2,
.contact h1,
.testimonial h1,
.features .card-title,
.service .isi-content .card-title,
.product-card .description .title,
.artikel-card .description .title,
.pricing .card-title,
.pricing h6,
.pricing h6 span,
.counter .card-title,
.detail_produk h1,
.detail_artikel .isi-content .info_artikel .judul_artikel h1,
.detail_tnc .isi-content .isi_tnc h5 {
    color: var(--mp-text) !important;
    letter-spacing: 0;
}

a {
    color: var(--mp-orange);
}

a:hover {
    color: var(--mp-yellow);
}

::selection {
    background: rgba(255, 91, 26, 0.42);
    color: #fff;
}

::-webkit-scrollbar-track {
    background: var(--mp-black);
}

::-webkit-scrollbar-thumb {
    background: #2c2c2c;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--mp-orange);
}

.sticky-top,
nav,
.nav-active {
    background: rgba(3, 3, 3, 0.74) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--mp-border) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.34);
}

nav .navbar-nav a,
nav .navbar-nav .nav-link,
nav .navbar-toggler i {
    color: rgba(248, 247, 242, 0.72) !important;
}

nav .navbar-nav a:hover,
nav .navbar-nav .nav-link:hover {
    color: var(--mp-text) !important;
}

nav .navbar-nav .active {
    color: #fff !important;
    background: rgba(255, 91, 26, 0.18);
    border: 1px solid rgba(255, 111, 31, 0.28);
    border-radius: 999px;
}

nav .custom-toggler,
.navbar-toggler {
    border-color: var(--mp-border-strong) !important;
}

.offcanvas-body,
.offcanvas-header {
    background: var(--mp-black-soft) !important;
}

.masuk-btn-user {
    color: var(--mp-text) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    box-shadow: inset 0 0 0 1px var(--mp-border-strong);
}

.btnYellowPrimary,
.btn.btn_solid,
.hero .carousel-section .carousel-btn,
.pricing .kategori_produk .active > a,
footer .subscribe-btn {
    background: var(--mp-gradient) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: var(--mp-glow);
}

.btnYellowPrimary:hover,
.btn.btn_solid:hover,
.hero .carousel-section .carousel-btn:hover,
footer .subscribe-btn:hover {
    color: #fff !important;
    background: var(--mp-gradient) !important;
    transform: translateY(-2px);
    box-shadow: 0 0 34px rgba(255, 91, 26, 0.58), 0 0 90px rgba(255, 91, 26, 0.24);
}

.btn-info-outline,
.btn.btn_outline,
.about .about-btn,
.contact .contact-btn,
.service .card-footer a,
.pricing .card-footer a,
.product .show-more-product,
.artikel .show-more-artikel,
.pricing .kategori_produk .item:not(.active) a {
    color: var(--mp-text) !important;
    background: rgba(255, 255, 255, 0.035) !important;
    border: 1px solid var(--mp-border) !important;
    border-radius: 999px !important;
    outline: none !important;
}

.btn-info-outline:hover,
.btn.btn_outline:hover,
.about .about-btn:hover,
.contact .contact-btn:hover,
.service .card-footer a:hover,
.pricing .card-footer a:hover,
.product .show-more-product:hover,
.artikel .show-more-artikel:hover,
.pricing .kategori_produk .item:not(.active) a:hover {
    color: #fff !important;
    background: rgba(255, 91, 26, 0.16) !important;
    border-color: var(--mp-border-strong) !important;
    box-shadow: 0 12px 32px rgba(255, 91, 26, 0.18);
}

.pricing .card-footer a span,
.pricing .card-footer a:hover > span {
    color: inherit !important;
}

.hero {
    background:
        radial-gradient(circle at 64% 6%, rgba(255, 91, 26, 0.28), transparent 18rem),
        radial-gradient(circle at 68% 0%, rgba(255, 209, 90, 0.2), transparent 12rem),
        var(--mp-grid),
        linear-gradient(180deg, #080808 0%, #030303 100%) !important;
    background-size: auto, auto, 48px 48px, auto !important;
}

.hero:has(.hero-title , .hero-desk) {
    background:
        radial-gradient(circle at 50% 18%, rgba(255, 91, 26, 0.24), transparent 22rem),
        var(--mp-grid),
        linear-gradient(180deg, #080808 0%, #030303 100%) !important;
    background-size: auto, 46px 46px, auto !important;
}

.hero .carousel-section .carousel-img,
.about .about-img {
    border-radius: 28px !important;
    border: 1px solid var(--mp-border);
    box-shadow: var(--mp-shadow), 0 0 90px rgba(255, 91, 26, 0.16);
}

.features,
.counter,
.product,
.about,
.service,
.pricing,
.artikel,
.contact,
.testimonial,
.detail_produk,
.detail_artikel,
.detail_tnc,
.pemesanan {
    background: transparent !important;
}

.card,
.features .card,
.service .card,
.pricing .card,
.product .product-card,
.artikel .artikel-card,
.testimonial .card,
.accordion-item,
.cards-saldo,
.history .cards,
.history .panel-footer,
.pemesanan .form_pemesanan,
.detail_produk_slider .detail_produk_slider_item,
.modal-struk {
    background: var(--mp-panel) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border: 1px solid var(--mp-border) !important;
    box-shadow: var(--mp-shadow) !important;
}

.features .card,
.service .card,
.pricing .card,
.product .product-card,
.artikel .artikel-card,
.testimonial .card {
    overflow: hidden;
}

.service .card-footer,
.pricing .card-footer,
.testimonial .card-footer,
.product .product-card .description,
.artikel .artikel-card .description {
    background: rgba(8, 8, 8, 0.78) !important;
    border-color: var(--mp-border) !important;
}

.product .product-card,
.artikel .artikel-card,
.features .card,
.service .card,
.pricing .card {
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.product .product-card:hover,
.artikel .artikel-card:hover,
.features .card:hover,
.service .card:hover,
.pricing .card:hover {
    transform: translateY(-4px);
    border-color: var(--mp-border-strong) !important;
    box-shadow: var(--mp-shadow), 0 0 60px rgba(255, 91, 26, 0.14) !important;
}

.product .product-card .img,
.artikel .artikel-card .img,
.service .card-body img {
    filter: saturate(1.05) contrast(1.05);
}

.product .product-card .action .action-item {
    color: var(--mp-text) !important;
    background: rgba(10, 10, 10, 0.82) !important;
    border: 1px solid var(--mp-border);
    box-shadow: var(--mp-shadow-soft);
}

.product .product-card .action .action-item:hover {
    color: #fff !important;
    background: var(--mp-orange) !important;
}

.history .containerHead .user,
.history .containerSaldo .icon {
    color: #fff !important;
    background: var(--mp-gradient) !important;
    border-color: transparent !important;
    box-shadow: var(--mp-glow);
}

.history .containerHead .identity .name,
.history .containerSaldo .desc,
.history .containerSaldo .price {
    color: var(--mp-text) !important;
}

.hisTabs .btnHisTabs {
    color: var(--mp-muted) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: var(--mp-border) !important;
}

.hisTabs .btnHisTabs.active {
    color: #fff !important;
    background: rgba(255, 91, 26, 0.16) !important;
    border-color: var(--mp-border-strong) !important;
}

.hisTabs .btnHisTabs.active i,
.hisTabs .btnHisTabs.active .text {
    color: var(--mp-orange) !important;
}

.product .wrapper .explore-website input,
.artikel .wrapper .explore-website .kategori {
    accent-color: var(--mp-orange);
}

.detail_produk .tab .tablinks {
    color: var(--mp-muted) !important;
}

.detail_produk .tab .tablinks:hover,
.detail_produk .tab .tablinks.active {
    color: var(--mp-text) !important;
    border-bottom-color: var(--mp-orange) !important;
}

.detail_produk .tabcontent,
.accordion-item .accordion-item-desc {
    border-color: var(--mp-border) !important;
}

.badge,
.badge.badge-grey {
    color: var(--mp-text) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.form-control,
.product .wrapper .search-bar .form-control,
.artikel .wrapper .search-bar .form-control,
.body_pemesanan .form_cari,
.modal-struk .form-control,
.modal-custom-simple .form-control {
    color: var(--mp-text) !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid var(--mp-border) !important;
    box-shadow: none !important;
}

.form-control::placeholder,
.product .wrapper .search-bar .form-control::placeholder,
.artikel .wrapper .search-bar .form-control::placeholder {
    color: var(--mp-muted-2) !important;
}

.form-control:focus,
.product .wrapper .search-bar .form-control:focus,
.artikel .wrapper .search-bar .form-control:focus,
.body_pemesanan .form_cari:focus {
    border-color: var(--mp-orange) !important;
    box-shadow: 0 0 0 .18rem rgba(255, 91, 26, 0.18) !important;
}

.product .wrapper .search-bar button,
.artikel .wrapper .search-bar button,
.body_pemesanan .btn_cari {
    color: var(--mp-orange) !important;
}

.body_pemesanan .btn_cari,
.body_pemesanan .btn_cari:hover,
.body_pemesanan .btn_cari:focus,
.body_pemesanan .btn_cari:active {
    background: rgba(255, 255, 255, 0.045) !important;
    border-color: var(--mp-border) !important;
}

.table,
.pemesanan .table {
    color: var(--mp-muted) !important;
    --bs-table-color: var(--mp-muted);
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.045);
    --bs-table-striped-color: var(--mp-text);
    --bs-table-border-color: var(--mp-border);
}

.pemesanan .body_pemesanan .table tr td:nth-child(2),
.pemesanan .table.detail_pesanan tr td:nth-child(2),
.pemesanan .table.detail_pesanan tr td:nth-child(2) button {
    color: var(--mp-orange) !important;
}

.custom_selection {
    color: var(--mp-muted) !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border-color: var(--mp-border) !important;
}

.custom_selection:hover,
.custom_selection.active {
    color: var(--mp-text) !important;
    background: rgba(255, 91, 26, 0.14) !important;
    border-color: var(--mp-border-strong) !important;
}

#paging li a,
#paging li.disabled a {
    color: var(--mp-muted) !important;
    background: var(--mp-panel-solid) !important;
}

#paging li.active a {
    color: #fff !important;
    background: var(--mp-orange) !important;
}

#paging li a:hover {
    color: #fff !important;
    background: var(--mp-panel-hover) !important;
}

.hero .owl-nav .owl-next,
.hero .owl-nav .owl-prev,
.product .owl-nav .owl-next,
.product .owl-nav .owl-prev,
.detail_produk_slider .owl-nav .owl-next,
.detail_produk_slider .owl-nav .owl-prev,
.pricing .kategori_produk .owl-nav .owl-next,
.pricing .kategori_produk .owl-nav .owl-prev {
    color: var(--mp-text) !important;
    background: rgba(10, 10, 10, 0.88) !important;
    border-color: var(--mp-border-strong) !important;
    box-shadow: var(--mp-shadow-soft);
}

.modal-struk {
    border-color: var(--mp-orange) !important;
}

.line-striped::after {
    border-image: repeating-linear-gradient(to right, var(--mp-orange) 0, var(--mp-orange) 10px, transparent 10px, transparent 20px) 1 !important;
}

footer {
    background: linear-gradient(180deg, #050505 0%, #010101 100%) !important;
    border-top: 1px solid var(--mp-border);
}

footer .brand p,
footer .footer-list li a,
footer .subscribe p {
    color: var(--mp-muted) !important;
}

footer .footer-list li a:hover {
    color: var(--mp-orange) !important;
    text-decoration: none;
}

footer h6 {
    color: var(--mp-text) !important;
}

footer svg path {
    fill: var(--mp-muted) !important;
}

footer svg circle,
footer .social-list a:nth-child(5) svg path {
    stroke: var(--mp-muted) !important;
}

footer .social-list a:hover svg path {
    fill: var(--mp-orange) !important;
}

/********** MINAPLACE HEADER FIX **********/
.sticky-top,
nav,
.nav-active {
    min-height: 72px;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 111, 31, 0.08), transparent 30rem),
        rgba(3, 3, 3, 0.72) !important;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.38);
}

nav .container,
nav .container-fluid {
    min-height: 72px;
    display: flex;
    align-items: center;
}

nav .navbar-brand {
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
    padding: 0 !important;
}

nav .navbar-brand img {
    max-height: 42px;
    width: auto;
    opacity: .92;
    filter: brightness(0) invert(1);
}

nav .navbar-collapse {
    align-items: center;
    background: transparent !important;
}

nav .navbar-nav {
    align-items: center;
    gap: .55rem;
    padding: .25rem .35rem;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 999px;
}

nav .navbar-nav a,
nav .navbar-nav .nav-link,
nav .navbar-nav a:not(:last-child) {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .42rem 1.1rem !important;
    color: rgba(248, 247, 242, 0.66) !important;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent !important;
}

nav .navbar-nav a:hover,
nav .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

nav .navbar-nav .active,
nav .navbar-nav a.active,
nav .navbar-nav .nav-link.active {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(255, 111, 31, 0.34), rgba(92, 34, 14, 0.86)) !important;
    border-color: rgba(255, 111, 31, 0.48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 10px 26px rgba(255, 91, 26, 0.12);
}

nav .btnYellowPrimary,
nav .masuk-btn-user {
    min-height: 34px;
    height: 34px;
    padding-inline: 1rem !important;
    white-space: nowrap;
}

@media only screen and (width <= 764px) {
    .hero .carousel-section .carousel-img,
    .about .about-img {
        border-radius: 22px !important;
    }

    nav .navbar-nav .active {
        display: inline-flex;
        width: fit-content;
    }

    .sticky-top,
    nav,
    .nav-active,
    nav .container,
    nav .container-fluid {
        min-height: 64px;
    }

    nav .navbar-brand img {
        max-height: 36px;
    }

    nav .navbar-collapse {
        margin-top: .8rem;
        padding: .9rem;
        background: rgba(8, 8, 8, 0.96) !important;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 18px;
        box-shadow: var(--mp-shadow-soft);
    }

    nav .navbar-nav {
        align-items: stretch;
        width: 100%;
        gap: .35rem;
        padding: .35rem;
        background: transparent;
        border: none;
        border-radius: 0;
    }

    nav .navbar-nav a,
    nav .navbar-nav .nav-link,
    nav .navbar-nav a:not(:last-child) {
        width: 100%;
        justify-content: flex-start;
        padding: .72rem .9rem !important;
    }
}

/********** MINAPLACE LIGHT LIQUID GLASS THEME **********/
:root {
    color-scheme: light;

    --ml-bg: #fbfaef;
    --ml-bg-soft: #fff8d8;
    --ml-grid: rgba(96, 128, 132, 0.18);
    --ml-grid-strong: rgba(68, 101, 111, 0.16);
    --ml-glass: rgba(255, 255, 255, 0.58);
    --ml-glass-strong: rgba(255, 255, 255, 0.78);
    --ml-glass-warm: rgba(255, 238, 151, 0.58);
    --ml-border: rgba(37, 75, 98, 0.16);
    --ml-border-strong: rgba(76, 135, 190, 0.34);
    --ml-text: #0b243a;
    --ml-text-soft: #526579;
    --ml-muted: #7b8894;
    --ml-blue: #4f88bd;
    --ml-blue-dark: #2f6699;
    --ml-yellow: #ffe781;
    --ml-yellow-soft: #fff2ad;
    --ml-white: #ffffff;
    --ml-shadow: 0 24px 70px rgba(50, 80, 110, 0.16);
    --ml-shadow-soft: 0 14px 34px rgba(50, 80, 110, 0.12);
    --ml-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.88), inset 0 -1px 0 rgba(37, 75, 98, 0.08);
    --ml-button: linear-gradient(180deg, #6ca2d3 0%, #4d86bd 100%);

    --lightSkyBlue: #f8f8ec !important;
    --lightGray: #eef2f4 !important;
    --green: #58b987 !important;
    --blue: var(--ml-blue) !important;
    --white: #ffffff;
    --cyan: rgba(79, 136, 189, 0.18);
    --cadetBlue: #8ea2b1;
    --darkBlue: var(--ml-text) !important;
    --darkGray: var(--ml-text-soft);
    --darkGreen: #2f7655;
    --light: var(--ml-bg) !important;
    --dark: var(--ml-text) !important;
}

html {
    background: var(--ml-bg) !important;
}

body {
    background-color: var(--ml-bg) !important;
    background-image:
        linear-gradient(var(--ml-grid) 2px, transparent 2px),
        linear-gradient(90deg, var(--ml-grid) 2px, transparent 2px),
        linear-gradient(var(--ml-grid-strong) 1px, transparent 1px),
        linear-gradient(90deg, var(--ml-grid-strong) 1px, transparent 1px),
        radial-gradient(circle at 50% 18%, rgba(255, 231, 129, 0.52), transparent 25rem),
        radial-gradient(circle at 82% 12%, rgba(123, 189, 232, 0.16), transparent 24rem) !important;
    background-size: 104px 104px, 104px 104px, 52px 52px, 52px 52px, auto, auto !important;
    color: var(--ml-text) !important;
}

body,
p,
li,
label,
small,
span,
.form-check-label,
.hero .carousel-section p,
.about p,
.service p,
.pricing p,
.product p,
.testimonial .desk-section,
.testimonial .description p,
.features .card-text,
.service .isi-content .card-text,
.product-card .description .text,
.artikel-card .description .text,
.counter .card-text,
.detail_artikel .isi-content .isi_artikel,
.detail_tnc .isi-content .isi_tnc {
    color: var(--ml-text-soft) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-section h1,
.title-section h2,
.hero .carousel-section h1,
.hero .hero-title,
.about h1,
.service h1,
.pricing h1,
.product h2,
.contact h1,
.testimonial h1,
.features .card-title,
.service .isi-content .card-title,
.product-card .description .title,
.artikel-card .description .title,
.pricing .card-title,
.pricing h6,
.pricing h6 span,
.counter .card-title,
.detail_produk h1,
.detail_artikel .isi-content .info_artikel .judul_artikel h1,
.detail_tnc .isi-content .isi_tnc h5 {
    color: var(--ml-text) !important;
}

a,
a:hover {
    color: var(--ml-blue-dark);
}

::selection {
    background: rgba(255, 231, 129, 0.82);
    color: var(--ml-text);
}

::-webkit-scrollbar-track {
    background: #f3f3e7;
}

::-webkit-scrollbar-thumb {
    background: rgba(79, 136, 189, 0.38);
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--ml-blue);
}

.sticky-top,
nav,
.nav-active {
    min-height: 72px;
    background: rgba(255, 255, 255, 0.52) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.75);
    backdrop-filter: blur(28px) saturate(1.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 18px 50px rgba(55, 86, 115, 0.12), var(--ml-highlight);
}

nav .container,
nav .container-fluid {
    min-height: 72px;
}

nav .navbar-brand img {
    max-height: 44px;
    opacity: 1;
    filter: none !important;
}

nav .navbar-nav {
    background: rgba(255, 255, 255, 0.42) !important;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 34px rgba(50, 80, 110, 0.1);
}

nav .navbar-nav a,
nav .navbar-nav .nav-link,
nav .navbar-nav a:not(:last-child) {
    color: rgba(11, 36, 58, 0.68) !important;
    background: transparent !important;
    border-color: transparent;
}

nav .navbar-nav a:hover,
nav .navbar-nav .nav-link:hover {
    color: var(--ml-text) !important;
    background: rgba(255, 255, 255, 0.56) !important;
}

nav .navbar-nav .active,
nav .navbar-nav a.active,
nav .navbar-nav .nav-link.active,
nav .navbar-nav .active > a,
nav .navbar-nav .active > .nav-link {
    color: #fff !important;
    background: var(--ml-button) !important;
    border-color: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(79, 136, 189, 0.24);
}

.navbar-toggler,
nav .custom-toggler {
    background: rgba(255, 255, 255, 0.56) !important;
    border-color: var(--ml-border) !important;
    box-shadow: var(--ml-highlight);
}

nav .navbar-toggler i {
    color: var(--ml-text) !important;
}

.offcanvas-body,
.offcanvas-header,
nav .navbar-collapse {
    background: transparent !important;
}

.masuk-btn-user {
    color: var(--ml-text) !important;
    background: rgba(255, 255, 255, 0.55) !important;
    box-shadow: inset 0 0 0 1px rgba(79, 136, 189, 0.28), var(--ml-highlight);
}

.btnYellowPrimary,
.btn.btn_solid,
.hero .carousel-section .carousel-btn,
.pricing .kategori_produk .active > a,
footer .subscribe-btn {
    color: #fff !important;
    background: var(--ml-button) !important;
    border: 1px solid rgba(255, 255, 255, 0.74) !important;
    border-radius: 18px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 12px 28px rgba(79, 136, 189, 0.26);
}

.btnYellowPrimary:hover,
.btn.btn_solid:hover,
.hero .carousel-section .carousel-btn:hover,
footer .subscribe-btn:hover {
    color: #fff !important;
    background: linear-gradient(180deg, #78afd9 0%, #3f79ad 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 16px 38px rgba(79, 136, 189, 0.32);
}

.btn-info-outline,
.btn.btn_outline,
.about .about-btn,
.contact .contact-btn,
.service .card-footer a,
.pricing .card-footer a,
.product .show-more-product,
.artikel .show-more-artikel,
.pricing .kategori_produk .item:not(.active) a {
    color: var(--ml-blue-dark) !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.74) !important;
    border-radius: 18px !important;
    box-shadow: var(--ml-highlight), 0 10px 24px rgba(50, 80, 110, 0.08);
}

.btn-info-outline:hover,
.btn.btn_outline:hover,
.about .about-btn:hover,
.contact .contact-btn:hover,
.service .card-footer a:hover,
.pricing .card-footer a:hover,
.product .show-more-product:hover,
.artikel .show-more-artikel:hover,
.pricing .kategori_produk .item:not(.active) a:hover {
    color: var(--ml-text) !important;
    background: rgba(255, 255, 255, 0.76) !important;
    border-color: var(--ml-border-strong) !important;
}

.pricing .card-footer a span,
.pricing .card-footer a:hover > span,
.btn span,
.btnYellowPrimary span,
button span {
    color: inherit !important;
}

.hero,
.hero:has(.hero-title , .hero-desk),
.features,
.counter,
.product,
.about,
.service,
.pricing,
.artikel,
.contact,
.testimonial,
.detail_produk,
.detail_artikel,
.detail_tnc,
.pemesanan {
    background: transparent !important;
}

.hero .carousel-section .carousel-img,
.about .about-img {
    border-radius: 30px !important;
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: var(--ml-shadow), var(--ml-highlight);
}

.card,
.features .card,
.service .card,
.pricing .card,
.product .product-card,
.artikel .artikel-card,
.testimonial .card,
.accordion-item,
.cards-saldo,
.history .cards,
.history .panel-footer,
.pemesanan .form_pemesanan,
.detail_produk_slider .detail_produk_slider_item,
.modal-struk,
.modal-content,
.modal-custom-simple .modal-content {
    background: var(--ml-glass) !important;
    -webkit-backdrop-filter: blur(26px) saturate(1.65);
    backdrop-filter: blur(26px) saturate(1.65);
    border: 1px solid rgba(255, 255, 255, 0.76) !important;
    box-shadow: var(--ml-shadow), var(--ml-highlight) !important;
}

.features .card,
.service .card,
.pricing .card,
.product .product-card,
.artikel .artikel-card,
.testimonial .card {
    overflow: hidden;
}

.service .card-footer,
.pricing .card-footer,
.testimonial .card-footer,
.product .product-card .description,
.artikel .artikel-card .description {
    background: rgba(255, 255, 255, 0.48) !important;
    border-color: rgba(255, 255, 255, 0.64) !important;
}

.features .card:hover,
.service .card:hover,
.pricing .card:hover,
.product .product-card:hover,
.artikel .artikel-card:hover {
    border-color: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 30px 86px rgba(50, 80, 110, 0.2), var(--ml-highlight) !important;
}

.history .containerHead .user,
.history .containerSaldo .icon {
    color: #fff !important;
    background: var(--ml-button) !important;
    border-color: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 12px 28px rgba(79, 136, 189, 0.24), var(--ml-highlight);
}

.history .containerHead .identity .name,
.history .containerSaldo .desc,
.history .containerSaldo .price {
    color: var(--ml-text) !important;
}

.hisTabs .btnHisTabs {
    color: var(--ml-text-soft) !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    box-shadow: var(--ml-highlight), 0 10px 24px rgba(50, 80, 110, 0.1);
}

.hisTabs .btnHisTabs.active {
    color: var(--ml-blue-dark) !important;
    background: rgba(255, 248, 214, 0.72) !important;
    border-color: rgba(79, 136, 189, 0.3) !important;
}

.hisTabs .btnHisTabs.active i,
.hisTabs .btnHisTabs.active .text {
    color: var(--ml-blue-dark) !important;
}

.detail_produk .tab .tablinks {
    color: var(--ml-text-soft) !important;
}

.detail_produk .tab .tablinks:hover,
.detail_produk .tab .tablinks.active {
    color: var(--ml-blue-dark) !important;
    border-bottom-color: var(--ml-blue) !important;
}

.detail_produk .tabcontent,
.accordion-item .accordion-item-desc {
    border-color: rgba(37, 75, 98, 0.12) !important;
}

.badge,
.badge.badge-grey {
    color: var(--ml-text) !important;
    background: rgba(255, 255, 255, 0.68) !important;
    box-shadow: var(--ml-highlight);
}

.form-control,
.product .wrapper .search-bar .form-control,
.artikel .wrapper .search-bar .form-control,
.body_pemesanan .form_cari,
.modal-struk .form-control,
.modal-custom-simple .form-control {
    color: var(--ml-text) !important;
    background: rgba(255, 255, 255, 0.58) !important;
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    box-shadow: var(--ml-highlight), 0 10px 24px rgba(50, 80, 110, 0.08) !important;
}

.form-control::placeholder,
.product .wrapper .search-bar .form-control::placeholder,
.artikel .wrapper .search-bar .form-control::placeholder {
    color: var(--ml-muted) !important;
}

.form-control:focus,
.product .wrapper .search-bar .form-control:focus,
.artikel .wrapper .search-bar .form-control:focus,
.body_pemesanan .form_cari:focus {
    border-color: rgba(79, 136, 189, 0.5) !important;
    box-shadow: var(--ml-highlight), 0 0 0 .2rem rgba(79, 136, 189, 0.16) !important;
}

.product .wrapper .search-bar button,
.artikel .wrapper .search-bar button,
.body_pemesanan .btn_cari {
    color: var(--ml-blue-dark) !important;
}

.body_pemesanan .btn_cari,
.body_pemesanan .btn_cari:hover,
.body_pemesanan .btn_cari:focus,
.body_pemesanan .btn_cari:active {
    background: rgba(255, 255, 255, 0.58) !important;
    border-color: rgba(255, 255, 255, 0.78) !important;
}

.table,
.pemesanan .table {
    color: var(--ml-text-soft) !important;
    --bs-table-color: var(--ml-text-soft);
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.46);
    --bs-table-striped-color: var(--ml-text);
    --bs-table-border-color: rgba(37, 75, 98, 0.12);
}

.pemesanan .body_pemesanan .table tr td:nth-child(2),
.pemesanan .table.detail_pesanan tr td:nth-child(2),
.pemesanan .table.detail_pesanan tr td:nth-child(2) button {
    color: var(--ml-blue-dark) !important;
}

.custom_selection {
    color: var(--ml-text-soft) !important;
    background: rgba(255, 255, 255, 0.54) !important;
    border-color: rgba(255, 255, 255, 0.78) !important;
    box-shadow: var(--ml-highlight);
}

.custom_selection:hover,
.custom_selection.active {
    color: var(--ml-text) !important;
    background: rgba(255, 248, 214, 0.76) !important;
    border-color: var(--ml-border-strong) !important;
}

#paging li a,
#paging li.disabled a {
    color: var(--ml-text-soft) !important;
    background: rgba(255, 255, 255, 0.56) !important;
}

#paging li.active a {
    color: #fff !important;
    background: var(--ml-blue) !important;
}

#paging li a:hover {
    color: var(--ml-text) !important;
    background: rgba(255, 255, 255, 0.78) !important;
}

.hero .owl-nav .owl-next,
.hero .owl-nav .owl-prev,
.product .owl-nav .owl-next,
.product .owl-nav .owl-prev,
.detail_produk_slider .owl-nav .owl-next,
.detail_produk_slider .owl-nav .owl-prev,
.pricing .kategori_produk .owl-nav .owl-next,
.pricing .kategori_produk .owl-nav .owl-prev {
    color: var(--ml-text) !important;
    background: rgba(255, 255, 255, 0.66) !important;
    border-color: rgba(255, 255, 255, 0.78) !important;
    box-shadow: var(--ml-shadow-soft), var(--ml-highlight);
}

.modal-struk {
    border-color: rgba(79, 136, 189, 0.4) !important;
}

.line-striped::after {
    border-image: repeating-linear-gradient(to right, var(--ml-blue) 0, var(--ml-blue) 10px, transparent 10px, transparent 20px) 1 !important;
}

footer {
    color: var(--ml-text-soft) !important;
    background: rgba(255, 255, 255, 0.46) !important;
    -webkit-backdrop-filter: blur(24px) saturate(1.45);
    backdrop-filter: blur(24px) saturate(1.45);
    border-top: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 -18px 50px rgba(50, 80, 110, 0.08);
}

footer .brand p,
footer .footer-list li a,
footer .subscribe p {
    color: var(--ml-text-soft) !important;
}

footer .footer-list li a:hover {
    color: var(--ml-blue-dark) !important;
    text-decoration: none;
}

footer h6 {
    color: var(--ml-text) !important;
}

footer svg path {
    fill: var(--ml-text-soft) !important;
}

footer svg circle,
footer .social-list a:nth-child(5) svg path {
    stroke: var(--ml-text-soft) !important;
}

footer .social-list a:hover svg path {
    fill: var(--ml-blue-dark) !important;
}

.glow-orange {
    background: radial-gradient(circle, rgba(255, 231, 129, 0.72), transparent 70%);
    opacity: .36;
}

@media only screen and (width <= 764px) {
    .sticky-top,
    nav,
    .nav-active,
    nav .container,
    nav .container-fluid {
        min-height: 64px;
    }

    nav .navbar-brand img {
        max-height: 38px;
    }

    nav .navbar-collapse {
        margin-top: .8rem;
        padding: .85rem;
        background: rgba(255, 255, 255, 0.68) !important;
        -webkit-backdrop-filter: blur(24px) saturate(1.55);
        backdrop-filter: blur(24px) saturate(1.55);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 22px;
        box-shadow: var(--ml-shadow-soft), var(--ml-highlight);
    }

    nav .navbar-nav {
        width: 100%;
        align-items: stretch;
        padding: .35rem;
        background: transparent !important;
        border: none;
        box-shadow: none;
    }

    nav .navbar-nav a,
    nav .navbar-nav .nav-link,
    nav .navbar-nav a:not(:last-child) {
        width: 100%;
        justify-content: flex-start;
        padding: .72rem .9rem !important;
    }

    .hero .carousel-section .carousel-img,
    .about .about-img {
        border-radius: 22px !important;
    }
}

/********** MINAPLACE READABILITY + GOLD LIGHT LINE **********/
:root {
    --ml-gold: #f4a51c;
    --ml-gold-light: #fff0a3;
    --ml-gold-deep: #c97300;
    --ml-glass-readable: rgba(255, 255, 255, 0.74);
    --ml-glass-readable-strong: rgba(255, 255, 255, 0.86);
    --ml-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 30px rgba(72, 98, 116, 0.1);
}

body {
    background-image:
        linear-gradient(rgba(87, 123, 132, 0.105) 1px, transparent 1px),
        linear-gradient(90deg, rgba(87, 123, 132, 0.105) 1px, transparent 1px),
        radial-gradient(circle at 52% 12%, rgba(255, 241, 166, 0.66), transparent 24rem),
        radial-gradient(circle at 10% 22%, rgba(255, 255, 255, 0.8), transparent 30rem),
        radial-gradient(circle at 92% 8%, rgba(99, 168, 221, 0.16), transparent 24rem) !important;
    background-size: 72px 72px, 72px 72px, auto, auto, auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero .carousel-section h1,
.hero .hero-title,
.title-section h1,
.title-section h2,
.features .card-title,
.service .isi-content .card-title,
.product-card .description .title,
.artikel-card .description .title {
    text-shadow: var(--ml-text-shadow);
}

.title-section,
.hero .carousel-section .content,
.detail_produk .tabcontent,
.detail_artikel .isi-content,
.detail_tnc .isi-content {
    position: relative;
    z-index: 1;
}

.title-section::before,
.hero .carousel-section .content::before {
    content: "";
    position: absolute;
    inset: -1.25rem;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.2) 58%, transparent 76%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 30px;
}

.card,
.features .card,
.service .card,
.pricing .card,
.product .product-card,
.artikel .artikel-card,
.testimonial .card,
.accordion-item,
.cards-saldo,
.history .cards,
.history .panel-footer,
.pemesanan .form_pemesanan,
.detail_produk_slider .detail_produk_slider_item,
.modal-struk,
.modal-content,
.modal-custom-simple .modal-content {
    background: linear-gradient(145deg, var(--ml-glass-readable-strong), rgba(255, 255, 255, 0.6)) !important;
    -webkit-backdrop-filter: blur(32px) saturate(1.55);
    backdrop-filter: blur(32px) saturate(1.55);
    border-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 28px 78px rgba(64, 91, 116, 0.16), var(--ml-highlight) !important;
}

.service .card-footer,
.pricing .card-footer,
.testimonial .card-footer,
.product .product-card .description,
.artikel .artikel-card .description {
    background: rgba(255, 255, 255, 0.72) !important;
}

.hero,
.about,
.service,
.pricing,
.product,
.features,
.testimonial,
.contact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: min(43vw, 560px);
    height: min(70vw, 760px);
    right: 5vw;
    top: 4rem;
    z-index: -1;
    pointer-events: none;
    opacity: .86;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='500' height='760' viewBox='0 0 500 760' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='g' x='-80' y='-80' width='660' height='920' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='7' result='b'/%3E%3CfeMerge%3E%3CfeMergeNode in='b'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3ClinearGradient id='l' x1='261' y1='31' x2='195' y2='722' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff4a6'/%3E%3Cstop offset='.2' stop-color='%23ffc445'/%3E%3Cstop offset='.5' stop-color='%23f59b18'/%3E%3Cstop offset='.78' stop-color='%23ffd978'/%3E%3Cstop offset='1' stop-color='%23d87800'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath filter='url(%23g)' d='M289 30C404 45 422 187 310 255C197 323 66 327 94 448C121 568 414 520 386 646C366 738 193 744 96 709' stroke='url(%23l)' stroke-width='13' stroke-linecap='round'/%3E%3Cpath d='M289 30C404 45 422 187 310 255C197 323 66 327 94 448C121 568 414 520 386 646C366 738 193 744 96 709' stroke='%23fff8bb' stroke-width='3' stroke-linecap='round' opacity='.85'/%3E%3C/svg%3E");
    filter: drop-shadow(0 0 18px rgba(244, 165, 28, 0.44)) drop-shadow(0 0 54px rgba(244, 165, 28, 0.22));
    transform: rotate(-8deg);
}

.hero::after {
    content: "";
    position: absolute;
    width: 36rem;
    height: 36rem;
    right: -7rem;
    top: -3rem;
    z-index: -2;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 196, 69, 0.36), rgba(255, 196, 69, 0.12) 36%, transparent 68%);
    filter: blur(10px);
}

.about::before,
.service::before,
.pricing::before,
.product::before,
.features::before,
.testimonial::before {
    content: "";
    position: absolute;
    width: 21rem;
    height: 21rem;
    right: -7rem;
    top: 12%;
    z-index: -1;
    pointer-events: none;
    opacity: .34;
    border: 8px solid rgba(244, 165, 28, 0.52);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    filter: blur(.2px) drop-shadow(0 0 26px rgba(244, 165, 28, 0.28));
    transform: rotate(-28deg);
}

.product::before,
.testimonial::before {
    left: -7rem;
    right: auto;
    transform: rotate(142deg);
}

.btnYellowPrimary,
.btn.btn_solid,
.hero .carousel-section .carousel-btn,
.pricing .kategori_produk .active > a,
footer .subscribe-btn {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 14px 30px rgba(79, 136, 189, 0.22), 0 0 0 6px rgba(255, 255, 255, 0.32) !important;
}

@media only screen and (width <= 764px) {
    body {
        background-size: 48px 48px, 48px 48px, auto, auto, auto !important;
    }

    .title-section::before,
    .hero .carousel-section .content::before {
        inset: -.75rem;
        border-radius: 22px;
    }

    .hero::before {
        width: 360px;
        height: 540px;
        right: -9rem;
        top: 2rem;
        opacity: .46;
    }

    .about::before,
    .service::before,
    .pricing::before,
    .product::before,
    .features::before,
    .testimonial::before {
        opacity: .18;
    }
}

/********** MINAPLACE FOOTER ORANGE MODE **********/
footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9) !important;
    background:
        radial-gradient(circle at 18% 10%, rgba(255, 239, 163, 0.45), transparent 18rem),
        radial-gradient(circle at 78% 0%, rgba(255, 182, 66, 0.36), transparent 22rem),
        linear-gradient(135deg, #f0901f 0%, #d66b12 48%, #9f3f09 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 -24px 70px rgba(148, 85, 18, 0.14) !important;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(90deg, transparent, #000 16%, #000 84%, transparent);
    opacity: .38;
}

footer::after {
    content: "";
    position: absolute;
    width: 34rem;
    height: 34rem;
    right: -13rem;
    top: -12rem;
    z-index: -1;
    pointer-events: none;
    border: 10px solid rgba(255, 241, 180, 0.42);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    filter: drop-shadow(0 0 28px rgba(255, 230, 132, 0.34));
    transform: rotate(-26deg);
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .brand p,
footer .footer-list li a,
footer .subscribe p,
footer p,
footer li,
footer span {
    color: rgba(255, 255, 255, 0.9) !important;
    text-shadow: 0 1px 1px rgba(91, 39, 4, 0.18);
}

footer h6 {
    color: #fff !important;
    font-weight: 700;
}

footer .footer-list li a:hover {
    color: #fff8be !important;
    text-decoration: none;
}

footer .brand img,
footer img {
    opacity: 1;
    filter: drop-shadow(0 10px 22px rgba(92, 39, 4, 0.18));
}

footer svg path {
    fill: rgba(255, 255, 255, 0.92) !important;
}

footer svg circle,
footer .social-list a:nth-child(5) svg path {
    stroke: rgba(255, 255, 255, 0.92) !important;
}

footer .social-list a:hover svg path {
    fill: #fff8be !important;
}

footer .btnYellowPrimary,
footer .subscribe-btn,
footer .contact-btn,
footer a.btn {
    color: #8b3c06 !important;
    background: rgba(255, 255, 255, 0.7) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
    backdrop-filter: blur(18px) saturate(1.45);
    border: 1px solid rgba(255, 255, 255, 0.86) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 16px 36px rgba(116, 48, 4, 0.18) !important;
}

footer .btnYellowPrimary:hover,
footer .subscribe-btn:hover,
footer .contact-btn:hover,
footer a.btn:hover {
    color: #6c2f05 !important;
    background: rgba(255, 255, 255, 0.84) !important;
}

@media only screen and (width <= 764px) {
    footer::after {
        width: 24rem;
        height: 24rem;
        right: -11rem;
        top: -8rem;
        opacity: .58;
    }
}

/********** MINAPLACE HEADER SCROLL STATE **********/
.sticky-top,
nav {
    background: transparent !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
}

nav .container,
nav .container-fluid {
    transition: min-height .3s ease;
}

.nav-active,
nav.nav-active,
.sticky-top.nav-active,
.sticky-top:has(nav.nav-active) {
    background: rgba(255, 255, 255, 0.62) !important;
    -webkit-backdrop-filter: blur(26px) saturate(1.65);
    backdrop-filter: blur(26px) saturate(1.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 18px 50px rgba(55, 86, 115, 0.13), var(--ml-highlight) !important;
}

nav.nav-active .container,
nav.nav-active .container-fluid,
.sticky-top.nav-active .container,
.sticky-top.nav-active .container-fluid {
    min-height: 66px;
}

nav .navbar-nav {
    background: rgba(255, 255, 255, 0.34) !important;
}

nav.nav-active .navbar-nav,
.sticky-top.nav-active .navbar-nav,
.nav-active .navbar-nav {
    background: rgba(255, 255, 255, 0.62) !important;
    border-color: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 12px 34px rgba(50, 80, 110, 0.12);
}

@media only screen and (width <= 764px) {
    .nav-active,
    nav.nav-active,
    .sticky-top.nav-active,
    .sticky-top:has(nav.nav-active) {
        background: rgba(255, 255, 255, 0.72) !important;
    }
}

/********** MINAPLACE FEATURES + COUNTER BLUE GLASS **********/
.features,
.counter {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 8%, rgba(157, 231, 255, 0.82), transparent 19rem),
        radial-gradient(circle at 88% 20%, rgba(61, 158, 239, 0.46), transparent 24rem),
        linear-gradient(135deg, rgba(235, 249, 255, 0.72) 0%, rgba(210, 235, 255, 0.72) 46%, rgba(180, 218, 251, 0.66) 100%) !important;
}

.features::after,
.counter::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: radial-gradient(circle at center, #000, transparent 76%);
    opacity: .42;
}

.features .card,
.counter .card {
    position: relative;
    min-height: 188px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(177, 247, 255, 0.62), transparent 54%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.45), rgba(75, 165, 236, 0.28)) !important;
    -webkit-backdrop-filter: blur(30px) saturate(1.8);
    backdrop-filter: blur(30px) saturate(1.8);
    border: 1px solid rgba(255, 255, 255, 0.78) !important;
    border-radius: 32px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        inset 0 -18px 42px rgba(69, 150, 229, 0.16),
        0 24px 60px rgba(49, 122, 191, 0.22) !important;
}

.features .card::before,
.counter .card::before {
    content: "";
    position: absolute;
    width: 78%;
    height: 58%;
    left: 11%;
    top: -28%;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(174, 251, 255, 0.78), rgba(110, 193, 246, 0.22) 56%, transparent 72%);
    border-radius: 0 0 999px 999px;
    filter: blur(.4px);
}

.features .card::after,
.counter .card::after {
    content: "";
    position: absolute;
    width: 84px;
    height: 84px;
    right: 22px;
    bottom: 18px;
    pointer-events: none;
    background: radial-gradient(circle, rgba(118, 218, 255, 0.56), rgba(54, 139, 226, 0.22) 50%, transparent 70%);
    border-radius: 50%;
    filter: blur(1px);
    opacity: .72;
}

.features .card-title,
.counter .card-title {
    position: relative;
    z-index: 1;
    color: #f8fdff !important;
    text-shadow: 0 2px 14px rgba(31, 103, 176, 0.3);
}

.features .card-text,
.counter .card-text {
    position: relative;
    z-index: 1;
    color: rgba(244, 252, 255, 0.84) !important;
    text-shadow: 0 1px 8px rgba(31, 103, 176, 0.24);
}

.counter .card {
    border-top: 1px solid rgba(255, 255, 255, 0.78) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.78) !important;
}

.counter .card-title {
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1;
}

.features .card:hover,
.counter .card:hover {
    transform: translateY(-6px);
    border-color: rgba(219, 252, 255, 0.98) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -18px 42px rgba(69, 150, 229, 0.2),
        0 32px 78px rgba(49, 122, 191, 0.28),
        0 0 42px rgba(93, 205, 255, 0.2) !important;
}

@media only screen and (width <= 764px) {
    .features .card,
    .counter .card {
        min-height: 150px;
        border-radius: 24px !important;
    }
}

/********** MINAPLACE FEATURES + COUNTER BLUE GLASS V2 **********/
.features,
.counter {
    background:
        radial-gradient(circle at 18% 10%, rgba(122, 190, 238, 0.18), transparent 24rem),
        radial-gradient(circle at 82% 28%, rgba(104, 178, 235, 0.14), transparent 28rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(247, 251, 252, 0.28)) !important;
}

.features::before,
.counter::before {
    opacity: .12 !important;
    border-color: rgba(83, 154, 213, 0.22) !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
}

.features::after,
.counter::after {
    opacity: .16;
    background-size: 72px 72px;
}

.features .card,
.counter .card {
    min-height: 0;
    background:
        radial-gradient(circle at 82% 78%, rgba(92, 177, 239, 0.18), transparent 34%),
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.96), transparent 42%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(237, 247, 255, 0.68)) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.35);
    backdrop-filter: blur(28px) saturate(1.35);
    border: 1px solid rgba(255, 255, 255, 0.92) !important;
    border-radius: 24px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        inset 0 -1px 0 rgba(59, 121, 175, 0.08),
        0 18px 48px rgba(57, 104, 145, 0.13) !important;
}

.features .card::before,
.counter .card::before {
    width: 72%;
    height: 48%;
    left: 14%;
    top: -34%;
    background: radial-gradient(ellipse at center, rgba(172, 226, 255, 0.38), rgba(104, 177, 235, 0.1) 58%, transparent 74%);
}

.features .card::after,
.counter .card::after {
    width: 70px;
    height: 70px;
    right: 18px;
    bottom: 16px;
    background: radial-gradient(circle, rgba(92, 177, 239, 0.2), rgba(92, 177, 239, 0.08) 52%, transparent 72%);
    opacity: .7;
}

.features .card-title,
.counter .card-title {
    color: var(--ml-text) !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.features .card-text,
.counter .card-text {
    color: var(--ml-text-soft) !important;
    text-shadow: none;
}

.counter .card {
    border-top: 1px solid rgba(255, 255, 255, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.92) !important;
}

.counter .card-title {
    color: var(--ml-blue-dark) !important;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
}

.features .card:hover,
.counter .card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.98) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset 0 -1px 0 rgba(59, 121, 175, 0.08),
        0 24px 62px rgba(57, 104, 145, 0.18),
        0 0 0 6px rgba(255, 255, 255, 0.22) !important;
}

@media only screen and (width <= 764px) {
    .features .card,
    .counter .card {
        border-radius: 20px !important;
    }
}

/********** MINAPLACE SCROLL MOTION + APPLE GLASS HOVER **********/
:root {
    --ma-ease-out: cubic-bezier(.16, 1, .3, 1);
    --ma-ease-soft: cubic-bezier(.22, .61, .36, 1);
    --ma-glass-hover-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 251, 255, 0.64));
    --ma-glass-hover-shadow: 0 28px 76px rgba(56, 95, 130, 0.2), 0 10px 24px rgba(255, 255, 255, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.96), inset 0 -1px 0 rgba(54, 118, 175, 0.08);
}

.card,
.features .card,
.counter .card,
.service .card,
.pricing .card,
.product .product-card,
.artikel .artikel-card,
.testimonial .card,
.accordion-item,
.custom_selection,
.form-control,
.btnYellowPrimary,
.btn.btn_solid,
.btn.btn_outline,
.about .about-btn,
.contact .contact-btn,
.service .card-footer a,
.pricing .card-footer a,
.product .show-more-product,
.artikel .show-more-artikel {
    transition:
        transform .42s var(--ma-ease-out),
        box-shadow .42s var(--ma-ease-out),
        border-color .42s var(--ma-ease-out),
        background .42s var(--ma-ease-out),
        filter .42s var(--ma-ease-out),
        opacity .42s var(--ma-ease-out);
    will-change: transform;
}

.card,
.features .card,
.counter .card,
.service .card,
.pricing .card,
.product .product-card,
.artikel .artikel-card,
.testimonial .card,
.accordion-item,
.custom_selection {
    transform-style: preserve-3d;
}

.card:hover,
.features .card:hover,
.counter .card:hover,
.service .card:hover,
.pricing .card:hover,
.product .product-card:hover,
.artikel .artikel-card:hover,
.testimonial .card:hover,
.accordion-item:hover,
.custom_selection:hover {
    background: var(--ma-glass-hover-bg) !important;
    border-color: rgba(255, 255, 255, 0.98) !important;
    box-shadow: var(--ma-glass-hover-shadow) !important;
    transform: translateY(-7px) scale(1.012);
    filter: saturate(1.04);
}

.features .card:hover,
.counter .card:hover {
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.98), transparent 42%),
        radial-gradient(circle at 82% 80%, rgba(101, 187, 247, 0.24), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(232, 247, 255, 0.72)) !important;
}

.btnYellowPrimary:hover,
.btn.btn_solid:hover,
.hero .carousel-section .carousel-btn:hover,
.about .about-btn:hover,
.contact .contact-btn:hover,
.service .card-footer a:hover,
.pricing .card-footer a:hover,
.product .show-more-product:hover,
.artikel .show-more-artikel:hover {
    transform: translateY(-3px) scale(1.018);
}

.hero .carousel-section .carousel-img,
.about .about-img,
.product .product-card .img,
.artikel .artikel-card .img,
.service .card-body img,
.detail_produk_slider .detail_produk_slider_item {
    transition: transform .7s var(--ma-ease-out), filter .7s var(--ma-ease-out), box-shadow .7s var(--ma-ease-out);
    will-change: transform;
}

.hero .carousel-section .carousel-img:hover,
.about .about-img:hover,
.product .product-card:hover .img,
.artikel .artikel-card:hover .img,
.service .card:hover .card-body img,
.detail_produk_slider .detail_produk_slider_item:hover {
    transform: scale(1.025);
    filter: saturate(1.08) contrast(1.03);
}

@keyframes minaplace-rise-in {
    from {
        opacity: 0;
        transform: translate3d(0, 46px, 0) scale(.985);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes minaplace-left-in {
    from {
        opacity: 0;
        transform: translate3d(-46px, 22px, 0) scale(.985);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes minaplace-right-in {
    from {
        opacity: 0;
        transform: translate3d(46px, 22px, 0) scale(.985);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes minaplace-glass-pop {
    0% {
        opacity: 0;
        transform: translate3d(0, 34px, 0) scale(.94);
        filter: blur(12px) saturate(.9);
    }
    70% {
        opacity: 1;
        transform: translate3d(0, -4px, 0) scale(1.012);
        filter: blur(0) saturate(1.05);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0) saturate(1);
    }
}

@keyframes minaplace-soft-zoom {
    from {
        opacity: 0;
        transform: scale(1.08);
        filter: blur(12px) saturate(.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
        filter: blur(0) saturate(1);
    }
}

@supports (animation-timeline: view()) {
    @media (prefers-reduced-motion: no-preference) {
        .hero .carousel-section h1,
        .hero .carousel-section p,
        .hero .carousel-section .carousel-btn,
        .title-section,
        .about h1,
        .about p,
        .service h1,
        .service .desk-section,
        .pricing h1,
        .pricing p,
        .product h2,
        .product p,
        .contact h1,
        .testimonial h1,
        .testimonial .desk-section {
            animation: minaplace-rise-in both;
            animation-timeline: view();
            animation-range: entry 4% cover 34%;
        }

        .hero .carousel-section .carousel-img,
        .about .about-img,
        .detail_produk_slider .detail_produk_slider_item {
            animation: minaplace-soft-zoom both;
            animation-timeline: view();
            animation-range: entry 0% cover 38%;
        }

        .hero .carousel-section .content .isi-content:first-child,
        .about .content .isi-content:first-child,
        .detail_artikel .isi-content,
        .detail_tnc .isi-content {
            animation: minaplace-left-in both;
            animation-timeline: view();
            animation-range: entry 4% cover 36%;
        }

        .hero .carousel-section .content .isi-content:last-child,
        .about .content .isi-content:last-child,
        .contact .col-12 {
            animation: minaplace-right-in both;
            animation-timeline: view();
            animation-range: entry 4% cover 36%;
        }

        .features .card,
        .counter .card,
        .service .card,
        .pricing .card,
        .product .product-card,
        .artikel .artikel-card,
        .testimonial .card,
        .accordion-item,
        .custom_selection {
            animation: minaplace-glass-pop both;
            animation-timeline: view();
            animation-range: entry 0% cover 32%;
        }

        .features .isi-content:nth-child(2) .card,
        .counter .isi-content:nth-child(2) .card,
        .service .isi-content:nth-child(2) .card,
        .pricing .isi-content:nth-child(2) .card,
        .product .item:nth-child(2) .product-card,
        .artikel .item:nth-child(2) .artikel-card {
            animation-range: entry 6% cover 36%;
        }

        .features .isi-content:nth-child(3) .card,
        .counter .isi-content:nth-child(3) .card,
        .service .isi-content:nth-child(3) .card,
        .pricing .isi-content:nth-child(3) .card,
        .product .item:nth-child(3) .product-card,
        .artikel .item:nth-child(3) .artikel-card {
            animation-range: entry 10% cover 40%;
        }

        .features .isi-content:nth-child(n+4) .card,
        .counter .isi-content:nth-child(n+4) .card,
        .service .isi-content:nth-child(n+4) .card,
        .pricing .isi-content:nth-child(n+4) .card,
        .product .item:nth-child(n+4) .product-card,
        .artikel .item:nth-child(n+4) .artikel-card {
            animation-range: entry 14% cover 44%;
        }

        footer .brand,
        footer .footer-list,
        footer .subscribe {
            animation: minaplace-rise-in both;
            animation-timeline: view();
            animation-range: entry 0% cover 30%;
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
}

/********** MINAPLACE FEATURES + COUNTER NEUTRAL BRIDGE **********/
.features,
.counter {
    background:
        radial-gradient(circle at 18% 0%, rgba(117, 178, 225, 0.1), transparent 23rem),
        radial-gradient(circle at 86% 8%, rgba(255, 195, 93, 0.14), transparent 24rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 250, 229, 0.24) 100%) !important;
}

.features {
    border-top: 1px solid rgba(255, 255, 255, 0.52);
}

.counter {
    border-bottom: 1px solid rgba(255, 206, 125, 0.34);
}

.counter::before {
    content: "";
    position: absolute;
    inset: auto 0 -1px 0;
    width: auto;
    height: 130px;
    z-index: -1;
    pointer-events: none;
    opacity: 1 !important;
    border: none !important;
    border-radius: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 190, 85, 0.2) 58%, rgba(240, 144, 31, 0.34) 100%);
    filter: none;
    transform: none;
}

.features::before {
    opacity: .08 !important;
}

.features::after,
.counter::after {
    opacity: .1;
}

.features .card,
.counter .card {
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.98), transparent 44%),
        radial-gradient(circle at 88% 74%, rgba(105, 169, 218, 0.12), transparent 34%),
        radial-gradient(circle at 76% 12%, rgba(255, 205, 118, 0.1), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(249, 252, 250, 0.68)) !important;
    border-color: rgba(255, 255, 255, 0.94) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        inset 0 -1px 0 rgba(171, 118, 46, 0.06),
        0 18px 46px rgba(72, 98, 116, 0.11) !important;
}

.features .card::before,
.counter .card::before {
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.72), rgba(125, 184, 228, 0.08) 60%, transparent 76%);
}

.features .card::after,
.counter .card::after {
    background: radial-gradient(circle, rgba(255, 194, 89, 0.14), rgba(99, 169, 221, 0.08) 52%, transparent 74%);
}

.counter .card-title {
    color: #2c669c !important;
}

.features .card:hover,
.counter .card:hover {
    background:
        radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 1), transparent 44%),
        radial-gradient(circle at 88% 74%, rgba(105, 169, 218, 0.16), transparent 34%),
        radial-gradient(circle at 76% 12%, rgba(255, 205, 118, 0.14), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(252, 253, 248, 0.74)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 1),
        inset 0 -1px 0 rgba(171, 118, 46, 0.07),
        0 24px 62px rgba(72, 98, 116, 0.15),
        0 0 0 6px rgba(255, 255, 255, 0.24) !important;
}

footer {
    margin-top: -1px;
}

/********** MINAPLACE LIGHTBOX FROSTED GLASS OVERLAY **********/
#lightboxOverlay.lightboxOverlay,
.lightboxOverlay {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9998 !important;
    opacity: 1 !important;
    background:
        radial-gradient(circle at 22% 18%, rgba(81, 133, 255, 0.28), transparent 24rem),
        radial-gradient(circle at 78% 16%, rgba(196, 74, 255, 0.25), transparent 24rem),
        radial-gradient(circle at 50% 86%, rgba(55, 214, 255, 0.18), transparent 26rem),
        rgba(2, 5, 10, 0.76) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.35);
    backdrop-filter: blur(18px) saturate(1.35);
}

#lightbox {
    position: fixed !important;
    inset: auto !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 9999 !important;
    width: fit-content !important;
    max-width: calc(100vw - 48px);
    transform: translate(-50%, -50%) !important;
    text-align: left !important;
    line-height: 1.4 !important;
}

#lightbox,
#lightbox * {
    box-sizing: border-box;
}

#lightbox .lb-outerContainer {
    position: relative;
    width: auto !important;
    height: auto !important;
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 76px);
    padding: 18px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.045)),
        radial-gradient(circle at 20% 20%, rgba(108, 202, 255, 0.22), transparent 28rem),
        radial-gradient(circle at 82% 18%, rgba(210, 93, 255, 0.2), transparent 24rem),
        rgba(10, 15, 24, 0.58) !important;
    -webkit-backdrop-filter: blur(30px) saturate(1.55);
    backdrop-filter: blur(30px) saturate(1.55);
    border: 1px solid rgba(255, 255, 255, 0.36) !important;
    border-radius: 28px !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.46),
        inset 0 -1px 0 rgba(255, 255, 255, 0.12),
        0 34px 90px rgba(0, 0, 0, 0.48),
        0 0 80px rgba(75, 157, 255, 0.16) !important;
}

#lightbox .lb-outerContainer::before {
    content: "";
    position: absolute;
    inset: 1px;
    pointer-events: none;
    border-radius: 27px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.24), transparent 34%),
        linear-gradient(300deg, rgba(255, 255, 255, 0.1), transparent 42%);
    mix-blend-mode: screen;
}

#lightbox .lb-container {
    position: relative;
    width: auto !important;
    height: auto !important;
    border-radius: 20px;
    overflow: hidden;
}

#lightbox .lb-image {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: min(86vw, 980px) !important;
    max-height: calc(100vh - 178px) !important;
    object-fit: contain;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 18px !important;
    box-shadow:
        0 18px 54px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.22) !important;
}

#lightbox .lb-dataContainer {
    width: auto !important;
    max-width: calc(100vw - 48px);
    margin-top: 12px;
    padding: 0 8px !important;
    color: rgba(255, 255, 255, 0.82);
}

#lightbox .lb-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.82) !important;
}

#lightbox .lb-details {
    width: auto !important;
    min-width: 0;
}

#lightbox .lb-caption {
    display: block !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.42);
}

#lightbox .lb-number {
    display: inline-flex !important;
    width: fit-content !important;
    margin-top: 6px;
    padding: 5px 10px;
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 12px !important;
    letter-spacing: .02em;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
}

#lightbox .lb-closeContainer {
    position: absolute;
    top: 12px;
    right: 12px;
    width: auto !important;
    height: auto !important;
    float: none !important;
}

#lightbox .lb-close {
    position: relative;
    display: block !important;
    width: 44px !important;
    height: 44px !important;
    opacity: 1 !important;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08)) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    transition: transform .28s var(--ma-ease-out), background .28s var(--ma-ease-out), box-shadow .28s var(--ma-ease-out);
}

#lightbox .lb-close::before,
#lightbox .lb-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 2px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
}

#lightbox .lb-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#lightbox .lb-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

#lightbox .lb-close:hover {
    transform: scale(1.06);
    background: rgba(255, 255, 255, 0.24) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), 0 0 26px rgba(118, 191, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
    opacity: 0 !important;
    transition: opacity .28s var(--ma-ease-out), transform .28s var(--ma-ease-out);
}

#lightbox:hover .lb-nav a.lb-prev,
#lightbox:hover .lb-nav a.lb-next {
    opacity: .9 !important;
}

#lightbox .lb-nav a.lb-prev:hover,
#lightbox .lb-nav a.lb-next:hover {
    transform: scale(1.04);
}

@keyframes minaplace-lightbox-in {
    from {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 18px)) scale(.96);
        filter: blur(10px);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        filter: blur(0);
    }
}

#lightbox[style*="display: block"] {
    animation: minaplace-lightbox-in .36s var(--ma-ease-out) both;
}

@media only screen and (width <= 764px) {
    #lightbox {
        max-width: calc(100vw - 24px);
    }

    #lightbox .lb-outerContainer {
        max-width: calc(100vw - 24px);
        padding: 12px;
        border-radius: 22px !important;
    }

    #lightbox .lb-container,
    #lightbox .lb-image {
        border-radius: 15px !important;
    }

    #lightbox .lb-image {
        max-width: calc(100vw - 48px) !important;
        max-height: calc(100vh - 160px) !important;
    }

    #lightbox .lb-closeContainer {
        top: 8px;
        right: 8px;
    }

    #lightbox .lb-close {
        width: 40px !important;
        height: 40px !important;
    }
}

/********** MINAPLACE HERO GOLD LINE DESKTOP FIT **********/
.hero:has(.hero-title , .hero-desk) {
    min-height: clamp(780px, 78vh, 920px);
    padding-block: clamp(7rem, 10vh, 9rem) clamp(7rem, 11vh, 10rem);
    overflow: hidden;
}

.hero:has(.hero-title , .hero-desk)::before {
    width: clamp(340px, 26vw, 500px);
    height: clamp(540px, 62vh, 700px);
    top: 50%;
    right: max(5vw, calc((100vw - 1320px) / 2 + 2rem));
    transform: translateY(-44%) rotate(-8deg);
    transform-origin: center;
}

.hero:has(.hero-title , .hero-desk)::after {
    width: clamp(22rem, 28vw, 34rem);
    height: clamp(22rem, 28vw, 34rem);
    top: 50%;
    right: max(-7rem, calc((100vw - 1320px) / 2 - 9rem));
    transform: translateY(-48%);
}

.hero:has(.hero-title , .hero-desk) .hero-title,
.hero:has(.hero-title , .hero-desk) .hero-desk {
    position: relative;
    z-index: 1;
}

@media only screen and (width >= 1200px) and (height <= 900px) {
    .hero:has(.hero-title , .hero-desk) {
        min-height: 820px;
        padding-block: 7rem 8.5rem;
    }

    .hero:has(.hero-title , .hero-desk)::before {
        height: 640px;
        top: 52%;
        transform: translateY(-50%) rotate(-8deg);
    }
}

@media only screen and (764px <= width <= 1199px) {
    .hero:has(.hero-title , .hero-desk) {
        min-height: clamp(720px, 72vh, 850px);
        padding-block: 6rem 7rem;
    }

    .hero:has(.hero-title , .hero-desk)::before {
        width: clamp(320px, 38vw, 470px);
        height: clamp(500px, 58vh, 660px);
        right: -1rem;
        top: 50%;
        transform: translateY(-45%) rotate(-8deg);
    }
}

@media only screen and (width <= 764px) {
    .hero:has(.hero-title , .hero-desk) {
        min-height: 560px;
        padding-block: 5.5rem 5rem;
    }

    .hero:has(.hero-title , .hero-desk)::before {
        width: 320px;
        height: 480px;
        right: -9rem;
        top: 54%;
        transform: translateY(-50%) rotate(-8deg);
        opacity: .36;
    }
}

/********** MINAPLACE RADIO + CHECK GLASS CONTROLS **********/
.form-check {
    position: relative;
    display: flex;
    align-items: center;
    gap: .65rem;
    width: fit-content;
    min-height: 38px;
    margin: .45rem 0;
    padding: .38rem .74rem .38rem .48rem !important;
    color: var(--ml-text-soft) !important;
    background: rgba(255, 255, 255, 0.44);
    -webkit-backdrop-filter: blur(18px) saturate(1.45);
    backdrop-filter: blur(18px) saturate(1.45);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 999px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 24px rgba(50, 80, 110, 0.08);
    transition: transform .3s var(--ma-ease-out), box-shadow .3s var(--ma-ease-out), background .3s var(--ma-ease-out), border-color .3s var(--ma-ease-out);
}

.form-check:hover,
.form-check:has(input:focus-visible) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.64);
    border-color: rgba(255, 255, 255, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 16px 34px rgba(50, 80, 110, 0.13),
        0 0 0 5px rgba(79, 136, 189, 0.08);
}

.form-check:has(input:checked) {
    color: var(--ml-text) !important;
    background:
        radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.88), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(223, 241, 255, 0.58));
    border-color: rgba(122, 190, 238, 0.46);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 14px 32px rgba(79, 136, 189, 0.16),
        0 0 0 5px rgba(79, 136, 189, 0.1);
}

.form-check-input,
input[type="radio"],
input[type="checkbox"] {
    flex: 0 0 auto;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.42) 42%, rgba(230, 244, 255, 0.36) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.86) !important;
    border-radius: 50% !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        inset 0 -1px 0 rgba(52, 110, 160, 0.1),
        0 8px 18px rgba(49, 103, 150, 0.14);
    transition: transform .24s var(--ma-ease-out), box-shadow .24s var(--ma-ease-out), background .24s var(--ma-ease-out), border-color .24s var(--ma-ease-out);
}

input[type="checkbox"] {
    border-radius: 7px !important;
}

.form-check-input:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover {
    transform: scale(1.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 10px 22px rgba(49, 103, 150, 0.18),
        0 0 0 5px rgba(79, 136, 189, 0.09);
}

.form-check-input:checked,
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background:
        radial-gradient(circle at 50% 50%, #ffffff 0 24%, transparent 26%),
        linear-gradient(145deg, #78b3e2, #4f88bd) !important;
    border-color: rgba(255, 255, 255, 0.92) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 10px 24px rgba(79, 136, 189, 0.26),
        0 0 0 5px rgba(79, 136, 189, 0.14);
}

input[type="checkbox"]:checked {
    background:
        linear-gradient(145deg, #78b3e2, #4f88bd) !important;
}

input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    margin: 5px auto 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.form-check-input:focus,
.form-check-input:focus-visible,
input[type="radio"]:focus,
input[type="radio"]:focus-visible,
input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible {
    outline: none !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.86),
        0 0 0 5px rgba(79, 136, 189, 0.18),
        0 12px 26px rgba(49, 103, 150, 0.16) !important;
}

.form-check-label,
.form-check label,
.product .wrapper .explore-website .form-check label,
.artikel .wrapper .explore-website .form-check label {
    margin: 0;
    cursor: pointer;
    color: inherit !important;
    font-weight: 600;
    line-height: 1.2;
}

.product .wrapper .explore-website .form-check,
.artikel .wrapper .explore-website .form-check {
    padding-inline-start: .48rem !important;
}

.product .wrapper .explore-website,
.artikel .wrapper .explore-website {
    color: var(--ml-text-soft);
}

@media only screen and (width <= 764px) {
    .form-check {
        width: 100%;
        min-height: 42px;
    }
}

/********** MINAPLACE FILTER RADIO REFINEMENT **********/
.product .wrapper .explore-website form,
.artikel .wrapper .explore-website form {
    display: grid;
    gap: .55rem;
    margin-top: .7rem;
}

.product .wrapper .explore-website .kategori,
.artikel .wrapper .explore-website .kategori {
    display: grid;
    gap: .55rem;
}

.product .wrapper .explore-website .form-check,
.artikel .wrapper .explore-website .form-check {
    width: 100%;
    max-width: 260px;
    min-height: 40px;
    gap: .55rem;
    margin: 0;
    padding: .45rem .8rem .45rem .54rem !important;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 16px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 20px rgba(54, 91, 120, 0.07);
}

.product .wrapper .explore-website .form-check:hover,
.artikel .wrapper .explore-website .form-check:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.96),
        0 12px 26px rgba(54, 91, 120, 0.1);
}

.product .wrapper .explore-website .form-check:has(input:checked),
.artikel .wrapper .explore-website .form-check:has(input:checked) {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(237, 248, 255, 0.6)) !important;
    border-color: rgba(93, 151, 203, 0.32);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 12px 26px rgba(79, 136, 189, 0.11);
}

.product .wrapper .explore-website .form-check-input,
.artikel .wrapper .explore-website .form-check-input,
.product .wrapper .explore-website input[type="radio"],
.artikel .wrapper .explore-website input[type="radio"],
.product .wrapper .explore-website input[type="checkbox"],
.artikel .wrapper .explore-website input[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.5) 48%, rgba(230, 244, 255, 0.3) 100%) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        inset 0 -1px 0 rgba(52, 110, 160, 0.08),
        0 5px 12px rgba(49, 103, 150, 0.1);
}

.product .wrapper .explore-website .form-check-input:checked,
.artikel .wrapper .explore-website .form-check-input:checked,
.product .wrapper .explore-website input[type="radio"]:checked,
.artikel .wrapper .explore-website input[type="radio"]:checked {
    background:
        radial-gradient(circle at 50% 50%, #ffffff 0 22%, transparent 24%),
        linear-gradient(145deg, #6fa8d6, #4f88bd) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.68),
        0 6px 14px rgba(79, 136, 189, 0.18);
}

.product .wrapper .explore-website .form-check label,
.artikel .wrapper .explore-website .form-check label,
.product .wrapper .explore-website .form-check-label,
.artikel .wrapper .explore-website .form-check-label {
    font-size: .95rem;
    font-weight: 600;
    color: var(--ml-text-soft) !important;
    line-height: 1.2;
}

.product .wrapper .explore-website .form-check:has(input:checked) label,
.artikel .wrapper .explore-website .form-check:has(input:checked) label,
.product .wrapper .explore-website .form-check:has(input:checked) .form-check-label,
.artikel .wrapper .explore-website .form-check:has(input:checked) .form-check-label {
    color: var(--ml-text) !important;
}

@media only screen and (width <= 764px) {
    .product .wrapper .explore-website .form-check,
    .artikel .wrapper .explore-website .form-check {
        max-width: none;
    }
}

/********** MINAPLACE SHARP TEXT MOTION FIX **********/
@keyframes minaplace-rise-in {
    from {
        opacity: 0;
        transform: translate3d(0, 34px, 0) scale(.99);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes minaplace-left-in {
    from {
        opacity: 0;
        transform: translate3d(-34px, 16px, 0) scale(.99);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes minaplace-right-in {
    from {
        opacity: 0;
        transform: translate3d(34px, 16px, 0) scale(.99);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes minaplace-glass-pop {
    0% {
        opacity: 0;
        transform: translate3d(0, 26px, 0) scale(.97);
    }
    72% {
        opacity: 1;
        transform: translate3d(0, -3px, 0) scale(1.006);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes minaplace-soft-zoom {
    from {
        opacity: 0;
        transform: scale(1.035);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.product .product-card,
.artikel .artikel-card,
.service .card,
.pricing .card,
.features .card,
.counter .card,
.testimonial .card,
.product .product-card .description,
.artikel .artikel-card .description,
.product-card .description .title,
.product-card .description .text,
.artikel-card .description .title,
.artikel-card .description .text {
    filter: none !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

/********** MINAPLACE HERO TEXT GLASS HIGHLIGHT **********/
.hero:has(.hero-title , .hero-desk) .isi-content,
.hero:has(.hero-title , .hero-desk) .col-12 {
    position: relative;
    z-index: 2;
    max-width: min(980px, 92vw);
    margin-inline: auto;
    padding: clamp(1.35rem, 3vw, 2.25rem) clamp(1.25rem, 4vw, 3rem);
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.42) 54%, rgba(255, 255, 255, 0.08) 76%, transparent 100%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.3), rgba(255, 248, 217, 0.18));
    -webkit-backdrop-filter: blur(12px) saturate(1.18);
    backdrop-filter: blur(12px) saturate(1.18);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 30px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.58),
        0 18px 54px rgba(72, 98, 116, 0.08);
}

.hero:has(.hero-title , .hero-desk) .isi-content::before,
.hero:has(.hero-title , .hero-desk) .col-12::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: min(760px, 92vw);
    height: 180px;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(255, 236, 150, 0.42), rgba(255, 255, 255, 0.2) 52%, transparent 78%);
    filter: blur(10px);
    transform: translate(-50%, -50%);
}

.hero:has(.hero-title , .hero-desk) .hero-title {
    display: inline-block;
    margin-inline: auto;
    padding: .05rem .45rem;
    color: var(--ml-text) !important;
    text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.82),
        0 14px 34px rgba(36, 63, 88, 0.13);
}

.hero:has(.hero-title , .hero-desk) .hero-desk {
    max-width: 900px;
    margin: .75rem auto 0;
    color: rgba(11, 36, 58, 0.88) !important;
    font-weight: 500;
    line-height: 1.45;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
}

@media only screen and (width <= 764px) {
    .hero:has(.hero-title , .hero-desk) .isi-content,
    .hero:has(.hero-title , .hero-desk) .col-12 {
        padding: 1.1rem 1rem;
        border-radius: 22px;
    }

    .hero:has(.hero-title , .hero-desk) .hero-desk {
        font-size: .98rem;
    }
}

/********** MINAPLACE HERO PAGE TITLE CENTER LOCK **********/
.hero:has(.hero-title , .hero-desk) .container,
.hero:has(.hero-title , .hero-desk) .content,
.hero:has(.hero-title , .hero-desk) .row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.hero:has(.hero-title , .hero-desk) .isi-content,
.hero:has(.hero-title , .hero-desk) .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    text-align: center !important;
    width: min(100%, 1060px);
    max-width: min(1060px, 88vw);
    margin-inline: auto !important;
    padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 5vw, 4.5rem);
    border-radius: 36px;
}

.hero:has(.hero-title , .hero-desk) .isi-content::after,
.hero:has(.hero-title , .hero-desk) .col-12::after {
    content: "Halaman";
    order: -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto .95rem;
    padding: .42rem .85rem;
    color: var(--ml-blue-dark);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.62);
    -webkit-backdrop-filter: blur(14px) saturate(1.35);
    backdrop-filter: blur(14px) saturate(1.35);
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 10px 22px rgba(79, 136, 189, 0.12);
}

.hero:has(.hero-title , .hero-desk) .hero-title {
    display: block;
    width: 100%;
    margin: 0 auto !important;
    padding: 0;
    text-align: center !important;
    font-size: clamp(2.55rem, 5vw, 4.4rem);
    line-height: 1.03;
    letter-spacing: 0;
}

.hero:has(.hero-title , .hero-desk) .hero-title::after {
    content: "";
    display: block;
    width: clamp(72px, 8vw, 124px);
    height: 5px;
    margin: .8rem auto 0;
    background: linear-gradient(90deg, rgba(79, 136, 189, 0), rgba(79, 136, 189, 0.72), rgba(244, 165, 28, 0.62), rgba(79, 136, 189, 0));
    border-radius: 999px;
}

.hero:has(.hero-title , .hero-desk) .hero-desk {
    width: 100%;
    max-width: 800px;
    margin: 1.05rem auto 0 !important;
    text-align: center !important;
    font-size: clamp(1.05rem, 1.6vw, 1.45rem);
}

@media only screen and (width <= 764px) {
    .hero:has(.hero-title , .hero-desk) .isi-content,
    .hero:has(.hero-title , .hero-desk) .col-12 {
        max-width: calc(100vw - 2rem);
        padding: 1.5rem 1rem;
        border-radius: 24px;
    }

    .hero:has(.hero-title , .hero-desk) .hero-title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }
}
