/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&amp;family=Playfair+Display:wght@400;500;600;700;800&amp;display=swap');

:root {
    --lightGray: #eeeeee;

    --green: #41E88D !important;
    --gray: #A6BAC3 !important;

    --darkBlue: #053B50 !important;
    --darkGreen: rgb(2, 57, 27);
    --darkGray: #565D60;

    --light: #FEFAF2 !important;
    --dark: #041921 !important;

    --font-title: 'Playfair Display', serif;
    --font-isi: 'Lora' , 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;
    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 {
    max-width: 58% !important;
    text-align: center;
}

/* Section Navbar */
.sticky-top {
    background: var(--light) ;
}

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(--dark) !important;
}


/* Section Navbar On Pages */
nav {
    background: none;
    border: none;
    z-index: 1000;
    transition: .5s ease;
}

.nav-active {
    background: var(--light);
    border-bottom: 1px solid var(--darkGray);
}

.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(--light);
}

.hero .carousel-section {
    min-height: 100vh;
    display: grid !important;
    place-items: center !important;
}

.hero .carousel-section:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.hero .carousel-section .carousel-img {
    height: 100%; 
    aspect-ratio: 4/3; 
    background-size: cover; 
    border-radius: 2rem;
}

.hero .carousel-section h1 {
    font-family: var(--font-title);
    font-weight: 800;
    font-size: 52px;
}

.hero .carousel-section p {
    margin: 1rem 0;
    color: var(--darkGray);
    font-size: 1.1rem;
    font-weight: 600;
}

.hero .carousel-section .carousel-btn {
    color: var(--lightGray);
    padding: .5rem 1.5rem;
    font-weight: 700;
    background: var(--darkBlue);
    border-radius: 2rem;
    transition: all .5s;
    text-transform: uppercase;
}

.hero .carousel-section .carousel-btn:hover {
    background: var(--green);
    transition: all .5s;
}

.hero .owl-nav {
    display: flex;
    justify-content: space-between;
}

.hero .owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background: none;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: solid 2px 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-position: center;
    background-size: cover;
}

.hero .hero-title , 
.hero .hero-desk {
    font-family: var(--font-title) !important;
    text-align: center;
}

.hero .hero-title {
    font-weight: 700;
    text-align: center;
}
.hero .hero-desk {
    font-weight: 400;
    text-align: center;
    text-wrap: pretty;
}

/* Section Features */
.features .card {
    height: 100%;
    background: var(--light);
    border-radius: 0;
    border-bottom: solid 2px #176B87;
}

.features .card-title {
    color: var(--darkBlue);
    font-family: var(--font-title);
    font-weight: 800;
    margin: 0 0 1rem 0;
}

.features .card-text {
    color: var(--darkGray);
    align-self: flex-end;
}

/* Section About */
.about {
    min-height: 100vh; 
    padding: 3.5rem 0;
}

.about .about-img {
    height: 100%; 
    aspect-ratio: 1/1; 
    background-size: cover; 
    border-radius: 2rem;
}

.about h1 {
    font-family: var(--font-title);
    font-weight: 800;
    font-size: 52px;
}

.about p {
    margin: 1.5rem 0;
    color: var(--darkGray);
    font-size: 1.1rem;
    font-weight: 600;
}

.about .about-btn {
    padding: .5rem 1.5rem;
    font-weight: 700;
    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(--light);
}

.counter .card {
    padding: 1rem 0;
    border-radius: 0;
    background: none;
    border: none;
}

.counter .card-title {
    color: var(--darkBlue);
    font-weight: 800;
    font-family: var(--font-title);
}

.counter .card-text {
    color: var(--darkGray);
    font-weight: 600;
}

/* 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:25%;
}

.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: 9px;
    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 .card-title {
    font-family: var(--font-title);
    font-weight: 800;

    /* 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 .card-text {
    font-size: .8rem;

    /* 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 {
    aspect-ratio: 3/4; 
    width: -webkit-fill-available; 
    object-fit: cover;
}

.service .card-footer {
    background: white;
    border: none;
}

.service .card-footer a {
    color: var(--darkBlue);
    font-weight: 600;
}

/* .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 .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 {
    font-weight: 600;
    color: var(--darkGray);
    margin: 1.5rem 0;
}

.pricing .container .content {
    row-gap: 1rem;
}

.pricing .container .content .isi-content {
    flex:0 0 auto;
    width:25.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: 9px;
}

.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;
}

.pricing .card-footer a {
    background: var(--darkBlue);
    border-radius: 2rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
    transition: all .5s;
}

.pricing .card-footer a:hover {
    background: var(--green);
    transition: all .5s;
}

.pricing .card-footer a:hover > span {
    color: var(--darkBlue);
    transition: all .5s;
}

.pricing .card-footer a span {
    font-size: .8rem;
    color: white;
    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(--darkBlue);
    border: none;
    background: var(--green);
    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(--light);
}

.product h2 {
    font-family: var(--font-title);
    font-weight: 800;
}

.product p {
    margin: 1.5rem 0;
}

.product .product-card {
    position: relative;
    box-shadow: -0.92256px 0.92256px 2.76767px 0px rgba(0, 0, 0, 0.03), -2.76767px 5.53534px 5.53534px 0px rgba(0, 0, 0, 0.03), -5.53534px 11.99323px 7.38045px 0px rgba(0, 0, 0, 0.02), -10.14812px 20.29624px 9.22556px 0px rgba(0, 0, 0, 0.01), -16.60601px 32.28947px 10.14812px 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 1rem 1rem 1.5rem;
}

.product-card .description .title {
    font-family: var(--font-title);
    color: var(--darkBlue);
    font-weight: 800;
}

.product-card .description .text {
    margin: 1.5rem 0 .5rem 0;
    color: var(--darkGray);
    font-weight: 700;

    /* 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: 19rem;
    background-size: cover;
    background-position: center;
}

.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;
    box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.15);
    transition: all 0.25s ease 0s;
}

.product .owl-nav .owl-prev {
    left: 2.7%;
    opacity: 0;
}

.product .owl-nav .owl-next {
    right: 2%;
    opacity: 0;
}

.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(--white);
}

.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 .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;
    transition: all .5s;
    color: var(--brown);
}

.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(--darkBlue);
    text-transform: capitalize;
    transition: all .5s;
}

.btn.btn_solid:hover {
    background: var(--green);
    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: 600;
    font-family: var(--font-title);
}

.detail_produk .tab .tablinks:hover {
    border-bottom: 2px solid #176B87;
}

.detail_produk .tab .tablinks.active {
    border-bottom: 2px solid #176B87;
}

.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 {
    padding: 3.5rem 0;
}

.artikel .artikel-card {
    display: flex;
    flex-direction: column-reverse;
    /* box-shadow: -0.92256px 0.92256px 2.76767px 0px rgba(0, 0, 0, 0.03), -2.76767px 5.53534px 5.53534px 0px rgba(0, 0, 0, 0.03), -5.53534px 11.99323px 7.38045px 0px rgba(0, 0, 0, 0.02), -10.14812px 20.29624px 9.22556px 0px rgba(0, 0, 0, 0.01), -16.60601px 32.28947px 10.14812px 0px rgba(0, 0, 0, 0.00); */
}

