:root {
  --bs-light: #fefefe;
  --bs-gray: #f6f7f9;
  --bs-dark: #001237;
  --bs-dark-lighter: #2e3f64;
  --bs-dark-darker: #212122;
  --bs-text-dark: #111827;
  --bs-primary: #d90000;
  --bs-primary-dark: #af0000;
  --bs-secondary: #002b80;
  --bs-tertiary: #f7b32b;
  --bs-success: #45c4a0;
  --bs-info: #54a8c7;
  --bs-warning: #fab758;
  --bs-danger: #e2626b;
  --bs-body-color: #6d7280;
  --bs-light-rgb: 254, 254, 254;
  --bs-gray-rgb: 241, 241, 241;
  --bs-dark-rgb: 0, 18, 55;
  --bs-primary-rgb: 217, 0, 0;
  --bs-primary-dark-rgb: 175, 0, 0;
  --bs-secondary-rgb: 0, 43, 128;
  --bs-tertiary-rgb: 247, 179, 43;
  --bs-success-rgb: 69, 196, 160;
  --bs-info-rgb: 84, 168, 199;
  --bs-warning-rgb: 250, 183, 88;
  --bs-danger-rgb: 226, 98, 107;
  --bs-link-color: #d90000;
  --bs-link-color-rgb: 217, 0, 0;
  --bs-link-hover-color: #d90000;
  --bs-link-hover-color-rgb: 217, 0, 0;
  --bs-font-sans-serif: "Plus Jakarta Sans";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-root-font-size: 20px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.75;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  word-spacing: unset;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--bs-text-dark);
  font-family: "Michroma";
  line-height: 1.5 !important;
  word-spacing: 0;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.text-tertiary {
  color: var(--bs-tertiary) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: var(--bs-dark) !important;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: white;
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(52, 63, 82, 0.3);
  --bs-navbar-active-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 0;
  --bs-navbar-brand-font-size: 0.7rem;
  --bs-navbar-brand-color: var(--bs-primary);
  --bs-navbar-brand-hover-color: var(--bs-primary);
  --bs-navbar-nav-link-padding-x: 0.75rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-icon-bg: url(
    data:image/svg + xml,
    %3csvgversion="1.1"xmlns="http://www.w3.org/2000/svg"width="45"height="32"viewBox="0 0 45 32"%3e%3cpathfill="%233f78e0"d="M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z"/%3e%3c/svg%3e
  );
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-border-radius: 0.4rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  background: rgba(0, 0, 0, 0.1);
}
.navbar-stick {
  background: var(--bs-dark) !important;
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-transition: none;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 1rem;
  --bs-nav-link-font-size: 14px;
  --bs-nav-link-font-weight: 500;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-stick:not(.navbar-dark) {
  background: rgba(var(--bs-white-rgb), 1);
}
.nav-link {
  --bs-nav-link-font-weight: 500;
  letter-spacing: unset;
  display: flex;
  align-items: center;
  gap: 2.5px;
  border-bottom: 3px solid transparent;
}
.nav-link:focus,
.nav-link:hover {
  border-color: var(--bs-primary);
  color: var(--bs-nav-link-hover-color);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-color: var(--bs-primary);
}
.nav-link.border-transparent-hover:hover {
  border-color: transparent !important;
}
.nav-link .nav-link-icon {
  line-height: 1 !important;
  opacity: 0;
  transition: 0.2s;
}
.nav-link:focus .nav-link-icon,
.nav-link:hover .nav-link-icon {
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar-expand-lg[class*="navbar-bg-"]:not(.fancy):not(.extended):not(.fixed)
    .navbar-collapse
    .nav-link:not(.no-padding) {
    padding: 1rem 0.75rem !important;
    margin: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link:not(.no-padding) {
    padding: 1rem 0.75rem !important;
    margin: 0;
  }
}
.navbar .navbar-other .nav-item .nav-link > svg {
  height: 1.3rem;
}
button.hamburger {
  align-items: end;
}
button.hamburger span {
  width: 0.8rem;
}
.btn-close:before {
  border-radius: 0;
}
.dropdown-item {
  font-weight: 400;
  letter-spacing: 0;
}
.dropdown-toggle::after {
  font-weight: 200 !important;
}
.offcanvas {
  background-color: none;
  background: none;
}
.offcanvas.offcanvas-desktop {
  --bs-offcanvas-width: 20rem;
}
.offcanvas .ornament-1 {
  visibility: hidden;
  display: none;
}
.offcanvas .ornament-2 {
  visibility: hidden;
  display: none;
}
li > p {
  margin-bottom: 0.5rem;
}
.btn {
  --bs-btn-padding-x: 1.2rem;
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.7;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.4rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: none;
}
.btn:not(.btn-link):hover {
  transform: unset;
  box-shadow: none;
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.3rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 13px;
  --bs-btn-border-radius: 0.4rem;
}
.btn-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 152, 159, 172;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--bs-dark);
  --bs-btn-hover-border-color: var(--bs-dark);
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--bs-dark);
  --bs-btn-active-border-color: var(--bs-dark);
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: var(--bs-dark);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-dark);
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: var(--bs-dark);
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 170, 176, 188;
  --bs-btn-active-color: var(--bs-dark);
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  --bs-gradient: none;
}
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-active-bg: var(--bs-primary-dark);
  --bs-btn-active-border-color: var(--bs-primary-dark);
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-tertiary {
  --bs-btn-bg: var(--bs-tertiary);
  --bs-btn-border-color: var(--bs-tertiary);
  --bs-btn-hover-bg: var(--bs-tertiary-dark);
  --bs-btn-hover-border-color: var(--bs-tertiary-dark);
  --bs-btn-active-bg: var(--bs-tertiary-dark);
  --bs-btn-active-border-color: var(--bs-tertiary-dark);
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.btn-dark {
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-bg: var(--bs-dark-darker);
  --bs-btn-hover-border-color: var(--bs-dark-darker);
  --bs-btn-active-bg: var(--bs-dark-darker);
  --bs-btn-active-border-color: var(--bs-dark-darker);
  --bs-btn-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
}
.bg-dark-lighter {
  background: var(--bs-dark-lighter);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: var(--bs-dark);
  --bs-table-border-color: var(--bs-dark);
  --bs-table-striped-bg: var(--bs-dark);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: var(--bs-dark);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: var(--bs-dark);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.home-slider {
  height: 700px !important;
}
.home-slider .slider-home {
  height: 100%;
  width: 100%;
}
.home-slider .slider-home .slider-home-item {
  height: 100%;
  position: relative;
}
.home-slider .slider-home .slider-home-item .background {
  position: absolute;
  inset: 0;
}
.home-slider .slider-home .slider-home-item .background:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.home-slider .slider-home .slider-home-item .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider .slider-home .slider-home-item .container .sup-title {
  padding-left: 20px;
  display: flex;
  width: fit-content;
  color: white;
  position: relative;
  align-items: center;
  font-weight: 600;
}
.home-slider .slider-home .slider-home-item .container .sup-title::before {
  content: "";
  display: block;
  height: 25px;
  width: 60px;
  background: var(--bs-primary);
  position: absolute;
  left: 0;
  z-index: -1;
}
.home-slider .slider-home .slider-home-item .container .title {
  color: white !important;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 1px;
}
.home-slider .slider-home .slider-home-item .container .description {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  width: fit-content;
  font-weight: 600;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero:hover {
  color: white;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero::before {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background: var(--bs-primary);
  position: absolute;
  right: 0;
  transition: 0.2s;
}
.home-slider
  .slider-home
  .slider-home-item
  .container
  .btn-link-hero:hover::before {
  right: 60px;
}
.home-slider .slider-home .slider-home-item .container .btn-link-hero::after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  z-index: -1;
  margin-left: 30px;
}
.home-slider .slider-home .swiper-scrollbar {
  opacity: 1 !important;
  top: calc(50%);
  rotate: 90deg;
  width: 300px;
  right: 10px !important;
  left: auto;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0;
}
.home-slider .slider-home .swiper-scrollbar .swiper-scrollbar-drag {
  background: white;
  border-radius: 0;
}
.content-marquee {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(var(--bs-secondary-rgb), 0.85);
  padding: 20px 0 !important;
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.home-slider
  .slider-home
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--bs-primary);
  color: white;
  width: 50px;
}
.home-slider .slider-home .slider-home-item .animate-zoom {
  animation: animatedBackground 20s linear infinite alternate;
}
@keyframes animatedBackground {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
[class^="social-icon-"] ul,
[class*=" social-icon-"] ul {
  list-style: none;
}
.elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.small-icon li {
  margin: 0 3.5px;
}
.elements-social ul li:first-child {
  margin-left: 0 !important;
}
.elements-social ul li {
  display: inline-block;
}
.social-icon-style-09 ul.light li a {
  border-color: rgba(255, 255, 255, 0.5);
}
.elements-social .light li a {
  color: white;
}
.social-icon-style-09 ul li a {
  z-index: 9;
  border: 1px solid rgba(35, 35, 35, 0.15);
  border-radius: 100%;
  position: relative;
}
.elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-09 ul.light li a:hover {
  color: var(--bs-primary) !important;
  text-decoration: none;
}
.social-icon-style-09 ul.light li a span {
  background-color: white;
}
.social-icon-style-09 ul li a span {
  display: block;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  top: -1px;
  left: -1px;
  padding: 1px;
  box-sizing: content-box;
  margin: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
  pointer-events: none;
  z-index: -1;
  background-color: var(--bs-dark);
}
.social-icon-style-09 ul li a:hover span {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.small-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
}
.content-meta-header {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.content-meta-header .meta-item {
  background: rgba(255, 255, 255, 0.25);
  padding: 0 20px;
  border-left: 3px solid rgba(var(--bs-primary-rgb), 1);
}
.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.bullet-divider {
  display: block;
  height: 4px;
  width: 4px;
  min-width: 4px;
  background: var(--bs-body-color);
  border-radius: 50%;
  opacity: 0.5;
}
.share-buttons-wrapper {
  display: flex;
  gap: 7.5px;
  align-items: center;
}
.btn-share {
  border-radius: 0 !important;
  background: rgba(var(--bs-dark-rgb), 0.1) !important;
  color: rgba(var(--bs-dark-rgb), 0.75);
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 18px;
  padding: 0 7.5px;
  border-bottom: 2px solid transparent;
}
.btn-share:hover {
  background: rgba(var(--bs-dark-rgb), 0.75) !important;
  color: white;
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1000;
  }
}
blockquote {
  font-size: inherit;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.pagination {
  gap: 10px;
  box-shadow: none;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-link {
  width: 2rem;
  height: 2rem;
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--bs-primary);
  transition: all 0.2s;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
}
.active > .page-link,
.page-link.active,
.pagination .page-link:hover {
  z-index: 3;
  color: white;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.disabled > .page-link {
  z-index: 3;
  color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
hr {
  margin: 1.5rem 0;
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  width: fit-content;
  padding: 0;
  line-height: 1;
}
.breadcrumb-item {
  text-transform: capitalize;
  color: white;
  font-weight: 300;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: white;
  font-size: inherit;
  margin-top: 0;
}
.breadcrumb.dark .breadcrumb-item {
  color: var(--bs-dark);
  font-weight: 400;
}
.breadcrumb.dark .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-dark);
}
.goverlay {
  background: rgba(0, 0, 0, 0.75);
}
.glightbox-clean .gprev:before {
  content: "\e92e";
}
.glightbox-clean .gnext:before {
  content: "\e930";
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}
footer {
  background: var(--bs-dark);
}
.hover-underline.light {
  border-bottom: 1px solid transparent;
  width: fit-content;
  padding-bottom: 1px;
}
.hover-underline.light:hover {
  border-color: white;
}
.link-with-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}
.link-with-icon i {
  opacity: 0;
}
.link-with-icon:hover i {
  opacity: 1;
}
.package-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
.package-item .thumbnail-wrapper {
  aspect-ratio: 2 / 1;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.package-item .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.package-item:hover .thumbnail-wrapper img {
  transform: scale(1.1);
}
.package-item .thumbnail-wrapper .post-type {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  padding: 5px 15px;
  font-size: 12px;
  background: var(--bs-secondary);
  border-radius: 510px;
}
.package-item .thumbnail-wrapper .reading-time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  padding: 5px 15px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 510px;
}
.package-item .details {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.package-item.infografis .details {
  padding: 10px 15px;
}
.package-item .details .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.package-item.infografis .details .title {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.package-item .details .title a {
  color: var(--bs-dark);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.package-item .details .date-dropdown-wrapper {
  position: relative;
}
.package-item .details .date-dropdown {
  border: 0;
  border-radius: 10px;
  padding: 1.5px 12.5px;
  font-size: 12px;
  position: unset;
}
.package-item .details .date-dropdown-wrapper .date-dropdown .dropdown-toggle {
  color: inherit;
}
.package-item
  .details
  .date-dropdown-wrapper
  .date-dropdown
  .dropdown-toggle.show::after,
.package-item
  .details
  .date-dropdown-wrapper:hover
  .date-dropdown
  .dropdown-toggle::after {
  rotate: 180deg;
}
@media (min-width: 992px) {
  .package-item
    .details
    .date-dropdown-wrapper:hover
    .date-dropdown
    .dropdown-menu {
    display: block;
    left: 0;
  }
}
.package-item .details .date-dropdown .dropdown-menu {
  width: 100%;
  transform: unset !important;
  top: 30px !important;
  height: fit-content;
  max-height: 130px;
  overflow-y: auto;
  padding: 15px 25px;
}
.package-item .details .date-dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}
footer .ornament-1 {
  position: absolute;
  bottom: 0;
  width: 400px;
  left: 0;
}
footer .ornament-1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.1;
  filter: drop-shadow(1px 0 4rem var(--bs-primary));
}
footer .ornament-2 {
  position: absolute;
  top: 0;
  width: 300px;
  right: 0;
  rotate: 180deg;
}
footer .ornament-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.1;
  filter: drop-shadow(0 0 2rem var(--bs-primary));
}
.lh-1 {
  line-height: 1 !important;
}
.content-img {
  position: relative;
}
.content-img::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 20%;
  height: 8px;
  width: 60%;
  background: var(--bs-primary);
}
.content-img img {
  height: auto;
  width: 100%;
}
.section-sup-title {
  padding-left: 20px;
  display: flex;
  width: fit-content;
  color: var(--bs-dark);
  position: relative;
  align-items: center;
  font-weight: 600;
}
.section-sup-title.light {
  padding-left: 20px;
  display: flex;
  width: fit-content;
  color: white;
  position: relative;
  align-items: center;
  font-weight: 600;
}
.section-sup-title::before {
  content: "";
  display: block;
  height: 25px;
  width: 60px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  z-index: 0;
}
.section-sup-title.light::before {
  background: rgba(255, 255, 255, 0.2);
}
.section-title {
  color: var(--bs-dark);
  font-weight: 700;
  font-size: 1.5rem;
}
.section-title.light {
  color: white;
}
.section-title span {
  color: var(--bs-primary);
}
.hero-section-custom {
  position: relative;
  color: white;
}
.hero-section-custom .background-image {
  position: absolute;
  inset: 0;
}
.hero-section-custom .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-section-custom .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}
.hero-section-custom .sup-title {
  color: white;
  margin-bottom: 10px;
  display: block;
}
.hero-section-custom .title {
  color: white;
  font-size: 25px;
  line-height: 1.5 !important;
  text-align: center;
  font-weight: 600;
  font-family: "Michroma";
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.hero-section-custom .title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 110%;
  background: rgba(var(--bs-primary-rgb), 1);
  left: 0;
}
.hero-section-custom .title span {
  position: relative;
  margin-left: 20px;
}
.search-form-header {
  position: relative;
  transform: translateY(-50%);
}
.search-form-wrapper {
  padding: 10px 10px 10px 20px;
  background: white;
  border-radius: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.search-form-wrapper:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 10%;
  width: 4px;
  height: 80%;
  background: var(--bs-primary);
}
.search-form-wrapper p {
  text-wrap: nowrap;
  font-weight: 600;
  color: var(--bs-primary);
  margin: 0;
}
.search-form-wrapper .form-custom {
  font-size: 12px;
  border-radius: 0;
  padding: 7.5px 20px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.05);
}
.search-form-wrapper .btn-search {
  background: var(--bs-primary);
  color: white;
  border: none;
  padding: 7.5px 30px;
  border-radius: 0;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 20px;
}
.search-form-wrapper .btn-search:hover {
  background: var(--bs-primary-dark);
}
.tab-group .tab-panel.hidden {
  display: none;
}
.tab-group.hero {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.tab-group.hero .tab-panel {
  height: 100%;
  width: 100%;
  position: relative;
}
.btn-see-all-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  height: 35px;
  width: 100px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 2px solid white;
  backdrop-filter: blur(3px);
  transition: none;
}
.btn-see-all-image:hover {
  background: rgba(0, 0, 0, 0.4);
}
.book-cta-wrapper {
  padding: 20px 20px 15px;
  background: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
.book-cta-wrapper .spesial-offer-text {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 1;
  transform: translateY(-50%);
  padding: 5px;
  background: var(--bs-danger);
  border-radius: 5px;
  font-size: 11px;
  color: white;
}
.inclusion-list-item {
  display: flex;
  align-items: start;
  gap: 15px;
}
.inclusion-list-item .icon {
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex: 0 0 auto;
}
.inclusion-list-item.success .icon {
  background: rgba(var(--bs-success-rgb), 0.2);
  color: var(--bs-success);
}
.inclusion-list-item.danger .icon {
  background: rgba(var(--bs-danger-rgb), 0.2);
  color: var(--bs-danger);
}
.inclusion-list-item .value {
  font-size: 12px;
}
.itinerary-accordion .accordion-item-box {
  display: flex;
  align-items: start;
  gap: 20px;
  padding-bottom: 30px;
  position: relative;
}
.itinerary-accordion .accordion-item-box:last-child {
  padding-bottom: 0;
}
.itinerary-accordion .accordion-item-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 14px;
  display: block;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
}
.itinerary-accordion .accordion-item-box:last-child::before {
  content: none;
}
.itinerary-accordion .accordion-item-box .icon {
  width: 30px;
  height: 30px;
  background: var(--bs-primary);
  color: white;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
  line-height: 1;
  position: relative;
}
.itinerary-accordion .accordion-item-box.no-icon .icon {
  transform: scale(0.5);
  background: var(--bs-tertiary);
}
.itinerary-accordion .accordion-item {
  width: 100%;
}
.itinerary-accordion .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itinerary-accordion .card-header button:before {
  content: none;
}
.itinerary-accordion .card-header button.collapsed:before {
  content: none;
}
.itinerary-accordion .accordion-item .card-header button:after {
  font-family: Unicons;
  position: relative;
  left: unset;
  content: "\e932";
  font-size: 20px;
  font-weight: 400;
  width: auto;
  color: var(--bs-primary);
}
.itinerary-accordion .accordion-item .card-header button.collapsed:after {
  content: "\e92d";
}
.itinerary-accordion .accordion-item .card-body {
  display: flex;
  gap: 20px;
}
.itinerary-accordion .accordion-item .card-body img {
  width: 125px;
  height: 125px;
  flex: 0 0 auto;
  object-fit: cover;
}
.testimony-item {
  padding: 20px;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.25),
    transparent 75%
  );
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.testimony-item .quote-wrapper {
  height: 50px;
  width: 50px;
  background: var(--bs-dark);
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimony-item .quote-wrapper svg {
  height: 25px;
  width: 25px;
}
.testimony-item .quote-wrapper svg path {
  fill: white;
}
.testimony-item .google-review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    line-height: 1;
}
.testimony-item .google-review p {
    text-wrap: nowrap;
    line-height: 1 !important;
    font-size: 10px;
}
.testimony-item .google-review img {
    height: 15px;
    line-height: 1;
}
.testimony-item .google-review a {
    color: #3C91E6;
}
.testimony-item .stars {
  display: flex;
  gap: 5px;
}
.testimony-item .stars img {
  height: 15px;
}
.testimony-item .description p {
  color: white;
  margin: 0;
  max-height: 125px;
  overflow: auto;
}
.testimony-item .description p::-webkit-scrollbar {
  width: 5px;
}
.testimony-item .description p::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
.testimony-item .description p::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}
.testimony-item .description p::-webkit-scrollbar-thumb:hover {
  background: white;
}
.testimony-item .details .name-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.testimony-item .details .name-wrapper .line {
  display: block;
  height: 2px;
  width: 15px;
  background: white;
  flex: 0 0 auto;
}
.testimony-item .details .name-wrapper .name {
  margin: 0;
  line-height: 1;
  color: white;
  font-size: 15px;
  font-weight: 700;
}
.testimony-item .details .origin {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.testimony-swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  top: unset;
  bottom: unset;
}
.swiper-pagination-bullet {
  background: white;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.testimony-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: white;
}
.feature-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.feature-item-wrapper .feature-item {
  display: flex;
  gap: 20px;
  border-radius: 20px;
  flex-grow: 1;
  padding: 10px;
}
.feature-item-wrapper .feature-item .icon-wrapper {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}
.feature-item-wrapper .feature-item .icon-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.feature-item-wrapper .feature-item .details .title {
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.feature-item-wrapper .feature-item .details .description {
  font-size: 12px;
  margin: 0;
  color: white;
}
.statistic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.statistic-item .icon-wrapper {
  width: 75px;
  height: 75px;
  flex: 0 0 auto;
}
.statistic-item .icon-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.statistic-item .details {
  width: 100%;
}
.statistic-item .details .number-title-wrapper {
  display: flex;
  gap: 5px;
  justify-content: center;
  line-height: 1;
  align-items: center;
  margin-bottom: 5px;
}
.statistic-item .details .number-title-wrapper .number {
  color: var(--bs-dark);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.statistic-item .details .number-title-wrapper .title {
  color: white;
  margin: 0;
  font-weight: 600;
}
.statistic-item .details .line-divider {
  display: block;
  height: 2px;
  width: 20%;
  margin-left: 40%;
  background: var(--bs-primary);
  margin-bottom: 5px;
}
.statistic-item .details .description {
  margin: 0;
  color: var(--bs-dark);
  font-size: 12px;
}
.mobileGallerySwiper .mobile-gallery-item a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.mobileGallerySwiper .mobile-gallery-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobileGallerySwiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}
.mobileGallerySwiper .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
  opacity: 1;
}
.vertical-divider.half {
  height: 50%;
}
.vertical-divider {
  width: 1.5px;
  min-width: 1.5px;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
.price-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 0 0 30px;
}
.price-list .price-item-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: start;
}
.price-list .price-item-wrapper .departure-date {
  color: var(--bs-text-dark);
  width: 200px;
  flex: 0 0 auto;
}
.price-list .price-item-wrapper .price-item {
  padding: 20px 30px;
  background: white;
  width: 100%;
  border-radius: 10px;
}
.price-list .price-item-wrapper .price-item .aviary-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.price-list .price-item-wrapper .price-item .aviary-wrapper .aviary-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.price-list .price-item-wrapper .price-item .aviary-wrapper .aviary-item img {
  height: 15px;
  width: auto;
}
.price-list .price-item-wrapper .price-item .hotel-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.price-list .price-item-wrapper .price-item .hotel-wrapper .hotel-item {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.05);
}
.price-list .price-item-wrapper .price-item .details {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-list .price-item-wrapper .price-item .details .title {
  width: 200px;
  flex: 0 0 auto;
  margin: 0;
  font-weight: 600;
  color: var(--bs-text-dark);
}
.price-list .price-item-wrapper .price-item .details .pricing-wrapper {
  width: 100%;
}
.price-list .price-item-wrapper .price-item .details .button-wrapper {
  width: 200px;
  flex: 0 0 auto;
}
.sort-menu {
  padding: 10px;
  font-size: 12px;
  line-height: normal;
}
.sort-menu .dropdown-item {
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.sort-menu li:last-child .dropdown-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.sort-menu .dropdown-item .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
}
.sort-menu .dropdown-item .form-check .form-check-input {
  margin: 0;
}
.sort-menu .form-check-input:checked {
  background-color: var(--bs-tertiary);
  border-color: var(--bs-tertiary);
}
.img-with-ornament {
  position: relative;
}
.img-with-ornament .img-ornament {
  position: absolute;
  bottom: 0;
  right: -30%;
  width: 50%;
  z-index: -1;
}
.ornament-footer {
  position: absolute;
  width: 750px;
  bottom: 0;
  right: 0;
}
.ornament-about-rect-1 {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.ornament-about-1 {
  position: absolute;
  width: 400px;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.ornament-keunggulan-rect-1 {
  position: absolute;
  width: 100px;
  bottom: 0;
  right: 0;
  rotate: 180deg;
  opacity: 0.05;
}
.cta-section .background-image {
  position: absolute;
  inset: 0;
}
.cta-section .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cta-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--bs-dark-rgb), 0.6);
}
.cta-section .title {
  color: white;
  font-size: 1.5rem;
  line-height: 1.25 !important;
  text-align: center;
  font-weight: 600;
  font-family: "Michroma";
  letter-spacing: 0px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.cta-section .description {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.section-background-image .background-image {
  position: absolute;
  inset: 0;
}
.section-background-image .background-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.section-background-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.section-background-image .overlay.dark {
  background: rgba(var(--bs-dark-rgb), 0.9);
}
.article-item {
  height: 100%;
  position: relative;
}
.article-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  display: block;
  margin-bottom: 30px;
}
.article-item .thumbnail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
.article-item:hover .thumbnail img {
  transform: scale(1.1);
}
.article-item .thumbnail .overlay-article {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 20px;
  background: linear-gradient(135deg, var(--bs-dark), transparent);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.article-item:hover .thumbnail .overlay-article {
  opacity: 1;
}
.article-item .thumbnail .overlay-article a {
  padding: 5px 20px;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.article-item .thumbnail .overlay-article a i {
  font-size: 12px;
}
.article-item .content {
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
  background: white;
  padding: 15px 20px;
  border-top: 3px solid var(--bs-primary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.article-item .content .title {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}
.article-item .content .title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #030711 !important;
}
.article-item .content .title a:hover {
  color: var(--bs-primary) !important;
}
.article-item .content .author {
  margin: 0;
  font-size: 11px;
  color: var(--bs-dark);
  padding: 0px 15px;
  background: rgba(var(--bs-dark-rgb), 0.05);
  border-radius: 0;
  font-weight: 600;
}
.article-item .content .date {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.gallery-category-swiper-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.gallery-category-swiper .swiper-slide {
  width: fit-content;
}
.gallery-category-swiper-wrapper .swiper-button-next,
.gallery-category-swiper-wrapper .swiper-button-prev {
  position: relative;
  top: unset;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: var(--bs-primary);
  border-radius: 50%;
}
.gallery-category-swiper-wrapper .swiper-button-next:after,
.gallery-category-swiper-wrapper .swiper-button-prev:after {
  font-size: 15px;
}
.category-slide-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: fit-content;
  border-radius: 30px;
  font-weight: 500;
  border: 1px solid transparent;
  color: var(--bs-text-dark);
  background: white;
}
.category-slide-item.active,
.category-slide-item:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid var(--bs-dark);
  color: white;
  background: var(--bs-dark);
}
.category-slide-item img {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 10px;
  object-fit: cover;
}
.gallery-home-wrapper {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-auto-rows: min-content;
  gap: 15px;
  height: fit-content;
}
.gallery-home-item {
  min-height: 200px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-home-item .thumbnail {
  height: 100%;
  overflow: hidden;
  aspect-ratio: 2 / 1.25;
}
.gallery-home-item .thumbnail::after {
  background: rgba(var(--bs-dark-rgb), 0.25);
  transition: 0.3s;
}
.gallery-home-item .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.gallery-home-item:hover .thumbnail img {
  transform: scale(1.1);
}
.gallery-home-item .title {
  position: absolute;
  inset: 15px;
  top: auto;
  z-index: 1;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 10px 10px 0;
  border-left: 4px solid var(--bs-primary);
}
.gallery-home-item .title .first-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-dark);
  line-height: 1.3 !important;
  margin-bottom: 10px;
}
.gallery-home-item .title .second-title {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gallery-home-item:nth-child(1) {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
}
.gallery-home-item:nth-child(2) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
}
.gallery-home-item:nth-child(3) {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
  grid-column-start: 7;
  grid-row-start: 1;
}
.gallery-home-item:nth-child(4) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 3;
}
.gallery-home-item:nth-child(5) {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
  grid-column-start: 1;
  grid-row-start: 4;
}
.gallery-home-item:nth-child(6) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 5;
}
.gallery-home-item:nth-child(7) {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
  grid-column-start: 7;
  grid-row-start: 4;
}
.gallery-layanan {
  min-height: 200px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.gallery-layanan .thumbnail {
  height: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.gallery-layanan .thumbnail::after {
  background: rgba(var(--bs-dark-rgb), 0.25);
  transition: 0.3s;
}
.gallery-layanan .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.gallery-layanan:hover .thumbnail img {
  transform: scale(1.1);
}
.gallery-layanan .title {
  position: absolute;
  inset: 15px;
  top: auto;
  z-index: 1;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 10px 10px 0;
  border-left: 4px solid var(--bs-primary);
}
.gallery-layanan .title .first-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--bs-dark);
  line-height: 1.3 !important;
}
.contact-section-wrapper {
  overflow: hidden;
}
.contact-section-wrapper img {
  border-radius: 20px;
}
.contact-form-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
}
.post-sidebar-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 10px;
  border-radius: 15px;
}
.post-sidebar-item .thumbnail {
  width: 100px;
  height: 110px;
  flex: 0 0 auto;
  position: relative;
}
.post-sidebar-item .thumbnail:after {
  content: "";
  height: 4px;
  background: var(--bs-primary);
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
}
.post-sidebar-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-sidebar-item .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.post-sidebar-item .details .title {
  font-weight: 600;
  line-height: 1.5;
  color: var(--bs-dark);
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-sidebar-item .details .description {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-sidebar-item .details .author {
  margin: 0;
  font-size: 10px;
  color: var(--bs-dark);
  padding: 2px 15px;
  background: rgba(var(--bs-dark-rgb), 0.05);
  border-radius: 0px;
}
.post-sidebar-item .details .date {
  margin: 0;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.dropdown-toggle:after {
  font-size: inherit;
}
.dropdown-menu {
  --bs-dropdown-font-size: 14px;
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light
    .dropdown:not(.dropdown-submenu)
    > .dropdown-toggle:after {
    color: inherit;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg:not(.hover-none)
    .navbar-nav
    .dropdown:not(.dropdown-submenu):hover
    > .dropdown-menu {
    border-radius: 0;
    padding: 10px 0;
  }
}
.service-item {
  position: relative;
  overflow: hidden;
}
.service-item .thumbnail {
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
}
.service-item .thumbnail:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.service-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item .content {
  position: absolute;
  bottom: 0;
  padding: 30px 40px;
}
.service-item .content .number {
  font-size: 30px;
  font-weight: 800;
  color: var(--bs-primary);
  margin: 0;
}
.service-item .content .title {
  color: white;
  margin: 0;
  font-size: 16px;
}
.service-item .overlay-content {
  position: absolute;
  inset: 0;
  padding: 40px;
  background: var(--bs-primary);
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.service-item:hover .overlay-content {
  opacity: 1;
  visibility: visible;
}
.service-item .overlay-content .details {
  transform: translateY(100%);
  transition: 0.3s;
}
.service-item:hover .overlay-content .details {
  transform: translateY(0);
}
.service-item .overlay-content .details .number {
  font-size: 30px;
  font-weight: 800;
  color: white;
  margin: 0;
}
.service-item .overlay-content .details .title {
  color: white;
  font-size: 18px;
}
.service-item .overlay-content .details .description {
  color: rgba(255, 255, 255, 0.75);
}
.service-item .overlay-content .details .more-link {
  color: white;
  text-decoration: underline;
}
.feature-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}
.feature-item .icon {
  width: 75px;
  flex: 0 0 auto;
}
.feature-item .icon img {
  width: 100%;
}
.feature-item .details .title {
  font-weight: 600;
  color: var(--bs-dark);
  margin-bottom: 10px;
}
.feature-item .details .description {
  font-size: 12px;
  margin: 0;
}
.product-item {
  height: 100%;
  position: relative;
}
.product-item .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  display: block;
  border: 3px solid transparent;
}
.product-item:hover .thumbnail {
  border: 3px solid var(--bs-primary);
}
.product-item .thumbnail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s all ease-out;
}
.product-item:hover .thumbnail img {
  transform: scale(1.1);
}
.product-item .thumbnail .overlay-product {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 20px;
  background: linear-gradient(135deg, var(--bs-dark), transparent);
  opacity: 0;
  transition: 0.2s all ease-out;
}
.product-item:hover .thumbnail .overlay-product {
  opacity: 1;
}
.product-item .thumbnail .overlay-product a {
  padding: 5px 20px;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  z-index: 1;
}
.product-item .thumbnail .overlay-product a i {
  font-size: 12px;
}
.product-item .content {
  position: relative;
  padding: 10px 20px;
  margin-top: -3px;
}
.product-item .content::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: transparent;
  width: 50%;
  left: 25%;
  height: 0;
  transition: 0.2s;
}
.product-item:hover .content::before {
  background: var(--bs-primary);
  width: 100%;
  height: 100%;
  left: 0;
}
.product-item .content .title {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: relative;
}
.product-item .content .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #030711 !important;
  transition: 0.2s;
}
.product-item:hover .content .title {
  color: white !important;
}
.product-item .content .author {
  margin: 0;
  font-size: 11px;
  color: var(--bs-dark);
  padding: 0px 15px;
  background: rgba(var(--bs-dark-rgb), 0.05);
  border-radius: 0;
  font-weight: 600;
}
.product-item .content .date {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.contact-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  display: flex;
  gap: 10px;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse:hover {
  color: white !important;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.75);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.rise-shake {
  animation: jump-shaking 0.83s infinite;
}
@keyframes jump-shaking {
  0% { transform: translateX(0) }
  35% { transform: rotate(17deg) }
  55% { transform: rotate(-17deg) }
  65% { transform: rotate(17deg) }
  75% { transform: rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}
.partner-image-wrapper img {
    max-width: 150px;
    object-fit: contain;
}