@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  background-color: #f8f8f8;
  margin: 0;
  padding: 0;
  color: #000;
}

.container {
  zoom: 0.9;
}

.navbar-section .container {
  zoom: 0.97;
}


.shape img {
  position: absolute;
  left: -2%;
  top: -15%;
}

#menuBar,
#cancelMenu {
  display: none;
}

.head-title {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: -4%;
  text-align: center;
  text-transform: capitalize;
}

.navbar-section {
  background-color: transparent !important;
}

/* Navbar */
.navbar-custom {
  padding: 20px 20px;
  border-radius: 12px;
  align-items: center;
  max-width: 882px;
  height: 80px;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  background-color: #ffffffb8;
  backdrop-filter: blur(7px);
}

.nav-link {
  font-size: 14px;
}

.navbar-custom a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: 0.3s ease;
  font-size: 16px;
}

#topbar_dropdown a {
  font-size: 14px;
}

.dropdown-toggle::after {
  display: none;
}

#topbar_dropdown .title {
  font-size: 14px;
}

.navbar-custom a:hover {
  color: #ff007b;
  transition: 0.3s ease;
}

.navbar-custom a:hover svg path {
  stroke: #ff007b;
  transition: 0.3s ease;
}

.navbar-brand span {
  color: #ff007b;
}

.login-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

#topbar_dropdown {
  width: max-content;
  border: none;
  background: linear-gradient(#f7fcfc, #fbd1e5e0 292%);
  backdrop-filter: blur(7px);
}

.btn-signup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 600;
  padding: 14px 24px;
  border: 1px solid #ff007e;
  border-radius: 8px;
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  overflow: hidden;
  z-index: 1;
  height: 49px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.btn-signup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  border-radius: 8px;
}

.btn-signup:hover::before {
  transform: translateX(0%);
}

.btn-signup:hover {
  color: #ff007e !important;
  border-color: #ff007e;
}

/* Hero Section */
.hero-section {
  padding: 60px 40px;
}

.hero-section-content {
  display: flex;
  width: 658px;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  flex-shrink: 0;
}

.hero-heading {
  font-family: "Plus Jakarta Sans";
  font-size: 51px;
  font-weight: 700;
  line-height: 56px;
  /* 109.804% */
  letter-spacing: -2.04px;
  text-transform: capitalize;
}

.hero-subheading {
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 526.872px;
}

.btn-cta {
  position: relative;
  display: flex;
  padding: 20px 20px 20px 17px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #ff007e;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
  height: 52px;
}

.btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.btn-cta:hover::before {
  transform: translateX(0);
}

.btn-cta:hover {
  color: #ff007e;
  border-color: #ff007e;
}

.btn-cta-light {
  position: relative;
  display: flex;
  padding: 14px 20px 14px 20px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ff007e;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  z-index: 1;
}

.btn-cta-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  border-radius: 10px;
}

.btn-cta-light:hover::before {
  transform: translateX(0);
}

.btn-cta-light:hover {
  color: #fff;
  border-color: #fff;
}

.badge-note {
  display: inline-block;
  padding: 9px 13px;
  justify-content: center;
  align-items: center;
  gap: 3.276px;
  border-radius: 65.945px;
  border: 1px solid #f4f4f4;
  background: #fff;
  box-shadow: 0px 0px 0px 1.319px #fff,
    0px 3.957px 15.827px 0px rgba(176, 176, 176, 0.08);
  border: 1px solid #f4f4f4;
  height: 45px;
  color: #ff007b;
  font-weight: 550;
}

.hero-image {
  width: 100%;
  max-width: 560px;
}

/* Logo Bar */

.logo-bar-section .container .content-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}

.logo-bar-section .text-content {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -2%;
  text-transform: capitalize;
}

.logo-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.logo-bar img {
  height: auto;
  max-height: 70px;
  width: 80px;

  object-fit: contain;
}

