/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.varbase-featured-card .card-title {
  margin-top: 0;
}

.varbase-featured-card.anchor-all {
  position: relative;
}

.varbase-featured-card.anchor-all .card-title {
  position: static;
}

.varbase-featured-card.anchor-all .card-title a {
  position: static;
}

.varbase-featured-card.anchor-all .card-title a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.varbase-featured-card.anchor-all a.card-link,
.varbase-featured-card.anchor-all div.card-link > a {
  position: static;
}

.varbase-featured-card.anchor-all a.card-link::before,
.varbase-featured-card.anchor-all div.card-link > a::before {
  position: absolute;
  content: "";
  display: block;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.varbase-featured-card.anchor-all a {
  z-index: 3;
  position: relative;
}

.varbase-featured-card.block-text-image.background-left {
  position: relative;
}

.varbase-featured-card.block-text-image.background-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8.75rem;
  width: 344px;
  height: 378px;
  background-image: url('data:image/svg+xml,<svg width="344" height="378" viewBox="0 0 344 378" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M173.635 377.049C248.697 380.541 296.317 342.279 310.744 322.712C340.503 297.773 344.954 272.657 343.46 263.216C329.576 180.491 274.768 188.448 258.317 140.574C241.865 92.7008 258.143 22.0817 146.712 2.24619C35.2811 -17.5893 2.88864 97.206 0.0701618 218.053C-2.74832 338.901 79.8087 372.685 173.635 377.049Z" fill="%23E1FF67"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  z-index: -1;
  pointer-events: none;
}

[dir="rtl"] .varbase-featured-card.block-text-image.background-left::before {
  left: auto;
  right: -8.75rem;
  background-position: right center;
}

@media (max-width: 991.98px) {
  .varbase-featured-card.block-text-image.background-left::before {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
  }
}

.varbase-featured-card.block-text-image.background-right {
  position: relative;
}

.varbase-featured-card.block-text-image.background-right::before {
  content: "";
  position: absolute;
  bottom: -4.0625rem;
  right: -10rem;
  width: 344px;
  height: 378px;
  background-image: url('data:image/svg+xml,<svg width="344" height="378" viewBox="0 0 344 378" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M173.635 377.049C248.697 380.541 296.317 342.279 310.744 322.712C340.503 297.773 344.954 272.657 343.46 263.216C329.576 180.491 274.768 188.448 258.317 140.574C241.865 92.7008 258.143 22.0817 146.712 2.24619C35.2811 -17.5893 2.88864 97.206 0.0701618 218.053C-2.74832 338.901 79.8087 372.685 173.635 377.049Z" fill="%23E1FF67"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  z-index: -1;
  pointer-events: none;
}

[dir="rtl"] .varbase-featured-card.block-text-image.background-right::before {
  right: auto;
  left: -10rem;
  background-position: left center;
}

@media (max-width: 991.98px) {
  .varbase-featured-card.block-text-image.background-right::before {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%) scaleX(-1);
  }
}

.varbase-featured-card.block-text-image .media-left {
  display: flex;
  flex-direction: row-reverse;
}

.varbase-featured-card.block-text-image .card-img-left {
  width: calc(50vw - 3.4375rem);
  margin-left: calc(-50vw + 40px);
}

[dir="rtl"] .varbase-featured-card.block-text-image .card-img-left {
  margin-left: 0;
  margin-right: calc(-50vw + 40px);
}

@media (max-width: 991.98px) {
  .varbase-featured-card.block-text-image .card-img-left {
    width: 100vw;
    margin-bottom: .9375rem;
  }
}

.varbase-featured-card.block-text-image .card-img-right {
  width: calc(50vw - 3.4375rem);
  margin-right: calc(-50vw + 40px);
}

[dir="rtl"] .varbase-featured-card.block-text-image .card-img-right {
  margin-right: 0;
  margin-left: calc(-50vw + 40px);
}

@media (max-width: 991.98px) {
  .varbase-featured-card.block-text-image .card-img-right {
    width: 100vw;
    margin-top: .9375rem;
  }
}

