/* =========================================================
   TRIMEROUS TECHNOLOGY
   BUSINESS ANALYSIS SERVICES
   COMPLETE PAGE CSS
   File: assets/css/business-analysis.css

   IMPORTANT:
   This file does NOT modify slider.css.
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.business-analysis-page {
    overflow-x: hidden;
    background: #ffffff;
    color: #252b36;
}

.business-analysis-page *,
.business-analysis-page *::before,
.business-analysis-page *::after {
    box-sizing: border-box;
}

.ba-section {
    position: relative;
    padding: 100px 0;
}

.ba-section-light {
    background: #f7f8fa;
}

.ba-section-white {
    background: #ffffff;
}

.ba-section-dark {
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(250, 164, 26, 0.12),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(240, 81, 37, 0.10),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #111827 0%,
            #202938 100%
        );
}


/* =========================================================
   COMMON TYPOGRAPHY
========================================================= */

.ba-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    padding: 7px 15px;
    border: 1px solid rgba(240, 81, 37, 0.16);
    border-radius: 50px;
    background: rgba(240, 81, 37, 0.07);
    color: #f05125;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.4;
    text-transform: uppercase;
}

.ba-section-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.ba-section-title {
    margin: 0 0 18px;
    color: #1b2330;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.ba-section-title span {
    color: #f05125;
}

.ba-section-description {
    max-width: 760px;
    margin: 0 auto;
    color: #687386;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
}

.ba-dark-text .ba-eyebrow {
    border-color: rgba(250, 164, 26, 0.25);
    background: rgba(250, 164, 26, 0.10);
    color: #faa41a;
}

.ba-dark-text .ba-section-title {
    color: #ffffff;
}

.ba-dark-text .ba-section-description {
    color: rgba(255, 255, 255, 0.68);
}


/* =========================================================
   HERO
========================================================= */

.ba-hero-section {
    position: relative;
    min-height: 680px;
    padding: 150px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(250, 164, 26, 0.13),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 75%,
            rgba(240, 81, 37, 0.08),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f5f7f9 100%
        );
}

.ba-hero-section::before {
    position: absolute;
    top: -220px;
    right: -160px;
    width: 500px;
    height: 500px;
    content: "";
    border: 1px solid rgba(240, 81, 37, 0.06);
    border-radius: 50%;
}

.ba-hero-section::after {
    position: absolute;
    bottom: -260px;
    left: -160px;
    width: 500px;
    height: 500px;
    content: "";
    border: 1px solid rgba(250, 164, 26, 0.07);
    border-radius: 50%;
}

.ba-hero-content {
    position: relative;
    z-index: 5;
}

.ba-hero-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
    padding: 8px 16px;
    border: 1px solid rgba(240, 81, 37, 0.14);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.90);
    color: #f05125;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 8px 25px rgba(31, 41, 55, 0.05);
}

.ba-hero-title {
    max-width: 780px;
    margin: 0 0 25px;
    color: #17202d;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -1.2px;
}

.ba-hero-title span {
    color: #f05125;
}

.ba-hero-description {
    max-width: 700px;
    margin: 0 0 34px;
    color: #667085;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.9;
}

.ba-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ba-primary-btn,
.ba-primary-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    min-height: 52px;
    padding: 13px 27px;
    border: 2px solid #f05125;
    border-radius: 4px;
    background: #f05125;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.ba-primary-btn:hover {
    border-color: #faa41a;
    background: #faa41a;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(240, 81, 37, 0.18);
}

.ba-secondary-btn,
.ba-secondary-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    min-height: 52px;
    padding: 13px 27px;
    border: 2px solid #dfe3e8;
    border-radius: 4px;
    background: #ffffff;
    color: #252b36;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.ba-secondary-btn:hover {
    border-color: #f05125;
    background: #ffffff;
    color: #f05125;
    text-decoration: none;
    transform: translateY(-3px);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.ba-hero-visual {
    position: relative;
    z-index: 4;
    min-height: 470px;
}

