/*--------------------------------------------------------------
# Pro Solution | Business Template
# Version 1.0
# Kang Mohan
--------------------------------------------------------------*/
@font-face {
  font-family: 'StencilStd';
  src: url('../assets/fonts/StencilStd.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Stencil';
  src: url('../assets/fonts/STENCIL.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cambria';
  src: url('../assets/fonts/cambria.ttc') format('truetype-collection');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cambria';
  src: url('../assets/fonts/cambriab.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Cambria';
  src: url('../assets/fonts/cambriai.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Cambria';
  src: url('../assets/fonts/cambriaz.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

:root {
  --default-font: "Cambria", "Cambria Math", serif;
  --heading-font: 'StencilStd', 'Stencil', sans-serif;
  --primary: #99857C;
  --primary-hover: #79665E;
  --secondary: #C6AB9D;
  --secondary-ligt: #E1D3CC;
  --default-color: #354253;
  --variation: #F15A29;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Setting
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  font-family: var(--default-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.table {
  --bs-table-color: #354253;
  /* Warna font */
}

.bg-primary {
  background-color: var(--primary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.bg-secondary-light {
  background-color: var(--secondary-ligt) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-default {
  color: var(--default-color) !important;
}

.text-variation {
  color: var(--variation) !important;
}

.bg-card {
  background: url('/assets/images/product/bg-card.webp') no-repeat center center;
  background-size: cover;
}

.bg-default {
  background-color: var(--default-color) !important;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary) !important;
  --bs-btn-border-color: var(--primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary-hover) !important;
  --bs-btn-hover-border-color: var(--primary-hover) !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary-hover) !important;
  --bs-btn-active-border-color: var(--primary-hover) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary) !important;
  --bs-btn-disabled-border-color: var(--primary) !important;
}

.btn-outline-primary {
  --bs-btn-color: var(--primary) !important;
  --bs-btn-border-color: var(--primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--primary) !important;
  --bs-btn-hover-border-color: var(--primary) !important;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--primary) !important;
  --bs-btn-active-border-color: var(--primary) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary) !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--primary) !important;
  --bs-gradient: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.min-vh-60 {
  height: 60vh !important;
  min-height: 60vh !important;
}

.min-vh-75 {
  height: 75vh !important;
  min-height: 75vh !important;
}

.right-top {
  object-position: right top !important;
}

@media (min-width: 992px) {
  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-240 {
  padding-top: 240px !important;
}

.strip::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: var(--default-color);
  margin: 4px 10px;
  vertical-align: middle;
}

.strip-white::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: #fff;
  margin: 4px 10px;
  vertical-align: middle;
}

.strip-primary::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: var(--primary);
  margin: 4px 10px;
  vertical-align: middle;
}

.strip-variation::after {
  content: "";
  width: 60px;
  height: 2px;
  display: inline-block;
  background: var(--variation);
  margin: 4px 10px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Blockquote
--------------------------------------------------------------*/
blockquote {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 40px 70px;
  background: var(--primary);
  color: #FFFFFF;
  position: relative;
  border-radius: 5px;
}

blockquote::before,
blockquote::after {
  font-size: 350%;
  font-family: arial;
  display: block;
  position: absolute;
}

blockquote::before {
  content: open-quote;
  left: 30px;
  line-height: 40px;
}

blockquote::after {
  content: close-quote;
  right: 30px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Bullet
--------------------------------------------------------------*/
.backend ul {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0;
}

.backend li {
  position: relative;
  padding-left: 0.5rem;
}

.backend li::marker {
  content: "✚ ";
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.card-body {
  color: var(--default-color);
}

/*--------------------------------------------------------------
# General Navbar
--------------------------------------------------------------*/
.navbar.navbar-expand-md.sticky-top.bg-light .dropdown-toggle::after {
  display: none;
}

.navbar.navbar-expand-md.sticky-top.bg-light .dropdown-menu.show {
  margin-top: 15px;
  transition: all 0.3s ease;
}

.navbar-nav {
  font-family: var(--heading-font);
  font-size: 1.25rem !important;
}

.nav-link {
  color: var(--primary) !important;
}

.nav-link.active,
.nav-link:hover {
  position: relative;
  color: var(--default-color) !important;
}

@media (max-width: 768px) {
  .navbar.navbar-expand-md.sticky-top.bg-light .dropdown-menu.show {
    margin-top: 5px !important;
  }

  .navbar.navbar-expand-md.sticky-top.bg-light .dropdown-menu {
    width: 300px !important;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: absolute !important;
  }
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero .carousel {
  width: 100%;
  height: 80vh;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.hero img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hero .carousel-container {
  position: absolute;
  top: 90px;
  bottom: 90px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 3;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1140px;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 5%;
  transition: 0.3s;
  opacity: 0.5;
  z-index: 3;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

.hero .carousel-indicators {
  list-style: none;
}

.hero .carousel-indicators li {
  cursor: pointer;
  opacity: 1;
  height: 12px;
  width: 20px;
  transition: 0.3s;
  padding: 0;
}

.hero .carousel-indicators .active {
  background-color: var(--primary);
  width: 40px;
}

@media (max-width: 768px) {
  .hero .carousel {
    min-height: 80vh;
  }

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 10%;
  }
}

/*--------------------------------------------------------------
# Galery 
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
}

.gallery-item {
  flex: 1 0 24rem;
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-image:hover {
  transform: scale(1.15);
}

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallery,
  .gallery-item {
    margin: 0;
  }
}

/*--------------------------------------------------------------
# Section Carousel
--------------------------------------------------------------*/
.section-carousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 2px;
  z-index: 5;
  margin: 0;
  padding: 0;
  list-style: none !important;
  /* Menghilangkan numbering dari list */
}

.section-carousel .carousel-indicators li {
  background-color: var(--primary);
  border: none;
  width: 20px;
  height: 10px;
  transition: width 0.3s ease;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}

.section-carousel .carousel-indicators li.active {
  background-color: var(--primary);
  width: 40px;
  opacity: 1;
}

.section-carousel .carousel-indicators li:focus {
  outline: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  border: 3px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: var(--primary);
}

.services .icon-box .icon i {
  font-size: 56px;
}

.services .icon-box h4 {
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: var(--primary);
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: var(--primary);
}

.services .icon-box:hover .icon {
  color: #fff;
  background: var(--primary);
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/
.ctaction {
  background: linear-gradient(rgba(52, 38, 45, 0.7), rgba(52, 38, 45, 0.7)),
    url('/assets/images/product/1735943995_884054.webp') center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*--------------------------------------------------------------
# Stuck Image
--------------------------------------------------------------*/
.image-stack {
  position: relative;
  height: 400px;
}

.image-bottom {
  position: absolute;
  top: 25%;
  left: 0;
  width: 60%;
  z-index: 1;
}

.image-top {
  position: absolute;
  top: 0;
  left: 25%;
  width: 60%;
  z-index: 2;
}

.image-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: 2;
}

#imgabove {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

#imgabove .position-relative {
  position: relative;
}

#imgabove img.rounded-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 80px;
}

#imgabove .above_img {
  position: absolute;
  bottom: 0;
  width: 60%;
  padding: 20px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--secondary), transparent 20%), var(--primary) 100%);
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  box-sizing: border-box;
  left: 0;
  transform: translateX(12px);
}

#imgabove .above_img h3 a {
  text-decoration: none;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
}

#imgabove .container,
#imgabove .container-fluid {
  z-index: 3;
  position: relative;
}

#imgabove blockquote {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  padding-left: 20px;
  border-left: 2px solid var(--primary);
  margin: 40px 0;
}

