/* =========================================================
   BBSR SERVICES
   BUSINESS DIVERSIFICATION CONSULTANCY
========================================================= */

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

.bd-highlight p {
    margin: 0;
}


/* =========================================================
   WHY DIVERSIFY
========================================================= */

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

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

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

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

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

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


/* =========================================================
   TYPES
========================================================= */

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

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

.bd-type-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;
}

.bd-type-grid h3 {
    margin: 0 0 7px;
}

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


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

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

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

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

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

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


/* =========================================================
   TRANSITION
========================================================= */

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

.bd-transition-grid > div {
    min-height: 190px;
    padding: 21px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

.bd-transition-grid h3 {
    margin: 0 0 8px;
}

.bd-transition-grid p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 22px;
}


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

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

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

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

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

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


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

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

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

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

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


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

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

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

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


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

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

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

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

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


/* =========================================================
   MARKET
========================================================= */

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

.bd-market-grid > div {
    min-height: 155px;
    padding: 20px;
    background: #f8fafb;
    border: 1px solid #dfe6ea;
    border-radius: 7px;
}

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

.bd-market-grid h3 {
    margin: 0 0 7px;
}

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


/* =========================================================
   FINANCIAL
========================================================= */

.bd-finance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 20px 0;
}

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


/* =========================================================
   FEASIBILITY / DPR
========================================================= */

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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


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

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

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

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


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

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

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

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

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

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


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

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

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

    .bd-buttons {
        display: block;
    }

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

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

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

    .bd-card-grid,
    .bd-type-grid,
    .bd-service-grid,
    .bd-transition-grid,
    .bd-industry-grid,
    .bd-manufacturing-grid,
    .bd-agri-grid,
    .bd-market-grid,
    .bd-finance-grid,
    .bd-regulatory-grid,
    .bd-structure-grid,
    .bd-process,
    .bd-related-grid,
    .bd-why-grid {
        display: block;
    }

    .bd-card-grid > div,
    .bd-type-grid > div,
    .bd-service-grid > div,
    .bd-transition-grid > div,
    .bd-industry-grid > div,
    .bd-manufacturing-grid > div,
    .bd-agri-grid > div,
    .bd-market-grid > div,
    .bd-finance-grid > div,
    .bd-regulatory-grid > div,
    .bd-structure-grid > div,
    .bd-process > div,
    .bd-related-grid > div,
    .bd-why-grid > div {
        margin-bottom: 14px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

}


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

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

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

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

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

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

    .bd-transition-grid,
    .bd-manufacturing-grid,
    .bd-agri-grid,
    .bd-market-grid,
    .bd-structure-grid,
    .bd-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

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

}


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

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

    .bd-container {
        width: 1120px;
    }

}