.faq-columns,
header {
  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 {
  /* --primary-color-rgb: 18, 28, 20; */
  --primary-color-rgb: rgb(2, 2, 2);
  --primary-color-rgb: 15, 15, 15;
  --text-color: #181818;
  /* --text-color-title: #ff3300; */
  --text-color-title: #ff0000;
  --second-text-color: #3f4740;
  --color1: #608ea4;
  --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;
  --main-secondary-background: rgb(14, 13, 12);
  --menu-title-color: #e4c590;
  /* --menu-title-color: #f1c707d2; */
  --menu-item-desc-color: #a7a7a7;
  --menu-subtitle-color: #ffffff;
}
.logo,
.logo a {
  color: #fff;
  text-decoration: none;
  font-family: "Playfair Display", serif;
}
* {
  margin: 0;
  padding: 0;
  font-family: Poppins, Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: rgba(var(--primary-color-rgb));
}
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-title);
}
.logo {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  align-items: center;
  background-color: transparent;
  box-shadow: none;
}
.icon img {
  width: 235px;
  padding-right: 15px;
  padding-top: 10px;
}
nav ul li {
  margin: 0 15px;
}
.f_lovecare-column ul li a,
nav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.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: #fff;
}
.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: rgba(185, 185, 185, 0.008);
  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: #fff;
  font-weight: 500;
}
.hero-content {
  margin: 0 auto;
  max-width: 1920px;
  margin-top: calc(-1 * (var(--header-height)));
  right: 0;
}
.main-message {
  padding-left: 50px;
  overflow: hidden;
}
.main-message::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  background:
    linear-gradient(
      125deg,
      rgba(var(--primary-color-rgb), 1) 0,
      rgba(var(--primary-color-rgb), 1) 27%,
      rgba(var(--primary-color-rgb), 0.75) 35%,
      rgba(var(--primary-color-rgb), 0.35) 47%,
      rgba(var(--primary-color-rgb), 0.1) 53%,
      rgba(var(--primary-color-rgb), 0.1) 76%,
      rgba(var(--primary-color-rgb), 0.7) 80%,
      rgba(var(--primary-color-rgb), 1) 100%
    ),
    /* url("./imagini/gearboximage2.png"); */
    url("./imagini/StronicGearboxAutoService.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 80%;
  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;
  padding-top: calc(var(--header-height) + 70px);
  padding-top: 20vh;
  width: 100%;
}
.hero-content .titles h2 {
  font-size: 4rem;
  font-size: clamp(2.25rem, 7vw, 4rem);
  font-weight: 700;
  font-family: Times, serif, Courier, monospace;
  color: #fff;
  width: 75%;
}
.hero-content .main-message .titles h1 {
  max-width: 500px;
  font-size: clamp(18px, 3vw, 22px);
  padding-bottom: 8px;
}
.fade-slide-up {
  transform: translateY(40px);
  opacity: 0;
  animation: 1s ease-out forwards fadeSlideUp;
}
.hamburger,
a,
button {
  background: 0 0;
  text-decoration: none;
}
@keyframes fadeSlideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.titles .outlined-text {
  font-size: 3.75rem;
  font-size: clamp(2.4rem, 7vw, 3.75rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px var(--text-color-title);
  letter-spacing: 1px;
  /* font-family: Times, serif, Courier, monospace; */
  /* -webkit-text-stroke: 2px #fff; */
}
.hero-content_saying .titles img {
  padding-left: 15px;
  color: #ccc;
}
.hero-content .main-message .titles .hero-content_saying p {
  font-size: 1.4rem;
  font-size: clamp(0.9rem, 3vw, 1.1rem);
  padding-top: 30px;
}
.titles .contact-button {
  margin-top: 55px;
  margin-left: 3px;
}
.titles .contact-button .btn {
  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;
  border: 1px solid rgba(255, 0, 0, 0.411);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.514);
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes smallerPulse {
  0%,
  100% {
    transform: scale(0.82);
  }
  50% {
    transform: scale(0.9);
  }
}
@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: #fff;
  width: 540px;
}
.container-circle {
  position: absolute;
  width: 155px;
  height: 155px;
  align-items: center;
  right: 20px;
  bottom: 20px;
  overflow: hidden;
}
.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: 45%;
}
.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;
}
.s_carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: center; /* horizontal */
  align-items: stretch;
}
.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: 46.26%;
  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;
}
.card,
.why-choose-us {
  z-index: 1;
  text-align: center;
}
.why-choose-us {
  color: #fff;
  height: fit-content;
  background-color: #000;
}
.container_cards {
  padding: 65px 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-two_cards {
  color: #a7a7a7;
}

.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(1rem, 5vw, 1.75rem);
}
.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: 1400px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 35px;
}
.card {
  background: #f9fbf9;
  background-color: #fffef6c8;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(228, 5, 5, 0.822);
  padding: 20px;
  min-width: 200px;
  max-width: 300px;
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.svg-container_cards {
  width: 80px;
  height: 80px;
  background-color: rgb(14, 13, 12);
  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: 900;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  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: rgb(14, 13, 12);
  /* background-image: url("./imagini/fundalservicii1.png");
  background-size: cover;
  background-position: center center;
  z-index: -100; */
  padding: 15px 0;
}
.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 25%;
  display: flex;
}
.s_card-content-container {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 4px 10px rgba(228, 5, 5, 0.822);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.s_card .s_card-content-container h4 {
  padding: 25px 5px 0;
  color: #333;
  /* font-size: 23px; */
  font-size: clamp(18px, 15vw, 23px);
  font-weight: 900;
}
.s_card-content-container p {
  color: #333;
  padding: 7px 10px 25px;
  flex-grow: 1;
}
.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: #ffffff;
  font-family: Times, serif, Courier, monospace;
  padding-bottom: 15px;
}
.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;
  padding-bottom: 75px;
}
.s_learn-more-btn {
  background-color: #fff;
  height: 50px;
  width: 300px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  margin: 20px 0 75px;
  font-size: 16px;
  color: rgb(14, 13, 12);
}
.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("./imagini/audicar.png");
  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 {
  /* backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  padding: 100px 0;
}
.w_container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
  /* margin-left: 250px; */
}
.w_container_2 {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: flex-start;
}
.w_image-box {
  height: 0%;
  width: auto;
  border: 10px solid #0f0f0f;
}
.w_image-box img {
  width: 100%;
  height: auto;
  display: block;
}
.w_text-content {
  width: 100%;
  padding-left: 30px;
  padding-right: 35px;
  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;
  /* width: 700px; */
}
.w_title {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}
.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;
  padding: 25px 0;
}
.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: #333;
  font-size: 1.25rem;
  font-weight: 500;
}
.plus-minus {
  font-size: 1.5em;
  min-width: 16px;
  transition: transform 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-minus::after,
.plus-minus::before {
  content: "";
  position: absolute;
  background-color: #333;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.1s;
}
.plus-minus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item.active .plus-minus::before {
  height: 0;
}
.residence-map {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 520px;
}
.background-iframe {
  background-color: #f5f4f4;
  height: 550px;
}
footer {
  margin-top: -30px;
  pointer-events: none;
}
.f_container {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(14, 13, 12);
  color: #fff;
  width: 100%;
  pointer-events: all;
  padding-top: 35px;
}
.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 #383b3f;
}
.footer-contact {
  width: 85%;
}
.f_contacts_container {
  width: 100%;
  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 #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.8rem, 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;
}

