/* =========================================================
   BBSR SERVICES
   STARTUP CONSULTANCY
========================================================= */

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

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


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

.sc-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);
}

.sc-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    top: -140px;
    width: 360px;
    height: 360px;
    border: 60px solid rgba(255,255,255,.07);
    border-radius: 50%;
}

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

.sc-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;
}

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

.sc-hero-subtitle {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

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


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

.sc-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

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

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

.sc-btn-apply {
    background: #198754;
    color: #ffffff !important;
}

.sc-btn-apply:hover {
    background: #146c43;
}

.sc-btn-consult {
    background: #ff6600;
    color: #ffffff !important;
}

.sc-btn-consult:hover {
    background: #dc5400;
}

.sc-btn-light {
    background: #ffffff;
    color: #173f5f !important;
}

.sc-btn-light:hover {
    background: #eeeeee;
}

.sc-btn-green {
    background: #25d366;
    color: #ffffff !important;
}

.sc-btn-green:hover {
    background: #1ca951;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.sc-section {
    margin-bottom: 35px;
}

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

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

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

.sc-section a {
    color: #286b8e;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.sc-section a:hover {
    color: #ff6600;
}


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

.sc-highlight {
    margin: 20px 0;
    padding: 23px;
    background: #f3f8fb;
    border-left: 4px solid #286b8e;
    border-radius: 6px;
}

.sc-highlight h3 {
    margin: 0 0 8px;
}

.sc-highlight p {
    margin: 0;
}


/* =========================================================
   WHO WE SERVE
========================================================= */

.sc-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-card-grid > div {
    min-height: 165px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
    transition: all .25s ease;
}

.sc-card-grid > div:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 18px rgba(0,0,0,.07);
}

.sc-card-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 28px;
}

.sc-card-grid h3 {
    margin: 0 0 7px;
}

.sc-card-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

