.pitchDeckBody {
  background-color: #f8f8f8;
}

/* Common classes */

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.text-42 {
  font-size: 42px;
}
.text-24 {
  font-size: 24px;
}
.text-20 {
  font-size: 20px;
}
.text-18 {
  font-size: 18px;
}
.text-16 {
  font-size: 16px;
}

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

/* Hero Pitch Deck */

#heroPitchDeck {
  background-image: url("../images/bg-blur-img.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

#heroPitchDeck h1 {
  font-size: 50px !important;
}

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

/* deckSuccessSolutions */

#deckSuccessSolutions .content-box {
  max-width: 800px;
}

#deckSuccessSolutions .content-box h1 {
  font-size: 34px;
}

.prb-item-1 {
  transform: rotate(-3deg);
}

.prb-item-2 {
  transform: rotate(2deg);
}

.prb-item-3 {
  transform: rotate(-1deg);
}

.text-success-green {
  color: #0ca232;
}

.bg-success-200 {
  background-color: #34c7591a;
}

.text-danger-red {
  color: #e42318;
}

.bg-red-200 {
  background-color: #ffebea;
}

/* Work Process Section */

#deckWorkProcess .step-number {
  background: #f3f3f6;
  font-size: 30.96px;
  border-radius: 13px;
  height: 60px;
  width: 60px;
}

#founderswithResult .madel-btn {
  background-color: #24273f;
  gap: 12px;
  border-radius: 10px;
  width: fit-content;
  font-size: 9px;
}

#founderswithResult .card-itm {
  padding: 20px 16px;
  border-radius: 18px;
  height: 100%;
}

#founderswithResult .raised-card {
  border-radius: 16px 16px 0px 0px;
  top: -35px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
}

#founderswithResult .card-itm .status {
  font-size: 18px;
  font-weight: 400;
}

/* Comparison */

#pitchDeckComparison .old-way {
  background-color: #f0f0f0;
  border-radius: 12px 0px 0px 12px;
}

#pitchDeckComparison .openVc-way {
  border: 1px solid #ff007e;
  border-radius: 12px;
  box-shadow: 0px 4px 59px 0px #8e8e8e38;
}

#pitchDeckComparison li {
  background-color: #0000000a;
  backdrop-filter: blur(47px);
}

/* Accordion Custom Styling */

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

#pitchDeckFaq .faq-item {
  background: #f8f8f8;
  cursor: pointer;
}

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

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

#pitchDeckFaq .faq-cta {
  background: linear-gradient(90deg, #ff007e 0%, #ff49a3 100%);
  border-radius: 12px;
}

#finalPitchDeckCta {
  background-image: url("../images/bg-deco-3.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

/* Responsive code here */
@media screen and (max-width:991px){#investorsLogos .logos{display:grid!important;grid-template-columns:repeat(4,1fr);gap:30px;justify-content:center!important}}@media screen and (max-width:768px){#investorsLogos .logos{grid-template-columns:repeat(3,1fr)}#finalPitchDeckCta{background-size:500px}}@media screen and (max-width:576px){#heroPitchDeck h1{font-size:30px!important;text-align:center}#heroPitchDeck{background-image:none}#investorsLogos .text-24{font-size:20px}#investorsLogos .logos{grid-template-columns:repeat(2,1fr);gap:30px 0}#investorsLogos .logos img:nth-child(1){width:80px}#investorsLogos .logos img:nth-child(2){width:80px}#investorsLogos .logos img:nth-child(3){height:22px}#investorsLogos .logos img:nth-child(5),#investorsLogos .logos img:nth-child(6){height:25px}#investorsLogos .logos img:nth-child(4){height:24px}#deckSuccessSolutions .content-box h1{font-size:24px}#deckSuccessSolutions .text-24{font-size:18px}.text-42{font-size:32px}#pitchDeckComparison h3{font-size:24px}#pitchDeckComparison .text-18,#deckWorkProcess .text-18{font-size:16px}#pitchDeckFaq .text-20{font-size:16px}#pitchDeckFaq .text-18{font-size:14px}#pitchDeckFaq .faq-cta .text-24{font-size:20px}}