company-content.btn.btn-primary {
    padding: 12px 40px !important;
  }
  .breadcum a {
    color: #707070;
    font-size: 14px;
    display: flex;
    gap: 8px;
    line-height: 1;
  }
  .startup-idea-detail-section {
    margin-top: 16px;
  }
  .startup-idea-detail-section .startup-heading {
    margin-bottom: 48px;
  }
  .startup-idea-detail-section .content-section {
    margin-top: 16px;
  }
  .startup-idea-detail-section .content-section h3 {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 500;
    font-family: Poppins !important;
  }
  .startup-idea-detail-section .content-section p {
    color: #707070;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 32px;
    font-family: Poppins !important;
  }
  .startup-idea-detail-section .content-section .link-div,
  .link-div a {
    color: var(--primary);
    /* margin-top: 32px;
    margin-bottom: 48px; */
    font-weight: 500;
  }
  .link-div a {
    text-decoration: underline;
    font-weight: 500;
  }
  .trending-ideas-box img {
    border-radius: 8px;
    width: 116px;
    height: 63px;
  }
  .trending-ideas-post {
    height: 372px;
    object-fit: cover;
  }
  .trending-ideas-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .trending-ideas-box h5 {
    font-size: 14px;
    margin: 0;
  }
  .tags-div {
    gap: 14px;
    margin-top: 10px;
  }
  .tags-div span {
    border-radius: 16px;
    border: 0.5px solid #000;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 10px;
  }
  .custom-document-section {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 24px;
    margin: 32px 0;
    text-align: center;
    position: sticky;
    top: 100px;
  }
  .custom-document-section h5 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
  }
  .custom-document-section span {
    color: #808080;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 141.667% */
    margin-top: 8px;
  }
  .custom-document-section .btn.btn-primary {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .supporting-section h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 150% */
    margin-top: 24px;
  }
  .supporting-section h5 {
    font-size: 16px;
  }
  .stars {
    height: 15px !important;
    width: 15px !important;
  }
  .supporting-section .trending-ideas-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
  }
  .supporting-section .boxes {
    margin-bottom: 32px;
  }
  .supporting-section .boxes .company-content-box {
    border-bottom: 1px solid #80808038;
    padding: 10px 0;
    gap: 10px;
  }
  .company-content-box:last-child {
    border: none;
  }
  .company-content-box{
    display: flex;
    justify-content: space-between;
  }
  .company-inquiry-box{
    flex-direction: column;
    border-bottom-color : var(--bs-secondary-bg) !important;
    margin-top: 0px!important;
  }
  .company-box-row{
    row-gap: 0rem !important;
  }
  .supporting-section a {
    color: #1a5efc;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 150% */
  }
  .link-div{
      width: 40%;
  }
  .link-details{
    margin-top : 16px;
  }
  @media (max-width: 768px) {
    .w-sm-100 {
      width: 100%;
      margin-top: 16px;
    }
  }
