* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

html {
  font-size: 14px;
}

:root {
  --bg-primary: #04152d;
  --bg-secondary: #334eac;
  --text-primary: #334eac;
  --text-secondary: #292929;
  --text-muted: #8b949e;
  --text-tertiary: #2563eb;
  --senary-color: #e7f1ff;
  --septenary-color: #f9fcff;
  --accent-blue: #334eac;
  --accent-purple: #00a5ae;
  --accent-pink: #a664ff;
  --accent-green: #26cb7c;
  --border-color: #ededef;
  --hover-color: rgba(255, 255, 255, 0.03);
  /*--card-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);*/
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* Mobile Nav */
@media screen and (max-width: 1000px) {
  nav.menu-list {
    display: none;
  }

    nav.menu-list ul {
      flex-direction: column;
      background: rgba(0,0,0,0.9);
      position: absolute;
      top: 62px;
      gap: 20px;
      right: 0;
      width: 200px;
      padding: 20px;
      border-radius: 8px;
    }

    nav.menu-list.show {
      display: flex;
    }

  .navbar.shrink {
    top: 0;
    position: fixed;
    height: 4.2rem;
  }

  .logo {
    position: absolute;
    display: inline;
    top: 5px;
    left: 10px;
    float: left;
    vertical-align: middle;
  }

  nav.menu-list li:first-child {
    margin-top: 2px !important;
  }

  .menu-toggle {
    display: inline-block;
  }
}

@media screen and (max-width: 569px) {

  h2 {
    font-size: 1.8rem !important;
  }

  header h1 {
    font-size: 3rem;
    white-space: normal !important;
    overflow: hidden;
  }
  .join-us {
    width: 80% !important;
  }
  .venue-desc p {
    width: 55% !important;
  }

  .efficiency, .experience {
    min-height: 450px !important;
  }

  .efficiency {
    padding: 60px 10px !important;
  }

  .experience {
    padding: 90px 10px !important;
  }

  .message {
    width: 65% !important;
    padding: 30px 30px !important;
  }

    .message h2 {
      font-size: 1.3rem;
    }

    .message p {
      font-size: 1rem !important;
    }

  .card-comparison .card {
    max-width: 100% !important;
  }

  .message2 {
    width: 100% !important;
    text-align: center !important;
  }

    .message2 h2 {
      text-align: center !important;
      font-size: 2.4rem !important;
    }

    .message2 p {
      padding-top: 30px !important;
      padding-right: 0 !important;
      font-size: 1.3rem !important;
    }

  .experience2 {
    background-image: url('/images/marketing2.png') !important;
    background-position: left !important;
    min-height: 880px !important;
    padding: 90px 5px !important;
  }
}

@media (min-width: 570px) and (max-width: 768px) {
  header h1 {
    font-size: 3rem;
    white-space: normal !important;
    overflow: hidden;
  }

  .efficiency, .experience {
    min-height: 480px !important;
  }

  .efficiency {
    padding: 60px 10px !important;
  }

  .experience {
    padding: 90px 10px !important;
  }

  .message {
    width: 50% !important;
    padding: 30px 50px !important;
  }

    .message h2 {
      font-size: 1.5rem;
    }

    .message p {
      font-size: 1.2rem !important;
    }

  .message2 {
    width: 100% !important;
    text-align: center !important;
  }

    .message2 h2 {
      text-align: center !important;
      font-size: 2.5rem !important;
    }

    .message2 p {
      padding-top: 30px !important;
      padding-right: 0 !important;
      font-size: 1.3rem !important;
    }

  .experience2 {
    background-image: url('/images/marketing3.png') !important;
    background-position: bottom !important;
    min-height: 880px !important;
    padding: 100px 20px !important;
  }
}

@media screen and (max-width: 891px) {
  #compare table tr th:first-child, #compare table tr td:first-child {
    background-color: white;
    left: 0px;
    position: -webkit-sticky;
    position: sticky;
  }

  #compare table tr th:first-child {
    background-color: var(--text-primary);
    left: 0px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
  }

  #compare table tr td:first-child {
    z-index: 1;
  }

    #compare table tr td:first-child span {
      left: 10px;
      position: -webkit-sticky;
      position: sticky;
      z-index: 1;
    }
}