.sc-stage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-stage-grid > div {
    min-height: 170px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-stage-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    background: #286b8e;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

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

.sc-stage-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


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

.sc-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-service-grid > div {
    min-height: 195px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-service-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 28px;
}

.sc-service-grid h3 {
    margin: 0 0 7px;
}

.sc-service-grid p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   STRUCTURE
========================================================= */

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

.sc-structure-grid > div {
    min-height: 190px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-structure-grid h3 {
    margin: 0 0 8px;
}

.sc-structure-grid p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   INLINE BUTTON
========================================================= */

.sc-inline-button {
    display: inline-block !important;
    margin-top: 15px;
    padding: 10px 17px;
    background: #286b8e;
    border-radius: 5px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.sc-inline-button:hover {
    background: #173f5f;
}


/* =========================================================
   REGISTRATION
========================================================= */

.sc-registration-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-registration-grid > div {
    min-height: 170px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-registration-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 28px;
}

.sc-registration-grid h3 {
    margin: 0 0 7px;
}

.sc-registration-grid p {
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   BUSINESS MODEL
========================================================= */

.sc-model-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-model-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-model-grid h3 {
    margin: 0 0 8px;
}

.sc-model-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

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

.sc-industry-grid > div {
    min-height: 200px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-industry-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 28px;
}

.sc-industry-grid h3 {
    margin: 0 0 7px;
}

.sc-industry-grid p {
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   MANUFACTURING
========================================================= */

.sc-manufacturing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-manufacturing-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-manufacturing-grid h3 {
    margin: 0 0 8px;
}

.sc-manufacturing-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   RELATED LINKS
========================================================= */

.sc-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.sc-related-links a {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background: #f3f8fb;
    border: 1px solid #d8e2e6;
    border-radius: 5px;
    color: #286b8e !important;
    text-decoration: none !important;
}

.sc-related-links a:hover {
    background: #286b8e;
    color: #ffffff !important;
}


/* =========================================================
   AGRICULTURE
========================================================= */

.sc-agri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-agri-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-agri-grid h3 {
    margin: 0 0 8px;
}

.sc-agri-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   FINANCE
========================================================= */

.sc-finance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-finance-grid > div {
    min-height: 135px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-finance-grid h3 {
    margin: 0 0 7px;
}

.sc-finance-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


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

.sc-regulatory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-regulatory-grid > div {
    min-height: 110px;
    padding: 18px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-regulatory-grid i {
    display: block;
    margin-bottom: 8px;
    color: #286b8e;
    font-size: 26px;
}

.sc-regulatory-grid h3 {
    margin: 0 0 8px;
    font-size: 15px;
}


/* =========================================================
   IP
========================================================= */

.sc-ip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-ip-grid > div {
    min-height: 180px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-ip-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 28px;
}

.sc-ip-grid h3 {
    margin: 0 0 7px;
}

.sc-ip-grid p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   TECHNOLOGY
========================================================= */

.sc-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-tech-grid > div {
    min-height: 135px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-tech-grid h3 {
    margin: 0 0 8px;
}

.sc-tech-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


/* =========================================================
   LABOUR
========================================================= */

.sc-labour-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-labour-grid > div {
    min-height: 150px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-labour-grid h3 {
    margin: 0 0 8px;
}

.sc-labour-grid p {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   EXPORT
========================================================= */

.sc-export-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-export-grid > div {
    min-height: 145px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-export-grid h3 {
    margin: 0 0 8px;
}

.sc-export-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


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

.sc-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-process > div {
    min-height: 165px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-process span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 9px;
    background: #173f5f;
    border-radius: 50%;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.sc-process h3 {
    margin: 0 0 7px;
}

.sc-process p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
}


/* =========================================================
   TWO COLUMN
========================================================= */

.sc-two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.sc-two-column > div {
    padding: 28px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 8px;
}

.sc-two-column i {
    display: block;
    margin-bottom: 10px;
    color: #286b8e;
    font-size: 30px;
}

.sc-two-column h3 {
    margin: 0 0 8px;
}

.sc-two-column p {
    font-size: 13px;
    line-height: 24px;
}


/* =========================================================
   EXAMPLE
========================================================= */

.sc-example-box {
    padding: 30px;
    background: #fffaf4;
    border: 1px solid #f0dfca;
    border-radius: 8px;
}

.sc-example-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 12px;
    background: #ff6600;
    border-radius: 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.sc-example-box h2 {
    padding: 0;
    border-bottom: 0;
}

.sc-example-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.sc-example-grid > div {
    padding: 17px;
    background: #ffffff;
    border: 1px solid #eadfd2;
    border-radius: 6px;
}

.sc-example-grid strong {
    color: #173f5f;
    font-size: 14px;
}

.sc-example-grid p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 21px;
}

.sc-example-note {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    color: #777777 !important;
}


/* =========================================================
   PAN INDIA
========================================================= */

.sc-pan-box {
    padding: 32px;
    background: #f3f8fb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
}

.sc-pan-box h2 {
    padding: 0;
    border-bottom: 0;
}

.sc-pan-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.sc-pan-links a {
    display: inline-block;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #d8e2e6;
    border-radius: 5px;
    color: #286b8e !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
}

.sc-pan-links a:hover {
    background: #286b8e;
    color: #ffffff !important;
}


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

.sc-odisha-box {
    padding: 32px;
    background: #f8fafb;
    border: 1px solid #dce6ea;
    border-radius: 8px;
}

.sc-odisha-box h2 {
    padding: 0;
    border-bottom: 0;
}

.sc-odisha-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.sc-odisha-links a {
    display: inline-block;
    padding: 9px 14px;
    background: #ffffff;
    border: 1px solid #d8e0e4;
    border-radius: 5px;
    color: #286b8e !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
}

.sc-odisha-links a:hover {
    background: #286b8e;
    color: #ffffff !important;
}


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

.sc-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.sc-related-grid > div {
    min-height: 125px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-related-grid i {
    display: block;
    margin-bottom: 9px;
    color: #286b8e;
    font-size: 27px;
}

.sc-related-grid h3 {
    margin: 0 0 9px;
    font-size: 15px;
}


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

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

.sc-faq h3 {
    margin: 0 0 8px;
}

.sc-faq p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
}


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

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

.sc-why-grid > div {
    min-height: 150px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.sc-why-grid strong {
    color: #ff6600;
    font-size: 11px;
}

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

.sc-why-grid p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
}


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

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

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

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

.sc-final-cta .sc-buttons {
    justify-content: center;
}


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

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

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

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


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

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

.sc-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 5px;
    padding: 9px 18px;
    border-radius: 5px;
    background: #173f5f;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
}

.sc-home-btn:hover {
    background: #ff6600;
}


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

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

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

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

    .sc-hero {
        padding: 32px 20px;
    }

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

    .sc-hero-subtitle {
        font-size: 17px;
        line-height: 26px;
    }

    .sc-hero-text {
        font-size: 14px;
        line-height: 25px;
    }

    .sc-buttons {
        display: block;
    }

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

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

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

    .sc-card-grid,
    .sc-stage-grid,
    .sc-service-grid,
    .sc-structure-grid,
    .sc-registration-grid,
    .sc-model-grid,
    .sc-industry-grid,
    .sc-manufacturing-grid,
    .sc-agri-grid,
    .sc-finance-grid,
    .sc-regulatory-grid,
    .sc-ip-grid,
    .sc-tech-grid,
    .sc-labour-grid,
    .sc-export-grid,
    .sc-process,
    .sc-related-grid,
    .sc-why-grid {
        display: block;
    }

    .sc-card-grid > div,
    .sc-stage-grid > div,
    .sc-service-grid > div,
    .sc-structure-grid > div,
    .sc-registration-grid > div,
    .sc-model-grid > div,
    .sc-industry-grid > div,
    .sc-manufacturing-grid > div,
    .sc-agri-grid > div,
    .sc-finance-grid > div,
    .sc-regulatory-grid > div,
    .sc-ip-grid > div,
    .sc-tech-grid > div,
    .sc-labour-grid > div,
    .sc-export-grid > div,
    .sc-process > div,
    .sc-related-grid > div,
    .sc-why-grid > div {
        margin-bottom: 14px;
    }

    .sc-two-column {
        display: block;
    }

    .sc-two-column > div {
        margin-bottom: 14px;
    }

    .sc-example-box,
    .sc-pan-box,
    .sc-odisha-box {
        padding: 22px 18px;
    }

    .sc-example-grid {
        display: block;
    }

    .sc-example-grid > div {
        margin-bottom: 10px;
    }

    .sc-related-links,
    .sc-pan-links,
    .sc-odisha-links {
        display: block;
    }

    .sc-related-links a,
    .sc-pan-links a,
    .sc-odisha-links a {
        display: flex;
        margin-bottom: 8px;
    }

    .sc-inline-button {
        display: block !important;
        margin: 0 0 8px;
        text-align: center;
    }

    .sc-final-cta {
        padding: 28px 18px;
    }

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

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

    .sc-navigation a {
        margin-bottom: 8px;
    }

}


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

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

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

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

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

    .sc-card-grid,
    .sc-stage-grid,
    .sc-service-grid,
    .sc-industry-grid,
    .sc-regulatory-grid,
    .sc-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sc-structure-grid,
    .sc-registration-grid,
    .sc-model-grid,
    .sc-manufacturing-grid,
    .sc-agri-grid,
    .sc-finance-grid,
    .sc-ip-grid,
    .sc-tech-grid,
    .sc-labour-grid,
    .sc-export-grid,
    .sc-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

}


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

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

    .sc-container {
        width: 1120px;
    }

}