@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
:root {
  --primary: #000000;
  --secondary: #000000;
}

body {
  background-color: var(--color-page-background);
}
@media (min-width: 992px) {
  body {
    min-height: 100dvh;
    width: 100%;
  }
}
body #root {
  min-height: 100dvh;
  width: 100%;
  display: flex;
}

.hidden {
  display: none !important;
}

.max-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-light-primary {
  background-color: #ffffff;
}

.bg-light-secondary {
  background-color: #ffffff;
}

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

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

.swiper-carousel-container {
  position: relative;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
}

.swiper-carousel-container {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.swiper-carousel-container .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 25px;
  color: white;
}
.swiper-carousel-container .arrow.light {
  background-color: white;
  color: var(--primary);
}
.swiper-carousel-container .arrow.arrow-left {
  margin-left: -32px;
}
.swiper-carousel-container .arrow.arrow-right {
  margin-right: -32px;
}

#wpadminbar {
  display: none !important;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

:root {
  --wp--style--block-gap: 0 !important;
}

html {
  margin: 0px !important;
}

.an-page-wrapper {
  min-height: 100vh;
}

@font-face {
  font-family: "Sumber";
  src: url("../fonts/SumberBrush.ttf") format("truetype");
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("../fonts/Aeonik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Lexend", sans-serif;
}

.roboto {
  font-family: "Roboto Slab", serif;
}

.carlito {
  font-family: "Carlito", sans-serif;
}

.sumber {
  font-family: "Sumber", cursive;
}

@keyframes pulseRating {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.customHeader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: 0.2s;
  animation: fadeIn 1s;
  z-index: 999;
}
.customHeader .inner {
  background-color: black;
  margin: 20px;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 100px;
  max-width: 1600px;
  width: calc(100% - 20px);
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customHeader .inner .logo {
  width: fit-content;
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-decoration: none;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.customHeader .inner .logo img {
  height: 60px;
  padding: 0px;
  max-width: 100%;
}
.customHeader .inner .logo .logo-title {
  color: #e7bc70;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  margin-left: 12px;
  font-weight: inherit !important;
  letter-spacing: 0px;
}
@media (max-width: 992px) {
  .customHeader .inner .logo .logo-title {
    font-size: 24px;
    margin-left: 8px;
  }
}
.customHeader .inner .logo .svg-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .customHeader .inner .logo .svg-wrapper svg {
    height: 45px;
    padding-left: 40px;
    padding-top: 5px;
  }
}
.customHeader .inner .logo .text-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.customHeader .inner .logo .text-logo-wrapper .icon-wrapper i {
  font-size: 32px;
  color: var(--primary);
}
.customHeader .inner .logo .text-logo-wrapper .texts-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0px;
  text-decoration: none;
  text-align: left;
}
.customHeader .inner .logo .text-logo-wrapper .texts-wrapper .logo-name {
  display: block;
  margin: 0;
  padding: 0;
  width: fit-content;
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.customHeader .inner .logo .text-logo-wrapper .texts-wrapper .logo-tagline {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-decoration: none;
  color: var(--secondary);
  margin-top: -6px;
  font-style: italic;
}
.customHeader .inner .main-menu {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 4px;
  list-style: none;
  margin: 0px;
  padding: 0px 25px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .customHeader .inner .main-menu {
    column-gap: 15px;
  }
}
@media (max-width: 992px) {
  .customHeader .inner .main-menu {
    display: none;
    row-gap: 32px !important;
  }
}
.customHeader .inner .main-menu li {
  list-style: none;
  margin-top: 0px;
  position: relative;
}
.customHeader .inner .main-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .customHeader .inner .main-menu li a {
    font-size: 14px;
  }
}
.customHeader .inner .main-menu li a:hover {
  color: white;
}
.customHeader .inner .main-menu li:hover .menu-item-badge {
  opacity: 1 !important;
}
.customHeader .inner .main-menu li .menu-item-badge {
  font-size: 12px;
  background-color: var(--primary);
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  text-align: center;
  line-height: 18px;
  opacity: 0;
  transition: all 0.2s;
}
.customHeader .inner .main-menu li .menu-item-badge::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: var(--primary);
}
.customHeader .inner .right-menu {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  flex-wrap: wrap;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .customHeader .inner .right-menu {
    display: none;
  }
}
.customHeader .inner .right-menu a {
  background-color: #fff;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid var(--primary);
  color: var(--primary);
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 22px;
  justify-content: center;
}
.customHeader .inner .right-menu a:hover {
  background-color: var(--primary);
  color: white;
  transition: 0.2s;
  cursor: pointer;
}
.customHeader .inner .right-menu a.highlight {
  background-color: var(--primary);
  color: white;
}
.customHeader .inner .right-menu a.highlight:hover {
  background-color: white;
  color: var(--primary);
  transition: 0.2s;
}
.customHeader .inner .mobile-trigger {
  display: none;
}
@media (max-width: 992px) {
  .customHeader .inner .mobile-trigger {
    display: flex;
    font-size: 24px;
    color: white;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    background: transparent;
    border: none;
  }
}
.customHeader .inner .mobile-close {
  display: none;
}
.customHeader.active {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: black !important;
  height: 100dvh;
  padding-top: 36px !important;
}
.customHeader.active .mobile-trigger {
  display: none;
}
@media (max-width: 992px) {
  .customHeader.active .mobile-close {
    display: block;
    font-size: 24px;
    color: white;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
  }
}
.customHeader.active .logo {
  order: 1;
}
.customHeader.active .logo .svg-wrapper svg {
  padding-left: 0px;
  padding-top: 0px;
  height: 60px;
}
.customHeader.active .main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 0px;
  order: 2;
}
.customHeader.active .right-menu {
  order: 3;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding-right: 0px;
}
.customHeader.active .inner {
  background-color: black !important;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px !important;
  margin: 0px !important;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 992px) {
  .customHeader.active .inner {
    border-radius: 0px !important;
  }
}