@media (min-width: 769px) and (max-width: 1030px) {
  h2 {
    font-size: 2rem !important;
  }
  header h1 {
    font-size: 2.2rem !important;
  }

  .message2 {
    width: 47% !important;
    padding: 5px 25px !important;
  }

    .message2 h2 {
      font-size: 2rem !important;
    }

    .message2 p {
      padding-top: 40px;
      padding-right: 100px;
      font-size: 1.15rem !important;
    }

  .experience2 {
    min-height: 680px !important;
    padding: 100px 20px !important;
  }
}

@media screen and (max-width: 1145px) {
  .how-steps {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (min-width: 1031px) and (max-width: 1145px) {

  header h1 {
    font-size: 2.5rem !important;
  }

  .message2 h2 {
    font-size: 2.25rem !important;
  }

  .message2 p {
    padding-top: 40px;
    padding-right: 100px;
    font-size: 1.35rem !important;
  }

  .message2 {
    width: 47% !important;
    padding: 5px 25px !important;
  }

  .experience2 {
    min-height: 780px !important;
    padding: 115px 20px !important;
  }
}

@media (min-width: 1001px) {
  .menu-toggle {
    display: none;
  }
}

@media (min-width: 570px) and (max-width: 1260px) {
  .card-comparison .card {
    max-width: 100% !important;
  }
  .join-us {
    width: 65% !important;
  }
}

@media (min-width: 1261px) and (max-width: 1399px) {
  .card-comparison .card {
    max-width: 90% !important;
  }
}

@media (min-width: 570px) and (max-width: 719px) {
  .venue-desc p {
    width: 40% !important;
  }
}

@media (min-width: 720px) and (max-width: 839px) {
  .venue-desc p {
    width: 35% !important;
  }
}

@media (min-width: 840px) and (max-width: 999px) {
  .venue-desc p {
    width: 30% !important;
  }
}

@media (min-width: 1000px) and (max-width: 1250px) {
  .venue-desc p {
    width: 25% !important;
  }
}

@media (min-width: 1400px) and (max-width: 1610px) {
  .card-comparison .card {
    max-width: 80% !important;
  }
}

@media (min-width: 1611px) and (max-width: 1700px) {
  .card-comparison .card {
    max-width: 70% !important;
  }
}

.menu-toggle {
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 10px;
  padding: 5px;
  cursor: pointer;
  color: white;
}

html {
  position: relative;
  min-height: 100%;
}

.login {
  float: right !important;
  right: 15px;
  top: 12px;
  z-index: 1;
  position: absolute;
  cursor: pointer;
}

a {
  text-decoration: none !important;
  color: white !important;
}

.login a:hover {
  color: #063EAD !important;
}

.logo {
  display: inline;
  left: 0;
  float: left;
  vertical-align: middle;
}

.logo-icon {
  height: 3.5rem;
  width: 4.3rem;
  margin: 0px 6px 0px 0px;
  padding: 0px;
}

.logo span {
  position: relative;
  display: inline;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  top: 5px;
  margin: 5px 0px 0px;
  font-family: 'Poppins', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
  scroll-behavior: smooth;
}

header {
  background: linear-gradient(90deg, var(--bg-primary), var(--bg-secondary));
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 200px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
  /*
    header h1 {
      font-size: 3rem;
      margin-bottom: 20px;
      opacity: 0;
      animation: fadeInUp 1s forwards;
    }*/

  header h1 {
    font-size: 3rem;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    border-right: 3px solid white;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 25px;
    animation: blink 0.8s step-end infinite;
  }

@keyframes blink {
  50% {
    border-color: transparent
  }
}

header p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 1.3rem;
  opacity: 0;
  animation: fadeInUp 1s forwards 0.5s;
}

.btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}

.btn-primary {
  background: white;
  color: #2563eb !important;
  margin-right: 10px;
}

.btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}

.btn-login {
  padding: 5px 8px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid white;
  color: white;
  transition: 0.3s;
}

  .btn-login:hover {
    border-bottom: none;
  }

.btn:hover {
  transform: scale(1.05);
}