.ba-dashboard-card {
    position: absolute;
    top: 20px;
    right: 0;
    width: 430px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 30px 70px rgba(20, 30, 45, 0.13),
        0 5px 15px rgba(20, 30, 45, 0.04);
    backdrop-filter: blur(14px);
}

.ba-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.ba-dashboard-title {
    color: #1d2633;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.ba-dashboard-status {
    padding: 5px 10px;
    border-radius: 50px;
    background: rgba(240, 81, 37, 0.08);
    color: #f05125;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.ba-dashboard-number {
    margin-bottom: 5px;
    color: #1b2330;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

.ba-dashboard-label {
    margin-bottom: 25px;
    color: #8992a2;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
}

.ba-dashboard-chart {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    height: 125px;
    padding-top: 15px;
}

.ba-dashboard-chart span {
    display: block;
    flex: 1;
    min-height: 20px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(
        to top,
        #f05125,
        #faa41a
    );
}

.ba-dashboard-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #edf0f3;
}

.ba-dashboard-footer span {
    color: #8a94a5;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
}

.ba-dashboard-footer strong {
    color: #f05125;
    font-size: 11px;
}

.ba-floating-card {
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 235px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 50px rgba(20, 30, 45, 0.13);
}

.ba-floating-card-label {
    margin-bottom: 10px;
    color: #8a94a5;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.ba-floating-card-value {
    margin-bottom: 5px;
    color: #1d2633;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.ba-floating-card-text {
    color: #6b7585;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.ba-intro-section {
    padding: 105px 0;
    background: #ffffff;
}

.ba-intro-image {
    position: relative;
}

.ba-intro-image img {
    display: block;
    width: 100%;
    height: 470px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(20, 30, 45, 0.10);
}

.ba-intro-badge {
    position: absolute;
    right: -20px;
    bottom: 30px;
    padding: 20px 24px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(20, 30, 45, 0.13);
}

.ba-intro-badge strong {
    display: block;
    margin-bottom: 3px;
    color: #f05125;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.ba-intro-badge span {
    color: #7b8595;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
}

.ba-intro-content {
    padding-left: 30px;
}

.ba-intro-content h2 {
    margin: 0 0 20px;
    color: #1b2330;
    font-family: "Poppins", sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3;
}

.ba-intro-content h2 span {
    color: #f05125;
}

.ba-intro-content p {
    margin-bottom: 18px;
    color: #697386;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.9;
}

.ba-check-list {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.ba-check-list li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 31px;
    color: #3f4857;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

.ba-check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    content: "\f00c";
    border-radius: 50%;
    background: rgba(240, 81, 37, 0.09);
    color: #f05125;
    font-family: FontAwesome;
    font-size: 9px;
    line-height: 21px;
    text-align: center;
}


/* =========================================================
   BA vs DATA ANALYSIS
========================================================= */

.ba-comparison-section {
    padding: 105px 0;
    background: #f7f8fa;
}

.ba-comparison-card {
    position: relative;
    height: 100%;
    padding: 40px 35px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.35s ease;
}

.ba-comparison-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(
        90deg,
        #f05125,
        #faa41a
    );
}

.ba-comparison-card:hover {
    border-color: rgba(240, 81, 37, 0.12);
    box-shadow: 0 25px 60px rgba(25, 35, 50, 0.08);
    transform: translateY(-6px);
}

.ba-comparison-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        #f05125,
        #faa41a
    );
    color: #ffffff;
    font-size: 23px;
}

.ba-comparison-card h3 {
    margin: 0 0 16px;
    color: #1d2633;
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 700;
}

.ba-comparison-card p {
    margin: 0 0 20px;
    color: #6d7787;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 1.85;
}

.ba-comparison-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ba-comparison-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 22px;
    color: #4e5868;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.ba-comparison-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    color: #f05125;
    font-family: FontAwesome;
    font-size: 12px;
}


/* =========================================================
   BUSINESS ANALYSIS FRAMEWORK
========================================================= */

.ba-framework-section {
    padding: 110px 0;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(250, 164, 26, 0.10),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #111827 0%,
            #202a39 100%
        );
}

