/* =========================================================
   BBSR SERVICES - HOME PAGE
========================================================= */


/* =========================================================
   MAIN PAGE
========================================================= */

.bbsr-home-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.bbsr-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}


/* =========================================================
   GENERAL SECTION
========================================================= */

.bbsr-section {
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
}

.bbsr-section p {
    color: #5b6268;
    font-size: 15px;
    line-height: 1.85;
}

.bbsr-section a {
    text-decoration: none !important;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.bbsr-section-heading {
    margin-bottom: 38px;
}

.bbsr-section-heading.text-center {
    text-align: center;
}

.bbsr-section-heading > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #b58a31;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.bbsr-section-heading h2 {
    position: relative;
    margin: 0;
    padding-bottom: 15px;
    color: #173f5f;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 700;
}

.bbsr-section-heading:not(.text-center) h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    background: #d4a94d;
}

.bbsr-section-heading.text-center h2:after {
    content: "";
    display: block;
    width: 65px;
    height: 3px;
    margin: 15px auto 0;
    background: #d4a94d;
}

.bbsr-section-heading p {
    max-width: 850px;
    margin: 18px auto 0;
}


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

.bbsr-home-intro {
    padding: 65px 0 70px;
    background:
        linear-gradient(
            135deg,
            #f4f8fa,
            #ffffff
        );
    border-bottom: 1px solid #e0e8ed;
}

.bbsr-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .85fr);
    gap: 55px;
    align-items: center;
}

.bbsr-kicker {
    display: inline-block;
    margin-bottom: 17px;
    color: #b58a31;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.bbsr-intro-content h1 {
    margin: 0 0 20px;
    color: #173f5f;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
}

.bbsr-intro-content p {
    margin: 0 0 16px;
    color: #59636b;
    font-size: 16px;
    line-height: 1.85;
}

.bbsr-intro-content .bbsr-intro-lead {
    color: #294c65;
    font-size: 18px;
    line-height: 1.8;
}

.bbsr-intro-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}


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

.bbsr-btn-primary,
.bbsr-btn-secondary,
.bbsr-btn-light,
.bbsr-btn-outline,
.bbsr-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 21px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .22s ease;
}

.bbsr-btn-primary i,
.bbsr-btn-secondary i,
.bbsr-btn-light i,
.bbsr-btn-outline i,
.bbsr-btn-whatsapp i {
    margin-right: 8px;
}

.bbsr-btn-primary {
    background: #21658d;
    border: 1px solid #21658d;
    color: #ffffff !important;
}

.bbsr-btn-primary:hover {
    background: #173f5f;
    border-color: #173f5f;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.bbsr-btn-secondary {
    background: #ffffff;
    border: 1px solid #b7c8d2;
    color: #173f5f !important;
}

.bbsr-btn-secondary:hover {
    border-color: #21658d;
    color: #21658d !important;
    transform: translateY(-2px);
}


/* =========================================================
   HERO TRUST POINTS
========================================================= */

.bbsr-hero-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #dce5ea;
}

.bbsr-hero-points > div {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #405360;
    font-size: 13px;
    line-height: 1.55;
}

.bbsr-hero-points i {
    margin-top: 3px;
    color: #b58a31;
}


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

.bbsr-intro-panel {
    padding: 30px;
    background: #173f5f;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(23, 63, 95, .14);
}

.bbsr-intro-panel h2 {
    margin: 0 0 20px;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.bbsr-panel-description {
    margin: -8px 0 15px !important;
    color: rgba(255,255,255,.72) !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
}

.bbsr-intro-service-list {
    display: grid;
    gap: 10px;
}

.bbsr-intro-service-list > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 9px 0;
    color: rgba(255,255,255,.92);
    font-size: 14px;
    line-height: 1.55;
}

.bbsr-intro-service-list i {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    color: #d4a94d;
}

.bbsr-view-services {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding: 13px 16px;
    background: #ffffff;
    border-radius: 6px;
    color: #173f5f !important;
    font-size: 14px;
    font-weight: 700;
}

.bbsr-view-services i {
    color: #21658d;
    font-size: 18px;
}