.blurryHeader {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  outline-offset: 0px;
  background-color: rgba(43, 43, 43, 0.8) !important;
  border: 0 rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sticky-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
@media (min-width: 992px) {
  .sticky-buttons {
    display: none;
  }
}
.sticky-buttons a {
  background-color: var(--primary);
  border: 2px solid white;
  animation: pulse 1s infinite;
  color: white;
  padding: 10px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.layout {
  min-height: 100dvh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.layout-management {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.layout-management .management-page {
  display: flex;
  flex-direction: column;
}
.layout-management .management-page .inside {
  flex: 1;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.layout-management .management-page .inside .page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-management .management-page .inside .page-title-wrapper.center {
  justify-content: center;
  text-align: center;
}
.layout-management .management-page .inside .page-title-wrapper.center h2,
.layout-management .management-page .inside .page-title-wrapper.center p {
  text-align: center;
}
.layout-management .management-page .inside .page-title-wrapper .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.layout-management .management-page .inside .page-title-wrapper .info h2 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  color: var(--color-dark1);
}
.layout-management .management-page .inside .page-title-wrapper .info p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-dark1);
}
.layout-management .management-page .inside .wrapper-card {
  background-color: var(--widget-background-color);
  border-radius: 10px;
  padding: 24px;
}
.layout-management .management-page .inside .wrapper-card.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-management .management-page .inside .wrapper-card.full {
  flex: 1;
}

.account-layout {
  display: flex;
  height: 100%;
}
.account-layout .account-content {
  flex: 1;
}
.account-layout .account-content .account-header {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.account-layout .account-content .account-header .mobile-sidebar-trigger {
  display: none;
}
@media (max-width: 992px) {
  .account-layout .account-content .account-header .mobile-sidebar-trigger {
    display: block;
    cursor: pointer;
    font-size: 24px;
    color: #000000;
  }
}
.account-layout .account-content .account-header .account-header-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  flex: 1;
  position: relative;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button {
  cursor: pointer;
  background-color: white;
  color: black;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button.account {
  background-color: #000000;
  color: white;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 5px;
  max-width: 200px;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown .logged-user-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  background-color: #000000;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown .logged-user-details i {
  color: white;
  font-size: 18px;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown .logged-user-details span {
  font-size: 16px;
  color: white;
  font-weight: bold;
  /* max 1 line */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul li {
  padding: 5px 20px;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul li a {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: black;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul li:hover {
  background-color: #000000;
  color: white;
  transition: 0.2s;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul li:hover a {
  color: white;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul li.logout span {
  font-size: 16px;
  color: black;
  opacity: 0.4;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul li.logout:hover {
  background-color: red;
  transition: 0.2s;
}
.account-layout .account-content .account-header .account-header-buttons .circle-button .account-dropdown ul li.logout:hover span {
  opacity: 1;
  color: white;
}
.account-layout .account-content .account-content-inner {
  padding: 24px;
  margin: 0 auto;
}

.page-layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-layout .page-header {
  display: flex;
  row-gap: 12px;
  column-gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-layout .page-header .title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: black;
}
.page-layout .page-header .right {
  display: flex;
  justify-content: flex-end;
  row-gap: 8px;
  column-gap: 16px;
  flex-wrap: wrap;
  align-items: inherit;
}
.page-layout .page-header .right input,
.page-layout .page-header .right select {
  background-color: white;
  border-radius: 50px;
  border: 1px solid white;
  outline: none;
  padding-left: 16px;
}

.scrollable-area-vertical {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.scrollable-area-vertical .loader {
  display: none;
}
.scrollable-area-vertical.loading {
  overflow-y: hidden !important;
}
.scrollable-area-vertical.loading .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--loader-background);
  z-index: 999;
}
.scrollable-area-vertical.loading .loader i {
  font-size: 32px;
  color: var(--color-dark2);
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.widgets-wrapper-portal {
  flex: 1;
  display: flex;
  padding: 12px;
  gap: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .widgets-wrapper-portal {
    overflow: auto;
    flex-direction: column;
  }
}
.widgets-wrapper-portal.top {
  flex: none;
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .widgets-wrapper-portal.top {
    padding-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .widgets-wrapper-portal.bottom {
    padding-top: 0px;
  }
}
.widgets-wrapper-portal .split-col-widgets {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.widgets-wrapper-portal .widget-portal {
  flex: 1;
  background-color: var(--widget-background-color);
  border-radius: 10px;
  overflow: hidden;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .widgets-wrapper-portal .widget-portal {
    max-height: 80dvh;
    flex: none;
  }
}
.widgets-wrapper-portal .widget-portal.release-notes {
  flex: none;
  width: calc(25% - 12px);
}
@media (max-width: 992px) {
  .widgets-wrapper-portal .widget-portal.release-notes {
    width: 100%;
  }
}
.widgets-wrapper-portal .widget-portal .title {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-dark2);
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.widgets-wrapper-portal .widget-portal .scrollable-area-vertical {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 12px;
}
.widgets-wrapper-portal .widget-portal .search-wrapper {
  width: 100%;
  position: relative;
  background-color: var(--search-background);
  border-radius: 4px;
  height: 40px;
}
.widgets-wrapper-portal .widget-portal .search-wrapper i {
  position: absolute;
  left: 12px;
  top: calc(50% - 8px);
  font-size: 16px;
  color: var(--color-dark2);
  opacity: 0.4;
}
.widgets-wrapper-portal .widget-portal .search-wrapper input {
  padding-left: 40px;
  width: calc(100% - 40px);
  height: 100%;
  border: 0px;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-dark2);
}
.widgets-wrapper-portal .widget-portal .search-wrapper input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-dark2);
  opacity: 0.6;
}

.info-item {
  position: relative;
  display: flex;
  gap: 12px;
  width: fit-content;
  cursor: pointer;
  transition: 0.2s;
}
.info-item .info-item-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}
.info-item .info-item-details .info-item-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: var(--color-dark2);
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.info-item .info-item-details .info-item-category {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: var(--color-dark2);
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.info-item .info-item-details .info-item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--color-dark2);
  margin: 0;
  padding: 0;
}
.info-item .info-item-details .date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--color-dark2);
  opacity: 0.7;
}
.info-item .info-item-details .excerpt {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--color-dark1);
  margin: 0;
  padding: 0;
}
.info-item .left-border {
  transition: 0.2s;
  width: 4px;
  border-radius: 4px;
  background-color: var(--color-dark2);
}
.info-item:hover .left-border {
  width: 8px;
}
.info-item.video .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
  max-height: 160px;
  overflow: hidden;
}
.info-item.video .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.info-item.video .image-wrapper .play-icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: var(--color-dark2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-item.video .image-wrapper .play-icon i {
  font-size: 32px;
  color: var(--color-light1);
}
.info-item.video .description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--color-dark1);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-item.blog-post-item .info-item-details {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
}
.info-item.blog-post-item .info-item-details .image-wrapper {
  flex: none;
  width: 200px;
  min-height: 120px;
  background-size: cover;
  background-position: center;
}
.info-item.blog-post-item .info-item-details .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.info-item.blog-post-item .info-item-details .meta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.info-item.blog-post-item .info-item-details .meta-wrapper .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.info-item.blog-post-item .info-item-details .meta-wrapper .meta-info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  opacity: 0.7;
  margin: 0;
  padding: 0px;
  color: var(--color-dark1);
}

.products-list {
  position: relative;
}
.products-list .swiper-slide:last-child {
  margin-right: 100px !important;
}
.products-list .shade-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 98;
}
.products-list .shade-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  z-index: 98;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.swiper-products-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: var(--color-dark2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}
.swiper-products-arrow i {
  font-size: 16px;
  color: var(--color-light1);
}
.swiper-products-arrow.left {
  left: 12px;
}
.swiper-products-arrow.right {
  right: 12px;
}

.empty-slide {
  width: 200px !important;
  opacity: 0 !important;
}

.themeTogglerButton {
  position: relative;
  width: 48px;
  height: 24px;
  margin: 0 auto;
  font-size: 0;
}
.themeTogglerButton input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  margin: 0;
}
.themeTogglerButton input:checked {
  z-index: 1;
}
.themeTogglerButton input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.themeTogglerButton input:checked + label {
  opacity: 1;
  cursor: default;
}
.themeTogglerButton input:not(:checked) + label:hover {
  opacity: 0.5;
}
.themeTogglerButton label {
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
  font-size: 1rem;
  line-height: 3rem;
  display: inline-block;
  width: 6rem;
  height: 100%;
  margin: 0;
  text-align: center;
}
.themeTogglerButton label:last-of-type {
  margin-left: 6rem;
}
.themeTogglerButton .toggle-outside {
  height: 100%;
  border-radius: 18px;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.5s ease all;
  background: #d8d8d8;
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: none;
}
.themeTogglerButton .toggle-inside {
  border-radius: 5rem;
  background: #192432;
  position: absolute;
  transition: 0.25s ease all;
  height: 18px;
  width: 18px;
  cursor: pointer;
}
.themeTogglerButton .toggle-inside:before {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  content: "\f186";
  font-style: normal;
  color: #ffffff;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  z-index: 3;
  margin: 3% auto;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  right: 0;
  text-align: center;
  color: #fff;
}
.themeTogglerButton input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 27px;
  background-color: #fff;
}
.themeTogglerButton input ~ input:checked ~ .toggle-outside .toggle-inside:before {
  content: "\f185";
  color: var(--color-dark2);
}
.themeTogglerButton input#on:focus ~ .toggle-outside .toggle-inside {
  background-color: #000;
}
.themeTogglerButton input#on:focus ~ .toggle-outside .toggle-inside:before {
  color: #fff;
}
.themeTogglerButton input#off:focus ~ .toggle-outside .toggle-inside {
  background-color: #fff;
}
.themeTogglerButton input#off:focus ~ .toggle-outside .toggle-inside:before {
  color: #000;
}

.loadingWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
.loadingWrapper i {
  font-size: 24px;
  color: var(--color-dark1);
  animation: rotate 2s linear infinite;
}
.loadingWrapper p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toast {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.custom-toaster {
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.custom-toaster .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  opacity: 1;
}
.custom-toaster .btn-close:hover {
  background-color: none !important;
}
.custom-toaster .icon-wrapper {
  flex: none;
  font-size: 24px;
  color: white;
}
.custom-toaster .toast-body {
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.custom-toaster.bg-success {
  background-color: #58ca7f !important;
}
.custom-toaster.bg-error {
  background-color: #b63621 !important;
}
.custom-toaster.bg-info {
  background-color: #000000 !important;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-box {
  background: white;
  border-radius: 6px;
  padding: 20px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.modal-box.small {
  max-width: 400px;
}
.modal-box.medium {
  max-width: 600px;
}
.modal-box.large {
  max-width: 900px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h2 {
  margin: 0;
  font-size: 20px;
}
.modal-header .modal-close {
  background: #000000;
  border: 1px solid #000000;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  line-height: 1;
  padding: 0px;
}
.modal-header .modal-close:hover {
  background-color: white;
  color: #000000;
  border: 1px solid #000000;
}

.modal-content {
  margin-top: 20px;
}

.spinner {
  border: 4px solid #ccc;
  border-top: 4px solid #7a6035;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.multi-select-wrapper {
  position: relative;
  width: 100%;
  max-width: 250px;
}

.multi-select-display {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selected-preview {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.selected-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.badge {
  flex: none;
  background-color: var(--color-dark1);
  color: var(--bs-dark-inverse);
  font-size: 12px;
  padding: 2px;
  border-radius: 12px;
  font-weight: 500;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.multi-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 10;
  background: white;
  border: 1px solid var(--bs-gray-300);
  border-radius: 4px;
  max-height: 250px;
  overflow-y: auto;
  padding: 8px;
}

.search-box input {
  width: 100%;
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 6px;
}

.dropdown-item:hover {
  background-color: #f8f8f8;
}

.chevron {
  margin-left: auto;
}

.dropdown-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--bs-gray-300);
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: background-color 0.2s, border-color 0.2s;
}

.dropdown-item input[type=checkbox]:checked {
  background-color: var(--color-dark1);
  border-color: var(--color-dark1);
}

.dropdown-item input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

.dropdown-item input[type=checkbox]:checked::after {
  opacity: 1;
}

.dropdown-item span {
  user-select: none;
}

.inputsGroup {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 0px;
  border: 1px solid #dee2e6;
  position: relative;
}
.inputsGroup .inputsGroupHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}
.inputsGroup .inputsGroupHeader i {
  font-size: 24px;
  color: #000000;
}
.inputsGroup .inputsGroupHeader .inputsGroupTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: black;
  flex: 1;
}

label {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 4px !important;
  padding-left: 4px !important;
}

.light-text label {
  color: white;
}

.form-control {
  border-radius: 0px;
}

.gallerySortableWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.gallerySortableWrapper .galleryItemWrapper {
  width: 100%;
  max-width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 8px;
  border: 2px solid #000000;
  border-radius: 8px;
  background-color: #fff;
}
.gallerySortableWrapper .galleryItemWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.gallerySortableWrapper .galleryItemWrapper .deleteImageAction {
  position: absolute;
  top: 4px;
  padding: 0px;
  right: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(160, 19, 19);
  border: 1px solid rgb(160, 19, 19);
  border-radius: 15px;
}
.gallerySortableWrapper .galleryItemWrapper .deleteImageAction i {
  font-size: 12px;
  color: #fff;
}
.gallerySortableWrapper .galleryItemWrapper .deleteImageAction:hover {
  background-color: white;
}
.gallerySortableWrapper .galleryItemWrapper .deleteImageAction:hover i {
  color: rgb(160, 19, 19);
}

.toast {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.custom-toaster {
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.custom-toaster .btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  color: white;
  font-size: 14px;
  opacity: 1;
}
.custom-toaster .btn-close:hover {
  background-color: none !important;
}
.custom-toaster .icon-wrapper {
  flex: none;
  font-size: 24px;
  color: white;
}
.custom-toaster .toast-body {
  font-size: 14px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.custom-toaster.bg-success {
  background-color: #58ca7f !important;
}
.custom-toaster.bg-error {
  background-color: #b63621 !important;
}
.custom-toaster.bg-info {
  background-color: #000000 !important;
}

.stats-page {
  width: 100%;
  background-color: #cacaca;
}
.stats-page .header {
  width: 100%;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.stats-page .header .logo-wrapper img {
  width: 100px;
  max-width: 100%;
  height: auto;
}

/* Global color tokens */
:root {
  --primary: #000000; /* your brand color */
  --secondary: #1b1b1b;
  --success: #198754;
  --warning: #ffc107;
  --info: #0dcaf0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  /* Bootstrap’s button variables overridden to use our tokens */
  --bs-btn-font-weight: 600;
  --bs-btn-border-radius: 50rem;
  --bs-btn-border-radius-lg: 50rem;
}

/* Primary button */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--primary), black 15%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--primary), black 20%);
  --bs-btn-focus-shadow-rgb: 181, 41, 47; /* rgb of --primary */
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--primary), black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--primary), black 25%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--primary);
  --bs-btn-disabled-border-color: var(--primary);
}

/* Success button */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--success);
  --bs-btn-border-color: var(--success);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--success), black 15%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--success), black 20%);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--success), black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--success), black 25%);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--success);
  --bs-btn-disabled-border-color: var(--success);
}

/* Warning button */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--warning);
  --bs-btn-border-color: var(--warning);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: color-mix(in srgb, var(--warning), black 10%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--warning), black 15%);
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: color-mix(in srgb, var(--warning), black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--warning), black 25%);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--warning);
  --bs-btn-disabled-border-color: var(--warning);
}

/* Info button */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--info);
  --bs-btn-border-color: var(--info);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: color-mix(in srgb, var(--info), black 10%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--info), black 15%);
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: color-mix(in srgb, var(--info), black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--info), black 25%);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--info);
  --bs-btn-disabled-border-color: var(--info);
}

/* General .btn adjustments */
.btn {
  border-radius: var(--bs-btn-border-radius);
  padding-left: 16px;
  padding-right: 16px;
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-btn-border-radius-lg);
  padding-left: 20px;
  padding-right: 20px;
}

.btn {
  border-radius: 50rem;
  padding-left: 16px;
  padding-right: 16px;
}
.btn.btn-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.btn.btn-lg {
  padding-left: 20px;
  padding-right: 20px;
}