.ba-framework {
    position: relative;
    max-width: 1100px;
    margin: 65px auto 0;
}

.ba-framework-line {
    position: absolute;
    top: 35px;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(
        90deg,
        #f05125,
        #faa41a,
        #f05125
    );
    opacity: 0.6;
}

.ba-framework-item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.ba-framework-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border: 5px solid #202a39;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #f05125,
        #faa41a
    );
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(240, 81, 37, 0.22);
}

.ba-framework-item h4 {
    margin: 0 0 9px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.ba-framework-item p {
    max-width: 155px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.57);
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    line-height: 1.7;
}


/* =========================================================
   WHAT WE ANALYZE
========================================================= */

.ba-analysis-section {
    padding: 105px 0;
    background: #ffffff;
}

.ba-analysis-grid {
    margin-top: 10px;
}

.ba-analysis-card {
    position: relative;
    height: 100%;
    min-height: 270px;
    padding: 32px 28px;
    border: 1px solid #e9edf2;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.35s ease;
}

.ba-analysis-card:hover {
    border-color: rgba(240, 81, 37, 0.18);
    box-shadow: 0 20px 50px rgba(25, 35, 50, 0.07);
    transform: translateY(-6px);
}

.ba-analysis-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    margin-bottom: 22px;
    border-radius: 10px;
    background: rgba(240, 81, 37, 0.08);
    color: #f05125;
    font-size: 21px;
}

.ba-analysis-card h4 {
    margin: 0 0 16px;
    color: #1e2734;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.ba-analysis-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ba-analysis-card ul li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 17px;
    color: #70798a;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.6;
}

.ba-analysis-card ul li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: #faa41a;
}


/* =========================================================
   REAL BUSINESS EXAMPLE
========================================================= */

.ba-example-section {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 80% 10%,
            rgba(250, 164, 26, 0.11),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #111827 0%,
            #202938 100%
        );
}

.ba-process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 50px auto;
}

.ba-process-step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.055);
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 500;
}

.ba-process-step:not(:last-child)::after {
    margin-left: 17px;
    content: "\f105";
    color: #faa41a;
    font-family: FontAwesome;
    font-size: 14px;
}

.ba-example-box {
    height: 100%;
    padding: 30px;
    border-radius: 10px;
}

.ba-example-problem {
    border: 1px solid rgba(240, 81, 37, 0.28);
    background: rgba(240, 81, 37, 0.07);
}

.ba-example-data {
    border: 1px solid rgba(250, 164, 26, 0.28);
    background: rgba(250, 164, 26, 0.07);
}

.ba-example-solution {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.055);
}

.ba-example-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 17px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #faa41a;
    font-size: 18px;
}

.ba-example-box h4 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.ba-example-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.85;
}


/* =========================================================
   BUSINESS OUTCOMES
========================================================= */

.ba-outcome-section {
    padding: 105px 0;
    background: #ffffff;
}

.ba-outcome-card {
    position: relative;
    height: 100%;
    min-height: 210px;
    padding: 32px 27px 30px 31px;
    overflow: hidden;
    border: 1px solid #e9edf2;
    border-radius: 9px;
    background: #ffffff;
    transition: all 0.35s ease;
}

.ba-outcome-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    content: "";
    background: linear-gradient(
        to bottom,
        #f05125,
        #faa41a
    );
}

.ba-outcome-card:hover {
    box-shadow: 0 20px 50px rgba(25, 35, 50, 0.07);
    transform: translateY(-5px);
}

.ba-outcome-card i {
    display: block;
    margin-bottom: 19px;
    color: #f05125;
    font-size: 26px;
}

.ba-outcome-card h4 {
    margin: 0 0 11px;
    color: #1d2633;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.ba-outcome-card p {
    margin: 0;
    color: #6f7888;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.8;
}


/* =========================================================
   WHO NEEDS BUSINESS ANALYSIS
========================================================= */

.ba-who-section {
    padding: 105px 0;
    background: #f7f8fa;
}

