/* screen - pricing */
/* 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;
  }

}

.pricing {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}

.pricing .hero-header-section {
  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;
}

.pricing .header-1 {
  /* align-self: stretch; */
  background-color: var(--white);
  height: 80px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.pricing .header-2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.pricing .container-1 {
  align-items: center;
  justify-content: space-between;
}

.pricing .content-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
}

.pricing .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  position: relative;
  width: 156px;
}

.pricing .logo-wrap {
  height: 32px;
  position: relative;
  width: 156px;
}

.pricing .navigation {
  gap: 24px;
}

.pricing .buttons-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  position: relative;
}

.pricing .text {
  color: var(--scarpa-flow);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  /* white-space: nowrap; */
  width: fit-content;
}

.pricing .frame-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}

.pricing .navigation-actions {
  gap: 12px;
}

.pricing .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;
}

.pricing .buttons-button-2:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.pricing .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;
}

.pricing .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;
}

.pricing .buttons-button-sign-4:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.pricing .text-1 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  /* white-space: nowrap; */
  width: fit-content;
}

.pricing .buttons-button-3 {
  margin-bottom: -3.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 104px;
}

.pricing .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;
}

.pricing .text-5 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  /* white-space: nowrap; */
  width: fit-content;
}

.pricing .pricing-page-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: 2;
}

.pricing .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%;
}

.pricing .container-2 {
  align-items: center;
  flex-direction: column;
  gap: 32px;
}

.pricing .content-3 {
  align-items: center;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 48px;
  position: relative;
  width: 100%;
}

.pricing .heading-and-supporting-text-1 {
  align-items: center;
  flex: 0 0 auto;
  gap: 24px;
  width: 100%;
}

.pricing .heading-and-subheading {
  align-items: center;
  /* align-self: stretch; */
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.pricing .subheading {
  text-align: center;
}

.pricing .heading {
  /* align-self: stretch; */
  line-height: 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  /* .pricing .heading {
    font-size: 40px;
  } */
  .pricing .swiper {
    width: 100% !important;
  }
}

.pricing .supporting-text {
  /* align-self: stretch; */
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 30px;
  position: relative;
  text-align: center;
}

.pricing .section {
  align-items: center;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 64px;
  padding: 0px 0px 96px;
  position: relative;
  width: 100%;
}

.pricing .container {
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
}

.pricing .content-13 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .pricing .content-13 {
    flex-direction: column;
  }
}

.pricing .container-9 {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  padding: 0px 10px;
  position: relative;
  width: 100%;
  overflow: visible;
  z-index: 1;
}

/* Swiper Container */
.swiper {
  width: 100%;
  padding: 20px;
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 16px);
}

.swiper-pagination {
  bottom: 10px !important;
}

.swiper-pagination-bullet {
  background: #bbb;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: var(--chambray);
  opacity: 1;
}

.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  position: absolute;
}

.pricing .pricing-tier-card {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--gray-nurse);
  border-radius: 16px;
  box-shadow: 0px 2px 2px -1px #0a0c120a, 0px 4px 6px -2px #0a0c1208, 0px 12px 16px -4px #0a0c1214;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pricing .pricing-tier-card.active {
  opacity: 1;
  transform: scale(1);
}

/* Slider Navigation */
.pricing .slider-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px auto;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  z-index: 10;
}

.pricing .container.container-5 {
  position: relative;
  padding-bottom: 60px;
}

.pricing .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--gray-nurse);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.pricing .slider-dot.active {
  background-color: var(--chambray);
}

.pricing .header {
  align-items: flex-start;
  /* align-self: stretch; */
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  padding: 32px 32px 24px;
  position: relative;
  width: 100%;
}

.pricing .heading-and-supporting-text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
  min-width: 240px;
  position: relative;
}

.pricing .heading-1 {
  line-height: 32px;
  margin-top: -1.00px;
  /* white-space: nowrap; */
  width: fit-content;
}

.pricing .content {
  align-items: flex-start;
  /* align-self: stretch; */
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 32px 32px 40px;
  position: relative;
  width: 100%;
}

.pricing .check-item-text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 12px;
  min-width: 240px;
  position: relative;
}

.pricing .check-icon {
  height: 24px;
  position: relative;
  width: 24px;
}

.pricing .text-2 {
  /* align-self: stretch; */
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
}

.pricing .content-5 {
  align-items: flex-start;
  /* align-self: stretch; */
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 144px;
  padding: 32px 32px 40px;
  position: relative;
  width: 100%;
}

.pricing .content-price-card{
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 32px 32px 40px;
  position: relative;
  width: 100%;
  min-height: 250px;
}

.pricing .footer-price-card {
  align-items: flex-start;
  align-self: stretch;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: var(--gray-nurse);
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 144px;
  padding: 32px 32px 40px;
  position: relative;
  width: 100%;
}

