* {
  font-family: "DM Sans", serif;
}

.top__content {
  background: linear-gradient(360deg, #ffffff 0%, #eaf5ff 100%);
  height: 100% !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.trakkar__logo {
  width: 30%;
  margin-top: 2px;
}

.trakkar__logo img {
  width: 60%;
  min-width: 125px;
}

nav {
  width: 60%;
  position: fixed;
  top: 5%;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}

.nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

.other__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__links {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
  padding-left: 50px;
}

.nav__links li a {
  text-decoration: none;
  color: #64748b;
  transition: color 0.3s ease;
}

.nav__links li a.active {
  color: #000;
  font-weight: 700;
}

.login__btn {
  background: linear-gradient(93.94deg, #004bd6 4.14%, #002770 101.86%);
  border-radius: 40px;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  margin-left: 20px;
}

.menu__toggle {
  display: none;
}

.pricing__chip {
  border: 3px solid #0f172a1a;
  box-shadow: 0px 4px 4px 0px #0000000a inset, 0px -6px 4px 0px #0000000a inset;
  border-radius: 16px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #ffffff;
  margin-top: 7rem;
}

.pricing__text {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
}

.pricing__text2 {
  background: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
}

.pricing__text3 {
  color: #64607d;
  font-size: 18px;
  font-weight: 400;
}

.client__text {
  color: #1a1919;
  font-size: 18px;
  font-weight: 400;
}

.client__subtext {
  background: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
}

.client_section {
  background: url("../assets/svgs/review-bg.svg") center no-repeat !important;
  background-size: cover;
  min-height: 400px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
  gap: 40px;
  padding: 30px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  width: 300px !important;
  transition: transform 1s ease, opacity 1s ease;
  box-sizing: content-box !important;
}

.client_section__card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
  margin-left: 40px;
}

.checked {
  /* font-size: 1.2rem; */
  color: #f59e0b;
  text-align: left;
}

.client_section__card__text {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 28px;
  color: #18181b;
  text-align: start;
}

.client_section__card__text__sub {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  color: #18181b;
}

.client_section__card__text__dev {
  font-size: 14px;
  font-weight: 400;
  color: #52525b;
}

.client_section__about {
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
}

.client_section__card__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.que_section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 34%,
    #e6f1fe 100%
  );
  border-radius: 16px;
  height: 100% !important;
  margin-top: 8rem;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
}

.que_section__top__text__mob {
  display: none;
}

.que_section__top {
  text-align: center;
  padding-top: 80px !important;
}

.que_section__top__text {
  background: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
}

.que_section__top__subtext {
  font-size: 18px;
  font-weight: 400;
  color: #1a1919;
}

.que_section__below {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
}

.que_section__cards {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 750px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}

.que_section__cards.expanded {
  height: auto;
  padding-bottom: 15px;
}

.que_section__cards__text {
  font-size: 18px;
  font-weight: 600 !important;
  color: #1a1919;
}

.que_section__cards img {
  cursor: pointer;
  align-self: flex-end;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  margin-top: -40px;
}

