.lpCTA {
  font-size:1rem !important;
}
.bg-gray-f8 {
  background-color: #f8f8f8;
}
.bg-gray-e9 {
  background-color: #f1f1f1;
}
/* Common classes */
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-55 {
  font-size: 55px;
}
.text-24 {
  font-size: 24px;
}
.text-22 {
  font-size: 22px;
}
.text-20 {
  font-size: 20px;
}
.text-18 {
  font-size: 18px;
}
.text-16 {
  font-size: 16px;
}
.text-14 {
  font-size: 14px;
}
.text-12 {
  font-size: 12px;
}

.text-black-000 {
  color: #000;
}

.cta-subtitle {
  outline-offset: 3px;
  outline: 1px solid #f4f4f4;
  box-shadow:
    0px 3.96px 15.83px 0px #b0b0b014,
    0px 0px 0px 1.32px #ffffff;
}

.rounded-12 {
  border-radius: 12px;
}

.opacity-80 {
  opacity: 80%;
}

.opacity-60 {
  opacity: 60%;
}

.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.h-fit {
  height: fit-content;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.z-2 {
  z-index: 2;
}

.no-select {
  user-select: none;
  -webkit-user-drag: none;
}

.object-cover {
  object-fit: cover;
}

.head-title {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -3%;
}

.feature-card {
  border: 1px solid #e7e7e7;
}

#comparatorCarousel .carousel-control-prev,
#comparatorCarousel .carousel-control-next {
  background-color: transparent;
  width: auto;
  border: none;
}

#comparatorCarousel .carousel-control-prev-icon {
  background-image: url("../images/icons/left-chev.svg");
}

#comparatorCarousel .carousel-control-next-icon {
  background-image: url("../images/icons/right-chev.svg");
}

#comparatorCarousel .carousel-indicators {
  bottom: -30px;
}

#comparatorCarousel .carousel-indicators li {
  background-color: #d9d9d9 !important;
  height: 4.33px;
  width: 45px;
  opacity: 100%;
}

#comparatorCarousel .carousel-indicators li.active {
  background-color: #ff49a3 !important;
}

.cmp-logo-wrapper {
  gap: 30px;
}

.cmp-logo-wrapper > :nth-child(1) {
  transform: rotate(-5deg);
}

.cmp-logo-wrapper > :nth-child(3) {
  transform: rotate(5deg);
}

.cmp-item-logo {
  height: 70px;
  width: 70px;
  box-shadow:
    0px 0px 1.41px 0px #142a5b0d,
    0px 0px 17.35px 0px #142a5b17;
}
.cmp-item-logo img {
  width: 70px;
}
.y-combinator {
  font-size: 50px;
  background: #f06e18;
}

.vs {
  height: 46px;
  width: 46px;
  box-shadow:
    inset 0 -3.8px 3.8px 0 #bbbbbb40,
    inset -3.8px 0 3.8px 0 #bbbbbb40,
    inset 0 3.8px 3.8px 0 #bbbbbb40,
    inset 3.8px 0 3.8px 0 #bbbbbb40,
    0 0.95px 38.04px 0 #ff007e73;
}


.techstars {
  background-color: #2f79ff;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.fade-gradient {
  background: linear-gradient(
    360deg,
    #f8f8f8 0%,
    rgba(248, 248, 248, 0) 78.32%
  );
  height: 273px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

/* FAQS */

#comparatorFaqs .faq-container {
  max-width: 880px;
}

#comparatorFaqs .collapse-chev-icon i {
  transition: 0.3s ease;
}

#comparatorFaqs .faq-item .collapse.show + .collapse-chev-icon i,
#comparatorFaqs .faq-item .d-flex[aria-expanded="true"] .collapse-chev-icon i {
  transform: rotate(180deg);
}

#comparatorFaqs .faq-cta {
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
}

#comparatorFooterCta::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100px;
  z-index: 9;
  background: linear-gradient(0deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
}