/* =========================================================
   BUSINESS OVERVIEW
========================================================= */

.bbsr-business-overview {
    padding: 70px 0;
    background:
        linear-gradient(
            135deg,
            #f7fafb,
            #ffffff
        );
}

.bbsr-business-stage-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bbsr-business-stage {
    padding: 27px 24px;
    background: #ffffff;
    border: 1px solid #dce5ea;
    border-radius: 10px;
    transition: all .22s ease;
}

.bbsr-business-stage:hover {
    transform: translateY(-4px);
    border-color: #a8bdc9;
    box-shadow: 0 12px 28px rgba(23,63,95,.08);
}

.bbsr-stage-number {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #173f5f;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.bbsr-business-stage h3 {
    margin: 0 0 11px;
    color: #173f5f;
    font-size: 19px;
    line-height: 1.45;
}

.bbsr-business-stage p {
    margin-bottom: 15px;
    font-size: 14px;
}

.bbsr-business-stage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbsr-business-stage li {
    position: relative;
    padding: 6px 0 6px 16px;
    color: #5b6268;
    font-size: 13px;
    line-height: 1.5;
}

.bbsr-business-stage li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #d4a94d;
    border-radius: 50%;
}


/* =========================================================
   ABOUT SECTION
========================================================= */

.bbsr-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, .7fr);
    gap: 45px;
    align-items: center;
}

.bbsr-about-content p {
    margin: 0 0 16px;
}

.bbsr-about-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.bbsr-highlight-box {
    padding: 30px;
    background:
        linear-gradient(
            135deg,
            #edf4f8,
            #fbfdfe
        );
    border: 1px solid #d9e3e9;
    border-radius: 11px;
}

.bbsr-highlight-box strong {
    display: block;
    margin-bottom: 12px;
    color: #173f5f;
    font-size: 22px;
    line-height: 1.45;
}

.bbsr-highlight-box p {
    margin: 0;
}

.bbsr-highlight-list {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #d5e0e6;
}

.bbsr-highlight-list > div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #294c65;
    font-size: 14px;
}

.bbsr-highlight-list i {
    color: #b58a31;
}


/* =========================================================
   SERVICE SECTION
========================================================= */

.bbsr-services-background {
    background: #f7f9fb;
}

.bbsr-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.bbsr-category-card {
    display: flex;
    flex-direction: column;
    padding: 27px;
    background: #ffffff;
    border: 1px solid #dce5ea;
    border-radius: 10px;
    transition: all .22s ease;
}

.bbsr-category-card:hover {
    transform: translateY(-4px);
    border-color: #a8bdc9;
    box-shadow: 0 12px 28px rgba(23,63,95,.08);
}

.bbsr-category-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: #edf4f8;
    border-radius: 8px;
    color: #21658d;
    font-size: 21px;
}

.bbsr-category-card h3 {
    margin: 0 0 11px;
    color: #173f5f;
    font-size: 19px;
    line-height: 1.45;
}

.bbsr-category-card > p {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.75;
}

.bbsr-category-links {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
}

.bbsr-category-links a {
    display: flex;
    align-items: center;
    color: #51636f !important;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none !important;
}

.bbsr-category-links a:before {
    content: "\f105";
    margin-right: 8px;
    color: #b58a31;
    font-family: FontAwesome;
    font-size: 15px;
}

.bbsr-category-links a:hover {
    color: #21658d !important;
}

.bbsr-category-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #e1e8ec;
    color: #21658d !important;
    font-size: 13px;
    font-weight: 700;
}

.bbsr-category-more i {
    font-size: 17px;
}

.bbsr-all-services {
    margin-top: 35px;
    text-align: center;
}


/* =========================================================
   WHO WE SUPPORT
========================================================= */

.bbsr-who-we-support {
    padding: 70px 0;
    background: #ffffff;
}

.bbsr-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bbsr-support-grid > div {
    padding: 27px 23px;
    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f7fafb
        );
    border: 1px solid #dce5ea;
    border-radius: 10px;
}

.bbsr-support-grid i {
    display: block;
    margin-bottom: 17px;
    color: #21658d;
    font-size: 29px;
}

