* {
  font-family: "DM Sans", serif;
}

/* html {
  overflow-x: hidden;
  overflow-y: scroll;
}

.js-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.js-scroll {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
} */

.top__content {
  height: 100% !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-bottom: 6px solid #ffffff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 6rem;
  background: linear-gradient(to bottom, #eaf5ff 0%, #f8fafc 80%, #d0e7ff 100%);
  position: relative;
}

.trakkar__logo {
  width: 30%;
  margin-top: 2px;
}

.trakkar__logo img {
  width: 60%;
  min-width: 125px;
}

.hr__line {
  display: none;
}

nav {
  width: 60%;
  position: fixed;
  top: 5%;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  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;
}

.hero__content {
  margin-top: 7rem;
}

.hero__content h1 {
  background: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 30px;
  max-width: 74%;
  text-align: center;
  line-height: 66px;
}

.hero__content h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #64607d;
  max-width: 47%;
  margin-top: 10px;
}

.hero__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.radio-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 15px; 
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(93.94deg, #004bd6 4.14%, #002770 101.86%);
  color: white;
  margin-top: 50px;
}

.radio-pill i {
  margin-right: 10px;
  font-size: 18px;
}


.trial__btn,
.download__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}

.trial__btn {
  background-color: #0f172a;
  color: #ffffff;
  border: 3px solid #0f172a33 !important;
}

.download__btn {
  background-color: #ffffff;
  color: #0f172a;
  border: 3px solid #0f172a1a;
}

.trial__btn:hover {
  background-color: #1e293b;
  border-color: #0f172a66;
}

.download__btn:hover {
  background-color: #f1f5f9;
  border-color: #0f172a33;
}

.trial__btn img,
.download__btn img {
  width: 20px;
  height: 20px;
}

.no-card-required {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  /* margin-right: 13rem; */
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
}

.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);
}

.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.pain-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  gap: 50px;
  justify-content: center;
}

.pain-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #444;
}

.pain-item {
  background: linear-gradient(
    90deg,
    rgba(248, 208, 203, 0.4) 34%,
    #f1c9c6 100%
  );
  padding: 25px;
  border-left: 4px solid #ed8686;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  font-weight: 500;
}

.icon {
  margin-right: 10px;
  color: #d9534f; /* red */
  font-size: 1.2rem;
}

.promise {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 15px;
  font-size: 1rem;
  color: #856404;
  border-radius: 4px;
}

.security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 70%;
  margin: 0 auto;
}

.security-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.security-item img {
  height: 60px;
  margin-bottom: 15px;
  filter: hue-rotate(220deg); /* optional: make icons match theme color */
}

.security-item p {
  font-size: 1.1rem;
  color: #333;
}

.founder-section {
  background-color: #f7f8fa;
  display: flex;
  justify-content: center;
  margin-top: 80px;
  padding: 50px 0px;
}

.founder-card {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 40px;
  max-width: 900px;
  width: 100%;
}

.founder-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.founder-text {
  flex: 1;
  padding-left: 10px;
}

.founder-text h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.founder-text h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  width: fit-content;
  padding: 10px 0px;
}
.founder-text .underline {
  width: 70px;
  height: 6px;
  background-color: #032450;
  margin: 10px 0 20px 0;
}

.founder-text p {
  color: white;
  margin-bottom: 20px;
  padding: 25px;
  font-size: 17px;
}

.read-more {
  background-color: #e0e4ea;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.founder-info {
  flex: 0.5;
  text-align: center;
}

.founder-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.founder-info h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.founder-info p {
  font-size: 14px;
  color: #777;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  margin: 0 5px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #0077b5;
}

