body {
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.text-orange { color:var(--bs-orange); }
.navbar-nav .img-flag {
    border: 1px solid #aeaeae;
    filter: grayscale(100%);
}  
.navbar-nav .img-flag.active {
    filter: grayscale(0%);
}
.navbar-nav .img-flag:hover {
    filter: grayscale(0%);
}
.img-logo {
  max-width: 100px; max-height: 100% !important;
}
.countrypicker-md {
  display: inline-block;
}
@media(min-width: 1199px) {
  .countrypicker-md {
    width: 220px;
  }
}
.countrypicker .dropdown-toggle {
    width: fit-content;
}
.countrypicker .dropdown-menu {
    width: auto;
    min-width: auto;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
}
.bootstrap-select .dropdown-menu > li.active > a,
.bootstrap-select .dropdown-menu > li > a:focus {
    color: #fff !important;
    background: #337ab7 !important;
}
ul[class*="img-slider-"] li img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: 0.5s;
    filter: grayscale(1);
}
ul[class*="img-slider-"] li img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 0.5s;
    filter: grayscale(0);
}
.slick-slider {
    overflow: hidden;

    .slick-arrow {
        display:none !important;
    } &:hover {
        .slick-arrow {
            display:block !important;
        }
    }

    .slide {
        margin-right: 1rem;
    }
    
    .slick-track {
        margin: inherit;
        display: flex !important;
    }

    .slick-slide {
        height: inherit !important;
    }
 
    .slick-list {
        width: calc(100% + .750321rem);
    }
}

.slick-prev { left: 20px; }
.slick-next { right: 25px; }
.slick-prev,.slick-next {
    z-index: 2;
    top: 50%;
}
.category .slick-prev,.category .slick-next,
.brand .slick-prev,.brand .slick-next {
    top: 40%;
}
.slick-prev:before,.slick-next:before {
    top: 50%;
    position: absolute;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
}
.slick-prev:before {
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.slick-next:before {
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(90deg);
    -ms-transform: translate(50%, -50%) rotate(90deg);
    transform: translate(50%, -50%) rotate(90deg);
}
.icon-heart {
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 25px;
    cursor: pointer;
    z-index: 1;
}
.icon-heart.home {
    left: 20px;
}
.icon-heart.bc {
    border: 1px solid black;
    display: inline-block;
    position: unset;
}
.icon-heart .fa-heart {
    font-size: 11px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    padding: 7px;
}
.icon-heart .fas.fa-heart {
    display: none;
}
.icon-heart:hover, .icon-heart.active {
    color: #d92027;
}
.icon-heart:hover .far.fa-heart, .icon-heart.active .far.fa-heart {
    display: none;
}
.icon-heart:hover .fas.fa-heart, .icon-heart.active .fas.fa-heart {
    display: inline-block;
}
.product-list .card .card-body, .product-list .card .card-footer {
    font-size: 0.85rem;
    padding: 8px;
}
.product-list .card .card-footer small, .product-list .card .card-footer .far, .product-list .card .card-footer .fas {
    font-size: 0.65rem;
    color: #FFB800;
}
.product-list .card .card-body .discount {
    position: absolute;
    right: -3px;
    top: 10px;
    background: var(--bs-primary);
    color: #fff;
    padding: .1rem .3rem;
    font-weight: 600;
    font-size: 11px;
    z-index: 2;
}
.nav.nav-tabs .nav-link.active {
    color: var(--bs-primary) !important;
    border-bottom: 2px solid var(--bs-primary) !important;
}
.nav.nav-tabs .nav-link {
    color: var(--bs-dark) !important;
}
.slider-thumbnails {
    margin-left: -15px;
    margin-right: -15px;
}
.slider-thumbnails .slick-slide {
    padding: 15px;
    transition: transform 0.3s ease-out;
}
.slider-thumbnails .slick-slide img {
    max-width: 100%;
}
.accordion-button {
    font-size: .9rem;
}
.accordion a:hover, .accordion a.active {
    background-color: #F8F9FA;
}
ul.nav-custom {
    white-space: nowrap;
    overflow-x: auto;
}
ul.nav-custom li {
    display: inline-block;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
}
ul.nav-custom li a {
    color: var(--bs-dark);
}
ul.nav-custom li.active, ul.nav-custom li:hover {
    border-bottom: 2px solid var(--bs-primary);
    font-weight: bold;
    padding-bottom: 15px;
}
ul.nav-custom li.active a, ul.nav-custom li.active, ul.nav-custom li:hover a {
    color: var(--bs-primary) !important;
}
.fa-eye-slash {
    z-index: 99;
}
.was-validated .form-control:valid,
.was-validated .form-control:invalid,
.form-control.is-invalid,
.form-control.is-valid {
  background-image: none;
  padding: .25rem .25rem;
}
.breadcrumb-divider {
  --bs-breadcrumb-divider: '>';
}
.breadcrumb-list .breadcrumb-item::before {
    color:var(--bs-primary) !important;
}
.credit-card {
    position: relative;
    background-image: url("../img/bg-cc.png");
    background-size: cover;
    max-width: 380px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.why-google-authenticator {
    border: 3px solid var(--bs-primary);
    opacity: .75;
    border-radius: 10px;
    width: 600px;
}
.why-google-authenticator .title {
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    width: 400px;
    margin: -38px auto 0px;
}
.dropdown-hover:hover .dropdown-menu-custom {
    display: block;
}
.dropdown-hover .dropdown-menu-custom {
    display: none;
    position: absolute;
    will-change: transform;
}
.dropdown-hover .dropdown-menu-custom.show {
    display: block;
    margin-top: 0px !important;
}
.dropdown-menu-center, .dropdown-menu-center.show {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.btn-notif i.bi-bell, .btn-cart i.bi-bag {
    padding: 5px;
    border-radius: 3px;
}
.btn-notif:hover i.bi-bell, .btn-cart:hover i.bi-bag {
    background: #eaeaea;
}
.icon-menu {
    border: 1px solid;
    font-size: 9px;
    transform: translate(-75%,-30%)!important;
}
.cursor-pointer {
    cursor:pointer;
}
.waiting-payment button:hover {
    background-color: #eaeaea;
}
.transactions-content {
    height:235px;
    overflow:auto;
}
.updates-content {
    height:400px;
    overflow:auto;
}
.clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}
[class*=clamp-] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2 {
    -webkit-line-clamp: 2;
    min-height: 35.69px;
}

ul#location-list {
    width: 100%;
}

ul#location-list li {
    padding: 3px 3px;
}