.ba-who-card {
    height: 100%;
    min-height: 215px;
    padding: 32px 22px;
    border: 1px solid #e9edf2;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
    transition: all 0.35s ease;
}

.ba-who-card:hover {
    border-color: rgba(240, 81, 37, 0.15);
    box-shadow: 0 20px 50px rgba(25, 35, 50, 0.07);
    transform: translateY(-6px);
}

.ba-who-card i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(240, 81, 37, 0.08);
    color: #f05125;
    font-size: 22px;
}

.ba-who-card h4 {
    margin: 0 0 10px;
    color: #1e2734;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.ba-who-card p {
    margin: 0;
    color: #70798a;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    line-height: 1.8;
}


/* =========================================================
   WHY TRIMEROUS
========================================================= */

.ba-why-section {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(250, 164, 26, 0.13),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #131b28 0%,
            #252f3f 100%
        );
}

.ba-why-content {
    position: relative;
    z-index: 2;
}

.ba-why-points {
    margin-top: 35px;
}

.ba-why-point {
    display: flex;
    gap: 17px;
    margin-bottom: 25px;
}

.ba-why-point-icon {
    display: flex;
    flex: 0 0 47px;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border-radius: 8px;
    background: linear-gradient(
        135deg,
        #f05125,
        #faa41a
    );
    color: #ffffff;
    font-size: 17px;
}

.ba-why-point h4 {
    margin: 0 0 6px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.ba-why-point p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.8;
}

.ba-why-image {
    position: relative;
}

.ba-why-image img {
    display: block;
    width: 100%;
    height: 490px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   CTA
========================================================= */

.ba-cta-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #f05125 0%,
            #f58b20 100%
        );
}

.ba-cta-section::before {
    position: absolute;
    top: -180px;
    left: -120px;
    width: 380px;
    height: 380px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.ba-cta-section::after {
    position: absolute;
    right: -130px;
    bottom: -200px;
    width: 400px;
    height: 400px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.ba-cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
}

.ba-cta-content h2 {
    margin: 0 0 17px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
}

.ba-cta-content p {
    max-width: 700px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.84);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.9;
}

.ba-cta-btn,
.ba-cta-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 31px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    background: #ffffff;
    color: #f05125;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.ba-cta-btn:hover {
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-3px);
}


/* =========================================================
   FAQ
========================================================= */

.ba-faq-section {
    padding: 105px 0;
    background: #ffffff;
}

.ba-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.ba-faq-item {
    margin-bottom: 13px;
    border: 1px solid #e9edf2;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.ba-faq-question {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 50px 20px 23px;
    border: none;
    background: #ffffff;
    color: #1e2734;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
}

.ba-faq-question::after {
    position: absolute;
    top: 50%;
    right: 23px;
    content: "\f107";
    color: #f05125;
    font-family: FontAwesome;
    font-size: 14px;
    transform: translateY(-50%);
}

.ba-faq-question:focus {
    outline: none;
}

.ba-faq-answer {
    padding: 0 23px 20px;
    color: #70798a;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.85;
}


/* =========================================================
   SMALL INFO STRIP
========================================================= */

.ba-info-strip {
    padding: 22px 0;
    background: #111827;
}

.ba-info-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.ba-info-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.70);
    font-family: "Poppins", sans-serif;
    font-size: 11px;
}

.ba-info-item i {
    color: #faa41a;
    font-size: 13px;
}


/* =========================================================
   UTILITY CLASSES
========================================================= */

.ba-text-center {
    text-align: center;
}

.ba-mt-20 {
    margin-top: 20px;
}

.ba-mt-30 {
    margin-top: 30px;
}

.ba-mt-40 {
    margin-top: 40px;
}

.ba-mb-20 {
    margin-bottom: 20px;
}

.ba-mb-30 {
    margin-bottom: 30px;
}

.ba-mb-40 {
    margin-bottom: 40px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .ba-hero-section {
        min-height: 640px;
    }

    .ba-hero-title {
        font-size: 47px;
    }

    .ba-dashboard-card {
        width: 390px;
    }

    .ba-intro-content {
        padding-left: 20px;
    }

}