.image-wrapper {
  width: 200px; /* size of the circle */
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff; /* optional white border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* optional shadow */
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badge__content {
  background-color: #ffffff;
  border-left: 3px solid #004bd6;
  box-shadow: 0px 1px 2px 0px #0f172a0f;
  padding: 10px 30px;
  border-radius: 8px;
  position: absolute;
}

.overview__badge {
  left: 1%;
  top: 7%;
  rotate: -10deg;
}

.leave__badge {
  left: 8%;
  top: 53%;
  rotate: 10deg;
}

.project__badge {
  left: -2.5%;
  bottom: 10%;
  rotate: -20deg;
}

.project__badge img {
  rotate: 15deg;
}

.report__badge {
  right: 5%;
  top: 50%;
  rotate: 10deg;
}

.report__badge img {
  rotate: -10deg;
}

.billing__badge {
  left: 75%;
  bottom: 7%;
  rotate: 20deg;
}

.billing__badge img {
  rotate: -22deg;
}

.badge__text {
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
}

.solution {
  font-size: 36px;
  font-weight: 700;
}

.quote-card {
  position: relative;
  background-color: #032450;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  line-height: 1.6;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.quote-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.3);
}

.features__text {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 32.95%,
    rgba(255, 136, 40, 0.0612) 100%
  );
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  max-width: 175px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 10px 20px;
  margin-top: 5rem;
}

.features__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;
}

.features__subtext2 {
  color: #64607d;
  font-size: 18px;
  font-weight: 400;
  max-width: 50%;
  text-align: center;
}

.feature__card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 34%,
    #e6f1fe 100%
  );
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  /* height: 100%; */
  min-height: 400px;
}

.feature__card__bottom {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 34%,
    #e6f1fe 100%
  );
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  /* height: 100%; */
  min-height: 400px;
}

.user__img {
  left: 55%;
  top: 30%;
}

.user__img2 {
  bottom: 10%;
}

.activity__img {
  left: 70%;
  top: 37%;
}

.activity__img2 {
  bottom: 7%;
}

.project__img {
  left: 55%;
  top: 65%;
}

.project__img2 {
  bottom: 6%;
}

.leave__img {
  left: 30%;
  top: 30%;
}

.leave__img2 {
  width: 85%;
  margin-left: 1rem !important;
  bottom: 12%;
}

.tracking__img {
  left: 20%;
  top: 30%;
}

.tracking__img2 {
  left: 35%;
  top: 29%;
}

.tracking__img3 {
  margin-left: 0.7rem !important;
  bottom: 12%;
}

.feature-card__text {
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
}

.feature-card__subtext {
  color: #64607d;
  font-size: 16px;
  font-weight: 400;
}

.menu__toggle {
  display: none;
}

.who-trakker {
  text-align: center;
  padding: 60px 20px;
}

.who-trakker h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.who-trakker .subtitle {
  color: #64607d;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}

/* Grid Layout - 3 per row */
.trakker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 per row */
  gap: 25px;
}

/* Responsive (stack on small screens) */
@media (max-width: 900px) {
  .trakker-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .trakker-grid {
    grid-template-columns: 1fr;
  }
}

/* Card Style */
.card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 34%,
    #e6f1fe 100%
  );
  border-radius: 25px 0 25px 0; /* Shape like 2nd image */
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icon */
.card i {
  font-size: 36px;
  color: #3a63d8;
  margin-bottom: 15px;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

.count_section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  text-align: center;
  h1 {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #b224ef, #7579ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  p {
    font-size: 1.2rem;
    color: #cd5e5e;
    margin-bottom: 40px;
  }

  .countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .time-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(178, 36, 239, 0.6);
    min-width: 100px;
  }

  .time {
    font-size: 2.5rem;
    font-weight: bold;
    color: #b224ef;
  }

  .label {
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-top: 5px;
    color: #ccc;
  }
}

.count__content {
  background: url("../assets/svgs/counter__bg.svg") center no-repeat !important;
  width: 85%;
  min-width: 86%;
  min-height: 400px !important;
  margin-top: 50px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 6px solid #ffffff !important;
  box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
}

.count__text {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  max-width: 70%;
  padding-top: 50px;
  line-height: 60px;
}