.btn-primary {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: white;
}
.btn-primary:hover {
  background-color: var(--primary);
  color: white;
}

.btn-secondary {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: white;
}
.btn-secondary:hover {
  background-color: var(--secondary);
  color: white;
}

.btn-primary,
.btn-success,
.btn-warning,
.btn-info {
  color: white;
}
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-info:hover {
  color: white;
}

.btn-white {
  border: 1px solid white;
  background-color: white;
}
.btn-white:hover {
  border: 1px solid #cacaca;
  background-color: #f0f0f0;
}

.btn-outline-primary:hover,
.btn-outline-success:hover,
.btn-outline-warning:hover,
.btn-outline-info:hover,
.btn-outline-accent:hover {
  color: white;
}

.btn-icon {
  padding: 0px;
  border-radius: 50%;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
}
.btn-icon.btn-sm {
  height: 26px;
  width: 26px;
}
.btn-icon.btn-sm i {
  font-size: 12px;
}
.btn-icon.btn-md {
  height: 32px;
  width: 32px;
}
.btn-icon.btn-md i {
  font-size: 16px;
}
.btn-icon.btn-lg {
  height: 40px;
  width: 40px;
}
.btn-icon.btn-lg i {
  font-size: 18px;
}

.entityTypeButton {
  max-width: 100%;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 16px;
  border-radius: 12px;
  border: 2px solid #000000;
  background-color: white;
}
.entityTypeButton i {
  font-size: 30px;
  color: #000000;
  text-align: center;
}
.entityTypeButton .buttonTitle {
  color: black;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}
.entityTypeButton .buttonDescription {
  color: black;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.entityTypeButton:hover {
  border: 2px solid #000000;
  background-color: #000000;
  transition: 0.2s;
}
.entityTypeButton:hover i {
  color: white;
}
.entityTypeButton:hover .buttonTitle,
.entityTypeButton:hover .buttonDescription {
  color: white;
}

.actionMenu {
  display: flex;
  gap: 4px;
  padding: 8px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  top: 50% !important;
  transform: translateY(-50%);
}

.website-wrapper {
  width: 100%;
}
.website-wrapper .website-background {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 300px;
  background-position: top left;
  background-repeat: repeat;
}
.website-wrapper .website-background-shade {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.website-wrapper .website-wrapper-inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.website-wrapper .loading-wrapper,
.website-wrapper .error-wrapper {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.website-wrapper .loading-wrapper p,
.website-wrapper .error-wrapper p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: black;
  isolation: isolate;
  padding-top: 116px;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  padding: 24px;
  gap: 24px;
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 48px);
}
@media (max-width: 992px) {
  .hero .inner {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .hero .inner {
    padding-top: 0px;
  }
}
.hero .inner h1 {
  isolation: isolate;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .hero .inner h1 {
    font-size: 52px;
  }
}
.hero .inner p {
  font-size: 22px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 992px) {
  .hero .inner p {
    font-size: 18px;
  }
}
.hero .inner a {
  background-color: white;
  border-radius: 100px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 36px;
}
.hero .inner h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .hero .inner h2 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .hero .inner button {
    margin-right: auto;
  }
}
.hero .inner .left {
  z-index: 2;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(50% - 12px);
}
@media (max-width: 992px) {
  .hero .inner .left {
    width: 100%;
    text-align: center;
  }
}
.hero .inner .left h1 {
  font-size: 54px;
  line-height: 1.2;
  font-family: "Roboto Slab", serif;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
@media (max-width: 992px) {
  .hero .inner .left h1 {
    font-size: 32px;
  }
}
.hero .inner .left h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .hero .inner .left h2 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .hero .inner .left button {
    margin-right: auto;
  }
}
.hero .inner .right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 12px);
}
@media (max-width: 992px) {
  .hero .inner .right {
    width: 100%;
    order: 1;
  }
}
.hero .inner .right img {
  max-width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}

