.parallax-section {
  background-image: url("../img/southride/bmw.webp"); /* Replace with your background image */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.parallax-content {
  position: relative;
  padding: 100px 0; /* Adjust padding as needed */
  z-index: 2;
}

.parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust overlay color and opacity as needed */
  z-index: 1;
}
.lifted-text {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* Dark shadow effect */
  font-size: 30px;
  font-family: var(--body-font);
  font-weight: 600;
  color: #fff;
}

.t-bq-quote-emma {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 250px;
  background: #ffffff;
  padding: 0 !important;
  align-items: stretch;
  border-radius: 20px;
  box-shadow: 2px 2px 25px #cecece;
}

.t-bq-quote-emma .t-bq-quote-emma-qmark {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  background: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Impact, Garamond, Georgia, serif;
  font-size: 42pt;
  color: #666666;
  line-height: 60px;
  user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  border-top: 2px solid #eeeeee;
}

.t-bq-quote-emma .t-bq-quote-emma-qmark span {
  padding-top: 0.25em;
}

.t-bq-quote-emma .t-bq-quote-1-userpic {
  flex-basis: 150px;
  width: 150px;
  min-width: 150px;
  max-height: auto;
  background: url("../img/southride/testi-1.webp") center center no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}

.t-bq-quote-emma .t-bq-quote-2-userpic {
  flex-basis: 150px;
  width: 150px;
  min-width: 150px;
  max-height: auto;
  background: url("../img/southride/testi-2.webp") center center no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}

.t-bq-quote-emma .t-bq-quote-3-userpic {
  flex-basis: 150px;
  width: 150px;
  min-width: 150px;
  max-height: auto;
  background: url("../img/southride/testi-3.webp") center center no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}

.t-bq-quote-emma .t-bq-quote-4-userpic {
  flex-basis: 150px;
  width: 150px;
  min-width: 150px;
  max-height: auto;
  background: url("../img/southride/testi-4.webp") center center no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}

.t-bq-quote-emma .t-bq-quote-5-userpic {
  flex-basis: 150px;
  width: 150px;
  min-width: 150px;
  max-height: auto;
  background: url("../img/southride/testi-5.webp") center center no-repeat;
  background-size: cover;
  border-radius: 20px 0 0 20px;
}

.t-bq-quote-emma .t-bq-quote-emma-base {
  flex-basis: calc(100% - 150px);
  padding: 60px 30px 45px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.t-bq-quote-emma .t-bq-quote-emma-base .t-bq-quote-emma-text {
  font-size: 16px;
  line-height: 30px;
}

.t-bq-quote-emma .t-bq-quote-emma-base .t-bq-quote-emma-text:after {
  content: "\2014\00A0"attr(cite);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 10px;
}

/* Add this to your CSS file */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-float img {
  width: 80px; /* Adjust size as needed */
  height: auto;
}

@media screen and (max-width: 768px) {
  .t-bq-quote-emma {
    flex-direction: column;
  }

  .t-bq-quote-emma .t-bq-quote-emma-base {
    padding-top: 0;
  }

  .t-bq-quote-emma .t-bq-quote-emma-userpic {
    border-radius: 20px;
    height: 150px;
    margin: 40px auto 20px auto;
  }

  .t-bq-quote-emma .t-bq-quote-emma-base .t-bq-quote-emma-text {
    font-size: 18px;
  }
}

/* TEAMMMMM */

.gray {
  color: #a5a5a5;
}

.team {
  margin: 40px;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 20px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: #ebac56;
  /* Primary color, can be changed via colors.css */

  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, 0.97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.touring-header {
  color: var(--heading-color);
  font-family: var(--body-font);
  font-weight: 900;
  letter-spacing: 0.025em;
  font-size: 35px;
}

.img-item-link {
  transition: box-shadow 0.3s ease; /* Smooth transition for shadow */
}

.img-item-link:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
}

.custom-modal {
  max-width: 1000px;
}