.counter__text {
  background: -webkit-linear-gradient(270deg, #ffffff 25%, #4790fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  max-width: 70%;
  padding-top: 50px;
  line-height: 60px;
}

.vr__line {
  border: 1px solid #98c1ff;
  height: 50px;
  margin-top: 20px;
}

.num__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.count__subtext {
  color: #e2e8f0;
  font-size: 20px;
  font-weight: 400;
}

.benefits__text {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 32.95%,
    rgba(255, 136, 40, 0.0612) 100%
  );
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  max-width: 175px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 10px 20px;
  margin-top: 3rem;
}

.benefits__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;
}

.benefits__subtext2 {
  color: #64607d;
  font-size: 18px;
  font-weight: 400;
  max-width: 50%;
  text-align: center;
}

.benefits__card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 34%,
    #e6f1fe 100%
  );
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px !important;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.benefits-card__text {
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.benefits-card__subtext {
  color: #64607d;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.activity__img2 {
  margin-left: 20px;
}

.benefits__img {
  background: linear-gradient(180deg, #5c95ff 0%, #004bd6 100%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.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: 0 !important;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: flex;
  gap: 33px;
  padding: 30px;
}

.swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.client_section__card {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.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-color: #f7f7f7; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 34%,
    #e6f1fe 100%
  );
  border-radius: 16px;
  height: 100% !important;
  margin-top: 5rem;
  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: 40px;
  font-weight: 800;
}

.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;
}

.selection__text {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 32.95%,
    rgba(255, 136, 40, 0.0612) 100%
  );
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  max-width: 175px;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 10px 20px;
  margin-top: 5rem;
}

.selection__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;
  max-width: 80%;
}

.selection__subText2 {
  color: #64607d;
  font-size: 18px;
  font-weight: 400;
}

.tracking__content {
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.23) 50.33%,
    rgba(255, 136, 40, 0) 150.65%
  ); */
  border: 4px solid #ffdbbe30;
  border-radius: 16px;
  padding: 25px 30px;
  margin-top: 70px;
  height: 150px;
}

.tracking__text {
  color: #0f172a;
  font-size: 24px;
  font-weight: 700;
}

.tracking__subtext {
  color: #64607d;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  color: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.23) 50.33%,
    rgba(204, 100, 14, 0) 150.65%
  );
}

.footer-contact-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin: 0px auto 50px auto;
}