.section-with-video {
  position: relative;
}
.section-with-video .video-background-section {
  background-color: #3538da;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.section-with-video .video-background-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.an-section {
  width: 100%;
  padding: 54px 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.an-section .bg-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.an-section .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.an-section .an-title {
  z-index: 3;
  position: relative;
  width: calc(100% - 24px);
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.an-section .an-title h2 {
  font-family: "Sumber", cursive;
  text-align: center;
  text-transform: uppercase;
  font-size: 68px;
  line-height: 1.1;
  color: white;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .an-section .an-title h2 {
    font-size: 30px;
  }
}
.an-section .an-title h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  color: black;
  margin: 0;
  padding: 0;
}
.an-section .an-title p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.an-section .an-content {
  z-index: 3;
  position: relative;
  width: calc(100% - 32px);
  max-width: 1240px;
  margin: 0 auto;
}
.an-section .an-content.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .an-section .an-content.flex {
    flex-direction: column;
    gap: 30px;
  }
}
.an-section .an-content.flex.align-center {
  align-items: center;
}
.an-section .an-content.flex.center {
  justify-content: center;
}
.an-section .an-content.flex.reverse {
  flex-direction: row-reverse;
}
.an-section .an-content.flex.start {
  justify-content: flex-start;
}
.an-section .an-content.flex.end {
  justify-content: flex-end;
}
.an-section .an-content .an-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  /* iterate w-i from 1 to 12 */
}
.an-section .an-content .an-col.w-1 {
  width: calc(100% / 12 * 1 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-1 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-2 {
  width: calc(100% / 12 * 2 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-2 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-3 {
  width: calc(100% / 12 * 3 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-3 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-4 {
  width: calc(100% / 12 * 4 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-4 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-5 {
  width: calc(100% / 12 * 5 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-5 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-6 {
  width: calc(100% / 12 * 6 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-6 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-7 {
  width: calc(100% / 12 * 7 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-7 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-8 {
  width: calc(100% / 12 * 8 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-8 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-9 {
  width: calc(100% / 12 * 9 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-9 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-10 {
  width: calc(100% / 12 * 10 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-10 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-11 {
  width: calc(100% / 12 * 11 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-11 {
    width: 100%;
  }
}
.an-section .an-content .an-col.w-12 {
  width: calc(100% / 12 * 12 - 10px);
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.w-12 {
    width: 100%;
  }
}
.an-section .an-content .an-col img.featured {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.an-section .an-content .an-col img.max-800 {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.an-section .an-content .an-col img.max-600 {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.an-section .an-content .an-col img.max-400 {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.an-section .an-content .an-col img.center {
  margin: 0 auto;
}
.an-section .an-content .an-col.center {
  justify-content: center;
}
.an-section .an-content .an-col.order-2 {
  order: 2;
}
.an-section .an-content .an-col.order-1 {
  order: 1;
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.order-2-mobile {
    order: 2;
  }
}
@media (max-width: 992px) {
  .an-section .an-content .an-col.order-1-mobile {
    order: 1;
  }
}
.an-section.light-text .an-title {
  color: white;
}
.an-section.light-text .an-title h3,
.an-section.light-text .an-title h2,
.an-section.light-text .an-title p {
  color: white;
}

.home-whys-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.home-whys-boxes .box {
  width: calc(33.3333333333% - 22px);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  background-color: #f9f9f9;
}
@media (max-width: 1200px) {
  .home-whys-boxes .box {
    width: calc(50% - 22px);
  }
}
@media (max-width: 992px) {
  .home-whys-boxes .box {
    width: 100%;
  }
}
.home-whys-boxes .box .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--primary);
  border-radius: 50%;
}
.home-whys-boxes .box .icon-wrapper i {
  font-size: 24px;
  color: white;
}
.home-whys-boxes .box h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}
.home-whys-boxes .box p {
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  margin: 0;
  padding: 0;
}

.review-box {
  background-color: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.review-box .rating {
  display: flex;
  gap: 8px;
}
.review-box .rating i {
  font-size: 20px;
  color: black;
}
.review-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: black;
  margin: 0;
  padding: 0;
}
.review-box .author {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2px;  
}
.review-box .author strong {
  font-size: 16px;
  font-weight: bold;
}
.review-box .author span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
}

.scrolling-bar {
  z-index: 1;
  background-color: #191307;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
@media (min-width: 992px) {
  .scrolling-bar {
    height: 43px;
  }
}
.scrolling-bar .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  width: fit-content;
  white-space: nowrap;
  animation: loop 30s linear infinite;
}
.scrolling-bar .inner span {
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: #e7bc70;
}
.scrolling-bar .inner span i {
  font-size: 20px;
  color: #e7bc70;
}
@media (max-width: 992px) {
  .scrolling-bar .inner span {
    font-size: 12px;
    line-height: 14px;
  }
  .scrolling-bar .inner span i {
    font-size: 16px;
  }
}
.scrolling-bar .fade {
  width: 100%;
  opacity: 0.5;
  position: absolute;
  background: linear-gradient(90deg, #000, transparent 30%, transparent 90%, #000);
  inset: 0;
  pointer-event: none;
}

@keyframes loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.services-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.services-wrapper .box {
  position: relative;
  background-color: var(--primary);
  width: calc(33.3333333333% - 22px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: white;
}
.services-wrapper .box:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .services-wrapper .box {
    width: calc(50% - 22px);
  }
}
@media (max-width: 992px) {
  .services-wrapper .box {
    width: 100%;
  }
}
.services-wrapper .box .icon-wrapper {
  background-color: white;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-wrapper .box .icon-wrapper i {
  font-size: 24px;
  color: var(--primary);
}
.services-wrapper .box h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.services-wrapper .box p {
  font-size: 16px;
  line-height: 1.4;
  color: white;
  margin: 0;
  padding: 0;
}

.gallery-wrapper .gallery-grid {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.gallery-wrapper .gallery-grid .gallery-item {
  width: calc(25% - 22px);
  position: relative;
  max-width: 300px;
  overflow: hidden;
  border-radius: 0px;
  border: 2px solid black;
}
@media (max-width: 1200px) {
  .gallery-wrapper .gallery-grid .gallery-item {
    width: calc(50% - 22px);
  }
}
@media (max-width: 992px) {
  .gallery-wrapper .gallery-grid .gallery-item {
    width: 100%;
  }
}
.gallery-wrapper .gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-wrapper .gallery-grid .gallery-item .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.gallery-wrapper .gallery-grid .gallery-item .text {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  color: white;
  z-index: 3;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gallery-wrapper .gallery-grid .gallery-item .text .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.gallery-wrapper .gallery-grid .gallery-item .text .date {
  font-size: 14px;
  font-weight: normal;
}
.gallery-wrapper .gallery-grid .gallery-item .timer-wrapper {
  position: absolute;
  top: 12px;
  right: 12px;
  pointer-events: auto; /* allow clicking inside if needed */
}
.gallery-wrapper .gallery-grid .gallery-item .timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 137, 0, 0.64);
  color: #fff;
  font-size: 14px;
  backdrop-filter: blur(4px);
  line-height: 1;
}
.gallery-wrapper .gallery-grid .gallery-item .timer .t-chunk strong {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
.gallery-wrapper .gallery-grid .gallery-item .timer .t-sep {
  opacity: 0.7;
}

.contact-form {
  max-width: 600px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

#contact {
  background: url("../images/bg-smoke.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#contact .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#contact p {
  color: white;
}
#contact .form-label {
  color: white;
}

#main-footer {
  background: black;
  padding: 50px;
}
#main-footer .footer-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
}
#main-footer .footer-wrapper .column {
  width: 25%;
}
#main-footer .footer-wrapper .logo img {
  max-width: 80%;
  width: 120px;
  height: 120px;
}
#main-footer .footer-wrapper .footer-logo img {
  max-width: 150px;
  height: auto;
}
#main-footer .footer-wrapper .contact-footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#main-footer .footer-wrapper .contact-footer-wrapper .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  #main-footer .footer-wrapper .contact-footer-wrapper .item {
    justify-content: center;
  }
}
#main-footer .footer-wrapper .contact-footer-wrapper .item .icon-wrapper {
  background-color: white;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
}
#main-footer .footer-wrapper .contact-footer-wrapper .item .icon-wrapper i {
  font-size: 16px;
  color: black;
}
#main-footer .footer-wrapper .contact-footer-wrapper .item p {
  margin: 0;
  color: white;
  font-size: 14px;
}
#main-footer .footer-wrapper .links h4 {
  color: white;
  font-weight: 500;
  font-size: 20px;
  opacity: 0.4;
  margin-bottom: 15px;
}
#main-footer .footer-wrapper .links ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
#main-footer .footer-wrapper .links ul li {
  list-style: none;
}
#main-footer .footer-wrapper .links ul li a {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
}
#main-footer .footer-wrapper .links ul li:last-child a {
  margin-bottom: 0;
}
#main-footer .footer-wrapper .links .book-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#main-footer .footer-wrapper .links .book-item img {
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
}
#main-footer .footer-wrapper .links .book-item span {
  display: inline-flex;
  flex: 1;
}
#main-footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px !important;
}
#main-footer .footer-bottom .copyright {
  font-size: 14px;
  color: white;
  opacity: 0.4;
  font-weight: 400;
  margin-bottom: 0;
}
#main-footer .footer-bottom .links ul {
  display: flex;
  align-items: center;
  flex: none;
}
#main-footer .footer-bottom .links ul li a {
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  color: white;
  text-decoration: none;
}
#main-footer .footer-bottom .social a {
  font-size: 30px !important;
  line-height: 30px !important;
  margin-right: 15px;
  color: white !important;
  text-decoration: none !important;
}
#main-footer .footer-bottom .social a i {
  color: white;
  font-size: 30px;
}
#main-footer .footer-bottom .social a:last-child {
  margin-right: 0;
}
#main-footer .download-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#main-footer .download-links a {
  text-decoration: none;
  margin: 10px;
}
#main-footer .download-links a img {
  max-height: 60px;
  max-width: 90%;
}
@media (max-width: 992px) {
  #main-footer .footer-wrapper {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #main-footer .footer-wrapper .column {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  #main-footer .footer-wrapper .logo img {
    max-width: 80%;
    width: 200px;
    margin: 0 auto 30px auto;
    display: block;
  }
  #main-footer .footer-wrapper .links .book-item {
    justify-content: center;
    display: flex;
  }
  #main-footer .footer-bottom {
    flex-wrap: wrap;
    text-align: center;
  }
  #main-footer .footer-bottom .copyright {
    text-align: center;
    line-height: 130%;
    width: 100%;
    margin-bottom: 20px;
  }
  #main-footer .footer-bottom .links {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  #main-footer .footer-bottom .social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
}

