/* =========================================================
   CORE STYLES
   Purpose:
   Base styling for layout, typography, components,
   and general UI elements used across the theme.
   ========================================================= */

#wpadminbar {
  position: fixed;
}

.dp-lottie {
  width: 40px;
  height: 40px;
}

.text-clr-dark {
  color: var(--clr-primary) !important;
  -webkit-text-fill-color: initial !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

/* Faqs Heading Styling */
.faq__question {
  display: flex;
}

.faq .brxe-icon {
  display: none;
}

.faq .accordion-content-wrapper {
  padding-top: 0px !important;
}

.accordain-num {
  flex: 0 0 auto;
  margin-right: 10px;
}

.accordian-text {
  flex: 1 1 auto;
}

.faq .listening {
  position: relative;
}

.faq .listening:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: radial-gradient(
    circle,
    rgba(96, 99, 77, 1) 41%,
    rgba(26, 27, 20, 1) 100%
  );
}

.top-bg-line--light {
  position: relative;
}

.top-bg-line--light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(15rem, 13.3843vw + 10.717rem, 29rem);
  z-index: -1;
  background-image: url(../images/icons/pattern-bg-lines.svg);
  background-repeat: repeat-x;
  background-position: 0% -1%;
  background-size: 141vw;
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  opacity: 0.2;
}

.top-bg-line {
  position: relative;
}

.top-bg-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(15rem, 13.3843vw + 10.717rem, 29rem);
  z-index: 0;
  background:
    linear-gradient(rgb(0 0 0 / 85%) 0 0), url(../images/icons/gridlines.svg);
  background-size: 141vw;
  background-repeat: no-repeat;
  background-position: top center;
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
}

.light-text {
  color: var(--clr-light);
}

.gototop {
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  z-index: 1000;
}

.gototop.show {
  opacity: 1;
  pointer-events: auto;
}

body.home {
  background-color: var(--site-bg-sec);
}

::selection {
  background-color: var(--clr-primary);
  color: var(--clr-light-d-1);
}

[class^="has-icon"] {
  position: relative;
}

.has-icon-map::before,
.has-icon-envelope::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
  vertical-align: middle;
  flex-shrink: 0;
}

.dp-icon-list--lg .has-icon-map::before,
.dp-icon-list--lg .has-icon-envelope::before {
  width: 3.4rem;
  height: 3.4rem;
}

.has-icon-map::before {
  background-image: url(../images/icons/map-solid.svg);
}

.has-icon-envelope::before {
  background-image: url(../images/icons/envelope-solid.svg);
}

.dp-badge,
.has-icon-feathers {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dp-badge::before,
.dp-badge::after,
.has-icon-feathers::before,
.has-icon-feathers::after {
  content: "";
  width: 2rem;
  height: 3.2rem;
  background-size: contain;
  display: inline-block;
}

.dp-badge::before,
.has-icon-feathers::before {
  background: url("../images/icons/icon-right.svg") no-repeat center;
}

.dp-badge::after,
.has-icon-feathers::after {
  background: url("../images/icons/icon-left.svg") no-repeat center;
}

.dp-architecture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(15rem, 13.3843vw + 10.717rem, 29rem);
  background: url(../images/grade-grid-bg.png);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: top center;
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  opacity: 0.3;
}

.footer__menu a {
  display: inline-flex;
  align-items: center;
}

.footer__menu a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 8px;
  background-image: url("../images/icons/arrow-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.dp-testimonials {
  position: relative;
  z-index: 1;
}

.review-slider {
  position: relative;
  overflow: hidden;
  min-height: 21rem;
}

.review-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: all 0.6s ease;
}

.review-slide.enter-right {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.review-slide.leave-left {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
}

.review-slide.enter-left {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.review-slide.leave-right {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
}

.review-navigation__img {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.3s ease;
}

.review-navigation__img.active {
  opacity: 1;
  transform: scale(1.15);
}

.dp-testimonials::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(15rem, 13.3843vw + 10.717rem, 29rem);
  background: url(../images/grade-grid-bg.png);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: top center;
  mask-image: linear-gradient(to top, black 20%, transparent 100%);
  opacity: 0.3;
}

.wpf-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: inline-block;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.admin-bar .site-wrapper {
  min-height: calc(100vh - 32px);
}

a:has(.footer__social-icons) {
  box-shadow: 0px 5px 22.4px 0px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(140px);
  border-radius: 50%;
  border-bottom: 1px solid white;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  padding: 2.4px;
}

a:has(.footer__social-icons):hover {
  outline: 1px solid hsl(0, 0%, 100%);
}

.mission__content::before,
.mission__content::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.mission__content::before {
  background-image: url("../images/quote-start.png");
  margin-right: 1.6rem;
}

.mission__content::after {
  background-image: url("../images/quote-last.png");
  margin-left: 1.6rem;
}


.has-icon-angle a,
.has-icon-check li,
.has-icon-check-alt li,
.has-icon-check--outlined li {
  position: relative;
}

.has-icon-angle a {
  padding-left: 2rem;
}

.has-icon-check--outlined li, .has-icon-check-alt li {
  padding-left: 2.5rem;
}

.has-icon-check li {
  padding-left: 3rem;
}

.has-icon-angle a::before,
.has-icon-check li::before,
.has-icon-check-alt li::before,
.has-icon-check--outlined li::before {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  filter: brightness(0) saturate(100%) invert(94%) sepia(82%) saturate(712%)
    hue-rotate(13deg) brightness(100%) contrast(90%);
}

.has-icon-check--outlined li::before,
.has-icon-check li::before {
  width: 1.8rem;
  height: 1.8rem;
}

.pricing-card--dark .has-icon-check--outlined li::before {
  filter: brightness(0);
}

.has-icon-angle a::before {
  background-image: url("../images/icons/angle-right.svg");
  margin-left: -1rem;
}

.has-icon-check li::before {
  background-image: url("../images/icons/check-mark.svg");
}

.has-icon-check--outlined li::before {
  background-image: url("../images/icons/outline-check.svg");
}

.has-icon-check-alt li::before {
  background-image: url("../images/icons/check-alt.svg");
}

/* =========================================================
   RESPONSIVE STYLES
   Purpose:
   Media queries and layout adjustments for different
   screen sizes such as tablets, mobiles, and large displays.
   ========================================================= */

@media screen and (max-width: 477px) {
  .review-slider {
    min-height: 27rem;
  }
}

@media (max-width: 991px) {
  .top-bg-line::before {
    background-size: 250vw;
  }
}

@media (max-width: 767px) {
  .top-bg-line::before {
    background-size: 340vw;
  }
}

@media (max-width: 500px) {
  .top-bg-line::before {
    background-size: 280vw !important;
    background:
      linear-gradient(rgb(0 0 0 / 70%) 0 0), url(../images/icons/gridlines.svg);
  }
}
