/* screen - faqs */
/* Hide Log in and Sign up on Small Screens */
@media screen and (max-width: 1024px) {

  /* Show Menu Button on Mobile */
  .menu-button {
    display: block !important;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 50px;
  }

  /* Hide navigation by default on mobile */
  .navigation,
  .frame-2 {
    display: none !important;
  }

  /* Mobile Menu Styles */
  .mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 0;
    background: white;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .mobile-menu a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: block;
  }
}

/* Show navigation on large screens */
@media screen and (min-width: 769px) {
  .menu-button {
    display: none;
  }

  .navigation,
  .frame-2 {
    display: flex;
    gap: 20px;
  }

}

.faqs {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}

.faqs .x-header {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1;
}

.faqs .header {
  align-self: stretch;
  background-color: var(--white);
  height: 80px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.faqs .header-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.faqs .container-1 {
  align-items: center;
  justify-content: space-between;
}

.faqs .content-1 {
  align-items: center;
  display: inline-flex;
  gap: 32px;
}

.faqs .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  position: relative;
  width: 156px;
}

.faqs .logo-wrap {
  height: 32px;
  position: relative;
  width: 156px;
}

.faqs .navigation {
  gap: 24px;
}

.faqs .buttons-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  position: relative;
}

.faqs .text {
  color: var(--scarpa-flow);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faqs .text-sign-2 {
  color: var(--cultured-pearl);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faqs .buttons-button-sign-4 {
  align-items: center;
  background-color: var(--azure);
  border: 1px solid;
  border-color: var(--astronaut);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 115px;
}

.faqs .buttons-button-sign-4:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.faqs .frame-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}

.faqs .navigation-actions {
  gap: 12px;
}

.faqs .buttons-button-2 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 125px;
}

.faqs .buttons-button-2:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.faqs .text-3 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faqs .buttons-button-3 {
  margin-bottom: -3.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 104px;
}

.faqs .buttons-button-4 {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
}

.faqs .text-4 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faqs .header-section {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  padding: 96px 0px;
  position: relative;
  width: 100%;
}

.faqs .container-2 {
  align-items: center;
  flex-direction: column;
  gap: 32px;
}

.faqs .content-2 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.faqs .heading-and-supporting-text {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.faqs .heading-and-subheading {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.faqs .subheading {
  align-self: stretch;
  color: var(--chambray);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.faqs .heading {
  line-height: 60px;
}

.faqs .supporting-text {
  align-self: stretch;
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 30px;
  position: relative;
  text-align: center;
}

.faqs .faq-section {
  background-color: var(--alabaster);
  gap: 64px;
  padding: 96px 0px;
}

.faqs .container {
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}

.faqs .content-3 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.faqs .heading-and-supporting-text-1 {
  gap: 20px;
}

.faqs .heading-1 {
  line-height: 44px;
  margin-top: -1.00px;
}

.faqs .container-3 {
  align-items: center;
  flex-direction: column;
  gap: 64px;
}

.faqs .content-4 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 768px;
  width: 100%;
}

.faqs .faq-item-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 320px;
  position: relative;
  width: 100%;
}

.faqs .content {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  gap: 24px;
  width: 100%;
}

.faqs .text-and-supporting-text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  position: relative;
}

.faqs .text-1 {
  align-self: stretch;
  color: var(--mirage);
  font-weight: 500;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
}

.faqs .text-contact {
  align-self: stretch;
  color: var(--white);
  font-weight: 500;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
}

.faqs .supporting-text-1 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 24px;
}

.faqs .faq-item {
  border-color: var(--gray-nurse);
  border-top-style: solid;
  border-top-width: 1px;
  min-width: 320px;
  padding: 24px 0px 0px;
}

.faqs .content-5 {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 32px 40px;
  width: 100%;
}

.faqs .heading-and-supporting-text-2 {
  gap: 8px;
}

.faqs .heading-2 {
  line-height: 30px;
  margin-top: -1.00px;
}

.faqs .supporting-text-2 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 28px;
  text-align: center;
}

.faqs .actions {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  align-items: center;
  background-color: var(--chambray);
  border: 1px solid;
  color: var(--white);
  border-color: var(--iron);
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 18px;
  position: relative;
  transition: all 0.2s ease;
}

.home .buttons-button-7 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 18px;
  position: relative;
  transition: all 0.2s ease;
}

.faqs .actions:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
  transition: all 0.2s ease;
}

.faqs .buttons-button-5 {
  flex: 0 0 auto;
  margin-bottom: -3.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
}



.faqs .background-pattern {
  height: 1440px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.faqs .footer {
  align-items: center;
  background-color: var(--astronaut);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 44px;
  padding: 64px 0px 48px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.faqs .container-4 {
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.faqs .content-6 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  gap: 32px;
  width: 100%;
}

.faqs .logo-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 142px;
}

.faqs .supporting-text-3 {
  color: var(--wistful);
  line-height: 24px;
  margin-right: -45.00px;
  white-space: nowrap;
  width: fit-content;
}

[dir="rtl"] .faqs .supporting-text-3 {
  margin: 0;
}

.faqs .buttons-button-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.faqs .text-2 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.faqs .content-7 {
  align-items: center;
  align-self: stretch;
  border-color: var(--sapphire);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: space-between;
  padding: 32px 0px 0px;
  width: 100%;
}

.faqs .container-5 {
  display: flex;
  flex: 0 0 auto;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .faqs .container-5 {
    padding: 0px 12px;
  }
}

.faqs .content-8 {
  flex: 0 0 auto;
  position: relative;
}

.faqs .heading-3 {
  align-self: stretch;
  color: var(--mirage);
  font-weight: 600;
  position: relative;
  text-align: center;
}

.faqs .heading-and-supporting-text-3 {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.faqs .plus-circle-13 {
  height: 24px;
  position: relative;
  width: 24px;
}

.faqs .supporting-text-4 {
  font-weight: 400;
  position: relative;
}


.faq-container {
  max-width: 600px;
  margin: 20px auto;
}

.faq-item {
  /* border-bottom: 1px solid #ccc; */
  padding: 10px;
  cursor: pointer;
}

.question {
  font-weight: bold;
}

.answer {
  display: none;
  /* Hide answers by default */
  margin-top: 5px;
  color: #555;
}

.icon-wrap {
  float: right;
}

.toggle-icon {
  width: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .answer {
  display: block;
  /* Show answer when active */
}

.faq-item.active .toggle-icon {
  transform: rotate(180deg);
  /* Rotate icon when active */
}