@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
:root {
  --primary: #532911 !important;
  --secondary: #000000 !important;
}

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: #f6efe2;
}

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

.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: "Aeonik";
  src: url("/uploads/fonts/Aeonik-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/uploads/fonts/Aeonik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/uploads/fonts/Aeonik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Lexend", sans-serif;
  color: black;
}

.customHeader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: fixed;
  top: 0px;
  transition: 0.2s;
  animation: fadeIn 1s;
  z-index: 999;
}
.customHeader .inner {
  background-color: #e6dbc1 !important;
  margin: 20px;
  margin-bottom: 0px;
  padding: 8px 4px;
  border-radius: 100px;
  max-width: 1600px;
  width: calc(100% - 20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .customHeader .inner {
    padding: 8px 4px;
    margin-top: 32px;
  }
}
.customHeader .inner .logo {
  width: fit-content;
  padding-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.customHeader .inner .logo img {
  height: 87px;
  padding: 0px;
  max-width: 100%;
  position: absolute;
  left: 19px;
}
.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: 14px;
  font-weight: bold;
  color: black;
  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: var(--primary);
}
.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: var(--primary);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    background-color: transparent;
    border: none;
  }
}
.customHeader .inner .mobile-close {
  display: none;
}
.customHeader.active {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white !important;
  height: 100dvh;
}
.customHeader.active .mobile-trigger {
  display: none;
}
@media (max-width: 992px) {
  .customHeader.active .mobile-close {
    display: block;
    font-size: 24px;
    color: black;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: 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: white !important;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px !important;
  margin: 0px !important;
  height: 100%;
  overflow-y: scroll;
  border-radius: 0px !important;
}
.customHeader.active .inner .logo {
  display: none !important;
}

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

@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;
}

/* Elementor */
.wp-block-group {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}
.wp-block-group * {
  max-width: 100%;
}

.wp-block-post-content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}

.elementor-element {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.elementor-element .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

.page-id-19 {
  padding: 32px !important;
  width: 100% !important;
  margin: 0px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* End of Elementor */
/* Loader */
/* 
  <div id="loader" class="">
    <div class="inner">
        <img class="logo" src="https://pjconstructiondesign.com/uploads/logo.png?v=12">
        <div class="spinner"></div>
    </div>
</div>
<script>
window.addEventListener('load', function() {
    var loader = document.getElementById('loader');
    loader.classList.add('hidden');
    setTimeout(function() {
        loader.style.display = 'none';
    }, 2000); // Match this duration with the CSS transition duration
});
</script>
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23160e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 2s ease;
}
#loader .inner {
  text-align: center;
}
#loader .inner .logo {
  max-width: 120px;
  margin-bottom: 20px;
  animation: pulseLogo 1s infinite;
}
#loader .inner .spinner {
  border: 4px solid #000000;
  border-top: 4px solid #ffefc0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulseLogo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* End of Loader */
.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: #532911 !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: #532911;
  border: 1px solid #532911;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  padding: 0px;
}
.modal-header .modal-close:hover {
  background-color: white;
  color: #532911;
  border: 1px solid #532911;
}

.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: 12px;
  border: 1px solid #dee2e6;
  position: relative;
}
.inputsGroup .inputsGroupHeader {
  display: flex;
  align-items: center;
  gap: 12px;
}
.inputsGroup .inputsGroupHeader i {
  font-size: 24px;
  color: #532911;
}
.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;
}

.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 #532911;
  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: #532911 !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: #b5292f; /* 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 #532911;
  background-color: white;
}
.entityTypeButton i {
  font-size: 30px;
  color: #532911;
  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 #532911;
  background-color: #532911;
  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%;
  height: 100%;
}
.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: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .inner {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 24px;
  gap: 24px;
}
.hero .inner h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.hero .inner h2 {
  font-size: 24px;
  margin: 10px 0;
  padding: 0;
  font-weight: normal;
}