.btn-primary:hover {
  color: white !important;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  transition: 0.3s;
  z-index: 1000;
}

  .navbar.shrink {
    padding: 10px 40px;
    background: rgba(17, 17, 17, 0.9);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }

nav.menu-list ul {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 10px;
}

nav.menu-list li {
  margin: 0 10px;
}

  nav.menu-list li.home-link a {
    top: -5px;
  }


  nav.menu-list li:last-child {
    margin-bottom: 10px;
  }


nav.menu-list ul li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 8px;
  transition: color 0.3s;
}

  nav.menu-list ul li a.active, nav.menu-list ul li a:hover {
    border-bottom: 2px solid #14b8a6;
    padding-bottom: 4px;
  }


section {
  padding: 80px 20px;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease-out;
}

#features, #pricing {
  max-width: 1200px;
}

#pricing {
  padding: 95px 20px;
}

section.visible {
  opacity: 1;
  transform: translateY(0);
}

h2 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem;
  margin-bottom: 20px;
}


.card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
  max-width: 350px;
}

  .card:hover {
    transform: translateY(-5px);
  }

h3 {
  margin: 15px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.card h3 i {
  margin-right: 3px;
  font-size: 1.6rem;
}

  .card h3 i.fa-calendar-days {
    font-size: 1.4rem;
  }

  .card h3 i.fa-credit-card {
    font-size: 1.3rem;
  }

  .card h3 i.fa-screwdriver-wrench {
    font-size: 1.3rem;
  }

.features, .pricing, .card-comparison {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.pricing-plan h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/*.testimonials {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  scroll-behavior: smooth;
  padding: 20px;
}

.testimonial {
  min-width: 300px;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}*/
#marketing {
  margin: 0 auto;
  padding: 50px 0px 0px;
}
#marketing h2 {
  padding: 50px 0px 30px;
}

.efficiency {
  background-image: url('/images/image1.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 650px;
  background-color: white;
  padding: 160px 20px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.7);
  color: white;
}

.message {
  width: 50%;
  background-color: black;
  backdrop-filter: blur(12px);
  opacity: 0.88;
  border-radius: 12px;
  padding: 50px 70px;
  position: absolute;
  z-index: 300;
}

  .message h2 {
    text-align: left;
  }

  .message p {
    font-size: 1.2rem;
  }

.efficiency .message {
  right: 25px;
}

.experience .message, .experience2 .message2 {
  float: left;
}

.experience {
  background-image: url('/images/image2.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 650px;
  padding: 160px 20px;
  background-color: white;
  color: white;
}

.message2 {
  width: 45%;
  padding: 5px 30px;
}

  .message2 h2 {
    text-align: left;
    font-size: 3rem;
  }

  .message2 p {
    padding-top: 40px;
    padding-right: 100px;
    font-size: 1.7rem;
  }

  .message2 p span.highlight {
    font-weight: 900 !important;
  }

.join-us {
  width: 45%;
  margin: 40px auto;
  font-size: 1.05rem;
}
.get-started {
  font-size: 1.1rem;
  font-weight: normal;
}

.experience2 {
  background-image: url('/images/marketing.png');
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  min-height: 850px;
  padding: 130px 20px;
  background-color: white;
  color: white;
}

.marketing section {
  margin: 0;
}

.testimonials {
  display: flex;
  overflow: hidden;
  gap: 20px;
  position: relative;
}

.testimonial {
  flex: 0 0 100%;
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}

  .testimonial p {
    font-style: italic;
  }

  .testimonial span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
  }


/* HOW IT WORKS */
.how {
  padding: 15rem 5rem;
  background: linear-gradient(90deg, var(--bg-primary), var(--bg-secondary));
  position: relative;
  overflow: hidden;
  color: white;
}

  .how::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(51, 78, 172,0.05) 0%, transparent 70%);
  }

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  position: relative;
}

  .how-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(51, 78, 172,0.3) 20%, rgba(51, 78, 172,0.3) 80%, transparent);
  }

