/* =========================================================
   BUSINESS SEGMENTS PAGE
========================================================= */

/* =========================================================
   BUSINESS SEGMENTS HERO
   CONTENT BASED HEIGHT
========================================================= */

.business-hero {

    position: relative;

    width: 100%;

    height: auto !important;

    min-height: 560px;

    max-height: none !important;

    display: flex;

    align-items: center;

    color: #ffffff;

    background-image: url("../images/about-company1.png");

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    overflow: hidden;
}


/* =========================================================
   OVERLAY
========================================================= */

.business-hero::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 32, 71, 0.93),
        rgba(0, 91, 172, 0.65)
    );

    z-index: 1;
}


/* =========================================================
   CONTAINER
========================================================= */

.business-hero > .container {

    position: relative;

    z-index: 2;

    width: 100%;

    height: auto !important;

    min-height: 0 !important;

    max-height: none !important;

}


/* =========================================================
   CONTENT
========================================================= */

.business-hero-content {

    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 760px;

    margin-left: 8%;

    margin-top: 9%;

    padding: auto 50px;

    height: auto !important;

    min-height: 0 !important;

    max-height: none !important;

    box-sizing: border-box;

}


/* =========================================================
   LABEL
========================================================= */

.business-hero .hero-label {

    display: block;

    margin-bottom: 18px;

    color: #7ee0ff;

    font-size: 24px;

    font-weight: 600;

    letter-spacing: 2px;

    line-height: 1.4;

}


/* =========================================================
   TITLE
========================================================= */

.business-hero h1 {

    margin: 0 0 25px;

    color: #ffffff;

    font-size: 58px;

    font-weight: 800;

    line-height: 1.15;

}


/* =========================================================
   DESCRIPTION
========================================================= */