.an-section {
  width: 100%;
  padding: 54px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.an-section .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.an-section .an-title {
  z-index: 3;
  width: calc(100% - 24px);
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.an-section .an-title h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
  font-weight: bold;
  color: black;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .an-section .an-title h3 {
    font-size: 32px;
  }
}
.an-section .an-title p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.an-section .an-title .title-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  border-radius: 20px;
  padding: 8px 12px;
  background-color: #ffffff;
  border: 1px solid #d3cfcc;
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.an-section .an-title .title-badge p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.an-section .an-content {
  z-index: 3;
  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 p {
  color: white;
}

.home-whys-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.home-whys-boxes .box {
  border-radius: 8px;
  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;
  border-radius: 8px;
}
.review-box .rating {
  display: flex;
  gap: 8px;
}
.review-box .rating i {
  font-size: 20px;
  color: orange;
}
.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: var(--primary);
  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: white;
}
.scrolling-bar .inner span i {
  font-size: 20px;
  color: white;
}
@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-direction: column;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  position: relative;
}
.services-wrapper .box {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: white;
  border-radius: 8px;
}
.services-wrapper .box .icon-wrapper {
  flex: none;
  z-index: 3;
  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 {
  z-index: 3;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.services-wrapper .box p {
  z-index: 3;
  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;
}
@media (max-width: 992px) {
  .gallery-wrapper .gallery-grid {
    gap: 4px;
  }
}
.gallery-wrapper .gallery-grid .gallery-item {
  z-index: 2 !important;
  width: calc(25% - 22px);
  position: relative;
  height: 300px;
  max-width: 300px;
  overflow: hidden;
  border-radius: 8px;
}
@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: calc(33.3333333333% - 4px);
  }
}
@media (max-width: 992px) {
  .gallery-wrapper .gallery-grid .gallery-item {
    height: 150px;
  }
}
.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;
}
.gallery-wrapper .gallery-item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

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

#main-footer {
  background-color: #000000;
  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%;
}
#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;
}
#main-footer .footer-wrapper .contact-footer-wrapper .item .icon-wrapper {
  background-color: var(--primary);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#main-footer .footer-wrapper .contact-footer-wrapper .item .icon-wrapper i {
  font-size: 16px;
  color: white;
}
#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: var(--secondary) !important;
  text-decoration: none !important;
}
#main-footer .footer-bottom .social a i {
  color: var(--primary);
  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;
}

.gallery-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem 0;
  z-index: 3;
}

.gallery-tab {
  border: 1px solid rgb(83, 41, 17);
  background: white;
  color: #532911;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1;
}

.gallery-tab.active {
  border-color: var(--primary);
  background: var(--primary) !important;
  color: white !important;
}

.gallery-tab .count {
  opacity: 0.8;
  margin-left: 0.35rem;
  font-size: 0.85em;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: zoom-in;
  aspect-ratio: 1/1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-item .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

.gallery-item .text {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.6rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.gallery-item .badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: rgba(0, 0, 0, 0.55);
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  font-size: 0.8rem;
}

.trusted-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0px 16px;
}
.trusted-wrapper p {
  text-align: center;
  color: #d2ecff;
  margin: 0px;
}
.trusted-wrapper .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 8px;
  column-gap: 4px;
  flex-wrap: wrap;
  background-color: white;
  width: fit-content;
  margin: 0 auto;
}
.trusted-wrapper .logos .item {
  padding: 6px;
  background-color: white;
  display: flex;
  align-content: center;
  justify-content: center;
}
.trusted-wrapper .logos .item img {
  max-height: 40px;
  max-width: 100px;
  object-fit: contain;
}

.areas-covered {
  background-color: #ddf1ff;
}

.how-we-do {
  background-color: white;
}

.how-we-do-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.how-we-do-wrapper .item {
  align-items: center;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 12px;
  background-color: var(--primary);
  color: white;
  padding: 12px;
  width: 200px;
}
@media (max-width: 992px) {
  .how-we-do-wrapper .item {
    width: calc(50% - 8px);
  }
}
.how-we-do-wrapper .item .icon-wrapper {
  background-color: white;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-we-do-wrapper .item .icon-wrapper i {
  font-size: 20px;
  color: var(--primary);
}
.how-we-do-wrapper .item .icon-wrapper img {
  max-width: 34px;
  max-height: 34px;
}
.how-we-do-wrapper .item p {
  margin: 0px;
}
.how-we-do-wrapper .item .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0px;
}
.how-we-do-wrapper .item .desc {
  font-size: 14px;
  line-height: 1.3;
}

