/* =========================================================
   BBSR SERVICES
   STARTUP REGISTRATION PAGE
========================================================= */

.startup-page {
    padding: 30px 0 55px;
    background: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
}

.startup-container {
    width: 1120px;
    max-width: 94%;
    margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.startup-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 52px 45px;
    background: linear-gradient(135deg, #173f5f, #286b8e);
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.12);
}

.startup-hero:after {
    content: "";
    position: absolute;
    right: -100px;
    top: -130px;
    width: 350px;
    height: 350px;
    border: 60px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

.startup-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.startup-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 20px;
    background: rgba(255,255,255,.10);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.startup-hero h1 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 39px;
    line-height: 1.25;
    font-weight: 700;
}

.startup-hero-text {
    max-width: 880px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.95);
    font-size: 16px;
    line-height: 29px;
}


/* =========================================================
   BUTTONS
========================================================= */

.startup-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.startup-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.startup-btn i {
    margin-right: 6px;
}

.startup-btn-primary {
    background: #ff6600;
    color: #ffffff !important;
}

.startup-btn-primary:hover {
    background: #dc5400;
}

.startup-btn-call {
    background: #ffffff;
    color: #173f5f !important;
}

.startup-btn-call:hover {
    background: #eeeeee;
}

.startup-btn-whatsapp {
    background: #25d366;
    color: #ffffff !important;
}

.startup-btn-whatsapp:hover {
    background: #1ca951;
}


/* =========================================================
   SECTIONS
========================================================= */

.startup-section {
    margin-bottom: 34px;
}

.startup-section h2 {
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e7ea;
    color: #173f5f;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
}

.startup-section h3 {
    color: #173f5f;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.startup-section p {
    margin: 0 0 15px;
    color: #555555;
    font-size: 15px;
    line-height: 29px;
    text-align: justify;
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.startup-highlight {
    margin: 18px 0;
    padding: 19px 22px;
    background: #f3f8fb;
    border-left: 4px solid #286b8e;
    border-radius: 5px;
}

.startup-highlight h3 {
    margin: 0 0 7px;
}

.startup-highlight p {
    margin: 0;
}


/* =========================================================
   ELIGIBILITY
========================================================= */

.startup-eligibility-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin: 20px 0;
}

.startup-eligibility-card {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #dce5e9;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,.05);
}

.startup-eligibility-card.startup-deeptech {
    background: #f8fbfd;
}

.startup-card-icon {
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 32px;
}

.startup-eligibility-card h3 {
    margin: 0 0 13px;
}

.startup-eligibility-card ul {
    margin: 0;
    padding-left: 20px;
}

.startup-eligibility-card li {
    margin-bottom: 10px;
    color: #555555;
    font-size: 14px;
    line-height: 25px;
}


/* =========================================================
   INDUSTRY GRID
========================================================= */

.startup-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.startup-industry-card {
    min-height: 180px;
    padding: 19px 16px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
    transition: all .25s ease;
}

.startup-industry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(0,0,0,.08);
}

.startup-industry-card i {
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 28px;
}

.startup-industry-card h3 {
    margin: 0 0 7px;
    font-size: 16px;
}

.startup-industry-card p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}


/* =========================================================
   ODISHA INDUSTRIES
========================================================= */

.startup-odisha-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 20px;
}

.startup-odisha-grid div {
    padding: 17px 19px;
    background: #f7fafb;
    border: 1px solid #dfe6ea;
    border-radius: 6px;
}

.startup-odisha-grid strong {
    display: block;
    margin-bottom: 5px;
    color: #173f5f;
    font-size: 15px;
}

.startup-odisha-grid span {
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 22px;
}


/* =========================================================
   BUSINESS STRUCTURES
========================================================= */

.startup-structure-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.startup-structure-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.startup-structure-card h3 {
    margin: 0 0 9px;
}

.startup-structure-card p {
    font-size: 13px;
    line-height: 23px;
}

.startup-structure-card a {
    color: #286b8e;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}


/* =========================================================
   PROCESS
========================================================= */

.startup-process {
    margin-top: 20px;
}

.startup-process-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 14px;
    padding: 18px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 6px;
}

.startup-process-item > span {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #286b8e;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.startup-process-item h3 {
    margin: 0 0 5px;
}

.startup-process-item p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}


/* =========================================================
   DOCUMENTS
========================================================= */

.startup-document-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 20px;
}

.startup-document-card {
    padding: 22px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.startup-document-card h3 {
    margin-top: 0;
}

.startup-document-card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.startup-document-card li {
    margin-bottom: 7px;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}


/* =========================================================
   BENEFITS
========================================================= */

.startup-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.startup-benefit-grid > div {
    min-height: 175px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    text-align: center;
}

.startup-benefit-grid i {
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 30px;
}

.startup-benefit-grid h3 {
    margin: 0 0 7px;
}

.startup-benefit-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}


/* =========================================================
   STARTUP STAGES
========================================================= */

.startup-stage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 20px;
}