.pricing .actions-3 {
  align-items: center;
  align-self: stretch;
  background-color: var(--chambray);
  border: 1px solid;
  color: var(--white);
  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;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  height: 42px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  font-family: var(--font-family-montserrat);
  font-weight: bold;
  /* width: 100%; */
  transform: scale(1.1);
  transition: all 0.2s ease;

}

.pricing .footer {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .pricing .footer {
    padding: 12px;
  }
}

.pricing .buttons-button-5 {
  /* align-self: stretch; */
  cursor: pointer;
  flex: 0 0 auto;
  margin-bottom: -3.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  transition: all 0.2s ease-in;
  width: 100%;
}

.pricing .buttons-button-5:hover {
  transform: scale(1.05);
}

.pricing .pricing-tier-card-1 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--gray-nurse);
  border-radius: 16px;
  box-shadow: 0px 2px 2px -1px #0a0c120a, 0px 4px 6px -2px #0a0c1208, 0px 12px 16px -4px #0a0c1214;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

.pricing .pricing-tier-card-1:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.pricing .heading-2 {
  line-height: 32px;
  margin-top: -1.00px;
  /* white-space: nowrap; */
  width: fit-content;
}

.pricing .text-6 {
  /* align-self: stretch; */
  letter-spacing: 0;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
}

.pricing .span1 {
  letter-spacing: 0;
}

.pricing .buttons-button-6 {
  /* align-self: stretch; */
  flex: 0 0 auto;
  margin-bottom: -3.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 100%;
}

.pricing .buttons-button-6:hover {
  transform: scale(1.05);
}

.pricing .faq-section {
  background-color: var(--white);
  gap: 64px;
  padding: 96px 0px;
  z-index: 1;
}

.pricing .container-3 {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px 64px;
}

.pricing .heading-and-supporting-text-2 {
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
  gap: 20px;
  /* min-width: 480px; */
}



.pricing .heading-and-subheading-1 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.pricing .heading-3 {
  /* align-self: stretch; */
  line-height: 44px;
}

.pricing .supporting-text-1 {
  align-self: stretch;
  color: var(--wistful);
  line-height: 28px;
  /* white-space: nowrap; */
}

.pricing .span1-1 {
  text-decoration: underline;
}

.pricing .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;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 18px;
  position: relative;
}

.pricing .content-6 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  min-width: 480px;
  position: relative;
}

@media (max-width: 1024px) {
  .pricing .content-6 {
    min-width: 100%;
  }
}

.pricing .faq-item {
  min-width: 320px;
}

.pricing .content-1 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  position: relative;
  width: 100%;
}

.pricing .text-and-supporting-text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  position: relative;
}

.pricing .text-3 {
  /* align-self: stretch; */
  color: var(--mirage);
  font-weight: 500;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
}

.pricing .supporting-text-2 {
  /* align-self: stretch; */
  color: var(--scarpa-flow);
  line-height: 24px;
}

.pricing .background-pattern {
  height: 1440px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.pricing .footer-1 {
  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;
}

.pricing .container-4 {
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
}

.pricing .content-7 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
}

.pricing .logo-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 142px;
}

.pricing .supporting-text-3 {
  color: var(--wistful);
  line-height: 24px;
  margin-right: -45.00px;
  /* white-space: nowrap; */
  width: fit-content;
}

.pricing .buttons-button-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.pricing .text-4 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  /* white-space: nowrap; */
  width: fit-content;
}

.pricing .content-8 {
  align-items: center;
  /* align-self: stretch; */
  border-color: var(--sapphire);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: space-between;
  padding: 32px 0px 0px;
  position: relative;
  width: 100%;
}

.pricing .actions-2 {
  align-items: flex-start;
  /* align-self: stretch; */
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.pricing .container-5 {
  display: flex;
  flex: 0 0 auto;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .pricing .container-5 {
    padding: 0px 12px;
    gap: 30px
  }
}

.pricing .heading-4 {
  color: var(--mirage);
  font-weight: 600;
  position: relative;
}

.pricing .heading-and-supporting-text-3 {
  display: flex;
  flex-direction: column;
  max-width: 768px;
  position: relative;
  justify-content: center;
}

.pricing .plus-circle-4 {
  height: 24px;
  position: relative;
  width: 24px;
}

.pricing .subheading-2 {
  /* align-self: stretch; */
  color: var(--chambray);
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin-top: -1.00px;
  position: relative;
}

.pricing .supporting-text-4 {
  font-weight: 400;
  position: relative;
  /* text-align: center; */
}

.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 */
}


@media (max-width: 768px) {

  .pricing .container-10,
  .pricing .container-9,
  .pricing .container-8,
  .pricing .container-7,
  .pricing .container-6,
  .pricing .container-5,
  .pricing .container-4,
  .pricing .container-3,
  .pricing .container-2,
  .pricing .container-1,
  .pricing .container {
    padding: 0px 20px;
  }
}

.riyal_symbol {
  width: 24;
}