/**
* 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% - 14px);
    height: 0.5px; /* Line thickness */
    background-color: var(--wp--preset--color--accent);
    transform: translateY(-50%);
  }
  &::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 11px;
    height: 11px;
    background-image: url('/wp-content/uploads/2025/11/graphic-bluebird-tiny.svg');
    background-repeat: no-repeat;
    transform: translateY(-50%);
  }
}

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

/* Inner Scroll section */
/* @media (min-width: 768px) {
  .smooth-scroll-container {
    height: 475px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
  }

  .smooth-scroll-container::-webkit-scrollbar {
    display: none;
  }
} */

/* 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: var(--wp--preset--color--base-2);
  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-2);
  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;
  }
} */

/**
 * Card with corner decoration
 */
.bbpw-corner-deco-card {
  clip-path: polygon(75px 0, 100% 0, 100% 100%, 0 100%, 0 75px);
}

/* Base class */
.bbpw-corner-deco-card-lg {
  position: relative;
}
.bbpw-corner-deco-card-lg::before {
  content: '';
  position: absolute;
  width: 125px;
  height: 142px;
  background-color: var(--wp--preset--color--base-2);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .bbpw-corner-deco-card-lg::before {
    width: 75px;
    height: 75px;
  }
}

/* Dark variant */
.bbpw-corner-deco-card-lg.dark::before {
  background-color: var(--wp--preset--color--contrast-2);
}

/* Top-left (default) */
.bbpw-corner-deco-card-lg::before,
.bbpw-corner-deco-card-lg.top-left::before {
  top: -1px;
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Top-right */
.bbpw-corner-deco-card-lg.top-right::before {
  top: -1px;
  right: -1px;
  left: auto;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* Bottom-right */
.bbpw-corner-deco-card-lg.bottom-right::before {
  bottom: -1px;
  right: -1px;
  top: auto;
  left: auto;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  .is-radial-gradient .kt-inside-inner-col:before {
    background-image: radial-gradient(
      circle at 0% 27%,
      rgb(41, 99, 255) 0%,
      rgba(41, 99, 255, 0) 33%
    );
  }
}
@media (max-width: 767px) {
  .is-radial-gradient .kt-inside-inner-col:before {
    display: none;
  }
}

.divider-bird-line-mobile {
  display: none;
}
@media (max-width: 767px) {
  .divider-bird-line-mobile {
    display: block;
  }
  .divider-bird-line-desktop {
    display: none;
  }
}

.bluebird-single-case-studies-menu {
  column-gap: 16px;
}

/* Add background only when sticky */
@media (min-width: 1025px) {
  .bluebird-single-case-studies-menu-wrapper.is-sticky {
    background-color: var(--wp--preset--color--contrast-2);
    padding-bottom: 16px;
  }
}

/**
 * Bird vertical divider
 */
.divider-bird-vertical-mobile {
  display: none; /* Hide mobile version by default */
}

/* Media query for mobile/smaller screens */
@media (max-width: 1024px) {
  .divider-bird-vertical-desktop {
    display: none; /* Hide desktop version */
  }

  .divider-bird-vertical-mobile {
    display: block; /* Show mobile version */
  }
}