.t_carousel_root {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--main-secondary-background);
}

.t_carousel-container {
  /* background: rgba(0, 0, 0, 0.6); */
  background: var(--main-secondary-background);
  padding: 60px 0px;
  border-radius: 10px;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.t_carousel-container h1 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.t_carousel-container h3 {
  font-family: "Brush Script MT", cursive;
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  color: #c89b67;
  margin-bottom: 30px;
}

.t_arrow-controls {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 2rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  animation: pulse 2s ease-in-out infinite;
}

.t_arrow-controls span {
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.t_carousel-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 1rem 0;
}

.t_carousel-track {
  display: flex;
  transition: transform 0.6s ease;
}

.t_testimonial {
  flex: 0 0 100%;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: grab;
}

.t_carousel-container:active .t_testimonial {
  cursor: grabbing;
}

.t_stars {
  color: var(--menu-title-color);
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.t_quote {
  display: flex;
  text-align: center;
  /* font-size: clamp(1rem, 2.5vw, 1.1em); */
  color: var(--menu-item-desc-color);
  font-family: var(--menu-item-desc-font);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.5;
  margin: 15px auto;
  justify-content: center;
  align-items: center;
}

.t_author {
  color: white;
  font-size: var(--menu-title-size);
  font-family: var(--menu-title-font);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}

.t_quote-icon {
  font-size: 30px;
  background: var(--menu-title-color);
  /* padding: 10px 15px; */
  border-radius: 50%;
  margin-top: 15px;
  padding: 3px 10px;
  width: 40px;
  height: 40px;
  color: var(--main-secondary-background);
}

.p_carousel-root {
  display: flex;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-top: 60px;
  -webkit-touch-callout: none;
}

.c_carousel-container .c_carousel-track .c_category .c_quote,
.c_carousel-container .c_carousel-track .c_category a,
.c_carousel-container .c_carousel-track .c_category a .c_quote {
  -webkit-touch-callout: none;
}

.c_carousel-track a {
  user-select: auto; /* allow normal link interaction */
}

.offer-section-title p {
  color: var(--menu-subtitle-color);
  font-size: var(--menu-title-size);
  font-family: var(--menu-title-font);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
  color: var(--menu-item-desc-color);
}

.offer-section-subtitle p {
  color: var(--menu-subtitle-color);
  font-size: var(--menu-subtitle-size);
  font-size: 40px;
  font-family: var(--menu-subtitle-font);
  line-height: 1;
  text-align: center;
  margin: 15px -30px 10px -30px;
}

.offer-description {
  /* display: none; */
  max-width: 400px;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 50px;
  font-family: var(--about-title-font);
  color: var(--about-primary-color);
  font-size: var(--about-size-16);
}

.footer-contact p {
  border: 1px solid transparent;
  padding: 2px 6px;
  transition: border 0.3s ease;
}

.footer-contact .highlight-border {
  animation: borderPulse 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes borderPulse {
  0% {
    border-color: rgba(228, 197, 144, 0.2);
    box-shadow: 0 0 0 rgba(228, 197, 144, 0);
  }
  13% {
    /* Adjusted from 10% to account for shorter duration */
    border-color: rgb(228, 197, 144);
    box-shadow: 0 0 10px rgba(228, 197, 144, 0.7);
  }
  50% {
    border-color: rgb(228, 197, 144);
    box-shadow:
      0 0 25px rgba(228, 197, 144, 1),
      0 0 50px rgba(228, 197, 144, 0.4);
  }
  87% {
    /* Adjusted from 90% to account for shorter duration */
    border-color: rgba(228, 197, 144, 0.2);
    box-shadow: 0 0 10px rgba(228, 197, 144, 0.3);
  }
  100% {
    border-color: transparent;
    box-shadow: 0 0 0 rgba(228, 197, 144, 0);
  }
}

@media (max-width: 1280px) {
  .main-message::before {
    width: 100%;
  }
  .main-message {
    position: relative;
    padding-left: 40px;
  }
  .s_carousel {
    grid-template-columns: repeat(2, 1fr);
    /* display: flex; */
    /* justify-content: center; */
    margin: auto;
  }
  .s_card {
    max-width: 500px;
  }
}

@media (max-width: 1150px) {
  .cards,
  .extra-cards {
    width: 100%;
    gap: 18px;
  }
  .hearth,
  nav {
    display: none;
  }
  .main-message::before {
    background:
      linear-gradient(
        125deg,
        rgba(var(--primary-color-rgb), 1) 0,
        rgba(var(--primary-color-rgb), 1) 33%,
        rgba(var(--primary-color-rgb), 0.75) 45%,
        rgba(var(--primary-color-rgb), 0.35) 57%,
        rgba(var(--primary-color-rgb), 0.1) 63%,
        rgba(var(--primary-color-rgb), 0.1) 86%,
        rgba(var(--primary-color-rgb), 0.7) 90%,
        rgba(var(--primary-color-rgb), 1) 100%
      ),
      /* url("./imagini/gearboximage2.png"); */
        url("./imagini/StronicGearboxAutoService.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 80%;
    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: 23px;
    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;
  }
  .w_title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .f_lovecare-column ul,
  .p_card,
  .p_header,
  .w_title {
    text-align: center;
  }
  .logo {
    font-size: 30px;
  }
  .icon img {
    width: 235px;
    padding-right: 15px;
    padding-top: 12px;
  }
  .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 .main-message .titles .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_step-number {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-left: -10px;
  }
  .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;
  }
  .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;
  }
  .s_carousel {
    grid-template-columns: 1fr;
  }
  .card {
    padding: 12px;
  }
}
@media (max-width: 650px) {
  .f_contacts_container {
    flex-direction: column;
    width: 70%;
  }
  .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;
  }
  .insurances p {
    font-size: 12px;
    color: #fff;
    width: 300px;
  }
}
@media (max-width: 550px) {
  .icon img {
    width: 210px;
    padding-right: 10px;
    padding-top: 12px;
    margin-left: -5px;
  }
  .main-message::before {
    background:
      linear-gradient(
        120deg,
        rgba(var(--primary-color-rgb), 1) 0,
        rgba(var(--primary-color-rgb), 0.92) 33%,
        rgba(var(--primary-color-rgb), 0.75) 45%,
        rgba(var(--primary-color-rgb), 0.35) 57%,
        rgba(var(--primary-color-rgb), 0.1) 63%,
        rgba(var(--primary-color-rgb), 0.1) 76%,
        rgba(var(--primary-color-rgb), 0.7) 84%,
        rgba(var(--primary-color-rgb), 1) 100%
      ),
      /* url("./imagini/gearboximage2.png"); */
        url("./imagini/StronicGearboxAutoService.jpeg");
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .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;
  }
  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;
  }
  .hero-content .main-message .titles h1 {
    font-size: 1rem;
  }
  .contact-button {
    padding-top: 20px;
  }
  .f_lovecare-section {
    width: 80%;
  }
  .w_title {
    font-size: 1.5rem;
  }
  .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;
  }
  .s_header h2 {
    padding-bottom: 5px;
  }
  .f_terms {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .show-bars {
    display: none;
  }
}
@media (max-width: 480px) {
  .insurances p {
    width: 230px;
  }
}
@media (orientation: landscape) and (max-height: 650px) {
  .main-message {
    height: 100%;
    padding-left: 40px;
    left: 0;
  }
  .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 {
    padding-top: 95px;
    padding-bottom: 0;
  }
  .hero-content .main-message .titles h1 {
    font-size: 1rem;
  }
  .hero-content .titles p {
    font-size: 1rem;
    padding-top: 7px;
  }
}