/* =========================================================
   TABLET / SMALL LAPTOP
========================================================= */

@media (max-width: 991px) {

    .ba-section,
    .ba-intro-section,
    .ba-comparison-section,
    .ba-framework-section,
    .ba-analysis-section,
    .ba-example-section,
    .ba-outcome-section,
    .ba-who-section,
    .ba-why-section,
    .ba-faq-section {
        padding: 75px 0;
    }

    .ba-hero-section {
        min-height: auto;
        padding: 125px 0 80px;
    }

    .ba-hero-title {
        font-size: 42px;
    }

    .ba-hero-visual {
        min-height: 470px;
        margin-top: 50px;
    }

    .ba-dashboard-card {
        right: 5%;
    }

    .ba-floating-card {
        right: 3%;
    }

    .ba-intro-image {
        margin-bottom: 50px;
    }

    .ba-intro-content {
        padding-left: 0;
    }

    .ba-framework-line {
        display: none;
    }

    .ba-framework-item {
        margin-bottom: 40px;
    }

    .ba-why-image {
        margin-top: 45px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ba-section-title {
        font-size: 32px;
    }

    .ba-section-heading {
        margin-bottom: 40px;
    }

    .ba-hero-section {
        padding: 110px 0 65px;
    }

    .ba-hero-title {
        font-size: 36px;
        letter-spacing: -0.5px;
    }

    .ba-hero-description {
        font-size: 14px;
    }

    .ba-hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .ba-primary-btn,
    .ba-secondary-btn {
        width: 100%;
    }

    .ba-hero-visual {
        min-height: 390px;
        margin-top: 35px;
    }

    .ba-dashboard-card {
        top: 0;
        right: auto;
        left: 0;
        width: 92%;
    }

    .ba-floating-card {
        right: 0;
        bottom: 0;
        width: 60%;
    }

    .ba-intro-image img {
        height: 350px;
    }

    .ba-intro-badge {
        right: 10px;
        bottom: 15px;
    }

    .ba-intro-content h2 {
        font-size: 31px;
    }

    .ba-comparison-card {
        margin-bottom: 25px;
    }

    .ba-process-flow {
        flex-direction: column;
        align-items: stretch;
    }

    .ba-process-step {
        width: 100%;
        text-align: center;
    }

    .ba-process-step:not(:last-child)::after {
        display: none;
    }

    .ba-example-box {
        margin-bottom: 20px;
    }

    .ba-outcome-card {
        margin-bottom: 20px;
    }

    .ba-who-card {
        margin-bottom: 20px;
    }

    .ba-why-image img {
        height: 350px;
    }

    .ba-cta-content h2 {
        font-size: 31px;
    }

    .ba-info-strip-inner {
        flex-direction: column;
        gap: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .ba-section,
    .ba-intro-section,
    .ba-comparison-section,
    .ba-framework-section,
    .ba-analysis-section,
    .ba-example-section,
    .ba-outcome-section,
    .ba-who-section,
    .ba-why-section,
    .ba-faq-section {
        padding: 60px 0;
    }

    .ba-hero-section {
        padding: 100px 0 55px;
    }

    .ba-hero-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .ba-section-title {
        font-size: 28px;
    }

    .ba-section-description {
        font-size: 13px;
    }

    .ba-hero-badge {
        font-size: 9px;
    }

    .ba-hero-description {
        font-size: 13px;
        line-height: 1.8;
    }

    .ba-hero-visual {
        min-height: 350px;
    }

    .ba-dashboard-card {
        width: 100%;
        padding: 20px;
    }

    .ba-dashboard-number {
        font-size: 31px;
    }

    .ba-floating-card {
        width: 68%;
        padding: 17px;
    }

    .ba-floating-card-value {
        font-size: 22px;
    }

    .ba-intro-image img {
        height: 280px;
    }

    .ba-intro-content h2 {
        font-size: 27px;
    }

    .ba-comparison-card {
        padding: 30px 23px;
    }

    .ba-analysis-card {
        min-height: auto;
        padding: 28px 23px;
    }

    .ba-example-box {
        padding: 25px 21px;
    }

    .ba-outcome-card,
    .ba-who-card {
        padding: 27px 21px;
    }

    .ba-why-image img {
        height: 290px;
    }

    .ba-cta-content h2 {
        font-size: 27px;
    }

    .ba-cta-content p {
        font-size: 13px;
    }

    .ba-faq-question {
        padding: 17px 42px 17px 18px;
        font-size: 12px;
    }

    .ba-faq-answer {
        padding: 0 18px 18px;
        font-size: 11px;
    }

}
























    <!-- =====================================================
         BUSINESS ANALYSIS CSS
         MUST BE LAST
    ====================================================== -->
    <link rel="stylesheet"
        href="assets/css/business-analysis.css">


    <!-- =====================================================
         BUSINESS ANALYSIS HERO SLIDER OVERRIDES
         slider.css IS NOT MODIFIED
    ====================================================== -->
   

        /* =================================================
           HERO SLIDER
        ================================================= */

        #kenburns_061 {
            position: relative;
            overflow: hidden;
        }


        #kenburns_061 .carousel-inner,
        #kenburns_061 .carousel-item {
            position: relative;
        }


        #kenburns_061 .carousel-item > img {
            width: 100%;
            height: 720px;
            object-fit: cover;
            object-position: center center;
            display: block;
        }


        /* =================================================
           DARK PREMIUM OVERLAY
        ================================================= */

        #kenburns_061 .carousel-item::after {
            content: "";
            position: absolute;
            inset: 0;

            background:
                linear-gradient(
                    90deg,
                    rgba(8, 18, 34, 0.90) 0%,
                    rgba(8, 18, 34, 0.72) 40%,
                    rgba(8, 18, 34, 0.38) 70%,
                    rgba(8, 18, 34, 0.12) 100%
                );

            z-index: 1;
            pointer-events: none;
        }


        /* =================================================
           SLIDER CONTENT
        ================================================= */

        #kenburns_061 .kenburns_061_slide {

            position: absolute !important;

            z-index: 5 !important;

            top: 50% !important;
            left: 9% !important;

            width: 620px !important;
            max-width: 55% !important;

            transform: translateY(-50%) !important;

            margin: 0 !important;
            padding: 0 !important;

            text-align: left !important;
        }


        #kenburns_061 .kenburns_061_slide_right {

            left: auto !important;
            right: 9% !important;

        }


        #kenburns_061 .kenburns_061_slide_center {

            left: 50% !important;
            right: auto !important;

            transform:
                translate(-50%, -50%) !important;

            text-align: center !important;
        }


        /* =================================================
           SLIDER EYEBROW
        ================================================= */

        #kenburns_061 .kenburns_061_slide h2 {

            margin: 0 0 18px !important;

            font-family:
                "Poppins",
                sans-serif !important;

            font-size: 14px !important;

            line-height: 1.4 !important;

            font-weight: 700 !important;

            letter-spacing: 3px !important;

            text-transform: uppercase !important;

            color: #faa41a !important;
        }


        /* =================================================
           SLIDER MAIN HEADING
        ================================================= */

        #kenburns_061 .kenburns_061_slide h1 {

            margin: 0 0 22px !important;

            font-family:
                "Poppins",
                sans-serif !important;

            font-size: 52px !important;

            line-height: 1.12 !important;

            font-weight: 700 !important;

            letter-spacing: -1.2px !important;

            color: #ffffff !important;
        }


        /* =================================================
           SLIDER DESCRIPTION
        ================================================= */

        #kenburns_061 .kenburns_061_slide h3 {

            width: 100% !important;

            max-width: 560px !important;

            margin: 0 0 32px !important;

            font-family:
                "Poppins",
                sans-serif !important;

            font-size: 16px !important;

            line-height: 1.8 !important;

            font-weight: 400 !important;

            color:
                rgba(255, 255, 255, .84) !important;
        }


        /* =================================================
           SLIDER BUTTON
        ================================================= */

        #kenburns_061 .kenburns_061_slide > a {

            display: inline-flex !important;

            align-items: center !important;
            justify-content: center !important;

            min-height: 52px !important;

            padding: 0 30px !important;

            border-radius: 4px !important;

            background: #f05125 !important;

            border: 1px solid #f05125 !important;

            color: #ffffff !important;

            font-family:
                "Poppins",
                sans-serif !important;

            font-size: 13px !important;

            font-weight: 600 !important;

            letter-spacing: .5px !important;

            text-decoration: none !important;

            transition:
                all .3s ease !important;
        }


        #kenburns_061 .kenburns_061_slide > a:hover {

            background: #faa41a !important;

            border-color: #faa41a !important;

            color: #ffffff !important;

            transform:
                translateY(-2px);
        }


        /* =================================================
           CENTER SLIDE
        ================================================= */

        #kenburns_061
        .kenburns_061_slide_center h3 {

            margin-left: auto !important;
            margin-right: auto !important;
        }


        /* =================================================
           CONTROLS
        ================================================= */

        #kenburns_061
        .carousel-control.left,
        #kenburns_061
        .carousel-control.right {

            z-index: 10 !important;
        }


        /* =================================================
           TABLET
        ================================================= */

        @media (max-width: 991px) {

            #kenburns_061
            .carousel-item > img {

                height: 650px;
            }


            #kenburns_061
            .kenburns_061_slide,
            #kenburns_061
            .kenburns_061_slide_right,
            #kenburns_061
            .kenburns_061_slide_center {

                left: 8% !important;
                right: 8% !important;

                width: auto !important;

                max-width: none !important;

                transform:
                    translateY(-50%) !important;

                text-align: left !important;
            }


            #kenburns_061
            .kenburns_061_slide h1 {

                font-size: 42px !important;
            }


            #kenburns_061
            .kenburns_061_slide h3 {

                max-width: 520px !important;
            }


            #kenburns_061
            .kenburns_061_slide_center h3 {

                margin-left: 0 !important;
                margin-right: 0 !important;
            }

        }


        /* =================================================
           MOBILE
        ================================================= */

        @media (max-width: 767px) {

            #kenburns_061
            .carousel-item > img {

                height: 650px;
            }


            #kenburns_061
            .carousel-item::after {

                background:
                    linear-gradient(
                        90deg,
                        rgba(8,18,34,.92),
                        rgba(8,18,34,.70)
                    );
            }


            #kenburns_061
            .kenburns_061_slide,
            #kenburns_061
            .kenburns_061_slide_right,
            #kenburns_061
            .kenburns_061_slide_center {

                left: 7% !important;
                right: 7% !important;
            }


            #kenburns_061
            .kenburns_061_slide h2 {

                font-size: 12px !important;

                letter-spacing: 2px !important;

                margin-bottom: 14px !important;
            }


            #kenburns_061
            .kenburns_061_slide h1 {

                font-size: 34px !important;

                line-height: 1.15 !important;

                letter-spacing: -.5px !important;
            }


            #kenburns_061
            .kenburns_061_slide h3 {

                font-size: 14px !important;

                line-height: 1.7 !important;

                margin-bottom: 25px !important;
            }


            #kenburns_061
            .carousel-control {

                display: none !important;
            }

        }


        /* =================================================
           SMALL MOBILE
        ================================================= */

        @media (max-width: 480px) {

            #kenburns_061
            .carousel-item > img {

                height: 620px;
            }


            #kenburns_061
            .kenburns_061_slide,
            #kenburns_061
            .kenburns_061_slide_right,
            #kenburns_061
            .kenburns_061_slide_center {

                left: 6% !important;
                right: 6% !important;
            }


            #kenburns_061
            .kenburns_061_slide h1 {

                font-size: 29px !important;
            }


            #kenburns_061
            .kenburns_061_slide h3 {

                font-size: 13px !important;
            }


            #kenburns_061
            .kenburns_061_slide > a {

                min-height: 48px !important;

                padding: 0 22px !important;
            }

        }