.step {
  text-align: center;
  position: relative;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: white;
  border: 1px solid rgba(51, 78, 172,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.step:hover .step-num {
  background: var(--text-primary);
  color: white;
  box-shadow: 0 0 32px rgba(51, 78, 172,0.4);
}

.step h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.65rem;
}

.step p {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
}

.cta {
  background: linear-gradient(90deg, var(--bg-primary), var(--bg-secondary));
  color: white;
  text-align: center;
  padding: 80px 20px;
}

  .cta h2 {
    margin-bottom: 20px;
  }

footer {
  background: #111;
  color: #aaa;
  text-align: center;
  padding: 20px 0px 10px;
}
.venue-desc {
  width: 100%;
  text-align: start;
}

.venue-desc a.logo2 {
  width: 100%;
  text-align: start;
}

.venue-desc span {
  font-size: 1rem;
}

  .venue-desc p {
    width: 20%;
    padding: 10px 20px;
    font-size: 0.85rem;
  }

.venue-desc a.logo2 img {
  width: 45px;
  height: 35px;
}

footer div {
  margin-bottom: 10px;
}


  footer a {
    color: #aaa;
    margin: 0 10px;
    text-decoration: none;
  }

    footer a:hover {
      color: white;
    }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-bold {
  font-weight: bold !important;
}

.text-primary {
  color: var(--text-primary) !important;
}
/* Pricing Plans */
.pricing-card {
  /* background-color: var(--bg-secondary);*/
  border-radius: 12px;
  padding: 25px;
  position: relative;
  /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
  /*  border: 1px solid var(--border-color);*/
  /* box-shadow: var(--card-shadow);*/
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/*
  .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }*/

.card-popular {
  position: relative;
}

  .card-popular::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-pink), var(--accent-purple));
    z-index: 1;
  }

.popular-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(90deg, var(--accent-pink), var(--accent-purple));
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}

.card-tier {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: 'Space Grotesk', sans-serif;
}

.card-starter .card-tier {
  color: var(--accent-blue);
}

.card-pro .card-tier {
  color: var(--accent-purple);
}

.card-enterprise .card-tier {
  color: var(--accent-pink);
}

.card-description {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-bottom: 25px;
  line-height: 1.4;
}

label.card-description {
  margin: 0px 0px 10px;
}

.card-addon-description {
  color: var(--text-secondary);
  font-size: 0.85rem;
  bottom: 0px;
  line-height: 1.4;
}

  .card-addon-description a {
    color: var(--text-muted) !important;
  }

    .card-addon-description a.starter:hover {
      color: var(--accent-blue) !important;
    }

    .card-addon-description a.pro:hover {
      color: var(--accent-purple) !important;
    }

    .card-addon-description a.enterprise:hover {
      color: var(--accent-pink) !important;
    }

.card-price, .card-price .price-annually {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1px;
  font-family: 'Space Grotesk', sans-serif;
}

.price-cycle {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-bottom: 35px;
}

.card-features {
  list-style-type: none;
  margin-bottom: 25px;
  flex-grow: 1;
}

  .card-features li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-secondary);
  }

    .card-features li::before {
      font-family: FontAwesome;
      content: "\f00c";
      margin-right: 10px;
      font-size: 0.8rem;
      width: 16px;
      height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }

.card-addon-features {
  list-style-type: none;
  margin-bottom: 25px;
  flex-grow: 1;
}

  .card-addon-features li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-secondary);
  }

    .card-addon-features li div {
      display: flex;
    }

    .card-addon-features li input, .card-addon-features li label {
      display: inline;
    }

    .card-addon-features li input {
      margin-right: 13px;
    }


.card-starter .card-features li::before {
  color: var(--accent-blue);
}

.card-pro .card-features li::before {
  color: var(--accent-purple);
}

.card-enterprise .card-features li::before {
  color: var(--accent-pink);
}

.card-button {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: 'Inter', sans-serif;
}

  .card-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: width 0.3s ease;
  }

.card-starter .card-button {
  border-color: var(--accent-blue);
}

  .card-starter .card-button::before {
    background-color: var(--accent-blue);
  }

.card-pro .card-button {
  border-color: var(--accent-purple);
}

  .card-pro .card-button::before {
    background-color: var(--accent-purple);
  }