#imgabove .btn-get-started {
  background: var(--primary);
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
}

#imgabove .btn-get-started:hover {
  background: color-mix(in srgb, var(--primary) 90%, #fff 15%);
}

#imgabove .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: var(--default-color);
  font-weight: 600;
}

#imgabove .btn-watch-video i {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#imgabove .btn-watch-video:hover {
  color: var(--default-color);
}

#imgabove .btn-watch-video:hover i {
  color: var(--default-color);
}

@media (max-width: 768px) {

  #imgabove .btn-get-started,
  #imgabove .btn-watch-video {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# General Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  font-size: 14px;
  padding: 40px 0 0 0;
  position: relative;
}

.footer .icon {
  color: var(--primary);
  margin-right: 15px;
  font-size: 24px;
  line-height: 0;
}

.footer h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer .address p {
  margin-bottom: 0px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--primary) transparent var(--primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--primary), transparent 20%);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Whatsapp Float
--------------------------------------------------------------*/
.wafloat {
  position: fixed;
  bottom: 20%;
  right: 2.5px;
  z-index: 1000;
  border: none;
  background: none;
  cursor: pointer;
}

.wafloat .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url('/assets/images/product/whatsapp.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: width 0.3s, height 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.wafloat:hover .svg-icon {
  width: 70px;
  height: 70px;
}

.wafloat .hover-text {
  display: none;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  background-color: var(--primary) !important;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.wafloat:hover .hover-text {
  display: block;
}

.modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.modal-header {
  background-color: var(--primary) !important;
  color: white;
  border-bottom: none;
}

.modal-header .btn-close {
  filter: invert(1);
}

.modal-body {
  padding: 20px;
}

.modal-body .row {
  align-items: center;
  margin-bottom: 10px;
}

.modal-body .col-form-label {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
}

.modal-body .form-control {
  font-size: 14px;
}

.modal-body button[type="submit"] {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* Container Card Gambar */
.image-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

/* Gambar */
.image-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

/* Overlay untuk Caption */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}

/* Efek Hover */
.image-card:hover img {
  transform: scale(1.1);
}

.image-card:hover .image-overlay {
  opacity: 1;
}

.active>.page-link,
.page-link.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

a {
  color: var(--primary);
  text-decoration: none !important;
}