.answer-text {
  display: none;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.que_section__cards.expanded .answer-text {
  display: block;
  opacity: 1;
}

.pricing-card {
  background: linear-gradient(360deg, #f8fafc 0%, #eaf5ff 100%);
  border: 6px solid white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0px 7.49px 11.23px -2.25px #0f172a12, 0px 3px 4.49px 0px #0f172a0d;
}

.card-top {
  text-align: left;
}

.plan-title {
  font-size: 50px;
  font-weight: 700;
}

.plan-subtitle {
  color: #6b7280;
}

.card-divider {
  height: 1px;
  background-color: white;
  margin: 16px 0;
}

.card-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.start-trial-btn {
  margin-top: 20px;
  padding: 12px;
  border-radius: 12px;
  background-color: #0f172a;
  color: white;
  border: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.3s;
}

.upgrade-premium-btn {
  margin-top: 20px;
  padding: 12px;
  border-radius: 12px;
  /* background-color: #0f172a; */
  background: linear-gradient(271.88deg, #004bd6 3.4%, #334f90 100%);
  color: white;
  border: none;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background 0.3s;
}

.pricing__bg {
  background-image: url("../assets/svgs/pricing-bg.svg");
  position: absolute;
  left: 20%;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__top {
  border: 3px solid #0f172a1a;
  box-shadow: 0px 4px 4px 0px #0000000a inset, 0px -6px 4px 0px #0000000a inset;
  border-radius: 16px;
  width: fit-content;
  padding: 10px 20px;
}

.footer__text {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer__nav {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  border: 1px solid #cbd5e1;
  width: 494px !important;
  border-radius: 40px;
  padding: 20px 30px;
}

.footer__nav li a {
  text-decoration: none;
  color: #64748b;
}

.footer__last {
  background-color: #0d0d1b;
  margin-top: 50px;
}

.footer_section__mid {
  display: flex;
  justify-content: space-around;
}

.footer_section__mid__text {
  font-size: 14px;
  font-weight: 400;
  color: #d0d5dd;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

.footer__nav li a.active {
  color: #000;
  font-weight: 700;
}

.footer_section__contact {
  display: flex;
  gap: 20px;
}

.footer_section__contact p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
}

.footer_section__bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-line img {
  width: 100%;
}

.footer_section__bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #d0d5dd;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

.footer_section__bottom img {
  width: 66px;
  height: 22px;
}

.client_section__card__initials {
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.trusted-by {
  text-align: center;
  margin: 80px 0px;
}

.trusted-by h3 {
  margin-bottom: 1rem;
  color: #555;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  width: 90%;
}

.logo-card {
  padding: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 100px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.logo-card img {
  max-width: 150px;
  max-height: 75px;
  object-fit: contain;
}

.logo-card:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 758px) {
  nav {
    flex-direction: row;
    border: none !important;
    display: flex;
    justify-content: start;
    width: 60%;
    padding: 10px 8px;
    position: fixed;
    top: 3%;
  }

  .trakkar__logo {
    width: 100%;
  }

  .trakkar__logo img {
    width: 90%;
    min-width: 190px;
  }

  .pricing__chip {
    margin-top: 7rem;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-in-out;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  .menu__toggle {
    display: block;
    position: absolute;
    left: -25%;
  }

  .nav__links {
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: -150%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 20;
    backdrop-filter: none;
  }

  .nav__links li {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
  }

  .nav__links.active {
    /* display: flex; */
    left: 0%;
  }

  .login__btn {
    display: none;
  }

  .client__text {
    color: #1a1919;
    font-size: 14px;
    font-weight: 500;
  }

  .client__subtext {
    color: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    width: 250px !important;
    transition: transform 1s ease, opacity 1s ease;
    box-sizing: content-box !important;
  }

  .client_section {
    background-size: cover;
    /* width: 80% !important; */
    min-height: 400px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .client_section__card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0px 0.89px 1.77px -0.89px #0f172a1a,
      0px 0.89px 2.66px 0px #0f172a14;
  }

  .client_section__card__text {
    font-size: 15px;
    font-weight: 500 !important;
    line-height: 28px;
    color: #18181b;
    text-align: start;
    margin-top: 20px;
  }

  .que_section {
    margin-top: 70px;
    margin: 15px;
  }

  .que_section__top__text {
    display: none;
  }

  .que_section__top__subtext {
    font-size: 16px;
    font-weight: 400;
    color: #6f7071;
  }

  .que_section__top {
    padding-top: 20px !important;
  }

  .que_section__cards {
    padding: 20px;
    width: 320px;
    height: fit-content;
    margin-top: 10px;
  }

  .que_section__cards__text {
    font-size: 13px;
    font-weight: 600 !important;
    color: #1a1919;
  }

  .que_section__top__text__mob {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1a1919;
  }

  .pricing__text2 {
    color: #0f172a;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
  }

  .pricing__text3 {
    color: #64607d;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 13px;
  }

  .footer_email__icon {
    display: none;
  }

  .footer_call__icon {
    display: none;
  }

  .footer__main {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__top {
    margin-top: 50px;
  }

  .footer__nav {
    width: 388px !important;
    padding: 20px 10px;
    margin-top: 30px;
    gap: 11px;
  }

  .footer__nav li a {
    font-size: 15px;
  }

  .footer_section__mid {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0rem;
  }

  .footer_section__contact {
    display: flex;
    justify-content: center;
    margin-top: 34px;
  }

  .footer__last {
    background-color: #0d0d1b;
    margin-top: 29px;
  }

  .footer-line img {
    margin-top: 30px;
  }

  .footer_section__mid__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }

  .footer_section__mid-privacy {
    margin-top: 15px;
  }

  .footer_section__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
  nav {
    flex-direction: row;
    position: relative;
    border: none !important;
    background-color: transparent;
    width: 60%;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-in-out;
  }

  .nav__container {
    display: flex;
    justify-content: center;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  .login__btn {
    display: none;
  }

  .menu__toggle {
    display: block;
    position: absolute;
    left: -30%;
  }

  .nav__links {
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: -150%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 20;
    backdrop-filter: none;
  }

  .nav__links li {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
  }

  .nav__links.active {
    left: 0%;
  }

  .top__content {
    width: 100% !important;
  }

  .pricing__text2 {
    font-size: 50px;
  }

  .pricing__chip {
    margin-top: 3rem;
  }

  .pricing__text3 {
    color: #64607d;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  .que_section {
    margin: 15px !important;
  }

  .pricing-card {
    width: 46% !important;
  }

  .que_section__cards {
    width: 660px !important;
  }

  .footer_section__mid {
    gap: 0rem !important;
  }
}

@media screen and (min-width: 905px) and (max-width: 1200px) {
  nav {
    flex-direction: row;
    position: relative;
    border: none !important;
    background-color: transparent;
    width: 60%;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-in-out;
  }

  .nav__container {
    display: flex;
    justify-content: center;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  .login__btn {
    display: none;
  }

  .menu__toggle {
    display: block;
    position: absolute;
    left: -30%;
  }

  .nav__links {
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: -150%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 20;
    backdrop-filter: none;
  }

  .nav__links li {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
  }

  .nav__links.active {
    left: 0%;
  }

  .top__content {
    width: 100% !important;
  }

  .pricing__text2 {
    font-size: 50px;
  }

  .pricing__text3 {
    color: #64607d;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  .pricing__chip {
    margin-top: 3rem !important;
  }

  .pricing-card {
    width: 46% !important;
  }

  .que_section {
    margin: 15px !important;
  }

  .que_section__cards {
    width: 660px !important;
  }

  .footer_section__mid {
    gap: 0rem !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  /* nav {
    width: 65%;
  } */
}

.free-text {
  color: #004bd6;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