.card-enterprise .card-button {
  border-color: var(--accent-pink);
}

  .card-enterprise .card-button::before {
    background-color: var(--accent-pink);
  }

.card-button:hover::before {
  width: 100%;
}

.card-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.scrollToTopBtn i {
  color: black;
}

.scrollToTopBtn {
  background-color: white;
  border: none;
  border-radius: 50%;
  color: black;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 35px;
  width: 35px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* keep it at the top of everything else */
  z-index: 1000;
  /* hide with opacity */
  opacity: 1;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 0.8;
  transform: translateY(0);
}

  .showBtn:hover {
    opacity: 1;
    background-color: var(--accent-blue);
  }

    .showBtn:hover i {
      color: white;
    }

.sale-tag {
  margin-bottom: 16px;
}

  .sale-tag span {
    background-color: var(--septenary-color);
    color: var(--accent-green);
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: bold;
  }

  .sale-tag span.main-text {
    font-size: 1.2rem;
  }

  .sale-tag span.sub-text {
    font-size: 0.95rem;
  }

.savings-badge {
  display: inline-block;
  background-color: rgba(38, 203, 124, 0.1);
  color: var(--accent-green);
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.savings-badge-special {
  display: inline-block;
  background-color: rgba(38, 203, 124, 0.1);
  color: var(--accent-green);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.original-price {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 1rem;
  margin-right: 5px;
  vertical-align: middle;
}

.faq-link {
  color: var(--text-secondary);
  font-size: 0.85rem;
  text-align: center;
  margin-top: 30px;
  display: block;
  text-decoration: none;
}

  .faq-link:hover {
    color: var(--accent-purple);
  }

.highlight-feature {
  color: var(--text-primary) !important;
  position: relative;
}

  .highlight-feature:hover .tooltip {
    opacity: 1;
  }

.glow-effect {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(188, 140, 255, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.pricing-card:hover .glow-effect {
  opacity: 1;
}

.pricing-guarantee {
  margin-top: 30px;
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.guarantee-icon {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  fill: var(--accent-green);
}

.card-popular .card-button {
  animation: pulse 2s infinite;
}


@media (max-width: 700px) {
  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
  }

  .pricing-header h1 {
    font-size: 2rem;
  }

  .pricing-header p {
    font-size: 0.9rem;
    padding: 0 10px;
  }
}

.toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.toggle-text {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin: 0 10px;
  transition: color 0.3s ease;
}

  .toggle-text.active {
    color: var(--accent-blue);
    font-weight: 600;
  }

.annually.active {
  color: var(--accent-pink);
  font-weight: 600;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 26px;
}

  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background-color: var(--bg-secondary);*/
  border: 1px solid var(--border-color);
  transition: .4s;
  border-radius: 34px;
}

  .toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: var(--accent-blue);
    transition: .4s;
    border-radius: 50%;
    /*box-shadow: 0 0 10px 1px rgba(188, 140, 255, 0.4);*/
  }

input:checked + .toggle-slider:before {
  transform: translateX(26px);
  background-color: var(--accent-pink);
  /* box-shadow: 0 0 10px 1px rgba(255, 121, 198, 0.4);*/
}

/* End Pricing Plans */

.privacy-page {
  margin-top: 130px;
  margin-bottom: 60px;
}
  .privacy-page section {
    padding: 20px;
  }

.plans-page {
  margin-top: 60px;
}

  .plans-page
  .card-starter
  input[type="checkbox"]:checked {
    accent-color: var(--accent-blue); /* Changes the color when checked */
  }

  .plans-page
  .card-pro
  input[type="checkbox"]:checked {
    accent-color: var(--accent-purple); /* Changes the color when checked */
  }

  .plans-page
  .card-enterprise
  input[type="checkbox"]:checked {
    accent-color: var(--accent-pink); /* Changes the color when checked */
  }

  .plans-page
  .card-features {
    height: 330px;
    flex-grow: unset;
  }

  .plans-page
  .card-starter
  .card-features {
    height: 370px !important;
    flex-grow: unset;
  }

  .plans-page
  .card-addon-description {
    font-size: 0.85rem;
    margin-top: 0px;
    margin-bottom: 20px;
  }

.card-comparison .card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s;
  max-width: 60%;
  font-family: 'Space Grotesk', sans-serif;
}

.extra-fees {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.card-starter .extra-fees i {
  margin-right: 3px;
  color: var(--accent-blue);
}

.card-pro .extra-fees i {
  margin-right: 3px;
  color: var(--accent-purple);
}

.card-enterprise .extra-fees i {
  margin-right: 3px;
  color: var(--accent-pink);
}

#compare {
  overflow: hidden;
  overflow-x: auto;
  overflow-y: scroll;
  height: 700px;
}

  #compare th, td {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.98rem;
  }

  #compare::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
  }