.contact-info {
  background: linear-gradient(93.94deg, #004bd6 4.14%, #002770 101.86%);
  color: #fff;
  padding: 30px;
  flex: 1;
  margin: 10px;
  border-radius: 12px;
}

.contact-info h3 {
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 16px;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.info-item img {
  width: 20px;
}

.social-media-icons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.social-media-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-media-icons a:hover {
  background: white;
  color: #0f172a; /* same as left panel gradient */
}

.contact-form {
  flex: 2;
  padding: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 15px;
}

.form-group label {
  font-size: 16px;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  font-size: 16px;
  outline: none;
}

.form-group textarea {
  resize: none;
  height: 80px;
}

.send-btn {
  background: #0f172a;
  color: #fff;
  padding: 10px 20px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.send-btn:hover {
  background-color: #1e293b;
  border-color: #0f172a66;
}

.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: 470px !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_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__nav li a.active {
  color: #000;
  font-weight: 700;
}

.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;
}

.countdown-section {
  padding: 50px 20px;
  background: linear-gradient(to bottom, #eaf5ff 0%, #f8fafc 80%, #d0e7ff 100%);
}
.countdown-section h1 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.underline {
  width: 80px;
  height: 3px;
  background: #e91e63;
  margin: 0 auto 40px;
}
.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.time-box {
  text-align: center;
}
.time-box span {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #e91e63;
}
.time-box small {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 758px) {
  nav {
    flex-direction: row;
    border: none !important;
    padding: 10px 20px;
    width: 60%;
    position: fixed;
    top: 3%;
  }

  .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;
  }

  .top__content {
    width: 100%;
    padding-bottom: 2rem;
  }

  .trakkar__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .trakkar__logo img {
    width: 90%;
    min-width: 190px;
  }

  .login__btn {
    display: none;
  }

  .badge__content {
    display: none;
  }

  .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%;
  }

  .hero__content {
    margin-top: 2rem;
  }

.radio-pill {
  margin-top: 60px;
}

  .hero__content h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 85%;
    text-align: center;
    line-height: 39px;
  }

  .hero__content h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    line-height: 25px;
  }

  .hero__buttons {
    flex-direction: column-reverse;
  }

  .trial__btn,
  .download__btn {
    display: flex;
    align-items: center;
    padding: 12px 80px;
  }

  .no-card-required {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    /* margin-right: 0rem; */
  }

  .features__subtext {
    font-size: 24px;
    text-align: center;
  }

  .features__subtext2 {
    font-size: 14px;
    max-width: 85%;
    line-height: 25px;
    text-align: center;
  }

  .leave__img2 {
    width: 85%;
    margin-left: 10px !important;
  }

  .tracking__img3 {
    width: 85% !important;
  }

  .tracking__img {
    left: 20%;
    top: 40%;
    width: 80% !important;
  }

  .tracking__img2 {
    left: 35%;
    top: 40%;
    width: 60% !important;
  }

  .swiper-wrapper {
    gap: 32px;
  }

  .feature__card__bottom {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.28) 34%,
      #e6f1fe 100%
    );
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    /* height: 100%; */
    min-height: 300px;
  }

  .counter__text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    max-width: 80%;
    padding-top: 50px;
    line-height: 45px;
    padding-bottom: 30px;
  }

  .count__content {
    background: url("../assets/svgs/counter__bg.svg") center center / cover
      no-repeat !important;
    width: 95%;
    min-height: auto !important;
    margin-top: 50px;
    border-radius: 40px;
    border: 6px solid #ffffff !important;
    box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
    background-size: cover;
    background-position: center;
  }

  .count__text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    max-width: 85%;
    line-height: 45px;
    padding-top: 0px !important;
    margin-left: 20px;
  }

  .vr__line {
    border: 1px solid #98c1ff;
    height: 50px;
    margin-top: 0px !important;
    rotate: 90deg;
  }

  .num__content {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
  }

  .benefits__subtext {
    color: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
    font-size: 24px;
    font-weight: 700;
  }

  .benefits__subtext2 {
    color: #64607d;
    font-size: 14px;
    font-weight: 400;
    max-width: 90%;
    text-align: center;
  }

  .client__text {
    color: #1a1919;
    font-size: 14px;
    font-weight: 500;
  }

  .client__subtext {
    color: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
    font-size: 25px;
    font-weight: 700;
    width: 80%;
    margin: auto;
  }

  .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;
  }

  .que_section__top__text {
    font-size: 28px;
    font-weight: 700;
    font-family: "Tropiline", serif;
    color: #1a1919;
  }

  .que_section__top__subtext {
    font-size: 16px;
    font-weight: 400;
    color: #6f7071;
  }

  .que_section__cards {
    width: 350px;
    height: 78px;
    display: flex;
    gap: 0px;
    cursor: pointer;
  }

  .que_section__cards__text {
    font-size: 13px;
    font-weight: 600 !important;
    color: #1a1919;
  }

  .selection__text {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.12) 32.95%,
      rgba(255, 136, 40, 0.0612) 100%
    );
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    max-width: 175px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 10px 20px;
    margin-top: 5rem;
  }

  .selection__subText {
    color: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
    font-size: 24px;
    font-weight: 700;
    max-width: 85%;
    text-align: center;
  }

  .selection__subText2 {
    color: #64607d;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-left: 15px;
  }

  .selection__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main__tracking {
    margin-top: 20px !important;
    padding: 10px;
    margin-left: 20px !important;
  }

  .tracking__content {
    padding: 30px;
    height: 183px;
    margin-top: 50px;
  }

  .tracking__text {
    color: #0f172a;
    font-size: 20px;
    font-weight: 700;
  }

  .tracking__subtext {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
  }

  .que_section {
    margin: 15px !important;
  }

  .que_section__top {
    padding-top: 15px !important;
  }

  .que_section__top__text {
    display: none;
  }

  .que_section__top__text__mob {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1a1919;
  }

  .que_section__top__subtext {
    font-size: 14px;
    margin-top: 15px;
  }

  .que_section__below {
    margin-top: 20px !important;
  }

  .que_section__cards {
    padding: 20px;
    width: 320px;
    height: fit-content;
    margin-top: 10px;
  }

  .que_section__cards.expanded {
    height: auto;
    padding-bottom: 15px;
  }

  .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: 375px !important;
    padding: 20px 10px;
    margin-top: 30px;
    gap: 11px;
  }

  .footer__nav li a {
    font-size: 15px;
  }

  .footer__last {
    background-color: #0d0d1b;
    margin-top: 29px;
  }

  .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-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;
  }

  .founder-content {
    flex-direction: column !important;
  }

  .founder-text {
    padding-left: 0px !important;
  }

  .footer-contact-card {
    flex-direction: column !important;
  }
  .contact-info {
    text-align: center;
  }
  .info-item {
    justify-content: center;
  }
  .social-media-icons {
    justify-content: center;
  }
  .form-row {
    flex-direction: column !important;
  }
}

