.startup-idea-banner-section {
    background-image: url("../images/startup-banner.png");
    background-size: cover;
    padding: 64px 0;
}
.startup-idea-banner-section .btn.btn-primary {
    background-color: white;
    color: #1a5efc;
    border-color: white;
}
.startup-idea-banner-section h1 {
    margin-bottom: 16px;
}
.startup-idea-banner-section p {
    margin-bottom: 32px;
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.trending-ideas {
    margin: 80px 0;
}
.trending-ideas h2 {
    font-weight: 700;
    margin-bottom: 64px;
}
.trending-ideas .card,
.tab-content .card {
    border-radius: 16px !important;
    border: 0.2px solid #80808038 !important;
    position: relative;
    height: 100%;
}
.trending-ideas .card .feature-tag,
.tab-content .card .feature-tag {
    position: absolute;
    top: 24px;
    right: 24px;
    background-color: white;
    color: #1a5efc;
    padding: 4px 8px;
    gap: 8px;
    font-size: 12px;
    border-radius: 16px;
}
.trending-ideas .card .content,
.tab-content .card .content {
    padding: 16px;
    margin-top: 16px;
}
.trending-ideas .card h3,
.tab-content .card h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    /* 131.25% */
}
.tab-content .card h3 {
    margin-bottom: 0;
}
.tab-content .card p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    /* 150% */
}
.trending-ideas .card .tags-div span,
.tab-content .card .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: 12px;
    color: #000 !important;
}
.tags-div {
    gap: 10px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.ideas-industry-section,
.company-supporting-section {
    margin: 80px 0;
    padding: 64px 0;
    background-color: #f7f9ff;
}
.ideas-industry-section h2,
.company-supporting-section h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 64px;
}
.ideas-industry-section .nav-pills h3 {
    font-size: 16px;
    color: #1a5efc;
    margin: 0;
}
.ideas-industry-section .tabs-header {
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    gap: 8px;
}
.ideas-industry-section .nav-pills .nav-link.active {
    width: 100%;
    text-align: start;
    background-color: #1a5efc;
    color: white;
}
.ideas-industry-section .nav-pills .nav-link {
    background-color: white;
    color: black;
    padding: 12px;
    text-align: start;
}
.stats-div {
    display: flex;
    align-items: center;
    gap: 16px;
}
.stats-div svg {
    width: 16px;
    height: 16px;
}
.stats-div div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.stats-div p {
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 18px; /* 150% */
}
.card .btn.btn-primary {
    margin-top: 24px;
    font-size: 14px !important;
    padding: 8px 24px !important;
    width: 100% !important;
}
.resources-section {
    margin: 80px 0;
}
.resources-section h2 {
    margin-bottom: 64px;
}
.resources-section .row .col-sm-12 p {
    color: white;
}
.resources-section .row .col-sm-12 div {
    border-radius: 16px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 60.04%,
        rgba(0, 0, 0, 0.8) 100%
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    height: 489px;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
.resources-section .row .col-sm-12 div .btn.btn-primary {
    font-size: 14px !important;
    padding: 8px 24px !important;
    width: 100% !important;
}
.web-nav-pills {
    display: block;
}
.web-nav-pills-home {
    width: 400px;
}
.mobile-nav-pills {
    display: none;
    background: white;
    width: 100%;
    margin-bottom: 40px !important;
}
#v-pills-tabContent {
    width: calc(100% - 400px);
}

.company-inquiry-box {
    display: flex !important;
    flex-direction: row !important;
}

@media (max-width: 1400px) {
    .company-inquiry-box {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (max-width: 1024px) {
    .web-nav-pills {
        display: none;
    }
    .mobile-nav-pills {
        display: block;
    }
    .pill-parent {
        display: block !important;
    }
    #v-pills-tabContent {
        width: 100%;
    }
}
/* @media (min-width: 768px) {
  .web-nav-pills {
    display: none;
  }
  .mobile-nav-pills {
    display: block;
  }
  .pill-parent{
    display: block!important;
  }
} */
.startup-form-section .container {
    background-color: var(--bg-primary) !important;
    padding: 24px 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.testimonials-section {
    padding: 0;
}
.inner-listing-banner {
    padding: 40px;
    background: #f7f9ff;
    text-align: center;
}
.ideas-industry-section {
    background-color: white !important;
    margin-top: 0;
}
.ideas-industry-section .nav.nav-pills {
    border: 1px solid #ccc;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}
.ideas-industry-section .nav-pills .nav-link {
    text-align: start;
}

.btn.btn-primary.profile-box:hover{
  background-color: var(--primary) !important;
  opacity: 1;
  color: white !important;
}