/**
* Home
*/
@media (max-width: 767px) {
  .wdse-media-logos {
    justify-content: space-around;
  }
}

/**
 * General
 */
.wdse-heading-title {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wdse-heading-title {
    width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  .wdse-heading-title {
    width: calc(100% - 20px);
  }
}
/* Icon list */
/* .wdse-icon-list-item {
 .kadence-info-box-image-inner-intrisic {
   display: flex;
   width: 18px;
   flex-shrink: 0;
 }
}
.wdse-icon-list-2 {
 li {
   padding: 15px 0 !important;
 }
} */

/* Decorative divider */
:is(.wdse-deco-divider, .wdse-deco-divider-wrapper) {
  position: relative;
  margin-block-start: 0;
  &::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 9px);
    height: 0.5px; /* Line thickness */
    background-color: var(--wp--preset--color--contrast-4);
    transform: translateY(-50%);
  }
  &::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0.5px solid var(--wp--preset--color--contrast-4);
    /* background-color: var(--wp--preset--color--base-2); */
    transform: translateY(-50%);
  }
}

.wdse-deco-divider-wrapper::before,
.wdse-deco-divider-wrapper::after {
  top: 0%;
}

.wdse-deco-divider.light,
.wdse-deco-divider-wrapper.light {
  &::before {
    background-color: var(--wp--preset--color--base);
  }
  &::after {
    border-color: var(--wp--preset--color--base);
  }
}
.wdse-deco-divider.dark,
.wdse-deco-divider-wrapper.dark {
  &::before {
    background-color: var(--wp--preset--color--contrast);
  }
  &::after {
    border-color: var(--wp--preset--color--contrast);
  }
}
/* Styles for high-density displays */
@media (min-resolution: 2dppx) {
  :is(.wdse-deco-divider, .wdse-deco-divider-wrapper) {
    &::before {
      height: 1px; /* Line thickness */
    }
    &::after {
      border: 1px solid var(--wp--preset--color--contrast-4);
    }
  }
}

/* Inner Scroll section */
@media (min-width: 768px) {
  .smooth-scroll-container {
    height: 475px; /* Set your desired height */
    overflow-y: scroll;
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    -ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
    scroll-behavior: smooth;
  }

  .smooth-scroll-container::-webkit-scrollbar {
    display: none; /* Hides scrollbar in Chrome, Safari */
  }
}

/* Page Template */
.wdb-page-contained-template {
  p {
    max-width: 100%;
    img {
      max-width: 400px;
      height: auto;
    }
  }
  iframe {
    max-width: 100%;
  }
}
/* Modal */
/* .modal .modal-content {
 max-width: 914px;
}
.modal-content {
 background-color: var(--wp--preset--color--base-2);
} */

/* popup */
.wdse-popup-col2 {
  position: relative;
  .kt-inside-inner-col {
    margin-left: -2px !important;
  }
}

.wdse-popup-col2::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: -2px;
  bottom: 0;
  background-color: #e0ddda;
  z-index: 99999999999999;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media only screen and (max-width: 767px) {
  .wdse-popup-col2 {
    margin-left: 0;
    margin-top: -1px;
  }
  .wdse-popup-col2::after {
    height: 50px;
    width: 100%;
    top: -1px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

.wdse-lp-form-col2::after {
  content: '';
  position: absolute;
  height: 50px;
  width: 100%;
  top: -1px;
  left: 0;
  right: 0;
  background-color: var(--wp--preset--color--base);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.kadence-conversions-close {
  border-radius: 50%;
}

@media (min-width: 1025px) {
  .kadence-conversions-close {
    transform: translateX(50px);
  }
}

/* Replace id */
/* #kadence-conversion-id {
  .kadence-conversion-inner {
    border-radius: 10px;
  }
  .kadence-conversions-close {
    padding: 10px;
  }
} */

/**
 * Footer
 */
/* @media (max-width: 767px) {
  .wdse-footer-nav .wp-block-kadence-listitem {
    justify-content: center;
  }
} */

/* Skewed line */
.name-with-slash-txt {
  position: relative;
  padding-left: 36px;
}
.name-with-slash-txt.team-variation {
  padding-left: 60px;
}
.name-with-slash-txt::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 1px;
  height: 74px;
  background-color: var(--wp--preset--color--contrast-3);
  transform: translateY(-50%) rotate(15deg);
  border-radius: 1px;
}
.name-with-slash-txt.team-variation::after {
  left: 22px;
  height: 127px;
}
@media (max-width: 767px) {
  .name-with-slash-txt {
    padding-left: 0 !important;
  }
  .name-with-slash-txt::after {
    display: none;
  }
}
/* hfm custom icons */
.hfm-custom-icon-wrapper .kt-inside-inner-col {
  aspect-ratio: 1/1;
  figure {
    line-height: 0;
  }
}

/* Team */
.wp-site-blocks .team-member-card {
  overflow: hidden;
  .team-member-photo {
    z-index: 1;
    line-height: 0;
  }
}

.wdse-check-if-active a {
  text-decoration: none !important;
}
.wdse-check-if-active {
  &.active .dynamic-sidebar-btn {
    background-color: var(--wp--preset--color--contrast-2) !important;
    color: var(--wp--preset--color--base) !important;
  }
  &:hover .dynamic-sidebar-btn {
    background-color: var(--wp--preset--color--base-3) !important;
    color: var(--wp--preset--color--contrast) !important;
  }
}

/* Google Reviews */
.wp-site-blocks .google-reviews .review_rating {
  --starYellow: #f48f28;
}

.wdb-prev-link,
.wdb-next-link {
  max-width: 300px;
  .post-navigation-link__label {
    font-family: var(--wp--preset--font-family--acumin-pro-condensed);
  }
}

/**
 * Style category filter dropdown
 */

/* This styles the box (label) only */
.kadence-query-filter select.kb-filter {
  option[value=''] {
    font-family: 'Acumin Pro Condensed', sans-serif;
  }
  background-color: var(--wp--preset--color--contrast-2);
  color: var(--wp--preset--color--base);
  padding-top: 13px;
  padding-bottom: 15px;
  border: 2px solid var(--wp--preset--color--contrast-2);
  border-radius: 5px;
  font-weight: bold;
  appearance: none; /* Removes default browser arrow if you want to custom style it */
}

/* This ensures the options inside stay "clean" or default */
.kadence-query-filter select.kb-filter option {
  background-color: #ffffff;
  color: #3a3a3a;
  font-weight: normal;
}