.testimonials-counter {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonials-counter span {
  font-size: 24px;
  font-weight: 500;
  color: white;
  line-height: 1.5;
  padding-top: 0px;
}
.testimonials-counter span i {
  color: yellow;
  padding-bottom: 5px;
  line-height: 1;
  margin-left: 4px;
  margin-top: -10px;
}

.page-title-wrapper {
  background-color: var(--primary);
  padding: 24px;
  text-align: center;
  padding-top: 120px;
}
.page-title-wrapper h1 {
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.page-title-wrapper h2 {
  color: white;
  font-size: 24px;
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
}

.about-city-section {
  background-color: #ccdfed !important;
  text-align: center;
}

.wood-background {
  background-color: #946b39;
  background-image: url("https://www.transparenttextures.com/patterns/wood-pattern.png");
}

.home-boxes-services {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  position: relative;
}
.home-boxes-services .item {
  background-color: white;
  width: calc(33.3333333333% - 22px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .home-boxes-services .item {
    width: 100%;
  }
}
.home-boxes-services .item:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.home-boxes-services .item .image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.home-boxes-services .item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home-boxes-services .item:hover .image-wrapper img {
  transform: scale(1.05);
}
.home-boxes-services .item .meta {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.home-boxes-services .item .meta .icon-wrapper {
  background-color: #bf994a;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -54px;
  z-index: 2;
}
.home-boxes-services .item .meta .icon-wrapper i {
  font-size: 32px;
  color: white;
  display: flex;
}
.home-boxes-services .item .meta .icon-wrapper img {
  max-width: 32px;
  max-height: 32px;
}
.home-boxes-services .item .meta .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.home-boxes-services .item .meta .desc {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white !important;
}

.section-carousel-services {
  background-image: url(https://dev242.kodesolution.com/carpento/wp-content/uploads/2024/08/image-79-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #946b39;
}
.section-carousel-services .an-title h3 {
  color: white !important;
}

#products {
  background-color: white;
}

.product-box {
  background-color: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.3s ease;
}
.product-box:hover {
  border: 1px solid var(--primary);
  transition: 0.2s;
}
.product-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  aspect-ratio: 4/3;
}
.product-box h4 {
  font-size: 18px;
  margin: 0;
}
.product-box p {
  font-size: 16px;
  color: #555;
  margin: 0;
}
.product-box .btn {
  margin-top: auto;
  background-color: var(--primary);
  border: none;
}
.product-box .btn:hover {
  background-color: var(--secondary);
}

/* 
 <div class="arrows-wrapper">
                            <div class="arrow arrow-left"><i class="fa-solid fa-chevron-left"></i></div>
                            <div class="arrow arrow-right"><i class="fa-solid fa-chevron-right"></i></div>
                        </div>
*/
.arrows-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  transform: translateY(-50%);
  z-index: 10;
}
.arrows-wrapper .arrow {
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.arrows-wrapper .arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.arrows-wrapper .arrow i {
  font-size: 20px;
}
.arrows-wrapper .arrow.arrow-left {
  margin-right: auto;
  margin-left: 20px;
}
.arrows-wrapper .arrow.arrow-right {
  margin-left: auto;
  margin-right: 20px;
}

#carousel1 {
  position: relative;
  overflow: hidden;
}

.faq-section {
  background-color: #221a16 !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;
}

.page-title-an {
  width: 100%;
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  background-color: #3c2011;
  padding-top: 140px;
}
.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;
  }
}

.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;
  }
}
.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 var(--primary);
}
.shop-categories-togglers .item span {
  color: var(--primary);
  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: var(--primary);
  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 .meta .button-wrapper .btn {
  background: black;
  color: white;
  border-radius: 2px;
  width: -webkit-fill-available;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid black;
}
.products-grid .product-box .meta .button-wrapper .btn:hover {
  background-color: white;
  color: black;
  transition: 0.2s;
}
@media (max-width: 992px) {
  .products-grid .product-box .meta .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-add-to-cart-form {
  margin-top: 24px !important;
}

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