header {
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.75);
}

.faq-columns {
  justify-content: space-between;
}
.logo,
header,
nav ul {
  display: flex;
}
.bar,
.dropdown-menu {
  transition: 0.3s ease-in-out;
}
.dropdown-menu,
header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 100;
}
.dropdown-menu ul li a,
header li a {
  transition: color 0.1s ease-in-out;
  font-family: Poppins, Times, serif, Courier, monospace;
  font-size: 16px;
}
.hamburger,
.logo,
a,
button {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.hero-content .hero-content_saying p,
.hero-content .titles h1 {
  font-family: Times, serif, Courier, monospace;
  font-weight: 200;
  color: #ccc;
}
.p_card,
.p_card_hard,
.p_header {
  text-align: center;
}
.hamburger,
.logo,
.s_nav-button,
a,
button {
  -webkit-tap-highlight-color: transparent;
}
*,
.p_card,
.p_card_hard,
.s_card,
.w_text-content {
  box-sizing: border-box;
}
.button_cards,
.faq-question,
.hamburger,
.p_dot,
.p_nav-button,
.s_nav-button {
  cursor: pointer;
}
.dropdown-menu ul,
.w_steps,
nav ul {
  list-style: none;
}
:root {
  --gradient-background: 238, 233, 227;
  --primary-color-rgb: 18, 28, 20;
  --header-text-color: white;
  --text-color: #dca593;
  --text-color-circle: var(--text-color);
  --text-color-third: rgb(35, 32, 30);
  --text-color-fourth: #555454;
  --text-color-fifth: #838383;
  --second-text-color: #3f4740;
  --color1: #c59382;
  --header-height: 71px;
  --bg-color_cards: #f5f5e5;
  --text-color_cards: #333;
  --font-family_cards: Arial, sans-serif;
  --background-card_cards: white;
  --button-color_cards: #2ecc71;
  --button-color-hover_cards: #27ae60;
}
.logo,
.logo a {
  color: var(--header-text-color);
  text-decoration: none;
  font-family: "Playfair Display", serif;
  color: var(--text-color-third);
}
.logo a:last-child {
  font-size: 45px;
  font-weight: 500;
  font-family: Times, serif, Courier, monospace;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  font-family: Poppins, Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #131313;
  background-color: rgb(var(--gradient-background));
}
header {
  align-items: center;
  padding: 10px 100px;
  position: sticky;
  height: var(--header-height);
  top: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  max-width: 1920px;
  margin: 0 auto;
}
header li a {
  font-weight: 800;
}
header li:not(:last-child) {
  padding-right: 10px;
}
.dropdown-menu ul li a:hover,
header a:hover {
  color: var(--text-color);
}
.logo {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}
.icon img {
  width: 75px;
  padding-right: 15px;
  padding-top: 15px;
}
.logo a img {
  height: 70px;
  width: auto;
}
nav ul li {
  margin: 0 15px;
}
.f_lovecare-column ul li a,
nav ul li a {
  text-decoration: none;
  font-weight: 400;
  color: var(--text-color-third);
}
.f_lovecare-column ul li a {
  color: #fff;
}
.f_rights p a,
.logo a:visited {
  text-decoration: none;
  color: inherit;
}
.btn {
  background-color: var(--text-color);
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}
.hamburger {
  all: unset;
  display: none;
}
.bar {
  content: "";
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: var(--text-color-third);
}
.hero-content,
.main-message {
  width: 100%;
  position: relative;
}
.hero-content,
.main-message,
.main-message::before {
  height: calc(var(--vh, 1vh) * 100);
  min-height: 600px;
}
.dropdown-menu {
  position: fixed;
  top: var(--header-height);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  justify-content: center;
  width: 100%;
  left: 0;
  display: none;
}
.hero-content_saying,
.insurances,
.main-message {
  display: flex;
}
@supports not (
  (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px))
) {
  .element {
    background: rgba(255, 255, 255, 0.6);
  }
}
.dropdown-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.dropdown-menu ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-right: 0;
}
.dropdown-menu ul :nth-child() {
  margin-bottom: 0;
}
.dropdown-menu ul li a {
  text-decoration: none;
  color: var(--text-color-third);
  font-weight: 500;
}
.hero-content {
  margin: 0 auto;
  max-width: 1920px;
  margin-top: calc(-1 * (var(--header-height)));
  right: 0;
}
.main-message {
  padding-left: 150px;
  overflow: hidden;
  padding-top: 20px;
}
.main-message::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(
      90deg,
      rgba(var(--gradient-background), 1) 0,
      rgba(var(--gradient-background), 1) 45%,
      rgba(var(--gradient-background), 0.6) 50%,
      rgba(var(--gradient-background), 0.2) 60%,
      rgba(var(--gradient-background), 0) 76%,
      rgba(var(--gradient-background), 0) 86%,
      rgba(var(--gradient-background), 0) 100%
    ),
    url("./images/SeniorImg1crop.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
.hearth {
  margin-right: 35px;
}
.hearth img {
  position: relative;
  max-height: clamp(200px, 40vw, 620px);
  top: 12vh;
  z-index: 1;
  animation: 7s ease-in-out infinite floatUpDown;
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
}
.hero-content .titles {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content .titles h1 {
  max-width: 475px;
  font-size: 35px;
  padding-bottom: 8px;
  color: var(--text-color-fourth);
  font-family: "Cookie", serif;
  font-weight: 200;
  letter-spacing: 2px;
}
.hero-content .titles p {
  width: 100%;
  padding-right: 20px;
  font-size: 27px;
  padding-bottom: 8px;
  color: var(--text-color-fourth);
  letter-spacing: 2px;
  font-weight: 200;
  font-family: "Cookie", serif;
}
.hero-content .titles h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  color: var(--text-color-third);
  font-family: "Cormorant Garamond", serif;
}
.main-message-text {
  padding-top: 25px;
  font-size: 1rem;
  width: 500px;
}
.fade-slide-up {
  transform: translateY(40px);
  opacity: 0;
  animation: 1s ease-out forwards fadeSlideUp;
}

.separator {
  background-color: var(--text-color-fifth);
  width: 25px;
  height: 2px;
  margin-top: 10px;
}

.hamburger,
a,
button {
  background: 0 0;
  text-decoration: none;
}
@keyframes fadeSlideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.titles .outlined-text {
  font-size: 3.25rem;
  font-size: clamp(2.25rem, 7vw, 4.25rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px var(--text-color);
}
.hero-content_saying .titles img {
  padding-left: 15px;
  color: #ccc;
}
.hero-content .hero-content_saying p {
  font-size: 1.1rem;
  font-size: clamp(0.75rem, 3vw, 1.1rem);
  padding-top: 30px;
}
.titles .contact-button {
  margin-top: 55px;
  margin-left: 3px;
}
.titles .contact-button .btn {
  font-family: "Open Sans", serif;
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  background-color: var(--text-color);
  border: none;
  border-radius: 5px;
  text-decoration: none;
  animation: 2s ease-in-out infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes smallerPulse {
  0%,
  100% {
    transform: scale(0.79);
  }
  50% {
    transform: scale(0.87);
  }
}
@keyframes biggerPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.29);
  }
}
.insurances {
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 20px;
  bottom: 15px;
  overflow: hidden;
  z-index: 1;
}
.container-circle,
.p_container {
  justify-content: center;
  display: flex;
}
.insurances img {
  width: 45px;
  height: 45px;
  padding-right: 10px;
}
.insurances p {
  font-size: 14px;
  color: var(--text-color);
  width: 540px;
}
.container-circle {
  position: absolute;
  width: 155px;
  height: 155px;
  align-items: center;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
  /* font-weight:bold; */
  /* text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); */
}
.rotating-text {
  position: absolute;
  animation: 20s linear infinite rotateText;
  font-size: 1.075rem;
}
@keyframes rotateText {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.center-circle {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--text-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-circle img {
  width: 60%;
}
.ourHouse {
  background-color: #f8f4ec;
}
.p_container {
  width: 100%;
  font-family: "Times New Roman", serif;
  align-items: center;
  padding-bottom: 20px;
}
.p_sub_container {
  width: 100%;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.p_carousel_section {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-bottom: 55px;
}
.p_carousel-container {
  width: 70%;
  position: relative;
  align-items: center;
}
.p_carousel,
.s_carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.p_card {
  width: 100%;
  flex: 0 0 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.p_card_hard {
  flex: 0 0 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.p_card-content {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  background-color: none;
}
.p_card-content img {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.p_nav-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  font-size: 2em;
  color: #fff;
  border-radius: 50%;
  width: clamp(40px, 5vw, 60px);
  height: clamp(40px, 5vw, 60px);
  position: absolute;
  top: 50%;
  z-index: 10;
  animation: 2s ease-in-out infinite pulseTransform;
}
.p_dot,
.p_dot.active {
  background-color: var(--color1);
  transition: width 0.3s, background-color 0.3s, border-radius 0.3s;
}
.p_nav_font_next,
.p_nav_font_prev {
  justify-content: center;
  padding-top: 5%;
  width: clamp(15px, 2vw, 30px);
  height: clamp(15px, 2vw, 30px);
  display: flex;
}
.become-our-member,
.button-container_cards,
.cards,
.container_cards,
.faq,
.our-member-container,
.our-services,
.parallax-bg-member,
.parallax-bg-why,
.plus-minus,
.residence-map,
.s_card-content,
.s_carousel-container,
.s_nav-button,
.why-choose-us,
footer {
  position: relative;
}
@keyframes pulseTransform {
  0%,
  100% {
    transform: scale(1) translateY(-38px);
  }
  50% {
    transform: scale(1.1) translateY(-38px);
  }
}
.p_nav_font_prev {
  padding-right: 5%;
}
.p_nav_font_next {
  padding-left: 5%;
}
.p_prev {
  left: -17%;
  z-index: 10;
}
.p_next {
  right: -17%;
  z-index: 10;
}
.p_header {
  margin-bottom: 20px;
  padding: 60px 0 30px;
}
.p_header_title {
  color: #333;
  font-size: clamp(1.75rem, 5vw, 3rem);
  margin: 0;
  line-height: 1.25;
  padding-bottom: 10px;
  padding-top: 30px;
}
.p_header_subtitle {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--color1);
  padding: 0 10px;
  font-weight: 500;
}
.p_dots-container {
  display: flex;
  justify-content: center;
  padding-top: 26px;
}
.p_dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
}
.p_dot.active {
  width: 30px;
  border-radius: 12px;
}
.member-container,
.why-container {
  position: relative;
  overflow: hidden;
}
.parallax-bg-why {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 112);
  /*background-image: url("./images/nurse-and-a-happy-senior.jpg");*/
  background-image: url("./images/Outside8.webp");
  background-size: cover;
  background-position: center center;
  z-index: -100;
}
.card,
.why-choose-us {
  z-index: 1;
  text-align: center;
}
.why-choose-us {
  color: #fff;
  height: fit-content;
}
.container_cards {
  padding: 30px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #23201e5f;
}
.heading-one_cards,
.heading-three_cards,
.heading-two_cards {
  font-family: Times, serif, Courier, monospace;
  color: #fff;
}
.heading img {
  margin: 10px 0;
  animation: 2.5s ease-in-out infinite shake1;
  transform-origin: center bottom;
}
@keyframes shake1 {
  0%,
  100%,
  50% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
}
.heading-one_cards {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3rem);
}
.heading-two_cards {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}
.heading-three_cards {
  padding-top: 10px;
  font-size: clamp(1.25rem, 5vw, 2rem);
}
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
}
.card {
  background: #f9fbf9;
  background-color: #fffef6c8;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-width: 200px;
  max-width: 250px;
  transition: transform 0.5s, opacity 0.5s;
}
.svg-container_cards {
  width: 80px;
  height: 80px;
  background-color: var(--svg-bg, #c8e2ed);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
}
.extra-cards,
.show-less,
.toggle-checkbox {
  display: none;
}
.card_title,
.faq-title h2,
.s_card h3,
.s_header h2 {
  margin-bottom: 10px;
}
.svg-container_cards img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.card_title {
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  margin-top: 20px;
  color: #23201e;
}
.card_content {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #23201e;
  word-spacing: 1px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.extra-cards {
  justify-content: center;
  gap: 30px;
  width: 100%;
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s, transform 0.5s;
}
.extra-cards .card {
  opacity: 0;
}
.toggle-checkbox:checked ~ .extra-cards,
.toggle-checkbox:not(:checked) ~ .extra-cards.was-checked {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  z-index: 0;
}
.toggle-checkbox:checked ~ .extra-cards .card:first-child {
  animation: 1s ease-in-out forwards slideDown;
}
.toggle-checkbox:checked ~ .extra-cards .card:nth-child(2) {
  animation: 1s ease-in-out 0.3s forwards slideDown;
}
.toggle-checkbox:checked ~ .extra-cards .card:nth-child(3) {
  animation: 1s ease-in-out 0.6s forwards slideDown;
}
.toggle-checkbox:checked ~ .extra-cards .card:nth-child(4) {
  animation: 1s ease-in-out 0.9s forwards slideDown;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.button-container_cards {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  transition: transform 0.5s;
}
.button_cards,
.read-more {
  display: block;
}
.button_cards {
  padding: 10px 15px;
  font-size: 18px;
  background-color: var(--text-color);
  font-weight: 500;
  background: var(--text-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: opacity 0.5s ease-in-out, 0.3s;
  animation: 2s ease-in-out infinite pulse;
}
.button_cards:hover {
  background: var(--color1);
}
.toggle-checkbox:not(:checked) ~ .extra-cards.was-checked .card:nth-child(4) {
  opacity: 1;
  animation: 1s ease-in-out forwards slideUp;
}
.toggle-checkbox:not(:checked) ~ .extra-cards.was-checked .card:nth-child(3) {
  opacity: 1;
  animation: 1s ease-in-out 0.3s forwards slideUp;
}
.toggle-checkbox:not(:checked) ~ .extra-cards.was-checked .card:nth-child(2) {
  opacity: 1;
  animation: 1s ease-in-out 0.6s forwards slideUp;
}
.toggle-checkbox:not(:checked) ~ .extra-cards.was-checked .card:first-child {
  opacity: 1;
  animation: 1s ease-in-out 0.9s forwards slideUp;
}
@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-300px);
  }
}
.our-services {
  border-bottom: 1px solid #bbb1b1;
  background-color: #f8f4ec;
}
.s_container {
  font-family: "Times New Roman", serif;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_sub_container {
  width: 90%;
  max-width: 1400px;
}
.s_carousel-container {
  width: 100%;
  overflow: hidden;
}
.s_card {
  flex: 0 0 100%;
  padding: 10px;
  text-align: center;
  flex: 0 0 33.3333%;
}
.s_card-content-container {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.s_card .s_card-content-container h4 {
  padding: 25px 10px 0;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.s_card-content-container p {
  color: #333;
  padding: 7px 10px 25px;
}
.s_card-content {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-color: none;
  border-radius: 8px;
  overflow: hidden;
}
.s_nav-button,
.s_nav-button:active,
.s_nav-button:focus {
  background: 0 0;
  outline: 0;
}
.s_card-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.s_card h3 {
  font-size: 1.5em;
}
.s_card p {
  font-size: 0.9em;
  color: #555;
}
.s_nav-button {
  top: 40%;
  transform: translateY(-50%);
  border: none;
  font-size: 2em;
  padding: 10px;
  margin: 0 auto;
  animation: 2s ease-in-out infinite biggerPulse;
  color: #333;
  text-decoration: none;
  z-index: 10;
  box-shadow: none;
}
.s_header {
  text-align: center;
  margin: 75px 0 30px;
}
.s_header h2 {
  font-size: clamp(2rem, 5vw, 2.5rem);
  color: #333;
}
.s_header p {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color1);
}
.learn-more {
  text-align: center;
  animation: 3s ease-in-out infinite smallerPulse;
}
.s_learn-more-btn {
  background-color: var(--text-color);
  height: 60px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin: 20px 0 75px;
  font-size: 24px;
  color: #fff;
}
.w_container,
.w_container_2 {
  margin: 0 auto;
  max-width: 1200px;
}
.parallax-bg-member {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 112);
  background-image: url("./images/ExteriorHouse3.webp");
  background-size: cover;
  background-position: center center;
  z-index: -1001;
}
.become-our-member {
  border-top: 1px solid #bbb1b1;
  border-bottom: 1px solid #bbb1b1;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.w_step_content,
.w_text-content p:first-child,
.w_title {
  text-align: start;
}
.our-member-container {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 100px 0;
}
.w_container {
  width: 90%;
  display: flex;
  align-items: center;
}
.w_container_2 {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: flex-start;
}
.w_image-box {
  height: 0%;
  width: auto;
  border: 15px solid #f3e8e2;
}
.w_image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.w_text-content {
  width: 100%;
  padding-left: 30px;
  color: #fff;
}
.w_step_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 30px;
}
.w_step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.w_step-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--text-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  margin-right: 20px;
  flex-shrink: 0;
}
.w_step_title {
  font-size: 1.35em;
  font-weight: 600;
}
.w_step_content {
  font-weight: 500;
}
.w_title {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}
.contact-steps {
  scale: 1.1;
  padding-top: 50px;
  animation: 3s ease-in-out infinite pulse;
}
.contact-steps a {
  color: #fff;
}
.f_lovecare-column .f_lovecare-title,
.faq-title {
  text-align: center;
}
.faq {
  padding: 70px 0;
  border-bottom: 1px solid #bbb1b1;
  background-color: #f8f4ec;
}
.faq-container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.faq-columns .faq-column .faq-item .faq-question {
  -webkit-tap-highlight-color: transparent;
}
.faq-columns {
  display: flex;
  flex-wrap: wrap;
}
.faq-column {
  width: 48%;
}
.faq-item {
  border-bottom: 1px solid #c9c8c8;
  margin-bottom: 5px;
  overflow: hidden;
  transition: background-color 0.3s;
}
.faq-item:hover {
  background-color: #cfc6b747;
}
.faq-question {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.faq-question span:first-child {
  flex-grow: 1;
  white-space: normal;
}
.faq-answer {
  max-height: 0;
  padding: 0 15px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s, opacity 0.2s ease-in-out, padding 0.3s;
}
.faq-item.active .faq-answer {
  height: auto;
  opacity: 1;
  padding: 15px;
}
.faq-title {
  margin-bottom: 60px;
}
.faq-title h2 {
  font-size: clamp(2rem, 5vw, 2.5rem);
  color: #333;
}
.faq-title h3 {
  color: var(--color1);
  font-size: 1.25rem;
  font-weight: 500;
}
.plus-minus {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

/* Horizontal and vertical bars */
.plus-minus::before,
.plus-minus::after {
  content: "";
  position: absolute;
  background-color: #333;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.plus-minus::after {
  width: 2px;
  height: 12px;
}

/* Hide vertical bar when active (i.e., show minus) */
.faq-item.active .plus-minus::after {
  opacity: 0;
}
.residence-map {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 520px;
}
.background-iframe {
  background-color: #f5f4f4;
  height: 600px;
}
.verse-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  background-color: var(--text-color);
  height: 70px;
}
.verse-section p {
  color: #fff;
  font-size: 1.35rem;
  font-family: Poppins, Times, serif, Courier, monospace;
  font-style: italic;
}
footer {
  margin-top: -160px;
  pointer-events: none;
}
.f_container {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: #212529; */
  /* background-color: var(--text-color); */
  /* background-color: var(--color1); */
  /* background-color: rgb(248, 244, 236); */
  /* background-color: rgb(255, 220, 190); */
  /* background-color: #fee5cf; */
  background-color: #f5dcc6;
  color: #fff;
  width: 100%;
  padding-top: 25px;
  pointer-events: all;
}
.f_container p,
.f_contacts_container .f_contact_container p,
.f_contacts_container .f_contact_data p,
.f_contact_container p,
footer .f_lovecare-title,
.f_lovecare-column ul li a,
.f_contact_data #phone1 {
  color: #383b3f;
}
.f_title_container {
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 90%;
}
.f_title {
  margin: 0;
  font-size: clamp(35px, 5vw, 45px);
  font-weight: 600;
}
.f_sub_title {
  margin: 0 0 30px;
  font-size: 16px;
}
.f_border_title {
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #fff;
  border-bottom: 2px solid #383b3f;
}
.f_contacts_container {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  gap: 8%;
  padding-top: 20px;
}
.f_contact_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
  width: 30%;
}
.f_contact_container p {
  color: inherit;
  text-decoration: none;
}
.f_contact_img img {
  width: 35px;
  height: 35px;
}
.f_contact_data {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #fff;
  border-left: 2px solid #383b3f;
  padding-left: 15px;
}
.f_contact_data p a {
  text-decoration: none;
  color: #fff;
}
.f_contact_type {
  font-weight: 700;
}
.f_rights {
  padding: 20px 0;
  width: 80%;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.f_rights p,
.f_rights p a {
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.f_terms {
  display: flex;
  gap: 5px;
}
.f_lovecare-section {
  width: 70%;
  display: flex;
  justify-content: center;
}
.f_lovecare-column-container {
  display: flex;
  padding-top: 30px;
  width: 70%;
}
.f_lovecare-column-container:nth-child(2) {
  width: 50%;
  padding-left: 20%;
}
.f_lovecare-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.f_lovecare-column p {
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.f_lovecare-column-container:nth-child(2) p {
  margin: 0;
  align-items: center;
  justify-content: center;
}
.f_lovecare-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f_lovecare-column li {
  margin-bottom: 5px;
}
.f_lovecare-description {
  flex: 2;
  padding: 10px;
}
.f_lovecare-description p {
  margin-bottom: 10px;
}
.f_lovecare-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  padding-bottom: 10px;
}
.f_lovecare-title > p {
  margin: 0;
  padding: 0;
}
.f_border_style {
  width: 90%;
  padding-top: 20px;
}
.contact-button .btn:focus-visible,
.faq-question .plus-minus:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 0;
  border: 2px solid #f60;
  background-color: rgba(255, 102, 0, 0.4);
  box-shadow: 0 0 5px rgba(255, 102, 0, 0.6);
  padding: 2px;
  border-radius: 4px;
}
.f_terms a:focus-visible {
  outline: #ff6600 solid 2px;
  background-color: rgba(255, 102, 0, 0.1);
  padding: 2px;
  border-radius: 4px;
}
.f_contact_data a:focus-visible {
  outline: #ff6600 solid 2px;
  background-color: rgba(255, 102, 0, 0.1);
  padding: 2px;
  border-radius: 4px;
}
input:focus-visible,
textarea:focus-visible {
  outline: 0;
  border: 2px solid #f60;
  background-color: rgba(255, 102, 0, 0.1);
  box-shadow: 0 0 5px rgba(255, 102, 0, 0.6);
  padding: 2px;
  border-radius: 4px;
}
button[type="submit"]:focus-visible {
  outline: 0;
  border: 2px solid #f60;
  background-color: rgba(255, 102, 0, 0.1);
  padding: 2px;
  border-radius: 4px;
}
.show-less {
  display: none;
}

.assisted-living-details {
  padding: 10px 75px 50px; /* Adjust as needed */
}

.assisted-living-details p {
  font-size: 22px;
  color: #414141;
  text-align: center;
}
.more-details {
  margin-top: -15px;
}

@media (max-width: 1650px) {
  footer {
    margin-top: -140px;
  }
}
@media (max-width: 1450px) {
  footer {
    margin-top: -120px;
  }
}
@media (max-width: 1280px) {
  .main-message::before {
    width: 100%;
  }
  footer {
    margin-top: -110px;
  }
  .main-message {
    position: relative;
    padding-left: 40px;
  }
}

@media (max-width: 1150px) {
  .cards,
  .extra-cards {
    width: 100%;
    gap: 18px;
  }
  .hearth,
  nav {
    display: none;
  }
  footer {
    margin-top: -100px;
  }
  .main-message::before {
    background: linear-gradient(
        125deg,
        rgba(var(--gradient-background), 1) 0,
        rgba(var(--gradient-background), 1) 33%,
        rgba(var(--gradient-background), 0.75) 45%,
        rgba(var(--gradient-background), 0.35) 57%,
        rgba(var(--gradient-background), 0.1) 63%,
        rgba(var(--gradient-background), 0.1) 86%,
        rgba(var(--gradient-background), 0) 90%,
        rgba(var(--gradient-background), 0) 100%
      ),
      url("./images/SeniorImg1crop.webp");
    background-size: cover;
    background-position: top right;
    background-position: 45% center;
    z-index: -1;
  }
  header {
    padding: 10px 40px;
    margin: 0 auto;
  }
  nav ul li {
    display: block;
    margin-bottom: 10px;
  }
  .btn {
    font-size: 1rem;
    padding: 8px 16px;
  }
  .hamburger {
    display: block;
    z-index: 101;
  }
  .hamburger.active :nth-child(2) {
    opacity: 0;
  }
  .hamburger.active :first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active :nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .dropdown-menu.active {
    display: flex;
    opacity: 1;
  }
  .contact-button {
    margin-top: 30px;
  }
  .cards {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .extra-cards {
    flex-direction: column;
    align-items: center;
  }
  .extra-cards div:first-child {
    z-index: -1;
  }
  .extra-cards div:nth-child(2) {
    z-index: -2;
  }
  .extra-cards div:nth-child(3) {
    z-index: -3;
  }
  .extra-cards div:nth-child(4) {
    z-index: -4;
  }
  .card {
    width: 60%;
    max-width: 800px;
    min-width: 310px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 15px;
  }
  .card div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .svg-container_cards {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin: 0;
  }
  .card_title {
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
  }
  .card_content {
    font-size: 15px;
    margin: 0;
  }
  .button-container_cards {
    padding-top: 20px;
    padding-bottom: 0;
    z-index: 10;
  }
  .button_cards {
    margin: 0;
  }
  .container_cards {
    padding-bottom: 20px;
  }
  .s_card {
    flex: 0 0 50%;
  }
  .f_contacts_container {
    flex-wrap: wrap;
  }
  .f_contact_container:nth-child(3) {
    width: auto;
    margin: 10px auto;
  }
  .f_contact_container:first-child,
  .f_contact_container:nth-child(2) {
    width: 45%;
  }
  .f_rights {
    display: flex;
    flex-direction: column;
  }
  .contact-steps {
    padding-top: 30px;
  }
}
@media (max-width: 900px) {
  footer {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .f_lovecare-column ul,
  .p_card,
  .p_header,
  .w_title {
    text-align: center;
  }
  .logo {
    font-size: 30px;
  }
  .logo a:last-child {
    font-size: 40px;
    font-weight: 500;
    font-family: Times, serif, Courier, monospace;
    padding: 0;
  }
  .icon img {
    width: 70px;
    padding-right: 15px;
    padding-top: 12px;
  }
  .logo a img {
    height: 60px;
    width: auto;
  }
  .hero-content .titles h1 {
    max-width: 325px;
  }
  .hearth img {
    position: relative;
    height: 50%;
    top: 120px;
    z-index: 1;
    animation: 7s ease-in-out infinite floatUpDown;
  }
  .outlined-text {
    -webkit-text-stroke: 1.3px var(--text-color);
  }

  .hero-content .titles h2 {
    font-size: 52px;
    line-height: 60px;
  }

  .main-message-text {
    width: 400px;
  }

  .hero-content .hero-content_saying p {
    padding-top: 20px;
  }
  .p_header {
    margin-bottom: 15px;
    padding: 50px 0 30px;
  }
  .s_header {
    margin: 50px 0 30px;
  }
  .p_container {
    padding-bottom: 10px;
  }
  .p_card-content {
    padding-top: 70%;
  }
  .s_card {
    flex: 0 0 100%;
  }
  .faq-columns,
  .w_container_2 {
    flex-direction: column;
    display: flex;
  }
  .w_container {
    display: none;
  }
  .w_container_2 {
    margin: 0;
  }
  .w_text-content {
    padding: 0 20px;
    margin: 0;
    width: 100%;
  }
  .w_image-box {
    width: auto;
    max-width: 300px;
    margin-left: 20px;
    padding: 0;
  }
  .w_title {
    font-size: 1.75rem;
    padding-bottom: 0;
  }
  .w_image_title {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .w_ImageTitleContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .faq {
    padding: 50px 0;
  }
  .f_lovecare-column-container:nth-child(2),
  .p_card {
    padding-left: 0;
  }
  .faq-title {
    margin-bottom: 30px;
  }
  .faq-columns {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .faq-column {
    width: 95%;
    margin-bottom: 0;
  }
  .f_lovecare-description,
  .p_card,
  .p_carousel-container,
  footer svg {
    width: 100%;
  }
  .f_lovecare-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .f_lovecare-column-container {
    width: 100%;
    justify-content: center;
    margin: 15px 0 10px;
    padding: 0;
  }
  .p_nav_font_next,
  .p_nav_font_prev {
    margin-bottom: 0;
    font-size: clamp(15px, 3vw, 30px);
  }
  .f_lovecare-column {
    justify-content: center;
  }
  .p_card {
    flex: 0 0 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
  .p_nav_font_prev {
    margin-right: 0;
  }
  .p_nav_font_next {
    margin-left: 0;
  }
  .p_prev {
    left: 10px;
    z-index: 10;
  }
  .p_next {
    right: 10px;
    z-index: 10;
  }
  .w_ImageTitleContainer {
    padding-bottom: 30px;
  }
  footer svg {
    height: 50px;
    z-index: 20;
  }
  .assisted-living-details {
    padding: 0px 20px 20px; /* Adjust as needed */
  }

  .assisted-living-details p {
    font-size: 17px;
    color: #414141;
  }

  .f_contacts_container {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
  }
  .f_contact_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .f_contact_container:nth-child(3) {
    width: 100%;
    align-items: center;
    justify-content: start;
    margin: 0;
  }
  .f_contact_container:first-child,
  .f_contact_container:nth-child(2) {
    width: 100%;
    align-items: center;
    justify-content: start;
  }
  .contact-steps {
    padding-top: 20px;
  }
}
@media (max-width: 550px) {
  .main-message {
    margin-top: 20px;
  }
  .icon img {
    width: 57px;
    padding-right: 10px;
    padding-top: 12px;
    margin-left: -5px;
  }
  .main-message::before {
    background: linear-gradient(
        120deg,
        rgba(var(--gradient-background), 1) 0,
        rgba(var(--gradient-background), 0.92) 33%,
        rgba(var(--gradient-background), 0.75) 45%,
        rgba(var(--gradient-background), 0.35) 57%,
        rgba(var(--gradient-background), 0.1) 63%,
        rgba(var(--gradient-background), 0.1) 76%,
        rgba(var(--gradient-background), 0) 84%,
        rgba(var(--gradient-background), 0) 100%
      ),
      url("./images/SeniorImg1crop.webp");
    background-size: cover;
    background-position: top right;
    background-position: 60% center;
    z-index: -1;
  }

  .hero-content .titles h2 {
    font-size: 42px;
    line-height: 55px;
  }

  .main-message-text {
    width: 350px;
  }

  .container-circle {
    width: 102px;
    height: 102px;
    right: 5px;
    bottom: 5px;
  }
  .rotating-text {
    animation: 20s linear infinite rotateText;
    font-size: 1.062rem;
  }
  .center-circle {
    width: 72px;
    height: 72px;
  }
  .center-circle img {
    width: 60%;
  }
  .insurances {
    left: 10px;
    bottom: 32px;
    overflow: hidden;
  }
  .insurances img {
    width: 35px;
    height: 35px;
    padding-right: 10px;
  }
  .insurances p {
    font-size: 12px;
    /* color: #fff; */
    width: 160px;
  }
  header {
    padding: 10px 20px;
  }
  .main-message {
    padding-left: 20px;
  }
  .outlined-text {
    -webkit-text-stroke: 1.3px var(--text-color);
  }
  .hero-content .hero-content_saying p {
    padding-top: 15px;
    font-size: 14px;
  }
  .hero-content h3 {
    margin-top: 10px;
  }

  .card {
    height: 130px;
  }

  .f_lovecare-section {
    width: 80%;
  }
  .w_title {
    font-size: 1.75rem;
    padding-bottom: 0;
  }
  .w_image_title > :first-child {
    font-size: 0.9em;
  }
  .w_ImageTitleContainer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .our-member-container {
    padding: 70px 0;
  }
  .w_step_content {
    font-size: 15px;
  }
  .f_contacts_container {
    width: 80%;
  }
  .contact-steps {
    padding-top: 7px;
  }
  .verse-section p {
    font-size: 1.15rem;
  }
}
@media (max-width: 430px) {
  .hero-content .titles h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (orientation: landscape) and (max-height: 650px) {
  .contact-button {
    margin: 0;
    padding: 0;
  }
  .container-circle {
    width: 102px;
    height: 102px;
    right: 5px;
    bottom: 5px;
  }
  .rotating-text {
    animation: 20s linear infinite rotateText;
    font-size: 1.062rem;
  }
  .center-circle {
    width: 72px;
    height: 72px;
  }
  .center-circle img {
    width: 60%;
  }
  .hero-content .titles p {
    font-size: 1rem;
    padding-top: 7px;
  }
}
