/************
 *
 * Cards Styles
 *
 ***********/
/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap *******/
/**
* Fonts
*/
:root {
  --bs-primary: $blue;
  --bs-secondary: $gray-600;
  --bs-tertiary: $teal;
  --bs-success: $green;
  --bs-info: $cyan;
  --bs-warning: $yellow;
  --bs-danger: $red;
  --bs-light: $gray-100;
  --bs-dark: $gray-900;
}

/******* Variables *******/
.cards .card-img-background .card-body {
  padding: 0 2rem 3rem !important;
  text-align: left !important;
}
@media (max-width: 1399.98px) {
  .cards .card-img-background .card-body {
    padding: 0 1.5rem 1.5rem !important;
  }
}
.cards__row {
  margin: 0 -1rem;
}
.cards__col {
  margin-top: 0;
  padding: 1rem;
}
.cards__header {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.cards__text *:first-child {
  margin-top: 0;
}
@media (max-width: 1399.98px) {
  .cards--custom .row:has(> .cards__col), .cards--custom-slider .row:has(> .cards__col) {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.cards--custom .swiper-wrapper, .cards--custom-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  padding-bottom: 0 !important;
}
.cards--custom .cards__col.single,
.cards--custom .swiper-slide.single, .cards--custom-slider .cards__col.single,
.cards--custom-slider .swiper-slide.single {
  max-width: 28% !important;
  min-width: 28% !important;
}
@media (max-width: 1199.98px) {
  .cards--custom .cards__col.single,
  .cards--custom .swiper-slide.single, .cards--custom-slider .cards__col.single,
  .cards--custom-slider .swiper-slide.single {
    max-width: 33.3333% !important;
    min-width: 33.3333% !important;
  }
}
@media (max-width: 991.98px) {
  .cards--custom .cards__col.single,
  .cards--custom .swiper-slide.single, .cards--custom-slider .cards__col.single,
  .cards--custom-slider .swiper-slide.single {
    max-width: 50% !important;
    min-width: 50% !important;
  }
}
@media (max-width: 767.98px) {
  .cards--custom .cards__col.single,
  .cards--custom .swiper-slide.single, .cards--custom-slider .cards__col.single,
  .cards--custom-slider .swiper-slide.single {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.cards--custom .cards__col.double,
.cards--custom .swiper-slide.double, .cards--custom-slider .cards__col.double,
.cards--custom-slider .swiper-slide.double {
  max-width: 44% !important;
  min-width: 44% !important;
}
.cards--custom .cards__col.double .card-body,
.cards--custom .swiper-slide.double .card-body, .cards--custom-slider .cards__col.double .card-body,
.cards--custom-slider .swiper-slide.double .card-body {
  padding: 1.5rem 2.5rem 2rem !important;
}
@media (max-width: 1399.98px) {
  .cards--custom .cards__col.double .card-body,
  .cards--custom .swiper-slide.double .card-body, .cards--custom-slider .cards__col.double .card-body,
  .cards--custom-slider .swiper-slide.double .card-body {
    padding: 1rem 1.5rem 1.25rem !important;
  }
}
@media (max-width: 1199.98px) {
  .cards--custom .cards__col.double,
  .cards--custom .swiper-slide.double, .cards--custom-slider .cards__col.double,
  .cards--custom-slider .swiper-slide.double {
    max-width: 33.3333% !important;
    min-width: 33.3333% !important;
  }
}
@media (max-width: 991.98px) {
  .cards--custom .cards__col.double,
  .cards--custom .swiper-slide.double, .cards--custom-slider .cards__col.double,
  .cards--custom-slider .swiper-slide.double {
    max-width: 50% !important;
    min-width: 50% !important;
  }
}
@media (max-width: 767.98px) {
  .cards--custom .cards__col.double,
  .cards--custom .swiper-slide.double, .cards--custom-slider .cards__col.double,
  .cards--custom-slider .swiper-slide.double {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
@media (max-width: 1399.98px) {
  .cards--custom .cards__col, .cards--custom-slider .cards__col {
    padding: 0.5rem;
  }
}
.cards--custom .swiper-slide, .cards--custom-slider .swiper-slide {
  opacity: 1 !important;
  padding: 0 !important;
}
.cards--custom .card, .cards--custom-slider .card {
  min-height: 440px;
}
@media (max-width: 991.98px) {
  .cards--custom .card, .cards--custom-slider .card {
    min-height: 360px;
  }
}
@media (max-width: 767.98px) {
  .cards--custom .card, .cards--custom-slider .card {
    min-height: 300px;
  }
}
.cards--custom .card.white, .cards--custom .card.latte, .cards--custom-slider .card.white, .cards--custom-slider .card.latte {
  background-color: var(--bs-light) !important;
}
.cards--custom .card.white .card-body *, .cards--custom .card.latte .card-body *, .cards--custom-slider .card.white .card-body *, .cards--custom-slider .card.latte .card-body * {
  color: black;
}
.cards--custom .card.white .card-body h1,
.cards--custom .card.white .card-body h2,
.cards--custom .card.white .card-body h3,
.cards--custom .card.white .card-body h4, .cards--custom .card.latte .card-body h1,
.cards--custom .card.latte .card-body h2,
.cards--custom .card.latte .card-body h3,
.cards--custom .card.latte .card-body h4, .cards--custom-slider .card.white .card-body h1,
.cards--custom-slider .card.white .card-body h2,
.cards--custom-slider .card.white .card-body h3,
.cards--custom-slider .card.white .card-body h4, .cards--custom-slider .card.latte .card-body h1,
.cards--custom-slider .card.latte .card-body h2,
.cards--custom-slider .card.latte .card-body h3,
.cards--custom-slider .card.latte .card-body h4 {
  color: var(--bs-primary) !important;
}
.cards--custom .card.white .card-body h1 *,
.cards--custom .card.white .card-body h2 *,
.cards--custom .card.white .card-body h3 *,
.cards--custom .card.white .card-body h4 *, .cards--custom .card.latte .card-body h1 *,
.cards--custom .card.latte .card-body h2 *,
.cards--custom .card.latte .card-body h3 *,
.cards--custom .card.latte .card-body h4 *, .cards--custom-slider .card.white .card-body h1 *,
.cards--custom-slider .card.white .card-body h2 *,
.cards--custom-slider .card.white .card-body h3 *,
.cards--custom-slider .card.white .card-body h4 *, .cards--custom-slider .card.latte .card-body h1 *,
.cards--custom-slider .card.latte .card-body h2 *,
.cards--custom-slider .card.latte .card-body h3 *,
.cards--custom-slider .card.latte .card-body h4 * {
  color: var(--bs-primary) !important;
}
.cards--custom .card.latte, .cards--custom-slider .card.latte {
  background-color: #e1d8bb !important;
}
.cards--custom .card.purple, .cards--custom-slider .card.purple {
  background-color: var(--bs-primary) !important;
}
.cards--custom .card.purple .card-body *, .cards--custom-slider .card.purple .card-body * {
  color: white !important;
}
.cards--custom .card-body, .cards--custom-slider .card-body {
  height: 100%;
  padding: 1.5rem 1.5rem 2rem;
}
.cards--custom .card-body h1,
.cards--custom .card-body h2,
.cards--custom .card-body h3,
.cards--custom .card-body h4,
.cards--custom .card-body h5, .cards--custom-slider .card-body h1,
.cards--custom-slider .card-body h2,
.cards--custom-slider .card-body h3,
.cards--custom-slider .card-body h4,
.cards--custom-slider .card-body h5 {
  margin: 0;
}
.cards--custom .card-body h5, .cards--custom-slider .card-body h5 {
  font-weight: 400 !important;
}
@media (max-width: 1399.98px) {
  .cards--custom .card-body, .cards--custom-slider .card-body {
    padding: 1rem 1.5rem 1.25rem !important;
  }
}
.cards--custom .card-img, .cards--custom-slider .card-img {
  margin: auto;
}
.cards--custom .card:has(.card-txt) .card-img, .cards--custom-slider .card:has(.card-txt) .card-img {
  margin-top: auto;
  margin-bottom: 0;
  margin-left: 0;
  width: 160px;
}
.cards--custom .card-image, .cards--custom-slider .card-image {
  -o-object-fit: none;
     object-fit: none;
  height: auto;
}
.cards--custom-slider .cards__col.single,
.cards--custom-slider .swiper-slide.single {
  max-width: 380.8px !important;
  min-width: 380.8px !important;
}
.cards--custom-slider .cards__col.double,
.cards--custom-slider .swiper-slide.double {
  max-width: 598.4px !important;
  min-width: 598.4px !important;
}
.cards--custom-slider .cards__col.double .card-body,
.cards--custom-slider .swiper-slide.double .card-body {
  padding: 1.5rem 2.5rem 2rem !important;
}
.cards--1 .swiper {
  overflow: hidden;
}
@media (max-width: 1399.98px) {
  .cards--1 .swiper-slide {
    padding: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .cards--1 .swiper-slide {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .cards--1 .swiper {
    padding-bottom: 0 !important;
  }
}
.cards--1 .card .card-img-wrapper {
  margin-top: auto;
}
@media (max-width: 1199.98px) {
  .cards--1 .card-body {
    padding: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .cards--1 .card-title {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .cards--1 .card-text {
    margin-top: 0.75rem;
  }
}
.cards--2 .swiper, .cards--3 .swiper {
  overflow: hidden !important;
}
.cards--2 .swiper-slide, .cards--3 .swiper-slide {
  padding: 1rem;
}
.cards--2 .card-img-top .card-image, .cards--3 .card-img-top .card-image {
  height: auto !important;
}
.cards--2 .card-body, .cards--3 .card-body {
  text-align: center;
  padding: 2rem 1.5rem;
}
.cards--2 .card-title, .cards--3 .card-title {
  background: linear-gradient(308deg, rgb(202, 182, 110) 0%, rgb(79, 46, 199) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem !important;
}
.cards--2 .card-text, .cards--3 .card-text {
  margin-top: 1rem !important;
  color: var(--bs-quaternary) !important;
  font-size: 16px !important;
}
.cards--2 .swiper-navigation, .cards--3 .swiper-navigation {
  padding-top: 1rem;
}
@media (max-width: 991.98px) {
  .cards--2 .swiper-navigation, .cards--3 .swiper-navigation {
    padding-top: 2rem;
  }
}
.cards--2 .swiper-navigation .swiper-button-prev,
.cards--2 .swiper-navigation .swiper-button-next, .cards--3 .swiper-navigation .swiper-button-prev,
.cards--3 .swiper-navigation .swiper-button-next {
  bottom: 0;
  top: auto;
  transform: translateY(0);
  border: none !important;
  width: 40px !important;
  height: 40px !important;
}
.cards--2 .swiper-navigation .swiper-button-prev i,
.cards--2 .swiper-navigation .swiper-button-next i, .cards--3 .swiper-navigation .swiper-button-prev i,
.cards--3 .swiper-navigation .swiper-button-next i {
  color: var(--bs-primary) !important;
}
.cards--2 .swiper-navigation .swiper-button-prev:hover,
.cards--2 .swiper-navigation .swiper-button-next:hover, .cards--3 .swiper-navigation .swiper-button-prev:hover,
.cards--3 .swiper-navigation .swiper-button-next:hover {
  background-color: var(--bs-primary) !important;
}
.cards--2 .swiper-navigation .swiper-button-prev:hover i,
.cards--2 .swiper-navigation .swiper-button-next:hover i, .cards--3 .swiper-navigation .swiper-button-prev:hover i,
.cards--3 .swiper-navigation .swiper-button-next:hover i {
  color: white !important;
}
.cards--2 .swiper-navigation .swiper-button-prev, .cards--3 .swiper-navigation .swiper-button-prev {
  left: 50%;
  margin-left: -50px;
}
.cards--2 .swiper-navigation .swiper-button-next, .cards--3 .swiper-navigation .swiper-button-next {
  right: 50%;
  margin-right: -50px;
}
.cards--3 .swiper {
  overflow: hidden;
}
.cards--3 .cards__header {
  margin-bottom: 0 !important;
}
.cards--3 .swiper-navigation--wrapper {
  margin-top: 0;
  position: relative;
  padding: 0;
}
.cards--3 .swiper-navigation--wrapper .swiper-navigation {
  position: relative;
  top: auto;
  transform: translateY(0);
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}
.cards--3 .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev,
.cards--3 .swiper-navigation--wrapper .swiper-navigation .swiper-button-next {
  top: auto;
  left: auto;
  right: auto;
  transform: translateY(0);
  position: relative;
  margin: 0 0 0 10px;
}
.cards--3 .card-title {
  margin-bottom: 0 !important;
  background: none !important;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.cards--3 .card-text {
  margin-top: 0.5rem !important;
}
.cards--4 .swiper-wrapper {
  padding: 0;
}
.cards--4 .swiper-navigation--wrapper {
  margin-top: 2.5rem;
  position: relative;
}
.cards--4 .swiper-navigation--wrapper .swiper-navigation {
  position: relative;
  top: auto;
  transform: translateY(0);
  display: flex;
  width: 100%;
  margin: 0 -5px;
}
.cards--4 .swiper-navigation--wrapper .swiper-navigation .swiper-button-prev,
.cards--4 .swiper-navigation--wrapper .swiper-navigation .swiper-button-next {
  top: auto;
  left: auto;
  right: auto;
  transform: translateY(0);
  position: relative;
  margin: 0 5px;
}
.cards--5 .card-img-wrapper {
  margin-top: auto;
  margin-bottom: 0;
}
.cards--5 .card-body {
  text-align: center;
}
.cards--5 .card-title {
  background: linear-gradient(308deg, rgb(202, 182, 110) 0%, rgb(79, 46, 199) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cards--5 .card-text {
  color: var(--bs-quaternary) !important;
}
.cards--5.different .card {
  text-align: left !important;
}
.cards--5.different .card .card-img-wrapper {
  margin-top: auto !important;
  margin-bottom: 0;
}
.cards--5.different .card-body {
  text-align: left !important;
}
@media (max-width: 1199.98px) {
  .cards--5.different .card-body {
    padding: 1.5rem !important;
  }
}
.cards--5.different .card-title {
  background: transparent !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
}
@media (max-width: 991.98px) {
  .cards--5.different .card-title {
    margin-bottom: 0.75rem !important;
  }
}
@media (max-width: 991.98px) {
  .cards--5.different .card-text {
    margin-top: 0.75rem !important;
  }
}
.cards--6 .cards__col:nth-child(1), .cards--6 .cards__col:nth-child(2) {
  width: 50% !important;
}
.cards--7 .cards__col:nth-child(4), .cards--7 .cards__col:nth-child(5) {
  width: 50% !important;
}
.cards--8 .cards__col:nth-child(odd):not(.cards__col:nth-child(4n-1)), .cards--8 .cards__col:nth-child(4n):not(.cards__col:nth-child(4n-1)) {
  width: 66.66666% !important;
}
.cards--9 .cards__col:not(:nth-child(odd)):not(:nth-child(4n)), .cards--9 .cards__col.cards__col:nth-child(4n-1) {
  width: 66.66666% !important;
}
.cards--10 .cards__row {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Left element takes 2/3, right elements take 1/3 */
  grid-template-rows: auto auto; /* Rows adjust to content height */
  gap: 10px; /* Space between grid items */
  height: 100%; /* Ensure the container takes full height */
}
.cards--10 .cards__col {
  width: 100%;
}
.cards--10 .cards__col:nth-child(1) {
  grid-row: span 2; /* Span both rows */
}
.cards--10 .cards__col:nth-child(1) .card-img-wrapper {
  flex-grow: 1;
}
.cards--10 .cards__col:nth-child(1) .card-img-wrapper .card-image {
  height: 100%;
}
.cards--11 .cards__row {
  display: grid;
  grid-template-columns: 1fr 2fr; /* Right element takes 2/3, left elements take 1/3 */
  grid-template-rows: auto auto; /* Rows adjust to content height */
  gap: 10px; /* Space between grid items */
  height: 100%; /* Ensure the container takes full height */
}
.cards--11 .cards__col {
  width: 100%;
}
.cards--11 .cards__col:nth-child(2) {
  grid-row: span 2; /* Span both rows */
}
.cards--11 .cards__col:nth-child(2) .card-img-wrapper {
  flex-grow: 1;
}
.cards--11 .cards__col:nth-child(2) .card-img-wrapper .card-image {
  height: 100%;
}