.custom-step-indicator {
  position: relative;
  height: 60px;
  margin-top: 12px;
}
.custom-step-indicator .bar {
  position: absolute;
  top: 20px;
  left: 0%;
  right: 0%;
  height: 4px;
  background-color: #e0e0e0;
  z-index: 0;
}
.custom-step-indicator .steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
  z-index: 1;
  top: -18px;
}
.custom-step-indicator .steps .step {
  text-align: center;
  flex: 1;
  position: relative;
}
.custom-step-indicator .steps .step .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #ccc;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: bold;
  transition: all 0.3s ease;
}
.custom-step-indicator .steps .step .circle.active {
  border-color: var(--primary);
  background-color: var(--primary);
  color: white;
}
.custom-step-indicator .steps .step .circle.completed {
  background-color: #58ca7f;
  border-color: #58ca7f;
  color: white;
}
.custom-step-indicator .steps .step .label {
  margin-top: 6px;
  font-size: 12px;
  color: #555;
  display: block;
}

.datepicker-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.services-boxes {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.services-boxes .info-box {
  width: calc(25% - 24px);
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #786646;
  position: relative;
}
@media (max-width: 1200px) {
  .services-boxes .info-box {
    width: calc(100% - 22px);
  }
}
@media (max-width: 992px) {
  .services-boxes .info-box {
    width: 100%;
  }
}
.services-boxes .info-box .image-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #ede2d0 100%);
}
.services-boxes .info-box .image-wrapper i {
  font-size: 62px;
  color: #b98b3a;
}
.services-boxes .info-box .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-boxes .info-box .wrapper-texts {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.services-boxes .info-box .wrapper-texts .title {
  font-size: 32px;
  font-family: "Sumber", cursive;
  line-height: 1.1;
  color: white;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 800;
}
.services-boxes .info-box .wrapper-texts .description {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0px;
  text-align: center;
  color: white;
}
.services-boxes .info-box:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.properties-section {
  background-color: white !important;
}

.property-card {
  background: white;
  border-radius: 0px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.property-card:hover {
  transform: translateY(-5px);
}
.property-card .property-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.property-card .property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.property-card .property-image:hover img {
  transform: scale(1.05);
}
.property-card .property-image .property-type {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--primary);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.property-card .property-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.property-card .property-details .property-price {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
  margin: 0;
}
.property-card .property-details .property-location {
  color: #666;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.property-card .property-details .property-location:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #999;
}
.property-card .property-details .property-specs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.property-card .property-details .property-specs .spec {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 14px;
}
.property-card .property-details .property-specs .spec i {
  color: var(--primary);
  width: 16px;
  text-align: center;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefits-list .benefitWrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.benefits-list .benefitWrapper .iconWrapper {
  flex: none;
  background: linear-gradient(135deg, #fa603a 0%, #bf3c1b 100%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-list .benefitWrapper .iconWrapper i {
  color: white;
  font-size: 24px;
}
.benefits-list .benefitWrapper p {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.faq-section {
  background-color: #0b0c20 !important;
}
.faq-section .faq-list {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
.faq-section .faq-item {
  margin-bottom: 1.5rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
  border: none;
  transition: background 0.2s, box-shadow 0.2s;
}
.faq-section .faq-item.open {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.faq-section .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: none;
  border: none;
  font-size: 1.15rem;
  font-weight: 600;
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.01em;
  border-radius: 10px;
  transition: background 0.2s;
}
.faq-section .faq-question svg {
  margin-left: 1rem;
  transition: transform 0.2s;
  stroke: #ffffff;
}
.faq-section .faq-answer {
  padding: 0 1.2rem 1.2rem 1.2rem;
  color: #ffffff;
  font-size: 1rem;
  background: none;
  border-radius: 0 0 10px 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  box-shadow: none;
}

#about {
  background-color: #272727;
}
#about .an-title {
  color: white;
}
#about .an-title h2 {
  color: white;
}

#sizes .an-title {
  color: black;
}
#sizes .an-title h2 {
  color: black;
}

.hitch-sizer {
  --gap: 1rem;
  --card: #0f1115;
  --muted: #99a1ad;
  --bd: #1f2430;
  color: #e9edf3;
}

.hitch-sizer a {
  color: inherit;
}

.hs-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 1.5rem;
}

.hs-header h1 {
  font-size: clamp(24px, 3.5vw, 40px);
  margin: 0 0 0.5rem;
}

.hs-header p {
  color: var(--muted);
  margin: 0;
}

.hs-grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
}

@media (min-width: 960px) {
  .hs-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.hs-card {
  background: rgba(0, 0, 0, 0.826);
  border: 1px solid var(--bd);
  border-radius: 4px;
  padding: 1rem;
}

.hs-row {
  margin-top: 0.5rem;
}

.hs-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}

.hs-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.hs-badge {
  background: #12161e;
  border: 1px solid var(--bd);
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 12px;
}

.hs-hint summary {
  cursor: pointer;
  color: #c6d0dd;
  margin-top: 0.75rem;
}

.hs-hint ul {
  margin: 0.5rem 1rem;
  color: var(--muted);
  margin-left: 0;
  padding-left: 15px;
}

.hs-radio {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.hs-radio-item {
  border: 1px solid var(--bd);
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hs-radio-item input {
  accent-color: #fff;
}

.hs-radio-item.is-active {
  outline: 2px solid #fd603a;
}

.hs-note {
  color: var(--muted);
  font-size: 13px;
  margin-top: 0.5rem;
}

.hs-products {
  display: grid;
  gap: 0.75rem;
}

.hs-product {
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  border: 1px solid var(--bd);
  border-radius: 8px;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.5764705882);
}

.hs-product:hover .hs-cta {
  text-decoration: underline;
}

.hs-product-media img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  background: #0b0e13;
}

.hs-product-body h4 {
  margin: 0.1rem 0 0.25rem;
  font-size: 16px;
}

.hs-price {
  margin: 0;
  font-weight: 600;
}

.hs-meta {
  margin: 0.25rem 0 0.5rem;
  color: var(--muted);
  font-size: 12px;
}

.hs-cta {
  font-weight: 600;
}

.hs-footer {
  text-align: center;
  margin-top: 1rem;
  color: black;
  opacity: 0.7;
}

/* Base slider reset */
.hs-card input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #fd603a; /* orange track */
  border-radius: 3px;
  outline: none;
  cursor: pointer;
}

/* Chrome / Safari Thumb */
.hs-card input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fd603a;
  border: 2px solid #fff;
  cursor: pointer;
  margin-top: -2px; /* centers thumb on track */
}

/* Firefox Thumb */
.hs-card input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fd603a;
  border: 2px solid #fff;
  cursor: pointer;
}

/* Firefox Track */
.hs-card input[type=range]::-moz-range-track {
  background: #fd603a;
  height: 6px;
  border-radius: 3px;
}

/* IE/Edge (legacy) */
.hs-card input[type=range]::-ms-fill-lower,
.hs-card input[type=range]::-ms-fill-upper {
  background: #fd603a;
}

.swiper-container-initialized {
  overflow: hidden;
}