@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;
  }

  .top__content {
    width: 100%;
  }

  .login__btn {
    display: none;
  }

  .badge__content {
    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%;
  }

  .hero__content {
    margin-top: 2rem;
  }

  .radio-pill{
    margin-top: 30px;
  }

  .hero__content h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 85%;
    text-align: center;
  }

  .hero__content h2 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    line-height: 25px;
  }

  .hero__buttons {
    flex-direction: column-reverse;
  }

  .trial__btn,
  .download__btn {
    display: flex;
    align-items: center;
    padding: 12px 80px;
  }

  .no-card-required {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    /* margin-right: 0rem; */
  }

  .features__subtext {
    text-align: center;
  }

  .features__subtext2 {
    max-width: 75%;
    text-align: center;
  }

  .user__img {
    left: 50%;
    top: 37%;
    width: 45%;
  }

  .user__img2 {
    width: 85%;
  }

  .feature__card {
    /* width: 112%; */
    height: 100% !important;
  }

  .feature-card__text {
    font-size: 17px;
  }

  .feature-card__subtext {
    font-size: 13px;
  }

  .activity__img2 {
    width: 85%;
    margin-left: 10px !important;
  }

  .activity__img {
    left: 55%;
    top: 40%;
  }

  .project__img2 {
    width: 78%;
    margin-left: 0px !important;
  }

  .project__img {
    left: 50%;
    top: 61%;
    width: 45%;
  }

  .tracking__img3 {
    margin-left: 0.7rem !important;
    width: 85% !important;
    margin-top: 20px;
  }

  .tracking__img {
    width: 85% !important;
    left: 15%;
    top: 40%;
  }

  .tracking__img2 {
    width: 70% !important;
    left: 25%;
    top: 40%;
  }

  .leave__img {
    top: 37%;
  }

  .leave__img2 {
    width: 85%;
  }

  .feature__card__bottom {
    min-height: 280px !important;
  }

  .feature__card {
    min-height: 300px;
  }

  .count__content {
    background: url("../assets/svgs/counter__bg.svg") center center / cover
      no-repeat !important;
    width: 95%;
    min-height: auto !important;
    margin-top: 50px;
    border-radius: 40px;
    border: 6px solid #ffffff !important;
    box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
    background-size: cover;
    background-position: center;
  }

  .counter__text {
    font-size: 33px;
  }

  .num__content {
    gap: 30px;
  }

  .benefits__text {
    margin-top: 1rem;
  }

  .benefits__subtext2 {
    max-width: 70%;
  }

  .benefits-card__text {
    font-size: 20px;
    text-align: center;
  }

  .benefits__card {
    height: 100%;
  }

  .selection__subText {
    font-size: 24px;
  }

  .selection__subText2 {
    font-size: 16px;
  }

  .trial__btn {
    padding: 12px 70px;
  }

  .main__tracking {
    margin-top: 50px !important;
  }

  .que_section__cards {
    width: 700px;
  }

  .footer_section__mid {
    gap: 0px !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;
    align-items: center;
    justify-content: center;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  .top__content {
    width: 100%;
  }

  .login__btn {
    display: none;
  }

  .badge__content {
    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%;
  }

  .hero__content {
    margin-top: 2rem;
  }
  .radio-pill{
    margin-top: 30px;
  }

  .hero__content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    max-width: 85%;
    text-align: center;
  }

  .hero__content h2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    line-height: 25px;
  }

  .hero__buttons {
    flex-direction: column-reverse;
  }

  .trial__btn,
  .download__btn {
    display: flex;
    align-items: center;
    padding: 12px 80px;
  }

  .no-card-required {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    /* margin-right: 0rem; */
  }

  .features__subtext {
    text-align: center;
  }

  .features__subtext2 {
    max-width: 75%;
    text-align: center;
  }

  .user__img {
    left: 50%;
    top: 37%;
    width: 45%;
  }

  .user__img2 {
    width: 100%;
  }

  .feature__card {
    /* width: 112%; */
    height: 100% !important;
  }

  .feature-card__text {
    font-size: 17px;
  }

  .activity__img2 {
    width: 85%;
    margin-left: 10px !important;
  }

  .activity__img {
    left: 55%;
    top: 40%;
  }

  .project__img2 {
    width: 78%;
  }

  .project__img {
    left: 50%;
    top: 61%;
    width: 45%;
  }

  .tracking__img3 {
    margin-left: 0.7rem !important;
    width: 95% !important;
    margin-top: 20px;
  }

  .tracking__img {
    width: 85% !important;
    left: 15%;
    top: 45%;
  }

  .tracking__img2 {
    width: 70% !important;
    left: 25%;
    top: 45%;
  }

  .leave__img {
    top: 37%;
  }

  .count__content {
    background: url("../assets/svgs/counter__bg.svg") center center / cover
      no-repeat !important;
    width: 95%;
    min-height: auto !important;
    margin-top: 50px;
    border-radius: 40px;
    border: 6px solid #ffffff !important;
    box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
    background-size: cover;
    background-position: center;
  }

  .counter__text {
    font-size: 33px;
  }

  .num__content {
    gap: 30px;
  }

  .benefits__text {
    margin-top: 1rem;
  }

  .benefits__subtext2 {
    max-width: 70%;
  }

  .benefits-card__text {
    font-size: 20px;
    text-align: center;
  }

  .benefits__card {
    height: 100%;
  }

  .selection__subText {
    font-size: 24px;
  }

  .selection__subText2 {
    font-size: 16px;
  }

  .trial__btn {
    padding: 12px 70px;
  }

  .main__tracking {
    margin-top: 50px !important;
  }

  .que_section__cards {
    width: 700px;
  }

  .footer_section__mid {
    gap: 0px !important;
  }
}

@media screen and (max-width: 345px) {
  .trial__btn {
    padding: 12px 78px;
  }

  .features__subtext {
    font-size: 20px;
  }

  .counter__text {
    font-size: 25px;
    line-height: 40px;
  }

  .tracking__content {
    height: 185px !important;
  }

  .que_section__cards {
    width: 290px;
  }

  .swiper-wrapper {
    gap: 5px;
  }
}
@media screen and (max-width: 650px) {
  .pain-list {
    flex-direction: column;
    gap: 0px !important;
  }
}

@media screen and (max-width: 490px) {
  .countdown {
    gap: 5px !important;
  }
  .time-box {
    min-width: 90px !important;
    padding: 20px !important;
  }

  .label {
    font-size: 0.7rem !important;
  }
}

@media screen and (max-width: 400px) {
  .countdown {
    gap: 5px !important;
  }
  .time-box {
    min-width: 73px !important;
    padding: 10px !important;
  }

  .label {
    font-size: 0.7rem !important;
  }
}