.steps-count {
  display: inline-block;
  padding: 7.89px 12.657px 7.706px 12.94px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 13px;
  border: 1px solid #dddfe1;
  background: #f3f3f6;
  color: #ff007e;
  font-family: "Plus Jakarta Sans";
  font-size: 30.96px;
  font-weight: 700;
  line-height: 44.72px;
  /* 144.444% */
}

/* Features Section */

.features-section .badge-note {
  background-color: #fff;
  padding: 9px 13px;
}

.feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
  min-height: 180px;
  box-shadow: 0px 4px 8px 0px rgba(34, 42, 53, 0.05),
    0px 0px 0px 1px rgba(34, 42, 53, 0.08),
    0px 1px 5px -4px rgba(19, 19, 22, 0.7);
  text-align: left;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.feature-box img {
  margin-left: 0;
}

.cta-panel {
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
  flex-wrap: nowrap;
}

.cta-panel img {
  max-width: 674px;
  width: 100%;
}

.cta-panel-content {
  padding-bottom: 32px;
  width: 35%;
}

.cta-panel h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
  text-transform: capitalize;
}

.cta-panel p {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  line-height: 26px;
  opacity: 0.9;
  /* 144.444% */
}

.cta-panel-two .cta-panel-content {
  padding-bottom: 32px;
  width: 40%;
}

.cta-panel-two .cta-panel-content p {
  width: 80%;
}

.stats-card {
  min-height: 431px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.stats-content {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
  text-align: right;
}

.stats-content h3 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.882px;
  text-transform: capitalize;
  color: #ff43a0;
}

.stats-content-white h3 {
  color: #fff;
}

.badge-raised {
  display: inline-block;
  align-items: center;
  background: #f8f8f8;
  color: #ff007e;
  padding: 11.254px;
  border-radius: 4px;
  width: fit-content;
  font-size: 21px;
  font-weight: 700;
  display: flex;
}

.card-founder {
  border: 1px solid #efefef;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 4px 69px 0px rgba(176, 176, 176, 0.25);
  background-color: #fff;
  display: flex;
  justify-content: start;
}

.card-founder h3 {
  color: #000;
  font-size: 29px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.58px;
  text-transform: capitalize;
}

.card-founder .row {
  display: flex;
  margin: 0;
}

.card-founder img.profile {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.card-product {
  border: 2.78px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 69px 0px rgba(176, 176, 176, 0.25);
  background-color: #fff;
}

.card-product-body {
  padding: 24px;
}

.card-product-body h3 {
  color: #000;
  font-size: 29px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.58px;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 8px;
}

.card-product-body a.learn-more {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  margin-top: 8px;
}

.card-product-body a.learn-more img {
  margin-right: 8px;
}

/* FAQ Section */
.faq-section {
  background: #fff;
  padding: 60px 0;
}

.faq-section .container {
  max-width: 880px;
}

.faq-item {
  padding: 17px 19px;
  justify-content: space-between;
  border-radius: 6px;
  background: #f8f8f8;
  margin-bottom: 16px;
}

.faq-item .accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  background: transparent;
  box-shadow: none;
  padding: 10px 0px;
}

.faq-item .accordion-button:not(.collapsed) {
  background: transparent;
}

.faq-item .accordion-body {
  padding: 16px 0px;
  color: #333;
  font-size: 18px;
}

.faq-cta {
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 35px;
  margin-top: 32px;
  color: #fff;
}

.faq-cta h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.faq-cta .btn-cta-light {
  padding: 14px 22px;
  font-size: 14px;
  border-radius: 6px;
}