.recipe-box {
  background: rgba(0, 0, 0, 0.8078431373);
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 1rem;
  transition: transform 0.3s ease;
}
.recipe-box .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.recipe-box .product-info h3 {
  font-family: "Sumber", cursive;
  font-size: 32px;
  line-height: 1.2;
  font-weight: inherit;
  color: #fff;
  margin: 0.5rem 0;
}
.recipe-box .product-info .price {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.recipe-box .product-info .btn {
  display: inline-block;
  background: #c99f54;
  border: 1px solid #c99f54;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}
.recipe-box .product-info .btn:hover {
  background: #c99f54;
}

.products-section {
  background-color: white !important;
}
.products-section .an-title h2 {
  color: black !important;
}
.products-section .swiper-carousel-container {
  position: relative;
}
.products-section .product-box {
  background: rgba(0, 0, 0, 0.8078431373);
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 1rem;
  transition: transform 0.3s ease;
}
.products-section .product-box .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.products-section .product-box .product-info h3 {
  font-family: "Sumber", cursive;
  font-size: 32px;
  line-height: 1.2;
  font-weight: inherit;
  color: #fff;
  margin: 0.5rem 0;
}
.products-section .product-box .product-info .price {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
.products-section .product-box .product-info .btn {
  display: inline-block;
  background: #c99f54;
  border: 1px solid #c99f54;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}
.products-section .product-box .product-info .btn:hover {
  background: #c99f54;
}
.products-section .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.products-section .arrow.arrow-left {
  left: -10px;
  background-color: #1a1d23;
}
.products-section .arrow.arrow-right {
  right: -10px;
  background-color: #1a1d23;
}
.products-section .arrow i {
  color: #fff;
  font-size: 1.2rem;
}

/* Chat Widget */
#chat-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
#chat-widget #chat-toggle {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fa603a 0%, #bf3c1b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
#chat-widget #chat-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}
#chat-widget #chat-container {
  position: absolute;
  bottom: 70px;
  right: 0;
  width: 350px;
  height: 500px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease;
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#chat-widget #chat-header {
  background: linear-gradient(135deg, #fa603a 0%, #bf3c1b 100%);
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
}
#chat-widget #chat-header h4 {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
}
#chat-widget #chat-header p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  color: white;
}
#chat-widget #chat-header .mobile-close-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.2s ease;
}
#chat-widget #chat-header .mobile-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 480px) {
  #chat-widget #chat-header .mobile-close-btn {
    display: flex;
  }
}
#chat-widget #chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  background: #f8f9fa;
}
#chat-widget #chat-messages .message {
  margin-bottom: 15px;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#chat-widget #chat-messages .message.user-message {
  text-align: right;
}
#chat-widget #chat-messages .message.user-message .message-content {
  background: linear-gradient(135deg, #fa603a 0%, #bf3c1b 100%);
  color: white;
}
#chat-widget #chat-messages .message.assistant-message {
  text-align: left;
}
#chat-widget #chat-messages .message.assistant-message .message-content {
  background: white;
  color: #333;
  border: 1px solid #e1e5e9;
}
#chat-widget #chat-messages .message .message-content {
  display: inline-block;
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.4;
}
#chat-widget #chat-messages .message .message-content .product-link {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white !important;
  text-decoration: none;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
}
#chat-widget #chat-messages .message .message-content .product-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
  color: white !important;
}
#chat-widget #chat-messages .message .message-content .chat-link {
  color: var(--primary);
  text-decoration: underline;
  font-size: 14px;
  word-wrap: break-word;
}
#chat-widget #chat-messages .message .message-content .chat-link:hover {
  color: #764ba2;
}
#chat-widget #chat-messages .typing-indicator {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: white;
  border: 1px solid #e1e5e9;
  border-radius: 18px;
  margin-bottom: 15px;
  animation: fadeIn 0.3s ease;
}
#chat-widget #chat-messages .typing-indicator .typing-dots {
  display: flex;
  gap: 4px;
}
#chat-widget #chat-messages .typing-indicator .typing-dots .typing-dot {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
  animation: typingDot 1.4s infinite ease-in-out;
}
#chat-widget #chat-messages .typing-indicator .typing-dots .typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}
#chat-widget #chat-messages .typing-indicator .typing-dots .typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes typingDot {
  0%, 60%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    opacity: 1;
  }
}
#chat-widget #chat-input-container {
  display: flex;
  padding: 15px;
  background: white;
  border-top: 1px solid #e1e5e9;
  gap: 10px;
}
#chat-widget #chat-input-container #chat-input {
  flex: 1;
  border: 1px solid #e1e5e9;
  border-radius: 25px;
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}
#chat-widget #chat-input-container #chat-input:focus {
  border-color: #a37c48;
}
#chat-widget #chat-input-container #send-button {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #fa603a 0%, #bf3c1b 100%);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
#chat-widget #chat-input-container #send-button:hover {
  transform: scale(1.05);
}
#chat-widget #chat-input-container #send-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 480px) {
  #chat-widget #chat-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
    z-index: 999999;
    flex-direction: column;
  }
  #chat-widget #chat-container #chat-input {
    font-size: 16px;
  }
  #chat-widget #chat-toggle {
    z-index: 999998;
  }
  #chat-widget #chat-header {
    flex-shrink: 0;
    position: relative;
  }
  #chat-widget #chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
  }
  #chat-widget #chat-input-container {
    flex-shrink: 0;
    background: white;
    padding: 15px;
    border-top: 1px solid #e1e5e9;
  }
  #chat-widget #chat-input-container #chat-input {
    font-size: 16px;
    min-height: 44px;
  }
}

/* End of Chat Widget */
.topBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 36px;
  background-color: red;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  background: black;
}
.topBar .left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(45deg, #1c5594, transparent);
}
.topBar .left p {
  margin: 0;
  font-size: 11px;
  color: white;
  padding: 0px;
  font-weight: 600;
}
.topBar .left img {
  height: 20px;
  width: auto;
}
@media (max-width: 992px) {
  .topBar .left img {
    height: 12px;
  }
}
.topBar .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0px 8px;
  background: linear-gradient(45deg, #571313, transparent);
}
.topBar .right p {
  margin: 0;
  font-size: 11px;
  line-height: 1.2;
  color: white;
  padding: 0px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .topBar .right p {
    font-size: 10px;
  }
}
.topBar .right img {
  height: 20px;
  width: auto;
}

#products-bmc {
  background-color: transparent !important;
}
#products-bmc .an-title {
  color: white;
}
#products-bmc .an-title h2 {
  color: white !important;
  text-align: center;
}
#products-bmc .subtitle {
  color: white;
  font-weight: 300;
  font-size: 18px;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}
#products-bmc .logos-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 32px;
}
#products-bmc .logos-wrapper .logo-box {
  padding: 24px;
  background-color: black;
}
#products-bmc .logos-wrapper .logo-box img {
  max-height: 120px;
  max-width: 100%;
  object-fit: contain;
  filter: invert(1);
}

.bmc-section {
  background-position: center;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
}

.see-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 34px auto;
}
.see-all-btn a {
  padding: 12px 24px;
  font-size: 18px;
}

.page-title-an {
  width: 100%;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  background: url("../images/bg-smoke.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.page-title-an h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
@media (max-width: 992px) {
  .page-title-an {
    padding: 12px !important;
    padding-top: 116px !important;
  }
  .page-title-an h2 {
    font-size: 24px !important;
  }
}

.guide-modal .images-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.guide-modal .images-wrapper .image-wrapper {
  border: 2px solid #e1e5e9;
  padding: 8px;
  border-radius: 2px;
  overflow: hidden;
}
.guide-modal .images-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.fish-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.fish-bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shade-fish {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.lb.hidden {
  display: none;
}

.lb {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: grid;
  place-items: center;
  padding: clamp(12px, 3vw, 24px);
}

.lb-stage {
  position: relative;
  width: 100%;
  max-width: 1100px;
  max-height: 90vh;
  display: grid;
  place-items: center;
}

.lb-content {
  width: 100%;
  max-height: 90vh;
  display: grid;
  place-items: center;
}

.lb-content img,
.lb-content video {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.lb-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0.9;
}

.lb-close:hover {
  opacity: 1;
}

.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 28px;
  width: 48px;
  height: 64px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.lb-prev {
  left: -4px;
}

.lb-next {
  right: -4px;
}

.lb-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lb-caption {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  opacity: 0.9;
  max-width: min(90vw, 1100px);
}

/* Small screens: pull navs inside a bit */
@media (max-width: 560px) {
  .lb-prev {
    left: 6px;
  }
  .lb-next {
    right: 6px;
  }
}
.ylb-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999999;
}

.ylb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.ylb-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}

.ylb-image {
  max-width: 90vw;
  max-height: 80vh;
  display: block;
}

.ylb-close, .ylb-prev, .ylb-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 10px 14px;
  cursor: pointer;
}