@media screen and (max-width: 768px) {
  .py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #comparatorHero .text-55 {
    font-size: 32px;
  }
  #comparatorHero p.text-18 {
    font-size: 16px;
    font-weight: 300;
  }

  .cmp-logo-wrapper {
    gap: 20px;
  }

  .cmp-item-logo {
    height: 60px;
    width: 60px;
  }

  .vs {
    height: 36px;
    width: 36px;
  }

  .coparator-title-name {
    font-size: 18px;
  }

  .fade-gradient {
    height: 170px;
  }
}

@media screen and (max-width: 576px) {
  #comparatorFaqs .text-20 {
    font-size: 16px;
  }
  #comparatorFaqs .text-18 {
    font-size: 14px;
  }
  #comparatorFaqs .faq-cta .text-24 {
    font-size: 20px;
  }
  .head-title {
    font-size: 32px;
  }

  #comparatorCarousel .carousel-control-prev {
    left: -14px;
  }
  #comparatorCarousel .carousel-control-next {
    right: -14px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.bg-gray-card {
  background: #f9fafb;
}

.text-gray-73 {
  color: #737373;
}

.text-gray-40 {
  color: #404040;
}

.cmp-wrap {
  margin-bottom: 40px;
}

.cmp-table {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
  border-radius: 18px;
}

.cmp-head {
  display: grid;
  grid-template-columns: 210px repeat(var(--cmp-cols, 2), 1fr);
  min-height: 220px;
  height: 247px;
  gap: 20px;
}

.tooltip-qs {
  position: relative;
  display: inline-block;
  position: relative;
  top: -2px;
}

.tooltip-qs .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-30%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}

.tooltip-qs .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 52px;
  border-width: 8px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip-qs:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.cmp-stat {
  padding: 20px 20px 28px 20px;
}

.cmp-stat-label {
  letter-spacing: 0.08em;
}

/* add slot */
.cmp-slot {
  flex: 1;
  min-width: 0;
  border: 2px dashed #1b38602b;
  padding: 28px 16px;
  transition: 0.2s;
}

.cmp-add-inner {
  gap: 0;
}

.cmp-card-top {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.cmp-card-meta {
  text-align: left;
  width: 100%;
}

.cmp-card:not(.is-add) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.cmp-card:not(.is-add) .social {
  text-align: left;
  display: flex;
}

.cmp-card-foot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
}

.cmp-card-foot .social {
  margin-top: 30px;
}

.cmp-card-foot .social a {
  transition: 0.13s ease;
}

.cmp-card-foot .social a:hover {
  color: #000 !important;
  transform: scale(1.15);
  transition: 0.13s ease;
}

.cmp-slot:hover,
.cmp-card.is-add:hover {
  border-color: #ff007e;
}

.cmp-add-btn {
  width: 48px;
  height: 48px;
  box-shadow:
    inset 0 -4px 4px 0 #bbbbbb40,
    inset -4px 0 4px 0 #bbbbbb40,
    inset 0 4px 4px 0 #bbbbbb40,
    inset 4px 0 4px 0 #bbbbbb40,
    0 1px 40px 0 #ff007e73;
  transition: 0.15s;
}

.cmp-add-btn:hover {
  transform: scale(1.05);
  background: #ff007e !important;
}

