/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
/* variable */
:root {
    --base-color: #e62129;
    --dark-gray: #262b35;
    --medium-gray:#868d98;
    --nero-gray: #1e1d1d;
    --light-medium-gray: #f0f2f8;
    --primary-font: 'Roboto Flex', sans-serif;
    --alt-font: 'Noto Sans', sans-serif;
}
/* reset */
body {
    font-size: 17px;
    line-height: 32px;
}
/* header */
header .navbar-brand img {
    max-height: 45px;
}
header .navbar-brand img.alt-logo {
  max-height: 30px;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-kuro {
  background-image: linear-gradient(to right top, #000000, #121212, #121212d1, #22236d00, #919191b8);
  opacity: 1;
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
}
.bg-nero-gray {
  background-color: var(--nero-gray);
}
.bg-light-red {
  background: #eed1d1;
}
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214,.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a {
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
.left-minus-45px {
  left: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 60px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
  }
  .page-title-extra-large h1 {
    font-size: 40px;
    line-height: 46px;
  }
  header.sticky.sticky-active [data-header-hover=light] {
    background-color: var(--black) !important;
  }
  .featured-image {
    height: 306px !important;
  }
  .regular-image {
    height: 150px !important;
  }
  .grid.xs-gutter-very-small li {
    padding: 3px 3px;
  }
}
.navbar-toggler-line {
  background: var(--base-color);
}
.swiper-slide {
  height: auto !important;
}
.services-box-style-03 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services-box-style-03 .bg-white {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.services-box-style-03 .product-info {
  flex: 1;
}
.hover-border-base-color:hover {
  border-color: var(--base-color) !important;
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.swiper-dark-pagination .swiper-pagination-bullet:hover {
  background-color: var(--base-color);
}
.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--base-color);
}
.swiper-dark-pagination .swiper-pagination-bullet:before {
  border: 1px solid var(--base-color)
}
.slider-navigation-style-03 {
  color: var(--medium-gray);
}
.slider-navigation-style-03:hover {
  color: var(--white);
  background-color: var(--base-color) !important;
}
.btn-gradient-tokopedia {
  background-image: linear-gradient(to right, #03AC0E, #02A40D);
  background-size: 200% auto;
  color: var(--white);
  /*font-size: 18px !important;*/
}
.btn-gradient-shopee {
  background-image: linear-gradient(to right, #EE4D2D, #FF623B);
  background-size: 200% auto;
  color: var(--white);
  /*font-size: 18px !important;*/
}

.dealer-map {
  min-height: 500px;
}

/* Gradient background map */
.bg-gradient-map {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

/* Marker size */
.marker-lg {
  width: 3rem;
  height: 3rem;
}

.marker-md {
  width: 2.5rem;
  height: 2.5rem;
}

/* Animasi pulse/ping (Tailwind-like) */
@keyframes pulse-main {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.pulse-main {
  animation: pulse-main 1.5s ease-in-out infinite;
}

.pulse-ring {
  animation: pulse-ring 1.5s ease-out infinite;
}

/* List dealer scroll */
.dealer-list {
  max-height: 400px;
  overflow-y: auto;
}

/* Hover card efek ala Tailwind (shadow + border color) */
.dealer-card {
  transition: all 0.3s ease;
}

.dealer-card:hover {
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
  border-color: rgba(220, 53, 69, 0.5) !important;
}

.dealer-card:hover .dealer-title {
  color: #dc3545;
}

/* Custom scrollbar (Chrome/Edge/WebKit) */
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(220, 38, 38, 0.5);
  border-radius: 3px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(220, 38, 38, 0.7);
}
.blog-grid .card .blog-categories.blog-kuro {
  position: absolute;
  top: 17px;
  left: 20px;
}
.blog-head .card .blog-categories {
  position: absolute;
  top: 17px;
  left: 20px;
}

.featured-image {
  height: 820px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.regular-image {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.regular-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.social-icon-style-09 ul.light li a {
  border-color: var(--dark-gray);
  background-color: var(--dark-gray);
  border-radius: .625rem;
}
.social-icon-style-09 ul.light li a:hover {
  color: var(--white) !important;
}
.social-icon-style-09 ul.light li a span {
  background-color:  var(--base-color);
  border-radius: .625rem;
}
.bg-gradient-very-light-red-transparent {
  background: rgb(217, 52, 52);
  background: linear-gradient(87.96deg, rgba(255, 7, 7, 0.10) 0.25%, rgba(217, 52, 52, 0) 100.25%);
}
.bg-gradient-very-light-white-transparent {
  background: rgb(217, 52, 52);
  background: linear-gradient(87.96deg, rgba(255, 255, 255, 0.10) 0.25%, rgba(255, 255, 255, 0) 100.25%);
}
.bg-gradient-red-red {
  background-image: linear-gradient(to right top, #de3434, #e73a3a, #ed4444, #f05151, #ef5f43);
}
.bg-gradient-misty-rose {
  background-image: linear-gradient(360deg, rgba(254, 243, 240, 0.5) 0%, #fff6f3 100%);
}
.bg-bright-turquoise {
  background-color: #ffddd4;
}