.startup-stage-grid > div {
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.startup-stage-grid span {
    display: block;
    margin-bottom: 8px;
    color: #ff6600;
    font-size: 13px;
    font-weight: 700;
}

.startup-stage-grid h3 {
    margin: 0 0 7px;
}

.startup-stage-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   EXAMPLES
========================================================= */

.startup-example-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.startup-example-grid > div {
    padding: 19px 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.startup-example-grid h3 {
    margin: 0 0 7px;
}

.startup-example-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   INDUSTRY REGULATORY
========================================================= */

.startup-regulatory-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 20px;
}

.startup-regulatory-grid div {
    padding: 17px 19px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 6px;
}

.startup-regulatory-grid strong {
    display: block;
    margin-bottom: 5px;
    color: #173f5f;
    font-size: 15px;
}

.startup-regulatory-grid span {
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 23px;
}


/* =========================================================
   ODISHA BOX
========================================================= */

.startup-odisha-box {
    padding: 26px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
}

.startup-odisha-box h2 {
    margin-bottom: 13px;
}


/* =========================================================
   WHY BBSR SERVICES
========================================================= */

.startup-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.startup-why-grid > div {
    min-height: 175px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    text-align: center;
}

.startup-why-grid i {
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 29px;
}

.startup-why-grid h3 {
    margin: 0 0 7px;
}

.startup-why-grid p {
    margin: 0;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}


/* =========================================================
   RELATED SERVICES
========================================================= */

.startup-related-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.startup-related-grid ul {
    margin: 8px 0;
    padding-left: 20px;
}

.startup-related-grid li {
    margin-bottom: 9px;
}

.startup-related-grid a {
    color: #286b8e;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.startup-related-grid a:hover {
    color: #ff6600;
    text-decoration: underline;
}


/* =========================================================
   FAQ
========================================================= */

.startup-faq {
    margin-bottom: 14px;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 6px;
}

.startup-faq h3 {
    margin: 0 0 7px;
}

.startup-faq p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}


/* =========================================================
   CTA
========================================================= */

.startup-cta {
    margin: 35px 0;
    padding: 36px 30px;
    background: linear-gradient(135deg, #173f5f, #286b8e);
    border-radius: 8px;
    text-align: center;
}

.startup-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 28px;
    line-height: 36px;
}

.startup-cta p {
    max-width: 850px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

.startup-cta .startup-buttons {
    justify-content: center;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.startup-disclaimer {
    margin: 25px 0;
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.startup-disclaimer strong {
    color: #333333;
    font-size: 14px;
}

.startup-disclaimer p {
    margin: 7px 0 0;
    color: #666666;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   FINAL BOX
========================================================= */

.startup-final-box {
    margin-top: 30px;
    padding: 28px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
    text-align: center;
}

.startup-final-box h3 {
    margin: 0 0 8px;
    color: #173f5f;
    font-size: 23px;
}

.startup-final-box p {
    margin: 0 0 18px;
    color: #555555;
    font-size: 14px;
    line-height: 25px;
}


/* =========================================================
   NAVIGATION
========================================================= */

.startup-navigation {
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.startup-top-btn,
.startup-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 5px;
    padding: 9px 18px;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .25s ease;
}

.startup-top-btn {
    background: #173f5f;
}

.startup-home-btn {
    background: #286b8e;
}

.startup-top-btn:hover,
.startup-home-btn:hover {
    background: #ff6600;
    transform: translateY(-2px);
}


/* =========================================================
   MOBILE
========================================================= */

@media only screen and (max-width: 767px) {

    .startup-page {
        padding: 20px 8px 40px;
    }

    .startup-container {
        max-width: 100%;
    }

    .startup-hero {
        padding: 32px 20px;
        border-radius: 7px;
    }

    .startup-hero h1 {
        font-size: 28px;
        line-height: 37px;
    }

    .startup-hero-text {
        font-size: 14px;
        line-height: 25px;
        text-align: justify;
    }

    .startup-buttons {
        display: block;
    }

    .startup-buttons .startup-btn {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        text-align: center;
        box-sizing: border-box;
    }

    .startup-section h2 {
        font-size: 21px;
        line-height: 29px;
    }

    .startup-section p {
        font-size: 14px;
        line-height: 26px;
    }

    .startup-eligibility-grid,
    .startup-odisha-grid,
    .startup-document-grid,
    .startup-example-grid,
    .startup-regulatory-grid,
    .startup-related-grid {
        display: block;
    }

    .startup-industry-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .startup-industry-card {
        min-height: 175px;
        padding: 15px 10px;
    }

    .startup-industry-card h3 {
        font-size: 14px;
    }

    .startup-industry-card p {
        font-size: 12px;
        line-height: 20px;
    }

    .startup-structure-grid,
    .startup-benefit-grid,
    .startup-stage-grid,
    .startup-why-grid {
        display: block;
    }

    .startup-eligibility-card,
    .startup-document-card,
    .startup-structure-card,
    .startup-benefit-grid > div,
    .startup-stage-grid > div,
    .startup-why-grid > div {
        margin-bottom: 14px;
    }

    .startup-process-item {
        gap: 12px;
        padding: 14px;
    }

    .startup-process-item > span {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .startup-process-item p {
        font-size: 13px;
        line-height: 23px;
    }

    .startup-odisha-box {
        padding: 18px;
    }

    .startup-highlight {
        padding: 15px 16px;
    }

    .startup-cta {
        padding: 28px 18px;
    }

    .startup-cta h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .startup-cta p {
        font-size: 14px;
        line-height: 25px;
    }

    .startup-faq {
        padding: 16px;
    }

    .startup-faq p {
        font-size: 13px;
        line-height: 23px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media only screen and (min-width: 768px)
       and (max-width: 991px) {

    .startup-container {
        width: 95%;
        max-width: 95%;
    }

    .startup-hero {
        padding: 40px 30px;
    }

    .startup-hero h1 {
        font-size: 32px;
    }

    .startup-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .startup-structure-grid {
        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media only screen and (min-width: 1200px) {

    .startup-container {
        width: 1120px;
    }

}