img.company-icon-link {
  margin: -6px -10px -10px -12px;
  width: 38px;
  height: 38px;
}

#compare table {
  width: 100%;
  position: relative;
}

  #compare table th, #compare table td {
    vertical-align: middle;
  }

  #compare table tbody tr td:first-child {
    text-align: left;
    padding: 8px 0px 8px 10px;
  }


  #compare table thead tr th {
    background-color: white !important;
    color: var(--text-secondary);
    border-color: var(--text-muted);
    border: none;
    margin-bottom: -10px !important;
    min-width: 185px;
  }

    #compare table thead tr th:first-child {
      text-align: left !important;
    }

  #compare table tr.feature {
    color: white;
    text-align: left !important;
  }

    #compare table tr.feature td {
      padding: 15px 0px 15px 20px;
      border-radius: 13px;
      border: none;
      background-color: rgba(17, 17, 17, 0.95) !important;
    }

  #compare table td {
    padding: 15px 0px 15px 0px;
    border-top: 1px solid var(--border-color);
    border-bottom: none;
  }

    #compare table td .description {
      color: #636363 !important;
      font-size: 0.8rem;
    }

    #compare table td .fa-circle-check {
      color: #02570c !important;
      font-size: 19px !important;
    }

  #compare table th:nth-child(2) {
    color: var(--accent-blue) !important;
  }

  #compare table td:nth-child(2) .fa-check {
    color: var(--accent-blue) !important;
    font-size: 18px;
  }

  #compare table th:nth-child(3) {
    color: var(--accent-purple) !important;
  }

  #compare table td:nth-child(3) .fa-check {
    color: var(--accent-purple) !important;
    font-size: 18px;
  }

  #compare table th:nth-child(4) {
    color: var(--accent-pink) !important;
  }

  #compare table td:nth-child(4) .fa-check {
    color: var(--accent-pink) !important;
    font-size: 18px;
  }

  #compare table td .fa-ban {
    color: var(--text-muted);
    font-size: 18px;
  }

  #compare table td .fa-circle-plus {
    color: var(--text-muted);
    font-size: 18px;
  }


#compare .features {
  color: #002e66 !important;
  font-size: 17px !important;
  margin-bottom: 2px;
}

.fixed-header th {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
}

#compare table tr.feature td {
  top: 35px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
}


.social-link {
  color: #fff;
  transition: color 0.3s, transform 0.3s;
  text-decoration: none;
  font-size: 1.3em;
}

  .social-link i:hover {
    color: rgba(79 70 229, 0.8) !important;
    transform: scale(1.2);
  }

.contact-info {
  margin-top: 18px;
}


.terms-page {
  margin-top: 130px;
  margin-bottom: 60px;
}

  .terms-page .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 20px;
  }

  .terms-page .header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
  }

  .terms-page section {
    padding: 40px 20px;
  }

.terms-page h1 {
  font-size: 2rem;
  margin: 0 0 8px;
}

  .terms-page .meta {
    color: #444;
    font-size: 0.98rem;
    margin: 0;
  }

.terms-page h2 {
  font-size: 1.25rem;
  margin: 32px 0 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  text-align: left !important;
}

.terms-page p {
  margin: 10px 0;
}

.terms-page ul {
  margin: 10px 0 10px 22px;
}

.terms-page li {
  margin: 6px 0;
}

.terms-page .note {
  margin: 18px 0;
  padding: 14px 16px;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}

  .terms-page .caps {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-size: 0.92rem;
  }