.ylb-close {
  top: 12px;
  right: 12px;
}

.ylb-prev {
  left: 18px;
}

.ylb-next {
  right: 18px;
}

.ylb-caption {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.shop-categories-togglers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .shop-categories-togglers {
    gap: 6px !important;
  }
}
.shop-categories-togglers .item {
  padding: 5px 15px;
  background-color: white;
  border: 1px solid #2d2f75;
}
.shop-categories-togglers .item span {
  color: #2d2f75;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .shop-categories-togglers .item span {
    font-size: 14px !important;
    transition: 0.2s;
  }
}
.shop-categories-togglers .item.selected, .shop-categories-togglers .item:hover {
  background-color: #2d2f75;
  transition: 0.2s;
  cursor: pointer;
}
.shop-categories-togglers .item.selected span, .shop-categories-togglers .item:hover span {
  color: white;
}

/* Product Grid */
.products-grid-wrapper {
  max-width: 1200px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .products-grid-wrapper {
    margin-top: -16px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 992px) {
  .products-grid {
    gap: 4px;
    margin-top: 16px !important;
  }
}
@media (max-width: 992px) {
  .products-grid .product-box-new {
    width: calc(50% - 3px);
  }
}
.products-grid .product-box {
  text-decoration: none;
  border: 1px solid #f3f3f3;
  width: calc(25% - 25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.products-grid .product-box:hover {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
@media (max-width: 992px) {
  .products-grid .product-box {
    width: calc(50% - 3px);
  }
}
.products-grid .product-box .image-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  height: 240px;
  padding: 16px;
  overflow: hidden;
  position: relative;
  height: 240px;
}
@media (max-width: 992px) {
  .products-grid .product-box .image-wrapper {
    height: 200px;
    padding: 4px;
  }
}
.products-grid .product-box .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.products-grid .product-box .image-wrapper .discount-badge {
  z-index: 3;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: var(--primary);
  padding: 5px 10px;
  color: black;
  font-size: 14px;
}
.products-grid .product-box .image-wrapper .discount-badge strong {
  font-weight: 600;
}
.products-grid .product-box .image-wrapper .entries-badge {
  position: absolute;
  bottom: 5px;
  width: 120px;
  left: calc(50% - 60px);
  z-index: 3;
}
.products-grid .product-box .image-wrapper .entries-badge img {
  width: 100%;
  height: auto;
  z-index: 4;
}
.products-grid .product-box .image-wrapper .entries-badge .texts {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  z-index: 5;
}
.products-grid .product-box .image-wrapper .entries-badge .texts .value {
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  margin: 0px;
  line-height: inherit;
  padding: 0px;
  padding-bottom: 6px;
}
.products-grid .product-box .image-wrapper .entries-badge .texts .name {
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  margin-top: -11px;
}
.products-grid .product-box .meta {
  background-color: white;
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 992px) {
  .products-grid .product-box .meta {
    padding: 12px;
  }
}
.products-grid .product-box .meta .name {
  font-size: 18px;
  font-weight: 800;
  color: black;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .products-grid .product-box .meta .name {
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 700;
    line-height: 1.1;
  }
}
.products-grid .product-box .meta .prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.products-grid .product-box .meta .prices .regular {
  font-size: 20px;
  font-weight: 400;
  color: black;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 992px) {
  .products-grid .product-box .meta .prices .regular {
    font-size: 16px;
    font-weight: 300;
    color: black;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
  }
}
.products-grid .product-box .button-wrapper .btn {
  background: #85652f;
  color: white;
  border-radius: 2px;
  margin: 10px;
  width: -webkit-fill-available;
  margin-top: -10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid #85652f;
}
.products-grid .product-box .button-wrapper .btn:hover {
  background-color: white;
  color: #85652f;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .products-grid .product-box .button-wrapper .btn {
    font-size: 12px;
  }
}

/* End of Product Grid */
.page-template-default {
  padding-top: 160px;
}

.product-template-default {
  padding-top: 160px;
}
.product-template-default .wc-block-components-notice-banner {
  display: none !important;
}
@media (max-width: 992px) {
  .product-template-default {
    padding-top: 116px;
  }
}
.product-template-default h1.wp-block-post-title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  color: black;
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .product-template-default h1.wp-block-post-title {
    font-size: 32px;
  }
}
.product-template-default .woocommerce-Price-amount bdi {
  font-size: 24px;
  margin-bottom: 12px !important;
  display: flex;
}
.product-template-default .variations {
  margin-top: 10px !important;
}
.product-template-default .variations label {
  margin-left: 0px !important;
  padding-left: 0px !important;
  line-height: 1.2;
}

.taxonomy-product_cat {
  display: none !important;
}

.woocommerce-breadcrumb {
  display: none;
  text-align: center;
}
.woocommerce-breadcrumb a {
  color: black;
}

.woocommerce-tabs {
  margin-bottom: 80px !important;
}

.wapf-field-label label {
  font-weight: 700 !important;
  text-align: left !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

.variations select {
  padding: 8px 10px !important;
  border: 1px solid #a8a8a8;
  border-radius: 4px;
  line-height: 1.2 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  background-color: white !important;
  color: black !important;
  /* Remove native UI styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Force your styles */
  background-color: #fff !important;
  color: #000 !important;
  /* Remove iOS blue tint */
  background-image: none;
}

.wapf-wrapper {
  margin-bottom: 16px !important;
}
.wapf-wrapper select,
.wapf-wrapper .wapf-input {
  padding: 8px 10px;
  border: 1px solid #a8a8a8;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: white !important;
  color: black !important;
  /* Remove native UI styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Force your styles */
  background-color: #fff !important;
  color: #000 !important;
  /* Remove iOS blue tint */
  background-image: none;
  /* iOS Safari specifically – kills the gray/blue UI layer */
  /* Hide the default dropdown arrow (Webkit) */
  /* Optional: add your own arrow with a background image */
}
.wapf-wrapper select select:focus,
.wapf-wrapper .wapf-input select:focus {
  outline: none;
}
.wapf-wrapper select select::-ms-expand,
.wapf-wrapper .wapf-input select::-ms-expand {
  display: none; /* IE/Edge legacy */
}
.wapf-wrapper select select.custom-select,
.wapf-wrapper .wapf-input select.custom-select {
  background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  background-size: 16px;
}

.woofc-count {
  left: 20px;
  bottom: 20px;
}

.product-listing-section {
  padding-left: 4px;
  padding-right: 4px;
}

.reset_variations {
  font-size: 20px !important;
  margin-top: 12px !important;
  display: flex !important;
  color: black !important;
}

.wc-block-components-product-price {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.pulz-info-btn {
  background: transparent;
  border: none;
}

.wp-block-woocommerce-product-collection {
  display: none !important;
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 24px !important;
}

body.home .products-section .product-info .price,
body.page-id-124 .products-grid .prices,
body.single-product .wp-block-woocommerce-product-price,
body.tax-product_cat .wp-block-woocommerce-product-price {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