.bbsr-support-grid h3 {
    margin: 0 0 11px;
    color: #173f5f;
    font-size: 18px;
    line-height: 1.4;
}

.bbsr-support-grid p {
    margin: 0;
    font-size: 14px;
}


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

.bbsr-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bbsr-benefit-grid > div {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #dde6eb;
    border-radius: 9px;
}

.bbsr-benefit-grid i {
    display: block;
    margin-bottom: 17px;
    color: #d4a94d;
    font-size: 28px;
}

.bbsr-benefit-grid h3 {
    margin: 0 0 10px;
    color: #173f5f;
    font-size: 18px;
    font-weight: 700;
}

.bbsr-benefit-grid p {
    margin: 0;
    font-size: 14px;
}


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

.bbsr-process-section {
    background: #173f5f;
}

.bbsr-process-section .bbsr-section-heading > span {
    color: #d4a94d;
}

.bbsr-process-section .bbsr-section-heading h2 {
    color: #ffffff;
}

.bbsr-process-section .bbsr-section-heading h2:after {
    background: #d4a94d;
}

.bbsr-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bbsr-process-grid > div {
    padding: 27px 23px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 9px;
}

.bbsr-process-grid span {
    display: block;
    margin-bottom: 18px;
    color: #d4a94d;
    font-size: 24px;
    font-weight: 700;
}

.bbsr-process-grid h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
}

.bbsr-process-grid p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}


/* =========================================================
   COMPLIANCE INFORMATION SECTION
========================================================= */

.bbsr-compliance-content {
    padding: 70px 0;
    background:
        linear-gradient(
            135deg,
            #edf4f8,
            #fbfdfe
        );
    border-top: 1px solid #dce5ea;
    border-bottom: 1px solid #dce5ea;
}

.bbsr-content-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
}

.bbsr-content-columns > div {
    padding-right: 28px;
    border-right: 1px solid #d6e0e6;
}

.bbsr-content-columns > div:last-child {
    padding-right: 0;
    border-right: none;
}

.bbsr-content-columns h3 {
    position: relative;
    margin: 0 0 17px;
    padding-bottom: 12px;
    color: #173f5f;
    font-size: 20px;
    line-height: 1.45;
}

.bbsr-content-columns h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #d4a94d;
}

.bbsr-content-columns p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
}


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

.bbsr-industry-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.bbsr-industry-list span {
    padding: 11px 18px;
    background: #edf4f8;
    border: 1px solid #d8e4ea;
    border-radius: 25px;
    color: #173f5f;
    font-size: 14px;
}


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

.bbsr-india-section {
    background:
        linear-gradient(
            135deg,
            #21658d,
            #173f5f
        );
}

.bbsr-india-content {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

.bbsr-india-content > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #d4a94d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.bbsr-india-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.4;
}

.bbsr-india-content p {
    max-width: 780px;
    margin: 0 auto 17px;
    color: rgba(255,255,255,.88);
}

.bbsr-india-content p:last-of-type {
    margin-bottom: 27px;
}

.bbsr-btn-light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #173f5f !important;
}

.bbsr-btn-light:hover {
    background: #d4a94d;
    border-color: #d4a94d;
    color: #ffffff !important;
}


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

.bbsr-final-cta {
    padding: 48px 35px;
    background:
        linear-gradient(
            135deg,
            #edf4f8,
            #ffffff
        );
    border: 1px solid #d9e3e9;
    border-radius: 12px;
    text-align: center;
}

.bbsr-final-cta h2 {
    margin: 0 0 14px;
    color: #173f5f;
    font-size: 30px;
    line-height: 1.4;
}

.bbsr-final-cta p {
    max-width: 800px;
    margin: 0 auto 26px;
}

.bbsr-final-cta > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.bbsr-btn-outline {
    background: #ffffff;
    border: 1px solid #b7c8d2;
    color: #173f5f !important;
}

.bbsr-btn-outline:hover {
    border-color: #21658d;
    color: #21658d !important;
}

.bbsr-btn-whatsapp {
    background: #25d366;
    border: 1px solid #25d366;
    color: #ffffff !important;
}