.faq h1 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.faq-item {
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-question {
  padding: 15px 0px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 650;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 100px;
  padding: 10px 0px;
}

.arrow {
  transition: transform 0.3s ease;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

/* Add to your existing <style> */
.closing-section {
  background: linear-gradient(178deg, #fff 1.76%, rgb(255, 0, 128) 1089.14%);
  padding: 60px 0 0;
  /* top padding only */
  margin-bottom: 0;
  /* no bottom margin */
  position: relative;
  /* for stacking */
}

.closing-section .container {
  position: relative;
  /* keep text above graphic if needed */
  z-index: 1;
}

.closing-section p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.closing-section .btn-cta {
  padding: 16px 32px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* Graphic sits at the bottom of the section */
.closing-section img.graphic {
  display: block;
  width: 80%;
  margin-top: -20px;
  /* adjust if you need overlap */
  z-index: 0;
  position: relative;
}

/* Footer Section */

footer {
  background: #fff;
}

.footer-wrapper {
  padding: 40px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-brand {
  flex: 1 1 300px;
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
  display: flex;
  flex-direction: column;

  gap: 28px;
}

.footer-brand .logo {
  width: 140px;
  margin-bottom: 16px;
}

.footer-brand h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.footer-brand p {
  font-size: 18px;
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 16px;
}

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
}

.social-btn:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 0.4);
}

.footer-links {
  flex: 2 1 500px;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-links .bullet {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #e73d83;
  overflow: hidden;
  margin-right: 10px;
}

.footer-links .link-group {
  flex: 1 1 120px;
}

.footer-links .link-group h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -1px;
}

.footer-links .link-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links .link-group ul li {
  margin-bottom: 8px;
}

.footer-links .link-group ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  font-weight: 400;
}

.footer-links .link-group ul li a:hover {
  color: #ff007e;
}

/* Comparison Section: Spreadsheets vs OpenVC */
.comparison-section {
  padding: 60px 0;
  padding-bottom: 120px;
  background: #fff;
}

.comparison-header {
  text-align: center;
  margin-bottom: 16px;
}

.comparison-labels {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.comparison-labels .label {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}

.comparison-labels .label.neutral {
  background: #f8f8f8;
  color: #333;
}

.comparison-labels .label.positive {
  background: #ff007e;
  color: #fff;
}

.comparison-table {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
}

.comparison-table .col {
  display: flex;
  flex-direction: column;
}

.comparison-table .col.metrics {
  background: #f8f8f8;
  padding: 16px;
}

.comparison-table .col.negative {
  background: #fff;
  padding: 16px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.comparison-table .col.positive {
  background: #ff007e;
  color: #fff;
  padding: 16px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 4px 16px rgba(255, 0, 126, 0.2);
}

.comparison-table .col h5 {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 500;
}

.comparison-table .col .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}

.comparison-table .col .item img {
  margin-right: 8px;
}

.comparison-section .comparison-grid>div>div {
  padding: 32px 30px;
  border-bottom: 1px solid #e8e8e8;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 90px;
  gap: 10px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 600;
}

.positive-column>div {
  border-bottom-color: #fff;
}

.comparison-section .comparison-grid .negatives div {
  color: #000 !important;
  font-weight: 600;
}

/* Padding Fixing */
.info-section {
  padding-top: 140px;
}

.feature-1 {
  padding-top: 40px;
}

.features-section {
  padding-top: 130px;
  padding-bottom: 50px;
}

.stats-section {
  padding-top: 120px;
}

.founder-section {
  padding-top: 40px;
}

.product-section {
  padding-top: 70px;
  padding-bottom: 60px;
}

.faq-section {
  padding-top: 130px;
}

.closing-section {
  padding-top: 120px;
}

footer {
  padding-top: 30px;
  padding-bottom: 20px;
}

:root {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0.5rem;
}

.comparison-section .row {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.comparison-section .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/*  Responsive CSS -- */

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1340px) {
  .hero-section-content {
    width: 50%;
  }

  .main_wrapper {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .stats-content h3 {
    font-size: 54px;
  }
}

/* Media Screen 991px */
@media screen and (max-width: 991px) {
  .shape img {
    width: 100%;
  }

  .hero-section {
    padding: 60px 0px;
  }

  .login-info {
    gap: 18px;
  }

  #menuBar {
    display: block;
    cursor: pointer;
    transition: 0.3s ease;
  }

  #cancelMenu {
    display: block;
    cursor: pointer;
  }

  #cancelMenu svg {
    width: 32px;
    height: 32px;
    transition: 0.3s ease;
    padding: 5px;
  }

  #cancelMenu svg:hover {
    transform: rotate(90deg);
    transition: 0.3s ease;
  }

  #cancelMenu svg path {
    fill: #fff;
  }

  #menuItems {
    display: none;
    position: fixed;
    height: 100%;
    width: 60%;
    background: #ff49a3;
    right: -100%;
    top: 0;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    transition: 0.3s ease;
  }

  .productImg {
    width: 100%;
  }

  /*   #menuItems .nav-items {
    flex-direction: column;
    align-items: start !important;
    justify-content: center;
    height: 100%;
    width: 100%;
  }

  #menuItems .nav-items a {
    color: #fff;
    font-size: 16px;
  } */

  #menuItems .nav-items a svg path {
    stroke: #fff;
  }

  .hero-section-content {
    width: 100%;
  }

  .logo-bar-section .text-content {
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }

  .logo-bar img {
    min-height: 80px;
  }

  .cta-panel {
    flex-direction: column;
    align-items: start;
  }

  .col-lg-6 .img-fluid {
    width: 100%;
  }

  .comparison-section .comparison-grid>div>div span {
    display: none;
  }

  .gn-crms span {
    display: none;
  }

  .gn-crms {
    color: #ff2e2e !important;
    display: flex;
    line-height: 1.3;
    font-weight: 700 !important;
  }

  .comparison-grid {
    width: 100%;
  }

  .comparison-section .col-4 {
    width: 32%;
  }

  .comparison-section .empty-col {
    width: 36%;
  }

  .name {
    width: 250px;
  }

  .positive-column div {
    display: flex;
    justify-content: center;
  }

  .negatives div {
    display: flex;
    justify-content: center;
  }

  .head-title {
    font-size: 32px;
  }

  .cta-panel-content {
    width: 100%;
  }

  .cta-panel-two .cta-panel-content {
    width: 100%;
  }

  .cta-panel-two .cta-panel-content p {
    width: 100%;
  }

  .cta-panel-two {
    padding-bottom: 0 !important;
  }

  .closing-section img.graphic {
    margin-top: 40px;
    width: 100%;
  }

  #sidebar {
    position: fixed;
    top: 117px;
    width: 100%;
    z-index: 999999;
    padding: 0px 12px 0px 12px;
  }

  #sidebarInner {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
  }

  #sidebar a {
    color: #000;
    transition: 0.3s ease;
    padding: 5px 10px;
  }

  #sidebar a:hover {
    color: #ff007b !important;
    transition: 0.3s ease;
  }

  #sidebar .text-muted {
    font-size: 10px;
    padding: 5px 10px;
  }

  .navbar-custom {
    position: sticky !important;
    top: 0;
  }

  #menuBar.activeColor svg path {
    stroke: #e73d83;
    transition: 0.3s ease;
  }

  .navbar-custom {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cta-panel {
    padding: 0px 20px !important;
    padding-top: 30px !important;
  }

  .cta-panel-content img {
    width: 100% !important;
    height: 313px !important;
  }

  .comparison-section .col-4 {
    font-size: 14px !important;
  }

  .comparison-section .comparison-grid>div>div {
    font-size: 14px;
  }

  .two .row,
  .fourth .row {
    flex-direction: column-reverse !important;
  }

  .badge-note {
    font-size: 14px;
  }

  .hero-heading {
    font-size: 31px;
    line-height: 1.2;
    text-align: center;
  }

  .hero-section-content {
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .hero-subheading {
    font-size: 16px;
    line-height: 1.2;
  }

  .logo-bar {
    gap: 20px 30px;
  }

  .logo-bar-section .text-content {
    font-size: 16px;
    line-height: 1.2;
  }

  .steps-count {
    font-size: 24px;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .features-section h5 {
    font-size: 18px;
    font-weight: 700;
  }

  .features-section p {
    font-weight: 500;
  }

  .cta-panel h3 {
    font-size: 32px;
    width: 100%;
  }

  .cta-panel-content {
    width: 100%;
  }

  .cta-panel p {
    font-size: 16px;
    width: 100%;
  }

  .stats-card {
    min-height: 245px;
  }

  .stats-content h3 {
    font-size: 60px;
  }

  .stats-content p {
    width: 100% !important;
  }

  .partner-logos {
    max-width: 100% !important;
  }

  .faq-item .accordion-button span {
    font-size: 16px;
    width: 85%;
  }

  .faq-item .accordion-body {
    font-size: 16px;
  }

  .faq-cta {
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .faq-question .qs {
    font-size: 16px;
    width: 85%;
  }

  .faq-item .faq-answer {
    font-size: 16px !important;
  }

  .closing-section .btn-cta {
    text-transform: capitalize;
  }

  .closing-section .btn-cta span {
    display: none;
  }

  .faq-cta h4 {
    font-size: 20px;
  }

  .footer-brand {
    padding: 30px 20px;
    gap: 20px;
  }

  .footer-brand .logo {
    width: 112px;
  }

  .footer-brand h3 {
    font-size: 32px;
    line-height: 1.2;
  }

  .footer-brand p {
    font-size: 16px;
  }

  .footer-links {
    padding: 36px 24px;
  }

  .card-founder .p-4 {
    padding: 20px 16px !important;
  }

  .comparison-section .col-4 {
    width: 29%;
  }

  .comparison-section .empty-col {
    width: 42%;
  }

  .name {
    width: 220px;
  }

  /* Padding Fixing */
  .info-section {
    padding-top: 80px;
  }

  .feature-1 {
    padding-top: 30px;
  }

  .features-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .stats-section {
    padding-top: 40px;
  }

  .founder-section {
    padding-top: 30px;
  }

  .product-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .faq-section {
    padding-top: 70px;
  }

  .closing-section {
    padding-top: 70px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .card-founder {
    border-radius: 40px 0px 0px 0px;
    overflow: hidden;
    border: 2px solid #ffffff;
    display: block;
  }

  .comparison-section .head-title span {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .hero-section {
    padding-top: 30px;
  }

  .navbar-custom {
    padding: 15px 12px;
    height: 70px;
    margin-top: 8px;
  }

  #sidebar {
    top: 85px;
  }

  .login-info {
    gap: 12px;
  }

  .navbar-brand img {
    width: 80px;
  }

  .btn-signup {
    padding: 8px 20px;
  }

  .btn-cta {
    height: 49px;
  }

  .card-founder .row {
    flex-direction: column;
  }

  .comparison-section .col-4 {
    width: 33%;
  }

  .comparison-section .empty-col {
    width: 34%;
  }

  .name {
    width: 160px;
  }

  .comparison-section .comparison-grid>div>div {
    padding: 25px 15px;
    font-size: 12px;
    margin: 0 !important;
    height: 65px;
  }

  .comparison-section .comparison-grid>div img {
    width: 25px;
  }

  .comparison-section .col-4 div {
    font-size: 12px !important;
    height: 50px;
    display: flex;
    padding: 10px 15px !important;
    align-items: center;
    justify-content: center;
  }

  .comparison-section .comparison-grid>div img {
    margin: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .comparison-section .col-4 {
    width: 29%;
  }

  .comparison-section .empty-col {
    width: 42%;
  }
}

@media screen and (max-width: 450px) {
  .comparison-section .col-4 {
    width: 32%;
    flex: auto;
  }

  .comparison-section .empty-col {
    width: 35%;
  }
}

@media screen and (max-width: 400px) {
  .comparison-section .col-4 {
    width: 30.5%;
  }

  .comparison-section .empty-col {
    width: 39%;
  }
}

@media screen and (max-width: 385px) {
  .comparison-section .col-4 {
    width: 30%;
  }

  .comparison-section .empty-col {
    width: 40%;
  }

  .logo-bar-section .container .content-box {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 365px) {
  .comparison-section .col-4 {
    width: 28.5%;
  }

  .comparison-section .empty-col {
    width: 43%;
  }
}