.artikel .artikel-card .description {
    padding: 1.5rem 1rem 1rem 0;
}

.artikel-card .description .title {
    font-family: var(--font-title);
    color: var(--brown);
    font-weight: 600;
    font-size: 17px;
}

.artikel-card .description .text {
    margin: .5rem 0 .5rem 0;
    color: var(--darkGray);
    font-size: .9rem;

    /* 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: 19rem;
    background-size: cover;
    background-position: center;
    box-shadow: -0.92256px 0.92256px 2.76767px 0px rgba(0, 0, 0, 0.03), -2.76767px 5.53534px 5.53534px 0px rgba(0, 0, 0, 0.03), -5.53534px 11.99323px 7.38045px 0px rgba(0, 0, 0, 0.02), -10.14812px 20.29624px 9.22556px 0px rgba(0, 0, 0, 0.01), -16.60601px 32.28947px 10.14812px 0px rgba(0, 0, 0, 0.00);
}

.artikel:has(.search-bar , .explore-website) {
    background: var(--white);
}

.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-family: var(--font-title);
}

.artikel .wrapper .explore-website .kategori {
    padding-block: 1rem;
}

.artikel .wrapper .explore-website .kategori input {
    accent-color: var(--lightBrown);
}

.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;
    color: var(--darkBlue);
}

.artikel .wrapper .search-bar button {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: var(--darkBlue);
}

.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:has(.wrapper) .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;
    color: var(--dark);
}

.artikel:has(.wrapper) .item .artikel-card .description {
    font-size: 14.5px;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.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;
    transition: all .5s;
    color: var(--brown);
}

.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(--darkBlue);
    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;
    font-family: var(--font-title);
    color: var(--dark);
}

.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 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 {
    padding-block: 2.5rem;
}

.contact .col-12 {
    max-width: 80% !important;
}

.contact h1 {
    font-family: var(--font-title);
    font-weight: 800;
    color: var(--dark);
}

.contact .contact-btn {
    color: var(--darkBlue);
    border-radius: 2rem;
    border: solid 2px var(--darkBlue);
    font-weight: 700;
    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;
    font-weight: 600;
    color: var(--darkGray);
}

.testimonial .card {
    box-sizing: content-box;
    padding: 1rem;
    aspect-ratio: 21/9;
    border-color: #D9DEE2;
}

.testimonial .description h5 {
    font-family: var(--font-title);
    font-weight: 800;
}

.testimonial .description p {
    margin: 1rem 0 0 0;
    color: var(--darkGray);
    font-weight: 600;

    /* 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(--gray);
}

/* ==> ( Icon Social Media Style )  <== */
footer svg {
    overflow: visible;
}

footer svg path {
    fill: var(--gray);
}


footer svg circle {
    stroke: var(--gray);
}
/* ==> ( End )  <== */

footer .social-list a:nth-child(5) svg path {
    stroke: var(--gray);
    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(--gray);
    font-weight: 600;
}

footer h6 {
    color: white;
}

footer .subscribe p {
    color: var(--gray);
    margin: 1.5rem 0;
}

footer .subscribe-btn {
    border-radius: 2rem;
    background: var(--green);
    font-size: 1rem;
    font-weight: 800;
    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;
    }

    .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;
    }

    /* Section Service */
    .service .container .content .isi-content {
        flex:0 0 auto;
        width: 50%;
    }

    /* Section Pricing */
    .pricing .container .content .isi-content {
        flex:0 0 auto;
        width:41.66666667%;
    }

    /* 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 .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;
        text-align: left;
    }

    .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) .row,
    .hero .carousel-section:nth-child(even) .row {
        flex-direction: column-reverse;
    }

    .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 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;
    }

    .features .card-title  {
        font-size: 1.2rem;
    }

    /* Section About */
    .about {
        padding-inline: 1rem;
    }

    .about h1 {
        margin: 1.5rem 0 0 0
    }

    /* 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%;
    }
    
    /* 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;
    }
}