.business-hero p {

    width: 100%;

    max-width: 720px;

    margin: 0;

    color: #ecf4ff;

    font-size: 24px;

    line-height: 1.75;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .business-hero {

        height: auto !important;

        min-height: 500px;

        overflow: hidden;

    }

    .business-hero-content {

        max-width: 700px;

        margin: 0 auto;

        padding: 90px 30px;

        text-align: center;

    }

    .business-hero h1 {

        font-size: 48px;

    }

    .business-hero p {

        margin: 0 auto;

        font-size: 17px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .business-hero {

        /*
        IMPORTANT:
        NO FIXED HEIGHT
        */

        height: auto !important;

        min-height: 0 !important;

        max-height: none !important;

        display: block;

        overflow: hidden;

        background-position: center center;

    }


    /* OVERLAY */

    .business-hero::before {

        background: linear-gradient(
            180deg,
            rgba(0, 32, 71, 0.94),
            rgba(0, 91, 172, 0.68)
        );

    }


    /* CONTAINER */

    .business-hero > .container {

        height: auto !important;

        min-height: 0 !important;

        max-height: none !important;

        width: 100%;

        padding: 0 !important;

    }


    /* CONTENT */

    .business-hero-content {

        width: 100%;

        max-width: none;

        height: auto !important;

        min-height: 0 !important;

        max-height: none !important;

        margin: 0 !important;

        padding: 110px 22px 110px;

        text-align: center;

        box-sizing: border-box;

    }


    /* LABEL */

    .business-hero .hero-label {

        margin-bottom: 18px;

        font-size: 14px;

        letter-spacing: 1.8px;

    }


    /* TITLE */

    .business-hero h1 {

        width: 100%;

        max-width: 360px;

        margin: 0 auto 25px;

        font-size: 36px;

        line-height: 1.2;

    }


    /* DESCRIPTION */

    .business-hero p {

        width: 100%;

        max-width: 350px;

        margin: 0 auto;

        font-size: 18px;

        line-height: 1.75;

    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .business-hero {

        height: auto !important;

        min-height: 0 !important;

        max-height: none !important;

    }


    .business-hero-content {

        height: auto !important;

        min-height: 0 !important;

        padding: 105px 20px 110px;

    }


    .business-hero .hero-label {

        font-size: 18px;

        margin-bottom: 17px;

    }


    .business-hero h1 {

        max-width: 340px;

        font-size: 34px;

        line-height: 1.2;

        margin-bottom: 25px;

    }


    .business-hero p {

        max-width: 330px;

        font-size: 18px;

        line-height: 1.75;

    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .business-hero {

        height: auto !important;

        min-height: 0 !important;

    }


    .business-hero-content {

        padding: 95px 18px 100px;

    }


    .business-hero h1 {

        font-size: 31px;

    }


    .business-hero p {

        font-size: 18px;

        line-height: 1.7;

    }

}


/* =========================================================
   INTRO
========================================================= */

.business-intro {

    padding: 100px 0;

    background: #ffffff;

}


.business-intro-grid {

    display: grid;

    grid-template-columns: 1.4fr 0.8fr;

    gap: 80px;

    align-items: center;

}


.business-intro-content h5 {

    margin: 0 0 12px;

    color: #0870bd;

    font-size: 13px;

    letter-spacing: 1.8px;

}


.business-intro-content h2 {

    max-width: 650px;

    margin: 0 0 25px;

    color: #0b2f50;

    font-size: 42px;

    line-height: 1.2;

}


.business-intro-content p {

    max-width: 700px;

    margin: 0 0 17px;

    color: #5d6873;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================================
   HIGHLIGHT BOX
========================================================= */

.business-highlight {

    padding: 45px 38px;

    border-radius: 20px;

    background: #f3f8fc;

    border: 1px solid #e0edf5;

    box-shadow: 0 15px 45px rgba(11, 47, 80, 0.08);

}


.highlight-icon {

    width: 65px;

    height: 65px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 15px;

    background: #0870bd;

    color: #ffffff;

    font-size: 27px;

}


.business-highlight h3 {

    margin: 0 0 15px;

    color: #0b2f50;

    font-size: 25px;

    line-height: 1.3;

}


.business-highlight p {

    margin: 0;

    color: #63717d;

    line-height: 1.7;

}


/* =========================================================
   SEGMENTS
========================================================= */

.segments {

    padding: 100px 0;

    background: #f7f9fb;

}


.section-heading {

    max-width: 700px;

    margin: 0 auto 55px;

    text-align: center;

}


.section-heading span {

    color: #0870bd;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.8px;

}


.section-heading h2 {

    margin: 12px 0 15px;

    color: #0b2f50;

    font-size: 42px;

}


.section-heading p {

    margin: 0;

    color: #687580;

    line-height: 1.7;

}


/* =========================================================
   SEGMENT GRID
========================================================= */

.segment-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;

}


.segment-card {

    position: relative;

    display: block;

    min-height: 370px;

    padding: 35px 30px;

    overflow: hidden;

    border: 1px solid #e1e9ef;

    border-radius: 18px;

    background: #ffffff;

    color: inherit;

    text-decoration: none;

    box-shadow: 0 8px 30px rgba(11, 47, 80, 0.05);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;

}


.segment-card:hover {

    transform: translateY(-8px);

    border-color: #b9d9ed;

    box-shadow: 0 20px 45px rgba(11, 47, 80, 0.12);

}


.segment-number {

    position: absolute;

    top: 22px;

    right: 25px;

    color: #dceaf3;

    font-size: 40px;

    font-weight: 700;

}


.segment-icon {

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    border-radius: 14px;

    background: #eaf5fc;

    color: #0870bd;

    font-size: 25px;

    transition: all 0.3s ease;

}


.segment-card:hover .segment-icon {

    background: #0870bd;

    color: #ffffff;

}


.segment-card h3 {

    max-width: 270px;

    margin: 0 0 15px;

    color: #0b2f50;

    font-size: 22px;

    line-height: 1.35;

}


.segment-card p {

    margin: 0 0 25px;

    color: #687580;

    font-size: 14px;

    line-height: 1.75;

}


.segment-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #0870bd;

    font-size: 14px;

    font-weight: 600;

}


.segment-link i {

    transition: transform 0.3s ease;

}


.segment-card:hover .segment-link i {

    transform: translateX(5px);

}


.segment-link-static {

    cursor: default;

}


/* =========================================================
   APPROACH
========================================================= */

.business-approach {

    padding: 100px 0;

    background: #ffffff;

}


.approach-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 80px;

    align-items: center;

}


.approach-content h5 {

    margin: 0 0 12px;

    color: #0870bd;

    font-size: 13px;

    letter-spacing: 1.8px;

}


.approach-content h2 {

    max-width: 500px;

    margin: 0 0 25px;

    color: #0b2f50;

    font-size: 42px;

    line-height: 1.2;

}


.approach-content p {

    max-width: 600px;

    margin: 0 0 17px;

    color: #63717d;

    line-height: 1.8;

}


.approach-features {

    display: flex;

    flex-direction: column;

    gap: 20px;

}


.approach-feature {

    display: flex;

    gap: 20px;

    padding: 25px;

    border: 1px solid #e4edf3;

    border-radius: 14px;

    background: #f9fbfc;

}


.feature-icon {

    width: 48px;

    height: 48px;

    min-width: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 10px;

    background: #eaf5fc;

    color: #0870bd;

}


.approach-feature h3 {

    margin: 0 0 6px;

    color: #0b2f50;

    font-size: 18px;

}


.approach-feature p {

    margin: 0;

    color: #687580;

    font-size: 14px;

    line-height: 1.6;

}


/* =========================================================
   CTA
========================================================= */

.business-cta {

    padding: 90px 0;

    background: #07375e;

    color: #ffffff;

}


.business-cta-content {

    max-width: 750px;

    margin: auto;

    text-align: center;

}


.business-cta h2 {

    margin: 0 0 18px;

    font-size: 40px;

    line-height: 1.25;

}


.business-cta p {

    margin: 0 auto 30px;

    max-width: 600px;

    color: #d8e7f1;

    line-height: 1.7;

}


.cta-buttons {

    display: flex;

    justify-content: center;

    gap: 15px;

    flex-wrap: wrap;

}


.business-cta .btn {

    display: inline-block;

    padding: 14px 25px;

    border-radius: 7px;

    background: #ffffff;

    color: #07375e;

    text-decoration: none;

    font-weight: 600;

}


.business-cta .btn-outline {

    background: transparent;

    color: #ffffff;

    border: 1px solid rgba(255,255,255,0.6);

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .business-hero h1 {

        font-size: 46px;

    }


    .business-intro-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .segment-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    .approach-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .business-hero {

        min-height: 350px;

    }


    .business-hero-content {

        padding: 70px 0;

    }


    .business-hero h1 {

        font-size: 35px;

    }


    .business-hero p {

        font-size: 15px;

    }


    .business-intro {

        padding: 65px 0;

    }


    .business-intro-content h2 {

        font-size: 30px;

    }


    .business-highlight {

        padding: 30px 25px;

    }


    .segments {

        padding: 65px 0;

    }


    .section-heading h2 {

        font-size: 30px;

    }


    .segment-grid {

        grid-template-columns: 1fr;

        gap: 18px;

    }


    .segment-card {

        min-height: auto;

        padding: 30px 25px;

    }


    .business-approach {

        padding: 65px 0;

    }


    .approach-content h2 {

        font-size: 30px;

    }


    .business-cta {

        padding: 65px 20px;

    }


    .business-cta h2 {

        font-size: 29px;

    }


    .cta-buttons {

        flex-direction: column;

    }


    .cta-buttons .btn {

        width: 100%;

        text-align: center;

    }

}