.cmp-ai-summary-wrap {
    grid-column: 2 / -1;
    grid-row: 2;
    margin: 0 0 24px 0px;
    width: 100%;
    display: none;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.cmp-steps .cmp-ai-summary-wrap {
    padding-left: 19px !important;
}
.cmp-ai-summary-wrap.show {
  display: block;
}

.cmp-ai-summary-mobile {
  display: none !important;
}

.cmp-ai-summary-btn {
  width: 100%;
  padding: 12px 22px;
  border: none;
  background: linear-gradient(90deg, #000000 0%, #161616 100%);
  /* box-shadow: 0 16px 40px rgb(0 0 0 / 0%); */
  border-radius: 8px;
  gap: 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  display: none;
}

.cmp-ai-summary-wrap.show .cmp-ai-summary-btn {
  display: flex;
}

.cmp-ai-summary-btn:hover,
.cmp-ai-summary-btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 20px 45px rgba(255, 0, 126, 0.35);
  background: linear-gradient(90deg, #ff007e 0%, #ff3fa5 100%);
}

.ai-summary-modal .modal-dialog {
  max-width: 920px;
}

.ai-summary-modal .modal-content {
  border-radius: 28px;
  overflow: hidden;
  border: none;
  box-shadow: 0 40px 120px rgba(13, 31, 68, 0.15);
}

/* Header */
.ai-summary-modal .modal-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.ai-summary-modal-title {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #121228;
  margin: 0 0 6px 0;
}

.ai-summary-subtitle {
  color: #6b7280;
  margin: 0;
  font-size: 14px;
}

.ai-summary-count {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #6b7280;
}

.ai-summary-modal .modal-body {
  padding: 28px 32px 32px 32px;
}

/* Info box placed at top of modal body */
.ai-summary-info {
  background: #f8f8fb;
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.04);
  padding: 18px;
}

.ai-summary-info .fa-info-circle {
  color: #6b7280;
  font-size: 20px;
}

.btn-see-calculations {
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  border: none;
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 0, 126, 0.18);
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
}

.list-your-accelerator{
  background: #fdf6f9;
  font-size:12px;
}
.btn-see-calculations:hover {
  filter: brightness(0.98);
}


.ai-summary-result {
  display: grid;
  gap: 24px;
}

.ai-summary-table-logo {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 14px;
  flex-shrink: 0;
}

.ai-summary-section-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ff007e;
}

.ai-summary-card p {
  color: #4f4f5e;
  line-height: 1.6;
  font-size: 15px;
}

.ai-summary-card h5,
.ai-summary-card h6 {
  margin-bottom: 0.75rem;
}

.ai-summary-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.ai-summary-table thead th {
  background: transparent;
  border: none;
  color: #6a6a78;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
}

.ai-summary-table td {
  vertical-align: top;
  border: none;
  color: #333;
  padding: 5px;
  border-bottom: solid 1px #1b38602b;
}

.ai-summary-table td:first-child {
  font-weight: 600;
  color: #111;
}

.ai-summary-badge-row {
  margin-top: 10px;
}