ul#location-list li:not(:last-child) {
    border-bottom: 1px #dbd4d4 solid ;
}

ul#location-list li .dropdown-item {
    text-wrap: wrap;
}

.currencypicker {
  outline: none !important; box-shadow: none;
}
.custom-transparent button,
.custom-transparent.currencypicker button {
    background-color: transparent !important;
    border:none;
}
.custom-transparent.currencypicker button {
    padding: 0;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.iti { width: 100%; }
.iti__selected-dial-code { font-size: .875rem; }

.select2-container {
    width: 100% !important;
    border: solid #dfdddd 1px;
}

.select2-container--default .select2-selection--multiple {
    border: solid #dfdddd 1px;
    outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dfdddd 1px;
    outline: 0;
}
.no-focus-border:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.card-left-decor1:before {
    background: rgb(var(--bs-primary-rgb));
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    content: " ";
    height: 24px;
    left: 0;
    position: absolute;
    width: 4px;
}

.log .log-item {
    margin-bottom: 10px;
}
.log .log-item .log-datetime, .log .log-item .log-content {
    display: inline-block;
}
.log .log-item .log-datetime {
	vertical-align: top;
	text-align: right;
	padding-right: 58px;
	width: 48%;
}
.log .log-item .log-content {
	width: 50%;
}
.log .log-item .log-content > div {
	position: relative;
}
.log .log-item .log-content > div p {
	color: #6D7588;
}
.log .log-item .log-content > div::before {
	content: '';
	position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #8D96AA;
    left: -35px;
    top: 6px;
    box-shadow: rgb(240, 243, 247) 0px 0px 0px 4px;
    z-index: 2;
}
.log .log-item:first-child .log-content > div::before {
    background-color: var(--GN500, #00AA5B);
    box-shadow: rgb(201, 253, 224) 0px 0px 0px 4px;
}
.log .log-item:not(:last-child) .log-content > div::after {
	content: "";
    position: absolute;
    left: -26px;
    bottom: -28px;
    width: 1px;
    height: calc(100% + 12px);
    border-left: thin dashed var(--NN50, #F0F3F7);
    z-index: 1;
}

#show-qr-code {
    text-align: center;
}
#show-qr-code img {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hover-me:hover {background-color: #F8F9FA !important;}
.bootbox-child.modal {
    display: none; /* Hide default */
    position: absolute; /* Position absolute to parent */
    bottom: 0; /* Align to the bottom of the parent */
    left: 0;
    width: 100%;
    z-index: 1060; /* Above the parent modal */
    border-radius: 0; /* Remove border radius */
}

.bootbox-child.slide-up {
    display: block; /* Show when added to DOM */
    animation: slide-up 0.5s ease forwards; /* Add animation */
}
@keyframes slide-up {
    from {
        transform: translateY(100%); /* Start from below */
    }
    to {
        transform: translateY(0); /* Slide to position */
    }
}


:root{
	--skeleton-bg: #e9e9ee;
	--skeleton-highlight: #f6f6f8;
	--skeleton-radius: 8px;
	--shimmer-duration: 1.2s;
}

.skeleton{
	position: relative;
	overflow: hidden;
	background: var(--skeleton-bg);
	border-radius: var(--skeleton-radius);
	display: inline-block;
	line-height: 1;
	/* ensure no selectable text fallback */
	user-select: none;
}

.skeleton::after{
	content: "";
	position: absolute;
	top: 0;
	left: -150%;
	width: 150%;
	height: 100%;
	background: linear-gradient(90deg, transparent 0%, var(--skeleton-highlight) 50%, transparent 100%);
	transform: translateX(0);
	animation: shimmer var(--shimmer-duration) linear infinite;
}
@keyframes shimmer {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce){
	.skeleton::after{ animation: none; display: none; }
}

/* helper sizes */
.skeleton.h-12{ height: 48px; }
.skeleton.h-8{ height: 32px; }
.skeleton.h-6{ height: 24px; }
.skeleton.h-4{ height: 16px; }
.skeleton.w-100{ width: 100%; }
.skeleton.w-60{ width: 60%; }
.skeleton.w-40{ width: 40%; }
.skeleton.w-32{ width: 32%; }
.skeleton.w-20{ width: 20%; }
.skeleton.round{ border-radius: 50%; }
.skeleton.skeleton-countrypicker { width: 144px; height: 37.8px;}
.skeleton.skeleton-currencypicker { width: 49.29px; height: 23.99px;}

.select2-container.select2-container--default.select2-container--open {
    border: 0px !important;
}

.privacy-policy h1, h3 {
	font-weight: 700;
}

.privacy-policy h1 {
	font-size: 1.5rem;
}

.privacy-policy h3 {
	font-size: 1.25rem;
}

.privacy-policy li, p {
	font-size: 0.8rem;
}

.terms-conditions h1, h3 {
	font-weight: 700;
}

.terms-conditions h1 {
	font-size: 1.5rem;
}

.terms-conditions h3 {
	font-size: 1.25rem;
}

.terms-conditions li, p {
	font-size: 0.8rem;
}

 @media(min-width: 768px) {
    .support-container {
        overflow: hidden;
        box-shadow: 0 0 0.90rem rgba(0, 0, 0, 0.075); 
        border-radius: 0.2rem;
    }
    .support-items {
        display: flex !important;
    }

}

@media(max-width: 767px) {
    .support-container {
        overflow: auto;
        white-space: nowrap;
    }
    .support-items {
        border: 1px #c9e3ff solid;
        display: inline-block !important;
        border-radius: 13px;
    }
}
.support-items.active {
    background-color: #d7eaffff;
    font-weight: 600;
}

.about-content-card {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  animation: fadeIn 0.6s ease-out;
  transition: transform 0.3s, box-shadow 0.3s;
}

.about-intro-card {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
  border: 2px solid #e9d5ff;
}

.about-content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.about-card-icon {
  font-size: 60px;
  margin-bottom: 20px;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.about-card-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.about-card-description {
  font-size: 17px;
  color: #4a5568;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 50px;
}

.about-feature-card {
  background: white;
  border-radius: 16px;
  padding: 35px 28px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #f3f4f6;
  position: relative;
  overflow: hidden;
}

.about-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #d946ef 0%, #9333ea 100%);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.about-feature-card:hover::before {
  transform: scaleX(1);
}

.about-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(217, 70, 239, 0.15);
  border-color: #e9d5ff;
}

.about-feature-icon {
  font-size: 48px;
  margin-bottom: 18px;
  display: inline-block;
  transition: transform 0.4s;
}

.about-feature-card:hover .about-feature-icon {
  transform: scale(1.15) rotate(5deg);
}

.about-feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.about-feature-description {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
}

.mission-section {
  margin-top: 30px;
}

.mission-card {
  background: linear-gradient(135deg, #d946ef 0%, #9333ea 100%);
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(217, 70, 239, 0.3);
  position: relative;
  overflow: hidden;
}

.mission-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mission-title {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.mission-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-hero-section {
  position: relative;
  overflow: hidden;
}

.about-hero-gradient {
  background: linear-gradient(135deg, #ec4899 0%, #d946ef 35%, #9333ea 70%, #7c3aed 100%);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 20px;
}

.about-hero-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

.about-hero-content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 1;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.5px;
}

.about-hero-subtitle {
  font-size: 20px;
  font-weight: 300;
  opacity: 0.95;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 968px) {  
  .about-hero-title {
    font-size: 36px;
  }
  
  .about-card-title {
    font-size: 26px;
  }
  
  .about-features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 640px) {
  .about-hero-title {
    font-size: 28px;
  }
  
  .about-hero-subtitle {
    font-size: 16px;
  }
  
  .about-content-card {
    padding: 25px;
  }
  
  .about-features-grid {
    grid-template-columns: 1fr;
  }
  
  .mission-card {
    padding: 35px 25px;
  }
  
  .mission-title {
    font-size: 28px;
  }
}


.branches-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #46c2ef 0%, #335eea 100%);
  transform: scaleX(0);
  transition: transform 0.4s;
}

.branches-card:hover::before {
  transform: scaleX(1);
}

.branches-card:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 12px 30px rgba(78, 70, 239, 0.15);
  border-color: #e9d5ff;
}

.noUi-connect {
  background: #3C6EFD; /* Biru (warna Bootstrap primary) */
}

/* Avatar box and image styles for profile photo (261x261) */
.avatar-box {
  height: 261px;
  width: 261px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative; /* for absolute positioned buttons inside */
}

.avatar-img {
  object-fit: contain !important;
  object-position: center center !important;
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
}

.avatar-img--cover {
  object-fit: cover !important;
}