.bbsr-btn-whatsapp:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* =========================================================
   CLIENT SLIDER
========================================================= */

.bbsr-client-section {
    width: 100%;
    padding: 20px 0 45px;
    background: #ffffff;
    overflow: hidden;
}

.bbsr-client-section hr {
    margin: 0 0 25px;
    border: 0;
    border-top: 1px solid #dce5ea;
}

.bbsr-client-section .flexslider {
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bbsr-client-section .slides li {
    padding: 7px;
}

.bbsr-client-section .slides img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 80px;
    margin: 0 auto;
    padding: 7px;
    object-fit: contain;
    background: #ffffff;
    border: 1px solid #e0e8ec;
    border-radius: 7px;
}


/* =========================================================
   BRAND SECTION
========================================================= */

.bbsr-brand-section {
    padding-top: 45px;
    background: #f8fafb;
}

.bbsr-center-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.bbsr-center-content h2 {
    position: relative;
    margin: 0 0 28px;
    padding-bottom: 16px;
    color: #173f5f;
    font-size: 30px;
    line-height: 1.4;
}

.bbsr-center-content h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 65px;
    height: 3px;
    transform: translateX(-50%);
    background: #d4a94d;
}

.bbsr-center-content p {
    margin: 0 0 17px;
}

.bbsr-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    color: #21658d !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}


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

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

    .bbsr-section,
    .bbsr-business-overview,
    .bbsr-who-we-support,
    .bbsr-compliance-content {
        padding: 55px 0;
    }

    .bbsr-intro-grid,
    .bbsr-about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bbsr-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bbsr-benefit-grid,
    .bbsr-process-grid,
    .bbsr-business-stage-grid,
    .bbsr-support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bbsr-content-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bbsr-content-columns > div {
        padding-right: 0;
        padding-bottom: 25px;
        border-right: none;
        border-bottom: 1px solid #d6e0e6;
    }

    .bbsr-content-columns > div:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .bbsr-intro-content h1 {
        font-size: 34px;
    }

}


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

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

    .bbsr-section,
    .bbsr-business-overview,
    .bbsr-who-we-support,
    .bbsr-compliance-content {
        padding: 42px 0;
    }

    .bbsr-home-intro {
        padding: 42px 0;
    }

    .bbsr-intro-content h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .bbsr-intro-content .bbsr-intro-lead {
        font-size: 16px;
    }

    .bbsr-section-heading {
        margin-bottom: 28px;
    }

    .bbsr-section-heading h2,
    .bbsr-india-content h2,
    .bbsr-final-cta h2,
    .bbsr-center-content h2 {
        font-size: 25px;
    }

    .bbsr-category-grid,
    .bbsr-benefit-grid,
    .bbsr-process-grid,
    .bbsr-business-stage-grid,
    .bbsr-support-grid,
    .bbsr-hero-points {
        grid-template-columns: 1fr;
    }

    .bbsr-category-card {
        padding: 22px;
    }

    .bbsr-final-cta {
        padding: 32px 20px;
    }

    .bbsr-intro-buttons,
    .bbsr-final-cta > div,
    .bbsr-about-buttons {
        flex-direction: column;
    }

    .bbsr-btn-primary,
    .bbsr-btn-secondary,
    .bbsr-btn-light,
    .bbsr-btn-outline,
    .bbsr-btn-whatsapp {
        width: 100%;
    }

}


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

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

    .bbsr-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .bbsr-intro-panel {
        padding: 22px 18px;
    }

    .bbsr-intro-content h1 {
        font-size: 25px;
    }

    .bbsr-section-heading h2,
    .bbsr-india-content h2,
    .bbsr-final-cta h2,
    .bbsr-center-content h2 {
        font-size: 22px;
    }

    .bbsr-category-card {
        padding: 19px;
    }

}
 /* Professional paragraph alignment */

p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.85;
    letter-spacing: 0.1px;
}

/* Keep headings aligned normally */

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
}


/* Mobile optimisation */

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

    p {
        text-align: left;
        line-height: 1.8;
    }

}
}