.ai-summary-badge-row .badge {
    background: #fdf6f9;
    border: solid 1px #fae8f1;
    font-size: 12px;
    color: #ff007e;
    padding-top: 3px !important;
    padding-bottom: 4px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.ai-summary-summary-card {
  background: #fdf6f9;
  padding: 15px;
  border: solid 1px #fae8f1;
  border-radius: 6px;
}

.ai-summary-lead {
  color: #3a3a46;
  font-size: 16px;
  line-height: 1.8;
}

.ai-summary-footer-note {
  color: #7c7c8a;
  font-size: 14px;
}

.ai-summary-loading {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-summary-loading i {
  color: #ff007e;
}

@media screen and (max-width: 768px) {
  .ai-summary-modal .modal-dialog {
    max-width: 100%;
    margin: 0 16px;
  }
  .ai-summary-modal .modal-body {
    padding: 20px;
  }
  .ai-summary-modal .modal-header {
    padding: 22px 20px;
  }
  .ai-summary-modal-title {
    font-size: 22px;
  }
}

button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff007e !important;
}

/* cards */
.cmp-card {
  padding: 18px 13px 26px 18px;
  border: 1px solid #f2f4f7;
}

.cmp-card.is-add {
  border: 2px dashed #1b38602b;
}

.cmp-x {
  top: 12px;
  right: 24px;
  position: absolute !important;
}
.cmp-x:focus {
  outline: none;
}
.cmp-verified {
  vertical-align: middle;
  margin-top: -2px;
}

.cmp-logo {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #f5f5f5;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 4px 14px 0px #dedede40;
}

/* table body */
.cmp-steps,
.cmp-row {
  display: grid;
  grid-template-columns: 210px repeat(var(--cmp-cols, 2), 1fr);
  gap: 10px;
}

.cmp-steps {
  margin-right: 15px;
}

.cmp-steps .cmp-cell {
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 4px;
}

.cmp-steps .cmp-cell .cmp-intros,
.cmp-steps .cmp-cell .btn {
  width: 100% !important;
}

.cmp-sec-accel .md-logo {
  flex-shrink: 0;
}

.cmp-sec-desk {
  display: block;
}

.cmp-sec-mob {
  display: none;
}

.cmp-lbl {
  padding: 18px 20px;
}

.cmp-cell {
  padding: 18px 10px;
}

.cmp-lbl .tooltip-qs {
  top: -2px;
}

.cmp-cell:last-child {
  border-right: none !important;
}

.cmp-intros {
  height: 34px;
  border: 1px solid #eeeeee;
}

.cmp-faces img {
  filter: blur(1px);
}

.cmp-sec-h {
  padding: 10px 24px;
  letter-spacing: 0.06em;
}

.cmp-row {
  border-bottom: 1px solid #f0f0f0;
}

.cmp-row:last-child {
  border-bottom: none;
}

.cmp-hq {
  font-size: 10px;
  padding: 2px 6px;
  vertical-align: middle;
}

.cmp-hq-other {
  margin-top: 6px;
  line-height: 1.4;
}

.cmp-link:hover {
  color: #ff007e !important;
  text-decoration: none;
}

.badge-success-light {
  background-color: #0a99521a;
  color: #11a75c;
}

.opacity-50 {
  opacity: 0.5;
}

.cmp-cell .cmp-see-all {
  border: 1px solid #eee;
  width: auto !important;
  display: inline-block;
}

.cmp-country-flag {
  width: 18px;
  height: 13px;
  object-fit: cover;
}

/* modal */

/* Utility: d-lg-grid - hidden by default, becomes display:grid on large screens (>=992px) */
.d-lg-grid {
  display: none !important;
}
@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}


#addAccelModal .modal-content {
  border-radius: 16px;
  border: none;
}

.md-field {
  flex: 1;
  position: relative;
  min-width: 0;
}

.md-field i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 14px;
  z-index: 1;
  pointer-events: none;
}

.md-list {
  max-height: 400px;
  overflow-y: auto;
  padding: 0px 16px;
}

.md-item:last-child {
  border-bottom: none !important;
}

.md-logo {
  width: 49px;
  height: 49px;
  border-radius: 7px;
  background: #f5f5f5;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 4px 14px 0px #dedede40;
}

.md-add {
  width: 30px;
  height: 30px;
  border-radius: 4.5px;
  border: none;
  background: #ff007e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 -2.55px 2.55px 0 #bbbbbb40,
    inset -2.55px 0 2.55px 0 #bbbbbb40,
    inset 0 2.55px 2.55px 0 #bbbbbb40,
    inset 2.55px 0 2.55px 0 #bbbbbb40,
    0 0.64px 25.54px 0 #ff007e73;
  cursor: pointer;
  transition: 0.15s;
}

.md-add:hover {
  background: #e6006f;
}

.md-add:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.min-w-0 {
  min-width: 0;
}

.filter-btn {
  color: #444;
  font-size: 15px;
  text-decoration: none !important;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.filter-btn:hover {
  color: #000 !important;
  transform: none !important;
}

.filter-btn:focus {
  outline: none !important;
}

.filter-dropdown {
  border-radius: 12px;
  border: 1px solid #ececec;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.filter-search {
  border-radius: 8px;
}

.filter-list {
  max-height: 200px;
  overflow-y: auto;
}

.filter-list .dropdown-item {
  font-size: 14px;
  cursor: pointer;
  padding: 2px 8px !important;
}

.filter-list input {
  margin-right: 8px;
}

.filter-list .dropdown-item:active,
.filter-list .dropdown-item:focus {
  background: transparent !important;
  color: #000;
}

@media (max-width: 991px) {
  .cmp-wrap {
    margin-bottom: 24px;
  }

  .cmp-table {
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    background: #fff !important;
  }

  .cmp-head {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    height: auto;
    margin: 0 !important;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
  }

  .cmp-stat {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 16px;
  }

  .cmp-stat-label,
  .cmp-stat-count {
    margin: 0;
  }

  .cmp-stat {
    order: 0;
  }

  .cmp-slot,
  .cmp-card.is-add {
    order: 1;
    margin: 12px;
    flex: none;
    width: auto;
    border: 1px dashed #d4d4d4;
    border-radius: 16px;
    background: #f9fafb;
    margin-top: 0;
  }

  .cmp-card:not(.is-add) {
    order: 2;
    margin: 12px;
    margin-top: 0;
    padding: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    background: #fff;
    align-items: stretch;
    text-align: left;
  }

  .cmp-add-inner {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: left !important;
    min-height: 110px;
  }

  .cmp-add-btn {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .cmp-slot,
  .cmp-card.is-add {
    padding: 14px 16px;
    align-items: stretch;
  }

  .cmp-card-top {
    flex-direction: row;
    align-items: flex-start;
  }

  .cmp-card-meta {
    padding-left: 12px;
    padding-right: 28px;
  }

  .cmp-card .cmp-logo {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border: 1px solid #f0f0f0;
  }

  .cmp-card-foot {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
  }

  .cmp-card-foot .social {
    text-align: right;
    flex-shrink: 0;
    margin-top: 0;
  }

  .cmp-card-loc {
    flex-shrink: 0;
  }

  .cmp-card-intros {
    width: 100%;
  }

  .cmp-card-intros.cmp-intros {
    border: none;
    border-radius: 12px;
    background: #f9fafb;
  }

  .cmp-x {
    top: 14px;
    right: 14px;
  }

  .cmp-steps-bar {
    display: none !important;
  }

  .cmp-ai-summary-wrap {
    grid-column: 1 / -1;
    margin: 0;
    padding: 0 !important;
    width: 100%;
  }

  .cmp-ai-summary-mobile.show {
    display: block !important;
    padding: 0 16px 10px !important;
  }

  .cmp-body {
    padding: 0;
  }

  .cmp-sec {
    background: transparent;
    overflow: visible;
  }

  .cmp-sec + .cmp-sec {
    border-top: 1px solid #f0f0f0;
  }

  .cmp-sec-desk {
    display: none !important;
  }

  .cmp-sec-mob {
    display: block;
    padding: 10px 16px 16px;
  }

  .cmp-sec:last-child .cmp-sec-mob {
    padding-bottom: 16px;
  }

  .cmp-mob-panel + .cmp-mob-panel {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
  }

  .cmp-sec-accel .md-logo {
    width: 50px;
    height: 50px;
  }

  .cmp-mob-field:nth-child(even) {
    padding-left: 8px;
    padding-right: 0;
  }

  .cmp-mob-field--full {
    flex: 0 0 100%;
  }

  .cmp-mob-val .d-flex.flex-column.align-items-center {
    align-items: stretch !important;
  }

  .cmp-mob-val .cmp-intros {
    width: 100%;
  }

  .cmp-sec-h {
    padding: 10px 16px;
  }
  .cmp-mob-lbl {
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .tooltip-qs .tooltiptext {
    font-size: 10px;
    width: 150px;
    transform: translateX(-45%);
  }

  .tooltip-qs .tooltiptext::after {
    left: 60px;
  }

  .cmp-card-meta .subtitle {
    font-size: 14px;
  }

  #addAccelModal .modal-title {
    font-size: 18px;
  }
  #addAccelModal .modal-header {
    padding: 16px !important;
  }

  #addAccelModal .modal-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cmp-mob-lbl,
  .cmp-mob-val,
  .cmp-mob-val .badge-type,
  .cmp-mob-val .badge {
    font-size: 12px;
  }
}
