/* =========================================================
   ASSETEZ PAGE START
========================================================= */

.assetez-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 60px;

}

.assetez-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    max-height: 490px;
    object-fit: cover;
    object-position: top center;
    pointer-events: none;
}

.assetez-hero-container {
    position: relative;
    z-index: 1;
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.assetez-hero-image {
    width: min(1223px, calc(100% - 72px));
    margin: 0 0 0 auto;
    margin-left: 55px;
    overflow: hidden;
    border-radius: 24px;
    margin-top: 50px;
}

.assetez-hero-image img {
    display: block;
    width: 1208px;
    object-fit: cover;
}

.assetez-hero-card {
    position: absolute;
    left: 0;
    top: 120px;
    width: min(550px, 54%);
    min-height: 309px;
    padding: 30px 30px 30px 30px;
    border-radius: 28px;
    background: linear-gradient(112deg, rgba(25, 30, 34, 0.78) 0%, rgba(12, 44, 57, 0.94) 100%);
    color: #fff;
}

.assetez-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 700;
}

.assetez-hero-breadcrumb i,
.assetez-hero-breadcrumb span:last-child {
    color: #19d8ef;
}

.assetez-hero-title-logo {
    display: block;
    width: min(100%, 363px);
    height: auto;
    margin: 0 0 24px;
}

.assetez-hero-card p {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.assetez-hero-logo {
    position: absolute;
    right: -27px;
    top: 110px;
    width: 92px;
    height: auto;
}

.assetez-intro {

    background: #fff;
}

.assetez-intro-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, 1fr);

    width: min(100% - 48px, 1280px);
    margin: 0 auto;
    padding: 10px;
}

.assetez-intro-line {
    width: 148px;
    height: 2px;
    margin-bottom: 32px;
    background: linear-gradient(90deg, #16d9ef 0%, #006999 100%);
}

.assetez-intro-logo {
    display: block;
    width: 205px;
    max-width: 100%;
    margin-bottom: 26px;
}

.assetez-intro-copy {
    padding: 0px 20px;
}

.assetez-intro-copy p {
    margin: 0;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

.assetez-intro-video {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    /* box-shadow: 0 12px 25px rgba(15, 35, 48, 0.12); */
}

.assetez-intro-video img {
    display: block;
    width: 617px;
    object-fit: cover;
    max-height: 345px;
    border-radius: 15px;
    padding: 10px;
}

.assetez-intro-cookie {
    position: absolute;
    left: 322px;
    top: 50%;
    width: 360px;
    max-width: 78%;
    padding: 16px 20px;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(0, 0, 0, 0.82);
    background: rgba(64, 64, 64, 0.7);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

@media (max-width: 1366px) {

    .assetez-hero-container,
    .assetez-intro-container {
        width: min(100% - 48px, 1140px);
    }
}

@media (max-width: 1199px) {

    .assetez-hero-container,
    .assetez-intro-container {
        width: min(100% - 36px, 960px);
    }

    .assetez-hero-card {
        width: min(600px, 62%);
    }

    .assetez-intro-container {
        gap: 54px;
    }
}

@media (max-width: 991px) {
    .assetez-hero {
        padding-top: 56px;
    }

    .assetez-hero-image {
        width: 100%;
        margin-left: 0;
    }

    .assetez-hero-image img {
        min-height: 360px;
    }

    .assetez-hero-card {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-height: auto;
        margin-top: -104px;
    }

    .assetez-hero-logo {
        right: 20px;
        top: 112px;
        width: 72px;
    }

    .assetez-intro-container {
        grid-template-columns: 1fr;
        gap: 38px;
    }
}

@media (max-width: 575px) {
    .assetez-hero {
        padding: 34px 0 56px;
    }

    .assetez-hero-container,
    .assetez-intro-container {
        width: min(100% - 30px, 1280px);
    }

    .assetez-hero-image {
        border-radius: 16px;
    }

    .assetez-hero-image img {
        min-height: 300px;
    }

    .assetez-hero-card {
        margin-top: -82px;
        padding: 26px 22px 30px;
        border-radius: 20px;
    }

    .assetez-hero-breadcrumb {
        font-size: 14px;
    }

    .assetez-hero-title-logo {
        width: min(100%, 330px);
        margin-bottom: 20px;
    }

    .assetez-hero-card p,
    .assetez-intro-copy p {
        font-size: 16px;
    }

    .assetez-hero-logo {
        right: 14px;
        top: 88px;
        width: 54px;
    }

    .assetez-intro {
        padding: 58px 0 68px;
    }

    .assetez-intro-line {
        margin-bottom: 24px;
    }

    .assetez-intro-logo {
        width: 180px;
    }

    .assetez-intro-cookie {
        max-width: 175px;
        font-size: 13px;
        margin-left: -170px;
    }
}

.assetez-features {
    padding: 85px 0 85px;
    background: #F3F7FA;
}

.assetez-features-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.assetez-feature-card {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0 20px 0;
    min-height: 150px;
    width: 92.333%;
    padding: 30px 54px 30px 30px;
    border-radius: 28px;
    background-color: transparent;
    isolation: isolate;
}

.assetez-feature-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: #ffffff;
    object-fit: fill;
    pointer-events: none;
}

.assetez-feature-card-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-right: 20px
}

.assetez-feature-card h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.34;
    margin-bottom: 10px;
}

@media (max-width: 1366px) {
    .assetez-features-container {
        max-width: 1140px;
    }

    .assetez-feature-card {
        gap: 22px;
        padding: 32px 28px;
    }

    .assetez-feature-card h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .assetez-features {
        padding: 96px 0;
    }

    .assetez-features-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100% - 36px, 960px);
    }
}

@media (max-width: 767px) {
    .assetez-features {
        padding: 64px 0;
    }

    .assetez-features-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .assetez-feature-card {
        min-height: 150px;
        padding: 28px 24px;
        border-radius: 22px;
    }

    .assetez-feature-card-icon {
        width: 70px;
        height: 70px;
    }

    .assetez-feature-card h3 {
        font-size: 22px;
    }
}

@media (max-width: 420px) {
    .assetez-feature-card {
        gap: 18px;
        padding: 24px 18px;
    }

    .assetez-feature-card-icon {
        width: 62px;
        height: 62px;
    }

    .assetez-feature-card h3 {
        font-size: 20px;
    }
}

.assetez-feature-details {
    position: relative;
    overflow: hidden;
    min-height: 930px;
    padding: 90px 0 110px;
    color: #ffffff;
    background: #11181c;
}

.assetez-feature-details-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
}

.assetez-feature-details-tower {
    position: absolute;
    right: 1px;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 700px;
    height: 775px;
    pointer-events: none
}

.assetez-feature-details-container {
    position: relative;
    z-index: 2;
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.assetez-feature-details h2 {
    margin: 0 0 54px;
    background: linear-gradient(97.02deg, #18C4D6 13.8%, #004774 119.89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.12;
}

.assetez-feature-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 220px;
    row-gap: 42px;
    width: min(100%, 1050px);
}

.assetez-feature-detail {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.assetez-feature-detail img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.assetez-feature-detail h3 {
    margin: 2px 0 14px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.28;
}

.assetez-feature-detail span {
    display: block;
    width: 62px;
    height: 3px;
    margin-bottom: 20px;
    background: #1fc7d9;
}

.assetez-feature-detail ul {
    margin: 0;
    padding-left: 22px;
    color: #ffffff;
    list-style-type: disc;
}

.assetez-feature-detail li {
    display: list-item;
    list-style-type: disc;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.assetez-feature-detail li::marker {
    color: #ffffff;
}

@media (max-width: 1366px) {
    .assetez-feature-details-container {
        width: min(100% - 48px, 1140px);
    }

    .assetez-feature-details-grid {
        column-gap: 88px;
        width: min(100%, 980px);
    }

    .assetez-feature-details-tower {
        width: min(31vw, 390px);
    }
}

@media (max-width: 1199px) {
    .assetez-feature-details {
        padding: 76px 0 90px;
    }

    .assetez-feature-details-grid {
        column-gap: 54px;
        width: min(100%, 900px);
    }

    .assetez-feature-detail {
        gap: 24px;
    }

    .assetez-feature-detail h3 {
        font-size: 22px;
    }

    .assetez-feature-detail li {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .assetez-feature-details {
        min-height: auto;
        padding: 68px 0 340px;
    }

    .assetez-feature-details h2 {
        margin-bottom: 42px;
        font-size: 40px;
    }

    .assetez-feature-details-grid {
        grid-template-columns: 1fr;
        row-gap: 36px;
        width: min(100%, 680px);
    }

    .assetez-feature-details-tower {
        right: -52px;
        width: min(58vw, 360px);
    }
}

@media (max-width: 575px) {
    .assetez-feature-details {
        padding: 54px 0 280px;
    }

    .assetez-feature-details-container {
        width: min(100% - 30px, 1280px);
    }

    .assetez-feature-details h2 {
        font-size: 34px;
    }

    .assetez-feature-detail {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 18px;
    }

    .assetez-feature-detail img {
        width: 58px;
        height: 58px;
    }

    .assetez-feature-detail h3 {
        font-size: 20px;
    }

    .assetez-feature-detail li {
        font-size: 15px;
    }

    .assetez-feature-details-tower {
        display: none;
    }
}

.assetez-showcase {
    position: relative;
    overflow: hidden;
    min-height: 497px;
    padding: 88px 0 0;
    background: #eff8fb;
}

.assetez-showcase-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
}

.assetez-showcase-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.64fr) minmax(360px, 0.36fr);
    align-items: start;
    gap: 50px;
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.assetez-showcase-laptop {
    display: block;
    width: min(100%, 748px);
    height: auto;
    align-self: end;
}

.assetez-showcase-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    padding-top: 10px;
}

.assetez-showcase-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 189px;
    align-items: center;
    gap: 20px;
    width: min(100%, 420px);
    min-height: 210px;
    padding: 24px 26px;
    border-radius: 10px;
}

.assetez-showcase-card-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.assetez-showcase-card>div,
.assetez-showcase-card>img:not(.assetez-showcase-card-bg) {
    position: relative;
    z-index: 1;
}

.assetez-showcase-card h2 {
    margin: 0 0 18px;
    color: #000000;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.15;
}

.assetez-showcase-card ul {
    margin: 0;
    padding-left: 20px;
    color: #000000;
    list-style-type: disc;
}

.assetez-showcase-card li {
    display: list-item;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.28;
}

.assetez-showcase-card>img:not(.assetez-showcase-card-bg) {
    display: block;
    width: 189px;
    height: auto;
    border-radius: 22px;
}

.assetez-showcase-badge {
    display: block;
    width: min(100%, 339px);
    height: 98px;
}

@media (max-width: 1366px) {
    .assetez-showcase-container {
        width: min(100% - 48px, 1140px);
        gap: 42px;
    }

    .assetez-showcase-card {
        width: min(100%, 390px);
        grid-template-columns: minmax(0, 1fr) 160px;
    }

    .assetez-showcase-card>img:not(.assetez-showcase-card-bg) {
        width: 160px;
    }
}

@media (max-width: 991px) {
    .assetez-showcase {
        padding: 64px 0;
    }

    .assetez-showcase-container {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .assetez-showcase-content {
        width: min(100%, 480px);
        padding-top: 0;
    }
}

@media (max-width: 575px) {
    .assetez-showcase-container {
        width: min(100% - 30px, 1280px);
    }

    .assetez-showcase-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

.assetez-app-center {
    position: relative;
    overflow: hidden;
    padding: 106px 0 98px;
    background: #00283a;
    background-image: url("../images/assetez/Group-1000004606-1.webp");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 100%;
    color: #ffffff;
}

.assetez-app-center-container {
    display: grid;
    grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
    align-items: center;
    gap: 54px;
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.assetez-app-center-info {
    padding-right: 64px;
    border-right: 1px solid rgba(31, 199, 217, 0.24);
}

.assetez-app-center-info h2 {
    margin: 0 0 34px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
}

.assetez-app-center-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
}

.assetez-app-center-meta p {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
}

.assetez-app-center-meta strong {
    display: block;
    color: #ffffff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
}

.assetez-app-center-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.assetez-app-center-action img {
    display: block;
    width: 280px;
    height: auto;
}

.assetez-app-center-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    min-height: 49px;
    padding: 12px 26px;
    border-radius: 4px;
    background: #1aa8bd;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.assetez-app-center-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 10px;
    object-fit: cover;
    pointer-events: none;
}

@media (max-width: 1366px) {
    .assetez-app-center-container {
        width: min(100% - 48px, 1140px);
    }
}

@media (max-width: 991px) {
    .assetez-app-center {
        padding: 78px 0 82px;
    }

    .assetez-app-center-container {
        grid-template-columns: 1fr;
    }

    .assetez-app-center-info {
        padding-right: 0;
        padding-bottom: 38px;
        border-right: 0;
        border-bottom: 1px solid rgba(31, 199, 217, 0.24);
    }
}

@media (max-width: 575px) {
    .assetez-app-center-container {
        width: min(100% - 30px, 1280px);
    }

    .assetez-app-center-meta {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .assetez-app-center-action img {
        width: min(100%, 280px);
    }

    .assetez-app-center-action a {
        min-width: 0;
        width: 100%;
        font-size: 16px;
    }
}

.assetez-pricing-cta {
    padding: 72px 0;
    background: #ffffff;
}

.assetez-pricing-cta-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: min(100% - 48px, 1280px);
    min-height: 236px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;
    border-radius: 14px;
    background: #e7f9fc;
    overflow: hidden;
}

.assetez-pricing-cta-container::after {
    content: "";
    position: absolute;
    right: 48px;
    top: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #b8eef5;
}

.assetez-pricing-cta h2 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: 23px;
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
    margin: 0px 0px -15px 0px;
    line-height: 1.28;
}

.assetez-pricing-cta a {
    position: relative;
    top: 55px;
    right: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 49px;
    padding: 10px 25px;
    border-radius: 4px;
    background: #149dab;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .assetez-pricing-cta-container {
        width: min(100% - 48px, 1140px);
    }
}

@media (max-width: 991px) {
    .assetez-pricing-cta-container {
        align-items: flex-start;
        flex-direction: column;
        min-height: 0;
    }

    .assetez-pricing-cta h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .assetez-pricing-cta {
        padding: 48px 0;
    }

    .assetez-pricing-cta-container {
        width: min(100% - 30px, 1280px);
        padding: 100px 24px;
    }

    .assetez-pricing-cta h2 {
        font-size: 30px;
    }

    .assetez-pricing-cta a {
        right: -65px;
    }

    .assetez-pricing-cta-container::after {
        right: 24px;
        top: 26px;
        width: 48px;
        height: 48px;
    }
}

/* ==========================================================================
   ASSETEZ CONTACT DEMO SECTION
   ========================================================================== */

.assetez-contact-demo {
    position: relative;
    overflow: hidden;
    background: #000;
    padding: 100px 0;
}

.assetez-contact-demo-container {
    position: relative;
    display: grid;
    grid-template-columns: minmax(380px, 500px) minmax(500px, 1fr);
    align-items: center;
    gap: 80px;
    max-width: 1040px;
    margin: 0 auto;
}

.assetez-contact-demo-copy h2 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.5;
}

.assetez-contact-demo-form-wrap {
    position: relative;
}

.assetez-contact-demo-bg {
    position: absolute;
    top: -15px;
    right: -235px;
    max-width: 280px;
    height: 450px;
    z-index: 0;
    pointer-events: none;
}

.assetez-contact-demo-form {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-width: 570px;
    min-height: 417px;
    margin-left: auto;
    padding: 30px;
    border-radius: 14px;
}

.assetez-contact-demo-form-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
}

.assetez-contact-demo-form h3,
.assetez-contact-demo-form input,
.assetez-contact-demo-form textarea,
.assetez-contact-demo-form button {
    position: relative;
    z-index: 1;
}

.assetez-contact-demo-form h3 {
    margin: 0 0 28px;
    color: #161616;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.3;
}

.assetez-contact-demo-form input,
.assetez-contact-demo-form textarea {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    color: #161b22;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.assetez-contact-demo-form input {
    height: 50px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.assetez-contact-demo-form textarea {
    min-height: 120px;
    padding: 16px 18px;
    margin-bottom: 30px;
    resize: vertical;
}

.assetez-contact-demo-form input::placeholder,
.assetez-contact-demo-form textarea::placeholder {
    color: #b8bbc0;
}

.assetez-contact-demo-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    min-height: 44px;
    border: 0;
    border-radius: 6px;
    background: #18c4d6;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
}

.assetez-contact-demo-form button:hover {
    transform: translateY(-2px);
}

/* ==========================================================================
   1366px LAPTOP OPTIMIZATION
   ========================================================================== */

@media (max-width: 1366px) {

    .assetez-contact-demo {
        padding: 80px 0;
    }

    .assetez-contact-demo-container {
        max-width: 920px;
        gap: 50px;
        grid-template-columns: minmax(300px, 420px) minmax(420px, 1fr);
    }

    .assetez-contact-demo-copy h2 {
        font-size: 28px;
        line-height: 1.4;
    }

    .assetez-contact-demo-bg {
        max-width: 220px;
        height: 360px;
        right: -180px;
        top: 0;
    }

    .assetez-contact-demo-form {
        max-width: 500px;
        min-height: auto;
        padding: 24px;
    }

    .assetez-contact-demo-form h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .assetez-contact-demo-form input {
        height: 44px;
        font-size: 14px;
    }

    .assetez-contact-demo-form textarea {
        min-height: 90px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .assetez-contact-demo-form button {
        min-width: 90px;
        min-height: 40px;
        font-size: 14px;
    }
}

/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 991px) {

    .assetez-contact-demo {
        padding: 70px 0;
    }

    .assetez-contact-demo-container {
        max-width: calc(100% - 40px);
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .assetez-contact-demo-copy {
        text-align: center;
    }

    .assetez-contact-demo-copy h2 {
        font-size: 30px;
    }

    .assetez-contact-demo-form {
        max-width: 600px;
        margin: 0 auto;
    }

    .assetez-contact-demo-bg {
        display: none;
    }
}

/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 767px) {

    .assetez-contact-demo {
        padding: 60px 0;
    }

    .assetez-contact-demo-container {
        max-width: calc(100% - 30px);
        gap: 30px;
    }

    .assetez-contact-demo-copy h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .assetez-contact-demo-form {
        padding: 22px 18px;
    }

    .assetez-contact-demo-form h3 {
        font-size: 20px;
    }

    .assetez-contact-demo-form input,
    .assetez-contact-demo-form textarea {
        font-size: 14px;
    }

    .assetez-contact-demo-form button {
        width: 100%;
    }
}

/* ==========================================================================
   SMALL MOBILE
   ========================================================================== */

@media (max-width: 575px) {

    .assetez-contact-demo-copy h2 {
        font-size: 22px;
    }

    .assetez-contact-demo-form {
        padding: 20px 15px;
    }

    .assetez-contact-demo-form h3 {
        font-size: 18px;
    }
}


/* ==========================================================================
   END ASSETEZ CONTACT DEMO SECTION
   ========================================================================== */


.assetez-blogs {
    padding: 98px 0 132px;
    background: #ffffff;
}

.assetez-blogs-container {
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
}

.assetez-blogs h2 {
    margin: 0 0 54px;
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.assetez-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px;
}

.assetez-blog-card {
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.assetez-blog-image {
    position: relative;
    overflow: hidden;
    height: 194px;
}

.assetez-blog-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 86%);
    pointer-events: none;
}

.assetez-blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.assetez-blog-card-body {
    padding: 18px 28px 22px;
}

.assetez-blog-card-body span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 22px;
    padding: 0 18px;
    border-radius: 999px;
    background: #f0f5f9;
    color: #00517d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.assetez-blog-card-body h3 {
    min-height: 92px;
    margin: 0 10px 18px;
    color: #000000;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.28;
}

.assetez-blog-card-body p {
    margin: 0 10px;
    color: #8a8d93;
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 1366px) {
    .assetez-blogs-container {
        width: min(100% - 48px, 1140px);
    }

    .assetez-blog-card-body h3 {
        font-size: 22px;
    }
}

@media (max-width: 1100px) {
    .assetez-blog-grid {
        grid-template-columns: 1fr;
    }

    .assetez-blog-card {
        max-width: 560px;
    }
}

@media (max-width: 767px) {
    .assetez-blogs {
        padding: 64px 0 76px;
    }

    .assetez-blogs-container {
        width: min(100% - 30px, 1280px);
    }

    .assetez-blogs h2 {
        font-size: 32px;
    }

    .assetez-blog-card-body h3 {
        min-height: auto;
        font-size: 22px;
    }
}

/* =========================================================
   ASSETEZ PAGE END
========================================================= */

/* =========================================================
   INDUSTRIES Page- FINAL FULL VERSION css
========================================================= */

.industries-section {
    position: relative;
    padding: 78px 45px 46px;
    background: #b8ccd8;
    border-radius: 30px;
    overflow: visible;
    max-width: 1280px;
    margin: 180px auto;
    z-index: 2;
    box-shadow: inset -24px -24px 64px #b9ccd8;
}

/* TOP RIGHT L SHAPE */
.industries-corner-shape {
    position: absolute;
    top: -15px;
    right: 46px;
    width: 58px;
    height: 58px;
    background: #4d6474;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 52% 100%, 52% 48%, 0 48%);
    z-index: 2;
    filter: drop-shadow(0 8px 15px rgba(208, 237, 247, 0.9));
}

/* HEADER */
.industries-header {
    text-align: center;
    margin-bottom: 34px;
}

.industries-title {
    font-size: 36px;
    font-weight: 800;
    color: #11181c;
    margin-bottom: 12px;
}

.industries-desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #161616;
    margin: 0;
}

/* GRID CONTAINER */
.industries-grid-box {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    padding: 2px;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #eef1f4;
    gap: 1px;
}

/* CARD MODULE */
.industries-card {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 16px 0px 16px;
    transition: all 0.3s ease;
}

/* IMAGE BOUNDS */
.industries-image {
    width: 100%;
    height: 342px;
    overflow: hidden;
    border-radius: 12px;
    transition: height 0.5s ease;
}

.industries-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* CONTENT AREA */
.industries-content {
    width: 100%;
    padding: 18px 0px 10px 0px;
    position: relative;
}

/* STATIC INFO */
.industries-static-info h3 {
    font-size: 36px;
    font-weight: 600;
    color: #001d30;
    margin-bottom: 10px;
}

.industries-line {
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 30px;
    height: 2px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
    border-radius: 50px;
}

/* HOVER BOX */
.industries-hover-box {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.industries-hover-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0d2a3f;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 12px;
}

.industries-hover-box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
    border-radius: 50px;
}

.industries-hover-text {
    font-size: 16px;
    line-height: 24px;
    color: #1a202c;
}



/* HOVER (DESKTOP) */
@media (min-width: 768px) {
    .industries-card:hover .industries-hover-box {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .industries-card:hover .industries-image {
        height: 230px;
    }
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .industries-section {
        padding: 60px 24px;
    }
}

@media (max-width: 991px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }

    .industries-image {
        height: 280px;
    }

    .industries-hover-box {
        position: absolute;
        bottom: -100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
        background: #ffffff;
        z-index: 3;
    }

    .industries-card:hover .industries-hover-box {
        position: relative;
        bottom: auto;
        opacity: 1;
        visibility: visible;
        margin-top: 15px;
        padding: 15px;
        box-shadow: none;
        background: #f9f9f9;
        border-radius: 12px;
    }

    .industries-card:hover .industries-image {
        height: 200px;
    }
}

.industries-content {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -8px;
    padding: 22px 16px 10px;
    position: relative;
    background: #fff;
}

.industries-content:hover {
    border-top: 1px solid #e5e7eb;
}

/* =========================================================
   MIHIR SAXENA PAGE START
========================================================= */

.integritty-management-team-container {
    width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .integritty-management-team-container {
        width: min(100% - 48px, 1140px);
    }
}

@media (max-width: 575px) {
    .integritty-management-team-container {
        width: min(100% - 30px, 1280px);
    }
}

.integritty-management-team-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    padding: 122px 0 76px;
    background: #f3f7fa;
}

.integritty-management-team-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    pointer-events: none;
}

.integritty-management-team-hero-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr);
    align-items: center;
    gap: 68px;
    min-height: 522px;
}

.integritty-management-team-hero-copy h1 {
    max-width: 650px;
    margin: 0 0 30px;
    color: #1A202C;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
}

.integritty-management-team-hero-copy p {
    max-width: 720px;
    margin: 0;
    color: #1A202C;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.integritty-management-team-hero-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 520px;
}

.integritty-management-team-hero-visual img {
    display: block;
    width: min(100%, 720px);
    height: auto;
}

@media (max-width: 1366px) {
    .integritty-management-team-hero-container {
        gap: 48px;
    }

    .integritty-management-team-hero-copy h1 {
        font-size: 54px;
    }

    .integritty-management-team-hero-copy p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .integritty-management-team-hero {
        min-height: auto;
        padding: 86px 0 64px;
    }

    .integritty-management-team-hero-container {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .integritty-management-team-hero-copy h1 {
        max-width: 760px;
        font-size: 46px;
    }

    .integritty-management-team-hero-visual {
        min-height: 0;
        justify-content: flex-start;
    }

    .integritty-management-team-hero-visual img {
        width: min(100%, 560px);
    }
}

@media (max-width: 575px) {
    .integritty-management-team-hero {
        padding: 58px 0 46px;
    }

    .integritty-management-team-hero-copy h1 {
        margin-bottom: 22px;
        margin-top: 35px;
        font-size: 36px;
    }

    .integritty-management-team-hero-copy p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.integritty-management-team-story-intro {
    padding: 112px 0 100px;
    background: #F3F7FA;
    color: #161616;
}

.integritty-management-team-story-intro p {
    max-width: 1230px;
    margin: 0;
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.68;
}

.integritty-management-team-story-intro h2 {
    margin: 24px 0 24px;
    color: #161616;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
}

@media (max-width: 1366px) {
    .integritty-management-team-story-intro {
        padding: 96px 0 86px;
    }

    .integritty-management-team-story-intro h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .integritty-management-team-story-intro {
        padding: 64px 0;
    }

    .integritty-management-team-story-intro h2 {
        margin: 28px 0 20px;
        font-size: 32px;
    }
}

.integritty-management-team-impact-quote {
    padding: 86px 0;
    background: #001D30;
}

.integritty-management-team-impact-quote-card {
    position: relative;

    padding: 40px 110px 40px 50px;
}

.integritty-management-team-impact-quote-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 95px;
    height: 230px;
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(255, 255, 255, 0.82);
    border-top-right-radius: 28px;
    pointer-events: none;
}

.integritty-management-team-impact-quote-card::after {
    content: "";
    position: absolute;
    right: 96px;
    bottom: 0;
    left: 0;
    height: 170px;
    border-left: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom-left-radius: 28px;
    pointer-events: none;
}

.integritty-management-team-impact-quote-card blockquote {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.36;
}

.integritty-management-team-impact-quote-inline-icon {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 2px;
    vertical-align: 0.32em;
}

.integritty-management-team-impact-quote-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 55px;
    height: auto;
    pointer-events: none;
}

.integritty-management-team-impact-quote-icon-left {
    left: -16px;
    top: -6px;
}

.integritty-management-team-impact-quote-icon-right {
    right: -8px;
    bottom: -5px;
}

@media (max-width: 1366px) {
    .integritty-management-team-impact-quote {
        padding: 76px 0;
    }

    .integritty-management-team-impact-quote-card blockquote {
        max-width: 980px;
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .integritty-management-team-impact-quote-card {
        padding: 58px 48px;
    }

    .integritty-management-team-impact-quote-card::before {
        left: 72px;
        height: 200px;
    }

    .integritty-management-team-impact-quote-card::after {
        right: 72px;
        height: 200px;
    }

    .integritty-management-team-impact-quote-card blockquote {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .integritty-management-team-impact-quote {
        padding: 56px 0;
    }

    .integritty-management-team-impact-quote-card {
        min-height: 0;
        padding: 48px 24px;
    }

    .integritty-management-team-impact-quote-card::before {
        left: 48px;
        height: 160px;
    }

    .integritty-management-team-impact-quote-card::after {
        right: 48px;
        height: 160px;
    }

    .integritty-management-team-impact-quote-card blockquote {
        font-size: 24px;
    }

    .integritty-management-team-impact-quote-icon {
        width: 38px;
    }

    .integritty-management-team-impact-quote-icon-left {
        left: -4px;
    }

    .integritty-management-team-impact-quote-icon-right {
        right: -4px;
    }
}

.integritty-management-team-closing-story {
    padding: 76px 0 92px;
    background: #F3F7FA;
    color: #161616;
}

.integritty-management-team-closing-story p {
    max-width: 1210px;
    margin: 0 0 24px;
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.68;
}

.integritty-management-team-closing-story p:last-child {
    margin-bottom: 0;
}

.integritty-management-team-closing-story strong {
    font-weight: 800;
}

.integritty-management-team-closing-story h2 {
    margin: 30px 0 22px;
    color: #161616;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
}

.integritty-management-team-closing-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 34px 0 28px;
}

.integritty-management-team-closing-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 367 / 217;
    border-radius: 14px;
    object-fit: cover;
}

@media (max-width: 1366px) {
    .integritty-management-team-closing-story {
        padding: 68px 0 84px;
    }

    .integritty-management-team-closing-gallery {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .integritty-management-team-closing-story h2 {
        font-size: 32px;
    }

    .integritty-management-team-closing-gallery {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    .integritty-management-team-closing-story {
        padding: 54px 0 64px;
    }

    .integritty-management-team-closing-story h2 {
        font-size: 28px;
    }
}

/* =========================================================
   MIHIR SAXENA PAGE END
========================================================= */
/* =========================================================
   ANJALI BADAM QUOTE SECTION START
========================================================= */

.integritty-management-team-quote {
    padding: 62px 0 68px;
    background: #001D30;
    font-family: "Poppins", sans-serif;
}

.integritty-management-team-quote h2 {
    margin: 0 0 72px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
}

.integritty-management-team-quote-card {
    position: relative;
    padding: 54px 110px 64px 78px;
}

.integritty-management-team-quote-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 74px;
    height: 206px;
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(255, 255, 255, 0.82);
    border-top-right-radius: 24px;
    pointer-events: none;
}

.integritty-management-team-quote-card::after {
    content: "";
    position: absolute;
    right: 76px;
    bottom: 0;
    left: 0;
    height: 180px;
    border-left: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom-left-radius: 24px;
    pointer-events: none;
}

.integritty-management-team-quote-card blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.32;
}

.integritty-management-team-quote-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 52px;
    height: auto;
    pointer-events: none;
}

.integritty-management-team-quote-icon-left {
    left: -18px;
    top: -8px;
}

.integritty-management-team-quote-icon-right {
    right: -10px;
    bottom: -8px;
}

@media (max-width: 1366px) {
    .integritty-management-team-quote-card blockquote {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .integritty-management-team-quote h2 {
        margin-bottom: 48px;
        font-size: 28px;
    }

    .integritty-management-team-quote-card {
        padding: 48px 56px 56px;
    }

    .integritty-management-team-quote-card blockquote {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .integritty-management-team-quote {
        padding: 50px 0 56px;
    }

    .integritty-management-team-quote h2 {
        font-size: 24px;
    }

    .integritty-management-team-quote-card {
        padding: 42px 24px 48px;
    }

    .integritty-management-team-quote-card::before {
        left: 44px;
        height: 160px;
    }

    .integritty-management-team-quote-card::after {
        right: 44px;
        height: 160px;
    }

    .integritty-management-team-quote-card blockquote {
        font-size: 22px;
    }

    .integritty-management-team-quote-icon {
        width: 36px;
    }
}

/* =========================================================
   ANJALI BADAM QUOTE SECTION END
   ========================================================= */

/* =========================================================
   DIPIKA PATIL PAGE START
========================================================= */
.dipika-patil-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    padding: 122px 0 76px;
    background: #f3f7fa;
}

.dipika-patil-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    pointer-events: none;
}

.dipika-patil-hero-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.52fr) minmax(420px, 0.48fr);
    align-items: center;
    gap: 68px;
    min-height: 522px;
}

.dipika-patil-hero-copy h1 {
    max-width: 650px;
    margin: 0 0 30px;
    color: #1A202C;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0;
}

.dipika-patil-hero-copy p {
    max-width: 720px;
    margin: 0;
    color: #1A202C;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.dipika-patil-hero-visual {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 520px;
}

.dipika-patil-hero-visual img {
    display: block;
    width: min(100%, 720px);
    height: auto;
}

@media (max-width: 1366px) {
    .dipika-patil-hero-container {
        gap: 48px;
    }

    .dipika-patil-hero-copy h1 {
        font-size: 54px;
    }

    .dipika-patil-hero-copy p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .dipika-patil-hero {
        min-height: auto;
        padding: 86px 0 64px;
    }

    .dipika-patil-hero-container {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .dipika-patil-hero-copy h1 {
        max-width: 760px;
        font-size: 46px;
    }

    .dipika-patil-hero-visual {
        min-height: 0;
        justify-content: flex-start;
    }

    .dipika-patil-hero-visual img {
        width: min(100%, 560px);
    }
}

@media (max-width: 575px) {
    .dipika-patil-hero {
        padding: 58px 0 46px;
    }

    .dipika-patil-hero-copy h1 {
        margin-bottom: 22px;
        margin-top: 35px;
        font-size: 36px;
    }

    .dipika-patil-hero-copy p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.dipika-patil-story-intro {
    padding: 112px 0 100px;
    background: #F3F7FA;
    color: #161616;
}

.dipika-patil-story-intro p {
    max-width: 1230px;
    margin: 0;
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.68;
}

.dipika-patil-story-intro h2 {
    margin: 24px 0 24px;
    color: #161616;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
}

@media (max-width: 1366px) {
    .dipika-patil-story-intro {
        padding: 96px 0 86px;
    }

    .dipika-patil-story-intro h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .dipika-patil-story-intro {
        padding: 64px 0;
    }

    .dipika-patil-story-intro h2 {
        margin: 28px 0 20px;
        font-size: 32px;
    }
}

.dipika-patil-impact-quote {
    padding: 86px 0;
    background: #001D30;
}

.dipika-patil-impact-quote-card {
    position: relative;

    padding: 40px 110px 40px 50px;
}

.dipika-patil-impact-quote-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 95px;
    height: 230px;
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(255, 255, 255, 0.82);
    border-top-right-radius: 28px;
    pointer-events: none;
}

.dipika-patil-impact-quote-card::after {
    content: "";
    position: absolute;
    right: 96px;
    bottom: 0;
    left: 0;
    height: 170px;
    border-left: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom-left-radius: 28px;
    pointer-events: none;
}

.dipika-patil-impact-quote-card blockquote {
    position: relative;
    z-index: 1;
    max-width: 1040px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.36;
}

.dipika-patil-impact-quote-inline-icon {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 2px;
    vertical-align: 0.32em;
}

.dipika-patil-impact-quote-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 55px;
    height: auto;
    pointer-events: none;
}

.dipika-patil-impact-quote-icon-left {
    left: -16px;
    top: -6px;
}

.dipika-patil-impact-quote-icon-right {
    right: -8px;
    bottom: -5px;
}

@media (max-width: 1366px) {
    .dipika-patil-impact-quote {
        padding: 76px 0;
    }

    .dipika-patil-impact-quote-card blockquote {
        max-width: 980px;
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .dipika-patil-impact-quote-card {
        padding: 58px 48px;
    }

    .dipika-patil-impact-quote-card::before {
        left: 72px;
        height: 200px;
    }

    .dipika-patil-impact-quote-card::after {
        right: 72px;
        height: 200px;
    }

    .dipika-patil-impact-quote-card blockquote {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .dipika-patil-impact-quote {
        padding: 56px 0;
    }

    .dipika-patil-impact-quote-card {
        min-height: 0;
        padding: 48px 24px;
    }

    .dipika-patil-impact-quote-card::before {
        left: 48px;
        height: 160px;
    }

    .dipika-patil-impact-quote-card::after {
        right: 48px;
        height: 160px;
    }

    .dipika-patil-impact-quote-card blockquote {
        font-size: 24px;
    }

    .dipika-patil-impact-quote-icon {
        width: 38px;
    }

    .dipika-patil-impact-quote-icon-left {
        left: -4px;
    }

    .dipika-patil-impact-quote-icon-right {
        right: -4px;
    }
}

.dipika-patil-closing-story {
    padding: 76px 0 92px;
    background: #F3F7FA;
    color: #161616;
}

.dipika-patil-closing-story p {
    max-width: 1210px;
    margin: 0 0 24px;
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.68;
}

.dipika-patil-closing-story p:last-child {
    margin-bottom: 0;
}

.dipika-patil-closing-story strong {
    font-weight: 800;
}

.dipika-patil-closing-story h2 {
    margin: 30px 0 22px;
    color: #161616;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
}

.dipika-patil-closing-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 34px 0 28px;
}

.dipika-patil-closing-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 367 / 217;
    border-radius: 14px;
    object-fit: cover;
}

@media (max-width: 1366px) {
    .dipika-patil-closing-story {
        padding: 68px 0 84px;
    }

    .dipika-patil-closing-gallery {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .dipika-patil-closing-story h2 {
        font-size: 32px;
    }

    .dipika-patil-closing-gallery {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

@media (max-width: 575px) {
    .dipika-patil-closing-story {
        padding: 54px 0 64px;
    }

    .dipika-patil-closing-story h2 {
        font-size: 28px;
    }
}

/* =========================================================
   MIHIR SAXENA PAGE END
========================================================= */
/* =========================================================
   ANJALI BADAM QUOTE SECTION START
========================================================= */

.dipika-patil-quote {
    padding: 62px 0 68px;
    background: #001D30;
    font-family: "Poppins", sans-serif;
}

.dipika-patil-quote h2 {
    margin: 0 0 72px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
}

.dipika-patil-quote-card {
    position: relative;
    padding: 54px 110px 64px 78px;
}

.dipika-patil-quote-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 74px;
    height: 206px;
    border-top: 1px solid rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(255, 255, 255, 0.82);
    border-top-right-radius: 24px;
    pointer-events: none;
}

.dipika-patil-quote-card::after {
    content: "";
    position: absolute;
    right: 76px;
    bottom: 0;
    left: 0;
    height: 180px;
    border-left: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.82);
    border-bottom-left-radius: 24px;
    pointer-events: none;
}

.dipika-patil-quote-card blockquote {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.32;
}

.dipika-patil-quote-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 52px;
    height: auto;
    pointer-events: none;
}

.dipika-patil-quote-icon-left {
    left: -18px;
    top: -8px;
}

.dipika-patil-quote-icon-right {
    right: -10px;
    bottom: -8px;
}

@media (max-width: 1366px) {
    .dipika-patil-quote-card blockquote {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .dipika-patil-quote h2 {
        margin-bottom: 48px;
        font-size: 28px;
    }

    .dipika-patil-quote-card {
        padding: 48px 56px 56px;
    }

    .dipika-patil-quote-card blockquote {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .dipika-patil-quote {
        padding: 50px 0 56px;
    }

    .dipika-patil-quote h2 {
        font-size: 24px;
    }

    .dipika-patil-quote-card {
        padding: 42px 24px 48px;
    }

    .dipika-patil-quote-card::before {
        left: 44px;
        height: 160px;
    }

    .dipika-patil-quote-card::after {
        right: 44px;
        height: 160px;
    }

    .dipika-patil-quote-card blockquote {
        font-size: 22px;
    }

    .dipika-patil-quote-icon {
        width: 36px;
    }
}

/* =========================================================
   ANJALI BADAM QUOTE SECTION END

/* =========================================================
   DIPIKA PATIL PAGE END
========================================================= */

.dipika-patil-container {
    width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .dipika-patil-container {
        width: min(100% - 48px, 1140px);
    }
}

@media (max-width: 575px) {
    .dipika-patil-container {
        width: min(100% - 30px, 1280px);
    }
}

.dipika-patil-closing-gallery {
    align-items: start;
}

.dipika-patil-closing-gallery img:first-child {
    aspect-ratio: auto;
}

/*  =========================================================
   SAP SUCCESSFACTORS ARCHITECT PAGE START
========================================================= */

.integritty-sap-architect-showcase-section {
    background: #ffffff;
    padding: 86px 0 150px;
    color: #1c1f24;
    margin-top: 75px;
}

.integritty-sap-architect-showcase-container {
    width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 600px 485px;
    gap: 58px;
    align-items: start;
}

@media (max-width: 1366px) {
    .integritty-sap-architect-showcase-container {
        width: 1140px;
    }
}

.integritty-sap-architect-showcase-content,
.integritty-sap-architect-showcase-form-card {
    font-family: "Poppins", sans-serif;
}

.integritty-sap-architect-showcase-content h1 {
    margin: 0 0 22px;
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.16;
}

.integritty-sap-architect-showcase-content h2 {
    margin: 24px 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.integritty-sap-architect-showcase-content p,
.integritty-sap-architect-showcase-content li {
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.68;
}

.integritty-sap-architect-showcase-content p {
    margin: 0 0 18px;
}

.integritty-sap-architect-showcase-content strong {
    font-weight: 700;
    font-size: 15px;
    color: #161616;
}

.integritty-sap-architect-showcase-content ul {
    margin: 0 0 22px;
    padding-left: 22px;
    list-style: disc;
}

.integritty-sap-architect-showcase-content li {
    display: list-item;
    list-style: disc;
    padding-left: 4px;
}

.integritty-sap-architect-showcase-content>ul>li {
    margin-bottom: 2px;
}

.integritty-sap-architect-showcase-content ul ul {
    margin: 2px 0 0;
    padding-left: 24px;
    list-style: disc;
}

.integritty-sap-architect-showcase-form-card {
    background: #F3F7FA;
    border-radius: 16px;
    padding: 35px;
}

.integritty-sap-architect-showcase-form-card h2 {
    margin: 0 0 30px;
    color: #11181c;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.18;
}

.integritty-sap-architect-showcase-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.integritty-sap-architect-showcase-form label {
    margin: 0 0 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.integritty-sap-architect-showcase-form input[type="text"],
.integritty-sap-architect-showcase-form input[type="email"],
.integritty-sap-architect-showcase-form input[type="tel"],
.integritty-sap-architect-showcase-form textarea {
    width: 265px;
    border: 1px solid #d8e0e6;
    background: transparent;
    color: #202020;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    outline: none;
}

.integritty-sap-architect-showcase-form input[type="text"],
.integritty-sap-architect-showcase-form input[type="email"],
.integritty-sap-architect-showcase-form input[type="tel"] {
    height: 40px;
    margin: 0 0 20px;
    padding: 5px 15px;
    width: 200px;
}

.integritty-sap-architect-showcase-form textarea {
    height: 146px;
    margin: 0 0 42px;
    padding: 10px;
    resize: vertical;
    width: 200px;
}

.integritty-sap-architect-showcase-file {
    margin: 0 0 4px;
    color: #161616;
    font-size: 15px;
}

.integritty-sap-architect-showcase-file-note {
    margin: 0 0 36px;
    color: #161616;
    font-size: 11.25px;
    line-height: 1.4;
}

.integritty-sap-architect-showcase-consent {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
    width: 435px;
    margin: 0 0 26px !important;
}

.integritty-sap-architect-showcase-consent input {
    width: 14px;
    height: 14px;
    margin: 4px 0 0;
}

.integritty-sap-architect-showcase-consent span {
    color: #161616;
    font-size: 15px;
    line-height: 1.55;
}

.integritty-sap-architect-showcase-form button {
    width: 123px;
    height: 44px;
    border: 0;
    border-radius: 3px;
    background: #18c4d6;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;

    cursor: pointer;
}

@media (max-width: 1199px) {
    .integritty-sap-architect-showcase-container {
        grid-template-columns: 676px 430px;
        gap: 34px;
    }

    .integritty-sap-architect-showcase-form-card {
        padding: 38px 32px 58px;
    }

    .integritty-sap-architect-showcase-form-card h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .integritty-sap-architect-showcase-section {
        padding: 64px 0 90px;
    }

    .integritty-sap-architect-showcase-container {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .integritty-sap-architect-showcase-form-card {
        width: 632px;
    }
}

@media (max-width: 575px) {
    .integritty-sap-architect-showcase-container {
        width: 100%;
        padding: 0px 20px 0px 20px;
    }

    .integritty-sap-architect-showcase-content h1 {
        font-size: 32px;
    }

    .integritty-sap-architect-showcase-content p,
    .integritty-sap-architect-showcase-content li {
        font-size: 16px;
    }

    .integritty-sap-architect-showcase-form-card {
        width: 100%;
        border-radius: 14px;
        padding: 30px 22px 42px;
    }

    .integritty-sap-architect-showcase-consent {
        width: 100%;
    }

    .integritty-sap-architect-showcase-form-card h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .integritty-sap-architect-showcase-form input[type="text"],
    .integritty-sap-architect-showcase-form input[type="email"],
    .integritty-sap-architect-showcase-form input[type="tel"],
    .integritty-sap-architect-showcase-form textarea {
        width: 100%;
    }
}

/* =========================================================
   SAP SUCCESSFACTORS ARCHITECT PAGE END
========================================================= */

/* =========================================================
   SAP SUCCESSFACTORS CLASSIC DEPLOYMENT PAGE START
========================================================= */

.sap-successfactors-classic-hero {
    background: #eef4f7 url("../images/sap-successfactors-classic-deployment/Group-1000004923-1.svg") center / cover no-repeat;
    /* padding: 110px  0 96px; */
    font-family: "Poppins", sans-serif;
    color: #11181c;
}

.sap-successfactors-classic-container {
    width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 700px 560px;
    gap: 135px;
    align-items: center;
    margin-top: 85px;
}

.sap-successfactors-classic-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: #11181c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.sap-successfactors-classic-breadcrumb strong {
    color: #18c4d6;
    font-weight: 700;
}

.sap-successfactors-classic-copy h1 {
    margin: 0 0 30px;
    color: #11181c;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.18;
}

.sap-successfactors-classic-copy p {
    width: 632px;
    margin: 0 0 48px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.sap-successfactors-classic-accent {
    display: block;
    width: 72px;
    height: 2px;
    background: url("../images/sap-successfactors-classic-deployment/Rectangle-4506-1.png") center / contain no-repeat;
}

.sap-successfactors-classic-visual {
    width: 550px;
    padding-top: 75px;
}

.sap-successfactors-classic-visual img {
    display: block;
    width: 80%;
}

@media (max-width: 1366px) {
    .sap-successfactors-classic-container {
        width: 1140px;
        grid-template-columns: 552px 528px;
    }

    .sap-successfactors-classic-copy h1 {
        font-size: 48px;
    }

    .sap-successfactors-classic-copy p {
        width: 552px;
        font-size: 18px;
    }

    .sap-successfactors-classic-visual {
        max-width: 455px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-classic-container {
        width: 960px;
        grid-template-columns: 1fr 1fr;
        gap: 34px;
    }

    .sap-successfactors-classic-copy p,
    .sap-successfactors-classic-visual {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-classic-hero {
        padding: 120px 0 72px;
    }

    .sap-successfactors-classic-container {
        width: 720px;
        grid-template-columns: 1fr;
    }

    .sap-successfactors-classic-copy h1 {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-classic-container {
        width: 540px;
    }

    .sap-successfactors-classic-breadcrumb {
        flex-wrap: wrap;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-classic-hero {
        padding: 96px 16px 56px;
    }

    .sap-successfactors-classic-container {
        width: 100%;
    }

    .sap-successfactors-classic-copy h1 {
        font-size: 34px;
    }

    .sap-successfactors-classic-copy p {
        font-size: 16px;
    }
}

.sap-successfactors-classic-steps {
    background: #F3F7FA;
    padding: 110px 0 102px;
    font-family: "Poppins", sans-serif;
    color: #11181c;
}

.sap-successfactors-classic-steps-container {
    width: 1280px;
    margin: 0 auto;
}

.sap-successfactors-classic-steps h2 {
    margin: 0 0 42px;
    color: #11181c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.sap-successfactors-classic-step-row {
    display: grid;
    grid-template-columns: 384px 922px;

    margin-bottom: 20px;
}

.sap-successfactors-classic-step-row:last-child {
    margin-bottom: 0;
}

.sap-successfactors-classic-step-icon-card,
.sap-successfactors-classic-step-content-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 8px 16px rgba(17, 24, 28, 0.08);
}

.sap-successfactors-classic-step-icon-card {
    height: 254px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 50px 20px 20px 20px;
    width: 336px;
}

.sap-successfactors-classic-step-icon-card img {
    width: 278px;
    display: block;
}

.sap-successfactors-classic-step-content-card {
    min-height: 205px;
    position: relative;

    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 40px 30px 40px 30px;
}

.sap-successfactors-classic-step-number {
    position: absolute;
    top: 0;
    right: 46px;
    width: 70px;
}

.sap-successfactors-classic-step-content-card h3 {
    margin: 0 0 22px;
    color: #11181c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.sap-successfactors-classic-step-content-card ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.sap-successfactors-classic-step-content-card li {
    color: #11181c;
    display: list-item;
    list-style: disc;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

@media (max-width: 1366px) {
    .sap-successfactors-classic-steps-container {
        width: 1140px;
    }

    .sap-successfactors-classic-step-row {
        grid-template-columns: 320px 796px;
    }

    .sap-successfactors-classic-step-content-card li {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-classic-steps-container {
        width: 960px;
    }

    .sap-successfactors-classic-step-row {
        grid-template-columns: 300px 636px;
    }

    .sap-successfactors-classic-step-icon-card img {
        width: 240px;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-classic-steps-container {
        width: 720px;
    }

    .sap-successfactors-classic-step-row {
        grid-template-columns: 1fr;
    }

    .sap-successfactors-classic-step-content-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-classic-steps-container {
        width: 540px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-classic-steps {
        padding: 64px 16px 72px;
    }

    .sap-successfactors-classic-steps-container {
        width: 100%;
    }

    .sap-successfactors-classic-steps h2,
    .sap-successfactors-classic-step-content-card h3 {
        font-size: 24px;
    }

    .sap-successfactors-classic-step-content-card {
        padding: 42px 24px 28px;
    }

    .sap-successfactors-classic-step-number {
        right: 22px;
        width: 62px;
    }

    .sap-successfactors-classic-step-content-card li {
        font-size: 15px;
    }
}

.sap-successfactors-classic-cases {
    background: #ffffff;
    padding: 86px 0 112px;
    font-family: "Poppins", sans-serif;
    color: #11181c;
}

.sap-successfactors-classic-cases-container {
    width: 1280px;
    margin: 0 auto;
}

.sap-successfactors-classic-cases h2 {
    margin: 0 0 48px;
    color: #11181c;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}

.sap-successfactors-classic-case-row {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    gap: 25px;
}

.sap-successfactors-classic-case-card {
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
    min-height: 457px;
    display: flex;
    flex-direction: column;
}

.sap-successfactors-classic-case-image {
    position: relative;
    height: 194px;
    overflow: hidden;
}

.sap-successfactors-classic-case-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 86%);
    pointer-events: none;
}

.sap-successfactors-classic-case-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sap-successfactors-classic-case-content {
    flex: 1;
    padding: 18px 28px 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sap-successfactors-classic-case-content span {
    display: inline-flex;
    align-items: center;

    margin-bottom: 22px;
    padding: .6em 1.2em;
    border-radius: 999px;
    background: #f0f5f9;
    color: #00517d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.sap-successfactors-classic-case-content h3 {
    min-height: 128px;
    margin: 0 0 0 10px;
    color: #11181c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.28;
}

.sap-successfactors-classic-case-content p {
    margin: auto 0 18px 10px;
    color: #939393;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 1366px) {
    .sap-successfactors-classic-cases-container {
        width: 1140px;
    }

    .sap-successfactors-classic-case-row {
        grid-template-columns: 357px 357px 357px;
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-classic-cases-container {
        width: 960px;
    }

    .sap-successfactors-classic-case-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-classic-cases-container {
        width: 720px;
    }

    .sap-successfactors-classic-case-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-classic-cases {
        padding: 64px 0 76px;
    }

    .sap-successfactors-classic-cases-container {
        width: 540px;
    }

    .sap-successfactors-classic-cases h2 {
        font-size: 32px;
    }

    .sap-successfactors-classic-case-content h3 {
        min-height: auto;
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-classic-cases {
        padding: 64px 15px 76px;
    }

    .sap-successfactors-classic-cases-container {
        width: 100%;
    }
}

/* =========================================================
   SAP SUCCESSFACTORS CLASSIC DEPLOYMENT PAGE END
========================================================= */

/* =========================================================
   SAP SUCCESSFACTORS RAPID DEPLOYMENT BLITZ PAGE START
========================================================= */

.sap-successfactors-rapid-hero {
    position: relative;
    overflow: hidden;
    background: #f3f7fa;
    font-family: "Poppins", sans-serif;
    color: #11181c;
}

.sap-successfactors-rapid-hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.sap-successfactors-rapid-container {
    position: relative;
    z-index: 1;
    width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 596px 560px;
    gap: 135px;
    align-items: center;
    min-height: 690px;
    padding-top: 85px;
}

.sap-successfactors-rapid-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    color: #11181c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.sap-successfactors-rapid-breadcrumb strong {
    color: #18c4d6;
    font-weight: 700;
}

.sap-successfactors-rapid-copy h1 {
    margin: 0 0 30px;
    color: #11181c;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.18;
}

.sap-successfactors-rapid-copy p {
    width: 632px;
    margin: 0 0 48px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.sap-successfactors-rapid-accent {
    display: block;
    width: 72px;
    height: 2px;
    object-fit: contain;
}

.sap-successfactors-rapid-visual {
    width: 542px;
    padding-top: 50px;
}

.sap-successfactors-rapid-visual img {
    display: block;
    width: 100%;
    border-radius: 22px;
}

.sap-successfactors-rapid-pillars {
    overflow: hidden;
    padding: 58px 24px 108px;
    background: #f3f7fa;
    color: #050505;
    font-family: "Poppins", sans-serif;
}

.sap-successfactors-rapid-pillars-container {
    width: 1280px;
    margin: 0 auto;
}

.sap-successfactors-rapid-pillars h2 {
    margin: 0 0 50px 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.sap-successfactors-rapid-pillars-stage {
    position: relative;
    display: grid;
    grid-template-columns: 466px 466px;
    justify-content: space-between;
    row-gap: 88px;
}

.sap-successfactors-rapid-pillar-card {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    width: 465px;
    height: 287px;
    padding: 35px;
    border-radius: 30px;
    box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.sap-successfactors-rapid-pillar-card>img {
    width: 72px;
    height: 72px;
    margin-right: 18px;
    flex: 0 0 72px;
}

.sap-successfactors-rapid-pillar-card h3 {
    margin: 1px 0 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: #11181c;
}

.sap-successfactors-rapid-pillar-card ul {
    margin: 0;
    padding-left: 24px;
    list-style: disc;
    font-size: 15px;
    color: #161616;
    font-weight: 400;
    line-height: 30px;
}

.sap-successfactors-rapid-pillar-card li {
    padding-left: 1px;
}

.sap-successfactors-rapid-pillar-card li::marker {
    color: #050505;
    font-size: 0.8em;
}

.sap-successfactors-rapid-plane {
    position: absolute;
    z-index: 3;
    top: 108px;
    left: 656px;
    width: 579px;
    max-width: none;
    transform: translateX(-50%);
    pointer-events: none;
    max-height: 227px;
}

.sap-successfactors-rapid-pillar-triage,
.sap-successfactors-rapid-pillar-zest {
    min-height: 344px;

    max-width: 465px;
    box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 75px 20px 20px;

}

.sap-successfactors-rapid-pillar-triage {
    transform: translateX(110px);

}

.sap-successfactors-rapid-pillar-zest {
    transform: translateX(-120px);

}

@media (max-width: 1440px) {
    .sap-successfactors-rapid-pillars-container {
        width: 1140px;
    }

    .sap-successfactors-rapid-pillars-stage {
        grid-template-columns: 440px 440px;
    }

    .sap-successfactors-rapid-pillar-triage {
        transform: translateX(80px);
    }

    .sap-successfactors-rapid-pillar-zest {
        transform: translateX(-80px);
    }

    .sap-successfactors-rapid-plane {
        width: 610px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-rapid-pillars-container {
        width: 960px;
    }

    .sap-successfactors-rapid-pillars-stage {
        grid-template-columns: 400px 400px;
    }

    .sap-successfactors-rapid-pillar-triage {
        transform: translateX(50px);
    }

    .sap-successfactors-rapid-pillar-zest {
        transform: translateX(-50px);
    }

    .sap-successfactors-rapid-plane {
        width: 530px;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-rapid-pillars {
        padding: 64px 24px 80px;
    }

    .sap-successfactors-rapid-pillars-container {
        width: 720px;
    }

    .sap-successfactors-rapid-pillars h2 {
        margin-left: 0;
        font-size: 24px;
    }

    .sap-successfactors-rapid-pillars-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .sap-successfactors-rapid-pillar-card,
    .sap-successfactors-rapid-pillar-triage,
    .sap-successfactors-rapid-pillar-zest {
        min-height: auto;
        margin: 0;
        padding: 30px 24px;
        transform: none;
    }

    .sap-successfactors-rapid-pillar-card>img {
        width: 60px;
        height: 60px;
        margin-right: 14px;
        flex-basis: 60px;
    }

    .sap-successfactors-rapid-pillar-card h3 {
        font-size: 22px;
    }

    .sap-successfactors-rapid-pillar-card ul {
        font-size: 16px;
        line-height: 1.65;
    }

    .sap-successfactors-rapid-plane {
        display: none;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-rapid-pillars {
        padding: 52px 16px 64px;
    }

    .sap-successfactors-rapid-pillars h2 {
        margin-bottom: 32px;
        font-size: 22px;
    }

    .sap-successfactors-rapid-pillars-container {
        width: 540px;
    }

    .sap-successfactors-rapid-pillars-stage {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-rapid-pillars-container {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sap-successfactors-rapid-pillar-card {
        display: block;
        border-radius: 22px;
    }

    .sap-successfactors-rapid-pillar-card>img {
        margin: 0 0 14px;
    }
}

@media (max-width: 1440px) {
    .sap-successfactors-rapid-container {
        width: 1140px;
        grid-template-columns: 552px 528px;
        gap: 60px;
    }

    .sap-successfactors-rapid-copy p {
        width: 552px;
    }

    .sap-successfactors-rapid-visual {
        width: 528px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-rapid-container {
        width: 960px;
        grid-template-columns: 1fr 1fr;
        gap: 34px;
    }

    .sap-successfactors-rapid-copy p,
    .sap-successfactors-rapid-visual {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-rapid-container {
        width: 720px;
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 120px 0 72px;
    }

    .sap-successfactors-rapid-copy h1 {
        font-size: 42px;
    }

    .sap-successfactors-rapid-visual {
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-rapid-container {
        width: 540px;
    }

    .sap-successfactors-rapid-breadcrumb {
        flex-wrap: wrap;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-rapid-hero {
        padding: 0 16px;
    }

    .sap-successfactors-rapid-container {
        width: 100%;
        padding: 125px 0 56px;
    }

    .sap-successfactors-rapid-copy h1 {
        font-size: 34px;
    }

    .sap-successfactors-rapid-copy p {
        font-size: 16px;
    }
}

.sap-successfactors-rapid-offerings {
    position: relative;
    overflow: hidden;
    padding: 64px 24px 105px;
    background: #f3f7fa;
    color: #11181c;
    font-family: "Poppins", sans-serif;
}

.sap-successfactors-rapid-offerings-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.sap-successfactors-rapid-offerings-container {
    position: relative;
    z-index: 1;
    width: 1280px;
    margin: 0 auto;
}

.sap-successfactors-rapid-offerings h2 {
    margin: 0 0 58px;
    text-align: center;
    font-size: 36px;
    color: #11181c;
    font-weight: 700;
    line-height: 1.3;
}

.sap-successfactors-rapid-offerings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.sap-successfactors-rapid-offerings-column {
    min-width: 0;
}

.sap-successfactors-rapid-offerings-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 34px;
    padding: 0 10px 34px;
    border-bottom: 1px dashed #aab2b7;
}

.sap-successfactors-rapid-offerings-item>img {
    width: 50px;
    height: 50px;
}

.sap-successfactors-rapid-offerings-item h3 {
    margin: 0 0 13px;
    font-size: 20px;
    color: #11181c;
    font-weight: 600;
    line-height: 1.35;
}

.sap-successfactors-rapid-offerings-item p,
.sap-successfactors-rapid-offerings-item ul {
    margin: 0;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.sap-successfactors-rapid-offerings-item p {
    margin-bottom: 12px;
}

.sap-successfactors-rapid-offerings-item ul {
    padding-left: 24px;
    list-style: disc;
}

.sap-successfactors-rapid-offerings-item li {
    padding-left: 1px;
}

@media (max-width: 1440px) {
    .sap-successfactors-rapid-offerings-container {
        width: 1140px;
    }

    .sap-successfactors-rapid-offerings-item p,
    .sap-successfactors-rapid-offerings-item ul {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-rapid-offerings-container {
        width: 960px;
    }

    .sap-successfactors-rapid-offerings-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 18px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .sap-successfactors-rapid-offerings-item>img {
        width: 42px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-rapid-offerings-container {
        width: 720px;
    }

    .sap-successfactors-rapid-offerings h2 {
        font-size: 32px;
    }

    .sap-successfactors-rapid-offerings-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-rapid-offerings {
        padding: 52px 16px 70px;
    }

    .sap-successfactors-rapid-offerings-container {
        width: 540px;
    }

    .sap-successfactors-rapid-offerings h2 {
        margin-bottom: 42px;
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-rapid-offerings-container {
        width: 100%;
    }

    .sap-successfactors-rapid-offerings-item {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 14px;
    }

    .sap-successfactors-rapid-offerings-item>img {
        width: 36px;
    }

    .sap-successfactors-rapid-offerings-item h3 {
        font-size: 20px;
    }

    .sap-successfactors-rapid-offerings-item p,
    .sap-successfactors-rapid-offerings-item ul {
        font-size: 15px;
    }
}

.sap-successfactors-rapid-case-studies {
    padding: 86px 24px 112px;
    background: #ffffff;
    color: #11181c;
    font-family: "Poppins", sans-serif;
}

.sap-successfactors-rapid-case-studies-container {
    width: 1280px;
    margin: 0 auto;
}

.sap-successfactors-rapid-case-studies h2 {
    margin: 0 0 48px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}

.sap-successfactors-rapid-case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.sap-successfactors-rapid-case-studies-card {
    display: flex;
    min-width: 0;
    min-height: 457px;
    overflow: hidden;
    flex-direction: column;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
}

.sap-successfactors-rapid-case-studies-image {
    position: relative;
    height: 194px;
    overflow: hidden;
}

.sap-successfactors-rapid-case-studies-image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 82px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 86%);
    pointer-events: none;
}

.sap-successfactors-rapid-case-studies-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sap-successfactors-rapid-case-studies-content {
    display: flex;
    flex: 1;
    padding: 18px 28px 0;
    flex-direction: column;
    align-items: flex-start;
}

.sap-successfactors-rapid-case-studies-content span {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 0.6em 1.2em;
    align-items: center;
    border-radius: 999px;
    background: #f0f5f9;
    color: #00517d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.sap-successfactors-rapid-case-studies-content h3 {
    min-height: 128px;
    margin: 0 30px 0 10px;
    color: #11181c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.28;
}

.sap-successfactors-rapid-case-studies-content p {
    margin: auto 0 18px 10px;
    color: #939393;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 1440px) {
    .sap-successfactors-rapid-case-studies-container {
        width: 1140px;
    }

    .sap-successfactors-rapid-case-studies-grid {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-rapid-case-studies-container {
        width: 960px;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-rapid-case-studies-container {
        width: 720px;
    }

    .sap-successfactors-rapid-case-studies-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-rapid-case-studies {
        padding: 64px 16px 76px;
    }

    .sap-successfactors-rapid-case-studies-container {
        width: 540px;
    }

    .sap-successfactors-rapid-case-studies h2 {
        font-size: 32px;
    }

    .sap-successfactors-rapid-case-studies-content h3 {
        min-height: auto;
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-rapid-case-studies-container {
        width: 100%;
    }
}

/* =========================================================
   SAP SUCCESSFACTORS RAPID DEPLOYMENT BLITZ PAGE END
========================================================= */
/* =========================================================
   SAP SUCCESSFACTORS SUPPORT PAGE START
========================================================= */

.sap-successfactors-support-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
}

@media (max-width: 1366px) {
    .sap-successfactors-support-container {
        max-width: 1140px;
    }
}

.sap-successfactors-support-hero {
    position: relative;
    min-height: 850px;
    padding: 155px 20px 92px;
    overflow: hidden;
    background: #eef4f8;
    color: #11181c;
    font-family: "Poppins", sans-serif;
}

.sap-successfactors-support-hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sap-successfactors-support-hero-background img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sap-successfactors-support-hero-container {
    display: grid;
    grid-template-columns: 650px 491px;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.sap-successfactors-support-hero-breadcrumb {
    display: flex;
    margin-bottom: 36px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: #161616;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.sap-successfactors-support-hero-breadcrumb i {
    color: #004774;
    font-size: 11px;
}

.sap-successfactors-support-hero-breadcrumb strong {
    color: #18c4d6;
    font-weight: 800;
}

.sap-successfactors-support-hero-content h1 {
    margin: 0 0 28px;
    color: #11181c;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.18;
}

.sap-successfactors-support-hero-content p {
    margin: 0 0 26px;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.sap-successfactors-support-hero-button {
    display: inline-flex;
    min-width: 153px;
    min-height: 49px;
    padding: 12px 28px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #18c4d6;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.sap-successfactors-support-hero-button:hover {
    background: #004774;
    color: #ffffff;
}

.sap-successfactors-support-hero-visual {
    width: 491px;
}

.sap-successfactors-support-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.sap-successfactors-support-hero-accent {
    position: absolute;
    bottom: 0;
    left: max(20px, calc((100% - 1280px) / 2));
    z-index: 1;
    display: block;
    width: 72px;
    height: 2px;
}

@media (max-width: 1440px) {
    .sap-successfactors-support-hero {
        min-height: 820px;
        padding-top: 140px;
    }

    .sap-successfactors-support-hero-container {
        grid-template-columns: 600px 491px;
        gap: 49px;
    }

}

@media (max-width: 1366px) {
    .sap-successfactors-support-hero-accent {
        left: max(20px, calc((100% - 1140px) / 2));
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-support-hero {
        min-height: auto;
        padding: 120px 20px 80px;
    }

    .sap-successfactors-support-hero-container {
        grid-template-columns: 1fr 0.86fr;
        gap: 36px;
    }

    .sap-successfactors-support-hero-content h1 {
        font-size: 52px;
        letter-spacing: 0;
    }

    .sap-successfactors-support-hero-visual {
        width: 100%;
    }

}

@media (max-width: 991px) {
    .sap-successfactors-support-hero {
        padding: 96px 20px 70px;
    }

    .sap-successfactors-support-hero-container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sap-successfactors-support-hero-content h1 {
        font-size: 48px;
    }

    .sap-successfactors-support-hero-visual {
        width: 100%;
        max-width: 491px;
    }

}

@media (max-width: 767px) {
    .sap-successfactors-support-hero {
        padding: 76px 18px 58px;
    }

    .sap-successfactors-support-hero-breadcrumb {
        margin-bottom: 26px;
        font-size: 14px;
    }

    .sap-successfactors-support-hero-content h1 {
        margin-bottom: 22px;
        font-size: 38px;
        line-height: 1.2;
    }

    .sap-successfactors-support-hero-content p {
        font-size: 18px;
    }

    .sap-successfactors-support-hero-button {
        min-width: 140px;
        min-height: 46px;
        font-size: 15px;
    }

}

@media (max-width: 575px) {
    .sap-successfactors-support-hero-content h1 {
        font-size: 34px;
    }

    .sap-successfactors-support-hero-content p {
        font-size: 16px;
    }

    .sap-successfactors-support-hero-desktop-break {
        display: none;
    }

    .sap-successfactors-support-hero-accent {
        left: 18px;
    }
}

.sap-successfactors-support-coverage {
    position: relative;
    overflow: hidden;
    min-height: 510px;
    padding: 102px 24px 0px;
    background-color: #fff;
}

.sap-successfactors-support-coverage-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    pointer-events: none;
}

.sap-successfactors-support-coverage h2 {
    margin: 0;
    color: #0b1115;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.1px;
}

.sap-successfactors-support-coverage-banner {
    display: block;
    width: 100%;
    max-width: 1342px;
    height: auto;
    margin: 8px auto 0;
}

@media (max-width: 1199px) {
    .sap-successfactors-support-coverage {
        min-height: auto;
        padding: 80px 30px 84px;
    }

    .sap-successfactors-support-coverage h2 {
        font-size: 38px;
    }

    .sap-successfactors-support-coverage-banner {
        margin-top: 68px;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-support-coverage {
        padding: 60px 18px 64px;
    }

    .sap-successfactors-support-coverage h2 {
        font-size: 31px;
        letter-spacing: -0.6px;
    }

    /* ✅ FIXED: no horizontal scroll, full responsive image */
    .sap-successfactors-support-coverage-banner {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 45px 0 0;
        display: block;
    }

    .sap-successfactors-support-coverage-container {
        overflow-x: hidden;
        /* ❌ scroll band */
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-support-coverage h2 {
        font-size: 27px;
    }

    /* ✅ FIX: no scroll, full responsive */
    .sap-successfactors-support-coverage-banner {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-top: 38px;
        display: block;
    }
}

.sap-successfactors-support-release {
    position: relative;
    overflow: hidden;
    padding: 20px 24px 82px;
    background: #fff;
}

.sap-successfactors-support-release-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
    pointer-events: none;
}

.sap-successfactors-support-release h2 {
    margin: 0 0 42px;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    word-spacing: 5px;
}

.sap-successfactors-support-release-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
    padding: 12px;
    border: 1px solid #dce3e8;
    border-radius: 30px;
    background: #f3f7fa;
}

.sap-successfactors-support-release-column>h3 {

    margin: 0 12px;
    padding: 20px 20px 20px 20px;
    border-radius: 18px 18px 0 0;
    background: #18C4D61A;
    color: #111820;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.25;
    max-width: 302px;
}

.sap-successfactors-support-reminder-column>h3 {
    background: #8248FF1A;
    max-width: 510px;
}

.sap-successfactors-support-release-card {
    position: relative;
    margin-top: -1px;
    min-height: 645px;
    padding: 25px;
    border-radius: 14px;
    background: #fff;
}

.sap-successfactors-support-reminder-card {
    position: relative;
    margin-top: -1px;
    min-height: 690px;
    padding: 25px;
    border: 1px solid #edf0f2;
    border-radius: 14px;
    background: #fff;
}

.sap-successfactors-support-release-card h4 {
    margin: 0 0 27px;
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.sap-successfactors-support-reminder-card h4 {
    margin: 0 0 27px;
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.sap-successfactors-support-release-card>p {
    margin: 0 0 28px;
    color: #11181c;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 600;
}

.sap-successfactors-support-service-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sap-successfactors-support-service-row {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.sap-successfactors-support-service-item {
    display: flex;
    flex: 1 1 0;
    align-items: flex-start;
    justify-content: space-between;

    color: #11181c;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px;
    border: 1px dashed rgb(147 147 147 / 30%);
}

.sap-successfactors-support-service-change {
    min-height: 234px;
}

.sap-successfactors-support-service-preview {
    min-height: 234px;
}

.sap-successfactors-support-service-testing {
    max-height: 167px;
}

.sap-successfactors-support-service-customer {
    min-height: 190px;
}

.sap-successfactors-support-service-row:first-child::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: -1px;
    right: -1px;
    bottom: -2px;
    height: 2px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
}

.sap-successfactors-support-service-text {
    flex: 1 1 auto;
    padding: 0 58px 10px 10px;
    line-height: 30px;
    font-weight: 700;

}

.sap-successfactors-support-service-icon {
    flex: 0 0 26px;
}

.sap-successfactors-support-service-icon img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 40px;
}

.sap-successfactors-support-reminder-list {
    margin-top: 4px;
}

.sap-successfactors-support-reminder-item {
    position: relative;
    display: grid;
    grid-template-columns: 185px 1fr;
    gap: 18px;
    padding: 13px 0 35px;
}

.sap-successfactors-support-reminder-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 203px;
    height: 2px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
}

.sap-successfactors-support-reminder-item strong {
    color: #11181c;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 1000 !important;
}

.sap-successfactors-support-reminder-item ul {
    margin: 0;
    padding-left: 5px;
    list-style: disc outside;
    color: #11181c;
    font-size: 15px;
    line-height: 28px;
    font-weight: 600;

}

.sap-successfactors-support-reminder-item li {
    display: list-item;
    list-style: disc outside;
}

.sap-successfactors-support-reminder-item li::marker {
    color: #111820;
    font-size: .8em;
}

.sap-successfactors-support-reminder-item li+li {
    margin-top: 4px;
}

@media (max-width: 1199px) {
    .sap-successfactors-support-release h2 {
        font-size: 38px;
    }

    .sap-successfactors-support-release-panel {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .sap-successfactors-support-release-card {
        min-height: auto;
    }

    .sap-successfactors-support-reminder-card {
        min-height: auto;
    }

    .sap-successfactors-support-service-item {
        min-height: 160px;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-support-release {
        padding: 60px 18px 64px;
    }

    .sap-successfactors-support-release h2 {
        margin-bottom: 32px;
        font-size: 31px;
        letter-spacing: -.6px;
    }

    .sap-successfactors-support-release-panel {
        padding: 8px;
        border-radius: 22px;
    }

    .sap-successfactors-support-release-column>h3 {
        min-height: auto;
        margin: 0 7px;
        padding: 20px;
        font-size: 23px;
    }

    .sap-successfactors-support-release-card {
        padding: 20px;
    }

    .sap-successfactors-support-reminder-card {
        padding: 20px;
    }

    .sap-successfactors-support-release-card h4 {
        font-size: 23px;
    }

    .sap-successfactors-support-reminder-card h4 {
        font-size: 23px;
    }

    .sap-successfactors-support-release-card>p {
        font-size: 17px;
        line-height: 1.65;
    }

    .sap-successfactors-support-service-item {
        font-size: 20px;
    }

    .sap-successfactors-support-reminder-item {
        grid-template-columns: 145px 1fr;
    }

    .sap-successfactors-support-reminder-item::after {
        left: 163px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-support-release h2 {
        font-size: 27px;
    }

    .sap-successfactors-support-service-row {
        flex-direction: column;
        gap: 24px;
    }

    .sap-successfactors-support-service-item {
        min-height: auto;
    }

    .sap-successfactors-support-reminder-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sap-successfactors-support-reminder-item::after {
        left: 0;
    }

    .sap-successfactors-support-reminder-item ul {
        font-size: 16px;
    }
}

.sap-successfactors-support-whitepaper {
    position: relative;
    overflow: hidden;
    padding: 68px 0 64px;
    background: #fff;
    max-height: 535px;
}

.sap-successfactors-support-whitepaper-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    margin-top: 70px;
}

.sap-successfactors-support-whitepaper-panel {
    position: relative;
    z-index: 1;
    overflow: visible;
    min-height: 438px;
}

.sap-successfactors-support-whitepaper-panel-background {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sap-successfactors-support-whitepaper-container {
    overflow: visible;
    min-height: 438px;
}

.sap-successfactors-support-whitepaper-balloon {
    position: absolute;
    top: -44px;
    bottom: auto;
    left: 0;
    z-index: 3;
    width: 390px;
    height: auto;
}

.sap-successfactors-support-whitepaper-content {
    position: relative;
    z-index: 2;
    margin-left: 490px;
    padding-top: 53px;
    color: #fff;
}

.sap-successfactors-support-whitepaper-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
}

.sap-successfactors-support-whitepaper-label {
    display: block;
    margin-top: 44px;
    color: #18c4d6;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
}

.sap-successfactors-support-whitepaper h2 {
    margin: 12px 0 27px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: -.5px;
}

.sap-successfactors-support-whitepaper-title-row {
    position: relative;
    display: block;
}

.sap-successfactors-support-whitepaper-title-row::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    width: 45px;
    height: 2px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
    transform: translateY(-50%);
}

.sap-successfactors-support-whitepaper-button {
    display: inline-flex;
    min-width: 141px;
    min-height: 40px;
    margin-bottom: 24px;
    padding: 12px 15px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #18c4d6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;

}

.sap-successfactors-support-whitepaper-button:hover {
    background: #fff;
    color: #004774;
}

@media (max-width: 1366px) {
    .sap-successfactors-support-whitepaper-content {
        margin-left: 455px;
    }

    .sap-successfactors-support-whitepaper h2 {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {

    .sap-successfactors-support-whitepaper-panel,
    .sap-successfactors-support-whitepaper-container {
        min-height: 400px;
    }

    .sap-successfactors-support-whitepaper-container {
        width: calc(100% - 40px);
    }

    .sap-successfactors-support-whitepaper-balloon {
        width: 325px;
    }

    .sap-successfactors-support-whitepaper-content {
        margin-left: 370px;
        padding-top: 42px;
    }

    .sap-successfactors-support-whitepaper-label {
        margin-top: 34px;
        font-size: 36px;
    }

    .sap-successfactors-support-whitepaper h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-support-whitepaper {
        padding: 48px 0;
    }

    .sap-successfactors-support-whitepaper-panel,
    .sap-successfactors-support-whitepaper-container {
        min-height: 660px;
    }

    .sap-successfactors-support-whitepaper-container {
        display: flex;
        padding: 38px 0 0;
        flex-direction: column;
    }

    .sap-successfactors-support-whitepaper-content {
        order: 1;
        margin-left: 0;
        padding-top: 0;
    }

    .sap-successfactors-support-whitepaper-balloon {
        top: -44px;
        bottom: auto;
        left: 50%;
        order: 2;
        width: 265px;
        transform: translateX(-50%);
    }

    .sap-successfactors-support-whitepaper-label {
        margin-top: 28px;
        font-size: 32px;
    }

    .sap-successfactors-support-whitepaper h2 {
        font-size: 27px;
        line-height: 1.35;
    }

    .sap-successfactors-support-whitepaper-title-row::before {
        display: none;
    }
}

.sap-successfactors-support-plans {
    position: relative;
    overflow: hidden;
    padding: 52px 24px 64px;
    color: #11181c;
}

.sap-successfactors-support-plans-background {
    position: absolute;
    top: -12%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 112%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
}

.sap-successfactors-support-plans h2 {
    margin: 0;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    word-spacing: 5px;
}

.sap-successfactors-support-plans-intro {
    margin: 31px 0 27px;
    color: #161616;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.sap-successfactors-support-plan-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.sap-successfactors-support-plan-card {
    overflow: hidden;
    min-height: 412px;
    border: 1px solid #d9e0e5;
    border-radius: 22px;
    background: #fff;
}

.sap-successfactors-support-plan-card-header {
    min-height: 192px;
    padding: 25px 25px 22px;
}

.sap-successfactors-support-plan-card-demand .sap-successfactors-support-plan-card-header {
    background: #e3f8fb;
}

.sap-successfactors-support-plan-card-team .sap-successfactors-support-plan-card-header {
    background: #f1edff;
}

.sap-successfactors-support-plan-card-managed .sap-successfactors-support-plan-card-header {
    background: #f5e7ec;
}

.sap-successfactors-support-plan-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sap-successfactors-support-plan-badge {
    display: inline-flex;
    min-height: 48px;
    padding: 9px 14px;
    align-items: center;
    border-radius: 18px;
    background: #fff;
    color: #004774;
    font-size: 15px;
    font-weight: 700;
}

.sap-successfactors-support-plan-dot {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.sap-successfactors-support-plan-card h3 {
    margin: 17px 0 8px;
    color: #11181c;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.25;
}

.sap-successfactors-support-plan-card-header p {
    margin: 0;
    color: #11181c;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.sap-successfactors-support-plan-card-body {
    padding: 27px 25px;
}

.sap-successfactors-support-plan-card-body ul {
    margin: 0;
    padding-left: 17px;
    list-style: disc outside;
    color: #11181c;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.sap-successfactors-support-plan-card-body li {
    display: list-item;
    list-style: disc outside;
}

.sap-successfactors-support-plan-comparison {
    overflow-x: auto;
    margin-top: 24px;
    padding: 13px;
    border: 1px solid #d9e0e5;
    border-radius: 15px;
    background: rgb(255 255 255 / 24%);
    font-weight: 500;
}

.sap-successfactors-support-plan-comparison table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    border-top: 1px solid #d9e0e5;
    border-bottom: 1px solid #d9e0e5;
    color: #161616;
    font-size: 15px;
}

.sap-successfactors-support-plan-comparison th,
.sap-successfactors-support-plan-comparison td {
    height: 55px;
    padding: 11px 12px;
    border-bottom: 1px dotted #aeb6bc;
    text-align: center;
    vertical-align: middle;
}

.sap-successfactors-support-plan-comparison th {
    font-weight: 700;
    text-align: left;
}

.sap-successfactors-support-plan-comparison th:first-child,
.sap-successfactors-support-plan-comparison td:first-child {
    width: 34%;
    text-align: left;
    background: linear-gradient(159.09deg, #F3F7FA 7.7%, #F5FBFF 102.37%);
}

.sap-successfactors-support-plan-comparison th:nth-child(2) {
    background-color: #18c4d61a;
    border-radius: 10px 10px 0 0;

}

.sap-successfactors-support-plan-comparison th:nth-child(3) {
    background-color: #8248ff1a;
    border-radius: 10px 10px 0 0;
}

.sap-successfactors-support-plan-comparison th:nth-child(4) {
    background-color: #e459721a;
    border-radius: 10px 10px 0 0;
}

.sap-successfactors-support-plan-comparison tbody tr:last-child td {
    border-bottom: 1px dotted #aeb6bc;
}

.sap-successfactors-support-plan-comparison .plan-no,
.sap-successfactors-support-plan-comparison .plan-yes {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
}

.sap-successfactors-support-plan-comparison .plan-no {
    color: #ff6269;
}

.sap-successfactors-support-plan-comparison .plan-yes {
    color: #18c4d6;
}

@media (max-width: 991px) {
    .sap-successfactors-support-plan-cards {
        grid-template-columns: 1fr;
    }

    .sap-successfactors-support-plan-card {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-support-plans {
        padding: 48px 18px 54px;
    }

    .sap-successfactors-support-plans h2 {
        font-size: 31px;
        word-spacing: normal;
    }

    .sap-successfactors-support-plans-intro {
        margin-top: 22px;
    }

    .sap-successfactors-support-plan-card h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-support-plans h2 {
        font-size: 27px;
    }

    .sap-successfactors-support-plan-card-header,
    .sap-successfactors-support-plan-card-body {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.sap-successfactors-support-advice {
    position: relative;
    overflow: hidden;
    min-height: 176px;
    padding: 50px 24px 42px;
}

.sap-successfactors-support-advice-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.sap-successfactors-support-advice-container {
    display: flex;
    align-items: flex-start;
    gap: 23px;
}

.sap-successfactors-support-advice-accent {
    flex: 0 0 8px;
    width: 8px;
    height: 91px;
    background: linear-gradient(180deg, #108dc7 0.01%, #ef8e38 98.52%);
}

.sap-successfactors-support-advice h2 {
    margin: 13px 0 0;
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .sap-successfactors-support-advice h2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-support-advice {
        padding: 42px 18px;
    }

    .sap-successfactors-support-advice-container {
        gap: 16px;
    }

    .sap-successfactors-support-advice-accent {
        flex-basis: 6px;
        width: 6px;
    }

    .sap-successfactors-support-advice h2 {
        margin-top: 5px;
        font-size: 21px;
    }
}

.sap-successfactors-support-contact-cta {
    position: relative;
    overflow: hidden;
    min-height: 353px;
    padding: 61px 24px 52px;
    color: #fff;
}

.sap-successfactors-support-contact-cta-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sap-successfactors-support-contact-cta-container {
    display: flex;
    justify-content: flex-end;
}

.sap-successfactors-support-contact-cta-content {
    width: 780px;
}

.sap-successfactors-support-contact-cta h2 {
    margin: 0 0 27px;
    color: #ffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.38;
}

.sap-successfactors-support-contact-cta-button {
    display: inline-flex;
    min-width: 140px;
    min-height: 45px;
    padding: 12px 26px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #18c4d6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.sap-successfactors-support-contact-cta-button:hover {
    background: #fff;
    color: #004774;
}

.sap-successfactors-support-contact-cta-line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 8px;
}


.sap-successfactors-support-benefits {
    position: relative;
    overflow: hidden;
    padding: 92px 24px 105px;
    background:
        radial-gradient(circle at 50% 45%, rgb(20 48 79 / 72%) 0, rgb(20 48 79 / 20%) 42%, transparent 67%),
        linear-gradient(105deg, #10191a 0%, #102337 43%, #17161d 100%);
    color: #fff;
}

.sap-successfactors-support-benefits h2 {
    margin: 0;
    color: #18c4d6;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.28;
}

.sap-successfactors-support-benefits-intro {
    margin: 35px 0 37px;
    color: #fff;
    font-size: 15px;
    line-height: 1.75;
}

.sap-successfactors-support-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 68px;
    row-gap: 34px;
}

.sap-successfactors-support-benefit {
    display: flex;
    align-items: flex-start;
    gap: 58px;
}

.sap-successfactors-support-benefit>img {
    display: block;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
}

.sap-successfactors-support-benefit-content {
    flex: 1 1 auto;
    min-width: 0;
}

.sap-successfactors-support-benefit h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
}

.sap-successfactors-support-benefit-line {
    display: block;
    width: 50px;
    height: 3px;
    margin: 15px 0 17px;
    background: #18c4d6;
}

.sap-successfactors-support-benefit p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 1199px) {
    .sap-successfactors-support-benefits-grid {
        column-gap: 44px;
    }

    .sap-successfactors-support-benefit {
        gap: 28px;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-support-benefits-grid {
        grid-template-columns: 1fr;
        row-gap: 38px;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-support-benefits {
        padding: 64px 18px 72px;
    }

    .sap-successfactors-support-benefits h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-support-benefits h2 {
        font-size: 34px;
    }

    .sap-successfactors-support-benefit {
        gap: 18px;
    }

    .sap-successfactors-support-benefit>img {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .sap-successfactors-support-benefit h3 {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .sap-successfactors-support-contact-cta {
        min-height: 330px;
    }

    .sap-successfactors-support-contact-cta-content {
        width: 650px;
    }

    .sap-successfactors-support-contact-cta h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .sap-successfactors-support-contact-cta::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: rgb(0 37 65 / 55%);
    }

    .sap-successfactors-support-contact-cta-container {
        justify-content: flex-start;
    }

    .sap-successfactors-support-contact-cta-content {
        position: relative;
        z-index: 1;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sap-successfactors-support-contact-cta {
        min-height: 330px;
        padding: 52px 18px;
    }

    .sap-successfactors-support-contact-cta h2 {
        font-size: 29px;
        line-height: 1.35;
    }

    .sap-successfactors-support-contact-cta h2 br {
        display: none;
    }
}

@media (max-width: 575px) {
    .sap-successfactors-support-contact-cta h2 {
        font-size: 25px;
    }
}

.sap-successfactors-support-case-studies .hcm-case-card {
    transition: none;
}

.sap-successfactors-support-case-studies .hcm-case-card:hover {
    transform: none;
}

/* =========================================================
   SAP SUCCESSFACTORS SUPPORT PAGE END
========================================================= */

/* =========================================================
   4 INSIGHTS HR METRICS PAGE START
========================================================= */


/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.hr-metrics-insights-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 400px;
    padding: 0 20px;
    background-color: #0F1B2D;
    font-family: "Manrope", sans-serif;
}

.hr-metrics-insights-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
    transition: opacity 0.3s ease;
}

.hr-metrics-insights-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hr-metrics-insights-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.hr-metrics-insights-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hr-metrics-insights-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

/* --- HERO SECTION MEDIA QUERIES --- */

/* Large Screen */
@media (max-width: 1366px) {
    .hr-metrics-insights-hero-container {
        max-width: 1140px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .hr-metrics-insights-hero {
        min-height: 360px;
    }

    .hr-metrics-insights-hero-container {
        min-height: 360px;
    }

    .hr-metrics-insights-hero h1 {
        font-size: 34px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .hr-metrics-insights-hero {
        min-height: 340px;
        padding: 0 18px;
    }

    .hr-metrics-insights-hero-container {
        min-height: 340px;
    }

    .hr-metrics-insights-hero h1 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hr-metrics-insights-hero {
        min-height: 320px;
        padding: 0 16px;
    }

    .hr-metrics-insights-hero-bg img {
        object-position: center top;
    }

    .hr-metrics-insights-hero-container {
        min-height: 320px;
    }

    .hr-metrics-insights-hero h1 {
        font-size: 30px;
        line-height: 1.3;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .hr-metrics-insights-hero {
        min-height: 280px;
        padding: 0 14px;
    }

    .hr-metrics-insights-hero-container {
        min-height: 280px;
    }

    .hr-metrics-insights-hero h1 {
        font-size: 26px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hr-metrics-insights-hero h1 {
        font-size: 23px;
    }
}


/* =========================================================
   2. ARTICLE & SIDEBAR SECTION CSS
========================================================= */
.hr-metrics-article-section {
    background: #ffffff;
    padding: 58px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.hr-metrics-article-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 836px 360px;
    gap: 80px;
    align-items: start;
}

.hr-metrics-article-content {
    color: #26323d;
}

.hr-metrics-article-date {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 70px;
    color: #0f5274;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.hr-metrics-article-date i {
    font-size: 15px;
    color: #004774;
}

.hr-metrics-article-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.hr-metrics-article-content h2 {
    margin: 28px 0 18px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.hr-metrics-article-content h3 {
    margin: 26px 0 12px;
    color: #26323d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.hr-metrics-article-content ol {
    margin: 22px 0 30px 27px;
    padding-left: 16px;
    color: #2d3742;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    list-style: decimal;
}

.hr-metrics-article-content ol li {
    margin-bottom: 14px;
    list-style: decimal;
    color: #161616;
    font-size: 15px;
}

.hr-metrics-article-closing {
    margin-top: 70px !important;
}

.hr-metrics-article-closing a {
    color: #f25b6b;
    font-weight: 700;
}

.hr-metrics-featured-sidebar {
    position: static;
    padding-top: 24px;
}

.hr-metrics-featured-sidebar h2 {
    display: block;
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    color: #161616;
    border-bottom: 2px solid #222222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.hr-metrics-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);

    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.hr-metrics-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hr-metrics-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
}

.hr-metrics-featured-card small {
    display: block;
    margin-top: 10px;
    color: #9aa2ad;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.hr-metrics-featured-card:hover strong {
    color: #18c4d6;
}

/* --- ARTICLE & SIDEBAR SECTION MEDIA QUERIES --- */

/* Large Screen */
@media (max-width: 1366px) {
    .hr-metrics-article-container {
        max-width: 1140px;
        grid-template-columns: 1fr 300px;
        gap: 60px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .hr-metrics-article-section {
        padding: 55px 20px 85px;
    }

    .hr-metrics-article-container {
        grid-template-columns: 1fr 280px;
        gap: 48px;
    }

    .hr-metrics-article-date {
        margin-bottom: 60px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .hr-metrics-article-section {
        padding: 50px 20px 80px;
    }

    .hr-metrics-article-container {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 50px;
    }

    .hr-metrics-featured-sidebar {
        position: static;
        padding-top: 0;
    }

    .hr-metrics-featured-card {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 22px;
    }

    .hr-metrics-featured-card img {
        width: 110px;
        height: 70px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .hr-metrics-article-section {
        padding: 44px 18px 70px;
    }

    .hr-metrics-article-container {
        gap: 42px;
    }

    .hr-metrics-article-date {
        margin-bottom: 42px;
        font-size: 12px;
    }

    .hr-metrics-article-content h2 {
        font-size: 24px;
        margin: 26px 0 16px;
    }

    .hr-metrics-article-content h3 {
        font-size: 17px;
    }

    .hr-metrics-article-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .hr-metrics-article-content ol {
        margin-left: 20px;
        padding-left: 12px;
        font-size: 14px;
    }

    .hr-metrics-article-content ol li {
        font-size: 14px;
    }

    .hr-metrics-article-closing {
        margin-top: 45px !important;
    }

    .hr-metrics-featured-sidebar h2 {
        margin-bottom: 28px;
    }

    .hr-metrics-featured-card {
        gap: 18px;
        margin-bottom: 30px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .hr-metrics-article-section {
        padding: 40px 15px 60px;
    }

    .hr-metrics-article-date {
        margin-bottom: 35px;
    }

    .hr-metrics-article-content h2 {
        font-size: 22px;
    }

    .hr-metrics-article-content h3 {
        font-size: 16px;
    }

    .hr-metrics-featured-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        margin-bottom: 28px;
    }

    .hr-metrics-featured-card img {
        width: 92px;
        height: 62px;
    }

    .hr-metrics-featured-card strong {
        font-size: 12px;
        line-height: 1.45;
    }

    .hr-metrics-featured-card small {
        font-size: 11px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hr-metrics-article-section {
        padding: 35px 12px 50px;
    }

    .hr-metrics-article-content h2 {
        font-size: 20px;
    }

    .hr-metrics-article-content p,
    .hr-metrics-article-content ol li {
        font-size: 13.5px;
    }

    .hr-metrics-featured-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .hr-metrics-featured-card img {
        width: 82px;
        height: 58px;
    }
}


/* =========================================================
   4 INSIGHTS HR METRICS PAGE END
========================================================= */

/* =========================================================
   SAP S/4HANA FACTORS ARTICLE PAGE CSS 
========================================================= */

/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.sap-s4hana-factors-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 414px;
    padding: 0 20px;
    background-color: #0F1B2D;
    font-family: "Manrope", sans-serif;
}

.sap-s4hana-factors-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
    transition: opacity 0.3s ease;
}

.sap-s4hana-factors-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sap-s4hana-factors-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.sap-s4hana-factors-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sap-s4hana-factors-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

/* --- HERO SECTION MEDIA QUERIES --- */

/* Large Screen */
@media (max-width: 1366px) {
    .sap-s4hana-factors-hero-container {
        max-width: 1140px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .sap-s4hana-factors-hero {
        min-height: 360px;
    }

    .sap-s4hana-factors-hero-container {
        min-height: 360px;
    }

    .sap-s4hana-factors-hero h1 {
        font-size: 34px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .sap-s4hana-factors-hero {
        min-height: 340px;
        padding: 0 18px;
    }

    .sap-s4hana-factors-hero-container {
        min-height: 340px;
    }

    .sap-s4hana-factors-hero h1 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .sap-s4hana-factors-hero {
        min-height: 320px;
        padding: 0 16px;
    }

    .sap-s4hana-factors-hero-bg img {
        object-position: center top;
    }

    .sap-s4hana-factors-hero-container {
        min-height: 320px;
    }

    .sap-s4hana-factors-hero h1 {
        font-size: 30px;
        line-height: 1.3;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .sap-s4hana-factors-hero {
        min-height: 280px;
        padding: 0 14px;
    }

    .sap-s4hana-factors-hero-container {
        min-height: 280px;
    }

    .sap-s4hana-factors-hero h1 {
        font-size: 26px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .sap-s4hana-factors-hero h1 {
        font-size: 23px;
    }
}


/* =========================================================
   2. ARTICLE & SIDEBAR SECTION CSS 
========================================================= */
.sap-s4hana-factors-article-section {
    background: #ffffff;
    padding: 60px 20px 100px;
    font-family: "Manrope", sans-serif;
}

.sap-s4hana-factors-article-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 836px 360px;
    gap: 80px;
    align-items: start;
}

.sap-s4hana-factors-article-content {
    color: #161616;
}

.sap-s4hana-factors-article-date {
    color: #004774;
    font-size: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;

}

.sap-s4hana-factors-article-content h2 {
    color: #11181c;
    font-size: 15px;
    font-weight: 800;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.sap-s4hana-factors-article-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 500;
}

.sap-s4hana-factors-article-content a {
    color: #18c4d6;
    text-decoration: none;
    font-weight: 600;
}

.sap-s4hana-factors-article-content a:hover {
    text-decoration: underline;
}

.five-factor-text {
    color: #ff4848 !important;

}

.five-factor-text:hoverP {
    color: #18c4d6;
}

.sap-s4hana-factors-article-closing {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
    font-weight: 500;
}

.sap-s4hana-factors-featured-sidebar {
    width: 100%;
}

.sap-s4hana-factors-featured-sidebar h2 {
    font-size: 15px;
    font-weight: 700;
    color: #11181c;
    border-bottom: 2px solid #161616;
    width: 150px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sap-s4hana-factors-featured-card {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
    text-decoration: none;
    align-items: flex-start;
    transition: transform 0.2s ease;
}

.sap-s4hana-factors-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sap-s4hana-factors-featured-card span {
    display: flex;
    flex-direction: column;
}

.sap-s4hana-factors-featured-card strong {
    font-size: 15px;
    line-height: 1.8;
    color: #11181c;
    margin-bottom: 8px;
    transition: color 0.2s ease;
    font-weight: 500;

}

.sap-s4hana-factors-featured-card:hover strong {
    color: #18c4d6;
}

.sap-s4hana-factors-featured-card small {
    font-size: 12px;
    color: #888888;
    font-weight: 500;
}

/* --- ARTICLE & SIDEBAR SECTION MEDIA QUERIES --- */

/* Large Screen */
@media (max-width: 1366px) {
    .sap-s4hana-factors-article-container {
        max-width: 1140px;
        grid-template-columns: 1fr 300px;
        gap: 60px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .sap-s4hana-factors-article-section {
        padding: 55px 20px 90px;
    }

    .sap-s4hana-factors-article-container {
        grid-template-columns: 1fr 300px;
        gap: 45px;
    }

    .sap-s4hana-factors-featured-card {
        gap: 15px;
    }

    .sap-s4hana-factors-featured-card img {
        width: 130px;
        height: 75px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .sap-s4hana-factors-article-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sap-s4hana-factors-featured-sidebar {
        max-width: 100%;
    }

    .sap-s4hana-factors-featured-card img {
        width: 160px;
        height: 85px;
    }
}

/* Small Tablet */
@media (max-width: 991px) {
    .sap-s4hana-factors-article-section {
        padding: 50px 20px 80px;
    }

    .sap-s4hana-factors-article-content h2 {
        margin: 35px 0 18px;
    }

    .sap-s4hana-factors-article-content p {
        line-height: 1.75;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .sap-s4hana-factors-article-section {
        padding: 45px 18px 70px;
    }

    .sap-s4hana-factors-article-container {
        gap: 40px;
    }

    .sap-s4hana-factors-article-date {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .sap-s4hana-factors-article-content h2 {
        font-size: 15px;
        margin: 30px 0 16px;
    }

    .sap-s4hana-factors-article-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .sap-s4hana-factors-featured-sidebar h2 {
        margin-bottom: 25px;
    }

    .sap-s4hana-factors-featured-card {
        gap: 15px;
        margin-bottom: 28px;
    }

    .sap-s4hana-factors-featured-card img {
        width: 130px;
        height: 75px;
    }

    .sap-s4hana-factors-featured-card strong {
        font-size: 14px;
        line-height: 1.45;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .sap-s4hana-factors-article-section {
        padding: 40px 15px 60px;
    }

    .sap-s4hana-factors-featured-card {
        flex-direction: column;
        gap: 12px;
    }

    .sap-s4hana-factors-featured-card img {
        width: 100%;
        height: 180px;
    }

    .sap-s4hana-factors-featured-card strong {
        font-size: 15px;
    }

    .sap-s4hana-factors-featured-card small {
        font-size: 12px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .sap-s4hana-factors-article-section {
        padding: 35px 12px 50px;
    }

    .sap-s4hana-factors-article-content p {
        font-size: 13.5px;
    }

    .sap-s4hana-factors-featured-card img {
        height: 155px;
    }
}


/* =========================================================
   SAP S/4HANA FACTORS PAGE END
========================================================= */

/* =========================================================
   SAP BDC ROADMAP PAGE START
========================================================= */

.sap-bdc-roadmap-hero {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    padding: 0 20px;
    background: #0F1B2D;
    font-family: "Manrope", sans-serif;
}

.sap-bdc-roadmap-hero-bg,
.sap-bdc-roadmap-hero-overlay {
    position: absolute;
    inset: 0;
}

.sap-bdc-roadmap-hero-bg {
    z-index: 0;
}

.sap-bdc-roadmap-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sap-bdc-roadmap-hero-overlay {
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.sap-bdc-roadmap-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 342px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sap-bdc-roadmap-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.sap-bdc-roadmap-article-section {
    background: #ffffff;
    padding: 58px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.sap-bdc-roadmap-article-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 836px 360px;
    gap: 80px;
    align-items: start;
}

@media (max-width: 1366px) {

    .sap-bdc-roadmap-hero-container,
    .sap-bdc-roadmap-article-container {
        max-width: 1140px;
    }
}

.sap-bdc-roadmap-article-content {
    color: #161616;
}

.sap-bdc-roadmap-article-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: #004774;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.sap-bdc-roadmap-article-date i {
    color: #004774;
    font-size: 15px;
    font-weight: 500;
}

.sap-bdc-roadmap-article-content h1 {
    max-width: 660px;
    margin: 0 0 20px;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.18;
}

.sap-bdc-roadmap-article-content h2 {
    margin: 34px 0 18px;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.18;
}

.sap-bdc-roadmap-article-content h3 {
    margin: 28px 0 13px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.28;
}

.sap-bdc-roadmap-article-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.sap-bdc-roadmap-article-content strong {
    font-weight: 800;
}

.sap-bdc-roadmap-article-content a {
    color: #f25b6b;
    font-weight: 700;
}

.sap-bdc-roadmap-article-content ul {
    margin: 16px 0 24px 18px;
    padding-left: 15px;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.72;
    list-style: disc;
}

.sap-bdc-roadmap-article-content ul li {
    margin-bottom: 4px;
    list-style: disc;
    font-weight: 800;
    font-size: 15px;
}

.sap-bdc-roadmap-inline-image {
    max-width: 620px;
    margin: 34px 0 58px;
}

.sap-bdc-roadmap-inline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.sap-bdc-roadmap-featured-sidebar {
    width: 100%;
    padding-top: 25px;
}

.sap-bdc-roadmap-featured-sidebar h2 {
    display: block;
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    color: #161616;
    border-bottom: 2px solid #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.sap-bdc-roadmap-featured-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
}

.sap-bdc-roadmap-featured-card img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.sap-bdc-roadmap-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

.sap-bdc-roadmap-featured-card small {
    display: block;
    margin-top: 10px;
    color: #9aa2ad;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.sap-bdc-roadmap-featured-card:hover strong {
    color: #18c4d6;
}

@media (max-width: 1199px) {
    .sap-bdc-roadmap-article-container {
        grid-template-columns: 1fr 280px;
        gap: 48px;
    }

    .sap-bdc-roadmap-hero h1 {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .sap-bdc-roadmap-article-container {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 50px;
    }

    .sap-bdc-roadmap-featured-sidebar {
        padding-top: 0;
    }

    .sap-bdc-roadmap-featured-card {
        grid-template-columns: 110px 1fr;
    }

    .sap-bdc-roadmap-featured-card img {
        width: 110px;
        height: 72px;
    }
}

@media (max-width: 767px) {

    .sap-bdc-roadmap-hero,
    .sap-bdc-roadmap-hero-container {
        min-height: 320px;
    }

    .sap-bdc-roadmap-hero h1 {
        font-size: 28px;
    }

    .sap-bdc-roadmap-hero h1 br {
        display: none;
    }

    .sap-bdc-roadmap-article-section {
        padding: 44px 18px 70px;
    }

    .sap-bdc-roadmap-article-content h1,
    .sap-bdc-roadmap-article-content h2 {
        font-size: 25px;
    }

    .sap-bdc-roadmap-article-content h3 {
        font-size: 19px;
    }

    .sap-bdc-roadmap-article-content p,
    .sap-bdc-roadmap-article-content ul {
        font-size: 14px;
        line-height: 1.75;
    }

    .sap-bdc-roadmap-inline-image {
        margin-bottom: 42px;
    }
}

@media (max-width: 575px) {

    .sap-bdc-roadmap-hero,
    .sap-bdc-roadmap-hero-container {
        min-height: 290px;
    }

    .sap-bdc-roadmap-hero h1 {
        font-size: 24px;
    }

    .sap-bdc-roadmap-featured-card {
        grid-template-columns: 92px 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .sap-bdc-roadmap-featured-card img {
        width: 92px;
        height: 62px;
    }

    .sap-bdc-roadmap-featured-card strong {
        font-size: 12px;
    }
}

/* =========================================================
   SAP BDC ROADMAP PAGE END
========================================================= */

/* =========================================================
   SAP ARIBA HEALTHCARE PAGE START
========================================================= */

.sap-ariba-healthcare-hero {
    osition: relative;
    overflow: hidden;
    height: 600px;
    min-height: 600px;
    padding: 0;
    background: #081a32;
    font-family: "Manrope", sans-serif;
}

.sap-ariba-healthcare-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sap-ariba-healthcare-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    margin-top: 25px;
}

.sap-ariba-healthcare-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    min-height: 342px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.sap-ariba-healthcare-hero h1 {
    max-width: 560px;
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0;
}

.sap-ariba-healthcare-article-section {
    background: #ffffff;
    padding: 58px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.sap-ariba-healthcare-article-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 768px 430px;
    gap: 80px;
    align-items: start;
}

@media (max-width: 1366px) {

    .sap-ariba-healthcare-hero-container,
    .sap-ariba-healthcare-article-container {
        max-width: 1140px;
    }
}

.sap-ariba-healthcare-article-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: #004774;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.sap-ariba-healthcare-article-date i {
    color: #004774;
    font-size: 14px;
}

.sap-ariba-healthcare-article-content {
    color: #161616;
}

.sap-ariba-healthcare-article-content h2 {
    margin: 34px 0 18px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.sap-ariba-healthcare-article-content h3 {
    margin: 27px 0 12px;
    color: #26323d;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.sap-ariba-healthcare-article-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.sap-ariba-healthcare-article-content a {
    color: #f25b6b;
    font-weight: 700;
}

.sap-ariba-healthcare-article-content ul {
    margin: 14px 0 24px 18px;
    padding-left: 15px;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.72;
    list-style: disc;
}

.sap-ariba-healthcare-article-content ul li {
    margin-bottom: 4px;
    list-style: disc;
}

.sap-ariba-healthcare-inline-image {
    max-width: 620px;
    margin: 36px auto 46px;
}

.sap-ariba-healthcare-inline-image-narrow {
    max-width: 520px;
}

.sap-ariba-healthcare-inline-image img {
    width: 100%;
    height: auto;
    display: block;
}

.sap-ariba-healthcare-featured-sidebar {
    width: 100%;
    padding-top: 25px;
}

.sap-ariba-healthcare-featured-sidebar h2 {
    display: block;
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    color: #161616;
    border-bottom: 2px solid #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.sap-ariba-healthcare-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.sap-ariba-healthcare-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sap-ariba-healthcare-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.sap-ariba-healthcare-featured-card small {
    display: block;
    margin-top: 10px;
    color: #9aa2ad;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.sap-ariba-healthcare-featured-card:hover strong {
    color: #18c4d6;
}

@media (max-width: 1199px) {
    .sap-ariba-healthcare-article-container {
        grid-template-columns: 1fr 280px;
        gap: 48px;
    }

    .sap-ariba-healthcare-hero h1 {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .sap-ariba-healthcare-article-container {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 50px;
    }

    .sap-ariba-healthcare-featured-sidebar {
        padding-top: 0;
    }

    .sap-ariba-healthcare-featured-card {
        grid-template-columns: 110px 1fr;
    }

    .sap-ariba-healthcare-featured-card img {
        width: 110px;
        height: 72px;
    }
}

@media (max-width: 767px) {

    .sap-ariba-healthcare-hero,
    .sap-ariba-healthcare-hero-container {
        min-height: 320px;
    }

    .sap-ariba-healthcare-hero-bg img {
        object-position: center center;
    }

    .sap-ariba-healthcare-hero h1 {
        max-width: 390px;
        font-size: 27px;
    }

    .sap-ariba-healthcare-article-section {
        padding: 44px 18px 70px;
    }

    .sap-ariba-healthcare-article-content h2 {
        font-size: 22px;
    }

    .sap-ariba-healthcare-article-content h3 {
        font-size: 18px;
    }

    .sap-ariba-healthcare-article-content p,
    .sap-ariba-healthcare-article-content ul {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 575px) {

    .sap-ariba-healthcare-hero,
    .sap-ariba-healthcare-hero-container {
        min-height: 290px;
    }

    .sap-ariba-healthcare-hero h1 {
        max-width: 270px;
        font-size: 23px;
    }

    .sap-ariba-healthcare-featured-card {
        grid-template-columns: 92px 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .sap-ariba-healthcare-featured-card img {
        width: 92px;
        height: 62px;
    }

    .sap-ariba-healthcare-featured-card strong {
        font-size: 12px;
    }
}

/* =========================================================
   SAP ARIBA HEALTHCARE PAGE END
========================================================= */

/* =========================================================
   SAP S/4HANA CLOUD SAAS PAGE START
========================================================= */

.s4hana-cloud-hero {
    position: relative;
    overflow: hidden;
    height: 600px;
    min-height: 600px;
    padding: 0;
    background: #081a32;
    font-family: "Manrope", sans-serif;
}

.s4hana-cloud-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.s4hana-cloud-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center center;
    margin-top: 25px;
}

.s4hana-cloud-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    min-height: 342px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.s4hana-cloud-hero h1 {
    max-width: 600px;
    margin-top: 165px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: 0;
}

.s4hana-cloud-article-section {
    background: #ffffff;
    padding: 58px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.s4hana-cloud-article-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 885px 430px;
    gap: 80px;
    align-items: start;
}

@media (max-width: 1366px) {

    .s4hana-cloud-hero-container,
    .s4hana-cloud-article-container {
        max-width: 1140px;
    }
}

.s4hana-cloud-article-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    color: #004774;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.s4hana-cloud-article-date i {
    color: #004774;
    font-size: 14px;
}

.s4hana-cloud-article-content {
    color: #161616;
}

.s4hana-cloud-article-content h2 {
    margin: 34px 0 18px;
    color: #11181c;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
}

.s4hana-cloud-article-content h3 {
    margin: 27px 0 12px;
    color: #26323d;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.35;
}

.s4hana-cloud-article-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.s4hana-cloud-article-content a {
    color: #f25b6b;
    font-weight: 700;
}

.s4hana-cloud-article-content ul {
    margin: 14px 0 24px 18px;
    padding-left: 15px;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.72;
    list-style: disc;
}

.s4hana-cloud-article-content ul li {
    margin-bottom: 4px;
    list-style: disc;
}

.s4hana-cloud-inline-image {
    max-width: 100%;
    margin: 36px auto 46px;
    text-align: center;
}

.s4hana-cloud-inline-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.s4hana-cloud-featured-sidebar {
    width: 100%;
    padding-top: 25px;
}

.s4hana-cloud-featured-sidebar h2 {
    display: block;
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    color: #161616;
    border-bottom: 2px solid #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.s4hana-cloud-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.s4hana-cloud-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.s4hana-cloud-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-right: 120px;
}

.s4hana-cloud-featured-card small {
    display: block;
    margin-top: 10px;
    color: #9aa2ad;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.s4hana-cloud-featured-card:hover strong {
    color: #18c4d6;
}

@media (max-width: 1199px) {
    .s4hana-cloud-article-container {
        grid-template-columns: 1fr 280px;
        gap: 48px;
    }

    .s4hana-cloud-hero h1 {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .s4hana-cloud-article-container {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 50px;
    }

    .s4hana-cloud-featured-sidebar {
        padding-top: 0;
    }

    .s4hana-cloud-featured-card {
        grid-template-columns: 110px 1fr;
    }

    .s4hana-cloud-featured-card img {
        width: 110px;
        height: 72px;
    }
}

@media (max-width: 767px) {

    .s4hana-cloud-hero,
    .s4hana-cloud-hero-container {
        min-height: 600px;
    }

    .s4hana-cloud-hero-bg img {
        object-position: center center;
    }

    .s4hana-cloud-hero h1 {
        max-width: 390px;
        font-size: 27px;
    }

    .s4hana-cloud-article-section {
        padding: 44px 18px 70px;
    }

    .s4hana-cloud-article-content h2 {
        font-size: 22px;
    }

    .s4hana-cloud-article-content h3 {
        font-size: 18px;
    }

    .s4hana-cloud-article-content p,
    .s4hana-cloud-article-content ul {
        font-size: 14px;
        line-height: 1.75;
    }
}

@media (max-width: 575px) {

    .s4hana-cloud-hero,
    .s4hana-cloud-hero-container {
        min-height: 600px;
    }

    .s4hana-cloud-hero h1 {
        max-width: 270px;
        font-size: 23px;
    }

    .s4hana-cloud-featured-card {
        grid-template-columns: 92px 1fr;
        gap: 14px;
        margin-bottom: 28px;
    }

    .s4hana-cloud-featured-card img {
        width: 92px;
        height: 62px;
    }

    .s4hana-cloud-featured-card strong {
        font-size: 12px;
    }
}

/* =========================================================
   SAP S/4HANA CLOUD SAAS PAGE END
========================================================= */

/* =========================================================
   BRIDGING THE GAP SERVICENOW PAGE START
========================================================= */

.bridging-gap-hero {
    position: relative;
    overflow: hidden;
    height: 500px;
    background: #0c2936;
    font-family: "Manrope", sans-serif;
}

.bridging-gap-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bridging-gap-hero-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.bridging-gap-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.bridging-gap-hero h1 {
    max-width: 710px;
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.bridging-gap-inline-image {
    max-width: 680px;
}

@media (max-width: 1366px) {
    .bridging-gap-hero-container {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    .bridging-gap-hero {
        height: 320px;
    }

    .bridging-gap-hero-bg img {
        object-position: 62% center;
    }

    .bridging-gap-hero h1 {
        max-width: 520px;
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .bridging-gap-hero {
        height: 300px;
    }

    .bridging-gap-hero h1 {
        max-width: 320px;
        font-size: 23px;
    }
}

/* =========================================================
   BRIDGING THE GAP SERVICENOW PAGE END
========================================================= */

/* =========================================================
   BTP INTEGRATION PAGE START
========================================================= */

.btp-integration-key-container,
.btp-seamless-container,
.btp-seamless-logo,
.btp-landscape-container {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width: 1366px) {

    .btp-integration-key-container,
    .btp-seamless-container,
    .btp-seamless-logo,
    .btp-landscape-container {
        max-width: 1140px;
    }
}

.btp-integration-hero {
    position: relative;
    overflow: hidden;
    padding: 170px 0 110px;
    background: #eef4f7;
    font-family: "Manrope", sans-serif;
}

.btp-integration-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.btp-integration-hero-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.btp-integration-hero-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(420px, 620px);
    align-items: center;
    gap: 92px;
}

.btp-integration-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    color: #11181c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.btp-integration-separator,
.btp-integration-active {
    color: #18c4d6;
}

.btp-integration-active {
    font-weight: 900;
}

.btp-integration-hero-content {

    margin-bottom: 265px;
}

.btp-integration-hero-content h1 {
    max-width: 720px;
    margin: 0;
    color: #11181c;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: 0;
}

.btp-integration-hero-content p {
    margin: 34px 0 0;
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.btp-integration-line {
    display: block;
    width: 100px;
    height: 3px;
    margin-top: 48px;
    object-fit: fill;
}

.btp-integration-hero-image img {
    width: 100%;
    max-width: 620px;
    display: block;
    margin-left: auto;
}

.btp-integration-suite {
    padding: 92px 0 96px;
    background: #ffffff;
    font-family: "Manrope", sans-serif;
}

.btp-integration-suite-content {
    max-width: 1400px;
}

.btp-integration-suite h2 {
    margin: 0 0 34px;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
}

.btp-integration-suite p {
    margin: 0 0 32px;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.btp-integration-suite p:last-child {
    margin-bottom: 0;
}

.btp-case-studies-section {
    padding: 80px 20px;
    background-color: #fff;
    font-family: "Manrope", sans-serif;
}

.btp-case-studies-container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

.btp-case-studies-title {
    font-size: 35px;
    font-weight: 1000;
    color: #11181c;
    margin-bottom: 40px;
}

.btp-case-studies-row {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.btp-case-card {
    position: relative;
    width: calc((100% - 60px) / 3);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}


.btp-case-img {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}

.btp-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btp-case-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.btp-case-content {
    padding: 24px;
    position: relative;
    margin-top: -50px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 230px;
}

.btp-case-tag {
    display: inline-block;
    background: #f3f7fa;
    color: #004774;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.btp-case-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 16px;
    flex: 1;
}

.btp-case-date {
    font-size: 12px;
    color: #939393;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
}

@media (max-width: 1024px) {
    .btp-case-card {
        width: calc((100% - 30px) / 2);
    }

    .btp-case-title {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .btp-case-card {
        width: 100%;
    }

    .btp-case-title {
        min-height: auto;
    }
}

@media (max-width: 1366px) {
    .btp-integration-hero {
        padding: 150px 0 95px;
    }

    .btp-integration-hero-wrapper {
        gap: 70px;
    }

    .btp-integration-hero-content h1 {
        font-size: 64px;
    }

    .btp-integration-hero-content p {
        font-size: 23px;
    }

    .btp-integration-hero-image img {
        max-width: 560px;
    }
}

@media (max-width: 1199px) {
    .btp-integration-hero-wrapper {
        grid-template-columns: minmax(360px, 1fr) minmax(340px, 500px);
        gap: 50px;
    }

    .btp-integration-hero-content h1 {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .btp-integration-hero {
        padding: 120px 0 70px;
    }

    .btp-integration-hero-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .btp-integration-breadcrumb {
        justify-content: center;
        margin-bottom: 30px;
    }

    .btp-integration-hero-content h1 {
        max-width: 680px;
        margin: 0 auto;
    }

    .btp-integration-line,
    .btp-integration-hero-image img {
        margin-left: auto;
        margin-right: auto;
    }

    .btp-integration-suite {
        padding: 70px 0;
    }

    .btp-integration-suite h2 {
        font-size: 36px;
    }

    .btp-integration-suite p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .btp-integration-hero {
        padding: 100px 0 60px;
    }

    .btp-integration-breadcrumb {
        flex-wrap: wrap;
        font-size: 14px;
    }

    .btp-integration-hero-wrapper {
        gap: 2px;
    }

    .btp-integration-hero-content h1 {
        font-size: 40px;
    }


    .btp-integration-hero-content p {
        margin-top: 22px;
        font-size: 19px;
    }

    .btp-integration-line {
        margin-top: 30px;
    }

    .btp-integration-suite {
        padding: 56px 0;
    }

    .btp-integration-suite h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .btp-integration-suite p {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 1.65;
    }
}

@media (max-width: 575px) {
    .btp-integration-hero {
        padding: 86px 0 48px;
    }

    .btp-integration-hero-content h1 {
        font-size: 32px;
    }

    .btp-integration-hero-content p {
        font-size: 17px;
    }
}





.btp-integration-key-section {
    background: #f3f7fa;
    padding: 90px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.btp-integration-key-container h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    color: #11181c;
    margin: 0 0 32px;
}

.btp-integration-key-grid {
    display: grid;
    grid-template-columns: minmax(300px, 367px) repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.btp-integration-key-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    padding: 24px;
    min-height: 230px;
    box-shadow: 0 12px 28px rgba(15, 27, 45, 0.08);
}

.btp-integration-key-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #161616;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

/* Top row */
.btp-integration-key-card-1 {
    grid-column: 1 / 2;
    min-height: 250px;
    padding-right: 178px;
}

.btp-integration-key-card-1 img {
    position: absolute;
    right: -4px;
    top: 14px;
    width: 166px;
    z-index: 1;
}

.btp-integration-key-card-2 {
    grid-column: 2 / 4;
    min-height: 250px;
    padding-right: 180px;
}

.btp-integration-key-card-2 img {
    position: absolute;
    right: 0;
    top: 0;
    width: 132px;
    height: 202px;
    object-fit: cover;
    z-index: 1;
}

.btp-integration-key-card-3 {
    grid-column: 4 / 6;
    min-height: 250px;
    padding-right: 168px;
}

.btp-integration-key-card-3 img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    z-index: 1;
}

/* Bottom row */
.btp-integration-key-card-4 {
    grid-column: 1 / 2;
    padding-right: 165px;
}

.btp-integration-key-card-4 img {
    position: absolute;
    right: 0;
    top: 0;
    width: 106px;
    height: 116px;
    object-fit: cover;
    z-index: 1;
}

.btp-integration-key-card-5,
.btp-integration-key-card-6,
.btp-integration-key-card-7,
.btp-integration-key-card-8 {
    min-height: 230px;
}

.btp-integration-key-card-5 {
    grid-column: 2 / 3;
    display: flex;
    align-items: flex-end;
    padding-top: 80px;
    padding-bottom: 42px;
}

.btp-integration-key-card-5 img {
    position: absolute;
    right: -1px;
    top: 0;
    width: 72px;
    z-index: 1;
    height: 72px;
}

.btp-integration-key-card-6 {
    grid-column: 3 / 4;
    padding: 28px 24px;
}

.btp-integration-card-6-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 72%;
    background-image: url("../images/btp-integration/Vector-227.webp");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.btp-integration-roi-content {
    position: relative;
    z-index: 2;
}

.btp-integration-roi-content h3 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: #101720;
}

.btp-integration-roi-content h3 img {
    width: 26px;
    margin-top: 6px;
}

.btp-integration-key-card-7 {
    grid-column: 4 / 5;
    display: flex;
    align-items: flex-end;
    padding-top: 96px;
}

.btp-integration-key-card-7 img {
    position: absolute;
    top: 25px;
    right: 42px;
    width: 108px;
    z-index: 1;
}

.btp-integration-key-card-8 {
    grid-column: 5 / 6;
    padding: 24px;
}

.btp-integration-card-8-bg {
    position: absolute;
    inset: 0;
    background-image: url(../images/btp-integration/Group-1000004907.webp);
    width: 205px;

    background-position: top right;
    background-repeat: no-repeat;
    z-index: 1;
}

.btp-integration-key-card-8 p {
    max-width: 190px;
}

/* Responsive */
@media (max-width: 1199px) {
    .btp-integration-key-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .btp-integration-key-card-1,
    .btp-integration-key-card-2,
    .btp-integration-key-card-3,
    .btp-integration-key-card-4,
    .btp-integration-key-card-5,
    .btp-integration-key-card-6,
    .btp-integration-key-card-7,
    .btp-integration-key-card-8 {
        grid-column: span 3;
    }
}

@media (max-width: 767px) {
    .btp-integration-key-section {
        padding: 60px 16px;
    }

    .btp-integration-key-container h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .btp-integration-key-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .btp-integration-key-card-1,
    .btp-integration-key-card-2,
    .btp-integration-key-card-3,
    .btp-integration-key-card-4,
    .btp-integration-key-card-5,
    .btp-integration-key-card-6,
    .btp-integration-key-card-7,
    .btp-integration-key-card-8 {
        grid-column: span 1;
    }

    .btp-integration-key-card {
        min-height: 190px;
        padding: 22px;
    }

    .btp-integration-hero-content {
        margin-top: 40px;
        margin-bottom: auto;
    }

    .btp-integration-line,
    .btp-integration-hero-image img {
        margin-bottom: 30px;

    }

    .btp-integration-key-card p {
        font-size: 16px;
    }

    .btp-integration-key-card-1,
    .btp-integration-key-card-2,
    .btp-integration-key-card-3,
    .btp-integration-key-card-4 {
        padding-right: 115px;
    }

    .btp-integration-key-card-1 img,
    .btp-integration-key-card-2 img,
    .btp-integration-key-card-3 img,
    .btp-integration-key-card-4 img {
        width: 110px;
    }

    .btp-integration-roi-content h3 {
        font-size: 48px;
    }
}

/* =========================================================
   BTP INTEGRATION LANDSCAPE CONSOLIDATION SECTION
========================================================= */

.btp-landscape-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 20px 20px;
    font-family: "Manrope", sans-serif;
}

.btp-landscape-accent {
    position: absolute;
    top: -16px;
    left: calc(50% - 520px);
    width: 124px;
    height: 124px;
    z-index: 1;
}

.btp-landscape-accent img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btp-landscape-container {
    position: relative;
    z-index: 2;
}

.btp-landscape-container h2 {
    margin: 0 0 26px;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}

.btp-landscape-visual {
    width: 100%;
    max-width: 1166px;
    margin-bottom: 20px;
}

.btp-landscape-visual img {
    min-width: 1290px;
    height: auto;

}

.btp-landscape-content {
    display: grid;
    grid-template-columns: 1fr 650px;
    align-items: start;
    gap: 78px;
}

.btp-landscape-points {
    display: grid;
    gap: 28px;
    margin: 0;

    padding-right: 50px;
    list-style: none;
}

.btp-landscape-points li {
    position: relative;
    margin: 0;
    padding-left: 26px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.btp-landscape-points li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #161616;
}

.btp-landscape-table {
    width: 100%;
    max-width: 100%;
}

.btp-landscape-table img {
    width: 100%;
    height: auto;
}

@media (max-width: 1366px) {
    .btp-landscape-accent {
        left: calc(50% - 488px);
    }
}

@media (max-width: 1199px) {
    .btp-landscape-content {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .btp-landscape-table {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .btp-landscape-section {
        padding: 76px 16px 60px;
    }

    .btp-landscape-accent {
        left: 16px;
        top: -10px;
        width: 86px;
        height: 86px;
    }

    .btp-landscape-container h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .btp-landscape-visual {
        margin-bottom: 34px;
    }

    .btp-landscape-points {
        gap: 22px;
    }

    .btp-landscape-points li {
        font-size: 16px;
        line-height: 1.65;
    }
}

@media (max-width: 575px) {
    .btp-landscape-section {
        padding-top: 70px;
    }

    .btp-landscape-container h2 {
        font-size: 27px;
    }
}


.btp-seamless-section {
    position: relative;
    overflow: hidden;
    padding: 80px 60px 0;
    font-family: "Manrope", sans-serif;
}

.btp-seamless-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    max-height: 530px;
}

.btp-seamless-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.btp-seamless-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 80px;
    align-items: center;
    padding-bottom: 80px;
}

.btp-seamless-content h2 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.btp-seamless-content p {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    max-width: 540px;
}

.btp-seamless-content p:last-child {
    margin-bottom: 0;
}

.btp-seamless-content {
    margin-bottom: 45px;
}

.btp-seamless-image img {
    width: 100%;
    border-radius: 18px;
    display: block;
    object-fit: cover;
}

.btp-seamless-logo {
    position: relative;
    right: 60px;
    z-index: 2;
    padding: 0 0 0 60px;
}

.btp-seamless-logo img {
    width: 120px;
    display: block;
}

@media (max-width: 1199px) {
    .btp-seamless-container {
        grid-template-columns: 1fr 400px;
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .btp-seamless-section {
        padding: 60px 30px 0;
    }

    .btp-seamless-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 60px;
    }

    .btp-seamless-content p {
        max-width: 100%;
    }

    .btp-seamless-logo {
        padding: 0 0 0 30px;
    }
}

@media (max-width: 767px) {
    .btp-seamless-section {
        padding: 50px 18px 0;
    }

    .btp-seamless-content h2 {
        font-size: 20px;
    }

    .btp-seamless-content p {
        font-size: 14px;
    }

    .btp-seamless-logo {
        padding: 0 0 0 18px;
    }

    .btp-seamless-logo img {
        width: 90px;
    }
}

/* =========================================================
   BTP SEAMLESS INTEGRATION SECTION END
========================================================= */

/* =========================================================
   BTP ACCELERATORS SECTION
========================================================= */

.btp-accelerators-section {
    position: relative;
    overflow: visible;
    font-family: "Manrope", sans-serif;
}

.btp-accelerators-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.btp-accelerators-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.btp-accelerators-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 60px;
    margin-top: 60px;
}

.btp-accelerators-top {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 480px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.btp-accelerators-header h2 {
    margin: 0 0 20px;
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
}

.btp-accelerators-header p {
    margin: 0;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    max-width: 665px;
}

.btp-accelerators-jet {
    position: absolute;
    top: -132px;
    left: 680px;
    width: 628px;
    z-index: 3;
}

.btp-accelerators-jet img {
    width: 100%;
    display: block;
}

.btp-accelerators-content {
    max-width: 800px;
}

.btp-accelerator-item {
    padding-bottom: 35px;
}

.btp-accelerator-item h3 {
    margin: 0 0 16px;
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.btp-accelerator-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btp-accelerator-item ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.65;
}

.btp-accelerator-item ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #2d3748;
    font-size: 14px;
}

.btp-accelerator-divider {
    border-block-start: none !important;
    height: 2px;
    background: linear-gradient(89.99deg, #108DC7 0.01%, #EF8E38 98.52%);
    margin-top: 35px;
}

@media (max-width: 1199px) {
    .btp-accelerators-top {
        grid-template-columns: 1fr 380px;
    }
}

@media (max-width: 991px) {
    .btp-accelerators-top {
        grid-template-columns: 1fr;
    }

    .btp-accelerators-jet {
        display: none;
    }

    .btp-accelerators-container {
        padding: 60px 30px;
    }
}

@media (max-width: 767px) {
    .btp-accelerators-container {
        padding: 50px 18px;
    }

    .btp-accelerators-header h2 {
        font-size: 26px;
    }

    .btp-accelerators-content {
        max-width: 100%;
    }
}

/* =========================================================
   BTP ACCELERATORS SECTION END
========================================================= */

/* =========================================================
   BTP CTA SECTION START
========================================================= */

.btp-cta-section {
    position: relative;
    overflow: visible;
    min-height: 320px;
    display: flex;
    align-items: center;
    font-family: "Manrope", sans-serif;
}

.btp-cta-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.btp-cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.btp-cta-antenna {
    position: absolute;
    left: 1px;
    bottom: 0;
    z-index: 2;
    width: 590px;
    top: 25px;
}

.btp-cta-antenna img {
    width: 100%;
    display: block;
    margin-top: -80px;
    height: 381px;
}

.btp-cta-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 70px 60px;
    display: flex;
    justify-content: flex-end;
}

.btp-cta-content {
    max-width: 600px;
}

.btp-cta-content h2 {
    margin: 0 0 30px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}

.btp-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    background: #149dab;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btp-cta-btn:hover {
    background: #0fb4cb;
    color: #fff;
}

@media (max-width: 1199px) {
    .btp-cta-antenna {
        width: 380px;
    }
}

@media (max-width: 991px) {
    .btp-cta-antenna {
        width: 280px;
    }

    .btp-cta-container {
        justify-content: flex-end;
        padding: 60px 30px;
    }
}

@media (max-width: 767px) {
    .btp-cta-antenna {
        width: 200px;
    }

    .btp-cta-container {
        padding: 50px 18px;
        justify-content: center;
    }

    .btp-cta-content {
        text-align: center;
    }

    .btp-cta-content h2 {
        font-size: 20px;
    }
}

/* =========================================================
   BTP CTA SECTION END
========================================================= */
/* =========================================================
   BTP INTEGRATION PAGE END
========================================================= */

/* =========================================================
   DATA DRIVEN PAGE START
========================================================= */

.data-driven-insights-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 400px;
    padding: 0 20px;
    background-color: #0F1B2D;
    font-family: "Manrope", sans-serif;
}

.data-driven-insights-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
    transition: opacity 0.3s ease;
}

.data-driven-insights-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.data-driven-insights-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.data-driven-insights-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.data-driven-insights-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

/* --- HERO SECTION MEDIA QUERIES --- */

/* Large Screen */
@media (max-width: 1366px) {
    .data-driven-insights-hero-container {
        max-width: 1140px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .data-driven-insights-hero {
        min-height: 360px;
    }

    .data-driven-insights-hero-container {
        min-height: 360px;
    }

    .data-driven-insights-hero h1 {
        font-size: 34px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .data-driven-insights-hero {
        min-height: 340px;
        padding: 0 18px;
    }

    .data-driven-insights-hero-container {
        min-height: 340px;
    }

    .data-driven-insights-hero h1 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .data-driven-insights-hero {
        min-height: 320px;
        padding: 0 16px;
    }

    .data-driven-insights-hero-bg img {
        object-position: center top;
    }

    .data-driven-insights-hero-container {
        min-height: 320px;
    }

    .data-driven-insights-hero h1 {
        font-size: 30px;
        line-height: 1.3;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .data-driven-insights-hero {
        min-height: 280px;
        padding: 0 14px;
    }

    .data-driven-insights-hero-container {
        min-height: 280px;
    }

    .data-driven-insights-hero h1 {
        font-size: 26px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .data-driven-insights-hero h1 {
        font-size: 23px;
    }
}


/* =========================================================
   2. ARTICLE & SIDEBAR SECTION CSS
========================================================= */
.data-driven-article-section {
    background: #ffffff;
    padding: 58px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.data-driven-article-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 914px 285px;
    gap: 80px;
    align-items: start;
}

.data-driven-article-content {
    color: #26323d;
}

.data-driven-article-date {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 70px;
    color: #004774;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.data-driven-article-date i {
    font-size: 15px;
    color: #004774;
}

.data-driven-article-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.data-driven-article-content h2 {
    margin: 28px 0 18px;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

.data-driven-article-content h3 {
    margin: 26px 0 12px;
    color: #26323d;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}

.data-driven-article-content ol {
    margin: 22px 0 30px 27px;
    padding-left: 16px;
    color: #2d3742;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.8;
    list-style: decimal;
}

.data-driven-article-content ol li {
    margin-bottom: 14px;
    list-style: decimal;
    color: #161616;
    font-size: 15px;
}

.data-driven-article-closing {
    margin-top: 70px !important;
}

.data-driven-article-closing a {
    color: #f25b6b;
    font-weight: 700;
}

.data-driven-featured-sidebar {
    position: static;
    padding-top: 24px;
}

.data-driven-featured-sidebar h2 {
    display: block;
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    color: #161616;
    border-bottom: 2px solid #222222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.data-driven-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.data-driven-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.data-driven-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.data-driven-featured-card small {
    display: block;
    margin-top: 10px;
    color: #9aa2ad;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.data-driven-featured-card:hover strong {
    color: #18c4d6;
}



a.dd-nvp-link {
    color: #ff4848;
    font-size: 15px;
    font-weight: 800;
}

/* --- ARTICLE & SIDEBAR SECTION MEDIA QUERIES --- */

/* Large Screen */
@media (max-width: 1366px) {
    .data-driven-article-container {
        max-width: 1140px;
        grid-template-columns: 1fr 300px;
        gap: 60px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .data-driven-article-section {
        padding: 55px 20px 85px;
    }

    .data-driven-article-container {
        grid-template-columns: 1fr 280px;
        gap: 48px;
    }

    .data-driven-article-date {
        margin-bottom: 60px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .data-driven-article-section {
        padding: 50px 20px 80px;
    }

    .data-driven-article-container {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 50px;
    }

    .data-driven-featured-sidebar {
        position: static;
        padding-top: 0;
    }

    .data-driven-featured-card {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 22px;
    }

    .data-driven-featured-card img {
        width: 110px;
        height: 70px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .data-driven-article-section {
        padding: 44px 18px 70px;
    }

    .data-driven-article-container {
        gap: 42px;
    }

    .data-driven-article-date {
        margin-bottom: 42px;
        font-size: 12px;
    }

    .data-driven-article-content h2 {
        font-size: 24px;
        margin: 26px 0 16px;
    }

    .data-driven-article-content h3 {
        font-size: 17px;
    }

    .data-driven-article-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .data-driven-article-content ol {
        margin-left: 20px;
        padding-left: 12px;
        font-size: 14px;
    }

    .data-driven-article-content ol li {
        font-size: 14px;
    }

    .data-driven-article-closing {
        margin-top: 45px !important;
    }

    .data-driven-featured-sidebar h2 {
        margin-bottom: 28px;
    }

    .data-driven-featured-card {
        gap: 18px;
        margin-bottom: 30px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .data-driven-article-section {
        padding: 40px 15px 60px;
    }

    .data-driven-article-date {
        margin-bottom: 35px;
    }

    .data-driven-article-content h2 {
        font-size: 22px;
    }

    .data-driven-article-content h3 {
        font-size: 16px;
    }

    .data-driven-featured-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        margin-bottom: 28px;
    }

    .data-driven-featured-card img {
        width: 92px;
        height: 62px;
    }

    .data-driven-featured-card strong {
        font-size: 12px;
        line-height: 1.45;
    }

    .data-driven-featured-card small {
        font-size: 11px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .data-driven-article-section {
        padding: 35px 12px 50px;
    }

    .data-driven-article-content h2 {
        font-size: 20px;
    }

    .data-driven-article-content p,
    .data-driven-article-content ol li {
        font-size: 13.5px;
    }

    .data-driven-featured-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .data-driven-featured-card img {
        width: 82px;
        height: 58px;
    }
}

.dd-bold {
    font-weight: 700;
}

.dd-nvp-link {
    color: #0066cc;
    font-weight: 700;
}

.data-driven-italic {
    font-style: italic;
    font-weight: 800;
}

/* =========================================================
   DATA DRIVEN PAGE END
========================================================= */

/* =========================================================
   OIL SANDS SAP DATABRICKS PAGE START
========================================================= */

/* --- HERO SECTION START --- */
.oil-sands-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 400px;
    padding: 0 20px;
    background-color: #0F1B2D;
    font-family: "Manrope", sans-serif;
}

.oil-sands-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
    transition: opacity 0.3s ease;
}

.oil-sands-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.oil-sands-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.oil-sands-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.oil-sands-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.oil-sands-hero h4 {
    font-size: 20px;
    font-weight: 600;
    color: #11181C;
}

/* Large Screen */
@media (max-width: 1366px) {
    .oil-sands-hero-container {
        max-width: 1140px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .oil-sands-hero {
        min-height: 360px;
    }

    .oil-sands-hero-container {
        min-height: 360px;
    }

    .oil-sands-hero h1 {
        font-size: 34px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .oil-sands-hero {
        min-height: 340px;
        padding: 0 18px;
    }

    .oil-sands-hero-container {
        min-height: 340px;
    }

    .oil-sands-hero h1 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .oil-sands-hero {
        min-height: 320px;
        padding: 0 16px;
    }

    .oil-sands-hero-bg img {
        object-position: center top;
    }

    .oil-sands-hero-container {
        min-height: 320px;
    }

    .oil-sands-hero h1 {
        font-size: 30px;
        line-height: 1.3;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .oil-sands-hero {
        min-height: 280px;
        padding: 0 14px;
    }

    .oil-sands-hero-container {
        min-height: 280px;
    }

    .oil-sands-hero h1 {
        font-size: 26px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .oil-sands-hero h1 {
        font-size: 23px;
    }
}

/* --- HERO SECTION END --- */

/* --- ARTICLE SECTION START --- */
.oil-sands-article-section {
    background: #ffffff;
    padding: 58px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.oil-sands-article-container {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 914px 285px;
    gap: 80px;
    align-items: start;
}

.oil-sands-article-content {
    color: #26323d;
}

.oil-sands-article-date {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 28px;
    color: #0f5274;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.oil-sands-article-date i {
    font-size: 15px;
    color: #004774;
}

.oil-sands-article-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.oil-sands-article-content h2 {
    margin: 28px 0 18px;
    color: #11181c;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
}

.oil-sands-article-content h3 {
    margin: 26px 0 12px;
    color: #26323d;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.35;
}

.oil-sands-article-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #11181C;
}

.oil-sands-article-content ul {
    margin: 0 0 22px 20px;
    padding-left: 16px;
    list-style: disc;
}

.oil-sands-article-content ul li {
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.oil-sands-inline-link {
    color: #ff4848;
    font-weight: 700;
}

.oil-sands-featured-sidebar {
    position: static;
    padding-top: 24px;
}

.oil-sands-featured-sidebar h2 {
    display: block;
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    color: #161616;
    border-bottom: 2px solid #222222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.oil-sands-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.oil-sands-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.oil-sands-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.oil-sands-featured-card small {
    display: block;
    margin-top: 10px;
    color: #9aa2ad;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.oil-sands-featured-card:hover strong {
    color: #18c4d6;
}

/* Large Screen */
@media (max-width: 1366px) {
    .oil-sands-article-container {
        max-width: 1140px;
        grid-template-columns: 1fr 300px;
        gap: 60px;
    }
}

/* Laptop */
@media (max-width: 1199px) {
    .oil-sands-article-section {
        padding: 55px 20px 85px;
    }

    .oil-sands-article-container {
        grid-template-columns: 1fr 280px;
        gap: 48px;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .oil-sands-article-section {
        padding: 50px 20px 80px;
    }

    .oil-sands-article-container {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 50px;
    }

    .oil-sands-featured-sidebar {
        padding-top: 0;
    }

    .oil-sands-featured-card {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 22px;
    }

    .oil-sands-featured-card img {
        width: 110px;
        height: 70px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .oil-sands-article-section {
        padding: 44px 18px 70px;
    }

    .oil-sands-article-container {
        gap: 42px;
    }

    .oil-sands-article-content h2 {
        font-size: 24px;
        margin: 26px 0 16px;
    }

    .oil-sands-article-content h3 {
        font-size: 17px;
    }

    .oil-sands-article-content p,
    .oil-sands-article-content ul li {
        font-size: 14px;
    }

    .oil-sands-featured-sidebar h2 {
        margin-bottom: 28px;
    }

    .oil-sands-featured-card {
        gap: 18px;
        margin-bottom: 30px;
    }
}

/* Small Mobile */
@media (max-width: 575px) {
    .oil-sands-article-section {
        padding: 40px 15px 60px;
    }

    .oil-sands-article-content h2 {
        font-size: 22px;
    }

    .oil-sands-article-content h3 {
        font-size: 16px;
    }

    .oil-sands-featured-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        margin-bottom: 28px;
    }

    .oil-sands-featured-card img {
        width: 92px;
        height: 62px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .oil-sands-article-content h2 {
        font-size: 20px;
    }
}

/* --- ARTICLE SECTION END --- */

/* =========================================================
   OIL SANDS SAP DATABRICKS PAGE END
========================================================= */

/* =========================================================
   SAP BTP ENTERPRISE POTENTIAL PAGE START
========================================================= */

/* --- HERO SECTION START --- */
.sap-btp-ep-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 400px;
    font-family: "Manrope", sans-serif;
}

.sap-btp-ep-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sap-btp-ep-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sap-btp-ep-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
}

.sap-btp-ep-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 418px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sap-btp-ep-hero-content {
    max-width: 850px;
    margin-left: 40px;
}

/* Breadcrumb */
.sap-btp-ep-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.sap-btp-ep-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sap-btp-ep-breadcrumb a:hover {
    color: #18c4d6;
}

.sap-btp-ep-breadcrumb i {
    font-size: 11px;
    color: #ffffff;
}

.sap-btp-ep-breadcrumb i:first-of-type {
    color: #18C4D6;
}

.sap-btp-ep-breadcrumb span {
    color: #ffffff;
}

/* Title */
.sap-btp-ep-hero h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

/* Bottom bar (Rectangle-114) */
.sap-btp-ep-hero-bottom-bar {
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 0;
}

.sap-btp-ep-hero-bottom-bar img {
    width: 100%;
    display: block;
}

/* --- HERO SECTION END --- */

/* --- ARTICLE SECTION START --- */
.sap-btp-ep-article-section {
    background: #ffffff;
    padding: 70px 20px 100px;
    font-family: "Manrope", sans-serif;
    position: relative;
    overflow: hidden;
}

.sap-btp-ep-article-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

/* Dots BG — top-right corner of section */
.sap-btp-ep-dots-bg {
    position: absolute;
    top: -80px;
    right: -10px;
    width: 200px;
    pointer-events: none;
    z-index: 0;
}

.sap-btp-ep-dots-bg img {
    width: 100%;
    display: block;
}

/* Content column — centered, constrained width */
.sap-btp-ep-content {
    position: relative;
    z-index: 1;
    /* max-width: 860px;
    color: #26323d; */
}

.sap-btp-ep-content h2 {
    margin: 40px 0 18px;
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;
}

.sap-btp-ep-content h2:first-child {
    margin-top: 0;
}

.sap-btp-ep-content h3 {
    margin: 26px 0 12px;
    color: #26323d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.sap-btp-ep-content p {
    margin: 0 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}


.sap-btp-ep-content ul {
    margin: 0 0 18px 0;
    padding-left: 20px;
    list-style: disc;
}

.sap-btp-ep-content ul li {
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

/* Bold label paragraph */
.sap-btp-ep-bold-label {
    font-weight: 800 !important;
    color: #11181C !important;
    margin-bottom: 8px !important;
    font-size: 20px !important;
}

.sap-btp-ep-content h5 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #11181C;
    line-height: 1.4;
}

.sap-btp-ep-bold-downd-heading {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #11181c !important;
}

/* Inline link */
.sap-btp-ep-inline-link {
    color: #ff4848;
    font-weight: 600;
    text-decoration: underline;
}

/* Divider line image */
.sap-btp-ep-divider-line {
    margin: 30px 0 26px;
    width: 150px;
}

.sap-btp-ep-divider-line img {
    width: 100%;
    display: block;
}


/* Inline images */
.sap-btp-ep-inline-image {
    margin: 26px 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.sap-btp-ep-inline-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* --- ARTICLE SECTION END --- */

/* 1366px — container 1140px */
@media (max-width: 1366px) {
    .sap-btp-ep-hero-container {
        max-width: 1140px;
    }

    .sap-btp-ep-article-container {
        max-width: 1140px;
    }

    .sap-btp-ep-dots-bg {
        width: 220px;
    }
}

/* Laptop 1199px */
@media (max-width: 1199px) {
    .sap-btp-ep-hero {
        min-height: 360px;
    }

    .sap-btp-ep-hero-container {
        min-height: 360px;
    }

    .sap-btp-ep-hero h1 {
        font-size: 34px;
    }

    .sap-btp-ep-article-section {
        padding: 60px 20px 85px;
    }

    .sap-btp-ep-dots-bg {
        width: 180px;
    }

    .sap-btp-ep-content {
        max-width: 780px;
    }
}

/* Tablet 991px */
@media (max-width: 991px) {
    .sap-btp-ep-hero {
        min-height: 340px;
    }

    .sap-btp-ep-hero-container {
        min-height: 340px;
        padding: 0 24px;
    }

    .sap-btp-ep-hero h1 {
        font-size: 30px;
    }

    .sap-btp-ep-article-section {
        padding: 55px 20px 80px;
    }

    .sap-btp-ep-content {
        max-width: 100%;
    }

    .sap-btp-ep-dots-bg {
        width: 140px;
    }
}

/* Mobile 767px */
@media (max-width: 767px) {
    .sap-btp-ep-hero {
        min-height: 300px;
    }

    .sap-btp-ep-hero-container {
        min-height: 300px;
        padding: 0 18px;
    }

    .sap-btp-ep-hero h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .sap-btp-ep-breadcrumb {
        font-size: 12px;
    }

    .sap-btp-ep-article-section {
        padding: 44px 18px 70px;
    }

    .sap-btp-ep-content h2 {
        font-size: 22px;
    }

    .sap-btp-ep-content h3 {
        font-size: 16px;
    }

    .sap-btp-ep-dots-bg {
        width: 100px;
    }
}

/* Small Mobile 575px */
@media (max-width: 575px) {
    .sap-btp-ep-hero {
        min-height: 270px;
    }

    .sap-btp-ep-hero-container {
        min-height: 270px;
        padding: 0 14px;
    }

    .sap-btp-ep-hero h1 {
        font-size: 22px;
    }

    .sap-btp-ep-article-section {
        padding: 38px 15px 60px;
    }

    .sap-btp-ep-content h2 {
        font-size: 20px;
    }

    .sap-btp-ep-content h3 {
        font-size: 15px;
    }

    .sap-btp-ep-content p,
    .sap-btp-ep-content ul li {
        font-size: 14px;
    }

    .sap-btp-ep-dots-bg {
        width: 80px;
    }
}

/* Extra Small 375px */
@media (max-width: 375px) {
    .sap-btp-ep-hero h1 {
        font-size: 20px;
    }
}

/* =========================================================
   SAP BTP ENTERPRISE POTENTIAL PAGE END
========================================================= */

/* =========================================================
   EXPLORING SAP BTP PAGE START
   Page Scoped CSS
========================================================= */

/* =========================
   HERO SECTION START
========================= */

.explore-btp-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 400px;
    font-family: "Manrope", sans-serif;
}

.explore-btp-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.explore-btp-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.explore-btp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
}

.explore-btp-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 418px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.explore-btp-hero-content {
    max-width: 850px;
    margin-left: 40px;
}

.explore-btp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.explore-btp-breadcrumb a,
.explore-btp-breadcrumb span {
    color: #ffffff;
    text-decoration: none;
}

.explore-btp-breadcrumb i {
    color: #18c4d6;
    text-decoration: none;
}

.explore-btp-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;
}

.explore-btp-subtitle-down {

    margin: 0 0 16px;
    color: #161616;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.78;
}

.explore-btp-title-down {
    margin: 0;
    color: #004774 !important;
    font-size: 35px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-bottom: 20px !important;
}

.explore-btp-hero {
    position: relative;
    overflow: hidden;
}

/* Bottom Full Width Gradient Line */
.explore-btp-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    /* thickness */
    background: linear-gradient(90deg,
            #2db7f5 0%,
            #5bc7ef 20%,
            #a5d9d4 45%,
            #e8c38a 75%,
            #f39a32 100%);
    z-index: 5;
}

/* =========================
   HERO SECTION END
========================= */


/* =========================
   ARTICLE SECTION START
========================= */

.explore-btp-article-section {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 70px 20px 0px;
    font-family: "Manrope", sans-serif;
}

.explore-btp-article-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.explore-btp-dots-bg {
    position: absolute;
    top: -125px;
    right: 9px;
    width: 200px;
    pointer-events: none;
    z-index: 0;
}

.explore-btp-dots-bg img {
    width: 100%;
    display: block;
}

.explore-btp-content {
    position: relative;
    z-index: 1;
}

.explore-btp-content h2 {
    margin: 40px 0 18px;
    color: #11181c;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.explore-btp-content-two {
    margin: 40px 0 18px;
    color: #11181c;
    font-size: 35px !important;
    font-weight: 800;
    line-height: 1.25;
}

.explore-btp-content h2:first-child {
    margin-top: 0;
}

.explore-btp-content h3 {
    margin: 26px 0 12px;
    color: #26323d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.explore-btp-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #11181c;
}

.explore-btp-content p {
    margin: 0 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.explore-btp-content ul {
    margin: 0 0 18px 0;
}

.explore-btp-content ul li {
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.explore-btp-divider-line {
    margin: 30px 0 26px;

}

.explore-btp-divider-line img {

    max-width: 100%;
    height: auto;
}

.explore-btp-inline-image {
    margin: 26px 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.explore-btp-inline-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* =========================
   ARTICLE SECTION END
========================= */


/* =========================
   OFFERINGS SECTION START
========================= */

.explore-btp-offerings-section {
    margin-bottom: 40px;
}

.explore-btp-offerings-section h2 {
    margin: 40px 0 30px;
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;
}


.explore-btp-offering-title {
    position: relative;
    flex: 0 0 160px;
    padding-left: 20px;
    color: #1c8dc0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
}

.explore-btp-dot {
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1c8dc0;
}

.explore-btp-offering-desc {
    flex: 1;
}

.explore-btp-offering-desc p {
    margin: 0 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
}

.explore-btp-offering-desc p.explore-btp-sub-heading {
    margin-bottom: 8px;
    font-weight: 600;
}

.explore-btp-sub-list {
    margin: 0 0 15px 0;
    padding-left: 20px;
    list-style: disc;
}

.explore-btp-sub-list li {
    margin-bottom: 8px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
}

.explore-btp-sub-list li strong {
    color: #000000;
    font-weight: 800;
}

/* =========================
   OFFERINGS SECTION END
========================= */


/* =========================
   CTA HERO SECTION START
========================= */

.explore-btp-hero .explore-btp-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: 1;
}

.explore-btp-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.explore-btp-page-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.explore-btp-hero .explore-btp-container {
    min-height: 418px;
    display: flex;
    align-items: center;
}

.explore-btp-hero .explore-btp-container .explore-btp-content {
    max-width: 550px;
    position: relative;
    z-index: 3;
}

.explore-btp-title {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

.explore-btp-subtitle {
    margin: 0;
    color: #18c4d6;
    font-size: 20px;
    font-weight: 600;
}

/* =========================
   CTA HERO SECTION END
========================= */


/* =========================
   CASE STUDIES SECTION START
========================= */

.explore-btp-cases {
    background: #ffffff;
    padding: 58px 20px 90px;
    font-family: "Manrope", sans-serif;
}

.explore-btp-cases-heading {
    margin: 0 0 30px;
    color: #11181c;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
}

.explore-btp-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 42px;
}

.explore-btp-card {
    background-color: #004774;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}


.explore-btp-card-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 52%;
    overflow: hidden;
}

.explore-btp-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-btp-card-content {
    padding: 26px 30px;
    flex-grow: 1;
}

.explore-btp-card-text {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.explore-btp-cases-action {
    text-align: center;
}

.explore-btp-btn-view-all {
    display: inline-block;
    background-color: #149dab;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 70px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 4px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.explore-btp-btn-view-all:hover {
    background-color: #0f5274;
}

/* =========================
   CASE STUDIES SECTION END
========================= */


/* =========================================================
   RESPONSIVE CSS START
========================================================= */

/* 1366px */
@media (max-width: 1366px) {

    .explore-btp-hero-container,
    .explore-btp-article-container,
    .explore-btp-container,
    .explore-btp-page-container {
        max-width: 1140px;
    }

    .explore-btp-dots-bg {
        width: 220px;
    }
}

/* 1199px */
@media (max-width: 1199px) {
    .explore-btp-hero {
        min-height: 360px;
    }

    .explore-btp-hero-container,
    .explore-btp-hero .explore-btp-container {
        min-height: 360px;
    }

    .explore-btp-article-section {
        padding: 60px 20px 85px;
    }

    .explore-btp-dots-bg {
        width: 180px;
    }

    .explore-btp-title {
        font-size: 34px;
    }

    .explore-btp-cases {
        padding: 55px 20px 85px;
    }
}

/* 991px */
@media (max-width: 991px) {
    .explore-btp-hero {
        min-height: 340px;
    }

    .explore-btp-hero-container,
    .explore-btp-hero .explore-btp-container {
        min-height: 340px;
        padding: 0 24px;
    }

    .explore-btp-hero-content {
        margin-left: 0;
    }

    .explore-btp-hero h1,
    .explore-btp-title {
        font-size: 30px;
    }

    .explore-btp-article-section {
        padding: 55px 20px 80px;
    }

    .explore-btp-dots-bg {
        width: 140px;
    }

    .explore-btp-cases {
        padding: 50px 20px 80px;
    }

    .explore-btp-cases-grid {
        gap: 24px;
    }
}

/* 767px */
@media (max-width: 767px) {
    .explore-btp-hero {
        min-height: 300px;
    }

    .explore-btp-hero-container,
    .explore-btp-hero .explore-btp-container {
        min-height: 300px;
        padding: 0 18px;
    }

    .explore-btp-hero h1,
    .explore-btp-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .explore-btp-subtitle {
        font-size: 16px;
    }

    .explore-btp-article-section {
        padding: 44px 18px 70px;
    }

    .explore-btp-content h2 {
        font-size: 22px;
    }

    .explore-btp-content h3 {
        font-size: 16px;
    }

    .explore-btp-dots-bg {
        width: 100px;
    }

    .explore-btp-offering-item {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 30px;
    }

    .explore-btp-offering-title {
        flex: auto;
        margin-bottom: 10px;
    }

    .explore-btp-offering-title br {
        display: none;
    }

    .explore-btp-cases {
        padding: 44px 18px 70px;
    }

    .explore-btp-cases-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .explore-btp-cases-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .explore-btp-card-text {
        font-size: 17px;
    }
}

/* 575px */
@media (max-width: 575px) {
    .explore-btp-hero {
        min-height: 270px;
    }

    .explore-btp-hero-container,
    .explore-btp-hero .explore-btp-container {
        min-height: 270px;
        padding: 0 14px;
    }

    .explore-btp-hero h1,
    .explore-btp-title {
        font-size: 22px;
    }

    .explore-btp-article-section {
        padding: 38px 15px 60px;
    }

    .explore-btp-dots-bg {
        width: 80px;
    }

    .explore-btp-offerings-section h2 {
        font-size: 22px;
    }

    .explore-btp-offering-title {
        font-size: 16px;
    }

    .explore-btp-offering-desc p,
    .explore-btp-sub-list li {
        font-size: 14px;
    }

    .explore-btp-cases {
        padding: 38px 15px 60px;
    }

    .explore-btp-cases-heading {
        font-size: 20px;
    }

    .explore-btp-card-content {
        padding: 22px 20px;
    }

    .explore-btp-btn-view-all {
        width: 100%;
        box-sizing: border-box;
    }
}

/* 375px */
@media (max-width: 375px) {

    .explore-btp-hero h1,
    .explore-btp-title {
        font-size: 20px;
    }
}

/* =========================================================
   RESPONSIVE CSS END
========================================================= */
/* --- ARTICLE SECTION END --- */

/* =========================================
   Page: SAP Work Zone
   Section: Main Content & Banner
========================================= */

/* Container Width Setup */
.custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 15px 0 15px;
}

@media (max-width: 1366px) {
    .custom-container {
        max-width: 1140px;
    }
}

/* Banner Image Specifics */
.sap-work-zone-banner-wrapper {
    min-height: 400px;
}

.sap-work-zone-banner-img {
    object-fit: cover;
    height: 450px;
    /* Adjust height based on your original image */
}

.sap-work-zone-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    /* Adjust if your line image has different dimensions */
    object-fit: cover;
}

/* Right Dotted Shape */
.sap-work-zone-right-shape {
    top: 480px;
    /* Adjust based on where it should start below the banner */
    right: 0;
    z-index: -1;
    max-width: 300px;
    /* Adjust as per actual image size */
    opacity: 0.8;
}

/* Breadcrumb Styling */
.sap-work-zone-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.sap-work-zone-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 800;
}

.sap-work-zone-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.sap-work-zone-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    /* Right angle arrow */
    color: #ffffff;
}

.sap-work-zone-banner-title {
    font-size: 35px;
    line-height: 1.4;
    margin-top: 30px;
    font-weight: 800;
}

/* Content Area Spacing */
.sap-work-zone-content-container {
    padding-top: 60px;
}

/* Icons & Titles with Smooth Transitions */
.sap-work-zone-title-wrapper h2 {
    color: #11181C;
    /* Dark text for headings */
    font-size: 35px;
    font-weight: 700;
}

.sap-work-zone-icon {
    width: 45px;
    /* Adjust based on actual icon image size */
    height: auto;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Default sab white */
.sap-work-zone-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

/* Sirf Resources ke baad wala > */
.sap-work-zone-breadcrumb .breadcrumb-item:nth-child(2)::before {
    color: #18c4d6;
}


/* Lists styling */
.sap-work-zone-list {
    padding-left: 20px;
    color: #161616;
    font-size: 15px;
    /* Subtle gray for paragraph text */
    line-height: 1.5;
    font-weight: 500;
}

.sap-work-zone-list li {
    margin-bottom: 8px;
}

/* General Text Styling */
.sap-work-zone-content-block p {
    color: #161616;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}



.sap-work-elementor-divider {
    border-block-start: none !important;
    height: 2px;
    margin: 32px 0 20px 0;
    background: linear-gradient(89.99deg, #108dc7 .01%, #ef8e38 98.52%);
}

/* Lists styling with bullet dots */
.sap-work-zone-list {
    padding-left: 15px;
    /* Bullets ke liye thodi space badha di hai */
    color: #161616;
    line-height: 1.5;
    list-style-type: disc !important;
    /* Ye line exact round bullet dots add karegi */
}

.sap-work-zone-list li {
    margin-bottom: 8px;
    display: list-item;
    /* Ensures ki list item ki tarah behave kare */
}


.sap-work-zone-bg {
    position: absolute;
    top: 330px;
    /* 40px se badal kar 480px kar diya taaki banner ke neeche aaye */
    right: 0;
    /* -30px se 0 kar diya taaki overflow-hidden se kate nahi */
    width: 200px;
    pointer-events: none;
    overflow: hidden;
}

.sap-work-zone-bg img {
    width: 100%;
    display: block;
}


/* Responsive Overrides */
@media (max-width: 991px) {
    .sap-work-zone-banner-img {
        height: 350px;
    }

    .sap-work-zone-banner-title {
        font-size: 32px;
    }

    .sap-work-zone-right-shape {
        display: none;
        /* Hide shape on smaller screens to prevent overflow */
    }
}

@media (max-width: 767px) {
    .sap-work-zone-banner-img {
        height: 300px;
    }

    .sap-work-zone-banner-title {
        font-size: 24px;
    }

    .sap-work-zone-title-wrapper h2 {
        font-size: 22px;
    }

    .sap-work-zone-icon {
        width: 35px;
    }
}


/* =========================================
   Page: SAP Work Zone
   Section: CTA Banner
========================================= */

.sap-work-zone-cta-section {
    background-color: #f4f8fa;
    /* Light fallback color */
    min-height: 300px;
    display: flex;
    align-items: center;
}

.sap-work-zone-cta-bg {
    object-fit: cover;
    object-position: right center;
    /* Keeps the robot hand image visible on the right */
    z-index: 0;
}

.sap-work-zone-cta-content {
    position: relative;
    z-index: 2;
}

.sap-work-zone-cta-title {
    color: #004771;
    /* Dark blue color matching the image text */
    font-size: 38px;
    line-height: 1.3;
}

.sap-work-zone-cta-subtitle {
    color: #161616;
    font-size: 16px;
    font-weight: 500;
}

/* =========================================
   Page: SAP Work Zone
   Section: Related Blogs & Case Studies
========================================= */
.sap-work-zone-related-section {
    background-color: #ffffff;
}

.sap-work-zone-related-title {
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
}

/* Card Styling */
.sap-work-zone-card {
    border-radius: 4px;
    overflow: hidden;
    background-color: #004771;
    /* Dark blue background for the bottom text box */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sap-work-zone-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 71, 113, 0.2);
}

.sap-work-zone-card-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.sap-work-zone-card-img {
    object-fit: cover;
    height: 300px;
    /* Ensures both images remain the same height */
    transition: transform 0.5s ease;
}

.sap-work-zone-card:hover .sap-work-zone-card-img {
    transform: scale(1.05);
    /* Slight zoom effect on hover */
}

.sap-work-zone-card-body {
    background-color: #004771;
    /* Exact match to the image */
}

.sap-work-zone-card-title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    padding: 20px;
}

/* View All Button */
.sap-work-zone-btn-view-all {
    background-color: #149dab;
    /* Teal/Cyan match */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    border: none;

}

.sap-work-zone-btn-view-all:hover {
    background-color: #0f8591;
    color: #ffffff;
}

/* =========================================
   Responsive Adjustments
========================================= */
@media (max-width: 991px) {
    .sap-work-zone-cta-title {
        font-size: 32px;
    }

    .sap-work-zone-card-img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .sap-work-zone-cta-title {
        font-size: 26px;
    }

    .sap-work-zone-related-title {
        font-size: 26px;
    }

    .sap-work-zone-card-img {
        height: 220px;
    }

    .sap-work-zone-card-title {
        font-size: 16px;
    }
}

/* =========================================
   Page: SAP VIM Implementation
   Hero Banner
========================================= */

.vim-hero-section {
    position: relative;
    overflow: hidden;
    background: #000;
}

/* ==========================
   Container
========================== */

.vim-hero-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ==========================
   Banner Wrapper
========================== */

.vim-banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 460px;
    overflow: hidden;
}

.vim-banner-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Optional Dark Overlay */

.vim-banner-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ==========================
   Banner Content
========================== */

.vim-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.vim-banner-content .custom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ==========================
   Breadcrumb
========================== */

.vim-breadcrumb {
    margin: 0 0 18px;
    padding: 0;
    background: transparent;
}

.vim-breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

.vim-breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.vim-breadcrumb .breadcrumb-item a:hover {
    color: #18c4d6;
}

.vim-breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.vim-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    color: #18c4d6;
    font-size: 20px;
    padding: 0 8px;
}

/* ==========================
   Heading
========================== */

.vim-banner-title {
    color: #fff;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    max-width: 850px;
}

/* ==========================
   Bottom Gradient
========================== */

.vim-bottom-gradient-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(89.99deg, #108dc7 .01%, #ef8e38 98.52%);
    z-index: 3;
}

/* ===========================================================
                    RESPONSIVE START
=========================================================== */

/* 1920px */

@media (min-width:1920px) {

    .vim-hero-section .custom-container {
        max-width: 1400px;
    }

    .vim-banner-wrapper {
        min-height: 560px;
    }

    .vim-banner-img {
        height: 560px;
    }

    .vim-banner-title {
        font-size: 58px;
        max-width: 980px;
    }

}

/* 1600 */

@media (max-width:1600px) {

    .vim-hero-section .custom-container {
        max-width: 1320px;
    }

    .vim-banner-wrapper {
        min-height: 500px;
    }

    .vim-banner-img {
        height: 500px;
    }

    .vim-banner-title {
        font-size: 50px;
    }

}

/* 1440 */

@media (max-width:1440px) {

    .vim-hero-section .custom-container {
        max-width: 1240px;
    }

    .vim-banner-wrapper {
        min-height: 470px;
    }

    .vim-banner-img {
        height: 470px;
    }

    .vim-banner-title {
        font-size: 46px;
    }

}

/* Laptop */

@media (max-width:1366px) {

    .vim-hero-section .custom-container {
        max-width: 1140px;
    }

    .vim-banner-wrapper {
        min-height: 440px;
    }

    .vim-banner-img {
        height: 440px;
    }

    .vim-banner-title {
        font-size: 42px;
    }

}

/* Bootstrap xl */

@media (max-width:1199px) {

    .vim-banner-wrapper {
        min-height: 400px;
    }

    .vim-banner-img {
        height: 400px;
    }

    .vim-banner-title {
        font-size: 38px;
        max-width: 700px;
    }

    .vim-breadcrumb .breadcrumb-item {
        font-size: 15px;
    }

}

/* Tablet */

@media (max-width:991px) {

    .vim-banner-wrapper {
        min-height: 360px;
    }

    .vim-banner-img {
        height: 360px;
    }

    .vim-banner-title {
        font-size: 32px;
        max-width: 620px;
        line-height: 1.3;
    }

    .vim-banner-content {
        padding: 0 10px;
    }

}

/* Large Mobile */

@media (max-width:767px) {

    .vim-banner-wrapper {
        min-height: 300px;
    }

    .vim-banner-img {
        height: 300px;
    }

    .vim-banner-title {
        font-size: 26px;
        line-height: 1.35;
    }

    .vim-breadcrumb {
        margin-bottom: 12px;
    }

    .vim-breadcrumb .breadcrumb-item {
        font-size: 14px;
    }

    .vim-bottom-gradient-line {
        height: 5px;
    }

}

/* Mobile */

@media (max-width:575px) {

    .vim-hero-section .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vim-banner-wrapper {
        min-height: 270px;
    }

    .vim-banner-img {
        height: 270px;
    }

    .vim-banner-title {
        font-size: 22px;
        line-height: 1.4;
    }

    .vim-breadcrumb .breadcrumb-item {
        font-size: 13px;
    }

    .vim-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
        padding: 0 6px;
    }

}

/* Small Mobile */

@media (max-width:480px) {

    .vim-banner-wrapper {
        min-height: 250px;
    }

    .vim-banner-img {
        height: 250px;
    }

    .vim-banner-title {
        font-size: 20px;
    }

}

/* iPhone SE */

@media (max-width:375px) {

    .vim-banner-wrapper {
        min-height: 230px;
    }

    .vim-banner-img {
        height: 230px;
    }

    .vim-banner-title {
        font-size: 18px;
        line-height: 1.45;
    }

    .vim-breadcrumb .breadcrumb-item {
        font-size: 12px;
    }

}

/* Extra Small */

@media (max-width:320px) {

    .vim-banner-wrapper {
        min-height: 210px;
    }

    .vim-banner-img {
        height: 210px;
    }

    .vim-banner-title {
        font-size: 17px;
    }

}

/* ==========================================================================
   PAGE : SAP VIM IMPLEMENTATION
   SECTION : CONTENT
   NAMESPACE : .vim-
   ========================================================================== */

/* ===========================
   Section
=========================== */

.vim-content-section {
    position: relative;
    padding: 90px 0;
    background: #fff;
    overflow: hidden;
}

/* ===========================
   Container
=========================== */

.vim-content-section .custom-container {
    position: relative;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

/* ===========================
   Background Dots
=========================== */

.vim-profile-dots {
    position: absolute;
    top: -120px;
    right: 0;
    width: 240px;
    max-width: 100%;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

/* ===========================
   Common Section
=========================== */

.vim-profile-wrapper,
.vim-challenges-wrapper,
.vim-solution-wrapper {
    position: relative;
    margin-bottom: 70px;
}

.vim-solution-wrapper {
    margin-bottom: 0;
}

.vim-profile-wrapper {
    padding-top: 80px;
}

/* ===========================
   Heading
=========================== */

.vim-section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.vim-profile-icon,
.vim-challenges-icon,
.vim-solution-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex-shrink: 0;
}

.vim-profile-title,
.vim-challenges-title,
.vim-solution-title {
    margin: 0 0 0 18px;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
    color: #11181C;
}

/* ===========================
   Content Wrapper
=========================== */



/* ONLY FOR SOLUTION */
.vim-solution-content {
    display: inline-block;
    max-width: 90%;
}

.vim-content-box {
    max-width: 90%;
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.vim-content-box li {
    margin-bottom: 10px;
}

/* ===========================
   Paragraph
=========================== */

.vim-profile-text,
.vim-solution-text {
    margin: 0;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}

/* ===========================
   Challenge List
=========================== */
.vim-challenges-list {
    list-style: disc !important;
    list-style-position: outside;
    padding-left: 22px;
    margin: 0;
}

.vim-challenges-list li {
    display: list-item;
}

.vim-challenges-item {
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    margin-bottom: 10px;
}

.vim-challenges-item:last-child {
    margin-bottom: 0;
}

/* ===========================
   Divider
=========================== */

.vim-divider {
    width: 175px;
    height: 2px;
    margin-top: 32px;
    background: linear-gradient(89.99deg,
            #ef8e38 0.01%,
            #108dc7 98.52%);
}

.vim-divider-two {
    width: 100%;
    height: 2px;
    margin-top: 32px;
    background: linear-gradient(89.99deg,
            #108dc7 0.01%,
            #ef8e38 98.52%);
}

/* Solution Divider = Text Width */

.vim-solution-content .vim-divider {
    width: 100%;
    margin-top: 28px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width:1600px) {

    .vim-content-section {
        padding: 85px 0;
    }

    .vim-content-section .custom-container {
        max-width: 1280px;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:1440px) {

    .vim-content-section {
        padding: 80px 0;
    }

    .vim-content-section .custom-container {
        max-width: 1200px;
    }

    .vim-profile-dots {
        width: 210px;
        top: -90px;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:1366px) {

    .vim-profile-wrapper {
        padding-top: 40px;
    }

    .vim-content-section .custom-container {
        max-width: 1140px;
    }

    .vim-profile-title,
    .vim-challenges-title,
    .vim-solution-title {
        font-size: 30px;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:1199px) {

    .vim-content-section {
        padding: 70px 0;
    }

    .vim-profile-wrapper {
        padding-top: 50px;
    }

    .vim-content-box,
    .vim-solution-content {
        max-width: 100%;
    }

    .vim-profile-title,
    .vim-challenges-title,
    .vim-solution-title {
        font-size: 28px;
    }

    .vim-profile-dots {
        width: 180px;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:991px) {

    .vim-content-section {
        padding: 60px 0;
    }

    .vim-profile-wrapper,
    .vim-challenges-wrapper,
    .vim-solution-wrapper {
        margin-bottom: 50px;
    }

    .vim-profile-wrapper {
        padding-top: 20px;
    }

    .vim-profile-title,
    .vim-challenges-title,
    .vim-solution-title {
        font-size: 26px;
    }

    .vim-profile-text,
    .vim-solution-text,
    .vim-challenges-item {
        font-size: 15px;
    }

    .vim-profile-dots {
        display: none;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:767px) {

    .vim-content-section {
        padding: 50px 0;
    }

    .vim-profile-wrapper,
    .vim-challenges-wrapper,
    .vim-solution-wrapper {
        margin-bottom: 40px;
    }

    .vim-section-heading {
        margin-bottom: 16px;
    }

    .vim-profile-icon,
    .vim-challenges-icon,
    .vim-solution-icon {
        width: 40px;
        height: 40px;
    }

    .vim-profile-title,
    .vim-challenges-title,
    .vim-solution-title {
        font-size: 24px;
        margin-left: 14px;
    }

    .vim-profile-text,
    .vim-solution-text,
    .vim-challenges-item {
        font-size: 14px;
        line-height: 1.8;
    }

    .vim-divider {
        width: 90px;
        margin-top: 25px;
    }

    .vim-solution-content .vim-divider {
        width: 100%;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:575px) {

    .vim-content-section {
        padding: 45px 0;
    }

    .vim-content-section .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vim-profile-title,
    .vim-challenges-title,
    .vim-solution-title {
        font-size: 22px;
    }

    .vim-profile-icon,
    .vim-challenges-icon,
    .vim-solution-icon {
        width: 36px;
        height: 36px;
    }

    .vim-profile-text,
    .vim-solution-text,
    .vim-challenges-item {
        font-size: 14px;
    }

    .vim-divider {
        width: 75px;
    }

    .vim-solution-content {
        display: block;
        width: 100%;
    }

    .vim-solution-content .vim-divider {
        width: 100%;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:480px) {

    .vim-content-section {
        padding: 40px 0;
    }

    .vim-profile-title,
    .vim-challenges-title,
    .vim-solution-title {
        font-size: 20px;
    }

    .vim-profile-icon,
    .vim-challenges-icon,
    .vim-solution-icon {
        width: 34px;
        height: 34px;
    }

    .vim-profile-text,
    .vim-solution-text,
    .vim-challenges-item {
        font-size: 13px;
    }

}

/* -------------------------------------------------------------------------- */

@media (max-width:375px) {

    .vim-profile-title,
    .vim-challenges-title,
    .vim-solution-title {
        font-size: 18px;
    }

    .vim-profile-icon,
    .vim-challenges-icon,
    .vim-solution-icon {
        width: 30px;
        height: 30px;
    }

    .vim-profile-text,
    .vim-solution-text,
    .vim-challenges-item {
        font-size: 13px;
        line-height: 1.8;
    }

}

/* ==========================================================================
   PAGE : SAP VIM IMPLEMENTATION
   SECTION : ARCHITECTURE
   Namespace : .vim-architecture-
   ========================================================================== */

/* ===========================
   Section
=========================== */

.vim-architecture-section {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

/* ===========================
   Container
=========================== */

.vim-architecture-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ===========================
   Wrapper
=========================== */

.vim-architecture-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===========================
   Image
=========================== */

.vim-architecture-img {
    display: block;
    width: 100%;
    max-width: 1280px;
    height: auto;
    object-fit: contain;
}

/* ===========================
   Divider
=========================== */

.vim-architecture-divider {
    width: 175px;
    height: 3px;
    margin-top: 55px;
    background: linear-gradient(89.99deg, #ef8e38 0.01%, #108dc7 98.52%);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* ===========================
   1920px+
=========================== */

@media (min-width:1920px) {

    .vim-architecture-section .custom-container {
        max-width: 1320px;
    }

    .vim-architecture-wrapper,
    .vim-architecture-img {
        max-width: 1280px;
    }

}

/* ===========================
   1600px
=========================== */

@media (max-width:1600px) {

    .vim-architecture-section {
        padding: 0px 0;
    }

    .vim-architecture-section .custom-container {
        max-width: 1320px;
    }

    .vim-architecture-wrapper,
    .vim-architecture-img {
        max-width: 1280px;
    }

}

/* ===========================
   1440px
=========================== */

@media (max-width:1440px) {

    .vim-architecture-section {
        padding: 80px 0;
    }

    .vim-architecture-section .custom-container {
        max-width: 1240px;
    }

    .vim-architecture-wrapper,
    .vim-architecture-img {
        max-width: 1200px;
    }

}

/* ===========================
   1366px Laptop
=========================== */

@media (max-width:1366px) {

    .vim-architecture-section .custom-container {
        max-width: 1140px;
    }

    .vim-architecture-wrapper,
    .vim-architecture-img {
        max-width: 1140px;
    }

}

/* ===========================
   1200px
=========================== */

@media (max-width:1199px) {

    .vim-architecture-section {
        padding: 70px 0;
    }

    .vim-architecture-section .custom-container {
        max-width: 960px;
    }

    .vim-architecture-wrapper,
    .vim-architecture-img {
        max-width: 960px;
    }

}

/* ===========================
   Tablet
=========================== */

@media (max-width:991px) {

    .vim-architecture-section {
        padding: 60px 0;
    }

    .vim-architecture-section .custom-container {
        max-width: 720px;
    }

    .vim-architecture-wrapper,
    .vim-architecture-img {
        max-width: 720px;
    }

    .vim-architecture-divider {
        margin-top: 45px;
        width: 100px;
    }

}

/* ===========================
   Mobile Landscape
=========================== */

@media (max-width:767px) {

    .vim-architecture-section {
        padding: 50px 0;
    }

    .vim-architecture-section .custom-container {
        max-width: 540px;
    }

    .vim-architecture-wrapper,
    .vim-architecture-img {
        max-width: 100%;
    }

    .vim-architecture-divider {
        width: 90px;
        margin-top: 35px;
    }

}

/* ===========================
   Mobile
=========================== */

@media (max-width:575px) {

    .vim-architecture-section {
        padding: 45px 0;
    }

    .vim-architecture-section .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vim-architecture-divider {
        width: 75px;
        margin-top: 30px;
    }

}

/* ===========================
   Small Mobile
=========================== */

@media (max-width:480px) {

    .vim-architecture-section {
        padding: 40px 0;
    }

    .vim-architecture-divider {
        width: 65px;
    }

}

/* ===========================
   Extra Small
=========================== */

@media (max-width:375px) {

    .vim-architecture-section {
        padding: 35px 0;
    }

    .vim-architecture-divider {
        width: 55px;
        margin-top: 25px;
    }

}


/* =========================================================================
   PAGE: SAP VIM Implementation | Sections: Overview & Highlights
========================================================================= */
/* ==========================================================================
   PAGE : SAP VIM IMPLEMENTATION
   SECTION : OVERVIEW & KEY HIGHLIGHTS
   Namespace : .vim-
   ========================================================================== */

/* ===========================
   Section
=========================== */

.vim-content-section {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

/* ===========================
   Container
=========================== */

.vim-content-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ===========================
   Common Wrapper
=========================== */

.vim-overview-wrapper,
.vim-highlights-wrapper {
    margin-bottom: 70px;
}

.vim-highlights-wrapper {
    margin-bottom: 0;
}

/* ===========================
   Heading
=========================== */

.vim-overview-wrapper .d-flex,
.vim-highlights-wrapper .d-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.vim-overview-icon,
.vim-highlights-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex-shrink: 0;
}

.vim-overview-title,
.vim-highlights-title {
    margin: 0 0 0 18px;
    color: #11181C;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
}

/* ===========================
   Top Divider
=========================== */

.vim-overview-full-divider,
.vim-highlights-full-divider {
    width: 100%;
    height: 1px;
    margin: 0 0 30px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
}

/* ===========================
   List
=========================== */

.vim-overview-list,
.vim-highlights-list {
    margin: 0;
    padding-left: 22px;
    list-style: disc;
}

.vim-overview-list li,
.vim-highlights-list li {
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}

.vim-overview-list li:last-child,
.vim-highlights-list li:last-child {
    margin-bottom: 0;
}

.vim-overview-list li strong,
.vim-highlights-list li strong {
    color: #11181C;
    font-weight: 800;
    font-size: 16px;
}

/* ===========================
   Bottom Divider
=========================== */

.vim-overview-bottom-divider {
    width: 100%;
    height: 2px;
    margin-top: 35px;
    background: linear-gradient(89.99deg,
            #ef8e38 0.01%,
            #108dc7 98.52%);
}

.vim-overview-bottom-divider-two {
    width: 20%;
    height: 2px;
    margin-top: 35px;
    background: linear-gradient(89.99deg,
            #ef8e38 0.01%,
            #108dc7 98.52%);
}

.vim-highlights-bottom-divider {
    width: 175px;
    height: 2px;
    margin-top: 35px;
    background: linear-gradient(89.99deg,
            #ef8e38 0.01%,
            #108dc7 98.52%);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* 1600px */

@media (max-width:1600px) {

    .vim-content-section {
        padding: 85px 0;
    }

    .vim-content-section .custom-container {
        max-width: 1280px;
    }

}

/* 1440px */

@media (max-width:1440px) {

    .vim-content-section {
        padding: 80px 0;
    }

    .vim-content-section .custom-container {
        max-width: 1200px;
    }

}

/* 1366px */

@media (max-width:1366px) {

    .vim-content-section .custom-container {
        max-width: 1140px;
    }

    .vim-overview-title,
    .vim-highlights-title {
        font-size: 30px;
    }

}

/* 1199px */

@media (max-width:1199px) {

    .vim-content-section {
        padding: 70px 0;
    }

    .vim-content-section .custom-container {
        max-width: 960px;
    }

    .vim-overview-title,
    .vim-highlights-title {
        font-size: 28px;
    }

}

/* 991px */

@media (max-width:991px) {

    .vim-content-section {
        padding: 60px 0;
    }

    .vim-content-section .custom-container {
        max-width: 720px;
    }

    .vim-overview-wrapper,
    .vim-highlights-wrapper {
        margin-bottom: 55px;
    }

    .vim-overview-title,
    .vim-highlights-title {
        font-size: 26px;
    }

    .vim-overview-list li,
    .vim-highlights-list li {
        font-size: 15px;
    }

    .vim-highlights-bottom-divider {
        width: 100px;
    }

}

/* 767px */

@media (max-width:767px) {

    .vim-content-section {
        padding: 50px 0;
    }

    .vim-content-section .custom-container {
        max-width: 540px;
    }

    .vim-overview-wrapper,
    .vim-highlights-wrapper {
        margin-bottom: 45px;
    }

    .vim-overview-wrapper .d-flex,
    .vim-highlights-wrapper .d-flex {
        margin-bottom: 16px;
    }

    .vim-overview-icon,
    .vim-highlights-icon {
        width: 40px;
        height: 40px;
    }

    .vim-overview-title,
    .vim-highlights-title {
        font-size: 24px;
        margin-left: 14px;
    }

    .vim-overview-list,
    .vim-highlights-list {
        padding-left: 20px;
    }

    .vim-overview-list li,
    .vim-highlights-list li {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 8px;
    }

    .vim-overview-full-divider,
    .vim-highlights-full-divider {
        margin-bottom: 25px;
    }

    .vim-overview-bottom-divider,
    .vim-highlights-bottom-divider {
        margin-top: 30px;
    }

    .vim-highlights-bottom-divider {
        width: 90px;
    }

}

/* 575px */

@media (max-width:575px) {

    .vim-content-section {
        padding: 45px 0;
    }

    .vim-content-section .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vim-overview-icon,
    .vim-highlights-icon {
        width: 36px;
        height: 36px;
    }

    .vim-overview-title,
    .vim-highlights-title {
        font-size: 22px;
    }

    .vim-overview-list li,
    .vim-highlights-list li {
        font-size: 14px;
    }

    .vim-highlights-bottom-divider {
        width: 75px;
    }

}

/* 480px */

@media (max-width:480px) {

    .vim-content-section {
        padding: 40px 0;
    }

    .vim-overview-icon,
    .vim-highlights-icon {
        width: 34px;
        height: 34px;
    }

    .vim-overview-title,
    .vim-highlights-title {
        font-size: 20px;
    }

    .vim-overview-list li,
    .vim-highlights-list li {
        font-size: 13px;
    }

    .vim-highlights-bottom-divider {
        width: 65px;
    }

}

/* 375px */

@media (max-width:375px) {

    .vim-content-section {
        padding: 35px 0;
    }

    .vim-overview-icon,
    .vim-highlights-icon {
        width: 30px;
        height: 30px;
    }

    .vim-overview-title,
    .vim-highlights-title {
        font-size: 18px;
    }

    .vim-overview-list,
    .vim-highlights-list {
        padding-left: 18px;
    }

    .vim-overview-list li,
    .vim-highlights-list li {
        font-size: 13px;
        line-height: 1.7;
    }

    .vim-highlights-bottom-divider {
        width: 55px;
    }

}

/* ==========================================================================
   PAGE : SAP VIM IMPLEMENTATION
   SECTION : BUSINESS IMPACT
   Namespace : .vim-
   ========================================================================== */

/* ===========================
   Section
=========================== */

.vim-content-section {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

/* ===========================
   Container
=========================== */

.vim-content-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* ===========================
   Wrapper
=========================== */

.vim-impact-wrapper {
    position: relative;
    margin-bottom: 0;
}

/* ===========================
   Heading
=========================== */

.vim-impact-wrapper .d-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.vim-icon {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex-shrink: 0;
}

.vim-title {
    margin: 0 0 0 18px;
    color: #11181C;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3;
}

/* ===========================
   Top Divider
=========================== */

.vim-full-divider {
    width: 100%;
    height: 2px;
    margin-bottom: 35px;
    background: linear-gradient(89.99deg, #108dc7 0.01%, #ef8e38 98.52%);
}

/* ===========================
   Sub Heading
=========================== */

.vim-sub-title {
    margin: 35px 0 18px;
    color: #004774;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}

.vim-impact-wrapper .vim-sub-title:first-of-type {
    margin-top: 0;
}

/* ===========================
   List
=========================== */

.vim-list {
    margin: 0 0 25px;
    padding-left: 22px;
    list-style: disc;
}

.vim-list li {
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}

.vim-list li:last-child {
    margin-bottom: 0;
}

/* ===========================
   Paragraph
=========================== */

.vim-text {
    margin: 35px 0 0;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    max-width: 95%;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* ===========================
   1600px
=========================== */

@media (max-width:1600px) {

    .vim-content-section {
        padding: 5px 0;
    }

    .vim-content-section .custom-container {
        max-width: 1280px;
    }

}

/* ===========================
   1440px
=========================== */

@media (max-width:1440px) {

    .vim-content-section {
        padding: 80px 0;
    }

    .vim-content-section .custom-container {
        max-width: 1200px;
    }

}

/* ===========================
   1366px
=========================== */

@media (max-width:1366px) {

    .vim-content-section .custom-container {
        max-width: 1140px;
    }

    .vim-title {
        font-size: 30px;
    }

}

/* ===========================
   1199px
=========================== */

@media (max-width:1199px) {

    .vim-content-section {
        padding: 70px 0;
    }

    .vim-content-section .custom-container {
        max-width: 960px;
    }

    .vim-title {
        font-size: 28px;
    }

    .vim-sub-title {
        font-size: 21px;
    }

    .vim-text {
        max-width: 100%;
    }

}

/* ===========================
   991px
=========================== */

@media (max-width:991px) {

    .vim-content-section {
        padding: 60px 0;
    }

    .vim-content-section .custom-container {
        max-width: 720px;
    }

    .vim-title {
        font-size: 26px;
    }

    .vim-sub-title {
        font-size: 20px;
        margin-top: 30px;
    }

    .vim-list li,
    .vim-text {
        font-size: 15px;
    }

}

/* ===========================
   767px
=========================== */

@media (max-width:767px) {

    .vim-content-section {
        padding: 50px 0;
    }

    .vim-content-section .custom-container {
        max-width: 540px;
    }

    .vim-impact-wrapper .d-flex {
        margin-bottom: 16px;
    }

    .vim-icon {
        width: 40px;
        height: 40px;
    }

    .vim-title {
        font-size: 24px;
        margin-left: 14px;
    }

    .vim-sub-title {
        font-size: 19px;
        margin-top: 28px;
        margin-bottom: 14px;
    }

    .vim-list {
        padding-left: 20px;
        margin-bottom: 22px;
    }

    .vim-list li {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 8px;
    }

    .vim-text {
        font-size: 14px;
        line-height: 1.8;
        margin-top: 30px;
    }

    .vim-full-divider {
        margin-bottom: 30px;
    }

}

/* ===========================
   575px
=========================== */

@media (max-width:575px) {

    .vim-content-section {
        padding: 45px 0;
    }

    .vim-content-section .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vim-icon {
        width: 36px;
        height: 36px;
    }

    .vim-title {
        font-size: 22px;
    }

    .vim-sub-title {
        font-size: 18px;
    }

    .vim-list li,
    .vim-text {
        font-size: 14px;
    }

}

/* ===========================
   480px
=========================== */

@media (max-width:480px) {

    .vim-content-section {
        padding: 40px 0;
    }

    .vim-icon {
        width: 34px;
        height: 34px;
    }

    .vim-title {
        font-size: 20px;
    }

    .vim-sub-title {
        font-size: 17px;
    }

    .vim-list li,
    .vim-text {
        font-size: 13px;
    }

}

/* ===========================
   375px
=========================== */

@media (max-width:375px) {

    .vim-content-section {
        padding: 35px 0;
    }

    .vim-icon {
        width: 30px;
        height: 30px;
    }

    .vim-title {
        font-size: 18px;
    }

    .vim-sub-title {
        font-size: 16px;
    }

    .vim-list {
        padding-left: 18px;
    }

    .vim-list li,
    .vim-text {
        font-size: 13px;
        line-height: 1.7;
    }

}

/* ==========================================================================
   PAGE : SAP VIM IMPLEMENTATION
   SECTION : CTA
   Namespace : .vim-cta-
   ========================================================================== */

/* ===========================
   CTA Section
=========================== */

.vim-cta-section {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 420px;
    margin: 90px 0;
    overflow: hidden;
    background: #f8f8f8;
}

/* ===========================
   Container
=========================== */

.vim-cta-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 3;
}

/* ===========================
   Background Image
=========================== */

.vim-cta-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

/* ===========================
   Overlay
=========================== */

.vim-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, .96) 0%,
            rgba(255, 255, 255, .88) 30%,
            rgba(255, 255, 255, .55) 60%,
            rgba(255, 255, 255, .15) 100%);
}

/* ===========================
   Content
=========================== */

.vim-cta-content {
    max-width: 620px;
    padding: 40px 0;
}

.vim-cta-heading {
    margin: 0 0 22px;
    color: #004774;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.vim-cta-subtext {
    margin: 0;
    color: #161616;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* 1600px */

@media (max-width:1600px) {

    .vim-cta-section {
        margin: 85px 0;
        min-height: 400px;
    }

    .vim-cta-section .custom-container {
        max-width: 1280px;
    }

}

/* 1440px */

@media (max-width:1440px) {

    .vim-cta-section {
        margin: 80px 0;
        min-height: 390px;
    }

    .vim-cta-section .custom-container {
        max-width: 1200px;
    }

    .vim-cta-heading {
        font-size: 40px;
    }

}

/* 1366px */

@media (max-width:1366px) {

    .vim-cta-section .custom-container {
        max-width: 1140px;
    }

    .vim-cta-heading {
        font-size: 38px;
    }

}

/* 1199px */

@media (max-width:1199px) {

    .vim-cta-section {
        min-height: 360px;
        margin: 70px 0;
    }

    .vim-cta-section .custom-container {
        max-width: 960px;
    }

    .vim-cta-content {
        max-width: 560px;
    }

    .vim-cta-heading {
        font-size: 34px;
    }

    .vim-cta-subtext {
        font-size: 18px;
    }

}

/* 991px */

@media (max-width:991px) {

    .vim-cta-section {
        min-height: 340px;
        margin: 60px 0;
    }

    .vim-cta-section .custom-container {
        max-width: 720px;
    }

    .vim-cta-section::before {
        background: linear-gradient(90deg,
                rgba(255, 255, 255, .95) 0%,
                rgba(255, 255, 255, .85) 100%);
    }

    .vim-cta-content {
        max-width: 100%;
        padding: 35px 0;
    }

    .vim-cta-heading {
        font-size: 30px;
    }

    .vim-cta-subtext {
        font-size: 17px;
    }

}

/* 767px */

@media (max-width:767px) {

    .vim-cta-section {
        min-height: 320px;
        margin: 50px 0;
        text-align: center;
    }

    .vim-cta-section .custom-container {
        max-width: 540px;
    }

    .vim-cta-section::before {
        background: rgba(255, 255, 255, .90);
    }

    .vim-cta-content {
        margin: auto;
        padding: 30px 0;
    }

    .vim-cta-heading {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .vim-cta-subtext {
        font-size: 16px;
    }

}

/* 575px */

@media (max-width:575px) {

    .vim-cta-section {
        min-height: 290px;
        margin: 45px 0;
    }

    .vim-cta-section .custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vim-cta-heading {
        font-size: 24px;
    }

    .vim-cta-subtext {
        font-size: 15px;
    }

}

/* 480px */

@media (max-width:480px) {

    .vim-cta-section {
        min-height: 270px;
        margin: 40px 0;
    }

    .vim-cta-heading {
        font-size: 22px;
        line-height: 1.35;
    }

    .vim-cta-subtext {
        font-size: 14px;
    }

}

/* 375px */

@media (max-width:375px) {

    .vim-cta-section {
        min-height: 250px;
        margin: 35px 0;
    }

    .vim-cta-heading {
        font-size: 20px;
    }

    .vim-cta-subtext {
        font-size: 13px;
    }

}


/* =========================================================================
   PAGE: SAP VIM Implementation | Blogs & Case Studies Section
   Namespace: .vim-blogs- / .vim-view-all-
========================================================================= */

.vim-blogs-title {
    color: #11181C;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 45px;
}

.vim-blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.vim-blog-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.vim-blog-content {
    background-color: #004774;
    /* Specified color */
    color: #ffffff;
    padding: 25px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.vim-blog-content p {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    padding: 0 20px 0 20px;
}

.vim-blog-content a {
    color: #ffffff !important;
}

/* View All Button */
.vim-view-all-btn {
    display: inline-block;
    background-color: #149dab;
    /* Screenshot based accent color */
    color: #ffffff;
    padding: 15px 60px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.vim-view-all-btn:hover {
    background-color: #148592;
    color: #ffffff;
}

/* Responsive adjustment */
@media (max-width: 767px) {
    .vim-blogs-title {
        font-size: 24px;
    }

    .vim-blog-img {
        height: 200px;
    }
}

/* ==========================================================================
   PAGE : Driving Environmental Sustainability with PEGA
   NAMESPACE : .desp-
   ========================================================================== */

/*==============================
    Main Section
==============================*/

.desp-main-section {
    padding: 90px 0;
    background: #ffffff;
    overflow: hidden;
}

.desp-main-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*==============================
    Left Content
==============================*/

.desp-content-wrapper {
    padding-right: 55px;
}

.desp-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 35px;
    color: #004774;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.desp-date i {
    font-size: 15px;
    color: #004774;
}

.desp-block {
    margin-bottom: 25px;
}

.desp-block:last-child {
    margin-bottom: 0;
}

/*==============================
    Heading
==============================*/

.desp-title {
    margin: 0 0 18px;
    color: #11181C;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.35;
}

/*==============================
    Paragraph
==============================*/

.desp-text {
    margin: 0;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.95;
}

.desp-text strong {
    color: #11181C;
    font-weight: 700;
}

/*==============================
    Lists
==============================*/

.desp-list {
    margin: 18px 0 0;
    padding-left: 22px;
    line-height: 1.4;
}

.desp-list li {
    margin-bottom: 14px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    list-style: disc;
}

.desp-list li strong {
    color: #11181C;
    font-weight: 1000;
}

.desp-list li:last-child {
    margin-bottom: 0;
}



.desp-highlight a {
    color: #ff4848 !important;
    font-weight: 500;
}

/*==============================
    Sidebar
==============================*/

.desp-sidebar {
    padding-left: 20px;
}

.desp-sidebar-heading {
    display: inline-block;
    margin: 0 0 35px;
    padding-bottom: 8px;
    color: #11181C;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 2px solid #11181C;
}

.desp-featured-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/*==========================================================================
    Featured Articles
==========================================================================*/

.desp-article-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all .3s ease;
}

.desp-article-link:hover {
    text-decoration: none;
    color: inherit;
}

.desp-article-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.desp-article-image {
    flex: 0 0 92px;
    max-width: 92px;
}

.desp-article-image img {
    width: 92px;
    height: 60px;
    display: block;
    object-fit: contain;
    border-radius: 4px;
}

.desp-article-content {
    flex: 1;
    min-width: 0;
}

.desp-article-title {
    margin: 0;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    transition: color .3s ease;
}

.desp-article-link:hover .desp-article-title {
    color: #004774;
}

.desp-article-date-text {
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

/*==========================================================================
    1600
==========================================================================*/

@media (max-width:1600px) {

    .desp-main-section .custom-container {
        max-width: 1280px;
    }

}

/*==========================================================================
    1366
==========================================================================*/

@media (max-width:1366px) {

    .desp-main-section .custom-container {
        max-width: 1140px;
    }

    .desp-content-wrapper {
        padding-right: 40px;
    }

    .desp-sidebar {
        padding-left: 15px;
    }

}

/*=========================================
    Banner
=========================================*/

.desp-banner {
    height: 440px;
    display: flex;
    align-items: center;
    background-image:
        url("../images/desp/driving-sustainability.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.desp-banner-content {
    max-width: 670px;
}

.desp-banner-title {
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.4;
    text-shadow: 0 4px 8px rgba(0, 0, 0, .35);
}

/*=========================================
    Responsive
=========================================*/

@media (max-width:1600px) {

    .desp-banner {
        height: 500px;
    }

    .desp-banner-title {
        font-size: 35px;
    }

}

@media (max-width:1366px) {

    .desp-banner {
        height: 360px;
    }

    .desp-banner-title {
        font-size: 46px;
    }

}

@media (max-width:1024px) {

    .desp-banner {
        height: 320px;
    }

    .desp-banner-title {
        font-size: 38px;
    }

}

@media (max-width:767px) {

    .desp-banner {
        height: 260px;
    }

    .desp-banner-title {
        font-size: 28px;
        line-height: 1.3;
    }

}

/*==========================================================================
    1199
==========================================================================*/

@media (max-width:1199px) {

    .desp-main-section {
        padding: 75px 0;
    }

    .desp-content-wrapper {
        padding-right: 25px;
    }

    .desp-title {
        font-size: 25px;
    }

    .desp-sidebar-heading {
        font-size: 17px;
    }

    .desp-article-image {
        flex: 0 0 88px;
        max-width: 88px;
    }

    .desp-article-image img {
        width: 88px;
        height: 70px;
    }

}

/*==========================================================================
    991
==========================================================================*/

@media (max-width:991px) {

    .desp-main-section {
        padding: 60px 0;
    }

    .desp-content-wrapper {
        padding-right: 0;
    }

    .desp-sidebar {
        margin-top: 60px;
        padding-left: 0;
    }

    .desp-sidebar-heading {
        margin-bottom: 30px;
    }

    .desp-featured-list {
        gap: 22px;
    }

}

/*==========================================================================
    767
==========================================================================*/

@media (max-width:767px) {

    .desp-main-section {
        padding: 50px 0;
    }

    .desp-date {
        margin-bottom: 28px;
    }

    .desp-block {
        margin-bottom: 40px;
    }

    .desp-title {
        font-size: 24px;
    }

    .desp-text,
    .desp-list li,
    .desp-article-title {
        font-size: 14px;
    }

    .desp-sidebar-heading {
        font-size: 16px;
    }

    .desp-article-card {
        gap: 14px;
    }

    .desp-article-image {
        flex: 0 0 80px;
        max-width: 80px;
    }

    .desp-article-image img {
        width: 80px;
        height: 64px;
    }

}

/*==========================================================================
    575
==========================================================================*/

@media (max-width:575px) {

    .desp-main-section {
        padding: 45px 0;
    }

    .desp-title {
        font-size: 22px;
    }

    .desp-sidebar {
        margin-top: 50px;
    }

    .desp-sidebar-heading {
        font-size: 15px;
    }

    .desp-featured-list {
        gap: 20px;
    }

    .desp-article-card {
        gap: 12px;
    }

    .desp-article-image {
        flex: 0 0 75px;
        max-width: 75px;
    }

    .desp-article-image img {
        width: 75px;
        height: 60px;
    }

    .desp-article-date-text {
        font-size: 12px;
    }

}

/*==========================================================================
    420
==========================================================================*/

@media (max-width:420px) {

    .desp-title {
        font-size: 20px;
    }

    .desp-text,
    .desp-list li,
    .desp-article-title {
        font-size: 13px;
        line-height: 1.8;
    }

    .desp-date {
        font-size: 13px;
    }

    .desp-sidebar-heading {
        font-size: 14px;
    }

    .desp-article-image {
        flex: 0 0 70px;
        max-width: 70px;
    }

    .desp-article-image img {
        width: 70px;
        height: 56px;
    }

}


/* ==========================================================================
   PAGE : Integritty PEGA Driving Enterprise Automation Forward
   Namespace : .ipeda-
   ========================================================================== */

/*==============================
    Main Section
==============================*/

.ipeda-main-section {
    padding: 70px 0 90px;
    background: #ffffff;
    overflow: hidden;
}

/* Banner Container Stylings */
.ipeda-banner-section {
    background-image: linear-gradient(115deg,
            rgba(11, 21, 40, 0.86) 20%,
            rgba(26, 54, 93, 0.80) 80%),
        url("../images/ipeda/banner-bg.svg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.ipeda-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(35deg, transparent 40%, rgba(255, 255, 255, 0.03) 50%, transparent 60%);
    pointer-events: none;
}

.ipeda-banner-title {
    color: #ffffff;
    /* White text */
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
    .ipeda-banner-title {
        font-size: 28px;
    }

    .ipeda-banner-section {
        padding: 60px 0;
        min-height: 200px;
    }
}

@media (max-width: 576px) {
    .ipeda-banner-title {
        font-size: 22px;
    }

    .ipeda-banner-section {
        padding: 50px 15px;
        min-height: 180px;
    }
}

/*==============================
    Left Content
==============================*/

.ipeda-content-wrapper {
    padding-right: 55px;
}

.ipeda-block {
    margin-bottom: 65px;
}

.ipeda-block:last-child {
    margin-bottom: 0;
}

/*==============================
    Date
==============================*/

.ipeda-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 42px;
    color: #004774;
    font-size: 15px;
    font-weight: 500;
}

.ipeda-date i {
    color: #004774;
    font-size: 15px;
}

/*==============================
    Heading
==============================*/

.ipeda-title {
    margin: 0 0 24px;
    color: #11181C;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

/*==============================
    Paragraph
==============================*/

.ipeda-text {
    margin: 0 0 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

.ipeda-text:last-child {
    margin-bottom: 0;
}

/*==============================
    List
==============================*/

.ipeda-list {
    margin: 25px 0 35px;
    padding-left: 22px;
    list-style: disc;
}

.ipeda-list li {
    margin-bottom: 14px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.ipeda-list li:last-child {
    margin-bottom: 0;
}

/*==============================
    Links
==============================*/

.ipeda-inline-link,
.ipeda-email {
    color: #ff4848;
    font-weight: 600;
    text-decoration: underline;
    transition: .3s;
}

.ipeda-inline-link:hover,
.ipeda-email:hover {
    color: #004774;
}

/*==============================
    Sidebar
==============================*/

.ipeda-sidebar {
    padding-left: 15px;
}

.ipeda-sidebar-title {
    display: inline-block;
    margin: 0 0 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #11181C;
    color: #11181C;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

/*==============================
    Featured Articles
==============================*/

.ipeda-featured-list {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.ipeda-article-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    text-decoration: none;
}

.ipeda-article-image {
    flex: 0 0 102px;
}

.ipeda-article-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
}

.ipeda-article-content {
    flex: 1;
}

.ipeda-article-type {
    display: block;
    margin-bottom: 8px;
    color: #9AA2AD;
    font-size: 13px;
    font-weight: 500;
}

.ipeda-article-title {
    margin: 0;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    transition: .3s;
}

.ipeda-article-date {
    display: block;
    margin-top: 10px;
    color: #9AA2AD;
    font-size: 13px;
    font-weight: 500;
}

.ipeda-article-card:hover .ipeda-article-title {
    color: #004774;
}

/*==============================
    1600
==============================*/

@media (max-width:1600px) {

    .ipeda-main-section {
        padding: 65px 0 85px;
    }

}

/*==============================
    1440
==============================*/

@media (max-width:1440px) {

    .ipeda-content-wrapper {
        padding-right: 40px;
    }

}

/*==============================
    1366
==============================*/

@media (max-width:1366px) {

    .ipeda-content-wrapper {
        padding-right: 35px;
    }

    .ipeda-sidebar-title {
        font-size: 25px;
    }

}

/*==============================
    1199
==============================*/

@media (max-width:1199px) {

    .ipeda-main-section {
        padding: 60px 0 75px;
    }

    .ipeda-content-wrapper {
        padding-right: 20px;
    }

    .ipeda-title {
        font-size: 25px;
    }

    .ipeda-sidebar-title {
        font-size: 25px;
    }

    .ipeda-article-image {
        flex: 0 0 90px;
    }

}

/*==============================
    991
==============================*/

@media (max-width:991px) {

    .ipeda-content-wrapper {
        padding-right: 0;
    }

    .ipeda-sidebar {
        margin-top: 70px;
        padding-left: 0;
    }

    .ipeda-sidebar-title {
        margin-bottom: 30px;
    }

}

/*==============================
    767
==============================*/

@media (max-width:767px) {

    .ipeda-main-section {
        padding: 50px 0 60px;
    }

    .ipeda-date {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .ipeda-title {
        font-size: 23px;
    }

    .ipeda-sidebar-title {
        font-size: 23px;
    }

    .ipeda-text,
    .ipeda-list li,
    .ipeda-article-title,
    .ipeda-article-date {
        font-size: 14px;
    }

    .ipeda-article-image {
        flex: 0 0 82px;
    }

}

/*==============================
    575
==============================*/

@media (max-width:575px) {

    .ipeda-main-section {
        padding: 45px 0 50px;
    }

    .ipeda-title {
        font-size: 21px;
    }

    .ipeda-sidebar-title {
        font-size: 21px;
    }

    .ipeda-featured-list {
        gap: 28px;
    }

    .ipeda-article-card {
        gap: 14px;
    }

    .ipeda-article-image {
        flex: 0 0 76px;
    }

}

/*==============================
    480
==============================*/

@media (max-width:480px) {

    .ipeda-title {
        font-size: 20px;
    }

    .ipeda-sidebar-title {
        font-size: 20px;
    }

    .ipeda-text,
    .ipeda-list li {
        line-height: 1.9;
    }

    .ipeda-article-image {
        flex: 0 0 72px;
    }

}

/*==============================
    375
==============================*/

@media (max-width:375px) {

    .ipeda-title {
        font-size: 18px;
    }

    .ipeda-sidebar-title {
        font-size: 18px;
    }

    .ipeda-date {
        font-size: 13px;
    }

    .ipeda-text,
    .ipeda-list li,
    .ipeda-article-title {
        font-size: 13px;
    }

    .ipeda-article-date {
        font-size: 12px;
    }

}


/* ==========================================================================
   PAGE : Modernizing Accounts Payable with OpenText VIM
   Namespace : .apvim-
==========================================================================*/

/*==========================================================================
    Main Section
==========================================================================*/

.apvim-main-section {
    padding: 90px 0;
    background: #ffffff;
}

.apvim-main-section .custom-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Banner Section */
.apvim-banner-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/apvim/banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 90px 0;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Banner Title */
.apvim-banner-title {
    color: #fff;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

/* Responsive */
@media (max-width: 991px) {
    .apvim-banner-section {
        padding: 70px 0;
        min-height: 400px;
    }

    .apvim-banner-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .apvim-banner-section {
        padding: 50px 15px;
        min-height: 280px;
    }

    .apvim-banner-title {
        font-size: 22px;
    }
}

/*==========================================================================
    Left Content
==========================================================================*/

.apvim-content-wrapper {
    padding-right: 55px;
}

.apvim-date {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #004774;
    font-size: 15px;
    font-weight: 500;
}

.apvim-date i {
    color: #004774;
    font-size: 15px;
}

.apvim-block {
    margin-bottom: 45px;
}

.apvim-block:last-child {
    margin-bottom: 0;
}

/*==========================================================================
    Heading
==========================================================================*/

.apvim-title {
    margin: 0 0 18px;
    color: #11181C;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
}

.apvim-heading {
    margin: 0 0 18px;
    color: #11181C;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

/*==========================================================================
    Paragraph
==========================================================================*/

.apvim-text {
    margin: 0 0 18px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}

.apvim-text:last-child {
    margin-bottom: 0;
}

.apvim-text strong {
    color: #11181C;
    font-weight: 900;
}

.apvim-text a {
    color: #ff4848 !important;
    text-decoration: underline !important;
    font-weight: 700;
}

/*==========================================================================
    List
==========================================================================*/

.apvim-list {
    margin: 18px 0;
    padding-left: 22px;
    list-style: disc;
}

.apvim-list li {
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    list-style: disc;
}

.apvim-list li:last-child {
    margin-bottom: 0;
}

.apvim-list li strong {
    color: #11181C;
    font-weight: 900;
}

/*==========================================================================
    Sub List
==========================================================================*/

.apvim-sub-list {
    margin-top: 8px;
    padding-left: 22px;
}

.apvim-sub-list li {
    list-style-type: none;
    position: relative;
    margin-bottom: 6px;
    padding-left: 12px;
}

.apvim-sub-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
}

/*==========================================================================
    Process Image
==========================================================================*/

.apvim-process-image {
    margin: 45px 0;
}

.apvim-process-image img {
    width: 100%;
    max-width: 760px;
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

/*==========================================================================
    CTA Link
==========================================================================*/

.apvim-talk-link {
    color: #ff4d4f;
    font-weight: 700;
    text-decoration: underline;
    transition: .3s;
}

.apvim-talk-link:hover {
    color: #004774;
}

/*==========================================================================
    Sidebar
==========================================================================*/

.apvim-sidebar {
    padding-left: 25px;
}

.apvim-sidebar-heading {
    margin: 0 0 35px;
    display: inline-block;
    color: #11181C;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #11181C;
    padding-bottom: 8px;
}

.apvim-featured-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/*==========================================================================
    Featured Article Card
==========================================================================*/

.apvim-article-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all .3s ease;
}

.apvim-article-link:hover {
    text-decoration: none;
    color: inherit;
}

.apvim-article-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.apvim-article-image {
    flex: 0 0 95px;
    max-width: 95px;
}

.apvim-article-image img {
    width: 95px;
    height: 76px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.apvim-article-content {
    flex: 1;
    min-width: 0;
}

.apvim-article-title {
    margin: 0;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    transition: .3s;
}

.apvim-article-link:hover .apvim-article-title {
    color: #18c4d6;
}

.apvim-article-date {
    margin: 10px 0 0;
    color: #9AA2AD;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

/*==========================================================================
    Responsive
==========================================================================*/

@media (max-width:1600px) {

    .apvim-main-section .custom-container {
        max-width: 1280px;
    }

}

@media (max-width:1366px) {

    .apvim-main-section .custom-container {
        max-width: 1140px;
    }

    .apvim-content-wrapper {
        padding-right: 40px;
    }

    .apvim-sidebar {
        padding-left: 15px;
    }

}

@media (max-width:1199px) {

    .apvim-main-section {
        padding: 75px 0;
    }

    .apvim-content-wrapper {
        padding-right: 25px;
    }

    .apvim-title {
        font-size: 42px;
    }

    .apvim-heading {
        font-size: 31px;
    }

    .apvim-sidebar-heading {
        font-size: 15px;
    }

    .apvim-article-image {
        flex: 0 0 88px;
        max-width: 88px;
    }

    .apvim-article-image img {
        width: 88px;
        height: 70px;
    }

}

@media (max-width:991px) {

    .apvim-main-section {
        padding: 60px 0;
    }

    .apvim-content-wrapper {
        padding-right: 0;
    }

    .apvim-sidebar {
        margin-top: 60px;
        padding-left: 0;
    }

    .apvim-sidebar-heading {
        margin-bottom: 30px;
    }

    .apvim-featured-list {
        gap: 24px;
    }

    .apvim-process-image img {
        max-width: 100%;
    }

}

@media (max-width:767px) {

    .apvim-main-section {
        padding: 50px 0;
    }

    .apvim-title {
        font-size: 34px;
    }

    .apvim-heading {
        font-size: 28px;
    }

    .apvim-date,
    .apvim-text,
    .apvim-list li,
    .apvim-article-title {
        font-size: 14px;
    }

    .apvim-article-card {
        gap: 14px;
    }

    .apvim-article-image {
        flex: 0 0 80px;
        max-width: 80px;
    }

    .apvim-article-image img {
        width: 80px;
        height: 64px;
    }

}

@media (max-width:575px) {

    .apvim-main-section {
        padding: 45px 0;
    }

    .apvim-title {
        font-size: 28px;
    }

    .apvim-heading {
        font-size: 24px;
    }

    .apvim-sidebar {
        margin-top: 45px;
    }

    .apvim-featured-list {
        gap: 20px;
    }

    .apvim-article-card {
        gap: 12px;
    }

    .apvim-article-image {
        flex: 0 0 74px;
        max-width: 74px;
    }

    .apvim-article-image img {
        width: 74px;
        height: 60px;
    }

    .apvim-article-date {
        font-size: 12px;
    }

}

@media (max-width:420px) {

    .apvim-main-section {
        padding: 40px 0;
    }

    .apvim-title {
        font-size: 24px;
        line-height: 1.25;
    }

    .apvim-heading {
        font-size: 21px;
    }

    .apvim-date {
        font-size: 13px;
    }

    .apvim-text,
    .apvim-list li,
    .apvim-article-title {
        font-size: 13px;
        line-height: 1.8;
    }

    .apvim-sidebar-heading {
        font-size: 14px;
    }

    .apvim-article-image {
        flex: 0 0 68px;
        max-width: 68px;
    }

    .apvim-article-image img {
        width: 68px;
        height: 55px;
    }

}

/* =========================================
   FUTURE READY ANALYTICS
   PART - 1
========================================= */
/*==================================
    Banner
===================================*/

.future-ready-banner {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.future-ready-banner-content {
    width: 100%;
    text-align: center;
}

.future-ready-banner-title {
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 3px 10px rgba(0, 0, 0, .35);
}

/*==================================
    Responsive
===================================*/

@media (max-width:1600px) {

    .future-ready-banner {
        height: 500px;
    }

    .future-ready-banner-title {
        max-width: 1100px;
        font-size: 35px;
    }

}

@media (max-width:1366px) {

    .future-ready-banner {
        height: 360px;
    }

    .future-ready-banner-title {
        max-width: 980px;
        font-size: 44px;
    }

}

@media (max-width:1024px) {

    .future-ready-banner {
        height: 320px;
        padding: 0 30px;
    }

    .future-ready-banner-title {
        max-width: 800px;
        font-size: 36px;
        line-height: 1.3;
    }

}

@media (max-width:767px) {

    .future-ready-banner {
        height: 240px;
        padding: 0 20px;
    }

    .future-ready-banner-title {
        font-size: 26px;
        line-height: 1.35;
    }

}

.future-ready-analytics-page {
    font-family: "Poppins", sans-serif;
    padding: 100px 0 90px;
    background: #fff;
}

.future-ready-analytics-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;

    display: grid;
    grid-template-columns: minmax(0, 900px) minmax(0, 300px);
    gap: 60px;
    align-items: start;
    box-sizing: border-box;
}

/*=========================================
  LEFT CONTENT
=========================================*/

.future-ready-analytics-article {
    font-size: 15px;
    color: #161616;
    font-weight: 400;
    line-height: 1.75;
}

.future-ready-analytics-article p {
    margin: 0 0 20px;
}

.future-ready-analytics-date {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #004774;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 45px !important;
}

.future-ready-analytics-date i {
    font-size: 12px;
}

.future-ready-analytics-article h1,
.future-ready-analytics-article h2 {
    color: #11181C;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
    margin: 15px 0 20px;
}

.future-ready-analytics-article h2 span {
    font-size: 20px;
}

.future-ready-analytics-article h3 {
    color: #11181C;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 24px 0 16px;
}

.future-ready-analytics-article strong {
    font-weight: 700;
    color: #11181C;
}

.future-ready-analytics-article ul {
    margin: 0 0 20px;
    padding-left: 22px;
    list-style: disc;
}

.future-ready-analytics-article li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    line-height: 1.4;
}

.future-ready-analytics-article li:last-child {
    margin-bottom: 0;
}

.future-ready-analytics-article li::marker {
    color: #161616;
}

.future-ready-analytics-article li span a {
    color: #df5066 !important;
}

.future-ready-analytics-image-label {
    margin-top: 65px !important;
}

.future-ready-analytics-main-image {
    display: block;
    width: 635px;
    max-width: 100%;
    height: auto;
    margin: 12px 0 35px;
}

.future-ready-analytics-after-image {
    display: block;
    width: 800px;
    max-width: 100%;
    height: auto;
    margin: 40px 0 35px;
}

.future-ready-analytics-benefit {
    margin-bottom: 14px !important;
}

/*=========================================
  1366px
=========================================*/

@media (max-width:1366px) {

    .future-ready-analytics-container {
        max-width: 1140px;
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 45px;
    }

}


/*=========================================
  SIDEBAR
=========================================*/

.future-ready-analytics-sidebar {
    align-self: start;
    padding-top: 26px;
}

.future-ready-analytics-sidebar>h2 {
    margin: 0 0 8px;
    color: #11181C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.future-ready-analytics-sidebar-line {
    width: 145px;
    height: 1px;
    background: #222;
    margin-bottom: 45px;
}

.future-ready-analytics-featured-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.future-ready-analytics-featured-item:last-child {
    margin-bottom: 0;
}

.future-ready-analytics-featured-item img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    transition: .35s ease;
}

.future-ready-analytics-featured-item a {
    text-decoration: none;
    color: inherit;
}

.future-ready-analytics-featured-item a {
    display: contents;
}

.future-ready-analytics-featured-item h3 {
    margin: 0 0 8px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    transition: .3s;
}

.future-ready-analytics-featured-item:hover h3 {
    color: #18c4d6;
}

.future-ready-analytics-featured-item p {
    margin: 0;
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

/*=========================================
  1199px
=========================================*/

@media (max-width:1199px) {

    .future-ready-analytics-page {
        padding: 80px 0;
    }

    .future-ready-analytics-container {
        max-width: 960px;
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 35px;
    }

    .future-ready-analytics-main-image,
    .future-ready-analytics-after-image {
        width: 100%;
    }

    .future-ready-analytics-featured-item {
        grid-template-columns: 120px 1fr;
    }

    .future-ready-analytics-featured-item img {
        width: 120px;
        height: 72px;
    }

}

/*=========================================
  991px
=========================================*/

@media (max-width:991px) {

    .future-ready-analytics-page {
        padding: 60px 0;
    }

    .future-ready-analytics-container {
        max-width: 720px;
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .future-ready-analytics-sidebar {
        padding-top: 0;
    }

    .future-ready-analytics-featured-item {
        grid-template-columns: 130px 1fr;
        max-width: 520px;
    }

    .future-ready-analytics-featured-item img {
        width: 130px;
        height: 80px;
    }

}

/*=========================================
  767px
=========================================*/

@media (max-width:767px) {

    .future-ready-analytics-page {
        padding: 50px 0;
    }

    .future-ready-analytics-container {
        padding: 0 18px;
    }

    .future-ready-analytics-article {
        font-size: 14px;
    }

    .future-ready-analytics-article h1,
    .future-ready-analytics-article h2 {
        font-size: 24px;
    }

    .future-ready-analytics-article h3 {
        font-size: 14px;
    }

    .future-ready-analytics-featured-item {
        grid-template-columns: 100px 1fr;
        gap: 12px;
    }

    .future-ready-analytics-featured-item img {
        width: 100px;
        height: 65px;
    }

}

/*=========================================
  575px
=========================================*/

@media (max-width:575px) {

    .future-ready-analytics-page {
        padding: 40px 0;
    }

    .future-ready-analytics-container {
        padding: 85px 15px;
    }

    .future-ready-analytics-date {
        margin-bottom: 30px !important;
    }

    .future-ready-analytics-sidebar-line {
        margin-bottom: 30px;
    }

    .future-ready-analytics-article h1,
    .future-ready-analytics-article h2 {
        font-size: 22px;
    }

    .future-ready-analytics-featured-item {
        grid-template-columns: 85px 1fr;
    }

    .future-ready-analytics-featured-item img {
        width: 85px;
        height: 58px;
    }

    .future-ready-analytics-featured-item h3 {
        font-size: 14px;
    }

}

/*=========================================
  420px
=========================================*/

@media (max-width:420px) {

    .future-ready-analytics-container {
        padding: 85px 12px;
    }

    .future-ready-analytics-article h1,
    .future-ready-analytics-article h2 {
        font-size: 20px;
    }

    .future-ready-analytics-featured-item {
        grid-template-columns: 75px 1fr;
        gap: 10px;
    }

    .future-ready-analytics-featured-item img {
        width: 75px;
        height: 52px;
    }

    .future-ready-analytics-featured-item h3 {
        font-size: 13px;
    }

    .future-ready-analytics-featured-item p {
        font-size: 11px;
    }

}


/* =========================================
  streamlining-data-migration
========================================= */

/*==================================
    Banner
===================================*/

.streamlining-banner {
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/streamlining-data-migration-during-an-ma-scenario/banner.jpeg") center center/cover no-repeat;
}

.streamlining-banner-content {
    width: 90%;
    text-align: center;
}

.streamlining-banner-title {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    max-width: 1000px;
    margin-inline: auto;
    text-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

/*==================================
    Responsive
===================================*/

@media (max-width:1600px) {

    .streamlining-banner {
        height: 600px;
    }

    .streamlining-banner-title {
        font-size: 35px;
    }

}

@media (max-width:1366px) {

    .streamlining-banner {
        height: 420px;
    }

    .streamlining-banner-title {
        font-size: 46px;
        max-width: 900px;
    }

}

@media (max-width:1024px) {

    .streamlining-banner {
        height: 320px;
    }

    .streamlining-banner-title {
        font-size: 36px;
        max-width: 700px;
    }

}

@media (max-width:767px) {

    .streamlining-banner {
        height: 240px;
        padding: 0 20px;
    }

    .streamlining-banner-title {
        font-size: 28px;
        line-height: 1.3;
    }

}

.streamlining-data-migration-page {
    background: #fff;
    color: #161616;
    font-family: "Poppins", sans-serif;
    padding: 140px 20px 90px
}

.streamlining-data-migration-container {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: minmax(0, 1fr) 300px;
    margin: 0 auto;
    max-width: 1280px;
}

.streamlining-data-migration-article {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75
}

.streamlining-data-migration-article p {
    margin: 0 0 22px
}

.streamlining-data-migration-date {
    align-items: center;
    color: #17628a;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    gap: 6px;
    margin-bottom: 52px !important
}

.streamlining-data-migration-date i {
    font-size: 13px
}

.streamlining-data-migration-intro {
    font-weight: 400;
    margin-bottom: 18px !important
}

.streamlining-data-migration-article h1,
.streamlining-data-migration-article h2 {
    color: #161616;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin: 18px 0 20px
}

.streamlining-data-migration-article h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 24px 0 4px
}

.streamlining-data-migration-article ul {
    list-style: disc outside !important;
    margin: 4px 0 22px;
    padding-left: 21px
}

.streamlining-data-migration-article ul li {
    display: list-item !important;
    list-style: disc outside !important;
    margin: 0;
    padding-left: 2px
}

.streamlining-data-migration-article ul li::marker {
    color: #161616;
    font-size: 15px;
}

.streamlining-data-migration-article a {
    color: #f15a69
}

.streamlining-data-migration-main-image {
    display: block;
    height: auto;

    max-width: 100%;
    width: 709px
}

.streamlining-data-migration-result {
    margin: 28px 0 !important
}

.streamlining-data-migration-sidebar {
    padding-top: 15px
}

.streamlining-data-migration-sidebar>h2 {
    border-bottom: 2px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 42px;
    padding-bottom: 12px;
    width: 150px
}

.streamlining-data-migration-featured-item {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: 145px minmax(0, 1fr);
    margin-bottom: 34px
}

.streamlining-data-migration-featured-item img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    height: 80px;
    object-fit: cover;
    width: 160px
}

.streamlining-data-migration-featured-item h3 {
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0
}

.streamlining-data-migration-featured-item p {
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 0
}

.streamlining-data-migration-featured-item p:hover {
    color: #18C4D6;
}

.streamlining-date-text {
    color: #8c8c8c !important;
    font-size: 13px !important;
}


/*==================================================
    Responsive
==================================================*/

/* 1366px Laptop */
@media (max-width:1366px) {

    .streamlining-data-migration-page {
        padding: 80px 20px;
    }

    .streamlining-data-migration-container {
        max-width: 1140px;
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 60px;
        overflow: hidden;
    }

    .streamlining-data-migration-article {
        min-width: 0;
    }

    .streamlining-data-migration-main-image {
        width: 100%;
        max-width: 700px;
        height: auto;
    }

}

/* Large Tablet */
@media (max-width:1199px) {

    .streamlining-data-migration-page {
        padding: 70px 20px;
    }

    .streamlining-data-migration-container {
        max-width: 960px;
        width: 100%;
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 40px;
    }

    .streamlining-data-migration-article h1,
    .streamlining-data-migration-article h2 {
        font-size: 30px;
    }

    .streamlining-data-migration-main-image {
        width: 100%;
        max-width: 100%;
    }

    .streamlining-data-migration-featured-item {
        gap: 15px;
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .streamlining-data-migration-featured-item img {
        width: 140px;
        height: 75px;
    }

}

/* Tablet */
@media (max-width:991px) {

    .streamlining-data-migration-page {
        padding: 60px 20px;
    }

    .streamlining-data-migration-container {
        max-width: 720px;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .streamlining-data-migration-sidebar {
        padding-top: 0;
    }

    .streamlining-data-migration-featured-item {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 15px;
    }

    .streamlining-data-migration-featured-item img {
        width: 130px;
        height: 72px;
    }

}

/* Mobile */
@media (max-width:767px) {

    .streamlining-data-migration-page {
        padding: 50px 16px;
    }

    .streamlining-data-migration-date {
        margin-bottom: 35px !important;
    }

    .streamlining-data-migration-article {
        font-size: 14px;
        line-height: 1.8;
    }

    .streamlining-data-migration-article h1,
    .streamlining-data-migration-article h2 {
        font-size: 26px;
    }

    .streamlining-data-migration-article h3 {
        font-size: 15px;
    }

    .streamlining-data-migration-featured-item {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 12px;
        margin-bottom: 24px;
    }

    .streamlining-data-migration-featured-item img {
        width: 110px;
        height: 68px;
    }

    .streamlining-data-migration-featured-item p {
        font-size: 14px;
    }

    .streamlining-date-text {
        font-size: 12px !important;
    }

}

/* Small Mobile */
@media (max-width:575px) {

    .streamlining-data-migration-page {
        padding: 45px 15px;
    }

    .streamlining-data-migration-container {
        gap: 45px;
    }

    .streamlining-data-migration-article h1,
    .streamlining-data-migration-article h2 {
        font-size: 22px;
    }

    .streamlining-data-migration-sidebar>h2 {
        font-size: 15px;
    }

    .streamlining-data-migration-featured-item {
        grid-template-columns: 90px minmax(0, 1fr);
        gap: 12px;
    }

    .streamlining-data-migration-featured-item img {
        width: 90px;
        height: 60px;
    }

    .streamlining-data-migration-featured-item p {
        font-size: 13px;
    }

}

/* Extra Small */
@media (max-width:420px) {

    .streamlining-data-migration-page {
        padding: 115px 12px;
    }

    .streamlining-data-migration-article h1,
    .streamlining-data-migration-article h2 {
        font-size: 20px;
    }

    .streamlining-data-migration-featured-item {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .streamlining-data-migration-featured-item img {
        width: 80px;
        height: 55px;
    }

    .streamlining-data-migration-featured-item p {
        font-size: 12px;
    }

    .streamlining-date-text {
        font-size: 11px !important;
    }

}

/*=========================================
  SAP PAYROLL CONTROL CENTER
  PART 1 - Banner + Layout
=========================================*/

/*==========================
 Banner
==========================*/

.sap-payroll-banner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 480px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-image: url('../images/sap-payroll-control-center/banner-bg.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sap-payroll-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1;
}

.sap-payroll-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
    text-align: center;
    z-index: 2;
}

.sap-payroll-banner-content h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .45);
}

/*==========================
 Main Page
==========================*/

.sap-payroll-control-center-page {
    padding: 100px 20px 90px;
    background: #fff;
    color: #161616;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

/*==========================
 Main Container
==========================*/

.sap-payroll-control-center-container {

    display: grid;

    grid-template-columns:
        minmax(0, 855px) minmax(300px, 345px);

    justify-content: space-between;

    align-items: start;

    gap: 80px;

    width: 100%;

    max-width: 1280px;

    margin: 0 auto;

    box-sizing: border-box;
}

/*==========================
 Article
==========================*/

.sap-payroll-control-center-article {

    width: 100%;

    min-width: 0;

    color: #161616;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.75;

    word-wrap: break-word;

    overflow-wrap: break-word;
}

.sap-payroll-control-center-article p {

    margin: 0 0 22px;

    color: #161616;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.75;
}

/*==========================
 Publish Date
==========================*/

.sap-payroll-control-center-date {

    display: flex;

    align-items: center;

    gap: 8px;

    margin: 0 0 24px;

    color: #17628a;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.4;
}

.sap-payroll-control-center-date i {

    font-size: 15px;

    line-height: 1;
}

/*==========================
 Heading H1
==========================*/

.sap-payroll-control-center-article h1 {

    margin: 0 0 28px;

    color: #11181c;

    font-size: 36px;

    font-weight: 700;

    line-height: 1.25;
}

/*==========================
 Heading H2
==========================*/

.sap-payroll-control-center-article h2 {

    margin: 32px 0 16px;

    color: #161616;

    font-size: 27px;

    font-weight: 600;

    line-height: 1.5;
}

/*==========================
 Heading H3
==========================*/

.sap-payroll-control-center-article h3 {

    margin: 28px 0 12px;

    color: #11181c;

    font-size: 20px;

    font-weight: 600;

    line-height: 1.45;
}

/*=========================================
  SAP PAYROLL CONTROL CENTER
  PART 2 - Content + Table
=========================================*/

/*==========================
 Lists
==========================*/

.sap-payroll-control-center-article ul {
    margin: 12px 0 24px;
    padding-left: 22px;
    list-style: disc outside !important;
}

.sap-payroll-control-center-article ul li {
    display: list-item !important;
    margin: 0 0 8px;
    padding-left: 4px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
    list-style: disc outside !important;
}

.sap-payroll-control-center-article ul li:last-child {
    margin-bottom: 0;
}

.sap-payroll-control-center-article ul li::marker {
    color: #161616;
    font-size: .85em;
}

/*==========================
 Bold Text
==========================*/

.sap-payroll-control-center-article strong,
.sap-payroll-control-center-article b {
    color: #000;
    font-weight: 600;
}

/*==========================
 Links
==========================*/

.sap-payroll-control-center-article a {
    color: #f15a69;
    text-decoration: none;
    transition: all .25s ease;
}

.sap-payroll-control-center-article a:hover {
    color: #d94c59;
    text-decoration: underline;
}

/*==========================
 Custom Table Wrapper
==========================*/

.sap-payroll-custom-table-container {

    width: 100%;

    margin: 40px 0;

    padding: 30px;

    background: #f8fbfa;

    border-radius: 12px;

    overflow-x: auto;

    box-sizing: border-box;
}

/*==========================
 Table Heading
==========================*/

.sap-payroll-custom-table-title {

    margin: 0 0 24px;

    color: #17628a;

    text-align: center;

    font-size: 22px;

    font-weight: 700;

    line-height: 1.4;
}

/*==========================
 Table
==========================*/

.sap-payroll-custom-table {

    width: 100%;

    min-width: 650px;

    margin: 0 auto;

    border-collapse: separate;

    border-spacing: 0 12px;
}

/*==========================
 Table Header
==========================*/

.sap-payroll-custom-table thead th {

    padding: 14px 20px;

    color: #fff;

    text-align: center;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.4;

    vertical-align: middle;
}

.sap-payroll-custom-table thead th:first-child {

    width: 45%;

    background: #55b2b0;

    border-radius: 30px;
}

.sap-payroll-custom-table thead th:last-child {

    width: 55%;

    background: #1c5273;

    border-radius: 30px;
}

/*==========================
 Table Body
==========================*/

.sap-payroll-custom-table tbody td {

    padding: 16px 20px;

    background: #fff;

    color: #161616;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.6;

    vertical-align: middle;

    border-bottom: 1px solid #eaeaea;
}

.sap-payroll-custom-table tbody td:first-child {

    text-align: center;

    border-right: 1px solid #eaeaea;
}

.sap-payroll-custom-table tbody td:last-child {

    text-align: left;
}

/*==========================
 Better Row Rendering
==========================*/

.sap-payroll-custom-table tbody tr {

    transition: background .25s ease;
}

.sap-payroll-custom-table tbody tr:hover td {

    background: #fcfcfc;
}

/*=========================================
  SAP PAYROLL CONTROL CENTER
  PART 3 - Sidebar + Featured Articles
=========================================*/

/*==========================
 Sidebar
==========================*/

.sap-payroll-control-center-sidebar {
    width: 100%;
    min-width: 0;
    padding-top: 5px;
    box-sizing: border-box;
}

.sap-payroll-control-center-sidebar>h2 {
    display: inline-block;
    width: 150px;
    margin: 0 0 35px;
    padding-bottom: 12px;
    border-bottom: 2px solid #353434;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

/*==========================
 Featured Item
==========================*/

.sap-payroll-control-center-featured-item {

    display: grid;

    grid-template-columns: 150px minmax(0, 1fr);

    align-items: start;

    gap: 20px;

    width: 100%;

    margin-bottom: 30px;
}

.sap-payroll-control-center-featured-item:last-child {
    margin-bottom: 0;
}

/*==========================
 Featured Image
==========================*/

.sap-payroll-control-center-featured-item img {

    display: block;

    width: 150px;

    height: 80px;

    max-width: 100%;

    object-fit: cover;

    border-radius: 8px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, .10);
}

/*==========================
 Featured Content
==========================*/

.sap-payroll-control-center-featured-item>div {

    min-width: 0;

    width: 100%;
}

/*==========================
 Featured Title
==========================*/

.sap-payroll-featured-title {

    margin: 0;

    color: #161616;

    font-size: 15px;

    font-weight: 500;

    line-height: 1.5;

    transition: color .25s ease;
}

.sap-payroll-featured-title:hover {

    color: #18c4d6;
}

/*==========================
 Featured Date
==========================*/

.sap-payroll-featured-date {

    margin: 6px 0 0;

    color: #9aa2ad;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.3;
}

/*==========================
 Overflow Protection
==========================*/

.sap-payroll-featured-title,
.sap-payroll-featured-date {

    word-break: break-word;

    overflow-wrap: break-word;
}

/*==========================
 Better Click Area
==========================*/

.sap-payroll-control-center-featured-item {

    transition: transform .25s ease;
}

.sap-payroll-control-center-featured-item:hover {

    transform: translateY(-2px);
}

/*==========================
 Image Performance
==========================*/

.sap-payroll-control-center-featured-item img {

    backface-visibility: hidden;

    transform: translateZ(0);
}

/*=========================================
  SAP PAYROLL CONTROL CENTER
  PART 4 - Responsive
=========================================*/

/*==========================
 1366px
==========================*/

@media screen and (max-width:1366px) {

    .sap-payroll-control-center-container {

        grid-template-columns:
            minmax(0, 780px) minmax(280px, 300px);

        gap: 60px;

        max-width: 1140px;
    }

}

/*==========================
 1199px
==========================*/

@media screen and (max-width:1199px) {

    .sap-payroll-control-center-page {

        padding: 80px 20px;
    }

    .sap-payroll-control-center-container {

        grid-template-columns:
            minmax(0, 1fr) 280px;

        gap: 48px;

        max-width: 960px;
    }

    .sap-payroll-banner-content {

        width: 92%;
    }

}

/*==========================
 991px
==========================*/

@media screen and (max-width:991px) {

    .sap-payroll-banner {

        min-height: 320px;
    }

    .sap-payroll-banner-content h1 {

        font-size: 28px;
    }

    .sap-payroll-control-center-page {

        padding: 70px 20px;
    }

    .sap-payroll-control-center-container {

        grid-template-columns: 1fr;

        gap: 50px;

        max-width: 720px;
    }

    .sap-payroll-control-center-sidebar {

        padding-top: 0;
    }

    .sap-payroll-custom-table-container {

        padding: 20px 15px;
    }

}

/*==========================
 767px
==========================*/

@media screen and (max-width:767px) {

    .sap-payroll-banner {

        min-height: 250px;
    }

    .sap-payroll-banner-content {

        width: 94%;
    }

    .sap-payroll-banner-content h1 {

        font-size: 22px;

        line-height: 1.4;
    }

    .sap-payroll-control-center-page {

        padding: 45px 18px 70px;
    }

    .sap-payroll-control-center-article {

        font-size: 14px;
    }

    .sap-payroll-control-center-article p {

        font-size: 14px;
    }

    .sap-payroll-control-center-article h1 {

        font-size: 28px;

        margin-bottom: 20px;
    }

    .sap-payroll-control-center-article h2 {

        font-size: 22px;

        margin: 24px 0 12px;
    }

    .sap-payroll-control-center-article h3 {

        font-size: 19px;
    }

    .sap-payroll-custom-table {

        min-width: 500px;
    }

    .sap-payroll-custom-table th {

        padding: 10px;

        font-size: 13px;
    }

    .sap-payroll-custom-table td {

        padding: 12px 10px;

        font-size: 13px;
    }

}

.sap-payroll-featured-title a,
.sap-payroll-featured-title a:visited {
    color: inherit;
    text-decoration: none;
}

.sap-payroll-featured-title a:hover {
    color: #18c4d6;
}

/*==========================
 575px
==========================*/

@media screen and (max-width:575px) {

    .sap-payroll-banner {

        min-height: 200px;
    }

    .sap-payroll-banner-content {

        width: 95%;
    }

    .sap-payroll-banner-content h1 {

        font-size: 18px;

        line-height: 1.35;
    }

    .sap-payroll-control-center-page {

        padding: 45px 15px 55px;
    }

    .sap-payroll-control-center-container {

        gap: 40px;
    }

    .sap-payroll-control-center-article h1 {

        font-size: 24px;
    }

    .sap-payroll-control-center-article h2 {

        font-size: 20px;
    }

    .sap-payroll-control-center-article h3 {

        font-size: 18px;
    }

    .sap-payroll-control-center-featured-item {

        grid-template-columns: 100px minmax(0, 1fr);

        gap: 12px;
    }

    .sap-payroll-control-center-featured-item img {

        width: 100px;

        height: 70px;
    }



    .sap-payroll-control-center-sidebar>h2 {

        width: 100%;
    }

    .sap-payroll-custom-table-container {

        padding: 15px 10px;
    }

}

/*==========================
 480px
==========================*/

@media screen and (max-width:480px) {

    .sap-payroll-control-center-page {

        padding: 40px 12px 50px;
    }

    .sap-payroll-banner-content h1 {

        font-size: 17px;
        padding-top: 60px;
    }

    .sap-payroll-control-center-article {

        font-size: 13.5px;
    }

    .sap-payroll-control-center-article p {

        margin-bottom: 18px;
    }

    .sap-payroll-custom-table {

        min-width: 460px;
    }

}

/*==========================
 360px
==========================*/

@media screen and (max-width:360px) {

    .sap-payroll-banner {

        min-height: 180px;
    }

    .sap-payroll-banner-content h1 {

        font-size: 16px;
    }

    .sap-payroll-control-center-page {

        padding: 35px 10px 45px;
    }

}

/* =========================================
  unlocking-agro-insights-with-sap-datasphere-with-sap-datasphere
========================================= */
/*=========================================
 Unlocking Agro Insights Banner
=========================================*/

.unlocking-agro-insights-banner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url('../images/unlocking-agro-insights-with-sap-datasphere/banner.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.unlocking-agro-insights-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.unlocking-agro-insights-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.unlocking-agro-insights-banner-content h1 {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .45);
}

/*==========================
 Responsive
==========================*/

@media (max-width:991px) {

    .unlocking-agro-insights-banner {
        min-height: 320px;
    }

    .unlocking-agro-insights-banner-content h1 {
        font-size: 28px;
    }

}

@media (max-width:767px) {

    .unlocking-agro-insights-banner {
        min-height: 250px;
    }

    .unlocking-agro-insights-banner-content {
        width: 94%;
    }

    .unlocking-agro-insights-banner-content h1 {
        font-size: 22px;
        line-height: 1.35;
    }

}

@media (max-width:575px) {

    .unlocking-agro-insights-banner {
        min-height: 200px;
    }

    .unlocking-agro-insights-banner-content {
        width: 95%;
    }

    .unlocking-agro-insights-banner-content h1 {
        font-size: 18px;
        line-height: 1.3;
        padding-top: 60px;
    }

}

.unlocking-agro-insights-with-sap-datasphere-page {
    background: #fff;
    color: #161616;
    font-family: "Poppins", sans-serif;
    padding: 100px 20px 90px
}

.unlocking-agro-insights-with-sap-datasphere-container {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: 900px 300px;
    margin: 0 auto;
    max-width: 1280px
}

.unlocking-agro-insights-with-sap-datasphere-article {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75
}

.unlocking-agro-insights-with-sap-datasphere-article p {
    margin: 0 0 22px
}

.unlocking-agro-insights-with-sap-datasphere-date {
    align-items: center;
    color: #17628a;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 6px;
    margin-bottom: 52px !important
}

.unlocking-agro-insights-with-sap-datasphere-date i {
    font-size: 13px
}

.unlocking-agro-insights-with-sap-datasphere-intro {
    font-weight: 400;
    margin-bottom: 18px !important
}

.unlocking-agro-insights-with-sap-datasphere-article h1,
.unlocking-agro-insights-with-sap-datasphere-article h2 {
    color: #161616;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin: 18px 0 20px
}

.unlocking-agro-insights-with-sap-datasphere-article h1 {
    font-size: 36px;
    color: #11181c;
    font-weight: 700;
    margin-top: 0
}

.unlocking-agro-insights-with-sap-datasphere-article h2 {
    font-size: 27px;
    font-weight: 600;
    color: #11181c;
}

.unlocking-agro-insights-with-sap-datasphere-article h3 {
    font-size: 20px;
    font-weight: 600;
    color: #11181c;
    line-height: 1.4;
    margin: 24px 0 4px;
}

.unlocking-agro-insights-with-sap-datasphere-article ul {
    list-style: disc outside !important;
    margin: 22px 0 22px;
    padding-left: 21px
}

.unlocking-agro-insights-with-sap-datasphere-article ul li {
    display: list-item !important;
    list-style: disc outside !important;
    margin: 0;
    font-weight: 400;
    padding-left: 2px
}

.unlocking-agro-insights-with-sap-datasphere-article ul li::marker {
    color: #161616;
    font-size: .75em
}

.unlocking-agro-insights-with-sap-datasphere-article a {
    color: #f15a69;
}

.unlocking-agro-insights-with-sap-datasphere-article a:hover {
    color: #18c4d6;
}

.unlocking-agro-insights-with-sap-datasphere-article table {
    width: 100%;
    margin: 22px 0;
    border-collapse: collapse
}

.unlocking-agro-insights-with-sap-datasphere-article table th,
.unlocking-agro-insights-with-sap-datasphere-article table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd
}

.unlocking-agro-insights-with-sap-datasphere-article table th {
    background-color: #f8f9fa;
    font-weight: 600
}

.unlocking-agro-insights-with-sap-datasphere-main-image {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 60px auto 70px;
    width: 760px
}

.unlocking-agro-insights-with-sap-datasphere-result {
    margin: 28px 0 !important
}

.unlocking-agro-insights-with-sap-datasphere-sidebar {
    padding-top: 15px
}

.unlocking-agro-insights-with-sap-datasphere-sidebar>h2 {
    border-bottom: 2px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 42px;
    padding-bottom: 12px;
    width: 150px
}

.unlocking-agro-insights-with-sap-datasphere-featured-item {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 150px 1fr;
    margin-bottom: 30px
}

.unlocking-agro-insights-with-sap-datasphere-featured-item img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    height: 80px;
    object-fit: cover;
    width: 150px
}

.unlocking-agro-insights-with-sap-datasphere-featured-title {
    color: #161616 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 !important
}

.unlocking-agro-insights-with-sap-datasphere-featured-title:hover {
    color: #18c4d6 !important;
}

.unlocking-agro-insights-with-sap-datasphere-featured-date {
    color: #888 !important;
    font-size: 11px !important;
    margin: 6px 0 0 !important
}

.unlocking-agro-insights-with-sap-datasphere-featured-item h3 {
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0
}

.unlocking-agro-insights-with-sap-datasphere-featured-item p {
    color: #9aa2ad;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    margin: 10px 0 0
}

@media(max-width:1366px) {
    .unlocking-agro-insights-with-sap-datasphere-container {
        gap: 60px;
        grid-template-columns: 780px 300px;
        max-width: 1140px
    }
}

@media(max-width:1199px) {
    .unlocking-agro-insights-with-sap-datasphere-container {
        gap: 48px;
        grid-template-columns: 632px 280px;
        max-width: 960px
    }
}

@media(max-width:991px) {
    .unlocking-agro-insights-with-sap-datasphere-container {
        gap: 50px;
        grid-template-columns: 1fr;
        max-width: 720px
    }

    .unlocking-agro-insights-with-sap-datasphere-sidebar {
        padding-top: 0
    }

    .unlocking-agro-insights-with-sap-datasphere-featured-item {
        gap: 22px;
        grid-template-columns: 110px minmax(0, 1fr);
        max-width: 520px
    }

    .unlocking-agro-insights-with-sap-datasphere-featured-item img {
        height: 70px;
        width: 110px
    }
}

@media(max-width:767px) {
    .unlocking-agro-insights-with-sap-datasphere-page {
        padding: 35px 18px 70px
    }

    .unlocking-agro-insights-with-sap-datasphere-date {
        margin-bottom: 38px !important
    }

    .unlocking-agro-insights-with-sap-datasphere-article h1,
    .unlocking-agro-insights-with-sap-datasphere-article h2 {
        font-size: 26px
    }

    .unlocking-agro-insights-with-sap-datasphere-article {
        font-size: 14px
    }

    .unlocking-agro-insights-with-sap-datasphere-main-image {
        margin: 42px auto 32px
    }
}

@media(max-width:575px) {
    .unlocking-agro-insights-with-sap-datasphere-page {
        padding: 100px 15px 60px
    }

    .unlocking-agro-insights-with-sap-datasphere-featured-item {
        gap: 14px;
        grid-template-columns: 92px minmax(0, 1fr);
        margin-bottom: 28px
    }

    .unlocking-agro-insights-with-sap-datasphere-featured-item img {
        height: 62px;
        width: 92px
    }

    .unlocking-agro-insights-with-sap-datasphere-featured-item h3 {
        font-size: 12px
    }

    .unlocking-agro-insights-with-sap-datasphere-featured-item p {
        font-size: 11px
    }
}


/* =========================================
   Transforming Accounts Payable Automation
========================================= */
/*=========================================
 Transforming Accounts Payable Automation Banner
=========================================*/

.transforming-accounts-payable-automation-banner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 480px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url('../images/transforming-accounts-payable-automation/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.transforming-accounts-payable-automation-banner-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    z-index: 1;
}

.transforming-accounts-payable-automation-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1000px;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.transforming-accounts-payable-automation-banner-content h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .45);
}

/*==========================
 Responsive
==========================*/

@media (max-width:991px) {

    .transforming-accounts-payable-automation-banner {
        min-height: 320px;
    }

    .transforming-accounts-payable-automation-banner-content h1 {
        font-size: 28px;
    }

}

@media (max-width:767px) {

    .transforming-accounts-payable-automation-banner {
        min-height: 250px;
    }

    .transforming-accounts-payable-automation-banner-content {
        width: 94%;
    }

    .transforming-accounts-payable-automation-banner-content h1 {
        font-size: 22px;
        line-height: 1.35;
    }

}

@media (max-width:575px) {

    .transforming-accounts-payable-automation-banner {
        min-height: 200px;
    }

    .transforming-accounts-payable-automation-banner-content {
        width: 95%;
    }

    .transforming-accounts-payable-automation-banner-content h1 {
        font-size: 18px;
        line-height: 1.3;
    }

}

.transforming-accounts-payable-automation-page {
    background: #fff;
    color: #161616;
    font-family: "Poppins", sans-serif;
    padding: 100px 20px 90px;
}

.transforming-accounts-payable-automation-container {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: 900px 300px;
    margin: 0 auto;
    max-width: 1280px;
}

.transforming-accounts-payable-automation-article {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.transforming-accounts-payable-automation-article p {
    margin: 35px 0 22px;
}

.transforming-accounts-payable-automation-date {
    align-items: center;
    color: #17628a;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    gap: 6px;
    margin-bottom: 52px !important;
}

.transforming-accounts-payable-automation-date i {
    font-size: 13px;
}

.transforming-accounts-payable-automation-article h1,
.transforming-accounts-payable-automation-article h2 {
    color: #11181c;
    line-height: 1.2;
    margin: 18px 0 20px;
}

.transforming-accounts-payable-automation-article h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
}

.transforming-accounts-payable-automation-article h2 {
    font-size: 27px;
    font-weight: 600;
}

.transforming-accounts-payable-automation-article h3 {
    color: #11181c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 24px 0 30px;
}

.transforming-accounts-payable-automation-article ul,
.transforming-accounts-payable-automation-article ol {
    margin: 4px 0 22px;
    padding-left: 21px;
}

.transforming-accounts-payable-automation-article ul {
    list-style: disc outside !important;
}

.transforming-accounts-payable-automation-article ol {
    list-style: decimal outside !important;
}

.transforming-accounts-payable-automation-article ul li,
.transforming-accounts-payable-automation-article ol li {
    display: list-item !important;
    font-weight: 400;
    margin: 0;
    padding-left: 2px;
}

.transforming-accounts-payable-automation-article ul li {
    list-style: disc outside !important;
}

.transforming-accounts-payable-automation-article ol li {
    list-style: decimal outside !important;
}

.transforming-accounts-payable-automation-article li::marker {
    color: #161616;
}

.transforming-accounts-payable-automation-article a {
    color: #f15a69;
}

.transforming-accounts-payable-automation-article a:hover {
    color: #18c4d6;
}

.transforming-accounts-payable-automation-sidebar {
    padding-top: 15px;
}

.transforming-accounts-payable-automation-sidebar>h2 {
    border-bottom: 2px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 42px;
    padding-bottom: 12px;
    width: 150px;
}

.transforming-accounts-payable-automation-featured-item {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 150px 1fr;
    margin-bottom: 30px;
}

.transforming-accounts-payable-automation-featured-item img {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    height: 80px;
    object-fit: cover;
    width: 150px;
}

.transforming-accounts-payable-automation-featured-title {
    color: #161616 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.transforming-accounts-payable-automation-featured-title:hover {
    color: #18c4d6 !important;
}

.transforming-accounts-payable-automation-featured-date {
    color: #888 !important;
    font-size: 11px !important;
    margin: 6px 0 0 !important;
}

@media (max-width: 1366px) {
    .transforming-accounts-payable-automation-container {
        gap: 60px;
        grid-template-columns: 780px 300px;
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .transforming-accounts-payable-automation-container {
        gap: 48px;
        grid-template-columns: 632px 280px;
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .transforming-accounts-payable-automation-container {
        gap: 50px;
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .transforming-accounts-payable-automation-sidebar {
        padding-top: 0;
    }

    .transforming-accounts-payable-automation-featured-item {
        gap: 22px;
        grid-template-columns: 110px minmax(0, 1fr);
        max-width: 520px;
    }

    .transforming-accounts-payable-automation-featured-item img {
        height: 70px;
        width: 110px;
    }
}

@media (max-width: 767px) {
    .transforming-accounts-payable-automation-page {
        padding: 35px 18px 70px;
    }

    .transforming-accounts-payable-automation-date {
        margin-bottom: 38px !important;
    }

    .transforming-accounts-payable-automation-article h1,
    .transforming-accounts-payable-automation-article h2 {
        font-size: 26px;
    }

    .transforming-accounts-payable-automation-article {
        font-size: 14px;
        padding-top: 50px
    }
}

@media (max-width: 575px) {
    .transforming-accounts-payable-automation-page {
        padding: 30px 15px 60px;
    }

    .transforming-accounts-payable-automation-featured-item {
        gap: 14px;
        grid-template-columns: 92px minmax(0, 1fr);
        margin-bottom: 28px;
    }

    .transforming-accounts-payable-automation-featured-item img {
        height: 62px;
        width: 92px;
    }
}


/* =========================================
   Optimizing Supply Chain Analytics
========================================= */

.optimizing-supply-chain-analytics-with-sap-datasphere-page {
    background: #fff;
    color: #171b1f;
    font-family: "Poppins", sans-serif;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-banner {
    align-items: center;
    display: flex;
    min-height: 470px;
    overflow: hidden;
    position: relative;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-banner-image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-banner-overlay {
    background: rgba(25, 31, 33, 0.5);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-banner-content {
    margin: 0 auto;
    max-width: 1240px;
    padding: 45px 20px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-breadcrumb {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    margin: 0 0 24px;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-breadcrumb b {
    color: #14b8d4;
    font-size: 21px;
    line-height: 1;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-banner h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.28;
    margin: 0;
    max-width: 850px;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-banner-line {
    display: block;
    height: 9px;
    object-fit: cover;
    width: 100%;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-content {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 1240px;
    padding: 105px 20px 115px;
    position: relative;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-bg-element {
    height: auto;
    position: absolute;
    right: -145px;
    top: -145px;
    width: 250px;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-section {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-heading {
    align-items: center;
    display: flex;
    gap: 12px;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-heading img {
    flex: 0 0 56px;
    height: 56px;
    object-fit: contain;
    width: 56px;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-heading h2 {
    color: #11181c;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-section p {
    margin: 30px 0px 20px;
    color: #161616;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-section ul {
    list-style: disc outside !important;
    margin: 0 0 22px;
    padding-left: 20px;
    color: #161616;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-section li {
    display: list-item !important;
    list-style: disc outside !important;
    margin: 0;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-section strong {
    font-weight: 700;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-section h3 {
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    margin: 28px 0 20px;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-section a {
    color: #f25f68;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-quotes {
    font-style: italic;
}


/* =========================================
   DIVIDER/LINE CSS FIX (Only margin & padding adjusted)
========================================= */

/* 1. Sections ke beech wali image line ke liye (Grey Line) */
img.optimizing-supply-chain-analytics-with-sap-datasphere-divider {
    display: block;
    height: 2px;
    margin: 30px 0;
    object-fit: fill;
    position: relative;
    width: 187px;
    z-index: 1;
}

/* 2. Headings ke just neeche aane wali gradient line ke liye */
div.optimizing-supply-chain-analytics-with-sap-datasphere-divider,
div.optimizing-supply-chain-analytics-with-sap-datasphere-dividers {
    border-block-start: none !important;
    background: linear-gradient(90deg, #109fd4 0%, #7eaaa0 48%, #f28a32 100%);
    height: 2px;
    margin: 14px 0 30px;
    position: relative;
    width: 100%;
    z-index: 1;
}

/* 3. Extra span tag fix (agar HTML mein maujood ho) */
span.optimizing-supply-chain-analytics-with-sap-datasphere-divider {
    display: none;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-dividers p a {
    color: #ff4848;
    text-decoration: underline;
}

.optimizing-supply-chain-analytics-with-sap-datasphere-dividers p a:hover {
    color: #18c4d6;
}

/* =========================================
   MEDIA QUERIES
========================================= */

@media (max-width: 1366px) {

    .optimizing-supply-chain-analytics-with-sap-datasphere-banner-content,
    .optimizing-supply-chain-analytics-with-sap-datasphere-content {
        max-width: 1140px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-bg-element {
        right: -60px;
        width: 280px;
    }
}

@media (max-width: 1199px) {
    .optimizing-supply-chain-analytics-with-sap-datasphere-bg-element {
        right: 0;
        width: 230px;
    }
}

@media (max-width: 991px) {
    .optimizing-supply-chain-analytics-with-sap-datasphere-banner {
        min-height: 390px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-banner h1 {
        font-size: 34px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-content {
        padding-top: 80px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-bg-element {
        opacity: 0.45;
        width: 190px;
    }
}

@media (max-width: 767px) {
    .optimizing-supply-chain-analytics-with-sap-datasphere-banner {
        min-height: 330px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-banner-content {
        padding: 30px 18px 0;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-breadcrumb {
        font-size: 11px;
        gap: 5px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-banner h1 {
        font-size: 28px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-banner h1 br {
        display: none;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-content {
        font-size: 14px;
        padding: 60px 18px 80px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-bg-element {
        width: 145px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-heading {
        gap: 10px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-heading img {
        flex-basis: 46px;
        height: 46px;
        width: 46px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-heading h2 {
        font-size: 26px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-section h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .optimizing-supply-chain-analytics-with-sap-datasphere-banner {
        min-height: 290px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-banner-image {
        object-position: 58% center;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-banner h1 {
        font-size: 24px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-content {
        padding: 48px 15px 65px;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-heading {
        align-items: flex-start;
    }

    .optimizing-supply-chain-analytics-with-sap-datasphere-heading h2 {
        font-size: 23px;
        padding-top: 7px;
    }
}

/* =========================================
   Improving Real Estate Intelligence
========================================= */

.improving-real-estate-intelligence-page {
    background: #fff;
    color: #171b1f;
    font-family: "Poppins", sans-serif;
}

.improving-real-estate-intelligence-banner {
    align-items: center;
    display: flex;
    min-height: 470px;
    overflow: hidden;
    position: relative;
}

.improving-real-estate-intelligence-banner-image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.improving-real-estate-intelligence-banner-overlay {
    background: rgba(25, 31, 33, .5);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.improving-real-estate-intelligence-banner-content {
    margin: 0 auto;
    max-width: 1240px;
    padding: 45px 20px 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.improving-real-estate-intelligence-breadcrumb {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    margin: 0 0 24px;
}

.improving-real-estate-intelligence-breadcrumb b {
    color: #14b8d4;
    font-size: 21px;
    line-height: 1;
}

.improving-real-estate-intelligence-banner h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.28;
    margin: 0;
    max-width: 850px;
}

.improving-real-estate-intelligence-banner-line {
    display: block;
    height: 9px;
    object-fit: cover;
    width: 100%;
}

.improving-real-estate-intelligence-content {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 1240px;
    padding: 105px 20px 115px;
    position: relative;
}

.improving-real-estate-intelligence-bg-element {
    height: auto;
    position: absolute;
    right: -140px;
    top: -145px;
    width: 250px;
}

.improving-real-estate-intelligence-section,
.improving-real-estate-intelligence-divider {
    position: relative;
    z-index: 1;
}







.improving-real-estate-intelligence-section {
    margin-bottom: 26px;
}

.improving-real-estate-intelligence-heading {
    align-items: center;
    display: flex;
    gap: 12px;

}

.improving-real-estate-intelligence-heading img {
    flex: 0 0 56px;
    height: 56px;
    object-fit: contain;
    width: 56px;
}

.improving-real-estate-intelligence-heading h2 {
    color: #11181c;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.improving-real-estate-intelligence-section p {
    margin: 30px 0px 20px;
    color: #161616;
}

.improving-real-estate-intelligence-section ul {
    list-style: disc outside !important;
    margin: 0 0 22px;
    padding-left: 20px;
    color: #161616;
}

.improving-real-estate-intelligence-section li {
    display: list-item !important;
    list-style: disc outside !important;
    margin: 0;
}

.improving-real-estate-intelligence-section strong {
    font-weight: 700;
}

.improving-real-estate-intelligence-section h3 {
    color: #11181c;
    font-size: 20px;
    font-weight: 700;
    margin: 28px 0 20px;
}

.improving-real-estate-intelligence-section a {
    color: #f25f68;
}

.improving-real-estate-intelligence-quotes {
    font-style: italic;
}

.improving-real-estate-intelligence-divider {
    display: block;
    height: 2px;
    margin: 30px 0 31px;
    object-fit: fill;

}

.improving-real-estate-intelligence-dividers {
    border-block-start: none !important;
    height: 2px;
    margin: 15px 0 30px 0;
    background: linear-gradient(89.99deg, #108dc7 .01%, #ef8e38 98.52%);
}

@media (max-width: 1366px) {

    .improving-real-estate-intelligence-banner-content,
    .improving-real-estate-intelligence-content {
        max-width: 1140px;
    }

    .improving-real-estate-intelligence-bg-element {
        right: -60px;
        width: 280px;
    }
}

@media (max-width: 1199px) {
    .improving-real-estate-intelligence-bg-element {
        right: 0;
        width: 230px;
    }
}

@media (max-width: 991px) {
    .improving-real-estate-intelligence-banner {
        min-height: 390px;
    }

    .improving-real-estate-intelligence-banner h1 {
        font-size: 34px;
    }

    .improving-real-estate-intelligence-content {
        padding-top: 80px;
    }

    .improving-real-estate-intelligence-bg-element {
        opacity: .45;
        width: 190px;
    }
}

@media (max-width: 767px) {
    .improving-real-estate-intelligence-banner {
        min-height: 330px;
    }

    .improving-real-estate-intelligence-banner-content {
        padding: 30px 18px 0;
    }

    .improving-real-estate-intelligence-breadcrumb {
        font-size: 11px;
        gap: 5px;
    }

    .improving-real-estate-intelligence-banner h1 {
        font-size: 28px;
    }

    .improving-real-estate-intelligence-banner h1 br {
        display: none;
    }

    .improving-real-estate-intelligence-content {
        font-size: 14px;
        padding: 60px 18px 80px;
    }

    .improving-real-estate-intelligence-bg-element {
        width: 145px;
    }

    .improving-real-estate-intelligence-heading {
        gap: 10px;
    }

    .improving-real-estate-intelligence-heading img {
        flex-basis: 46px;
        height: 46px;
        width: 46px;
    }

    .improving-real-estate-intelligence-heading h2 {
        font-size: 26px;
    }

    .improving-real-estate-intelligence-section h3 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .improving-real-estate-intelligence-banner {
        min-height: 290px;
    }

    .improving-real-estate-intelligence-banner-image {
        object-position: 58% center;
    }

    .improving-real-estate-intelligence-banner h1 {
        font-size: 24px;
    }

    .improving-real-estate-intelligence-content {
        padding: 48px 15px 65px;
    }

    .improving-real-estate-intelligence-heading {
        align-items: flex-start;
    }

    .improving-real-estate-intelligence-heading h2 {
        font-size: 23px;
        padding-top: 7px;
    }
}

/* Fiber packaging data warehouse */

.fiber-packaging-data-warehouse-page .integritty-header {
    width: calc(100% - 60px);
    max-width: 1280px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0 0 14px 14px;
}

.fiber-packaging-data-warehouse-page .integritty-header .integritty-container {
    max-width: 1280px !important;
}

.fiber-packaging-data-warehouse-top-banner {
    position: relative;
    height: 525px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 125px 20px 36px;
    overflow: hidden;
}

.fiber-packaging-data-warehouse-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

/* Dark overlay so text is readable */
.fiber-packaging-data-warehouse-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 15, 21, 0.42);
    z-index: 2;
}

/* Text Content wrapper */
.fiber-packaging-data-warehouse-banner-inner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.fiber-packaging-data-warehouse-breadcrumb {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 30px;
    opacity: 0.9;
}



.first-arrow {
    color: #18c4d6;
}


.fiber-packaging-data-warehouse-banner-content h1 {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    max-width: 1050px;
}

.fiber-packaging-data-warehouse-banner-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    display: block;
    z-index: 3;
}

.fiber-packaging-data-warehouse-content-section {
    background: #fff;
    padding: 82px 20px 0;
    position: relative;
}

.fiber-packaging-data-warehouse-bg-dots {
    position: absolute;
    right: 0;
    top: -140px;
    z-index: 0;
    width: 225px;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
}

.fiber-packaging-data-warehouse-bg-dots img {
    width: 225px;
    height: auto;
}

.fiber-packaging-data-warehouse-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fiber-packaging-data-warehouse-block {
    margin-bottom: 33px;
}

.fiber-packaging-data-warehouse-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.fiber-packaging-data-warehouse-icon {
    width: 36px;
    height: auto;
}

.fiber-packaging-data-warehouse-head h2 {
    font-size: 35px;
    font-weight: 700;
    color: #11181c;
    margin: 0;
}

.fiber-packaging-data-warehouse-block p {
    font-size: 15px;
    line-height: 27px;
    color: #161616;
    margin-bottom: 18px;
    font-weight: 500;
}

.fiber-packaging-data-warehouse-list {
    font-size: 15px;
    line-height: 27px;
    color: #161616;
    margin: 16px 0 18px;
    padding-left: 18px;
    list-style: disc;
}

.fiber-packaging-data-warehouse-list li {
    display: list-item;
    list-style: disc outside;
    margin-bottom: 3px;
    font-weight: 500;
}

.fiber-packaging-data-warehouse-list li::marker {
    color: #000;
    font-size: 15px;
}

.fiber-packaging-data-warehouse-list strong {
    font-weight: 900;
    color: #161616;
}

.fiber-packaging-data-warehouse-gradient-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #17a9ce 0%, #f09a39 100%);
    margin: 30px 0 0;
}

.fiber-packaging-data-warehouse-block:first-child .fiber-packaging-data-warehouse-gradient-line {
    width: 175px;
    margin-top: 32px;
}

.fiber-packaging-data-warehouse-diagram {
    margin: 28px 0 30px;
    text-align: center;
}

.fiber-packaging-data-warehouse-diagram img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    display: block;
}

.fiber-packaging-data-warehouse-diagram--components img {
    width: 100%;
    max-width: 620px;
    margin-left: 300px;
}

.fiber-packaging-data-warehouse-cta-copy {
    margin-top: 34px;
}

.fiber-packaging-data-warehouse-cta-copy span a {
    color: #ff4848;
    text-decoration: underline;
    font-weight: 900;
}

.fiber-packaging-data-warehouse-related-section {
    padding: 26px 20px 80px;
    background: #ffffff;
}

.fiber-packaging-data-warehouse-related-section h2 {
    font-size: 35px;
    font-weight: 700;
    color: #11181c;
    margin-bottom: 38px;
}

.fiber-packaging-data-warehouse-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-bottom: 44px;
}

.fiber-packaging-data-warehouse-related-card {
    display: block;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
    transition: transform 0.3s ease;
}

.fiber-packaging-data-warehouse-related-card:hover {
    transform: translateY(-5px);
}

.fiber-packaging-data-warehouse-related-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.fiber-packaging-data-warehouse-card-body {
    min-height: 180px;
    padding: 22px 48px 60px;
    background: #004774;
}

.fiber-packaging-data-warehouse-card-body h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}

.fiber-packaging-data-warehouse-btn-wrapper {
    text-align: center;
    margin-top: 0;
}

.fiber-packaging-data-warehouse-btn {
    display: inline-block;
    background: #12a4b5;
    color: #fff;
    min-width: 186px;
    padding: 20px 40px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .2px;
    transition: background 0.3s;
}

.fiber-packaging-data-warehouse-btn:hover {
    background: #087d91;
}

/* =========================================================
   MEDIA QUERIES FOR EVERY SCREEN SIZE
========================================================= */

/* 1. EXTRA LARGE SCREENS (Large Desktops, 1400px and up) */
@media (min-width: 1400px) {
    /* Add styles for very large monitors here if needed */
}

/* 2. LARGE SCREENS (Your existing 1366px laptop/desktop breakpoint) */
@media (max-width: 1366px) {

    .fiber-packaging-data-warehouse-page .integritty-header,
    .fiber-packaging-data-warehouse-banner-inner-content,
    .fiber-packaging-data-warehouse-container {
        max-width: 1140px;
    }

    .fiber-packaging-data-warehouse-page .integritty-header .integritty-container {
        max-width: 1140px !important;
    }

    .fiber-packaging-data-warehouse-bg-dots {
        position: absolute;
        right: 0;
        top: -118px;
        z-index: 0;
        width: 170px;
        opacity: 1;
        overflow: hidden;
        pointer-events: none;
    }
}

/* 3. MEDIUM SCREENS (Tablets landscape / small laptops, max 1024px) */
@media (max-width: 1024px) {
    /* Adjust grid, paddings, or font sizes for iPads/Tablets here */
}

/* 4. SMALL SCREENS (Your existing 768px tablet portrait/mobile breakpoint) */
@media (max-width: 768px) {
    .fiber-packaging-data-warehouse-page .integritty-header {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }

    .fiber-packaging-data-warehouse-top-banner {
        height: 430px;
        padding: 110px 18px 30px;
    }

    .fiber-packaging-data-warehouse-banner-content h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .fiber-packaging-data-warehouse-breadcrumb {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .fiber-packaging-data-warehouse-content-section {
        padding: 55px 18px 0;
    }

    .fiber-packaging-data-warehouse-bg-dots {
        width: 115px;
        opacity: .5;
    }

    .fiber-packaging-data-warehouse-related-grid {
        grid-template-columns: 1fr;
    }

    .fiber-packaging-data-warehouse-head h2 {
        font-size: 23px;
    }

    .fiber-packaging-data-warehouse-icon {
        width: 31px;
    }

    .fiber-packaging-data-warehouse-related-section {
        padding: 20px 18px 55px;
    }

    .fiber-packaging-data-warehouse-related-card img {
        height: 210px;
    }


}

@media (max-width: 575px) {
    .fiber-packaging-data-warehouse-diagram--components img {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
    }
}



/* =========================================================
FIBER PACKAGING DATA WAREHOUSE PAGE END
========================================================= */

/* =========================================================
RF SCANNING BTP PAGE START
========================================================= */

.rf-scanning-btp-page .integritty-header {
    width: calc(100% - 60px);
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 14px 14px;
}

.rf-scanning-btp-page .integritty-header .integritty-container {
    max-width: 1280px !important;
}

/*==================================================
BANNER
==================================================*/

.rf-scanning-btp-banner {
    position: relative;
    height: 525px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 120px 20px 40px;
}

.rf-scanning-btp-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rf-scanning-btp-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .38);
}

.rf-scanning-btp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
}

.rf-scanning-btp-container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.rf-scanning-btp-breadcrumb {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 28px;
}

.rf-scanning-btp-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.rf-scanning-btp-breadcrumb span {
    margin: 0 5px;
    color: #fff;
}

.rf-scanning-btp-breadcrumb .arrow {
    color: #18c4d6;
}


.rf-scanning-btp-banner h1 {
    margin: 0;
    max-width: 1080px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.25;
}

.rf-scanning-btp-banner-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
}

/*==================================================
CONTENT
==================================================*/

.rf-scanning-btp-content {
    position: relative;
    background: #fff;
    padding: 82px 20px 40px;
}

.rf-scanning-btp-right-pattern {
    position: absolute;
    top: -130px;
    right: 0;
    width: 220px;
    z-index: 0;
}

/*==================================================
SECTION
==================================================*/

.rf-scanning-btp-section {
    margin-bottom: 38px;
}

.rf-scanning-btp-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.rf-scanning-btp-title img {
    width: 50px;
    flex-shrink: 0;
}

.rf-scanning-btp-title h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #11181c;
    line-height: 1.2;
}

.rf-scanning-btp-section p {
    margin: 0 0 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    color: #161616;
}

.rf-scanning-btp-bold-text {
    font-weight: 900 !important;
    margin-top: 10px;
}

.rf-scanning-btp-sub-heading {
    margin: 18px 0;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.3;
    color: #11181c;
}

/*==================================================
SECTION LINE
==================================================*/

.rf-scanning-btp-section-line {
    display: block;
    width: 180px;
    margin-top: 28px;
}

/*==================================================
LIST
==================================================*/

.rf-scanning-btp-list {
    margin: 18px 0 0;
    padding-left: 22px;
    line-height: 1.4;
}


.rf-scanning-btp-list li {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 27px;
    color: #161616;
    font-weight: 500;
    list-style: disc;
}

.rf-scanning-btp-list li:last-child {
    margin-bottom: 0;
}

.rf-scanning-btp-list strong {
    color: #11181c;
    font-weight: 1000;
}

/*==================================================
IMAGE SECTION
==================================================*/

.rf-scanning-btp-image-row {
    display: flex;
    align-items: stretch;
    margin: 45px 0px 20px 0px;
}

.rf-scanning-btp-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.rf-scanning-btp-image-box:first-child {
    flex: 0 0 60%;
    max-width: 60%;
}

.rf-scanning-btp-image-box:last-child {
    flex: 0 0 calc(40% - 40px);
    max-width: calc(40% - 40px);
}

.rf-scanning-btp-image-box img {
    width: 100%;
    height: 100%;
    max-height: 370px;
    object-fit: contain;
    display: block;
}

.rf-scanning-btp-image-caption {
    margin: 18px 0 18px;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
    color: #161616;
}

/*==================================================
CONCLUSION
==================================================*/

.rf-scanning-btp-section:last-child {
    margin-bottom: 0;
}

.rf-scanning-btp-section:last-child p:last-child {
    margin-bottom: 0;
}

/*==================================================
1366
==================================================*/

@media (max-width:1366px) {

    .rf-scanning-btp-page .integritty-header,
    .rf-scanning-btp-container {
        max-width: 1140px;
    }

    .rf-scanning-btp-page .integritty-header .integritty-container {
        max-width: 1140px !important;
    }

    .rf-scanning-btp-banner h1 {
        max-width: 980px;
        font-size: 33px;
    }

    .rf-scanning-btp-image-box img {
        width: 100%;
        height: 100%;
        max-height: 325px;
        object-fit: contain;
        display: block;
    }

}

/*==================================================
1024
==================================================*/

@media (max-width:1024px) {

    .rf-scanning-btp-banner {
        height: 460px;
        padding: 110px 20px 30px;
    }

    .rf-scanning-btp-banner h1 {
        font-size: 30px;
    }

    .rf-scanning-btp-title h2 {
        font-size: 30px;
    }

    .rf-scanning-btp-sub-heading {
        font-size: 28px;
    }

    .rf-scanning-btp-image-row {
        flex-direction: column;
        gap: 30px;
        margin: 35px 0 20px;
    }

    .rf-scanning-btp-image-box,
    .rf-scanning-btp-image-box:first-child,
    .rf-scanning-btp-image-box:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .rf-scanning-btp-image-box img {
        max-width: 700px;
        max-height: none;
        height: auto;
    }

}

/*==================================================
768
==================================================*/

@media (max-width:768px) {

    .rf-scanning-btp-page .integritty-header {
        width: 100%;
        max-width: none;
        border-radius: 0;
    }

    .rf-scanning-btp-banner {
        height: 420px;
        padding: 105px 18px 25px;
    }

    .rf-scanning-btp-banner h1 {
        font-size: 27px;
        line-height: 1.3;
    }

    .rf-scanning-btp-breadcrumb {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .rf-scanning-btp-content {
        padding: 55px 18px;
    }

    .rf-scanning-btp-right-pattern {
        width: 110px;
        top: -35px;
        opacity: .45;
    }

    .rf-scanning-btp-title {
        gap: 10px;
        margin-bottom: 15px;
    }

    .rf-scanning-btp-title img {
        width: 30px;
    }

    .rf-scanning-btp-title h2 {
        font-size: 24px;
    }

    .rf-scanning-btp-sub-heading {
        font-size: 22px;
        margin: 18px 0 15px;
    }

    .rf-scanning-btp-section {
        margin-bottom: 32px;
    }

    .rf-scanning-btp-section p,
    .rf-scanning-btp-list li {
        font-size: 15px;
        line-height: 26px;
    }

    .rf-scanning-btp-list {
        padding-left: 18px;
    }

    .rf-scanning-btp-list li {
        margin-bottom: 10px;
    }

    .rf-scanning-btp-section-line {
        width: 140px;
        margin-top: 22px;
    }

    .rf-scanning-btp-image-row {
        margin: 30px 0 18px;
        gap: 20px;
    }

    .rf-scanning-btp-image-box img {
        width: 100%;
        height: auto;
    }

    .rf-scanning-btp-image-caption {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 35px;
    }

}

/*==================================================
RF SCANNING BTP PAGE END
==================================================*/

/* =========================================
   mining-concur-start
========================================= */

.mining-concur-top-banner {
    position: relative;
    height: 525px;
    display: flex;
    align-items: center;
    padding: 125px 20px 36px;
    overflow: hidden;
    font-family: "Manrope", sans-serif;
}

.mining-concur-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

/* Dark overlay */
.mining-concur-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* Content wrapper */
.mining-concur-banner-inner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* Breadcrumb */
.mining-concur-breadcrumb {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 28px;
}

.mining-concur-breadcrumb span {
    color: #ffffff;
}

.mining-concur-breadcrumb .mining-concur-breadcrumb-arrow {
    color: #18c4d6;
    padding: 0 8px;
}

/* Banner Content */
.mining-concur-banner-content {
    max-width: 980px;
}

.mining-concur-banner-content h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.18;
    margin: 0;
    letter-spacing: 0.2px;
}

/* Bottom Line Image */
.mining-concur-banner-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4;
}

/* Responsive */
@media (max-width: 991px) {
    .mining-concur-top-banner {
        height: 460px;
        padding: 110px 20px 35px;
    }

    .mining-concur-banner-content h1 {
        font-size: 34px;
    }

    .mining-concur-breadcrumb {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .mining-concur-top-banner {
        height: 420px;
        padding: 95px 15px 30px;
    }

    .mining-concur-banner-content h1 {
        font-size: 28px;
        line-height: 1.25;
    }

    .mining-concur-breadcrumb {
        font-size: 14px;
    }

    .mining-concur-banner-line {
        height: 8px;
    }
}




.mining-concur-section {
    position: relative;
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    /* Update font family based on your site */
    overflow: hidden;
}

.mining-concur-bg-dots {
    position: absolute;
    top: -150px;
    right: 0;
    width: 250px;
    height: auto;
    z-index: 0;
    opacity: 0.8;
}

.mining-concur-container {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mining-concur-block {
    margin-bottom: 45px;
}

.mining-concur-block h3 {
    font-size: 20px;
    color: #161616;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 25px;
}

.mining-concur-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.mining-concur-icon {
    width: 35px;
    height: auto;
}

.mining-concur-head h2 {
    font-size: 35px;
    font-weight: 500;
    color: #11181c;
    margin: 0;
    padding-bottom: 15px;

}

.mining-concur-small-line {
    display: block;
    width: 205px;
    height: 2px;
    margin-bottom: 25px;
}

.mining-concur-block p {
    font-size: 15px;
    line-height: 1.8;
    color: #161616;
    /* Gray text color */
    margin-bottom: 20px;
}

.mining-concur-block p strong {
    font-weight: 600;
    color: #1e293b;
    /* Darker text for bold elements */
    padding-top: 20px;
}

.mining-concur-list {
    margin: 0 0 20px 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.8;
    color: #161616;
}

.mining-concur-list li {
    margin-bottom: 8px;
    list-style-type: disc;
}

.mining-concur-gradient-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #f48024, #0b6fa5);
    margin: 40px 0;
}

.mining-concur-diagram-wrapper {
    text-align: center;
    margin: 40px 0;
}

.mining-concur-diagram {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    .mining-concur-head h2 {
        font-size: 22px;
    }

    .mining-concur-block p,
    .mining-concur-list {
        font-size: 14px;
    }

    .mining-concur-bg-dots {
        width: 150px;
    }
}

/*
========================================================================
MINING CONCUR SLIDER SECTION STYLES (SMOOTH VERSION + CONTAINER RULES)
========================================================================
*/

/* --- DEVELOPER INSTRUCTION: CONTAINER LOGIC --- */
.mining-concur-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1280px;
    /* Default Container Width */
}

@media (max-width: 1366px) {
    .mining-concur-container {
        max-width: 1140px;
        /* Container Width for 1366px screens */
    }

    .mining-concur-banner-inner-content {
        position: relative;
        z-index: 3;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }
}

/* ---------------------------------------------- */

.mining-concur-slider-section {
    background-color: #f4f7fb;
    padding: 62px 0 48px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

.mining-concur-slider-section .mining-concur-container {
    max-width: 1536px;
}

.mining-concur-slider-heading {
    font-size: 24px;
    font-weight: 600;
    color: #161616;
    margin: 0 -5px 60px;
    min-height: 33px;
}

.mining-concur-slider-wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/* Left boundary marker starts directly below the previous button. */
/* .mining-concur-slider-wrapper::before {
    content: '';
    position: absolute;
    left: calc(2% + 21px);
    bottom: -57px;
    width: 1px;
    height: 154px;
    background: #7f8990;
    pointer-events: none;
    z-index: 2;
} */

.mining-concur-slider-container {
    width: auto;
    margin-left: calc(2% + 21px);
    margin-right: calc(3.5% + 21px);
    overflow: visible;
    clip-path: inset(0 0 -65px 0);
}

/* .mining-concur-slide::after {
    content: '';
    position: absolute;
    right: -2px;
    bottom: -57px;
    width: 80px;
    height: 208px;
    background: #b8cedb;
    clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
} */

/* The middle slide uses the dark face shown in the reference transition. */
.mining-concur-slide:nth-child(2)::after {
    background: #344d5d;
}

.mining-concur-slides-inner {
    display: flex;
    width: 100%;
    transition: transform .8s cubic-bezier(.65, 0, .35, 1);
    will-change: transform;
}

.mining-concur-slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
    padding: 0 12%;
}

.mining-concur-slide img {
    /* width: 870px;
    max-width: 100%;
    max-height: 690px;
    height: auto;
    display: block; */
    margin: 0 auto;
}

.mining-concur-slide:first-child img {
    width: 960px;
}

.mining-concur-slider-arrow {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    z-index: 3;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease;
}

.mining-concur-slider-prev {
    left: 2%;
}

.mining-concur-slider-next {
    right: 3.5%;
}

.mining-concur-slider-arrow:hover {
    color: #0b4e7a;
}

.mining-concur-slider-arrow:focus:not(:focus-visible) {
    outline: none;
}

.mining-concur-slider-arrow svg {
    width: 22px;
    height: 28px;
}

.mining-concur-slider-dots {
    margin-top: 34px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.mining-concur-slider-dot {
    width: 9px;
    height: 9px;
    background-color: #d1d5db;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mining-concur-slider-dot.active {
    background-color: #0b4e7a;
}

@media (max-width: 768px) {
    .mining-concur-slider-section {
        padding: 44px 0 36px;
    }

    .mining-concur-slide {
        padding: 0 45px;
    }

    .mining-concur-slide img,
    .mining-concur-slide:first-child img {
        width: auto;
    }

    .mining-concur-slider-heading {
        font-size: 18px;
        margin: 0 0 35px;
        min-height: 81px;
    }

    .mining-concur-slider-arrow svg {
        width: 20px;
        height: 24px;
    }

    .mining-concur-slider-prev {
        left: 0;
    }

    .mining-concur-slider-next {
        right: 0;
    }

    .mining-concur-slider-container {
        margin-left: 22px;
        margin-right: 22px;
    }

    .mining-concur-slider-wrapper::before {
        display: none;
    }

    .mining-concur-slide::after {
        display: none;
    }
}

/*
========================================================================
MINING CONCUR CONCLUSION & RELATED SECTIONS
========================================================================
*/

/* --- CONCLUSION SECTION --- */
.mining-concur-conclusion-section {
    background-color: #ffffff;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.mining-concur-conclusion-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.mining-concur-icon {
    width: 35px;
    height: auto;
}

.mining-concur-conclusion-head h2 {
    font-size: 28px;
    font-weight: 700;
    color: #141b3d;
    margin: 0;
}

.mining-concur-text {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 20px;
}

.mining-concur-text strong {
    font-weight: 700;
    color: #1e293b;
}

.mining-concur-small-gradient-line {
    width: 190px;
    height: 2px;
    background: linear-gradient(to right, #f48024, #0b6fa5);
    margin: 30px 0;
}

.mining-concur-form-link {
    color: #e55a4e;
    /* Reddish-orange color matching the image */
    font-weight: 600;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.mining-concur-form-link:hover {
    color: #c94035;
}

/* --- RELATED BLOGS & CASE STUDIES SECTION --- */
.mining-concur-related-section {
    background-color: #ffffff;
    padding: 20px 0 80px 0;
    font-family: 'Poppins', sans-serif;
}

.mining-concur-related-heading {
    font-size: 35px;
    font-weight: 700;
    color: #11181c;
    margin-bottom: 60px;
}

.mining-concur-related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.mining-concur-related-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    max-height: 500px;
    border-radius: 4px;
    overflow: hidden;
}



.mining-concur-card-image {
    width: 100%;

    overflow: hidden;
}

.mining-concur-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mining-concur-card-body {
    background-color: #064b73;
    /* Dark blue background from the image */
    padding: 25px 20px;
    flex-grow: 1;
}

.mining-concur-card-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.mining-concur-btn-wrapper {
    text-align: center;
    margin-top: 50px;
}

.mining-concur-view-all-btn {
    display: inline-block;
    background-color: #17a2b8;
    /* Teal color for the button */
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 70px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.mining-concur-view-all-btn:hover {
    background-color: #138496;
    color: #ffffff;
}

/* RESPONSIVE STYLES */
@media (max-width: 991px) {
    .mining-concur-related-grid {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .mining-concur-related-grid {
        grid-template-columns: 1fr;
        /* Stacks cards on mobile */
    }

    .mining-concur-related-heading {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .mining-concur-conclusion-head h2 {
        font-size: 24px;
    }

    .mining-concur-text {
        font-size: 14px;
    }
}

/* =========================================================
   LESSONS FROM THE FIELD PAGE START
========================================================= */
.lessons-from-the-field-banner {
    width: 100%;
    overflow: hidden;
}

/* Parent container ko relative banayein */
.banner-container {
    position: relative;
    width: 100%;
}

.lessons-from-the-field-banner-image {
    display: block;
    width: 100%;
    height: auto;
}

.lessons-from-the-field-banner h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    /* Text ko center align karne ke liye */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    /* Sides se thoda space dene ke liye */
    box-sizing: border-box;
}



.lessons-from-the-field-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.lessons-from-the-field-layout {
    display: grid;
    grid-template-columns: minmax(0, 800px) 300px;
    gap: 74px;
    max-width: 1280px;
    margin: 0 auto;
    align-items: start;
}

.lessons-from-the-field-content {
    color: #161616;
}

.lessons-from-the-field-date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 45px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 500;
}

.lessons-from-the-field-date i {
    font-size: 11px;
}

.lessons-from-the-field-content p,
.lessons-from-the-field-content ul {
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.lessons-from-the-field-content p {
    margin: 0 0 20px;
}

.lessons-from-the-field-content h2 {
    margin: 24px 0 18px;
    color: #11181c;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.25;
}

.lessons-from-the-field-content h3 {
    margin: 22px 31px 16px 0;
    color: #161616;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.lessons-from-the-field-content h4 {
    margin: 22px 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}

.lessons-from-the-field-content ul {
    margin: -5px 0 20px;
    padding-left: 18px;
    list-style: disc;
}

.lessons-from-the-field-content li {
    list-style: disc;
}

.lessons-from-the-field-content a {
    color: #ef5968;
    text-decoration: underline;
}

.lessons-from-the-field-middle-image {
    margin: 36px auto 42px;
    text-align: center;
}

.lessons-from-the-field-middle-image img {
    display: block;
    width: 633px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.lessons-from-the-field-sidebar {
    align-self: start;
    padding-top: 25px;
}

.lessons-from-the-field-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.lessons-from-the-field-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.lessons-from-the-field-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lessons-from-the-field-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.lessons-from-the-field-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 10px;
    font-weight: 500;
}

.lessons-from-the-field-featured-card:hover strong {
    color: #18aebe;
}

@media (max-width: 1366px) {
    .lessons-from-the-field-layout {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .lessons-from-the-field-layout {
        grid-template-columns: minmax(0, 1fr) 270px;
        gap: 45px;
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .lessons-from-the-field-layout {
        grid-template-columns: 1fr;
        max-width: 720px;
        gap: 50px;
    }

    .lessons-from-the-field-sidebar {
        padding-top: 0;
    }

    .lessons-from-the-field-featured-card {
        max-width: 520px;
    }
}

@media (max-width: 767px) {
    .lessons-from-the-field-article-section {
        padding: 42px 18px 70px;
    }

    .lessons-from-the-field-date {
        margin-bottom: 32px;
    }

    .lessons-from-the-field-content h2 {
        font-size: 22px;
    }

    .lessons-from-the-field-content h3 {
        font-size: 20px;
    }

    .lessons-from-the-field-content p,
    .lessons-from-the-field-content ul {
        font-size: 14px;
    }
}

/* =========================================================
   LESSONS FROM THE FIELD PAGE END
========================================================= */

/* =========================================================
   SAP S/4HANA EXTENSIBILITY GUIDE PAGE START
========================================================= */

/* ==========================
   Banner
========================== */

.inq-s4ext-banner {
    width: 100%;
    background: #06284a;
    overflow: hidden;
}

.inq-s4ext-banner-container {
    position: relative;
    width: 100%;
}

.inq-s4ext-banner-image {
    display: block;
    width: 100%;
    height: 450px;
}

.inq-s4ext-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    padding: 0 20px;
    margin: 0;

    box-sizing: border-box;

    color: #fff;
    text-align: center;

    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

/* ==========================
   Article Section
========================== */

.inq-s4ext-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.inq-s4ext-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;

    max-width: 1280px;
    width: 100%;
    margin: 0 auto;

    align-items: start;
}

/* 1366px screen ke liye */
@media (max-width: 1366px) {
    .inq-s4ext-layout {
        max-width: 1140px;
    }
}

/* ==========================
   Content
========================== */

.inq-s4ext-content {
    color: #161616;
}

.inq-s4ext-date {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 42px;

    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.inq-s4ext-date i {
    font-size: 12px;
}

.inq-s4ext-content h2 {
    margin: 28px 0 18px;

    color: #11181c;

    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}

.inq-s4ext-content h3 {
    margin: 30px 0 18px;

    color: #161616;

    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.inq-s4ext-content h4 {
    margin: 30px 0 18px;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.inq-s4ext-content p {
    margin: 0 0 20px;

    color: #161616;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.inq-s4ext-content ul {
    margin: 0 0 22px;
    padding-left: 22px;
    list-style: disc;
}

.inq-s4ext-content li {
    margin-bottom: 10px;

    color: #161616;

    font-size: 15px;
    line-height: 1.6;
}

.inq-s4ext-content a {
    color: #ef5968;
    text-decoration: underline;
}

.inq-s4ext-content strong {
    font-weight: 600;
}

/* ==========================
   TABLE FIX (NO SCROLL)
========================== */

.inq-s4ext-table-wrapper {
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
    /* ❗ scroll remove */
}

.inq-s4ext-table {
    width: 100%;
    border-collapse: collapse;

    table-layout: fixed;
    /* ✅ key fix */
}

.inq-s4ext-table thead tr {
    background: #f5f7fa;
}

.inq-s4ext-table th,
.inq-s4ext-table td {
    border: 1px solid #d9d9d9;
    padding: 14px;

    text-align: left;
    vertical-align: top;

    font-size: 14px;
    line-height: 1.6;

    word-wrap: break-word;
    /* ✅ wrap text */
    overflow-wrap: break-word;
    white-space: normal;
}

.inq-s4ext-table th {
    color: #161616;
    font-weight: 600;
    padding: 10px;
}

.inq-s4ext-table td {
    color: #444;
}

.inq-s4ext-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.inq-s4ext-table tbody tr:hover {
    background: #f4fbfc;
}

.inq-s4ext-table td strong {
    color: #161616;
    font-weight: 600;
}

/* ==========================
   Images
========================== */

.inq-s4ext-middle-image {
    margin: 40px auto;
    text-align: center;
}

.inq-s4ext-middle-image img {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    height: auto;
}

/* ==========================
   SIDEBAR
========================== */

.inq-s4ext-sidebar {
    align-self: start;
    padding-top: 25px;
}

.inq-s4ext-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;

    padding-bottom: 12px;
    border-bottom: 1px solid #222;

    color: #161616;

    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

/* Featured Cards */
.inq-s4ext-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;

    align-items: start;

    margin-bottom: 34px;

    color: #26323d;
    text-decoration: none;
}

.inq-s4ext-featured-card img {
    width: 160px;
    height: 80px;

    object-fit: cover;

    border-radius: 8px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.inq-s4ext-featured-card strong {
    display: block;

    color: #161616;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.inq-s4ext-featured-card small {
    display: block;
    margin-top: 8px;

    color: #9aa2ad;

    font-size: 10px;
    font-weight: 500;
}

.inq-s4ext-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 1199px) {
    .inq-s4ext-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .inq-s4ext-layout {
        grid-template-columns: 1fr;
    }

    .inq-s4ext-sidebar {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .inq-s4ext-banner h1 {
        font-size: 22px;
    }

    .inq-s4ext-content h2 {
        font-size: 22px;
    }

    .inq-s4ext-content h3 {
        font-size: 20px;
    }

    .inq-s4ext-content p,
    .inq-s4ext-content ul,
    .inq-s4ext-content li {
        font-size: 14px;
    }

    .inq-s4ext-featured-card img {
        width: 120px;
        height: 70px;
    }
}

@media (max-width: 767px) {

    .inq-s4ext-table-wrapper {
        overflow: hidden;
    }

    .inq-s4ext-table {
        transform: scale(0.75);
        transform-origin: top left;
        width: 133%;
    }
}

@media (max-width: 480px) {

    .inq-s4ext-table th,
    .inq-s4ext-table td {
        padding: 4px;
        font-size: 9px;
    }

    .inq-s4ext-table th {
        font-size: 10px;
    }
}

/* =========================================================
   END
========================================================= */
/* =========================================================
   SAP BUSINESS DATA CLOUD DATABRICKS PAGE START
========================================================= */

/* ==========================
   Banner
========================== */

.ux-sbdc-banner {
    width: 100%;
    background: #06284a;
    overflow: hidden;
}

.ux-sbdc-banner-container {
    position: relative;
    width: 100%;
}

.ux-sbdc-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ux-sbdc-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    padding: 0 20px;
    margin: 0;

    box-sizing: border-box;

    color: #fff;
    text-align: center;

    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

/* ==========================
   Article Section
========================== */

.ux-sbdc-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-sbdc-layout {

    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;

    max-width: 1280px;
    width: 100%;
    margin: 0 auto;

    align-items: start;

}

/* 1366 Screen */

@media (max-width:1366px) {

    .ux-sbdc-layout {

        max-width: 1140px;

    }

}

/* ==========================
   Content
========================== */

.ux-sbdc-content {
    color: #161616;
}

.ux-sbdc-date {

    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 42px;

    color: #0f5274;

    font-size: 15px;
    font-weight: 400;

}

.ux-sbdc-date i {

    font-size: 12px;

}

.ux-sbdc-content h2 {

    margin: 28px 0 18px;

    color: #11181c;

    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;

}

.ux-sbdc-content h3 {

    margin: 30px 0 18px;

    color: #161616;

    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;

}

.ux-sbdc-content h4 {

    margin: 30px 0 18px;

    color: #161616;

    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;

}

.ux-sbdc-content p {

    margin: 0 0 20px;

    color: #161616;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;

}

.ux-sbdc-content ul {

    margin: 0 0 22px;
    padding-left: 22px;

    list-style: disc;

}

.ux-sbdc-content li {

    margin-bottom: 10px;

    color: #161616;

    font-size: 15px;
    line-height: 1.7;

}

.ux-sbdc-content a {

    color: #ef5968;
    text-decoration: underline;

}

.ux-sbdc-content strong {

    font-weight: 600;

}

/* ==========================
   Images
========================== */

.ux-sbdc-middle-image {

    margin: 40px auto;
    text-align: center;

}

.ux-sbdc-middle-image img {

    display: block;

    width: 100%;
    max-width: 650px;

    height: auto;

    margin: 0 auto;

}

/* ==========================
   Sidebar
========================== */

.ux-sbdc-sidebar {

    align-self: start;
    padding-top: 25px;

}

.ux-sbdc-sidebar>h2 {

    width: 150px;

    margin: 0 0 42px;

    padding-bottom: 12px;

    border-bottom: 1px solid #222;

    color: #161616;

    font-size: 15px;
    font-weight: 600;
    line-height: 1;

}

/* Featured Card */

.ux-sbdc-featured-card {

    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;

    align-items: start;

    margin-bottom: 34px;

    color: #26323d;
    text-decoration: none;

}

.ux-sbdc-featured-card img {

    width: 160px;
    height: 80px;

    object-fit: cover;

    border-radius: 8px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, .10);

}

.ux-sbdc-featured-card strong {

    display: block;

    color: #161616;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;

}

.ux-sbdc-featured-card small {

    display: block;

    margin-top: 8px;

    color: #9aa2ad;

    font-size: 13px;
    font-weight: 400;

}


.ux-sbdc-content-link-text {
    color: #ff4848 !important;
}

.ux-sbdc-featured-card:hover strong {

    color: #18aebe;

}

/* ==========================
   Responsive
========================== */

@media (max-width:1199px) {

    .ux-sbdc-layout {

        grid-template-columns: 1fr 270px;
        gap: 45px;

    }

}

@media (max-width:991px) {

    .ux-sbdc-layout {

        grid-template-columns: 1fr;

    }

    .ux-sbdc-sidebar {

        padding-top: 0;
        margin-top: 60px;

    }

}

@media (max-width:767px) {

    .ux-sbdc-banner-image {

        height: 250px;

    }

    .ux-sbdc-banner h1 {

        font-size: 22px;
        line-height: 1.4;

    }

    .ux-sbdc-article-section {

        padding: 40px 15px 70px;

    }

    .ux-sbdc-date {

        margin-bottom: 28px;
        font-size: 14px;

    }

    .ux-sbdc-content h2 {

        font-size: 24px;

    }

    .ux-sbdc-content h3 {

        font-size: 20px;

    }

    .ux-sbdc-content h4 {

        font-size: 18px;

    }

    .ux-sbdc-content p,
    .ux-sbdc-content li {

        font-size: 14px;
        line-height: 1.8;

    }

    .ux-sbdc-featured-card {

        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;

    }

    .ux-sbdc-featured-card img {

        width: 120px;
        height: 70px;

    }

    .ux-sbdc-featured-card strong {

        font-size: 14px;

    }

}

/* ==========================
   Optional Table
========================== */

.ux-sbdc-table-wrapper {

    width: 100%;
    margin: 40px 0;
    overflow: hidden;

}

.ux-sbdc-table {

    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;

}

.ux-sbdc-table thead tr {

    background: #f5f7fa;

}

.ux-sbdc-table th,
.ux-sbdc-table td {

    border: 1px solid #d9d9d9;

    padding: 14px;

    text-align: left;
    vertical-align: top;

    font-size: 14px;
    line-height: 1.6;

    word-wrap: break-word;
    overflow-wrap: break-word;

}

.ux-sbdc-table th {

    font-weight: 600;
    color: #161616;

}

.ux-sbdc-table td {

    color: #444;

}

.ux-sbdc-table tbody tr:nth-child(even) {

    background: #fafafa;

}

.ux-sbdc-table tbody tr:hover {

    background: #f4fbfc;

}

/* Mobile Table Scale */

@media (max-width:767px) {

    .ux-sbdc-table-wrapper {

        overflow: hidden;

    }

    .ux-sbdc-table {

        transform: scale(.75);
        transform-origin: top left;
        width: 133%;

    }

}

@media (max-width:480px) {

    .ux-sbdc-table th,
    .ux-sbdc-table td {

        padding: 4px;
        font-size: 9px;

    }

    .ux-sbdc-table th {

        font-size: 10px;

    }

}

/* =========================================================
   SAP BUSINESS DATA CLOUD DATABRICKS PAGE END
========================================================= */

/* =========================================================
   SAP EMPLOYEE CENTRAL PAYROLL PAGE START
========================================================= */

.sap-employee-central-payroll-banner {
    position: relative;
    min-height: 475px;
    overflow: hidden;
    background: #061725;
    font-family: "Poppins", sans-serif;
}

.sap-employee-central-payroll-banner-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sap-employee-central-payroll-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(2, 15, 25, .34);
}

.sap-employee-central-payroll-banner-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    min-height: 475px;
    margin: 0 auto;
    padding: 90px 15px 30px;
}

.sap-employee-central-payroll-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
}

.sap-employee-central-payroll-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.sap-employee-central-payroll-layout {
    display: grid;
    grid-template-columns: minmax(0, 885px) 315px;
    gap: 80px;
    align-items: start;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.sap-employee-central-payroll-content {
    color: #161616;
    margin: 0 56px 0 0;
}

.sap-employee-central-payroll-date {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 45px;
    color: #004774;
    font-size: 15px;
    font-weight: 500;
}

.sap-employee-central-payroll-date i {
    font-size: 11px;
}

.sap-employee-central-payroll-content p,
.sap-employee-central-payroll-content ul {
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.sap-employee-central-payroll-content p {
    margin: 0 0 20px;
}

.sap-employee-central-payroll-content h2 {
    margin: 26px 75px 18px 0;
    color: #11181c;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.25;
}

.sap-employee-central-payroll-content h2:first-of-type {
    margin: 0 170px 0 0;
    margin-top: 0;
    font-size: 36px;
    font-weight: 800;
}

.sap-employee-central-payroll-content h3 {
    margin: 25px 0 16px;
    color: #11181c;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.35;
}

.sap-employee-central-payroll-content .sap-employee-central-payroll-process-title {
    font-size: 20px;
}

.sap-employee-central-payroll-content h4 {
    margin: 24px 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.sap-employee-central-payroll-content .sap-employee-central-payroll-one-click-title {
    font-size: 17px;
}

.sap-employee-central-payroll-content ul {
    margin: 4px 0 22px;
    padding-left: 20px;
    list-style: disc;
}

.sap-employee-central-payroll-content li {
    list-style: disc;
}

.sap-employee-central-payroll-content a {
    color: #ff4848;
    text-decoration: underline;
}

.sap-employee-central-payroll-table-wrap {

    margin: 14px 0 34px;
    overflow-x: auto;
}

.sap-employee-central-payroll-table {
    width: 100%;
    border-collapse: collapse;
    color: #161616;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
}

.sap-employee-central-payroll-table th,
.sap-employee-central-payroll-table td {
    padding: 15px 12px;
    border-top: 1px solid #d9dee2;
    border-bottom: 1px solid #d9dee2;
    text-align: left;
    vertical-align: top;
}

.sap-employee-central-payroll-table thead th,
.sap-employee-central-payroll-table tbody th {
    font-weight: 700;
}

.sap-employee-central-payroll-table tbody th {
    width: 25%;
}

.sap-employee-central-payroll-sidebar {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
}

.sap-employee-central-payroll-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.sap-employee-central-payroll-featured-card {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 165px 140px 1fr;
    gap: 13px;
    margin-bottom: 29px;
}

.sap-employee-central-payroll-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sap-employee-central-payroll-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.sap-employee-central-payroll-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 10px;
    font-weight: 500;
}

.sap-employee-central-payroll-featured-card:hover strong {
    color: #18aebe;
}

@media (max-width: 1366px) {

    .sap-employee-central-payroll-banner-container,
    .sap-employee-central-payroll-layout {
        max-width: 1140px;
    }

    .sap-employee-central-payroll-layout {
        grid-template-columns: minmax(0, 800px) 260px;
    }

    .sap-employee-central-payroll-content {
        margin-right: 35px;
    }

    .sap-employee-central-payroll-content h2 {
        margin-right: 35px;
    }

    .sap-employee-central-payroll-content h2:first-of-type {
        margin-right: 90px;
    }

    .sap-employee-central-payroll-featured-card {
        grid-template-columns: 125px minmax(0, 1fr);
        gap: 12px;
    }

    .sap-employee-central-payroll-featured-card img {
        width: 125px;
        height: 72px;
    }

    .sap-employee-central-payroll-featured-card strong {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {

    .sap-employee-central-payroll-banner-container,
    .sap-employee-central-payroll-layout {
        max-width: 960px;
    }

    .sap-employee-central-payroll-layout {
        grid-template-columns: minmax(0, 1fr) 270px;
        gap: 45px;
    }

    .sap-employee-central-payroll-content {
        margin-right: 0;
    }

    .sap-employee-central-payroll-content h2,
    .sap-employee-central-payroll-content h2:first-of-type {
        margin-right: 0;
    }

    .sap-employee-central-payroll-content h2:first-of-type {
        font-size: 32px;
    }
}

@media (max-width: 991px) {

    .sap-employee-central-payroll-banner,
    .sap-employee-central-payroll-banner-container {
        min-height: 390px;
    }

    .sap-employee-central-payroll-banner-container,
    .sap-employee-central-payroll-layout {
        max-width: 720px;
    }

    .sap-employee-central-payroll-banner h1 {
        font-size: 32px;
    }

    .sap-employee-central-payroll-layout {
        /* FIX: 1fr ki jagah minmax(0, 1fr) lagaya hai taaki grid chote screen par overflow na kare */
        grid-template-columns: minmax(0, 1fr);
        gap: 50px;
    }

    .sap-employee-central-payroll-sidebar {
        padding-top: 0;
        font-size: initial;
    }

    .sap-employee-central-payroll-featured-card {
        grid-template-columns: 160px minmax(0, 1fr);
        max-width: 520px;
        gap: 16px;
    }

    .sap-employee-central-payroll-featured-card img {
        width: 160px;
        height: 80px;
    }

    .sap-employee-central-payroll-featured-card strong {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    .sap-employee-central-payroll-banner,
    .sap-employee-central-payroll-banner-container {
        min-height: 330px;
    }

    .sap-employee-central-payroll-banner-container {
        padding: 80px 18px 25px;
        justify-content: center;
    }

    .sap-employee-central-payroll-banner h1 {
        font-size: 26px;
    }

    .sap-employee-central-payroll-article-section {
        padding: 42px 18px 70px;
    }

    .sap-employee-central-payroll-date {
        margin-bottom: 32px;
    }

    .sap-employee-central-payroll-content h2,
    .sap-employee-central-payroll-content h2:first-of-type {
        margin-right: 0;
        font-size: 22px;
    }

    .sap-employee-central-payroll-content h3 {
        font-size: 18px;
    }

    .sap-employee-central-payroll-content p,
    .sap-employee-central-payroll-content ul,
    .sap-employee-central-payroll-table {
        font-size: 14px;
    }

    .sap-employee-central-payroll-table {
        min-width: 620px;
    }

    .sap-employee-central-payroll-featured-card {
        grid-template-columns: 110px minmax(0, 1fr);
        gap: 14px;
    }

    .sap-employee-central-payroll-featured-card img {
        width: 110px;
        height: 68px;
    }

    .sap-employee-central-payroll-featured-card strong {
        font-size: 13px;
    }
}

@media (max-width: 575px) {

    .sap-employee-central-payroll-banner,
    .sap-employee-central-payroll-banner-container {
        min-height: 290px;
    }

    .sap-employee-central-payroll-banner h1 {
        font-size: 23px;
    }

    .sap-employee-central-payroll-featured-card {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .sap-employee-central-payroll-featured-card img {
        width: 92px;
        height: 62px;
    }

    .sap-employee-central-payroll-featured-card strong {
        font-size: 12px;
    }
}

/* =========================================================
   SAP EMPLOYEE CENTRAL PAYROLL PAGE END
========================================================= */


/* ==========================================================================
   PAGE : GENERATIVE AI IN SAP ANALYTICS CLOUD
   SECTION : HERO BANNER
   Namespace : .genai-
   ========================================================================== */

.genai-hero-section {
    position: relative;
    overflow: hidden;
    background: #000;
}

.genai-hero-section .custom-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*==============================
Banner
==============================*/

.genai-banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 460px;
    overflow: hidden;
}

.genai-banner-img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
}

.genai-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1;
}

.genai-banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

/*==============================
Breadcrumb
==============================*/

.genai-breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 18px;
}

.genai-breadcrumb .breadcrumb-item {
    font-size: 15px;
    font-weight: 500;
}

.genai-breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.genai-breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.genai-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    color: #15a8c5;
}

.genai-breadcrumb .breadcrumb-item:nth-child(3)::before {
    color: #fff;
}

/*==============================
Heading
==============================*/

.genai-banner-title {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    max-width: 900px;
    margin: 0;
}

/*==============================
Gradient
==============================*/

.genai-banner-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #108dc7, #ef8e38);
    z-index: 3;
}

/* ==========================================================================
CONTENT SECTION
========================================================================== */

.genai-content-section {
    position: relative;
    background: #fff;
}

.genai-content-section .custom-container {
    max-width: 1280px;
    position: relative;
}

/*==============================
Right Dots
==============================*/

.genai-right-dots {
    position: absolute;
    top: -136px;
    right: 0;
    width: 220px;
    z-index: 1;
    pointer-events: none;
}

/*==============================
Intro
==============================*/

.genai-intro-wrapper {
    max-width: 1140px;
    margin-bottom: 80px;
}

.genai-intro-text {
    font-size: 15px;
    line-height: 2;
    color: #161616;
    font-weight: 500;
}

/*==============================
Section
==============================*/

.genai-section-wrapper {
    max-width: 100%;
}

.genai-section-title {
    font-size: 27px;
    font-weight: 800;
    color: #11181C;
    margin-bottom: 25px;
}




.genai-paragraph {
    font-size: 16px;
    line-height: 1.9;
    color: #161616;
    margin-bottom: 25px;
    font-weight: 500;
}

/*==============================
List
==============================*/

.genai-list {
    padding-left: 24px;
    margin-bottom: 35px;
}

.genai-list li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.4;
    color: #161616;
    font-weight: 500;
}

.genai-list li strong {
    color: #161616;
    font-weight: 700;
}

/*==============================
Highlight
==============================*/

.genai-highlight-text {
    font-size: 18px;
    line-height: 1.9;
    color: #004774;
    font-weight: 700;
    margin-top: 35px;
}

/*==============================
Image
==============================*/

.genai-image-wrapper {
    margin-top: 70px;
    text-align: center;
}

.genai-image-wrapper img {
    width: 100%;
    max-width: 1150px;
}

/*==============================
Divider
==============================*/

.genai-divider {
    width: 180px;
    height: 2px;
    margin-top: 60px;
    background: linear-gradient(90deg, #ef8e38, #108dc7);
}

/*==============================
Small Divider
==============================*/

.genai-small-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #108dc7, #ef8e38);
    margin-bottom: 45px;
}

/* ==========================================================================
   PAGE : GENERATIVE AI BLOG
   SECTION : CONTENT
   Namespace : .genai-
   ========================================================================== */

/* ===========================
   Section Wrapper
=========================== */

.genai-section-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.genai-section-wrapper:last-child {
    margin-bottom: 0;
}

/* ===========================
   Main Heading
=========================== */

.genai-section-title {
    font-size: 27px;
    font-weight: 800;
    color: #11181C;
    line-height: 1.3;
    margin-bottom: 20px;
}

.genai-section-title-two {
    font-size: 35px;
    font-weight: 800;
    color: #11181C;
    margin-bottom: 25px;
}

.genai-paragraph-link a {
    color: #ff4848 !important;
    text-decoration: underline;
}

/* ===========================
   Paragraph
=========================== */

.genai-paragraph {
    color: #161616;
    font-size: 15px;
    line-height: 1.95;
    font-weight: 500;
    margin-bottom: 24px;
}

.genai-paragraph:last-child {
    margin-bottom: 0;
}

/* ===========================
   Highlight Paragraph
=========================== */

.genai-highlight-text {
    margin-top: 30px;
    color: #004774;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 800;
}

/* ===========================
   List
=========================== */

.genai-list {
    list-style: disc;
    padding-left: 24px;
    margin: 30px 0;

}

.genai-list li {
    color: #161616;
    font-size: 15px;
    line-height: 1.1 !important;
    font-weight: 500;
    margin-bottom: 18px;
}

.genai-list-Capabilities strong {
    color: #161616;
    font-size: 15px;
    line-height: 1.8 !important;
    font-weight: 800;
    margin-bottom: 18px;
}

.genai-list-Capabilities li {
    color: #161616;
    font-size: 15px;

    font-weight: 500;
    margin-bottom: 18px;
}

.genai-list li:last-child {
    margin-bottom: 0;
}

.genai-list strong {
    color: #004774;
    font-weight: 700;
}

/* ===========================
   Sub Sections
=========================== */

.genai-sub-section {
    margin-bottom: 15px;
}

.genai-sub-section:last-child {
    margin-bottom: 0;
}

/* ===========================
   Sub Heading
=========================== */

.genai-sub-title {
    color: #004774;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

/* ===========================
   Images
=========================== */

.genai-image-wrapper {
    margin: 70px auto;
    text-align: center;
}

.genai-image-wrapper img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: auto;
}

/* ===========================
   Full Gradient Line
=========================== */

.genai-full-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #108dc7, #ef8e38);
    margin: 60px 0;
}

/* ===========================
   Small Gradient
=========================== */

.genai-divider {
    width: 180px;
    height: 2px;
    background: linear-gradient(90deg, #ef8e38, #108dc7);
    margin-top: 60px;
}

.genai-small-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #108dc7, #ef8e38);
    margin: 45px 0;
}

/* ===========================
   Strong
=========================== */

.genai-paragraph strong,
.genai-highlight-text strong {
    color: #004774;
    font-weight: 700;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media(max-width:1366px) {

    .genai-content-section .custom-container {
        max-width: 1140px;
        position: relative;
    }

    .genai-hero-section .custom-container {
        max-width: 1140px;
    }

    .genai-section-title {
        font-size: 32px;
    }

    .genai-sub-title {
        font-size: 25px;
    }

}

@media(max-width:1199px) {

    .genai-section-wrapper {
        margin-bottom: 60px;
    }

    .genai-section-title {
        font-size: 30px;
    }

    .genai-sub-title {
        font-size: 23px;
    }

    .genai-paragraph,
    .genai-list li {
        font-size: 15px;
    }

    .genai-image-wrapper {
        margin: 60px auto;
    }

}

@media(max-width:991px) {

    .genai-content-section {
        padding: 60px 0;
    }

    .genai-section-wrapper {
        margin-bottom: 50px;
    }

    .genai-section-title {
        font-size: 28px;
    }

    .genai-sub-title {
        font-size: 21px;
    }

    .genai-highlight-text {
        font-size: 17px;
    }

    .genai-divider {
        margin-top: 45px;
    }

    .genai-full-divider {
        margin: 45px 0;
    }

}

@media(max-width:767px) {

    .genai-content-section {
        padding: 50px 0;
    }

    .genai-section-title {
        font-size: 24px;
    }

    .genai-sub-title {
        font-size: 20px;
    }

    .genai-paragraph,
    .genai-list li {
        font-size: 14px;
        line-height: 1.8;
    }

    .genai-highlight-text {
        font-size: 16px;
        line-height: 1.8;
    }

    .genai-image-wrapper {
        margin: 45px auto;
    }

    .genai-divider {
        width: 90px;
    }

    .genai-full-divider {
        margin: 35px 0;
    }

}

@media(max-width:575px) {

    .genai-content-section {
        padding: 45px 0;
    }

    .genai-section-title {
        font-size: 22px;
    }

    .genai-sub-title {
        font-size: 18px;
    }

    .genai-paragraph,
    .genai-list li {
        font-size: 14px;
    }

    .genai-highlight-text {
        font-size: 15px;
    }

    .genai-divider {
        width: 75px;
    }

}

@media(max-width:480px) {

    .genai-content-section {
        padding: 40px 0;
    }

    .genai-section-title {
        font-size: 20px;
    }

    .genai-sub-title {
        font-size: 17px;
    }

    .genai-paragraph,
    .genai-list li {
        font-size: 13px;
    }

    .genai-highlight-text {
        font-size: 14px;
    }

}

@media(max-width:375px) {

    .genai-section-title {
        font-size: 18px;
    }

    .genai-sub-title {
        font-size: 16px;
    }

    .genai-paragraph,
    .genai-list li {
        font-size: 13px;
        line-height: 1.7;
    }

    .genai-divider {
        width: 55px;
    }

}


/* =========================================================
   SAP ANALYTICS CLOUD CALENDAR PROCESS PAGE START
========================================================= */

/* --- HERO SECTION START --- */
.sap-acc-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 400px;
    font-family: "Manrope", sans-serif;
}

.sap-acc-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sap-acc-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sap-acc-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
}

.sap-acc-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    min-height: 418px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sap-acc-hero-content {
    max-width: 850px;
}

.sap-acc-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.sap-acc-first-arrow {
    color: #18c4d6 !important;
}

.sap-acc-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sap-acc-breadcrumb a:hover {
    color: #18c4d6;
}

.sap-acc-breadcrumb i {
    font-size: 11px;
    color: #ffffff;
}

.sap-acc-breadcrumb span {
    color: #ffffff;
}

.sap-acc-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

.sap-acc-hero-bottom-bar {
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 0;
}

.sap-acc-hero-bottom-bar img {
    width: 100%;
    display: block;
}

/* --- HERO SECTION END --- */

/* --- ARTICLE SECTION START --- */
.sap-acc-article-section {
    background: #ffffff;
    padding: 70px 20px 100px;
    font-family: "Manrope", sans-serif;
    position: relative;
    overflow: hidden;
}

.sap-acc-article-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.sap-acc-dots-bg {
    position: absolute;
    top: -130px;
    right: 0px;
    width: 220px;
    height: auto;
    pointer-events: none;
    z-index: 0;
    opacity: 1;

}

.sap-acc-dots-bg img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

.sap-acc-content {
    position: relative;
    z-index: 1;
}

.sap-acc-content h2 {
    margin: 40px 0 18px;
    color: #11181c;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.25;
}

.sap-acc-content h2:first-child {
    margin-top: 0;
}

.sap-acc-content p {
    margin: 0 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.sap-acc-content ul,
.sap-acc-content ol {
    margin: 0 0 18px 0;
    padding-left: 20px;
}

.sap-acc-content ul {
    list-style: disc;
}

.sap-acc-content ol {
    list-style: decimal;
}

.sap-acc-content ul li,
.sap-acc-content ol li {
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.sap-acc-bold-label {
    font-weight: 800 !important;
    color: #11181c !important;
    margin-bottom: 8px !important;
    font-size: 20px !important;
}

.sap-acc-content strong {
    font-weight: 800;
}

.sap-acc-divider-line {
    margin: 30px 0 26px;
    width: 80px;
}

.sap-acc-divider-line img {
    height: 2px;
    display: block;
    max-width: 189px;

}

.sap-acc-inline-image {
    margin: 26px 0 30px;
    border-radius: 10px;
    overflow: hidden;
}

.sap-acc-inline-image img {
    width: 958px;
    display: block;
    border-radius: 10px;
    height: 629px;
    margin-left: 60px;
}

/* New class for underlined red text */
.sap-acc-highlight-red a {
    color: #ff4848 !important;
    text-decoration: underline;
}

/* --- ARTICLE SECTION END --- */

@media (max-width: 1366px) {
    .sap-acc-hero-container {
        max-width: 1140px;
    }

    .sap-acc-article-container {
        max-width: 1140px;
    }

    .sap-acc-dots-bg {
        width: 220px;
    }
}

@media (max-width: 1199px) {
    .sap-acc-hero {
        min-height: 360px;
    }

    .sap-acc-hero-container {
        min-height: 360px;
    }

    .sap-acc-hero h1 {
        font-size: 34px;
    }

    .sap-acc-article-section {
        padding: 60px 20px 85px;
    }

    .sap-acc-dots-bg {
        width: 180px;
    }

    .sap-acc-content {
        max-width: 780px;
    }
}

@media (max-width: 991px) {
    .sap-acc-hero {
        min-height: 340px;
    }

    .sap-acc-hero-container {
        min-height: 340px;
        padding: 0 24px;
    }

    .sap-acc-hero h1 {
        font-size: 30px;
    }

    .sap-acc-article-section {
        padding: 55px 20px 80px;
    }

    .sap-acc-content {
        max-width: 100%;
    }

    .sap-acc-dots-bg {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .sap-acc-hero {
        min-height: 300px;
    }

    .sap-acc-hero-container {
        min-height: 300px;
        padding: 0 18px;
    }

    .sap-acc-hero h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .sap-acc-breadcrumb {
        font-size: 12px;
    }

    .sap-acc-article-section {
        padding: 44px 18px 70px;
    }

    .sap-acc-content h2 {
        font-size: 22px;
    }

    .sap-acc-dots-bg {
        width: 100px;
    }
}

@media (max-width: 575px) {
    .sap-acc-hero {
        min-height: 270px;
    }

    .sap-acc-hero-container {
        min-height: 270px;
        padding: 0 14px;
    }

    .sap-acc-hero h1 {
        font-size: 22px;
    }

    .sap-acc-article-section {
        padding: 38px 15px 60px;
    }

    .sap-acc-content h2 {
        font-size: 20px;
    }

    .sap-acc-content p,
    .sap-acc-content ul li,
    .sap-acc-content ol li {
        font-size: 14px;
    }

    .sap-acc-dots-bg {
        width: 80px;
    }
}

/* =========================================================
   SAP ANALYTICS CLOUD CALENDAR PROCESS PAGE END
========================================================= */

/* =========================================================
   HR SUPPORT PAGE START
========================================================= */
.hr-support-hero {
    position: relative;
    isolation: isolate;
    min-height: 400px;
    overflow: hidden;
    font-family: "Manrope", sans-serif;
}

.hr-support-hero-bg,
.hr-support-hero-overlay {
    position: absolute;
    inset: 0;
}

.hr-support-hero-bg {
    z-index: 0;
}

.hr-support-hero-overlay {
    z-index: 1;
    background: rgba(18, 16, 22, 0.6);
}

.hr-support-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hr-support-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-width: 1280px;
    min-height: 418px;
    margin: 0 auto;

}

.hr-support-hero-content {
    max-width: 900px;

}

.hr-support-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.hr-support-breadcrumb a,
.hr-support-breadcrumb span,
.hr-support-breadcrumb i {
    color: #fff;
}

.hr-support-breadcrumb span.arrow {
    color: #18c4d6;
    /* Updated as per image for desktop */
}

.hr-support-breadcrumb a {
    text-decoration: none;
}

.hr-support-breadcrumb i {
    font-size: 11px;
}

.hr-support-breadcrumb a:hover {
    color: #18c4d6;
}

.hr-support-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

.hr-support-hero-bottom-bar {
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 0;
}

.hr-support-hero-bottom-bar img {
    display: block;
    width: 100%;
}

.hr-support-article-section {
    position: relative;
    overflow: hidden;
    padding: 70px 20px 100px;
    background: #fff;
    font-family: "Manrope", sans-serif;
}

.hr-support-article-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.hr-support-dots-bg {
    position: absolute;
    z-index: 0;
    top: -130px;
    right: 0;
    width: 220px;
    pointer-events: none;
}

.hr-support-dots-bg img {
    display: block;
    width: 100%;
    height: auto;
}

.hr-support-content {
    position: relative;
    z-index: 1;
}

.hr-support-content h1 {
    margin: 16px 0 18px;
    color: #11181c;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.25;
}

.hr-support-content h2 {
    margin: 16px 0 18px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.hr-support-content p {
    margin: 0 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.hr-support-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
    list-style: disc;
}

.hr-support-content li {
    margin-bottom: 3px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.hr-support-content strong {
    font-weight: 1000;
}

.hr-support-inline-image {
    margin: 30px auto 40px;
    text-align: center;
}

.hr-support-inline-image img {
    display: block;
    width: min(100%, 1100px);
    height: auto;
    margin: 0 auto;
}

.hr-support-first-image {
    max-width: 1050px;
}

.hr-support-second-image {
    max-width: 920px;
    margin-top: 35px;
}

.hr-support-divider-line {
    width: 187px;
    margin: 28px 0 22px;
    line-height: 0;
}

.hr-support-divider-line img {
    display: block;
    width: 100%;
    height: 2px;
}

.hr-support-highlight-red {
    color: #f15b4f;
    text-decoration: underline;
}

@media (max-width: 1366px) {

    .hr-support-hero-container,
    .hr-support-article-container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {

    .hr-support-hero,
    .hr-support-hero-container {
        min-height: 340px;
    }

    .hr-support-hero-container {
        padding: 0 24px;
    }

    .hr-support-hero-content {
        margin-left: 0;
    }

    .hr-support-hero h1 {
        font-size: 30px;
    }

    .hr-support-article-section {
        padding: 55px 20px 80px;
    }

    .hr-support-dots-bg {
        width: 140px;
        opacity: .6;
    }
}

@media (max-width: 767px) {

    .hr-support-hero,
    .hr-support-hero-container {
        min-height: 300px;
    }

    .hr-support-hero-container {
        padding: 0 18px;
    }

    .hr-support-hero h1 {
        font-size: 26px;
    }

    .hr-support-hero h1 br {
        display: none;
    }

    .hr-support-breadcrumb {
        font-size: 12px;
    }

    /* Fixed mobile arrow color targeting */
    .hr-support-breadcrumb span.arrow {
        color: #138dc5 !important;
    }

    .hr-support-article-section {
        padding: 44px 18px 70px;
    }

    .hr-support-content h2 {
        font-size: 22px;
    }

    .hr-support-dots-bg {
        width: 100px;
    }
}

@media (max-width: 575px) {

    .hr-support-hero,
    .hr-support-hero-container {
        min-height: 270px;
    }

    .hr-support-hero-container {
        padding: 0 14px;
    }

    .hr-support-hero h1 {
        font-size: 22px;
    }

    .hr-support-article-section {
        padding: 38px 15px 60px;
    }

    .hr-support-content h2 {
        font-size: 20px;
    }

    .hr-support-content p,
    .hr-support-content li {
        font-size: 14px;
    }

    .hr-support-dots-bg {
        width: 80px;
    }
}

/* =========================================================
   HR SUPPORT PAGE END
========================================================= */

/* =========================================================
   IMPLEMENTING SAP SUPPORT PAGE START
========================================================= */
.impl-sap-support-hero {
    position: relative;
    isolation: isolate;
    min-height: 400px;
    overflow: hidden;
    font-family: "Manrope", sans-serif;
}

.impl-sap-support-hero-bg,
.impl-sap-support-hero-overlay {
    position: absolute;
    inset: 0;
}

.impl-sap-support-hero-bg {
    z-index: 0;
}

.impl-sap-support-hero-overlay {
    z-index: 1;
    background: rgba(4, 25, 34, .56);
}

.impl-sap-support-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.impl-sap-support-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-width: 1280px;
    min-height: 418px;
    margin: 0 auto;
}

.impl-sap-support-hero-content {
    max-width: 900px;
}

.impl-sap-support-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.impl-sap-support-breadcrumb a,
.impl-sap-support-breadcrumb span,
.impl-sap-support-breadcrumb i {
    color: #fff;
}

.impl-sap-support-breadcrumb span.arrow {
    color: #18c4d6;
}

.impl-sap-support-breadcrumb a {
    text-decoration: none;
}

.impl-sap-support-breadcrumb i {
    font-size: 11px;
}

.impl-sap-support-breadcrumb a:hover {
    color: #18c4d6;
}

.impl-sap-support-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

.impl-sap-support-hero-bottom-bar {
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 0;
}

.impl-sap-support-hero-bottom-bar img {
    display: block;
    width: 100%;
}

.impl-sap-support-article-section {
    position: relative;
    overflow: hidden;
    padding: 70px 20px 100px;
    background: #fff;
    font-family: "Manrope", sans-serif;
}

.impl-sap-support-article-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.impl-sap-support-dots-bg {
    position: absolute;
    z-index: 0;
    top: -130px;
    right: 0;
    width: 220px;
    pointer-events: none;
}

.impl-sap-support-dots-bg img {
    display: block;
    width: 100%;
    height: auto;
}

.impl-sap-support-content {
    position: relative;
    z-index: 1;
}

.impl-sap-support-content h2 {
    margin: 16px 0 18px;
    color: #11181c;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;
}

.impl-sap-support-content h3 {
    font-size: 27px;
    font-weight: 700;
    color: #11181c;

}

.impl-sap-support-content p {
    margin: 0 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.impl-sap-support-content ul {
    margin: 0 0 18px;
    padding-left: 20px;
    list-style: disc;
}

.impl-sap-support-content li {
    margin-bottom: 18px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
}

.impl-sap-support-content strong {
    font-weight: 800;
}

.impl-sap-support-inline-image {
    margin: 30px auto 40px;
    text-align: center;
}

.impl-sap-support-inline-image img {
    display: block;
    width: min(100%, 1100px);
    height: auto;
    margin: 0 auto;
}

.impl-sap-support-first-image {
    max-width: 1050px;
}

/* Added small margin between stacked images if needed */
.impl-sap-support-first-image img+img {
    margin-top: -1px;
}

.impl-sap-support-second-image {
    max-width: 920px;
    margin-top: 35px;
}

.impl-sap-support-divider-line {
    width: 187px;
    margin: 28px 0 22px;
    line-height: 0;
}

.impl-sap-support-divider-line img {
    display: block;
    width: 100%;
    height: 2px;
}

.impl-sap-support-highlight-red {
    color: #f15b4f;
    text-decoration: underline;
}

.impl-sap-support-content a:not(.impl-sap-support-highlight-red) {
    color: #138dc5;
    text-decoration: none;
}

.impl-sap-support-content a:not(.impl-sap-support-highlight-red):hover {
    text-decoration: underline;
}

@media (max-width: 1366px) {

    .impl-sap-support-hero-container,
    .impl-sap-support-article-container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {

    .impl-sap-support-hero,
    .impl-sap-support-hero-container {
        min-height: 340px;
    }

    .impl-sap-support-hero-container {
        padding: 0 24px;
    }

    .impl-sap-support-hero-content {
        margin-left: 0;
    }

    .impl-sap-support-hero h1 {
        font-size: 30px;
    }

    .impl-sap-support-article-section {
        padding: 55px 20px 80px;
    }

    .impl-sap-support-dots-bg {
        width: 140px;
        opacity: .6;
    }
}

@media (max-width: 767px) {

    .impl-sap-support-hero,
    .impl-sap-support-hero-container {
        min-height: 300px;
    }

    .impl-sap-support-hero-container {
        padding: 0 18px;
    }

    .impl-sap-support-hero h1 {
        font-size: 26px;
    }

    .impl-sap-support-hero h1 br {
        display: none;
    }

    .impl-sap-support-breadcrumb {
        font-size: 12px;
    }

    .impl-sap-support-breadcrumb span.arrow {
        color: #138dc5 !important;
    }

    .impl-sap-support-article-section {
        padding: 44px 18px 70px;
    }

    .impl-sap-support-content h2 {
        font-size: 22px;
    }

    .impl-sap-support-dots-bg {
        width: 100px;
    }
}

@media (max-width: 575px) {

    .impl-sap-support-hero,
    .impl-sap-support-hero-container {
        min-height: 270px;
    }

    .impl-sap-support-hero-container {
        padding: 0 14px;
    }

    .impl-sap-support-hero h1 {
        font-size: 22px;
    }

    .impl-sap-support-article-section {
        padding: 38px 15px 60px;
    }

    .impl-sap-support-content h2 {
        font-size: 20px;
    }

    .impl-sap-support-content p,
    .impl-sap-support-content li {
        font-size: 14px;
    }

    .impl-sap-support-dots-bg {
        width: 80px;
    }
}

/* =========================================================
   IMPLEMENTING SAP SUPPORT PAGE END
========================================================= */

/* =========================================================
   AUTOMATION TESTING PAGE START
========================================================= */
.auto-test-hero {
    position: relative;
    isolation: isolate;
    min-height: 400px;
    overflow: hidden;
    font-family: "Manrope", sans-serif;
}

.auto-test-hero-bg,
.auto-test-hero-overlay {
    position: absolute;
    inset: 0;
}

.auto-test-hero-bg {
    z-index: 0;
}

.auto-test-hero-overlay {
    z-index: 1;
    background: rgba(4, 25, 34, .56);
}

.auto-test-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.auto-test-hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    max-width: 1280px;
    min-height: 418px;
    margin: 0 auto;
    padding-top: 80px;

}

.auto-test-hero-content {
    max-width: 900px;
}

.auto-test-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.auto-test-breadcrumb a,
.auto-test-breadcrumb span,
.auto-test-breadcrumb i {
    color: #fff;
}

.auto-test-breadcrumb span.arrow {
    color: #18c4d6;
}

.auto-test-breadcrumb a {
    text-decoration: none;
}

.auto-test-breadcrumb i {
    font-size: 11px;
}

.auto-test-breadcrumb a:hover {
    color: #18c4d6;
}

.auto-test-hero h1 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

.auto-test-hero-date {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.auto-test-hero-bottom-bar {
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 0;
}

.auto-test-hero-bottom-bar img {
    display: block;
    width: 100%;
}

.auto-test-article-section {
    position: relative;
    overflow: hidden;
    padding: 70px 20px 100px;
    background: #fff;
    font-family: "Manrope", sans-serif;
}

.auto-test-article-container {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.auto-test-dots-bg {
    position: absolute;
    z-index: 0;
    top: -130px;
    right: 0;
    width: 220px;
    pointer-events: none;
}

.auto-test-dots-bg img {
    display: block;
    width: 100%;
    height: auto;
}

.auto-test-content {
    position: relative;
    z-index: 1;
}

.auto-test-content h2 {
    margin: 35px 0 18px;
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
}

/* Paragraph font-size is strictly 15px */
.auto-test-content p {
    margin: 0 0 16px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}

.auto-test-content ul,
.auto-test-content ol {
    margin: 0 0 18px;
    padding-left: 20px;
}

.auto-test-content ul {
    list-style: disc;
}

.auto-test-content ol {
    list-style: decimal;
}

.auto-test-content li {
    margin-bottom: 3px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.65;
}

.auto-test-content strong {
    font-weight: 800;
}

.auto-test-inline-image {
    margin: 30px auto 40px;
    text-align: center;
}

.auto-test-inline-image img {
    display: block;
    width: min(100%, 1100px);
    height: auto;
    margin: 0 auto;
}

.auto-test-first-image {
    max-width: 800px;
}

.auto-test-second-image {
    max-width: 1050px;
}

.auto-test-third-image {
    max-width: 900px;
}

.auto-test-divider-line {
    width: 187px;
    margin: 35px 0 25px;
    line-height: 0;
}

.auto-test-divider-line img {
    display: block;
    width: 100%;
    height: 3px;
}

.auto-test-highlight-red {
    color: #ff4848;
    text-decoration: underline;
    font-weight: 800;
}

.auto-test-content a:not(.auto-test-highlight-red) {
    color: #138dc5;
    text-decoration: none;
}

.auto-test-content a:not(.auto-test-highlight-red):hover {
    text-decoration: underline;
}

@media (max-width: 1366px) {

    .auto-test-hero-container,
    .auto-test-article-container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {

    .auto-test-hero,
    .auto-test-hero-container {
        min-height: 340px;
    }

    .auto-test-hero-container {
        padding: 0 24px;
    }

    .auto-test-hero-content {
        margin-left: 0;
    }

    .auto-test-hero h1 {
        font-size: 30px;
    }

    .auto-test-article-section {
        padding: 55px 20px 80px;
    }

    .auto-test-dots-bg {
        width: 140px;
        opacity: .6;
    }
}

@media (max-width: 767px) {

    .auto-test-hero,
    .auto-test-hero-container {
        min-height: 300px;
    }

    .auto-test-hero-container {
        padding: 0 18px;
    }

    .auto-test-hero h1 {
        font-size: 26px;
    }

    .auto-test-hero h1 br {
        display: none;
    }

    .auto-test-breadcrumb {
        font-size: 12px;
    }

    .auto-test-breadcrumb span.arrow {
        color: #138dc5 !important;
    }

    .auto-test-article-section {
        padding: 44px 18px 70px;
    }

    .auto-test-content h2 {
        font-size: 22px;
    }

    .auto-test-dots-bg {
        width: 100px;
    }
}

@media (max-width: 575px) {

    .auto-test-hero,
    .auto-test-hero-container {
        min-height: 270px;
    }

    .auto-test-hero-container {
        padding: 0 14px;
    }

    .auto-test-hero h1 {
        font-size: 22px;
    }

    .auto-test-article-section {
        padding: 38px 15px 60px;
    }

    .auto-test-content h2 {
        font-size: 20px;
    }

    /* Removed the line changing paragraph font-size to 14px */
    .auto-test-dots-bg {
        width: 80px;
    }
}

/* =========================================================
   AUTOMATION TESTING PAGE END
========================================================= */

/* =========================================
   Page: SAP Build Code Joule
   Section: Main Content & Banner
========================================= */

/* Container Setup */
.custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1366px) {
    .custom-container {
        max-width: 1140px;
    }
}

/* Banner Specifics */
.sap-build-code-joule-banner-wrapper {
    min-height: 400px;
    z-index: 2;
}

.sap-build-code-joule-banner-img {
    object-fit: cover;
    height: 450px;
}

.sap-build-code-joule-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    object-fit: cover;
}

/* Breadcrumb Styling */
.sap-build-code-joule-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.sap-build-code-joule-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 700;
}

.sap-build-code-joule-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.sap-build-code-joule-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    color: #18c4d6;
}

.sap-build-code-joule-banner-title {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
}

/* Background Dots Element */
.sap-build-code-joule-bg {
    position: absolute;
    top: 330px;
    right: 0;
    width: 200px;
    pointer-events: none;
    z-index: 0;
}

.sap-build-code-joule-bg img {
    width: 100%;
    display: block;
}

/* Content Area Spacing */
.sap-build-code-joule-content-container {
    padding-top: 60px;
}

.sap-build-code-joule-section-title {
    color: #11181C;
    font-size: 35px;
    font-weight: 700;
}

/* Lists styling */
.sap-build-code-joule-list {
    padding-left: 20px;
    color: #161616;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    list-style-type: disc !important;
}

.sap-build-code-joule-list li {
    margin-bottom: 8px;
    display: list-item;
    line-height: 1.8;
}

/* General Text Styling */
.sap-build-code-joule-content-block p {
    color: #161616;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}

/* Divider specific */
.sap-build-code-joule-divider {
    display: block;
    height: auto;
    max-width: 100%;
}

/* Responsive Overrides for Banner */
@media (max-width: 991px) {
    .sap-build-code-joule-banner-img {
        height: 350px;
    }

    .sap-build-code-joule-banner-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sap-build-code-joule-banner-img {
        height: 300px;
    }

    .sap-build-code-joule-banner-title {
        font-size: 24px;
    }

    .sap-build-code-joule-section-title {
        font-size: 22px;
    }
}

/* =========================================
   Section: CTA Banner
========================================= */
.sap-build-code-joule-cta-section {
    background-color: #f4f8fa;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.sap-build-code-joule-cta-bg {
    object-fit: cover;

}

.sap-build-code-joule-cta-content {
    position: relative;
    z-index: 2;
}

.sap-build-code-joule-cta-title {
    color: #004771;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 800 !important;
}

.sap-build-code-joule-cta-subtitle {
    color: #161616;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .sap-build-code-joule-cta-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sap-build-code-joule-cta-title {
        font-size: 26px;
    }
}

/* =========================================
   Section: Similar Case Studies
========================================= */
.sap-build-code-joule-related-section {
    background-color: #ffffff;
}

.sap-build-code-joule-related-title {
    color: #11181c;
    font-size: 35px;
    font-weight: 700 !important;
}

.sap-build-code-joule-card {
    border-radius: 4px;
    overflow: hidden;
    background-color: #004771;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sap-build-code-joule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 71, 113, 0.2);
}

.sap-build-code-joule-card-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.sap-build-code-joule-card-img {
    object-fit: cover;
    height: 300px;
    transition: transform 0.5s ease;
}

.sap-build-code-joule-card:hover .sap-build-code-joule-card-img {
    transform: scale(1.05);
}

.sap-build-code-joule-card-body {
    background-color: #004771;
}

.sap-build-code-joule-card-title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    padding: 20px;
}

/* View All Button */
.sap-build-code-joule-btn-view-all {
    background-color: #15a3b2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    border: none;
}

.sap-build-code-joule-btn-view-all:hover {
    background-color: #0f8591;
    color: #ffffff;
}

@media (max-width: 991px) {
    .sap-build-code-joule-card-img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .sap-build-code-joule-related-title {
        font-size: 26px;
    }

    .sap-build-code-joule-card-img {
        height: 220px;
    }

    .sap-build-code-joule-card-title {
        font-size: 16px;
    }
}

/* =========================================
   Responsive Media Queries (Big to Small)
========================================= */

/* 1. Large Laptops / Screens (1366px and below) - As per your instruction */
@media (max-width: 1366px) {
    .custom-container {
        max-width: 1140px;
    }
}

/* 2. Small Laptops / Landscape Tablets (1199px and below) */
@media (max-width: 1199px) {
    .custom-container {
        max-width: 960px;
    }

    .sap-build-code-joule-banner-img {
        height: 400px;
    }

    .sap-build-code-joule-banner-title {
        font-size: 32px;
    }
}

/* 3. Tablets (991px and below) - Merged with your existing rules */
@media (max-width: 991px) {
    .custom-container {
        max-width: 720px;
    }

    .sap-build-code-joule-banner-img {
        height: 350px;
    }

    .sap-build-code-joule-banner-title {
        font-size: 32px;
    }

    .sap-build-code-joule-cta-title {
        font-size: 32px;
    }

    .sap-build-code-joule-card-img {
        height: 250px;
    }
}

/* 4. Large Mobile / Portrait Tablets (767px and below) - Merged with your existing rules */
@media (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }

    .sap-build-code-joule-banner-img {
        height: 300px;
    }

    .sap-build-code-joule-banner-title {
        font-size: 24px;
    }

    .sap-build-code-joule-section-title {
        font-size: 22px;
    }

    .sap-build-code-joule-cta-title {
        font-size: 26px;
    }

    .sap-build-code-joule-related-title {
        font-size: 26px;
    }

    .sap-build-code-joule-card-img {
        height: 220px;
    }

    .sap-build-code-joule-card-title {
        font-size: 16px;
    }
}

/* 5. Standard/Small Mobile Screens (575px and below) */
@media (max-width: 575px) {
    .custom-container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
    }

    .sap-build-code-joule-banner-wrapper {
        min-height: auto;
    }

    .sap-build-code-joule-banner-img {
        height: 250px;
    }

    .sap-build-code-joule-banner-title {
        font-size: 22px;
    }

    .sap-build-code-joule-bg {
        display: none;
        /* Hides decorative dots on small screens to prevent overflow */
    }

    .sap-build-code-joule-content-container {
        padding-top: 40px;
    }

    .sap-build-code-joule-section-title {
        font-size: 20px;
    }

    .sap-build-code-joule-cta-section {
        min-height: 250px;
    }

    .sap-build-code-joule-cta-title {
        font-size: 22px;
    }

    .sap-build-code-joule-cta-subtitle {
        font-size: 16px;
    }

    .sap-build-code-joule-related-title {
        font-size: 22px;
    }

    .sap-build-code-joule-card-img {
        height: 200px;
    }
}


/* Prefix: sap-btp-transformation */

.sap-btp-transformation-banner-wrapper {
    min-height: 400px;
}

.sap-btp-transformation-banner-img {
    height: 450px;
    object-fit: cover;
}

.sap-btp-transformation-bottom-line {
    position: absolute;
    bottom: 0;
    height: 8px;
}

.sap-btp-transformation-banner-title {
    font-size: 35px;
    font-weight: 700;
}

/* Breadcrumb */

.sap-btp-transformation-breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.sap-btp-transformation-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    color: #18c4d6;
}

/* Content Sections */

.sap-btp-transformation-section-title {
    color: #11181c;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sap-btp-transformation-section-title-two {
    color: #11181c;
    font-size: 27px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.sap-btp-transformation-content-block p {
    color: #161616;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.sap-btp-transformation-content-block h3 {
    color: #11181c;
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
}

.sap-btp-transformation-list li strong {
    display: block;
    margin-bottom: -8px;
}

.sap-btp-transformation-section-title strong {
    font-weight: 1000;
}

/* Future Trends List */

.sap-btp-transformation-list {
    list-style: none;
    padding-left: 0;
}

.sap-btp-transformation-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
}

.sap-btp-transformation-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #004771;
    font-weight: bold;
}

.sap-btp-transformation-list strong {
    color: #11181c;
    font-size: 17px;
}

/* Responsive */

@media (max-width: 991px) {
    .sap-btp-transformation-banner-img {
        height: 350px;
    }

    .sap-btp-transformation-banner-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sap-btp-transformation-banner-img {
        height: 395px;
        object-fit: cover;
        padding-top: 108px;

    }

    .sap-btp-transformation-banner-title {
        font-size: 24px;
    }

    .sap-btp-transformation-section-title {
        font-size: 22px;
    }
}

/* Background Dots Element */

.sap-btp-transformation-bg {
    position: absolute;
    top: 330px;
    right: 0;
    width: 200px;
    pointer-events: none;
    z-index: 0;
}

.sap-btp-transformation-bg img {
    display: block;
    width: 100%;
}

/* Hide on very small screens */

@media (max-width: 575px) {
    .sap-btp-transformation-bg {
        display: none;
    }
}

/* =========================================
   Page: AI Powered Cloud Migration
   Global Container Setup
========================================= */
.ai-powered-cloud-migration-custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1366px) {
    .ai-powered-cloud-migration-custom-container {
        max-width: 1140px;
    }
}

/* =========================================
   Section 1: Hero Banner Area
========================================= */
.ai-powered-cloud-migration-hero-section {
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 80px;
    min-height: 400px;
}

.ai-powered-cloud-migration-hero-bg {
    width: 275px;
    z-index: 0;
    opacity: 0.9;
}

.ai-powered-cloud-migration-hero-bg img {
    width: 100%;
    height: auto;
}

.ai-powered-cloud-migration-hero-content {
    padding-top: 30px;
}

.ai-powered-cloud-migration-breadcrumb {
    font-size: 20px;
    font-weight: 500;
    color: #20203F !important;
}

.ai-powered-cloud-migration-breadcrumb .breadcrumb-item a {
    color: #20203F !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ai-powered-cloud-migration-breadcrumb .breadcrumb-item a:hover {
    color: #004771;
}

.ai-powered-cloud-migration-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #20203F !important;
}

.ai-powered-cloud-migration-main-title {
    color: #004771;
    font-size: 50px;
    letter-spacing: -0.5px;
    margin: 30px 0 30px !important;

}

.ai-powered-cloud-migration-subtitle {
    color: #20203f;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ai-powered-cloud-migration-hero-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .ai-powered-cloud-migration-main-title {
        font-size: 32px;
    }

    .ai-powered-cloud-migration-subtitle {
        font-size: 18px;
    }

    .ai-powered-cloud-migration-hero-bg {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .ai-powered-cloud-migration-hero-content {
        padding-top: 80px;
    }

    .ai-powered-cloud-migration-breadcrumb {
        font-size: 15px;
        font-weight: 500;
        color: #20203F !important;
    }
}

/* =========================================
   Section 2: Content & Form Split Area (UPDATED)
========================================= */
.ai-powered-cloud-migration-split-section {
    background-color: #0a4b75;
    /* Precise dark blue background matching image */
}

.ai-powered-cloud-migration-text-col {
    color: #ffffff;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ai-powered-cloud-migration-section-title {
    font-size: 32px;
    line-height: 1.3;
}

.ai-powered-cloud-migration-sub-title {
    font-size: 20px;
    line-height: 1.4;
}

.ai-powered-cloud-migration-text-col p {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    color: #ffffff;
}

/* Bullet List Styling */
.ai-powered-cloud-migration-list {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 600px;
    list-style-type: disc;
}

.ai-powered-cloud-migration-list li {
    margin-bottom: 10px;
}

.ai-powered-cloud-migration-list li strong {
    color: #ffffff;
}

/* Right Side Form Card (Updated exactly to screenshot) */
.ai-powered-cloud-migration-form-col {
    background-color: #ffffff;
    /* This ensures the column itself is white */
}

.ai-powered-cloud-migration-form-wrapper {
    padding: 60px 50px;
    border-radius: 0;
    /* Removed border-radius to match straight edges in image */
    box-shadow: none;
    /* Removed shadow */
}

.ai-powered-cloud-migration-form-title {
    color: #11181c;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 800 !important;
}

.ai-powered-cloud-migration-label {
    font-size: 15px;
    color: #161616;
    margin-bottom: 8px;
    font-weight: 500;
}

.ai-powered-cloud-migration-input {
    border: 1px solid #e9ecef;
    border-radius: 2px;
    /* Very subtle border radius */
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: none !important;
    background-color: #fafafa;
    /* Slight off-white background for inputs */
}

.ai-powered-cloud-migration-input::placeholder {
    color: #adb5bd;
}

.ai-powered-cloud-migration-input:focus {
    border-color: #1bc3d0;
    background-color: #ffffff;
}

.ai-powered-cloud-migration-submit-btn {
    background-color: #1bc3d0;
    color: #ffffff !important;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.ai-powered-cloud-migration-submit-btn:hover {
    background-color: #15a3b2;
}

@media (max-width: 991px) {
    .ai-powered-cloud-migration-form-wrapper {
        padding: 40px 30px;
    }

    .ai-powered-cloud-migration-text-col {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .ai-powered-cloud-migration-section-title {
        font-size: 26px;
    }

    .ai-powered-cloud-migration-sub-title {
        font-size: 20px;
    }

    .ai-powered-cloud-migration-form-title {
        font-size: 26px;
    }

    .ai-powered-cloud-migration-form-wrapper {
        padding: 30px 20px;
    }
}

/* =========================================
   Section 3: Three Cards Area
========================================= */
.ai-powered-cloud-migration-cards-section {
    background-color: #f8f9fa;
}

.ai-powered-cloud-migration-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

}



.ai-powered-cloud-migration-card-img {
    height: 220px;
    object-fit: cover;
}

.ai-powered-cloud-migration-card-title {
    font-size: 20px;
    color: #11181C;
    line-height: 1.4;
}

.ai-powered-cloud-migration-card-text {

    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    font-weight: 600;
}

.ai-powered-cloud-migration-card-link {
    color: #004771;
    font-size: 12px;

    font-weight: 800 !important;
}

.ai-powered-cloud-migration-card-link:hover {
    color: #15a3b2;
}

.ai-powered-cloud-migration-card-date {
    font-size: 12px;
    color: #adadad;
}

/* =========================================
   Page: Payroll Control Center (SAP PCC)
   Section: Main Content & Banner
========================================= */

/* Container Setup */
.custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1366px) {
    .custom-container {
        max-width: 1140px;
    }
}

/* Banner Specifics */
.sap-pcc-banner-wrapper {
    min-height: 400px;
    z-index: 2;
}

.sap-pcc-banner-img {
    object-fit: cover;
    height: 450px;
}

.sap-pcc-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    object-fit: cover;
}

/* Breadcrumb Styling */
.sap-pcc-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.sap-pcc-breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 700;
}

.sap-pcc-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.sap-pcc-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    color: #18c4d6;
}

.sap-pcc-banner-title {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
}

/* Background Dots Element */
.sap-pcc-bg {
    position: absolute;
    top: 330px;
    right: 0;
    width: 200px;
    pointer-events: none;
    z-index: 0;
}

.sap-pcc-bg img {
    width: 100%;
    display: block;
}

/* Content Area Spacing */
.sap-pcc-content-container {
    padding-top: 60px;
}

.sap-pcc-section-title {
    color: #11181C;
    font-size: 35px;
    font-weight: 700;
}

/* Lists styling */
.sap-pcc-list {
    padding-left: 20px;
    color: #161616;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    list-style-type: disc !important;
}

.sap-pcc-list li {
    margin-bottom: 8px;
    display: list-item;
    line-height: 1.8;
}

/* General Text Styling */
.sap-pcc-content-block p {
    color: #161616;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
}

/* Divider specific */
.sap-pcc-divider {
    display: block;
    height: auto;
    max-width: 100%;
}

/* Responsive Overrides for Banner */
@media (max-width: 991px) {
    .sap-pcc-banner-img {
        height: 350px;
    }

    .sap-pcc-banner-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sap-pcc-banner-img {
        height: 300px;
    }

    .sap-pcc-banner-title {
        font-size: 24px;
    }

    .sap-pcc-section-title {
        font-size: 22px;
    }
}

/* =========================================
   Section: CTA Banner
========================================= */
.sap-pcc-cta-section {
    background-color: #f4f8fa;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.sap-pcc-cta-bg {
    object-fit: cover;
}

.sap-pcc-cta-content {
    position: relative;
    z-index: 2;
}

.sap-pcc-cta-title {
    color: #004774;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 800 !important;
}

.sap-pcc-cta-subtitle {
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .sap-pcc-cta-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sap-pcc-cta-title {
        font-size: 26px;
    }
}

/* =========================================
   Section: Related Blogs & Case Studies
========================================= */
.sap-pcc-related-section {
    background-color: #ffffff;
}

.sap-pcc-related-title {
    color: #11181c;
    font-size: 35px;
    font-weight: 700 !important;
}

.sap-pcc-card {
    border-radius: 4px;
    overflow: hidden;
    background-color: #004771;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sap-pcc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 71, 113, 0.2);
}

.sap-pcc-card-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.sap-pcc-card-img {
    object-fit: cover;
    height: 300px;
    transition: transform 0.5s ease;
}

.sap-pcc-card:hover .sap-pcc-card-img {
    transform: scale(1.05);
}


.sap-pcc-list strong {
    color: #1c8dc0 !important;
    font-size: 20px;
    font-weight: 800px;
}

.sap-pcc-card-body {
    background-color: #004771;
}

.sap-pcc-card-title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    padding: 20px;
}

/* View All Button */
.sap-pcc-btn-view-all {
    background-color: #15a3b2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    border: none;
}

.sap-pcc-btn-view-all:hover {
    background-color: #0f8591;
    color: #ffffff;
}

@media (max-width: 991px) {
    .sap-pcc-card-img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .sap-pcc-related-title {
        font-size: 26px;
    }

    .sap-pcc-card-img {
        height: 220px;
    }

    .sap-pcc-card-title {
        font-size: 16px;
    }
}

/* =========================================
   Responsive Media Queries (Big to Small)
========================================= */

@media (max-width: 1366px) {
    .custom-container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .custom-container {
        max-width: 960px;
    }

    .sap-pcc-banner-img {
        height: 400px;
    }

    .sap-pcc-banner-title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .custom-container {
        max-width: 720px;
    }

    .sap-pcc-banner-img {
        height: 350px;
    }

    .sap-pcc-banner-title {
        font-size: 32px;
    }

    .sap-pcc-cta-title {
        font-size: 32px;
    }

    .sap-pcc-card-img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }

    .sap-pcc-banner-img {
        height: 300px;
    }

    .sap-pcc-banner-title {
        font-size: 24px;
    }

    .sap-pcc-section-title {
        font-size: 22px;
    }

    .sap-pcc-cta-title {
        font-size: 26px;
    }

    .sap-pcc-related-title {
        font-size: 26px;
    }

    .sap-pcc-card-img {
        height: 220px;
    }

    .sap-pcc-card-title {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .custom-container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
    }

    .sap-pcc-banner-wrapper {
        min-height: auto;
    }

    .sap-pcc-banner-img {
        height: 250px;
    }

    .sap-pcc-banner-title {
        font-size: 22px;
    }

    .sap-pcc-bg {
        display: none;
    }

    .sap-pcc-content-container {
        padding-top: 40px;
    }

    .sap-pcc-section-title {
        font-size: 20px;
    }

    .sap-pcc-cta-section {
        min-height: 250px;
    }

    .sap-pcc-cta-title {
        font-size: 22px;
    }

    .sap-pcc-cta-subtitle {
        font-size: 15px;
    }

    .sap-pcc-related-title {
        font-size: 22px;
    }

    .sap-pcc-card-img {
        height: 200px;
    }
}

/* =========================================
   Page: AI Powered Cloud Migration
   Global Container Setup
========================================= */
.ai-powered-cloud-migration-custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1366px) {
    .ai-powered-cloud-migration-custom-container {
        max-width: 1140px;
    }
}


/* =========================================
   Small Line Divider
========================================= */
.successfactors-btp-extensions-divider {
    display: inline-block;
    height: auto;
    max-width: 100%;
    /* Agar line ki width fix karni ho toh yahan width set kar sakte hain, eg: width: 80%; */
}

/* =========================================
   Section 1: Hero Banner Area
========================================= */
.ai-powered-cloud-migration-hero-section {
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 80px;
    min-height: 400px;
}

.ai-powered-cloud-migration-hero-bg {
    width: 275px;
    z-index: 0;
    opacity: 0.9;
}

.ai-powered-cloud-migration-hero-bg img {
    width: 100%;
    height: auto;
}

.ai-powered-cloud-migration-hero-content {
    padding-top: 30px;
}

.ai-powered-cloud-migration-breadcrumb {
    font-size: 20px;
    font-weight: 500;
    color: #20203F !important;
}

.ai-powered-cloud-migration-breadcrumb .breadcrumb-item a {
    color: #20203F !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ai-powered-cloud-migration-breadcrumb .breadcrumb-item a:hover {
    color: #004771;
}

.ai-powered-cloud-migration-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #20203F !important;
}

.ai-powered-cloud-migration-main-title {
    color: #004771;
    font-size: 50px;
    letter-spacing: -0.5px;
    margin: 30px 0 30px !important;

}

.ai-powered-cloud-migration-subtitle {
    color: #20203f;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ai-powered-cloud-migration-hero-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .ai-powered-cloud-migration-main-title {
        font-size: 32px;
    }

    .ai-powered-cloud-migration-subtitle {
        font-size: 18px;
    }

    .ai-powered-cloud-migration-hero-bg {
        width: 200px;
    }
}

/* =========================================
   Section 2: Content & Form Split Area (UPDATED)
========================================= */
.ai-powered-cloud-migration-split-section {
    background-color: #0a4b75;
    /* Precise dark blue background matching image */
}

.ai-powered-cloud-migration-text-col {
    color: #ffffff;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.ai-powered-cloud-migration-section-title {
    font-size: 32px;
    line-height: 1.3;
}

.ai-powered-cloud-migration-sub-title {
    font-size: 20px;
    line-height: 1.4;
}

.ai-powered-cloud-migration-text-col p {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    color: #ffffff;
}

/* Bullet List Styling */
.ai-powered-cloud-migration-list {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 600px;
    list-style-type: disc;
}

.ai-powered-cloud-migration-list li {
    margin-bottom: 10px;
}

.ai-powered-cloud-migration-list li strong {
    color: #ffffff;
}

/* Right Side Form Card (Updated exactly to screenshot) */
.ai-powered-cloud-migration-form-col {
    background-color: #ffffff;
    /* This ensures the column itself is white */
}

.ai-powered-cloud-migration-form-wrapper {
    padding: 60px 50px;
    border-radius: 0;
    /* Removed border-radius to match straight edges in image */
    box-shadow: none;
    /* Removed shadow */
}

.ai-powered-cloud-migration-form-title {
    color: #11181c;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 800 !important;
}

.ai-powered-cloud-migration-label {
    font-size: 15px;
    color: #161616;
    margin-bottom: 8px;
    font-weight: 500;
}

.ai-powered-cloud-migration-input {
    border: 1px solid #e9ecef;
    border-radius: 2px;
    /* Very subtle border radius */
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: none !important;
    background-color: #fafafa;
    /* Slight off-white background for inputs */
}

.ai-powered-cloud-migration-input::placeholder {
    color: #adb5bd;
}

.ai-powered-cloud-migration-input:focus {
    border-color: #1bc3d0;
    background-color: #ffffff;
}

.ai-powered-cloud-migration-submit-btn {
    background-color: #1bc3d0;
    color: #ffffff !important;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.ai-powered-cloud-migration-submit-btn:hover {
    background-color: #15a3b2;
}

@media (max-width: 991px) {
    .ai-powered-cloud-migration-form-wrapper {
        padding: 40px 30px;
    }

    .ai-powered-cloud-migration-text-col {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}

@media (max-width: 767px) {
    .ai-powered-cloud-migration-section-title {
        font-size: 26px;
    }

    .ai-powered-cloud-migration-sub-title {
        font-size: 20px;
    }

    .ai-powered-cloud-migration-form-title {
        font-size: 26px;
    }

    .ai-powered-cloud-migration-form-wrapper {
        padding: 30px 20px;
    }
}

/* =========================================
   Section 3: Three Cards Area
========================================= */
.ai-powered-cloud-migration-cards-section {
    background-color: #f8f9fa;
}

.ai-powered-cloud-migration-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);

}



.ai-powered-cloud-migration-card-img {
    height: 220px;
    object-fit: cover;
}

.ai-powered-cloud-migration-card-title {
    font-size: 20px;
    color: #11181C;
    line-height: 1.4;
}

.ai-powered-cloud-migration-card-text {

    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    font-weight: 600;
}

.ai-powered-cloud-migration-card-link {
    color: #004771;
    font-size: 12px;

    font-weight: 800 !important;
}

.ai-powered-cloud-migration-card-link:hover {
    color: #15a3b2;
}

.ai-powered-cloud-migration-card-date {
    font-size: 12px;
    color: #adadad;
}

/* =========================================
   Base Styles (Desktops > 1400px)
========================================= */
.successfactors-btp-extensions-custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Section 1: Hero Banner Area */
.successfactors-btp-extensions-banner-wrapper {
    min-height: 400px;
}

.successfactors-btp-extensions-banner-img {
    object-fit: cover;
    height: 450px;
}

.successfactors-btp-extensions-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.successfactors-btp-extensions-breadcrumb .breadcrumb-item a {
    color: #f8f9fa;
    text-decoration: none;
    transition: all 0.3s ease;
}

.successfactors-btp-extensions-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.successfactors-btp-extensions-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    color: #18C4D6;
}

.successfactors-btp-extensions-banner-title {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
}

.successfactors-btp-extensions-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #f29c38 0%, #17a2b8 50%, #004771 100%);
    z-index: 2;
}

/* Section 2: Main Content Area */
.successfactors-btp-extensions-content-container {
    padding-top: 120px;
}

.successfactors-btp-extensions-bg-dots {
    position: absolute;
    top: 300px;
    right: 0;
    width: 250px;
    pointer-events: none;
    z-index: 0;
}

.successfactors-btp-extensions-bg-dots img {
    width: 100%;
    display: block;
}

.successfactors-btp-extensions-text-block p {
    color: #161616;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
}

.successfactors-btp-extensions-blue-text {
    color: #1c8dc0;
    font-size: 17px;
    font-weight: 600;
}

.successfactors-btp-extensions-list {
    padding-left: 20px;
    color: #161616;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    list-style-type: disc !important;
}

.successfactors-btp-extensions-list li {
    margin-bottom: 10px;
    display: list-item;
}

.successfactors-btp-extensions-image-block img {
    border-radius: 6px;
}

/* Section 3: CTA Banner Area */
.successfactors-btp-extensions-cta-section {
    background-color: #f4f8fa;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.successfactors-btp-extensions-cta-bg {
    object-fit: cover;
    z-index: 0;
}

.successfactors-btp-extensions-cta-content {
    position: relative;
    z-index: 2;
}

.successfactors-btp-extensions-cta-title {
    color: #004774;
    font-size: 35px;
    line-height: 1.3;
}



/* Section 4: Similar Case Studies */
.successfactors-btp-extensions-related-section {
    background-color: #ffffff;
}

.successfactors-btp-extensions-related-title {
    color: #11181c;
    font-size: 35px;
    font-weight: 700 !important;
}

.successfactors-btp-extensions-card {
    border-radius: 4px;
    overflow: hidden;
    background-color: #004771;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.successfactors-btp-extensions-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 71, 113, 0.2);
}

.successfactors-btp-extensions-card-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.successfactors-btp-extensions-card-img {
    object-fit: cover;
    height: 300px;
    transition: transform 0.5s ease;
}

.successfactors-btp-extensions-card:hover .successfactors-btp-extensions-card-img {
    transform: scale(1.05);
}

.successfactors-btp-extensions-card-body {
    background-color: #004771;
}

.successfactors-btp-extensions-card-title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    padding: 20px;
}

.successfactors-btp-extensions-btn-view-all {
    background-color: #15a3b2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    border: none;
}

.successfactors-btp-extensions-btn-view-all:hover {
    background-color: #0f8591;
    color: #ffffff;
}

/* =========================================
   MEDIA QUERIES (Big to Small)
========================================= */

/* XX-Large Devices (1400px and down) */
@media (max-width: 1400px) {
    .successfactors-btp-extensions-custom-container {
        max-width: 1140px;
    }
}

/* Container for Laptops / 1366px Screens (As per your instruction) */
@media (max-width: 1366px) {
    .successfactors-btp-extensions-custom-container {
        max-width: 1140px;
    }
}

/* X-Large Devices / Laptops (1199px and down) */
@media (max-width: 1199px) {
    .successfactors-btp-extensions-custom-container {
        max-width: 960px;
    }

    .successfactors-btp-extensions-banner-title {
        font-size: 38px;
    }

    .successfactors-btp-extensions-cta-title {
        font-size: 34px;
    }

    .successfactors-btp-extensions-card-img {
        height: 250px;
    }
}

/* Large Devices / Tablets Landscape (991px and down) */
@media (max-width: 991px) {
    .successfactors-btp-extensions-custom-container {
        max-width: 720px;
    }

    .successfactors-btp-extensions-banner-img {
        height: 350px;
    }

    .successfactors-btp-extensions-banner-title {
        font-size: 32px;
    }

    .successfactors-btp-extensions-cta-title {
        font-size: 30px;
    }

    .successfactors-btp-extensions-card-title {
        font-size: 18px;
        padding: 15px;
    }

    .successfactors-btp-extensions-bg-dots {
        width: 180px;
        top: 380px;
    }
}

/* Medium Devices / Tablets Portrait (767px and down) */
@media (max-width: 767px) {
    .successfactors-btp-extensions-custom-container {
        max-width: 540px;
    }



    .successfactors-btp-extensions-banner-img {
        height: 395px;
    }

    .successfactors-btp-extensions-banner-title {
        font-size: 26px;
    }

    .successfactors-btp-extensions-content-container {
        padding-top: 40px;
    }

    .successfactors-btp-extensions-text-block mb-5 {
        margin-bottom: 2rem !important;
    }

    .successfactors-btp-extensions-blue-text {
        font-size: 16px;
    }

    .successfactors-btp-extensions-cta-title {
        font-size: 26px;
    }

    .successfactors-btp-extensions-related-title {
        font-size: 26px;
    }

    .successfactors-btp-extensions-card-img {
        height: 220px;
    }

    .successfactors-btp-extensions-bg-dots {
        display: none;
    }
}

/* Small Devices / Phones (575px and down) */
@media (max-width: 575px) {
    .successfactors-btp-extensions-custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .successfactors-btp-extensions-banner-title {
        font-size: 22px;
    }

    .successfactors-btp-extensions-banner-title br {
        display: none;
    }

    .successfactors-btp-extensions-text-block p,
    .successfactors-btp-extensions-list {
        font-size: 14px;
    }

    .successfactors-btp-extensions-cta-title {
        font-size: 22px;
    }

    .successfactors-btp-extensions-cta-title br {
        display: none;
    }

    .successfactors-btp-extensions-related-title {
        font-size: 22px;
    }

    .successfactors-btp-extensions-card-title {
        font-size: 16px;
    }
}


/* =========================================
   Section 1: Hero Banner Area
========================================= */
.applications-of-generative-ai-hero-section {
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 80px;
    min-height: 400px;
}

.applications-of-generative-ai-hero-bg {
    width: 275px;
    z-index: 0;
    opacity: 0.9;
}

.applications-of-generative-ai-hero-bg img {
    width: 100%;
    height: auto;
}

.applications-of-generative-ai-hero-content {
    padding-top: 30px;
}

.applications-of-generative-ai-breadcrumb {
    font-size: 20px;
    font-weight: 500;
    color: #20203F !important;
}

.applications-of-generative-ai-breadcrumb .breadcrumb-item a {
    color: #20203F !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.applications-of-generative-ai-breadcrumb .breadcrumb-item a:hover {
    color: #004771;
}

.applications-of-generative-ai-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #20203F !important;
}

.applications-of-generative-ai-main-title {
    color: #004771;
    font-size: 50px;
    letter-spacing: -0.5px;
    margin: 30px 0 30px !important;
}

.applications-of-generative-ai-subtitle {
    color: #20203f;
    font-size: 20px;
    font-weight: 500;
}



/* =========================================
   Section 2: Content & Form Split Area
========================================= */
.applications-of-generative-ai-split-section {
    background-color: #0a4b75;
}

.applications-of-generative-ai-text-col {
    color: #ffffff;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.applications-of-generative-ai-section-title {
    font-size: 32px;
    line-height: 1.3;
}

.applications-of-generative-ai-sub-title {
    font-size: 20px;
    line-height: 1.4;
}

.applications-of-generative-ai-text-col p {
    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    color: #ffffff;
}

/* Red Link Styling */
.applications-of-generative-ai-red-link {
    color: #ff4a4a !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.applications-of-generative-ai-red-link:hover {
    color: #ff7878 !important;
}

/* Bullet List Styling */
.applications-of-generative-ai-list {
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
    list-style-type: disc;
}

.applications-of-generative-ai-list li {
    margin-bottom: 15px;
}

.applications-of-generative-ai-list li strong {
    color: #ffffff;
}

.applications-of-generative-ai-red-link-one Strong {
    color: #ff4848 !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}


/* Right Side Form Card */
.applications-of-generative-ai-form-col {
    background-color: #ffffff;
}

.applications-of-generative-ai-form-wrapper {
    padding: 60px 50px;
    border-radius: 0;
    box-shadow: none;
}

.applications-of-generative-ai-form-title {
    color: #11181c;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 800 !important;
}

.applications-of-generative-ai-label {
    font-size: 15px;
    color: #161616;
    margin-bottom: 8px;
    font-weight: 500;
}

.applications-of-generative-ai-input {
    border: 1px solid #e9ecef;
    border-radius: 2px;
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: none !important;
    background-color: #fafafa;
}

.applications-of-generative-ai-input::placeholder {
    color: #adb5bd;
}

.applications-of-generative-ai-input:focus {
    border-color: #1bc3d0;
    background-color: #ffffff;
}

.applications-of-generative-ai-submit-btn {
    background-color: #1bc3d0;
    color: #ffffff !important;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.applications-of-generative-ai-submit-btn:hover {
    background-color: #15a3b2;
}

@media (max-width: 991px) {
    .applications-of-generative-ai-form-wrapper {
        padding: 40px 30px;
    }

    .applications-of-generative-ai-text-col {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}




/* =========================================
   Section 3: Three Cards Area
========================================= */
.applications-of-generative-ai-cards-section {
    background-color: #f8f9fa;
}

.applications-of-generative-ai-card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.applications-of-generative-ai-card-img {
    height: 220px;
    object-fit: contain;
}

.applications-of-generative-ai-card-title {
    font-size: 20px;
    color: #11181C;
    line-height: 1.4;
}

.applications-of-generative-ai-card-text {
    font-size: 14px;
    color: #777777;
    line-height: 1.6;
    font-weight: 600;
}

.applications-of-generative-ai-card-link {
    color: #004771;
    font-size: 12px;
    font-weight: 800 !important;
}

.applications-of-generative-ai-card-link:hover {
    color: #15a3b2;
}

.applications-of-generative-ai-card-date {
    font-size: 12px;
    color: #adadad;
}


/* ==========================
   Banner
========================== */

.ux-ssf-banner {
    width: 100%;
    background: #25406a;
    /* Adjusted slightly to match SSF banner typical blue */
    overflow: hidden;
}

.ux-ssf-banner-container {
    position: relative;
    width: 100%;
}

.ux-ssf-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.2;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.2s;
}


.ux-ssf-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    padding: 0 20px;
    margin: 0;

    box-sizing: border-box;

    color: #fff;
    text-align: center;

    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

/* ==========================
   Article Section
========================== */

.ux-ssf-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-ssf-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

/* 1366 Screen */
@media (max-width:1366px) {
    .ux-ssf-layout {
        max-width: 1140px;
    }
}

/* ==========================
   Content
========================== */

.ux-ssf-content {
    color: #161616;
}

.ux-ssf-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-ssf-date i {
    font-size: 12px;
}

.ux-ssf-content h2 {
    margin: 28px 0 18px;
    color: #11181c;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}

.ux-ssf-content h3 {
    margin: 30px 0 18px;
    color: #161616;
    font-size: 20px;
    /* Adjusted to match sub-headers style from screenshot */
    font-weight: 700;
    line-height: 1.3;
}

.ux-ssf-content h4 {
    margin: 30px 0 18px;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.ux-ssf-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-ssf-content ul {
    margin: 0 0 22px;
    padding-left: 22px;
    list-style: disc;
}

.ux-ssf-content li {
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    line-height: 1.7;
}

.ux-ssf-content a {
    color: #ef5968;
    text-decoration: underline;
}

.ux-ssf-content strong {
    font-weight: 600;
}

/* ==========================
   Images
========================== */

.ux-ssf-middle-image {
    margin: 40px auto;
    text-align: center;
}

.ux-ssf-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
}

/* ==========================
   Sidebar
========================== */

.ux-ssf-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-ssf-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

/* Featured Card */

.ux-ssf-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-ssf-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .10);
}

.ux-ssf-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-ssf-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-ssf-content-link-text {
    color: #ff4848 !important;
}

.ux-ssf-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive
========================== */

@media (max-width:1199px) {
    .ux-ssf-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width:991px) {
    .ux-ssf-layout {
        grid-template-columns: 1fr;
    }

    .ux-ssf-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width:767px) {
    .ux-ssf-banner-image {
        height: 250px;
    }

    .ux-ssf-banner h1 {
        font-size: 22px;
        line-height: 1.4;
    }

    .ux-ssf-article-section {
        padding: 40px 15px 70px;
    }

    .ux-ssf-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-ssf-content h2 {
        font-size: 24px;
    }

    .ux-ssf-content h3 {
        font-size: 18px;
    }

    .ux-ssf-content h4 {
        font-size: 18px;
    }

    .ux-ssf-content p,
    .ux-ssf-content li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-ssf-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-ssf-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-ssf-featured-card strong {
        font-size: 14px;
    }
}

/* =========================================
   Base Container Styles 
========================================= */
.sap-successfactors-overview-custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* =========================================
   Section 1: Hero Banner Area
========================================= */
.sap-successfactors-overview-banner-wrapper {

    z-index: 1;
}

.sap-successfactors-overview-banner-img {
    object-fit: cover;
    height: 450px;
}

.sap-successfactors-overview-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.sap-successfactors-overview-breadcrumb .breadcrumb-item a {
    color: #f8f9fa;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 800;
}

.sap-successfactors-overview-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.sap-successfactors-overview-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    color: #18C4D6;
    font-weight: 800;
}

.sap-successfactors-overview-banner-title {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 800 !important;
    color: #ffffff !important;
}

.sap-successfactors-overview-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #f29c38 0%, #17a2b8 50%, #004771 100%);
    z-index: 2;
}

/* =========================================
   Section 2: Main Content Area
========================================= */
.sap-successfactors-overview-content-container {
    padding-top: 60px;
}

.sap-successfactors-overview-bg-dots {
    position: absolute;
    top: -130px;
    right: 0;
    width: 250px;
    pointer-events: none;
    z-index: 0;
}

.sap-successfactors-overview-bg-dots img {
    width: 100%;
    display: block;
}

.sap-successfactors-overview-section-title {
    color: #11181C;
    font-size: 35px;
    font-weight: 700 !important;
}

.sap-successfactors-overview-paragraph {
    color: #161616;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 600;
}

/* Modules Grid (Pure Custom CSS Grid) */
.sap-successfactors-overview-modules-header {
    background-color: #f4f7f9;
    padding: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.sap-successfactors-overview-modules-header h4 {
    color: #004771;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.sap-successfactors-overview-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 Columns Desktop */
    gap: 15px;
}

.sap-successfactors-overview-grid-item {
    background-color: #f4f7f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px 15px;
    transition: background-color 0.3s ease;
}

.sap-successfactors-overview-grid-item:hover {
    background-color: #e6ebf0;
}

.sap-successfactors-overview-grid-item img {
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
}

.sap-successfactors-overview-grid-item span {
    font-size: 20px;
    font-weight: 800;
    color: #11181c;
    line-height: 1.5;
}

/* Divider Line */
.sap-successfactors-overview-divider {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/* Lists */
.sap-successfactors-overview-simple-list {
    padding-left: 20px;
    color: #161616;
    font-size: 15px;
    line-height: 1.7;
    list-style-type: disc;
    font-weight: 500;
}

.sap-successfactors-overview-simple-list li {
    margin-bottom: 5px;
    font-weight: 500;
}

.sap-successfactors-overview-arrow-list {
    list-style: none;
    padding-left: 20px;
    color: #161616;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}

.sap-successfactors-overview-arrow-list li {
    position: relative;
    margin-bottom: 20px;
    /* Increased gap between list items to match image */
}

.sap-successfactors-overview-arrow-list li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #1bc3d0;
    border-radius: 50%;
}

/* Image Jaisa Blue Heading Style */
.sap-successfactors-overview-blue-bold {
    color: #1c8dc0;
    font-size: 20px;
    display: block;
    margin-bottom: 4px;
    font-weight: 700 !important;
}

/* =========================================
   Section 3: CTA Banner Area
========================================= */
.sap-successfactors-overview-cta-section {
    background-color: #f4f8fa;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.sap-successfactors-overview-cta-bg {
    object-fit: cover;
    z-index: 0;
}

.sap-successfactors-overview-cta-content {
    position: relative;
    z-index: 2;
}

.sap-successfactors-overview-cta-title {
    color: #004771;
    font-size: 38px;
    line-height: 1.3;
}

.sap-successfactors-overview-cta-subtitle {
    color: #161616;
    font-size: 18px;
    font-weight: 500;

}

/* =========================================
   Section 4: Similar Case Studies
========================================= */
.sap-successfactors-overview-related-section {
    background-color: #ffffff;
}

.sap-successfactors-overview-related-title {
    color: #11181c;
    font-size: 35px;
    font-weight: 700 !important;
}

.sap-successfactors-overview-card {
    border-radius: 4px;
    overflow: hidden;
    background-color: #004771;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sap-successfactors-overview-card-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.sap-successfactors-overview-card-img {
    object-fit: cover;
    height: 300px;

}

.sap-successfactors-overview-card-tag {
    font-size: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sap-successfactors-overview-card-body {
    background-color: #004771;
}

.sap-successfactors-overview-card-title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    padding: 20px;
}

.sap-successfactors-overview-btn-view-all {
    background-color: #15a3b2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    border: none;
}

.sap-successfactors-overview-btn-view-all:hover {
    background-color: #0f8591;
    color: #ffffff;
}

/* =========================================
   MEDIA QUERIES (Big to Small)
========================================= */

/* XX-Large Devices (1400px and down) */
@media (max-width: 1400px) {
    .sap-successfactors-overview-custom-container {
        max-width: 1140px;
    }
}

/* Laptops / 1366px Screens (Instruction) */
@media (max-width: 1366px) {
    .sap-successfactors-overview-custom-container {
        max-width: 1140px;
    }
}

/* X-Large Devices / Laptops (1199px and down) */
@media (max-width: 1199px) {
    .sap-successfactors-overview-custom-container {
        max-width: 960px;
    }

    .sap-successfactors-overview-banner-title {
        font-size: 38px;
    }

    .sap-successfactors-overview-cta-title {
        font-size: 34px;
    }

    .sap-successfactors-overview-card-img {
        height: 250px;
    }
}

/* Large Devices / Tablets Landscape (991px and down) */
@media (max-width: 991px) {
    .sap-successfactors-overview-custom-container {
        max-width: 720px;
    }

    .sap-successfactors-overview-grid-container {
        grid-template-columns: repeat(3, 1fr);
        /* 3 Cols on tablet */
    }

    .sap-successfactors-overview-banner-img {
        height: 350px;
    }

    .sap-successfactors-overview-banner-title {
        font-size: 32px;
    }

    .sap-successfactors-overview-section-title {
        font-size: 28px;
    }

    .sap-successfactors-overview-cta-title {
        font-size: 30px;
    }

    .sap-successfactors-overview-card-title {
        font-size: 18px;
        padding: 15px;
    }

    .sap-successfactors-overview-bg-dots {
        width: 180px;
        top: 380px;
    }
}

/* Medium Devices / Tablets Portrait (767px and down) */
@media (max-width: 767px) {
    .sap-successfactors-overview-custom-container {
        max-width: 540px;
    }

    .sap-successfactors-overview-grid-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 Cols on mobile */
        gap: 10px;
    }

    .sap-successfactors-overview-grid-item {
        padding: 20px 10px;
    }

    .sap-successfactors-overview-grid-item img {
        height: 30px;
        margin-bottom: 10px;
    }

    .sap-successfactors-overview-banner-img {
        height: 300px;
    }

    .sap-successfactors-overview-banner-title {
        font-size: 26px;
    }

    .sap-successfactors-overview-content-container {
        padding-top: 40px;
    }

    .sap-successfactors-overview-section-title {
        font-size: 24px;
    }

    .sap-successfactors-overview-cta-title {
        font-size: 26px;
    }

    .sap-successfactors-overview-related-title {
        font-size: 26px;
    }

    .sap-successfactors-overview-card-img {
        height: 160px;
    }

    .sap-successfactors-overview-bg-dots {
        display: none;
    }
}

/* Small Devices / Phones (575px and down) */
@media (max-width: 575px) {
    .sap-successfactors-overview-custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sap-successfactors-overview-banner-title {
        font-size: 22px;
    }

    .sap-successfactors-overview-section-title {
        font-size: 22px;
    }

    .sap-successfactors-overview-paragraph,
    .sap-successfactors-overview-arrow-list,
    .sap-successfactors-overview-simple-list {
        font-size: 14px;
    }

    .sap-successfactors-overview-cta-title {
        font-size: 22px;
    }

    .sap-successfactors-overview-cta-title br {
        display: none;
    }

    .sap-successfactors-overview-related-title {
        font-size: 22px;
    }

    .sap-successfactors-overview-card-title {
        font-size: 16px;
    }

    .sap-successfactors-overview-grid-item span {
        font-size: 12px;
    }
}

/* /* =========================================================
   UX-EDA Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-eda-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-eda-banner-container {
    position: relative;
    width: 100%;
}

.ux-eda-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.2;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ux-eda-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-eda-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-eda-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-eda-layout {
        max-width: 1140px;
    }
}

.ux-eda-content {
    color: #161616;
}

.ux-eda-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-eda-date i {
    font-size: 12px;
}

.ux-eda-content h2 {
    margin: 28px 0 18px;
    color: #11181c;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}

.ux-eda-content h3 {
    margin: 35px 0 18px;
    color: #161616;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.3;
}

.ux-eda-content h4 {
    margin: 28px 0 15px;
    color: #161616;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-eda-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-eda-content ul {
    margin: 0 0 25px;
    padding-left: 22px;
    list-style: disc;
}

.ux-eda-content li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    line-height: 1.7;
}

.ux-eda-content strong {
    font-weight: 600;
}

.ux-eda-content-link-text {
    color: #ff4848 !important;
    text-decoration: underline;
}

.ux-eda-middle-image {
    margin: 40px auto;
    text-align: center;
}

.ux-eda-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.ux-eda-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-eda-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-eda-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-eda-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-eda-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-eda-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-eda-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-eda-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-eda-layout {
        grid-template-columns: 1fr;
    }

    .ux-eda-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-eda-banner-image {
        height: 250px;
    }

    .ux-eda-banner h1 {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 20px;
    }

    .ux-eda-article-section {
        padding: 40px 15px 70px;
    }

    .ux-eda-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-eda-content h2 {
        font-size: 24px;
    }

    .ux-eda-content h3 {
        font-size: 20px;
    }

    .ux-eda-content h4 {
        font-size: 18px;
    }

    .ux-eda-content p,
    .ux-eda-content li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-eda-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-eda-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-eda-featured-card strong {
        font-size: 14px;
    }
}

/* 
/* =========================================================
   UX-TTR Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-ttr-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-ttr-banner-container {
    position: relative;
    width: 100%;
}

.ux-ttr-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ux-ttr-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-ttr-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-ttr-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-ttr-layout {
        max-width: 1140px;
    }
}

.ux-ttr-content {
    color: #161616;
}

.ux-ttr-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-ttr-date i {
    font-size: 12px;
}

.ux-ttr-content h3 {
    margin: 35px 0 18px;
    color: #161616;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.ux-ttr-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-ttr-closing-text {
    margin-top: 40px !important;
    font-weight: 500;
    line-height: 1.8;
}

.ux-ttr-middle-image {
    margin: 40px auto;
    text-align: center;
}

.ux-ttr-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.ux-ttr-closing-text a {
    color: #ff4848;
    text-decoration: underline;
}

.ux-ttr-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-ttr-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-ttr-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-ttr-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-ttr-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-ttr-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-ttr-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-ttr-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-ttr-layout {
        grid-template-columns: 1fr;
    }

    .ux-ttr-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-ttr-banner-image {
        height: 250px;
    }

    .ux-ttr-banner h1 {
        font-size: 22px;
        line-height: 1.4;
    }

    .ux-ttr-article-section {
        padding: 40px 15px 70px;
    }

    .ux-ttr-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-ttr-content h3 {
        font-size: 20px;
    }

    .ux-ttr-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-ttr-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-ttr-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-ttr-featured-card strong {
        font-size: 14px;
    }
}


/* =========================================
   Base Container Styles 
========================================= */
.managed-sap-services-custom-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* =========================================
   Section 1: Hero Banner Area
========================================= */
.managed-sap-services-banner-wrapper {

    z-index: 1;
}

.managed-sap-services-banner-img {
    object-fit: cover;
    height: 450px;
}

.managed-sap-services-breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.managed-sap-services-breadcrumb .breadcrumb-item a {
    color: #f8f9fa;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 700;
}



.managed-sap-services-breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.managed-sap-services-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    /* '>' icon */
    color: #18C4D6;
}

.managed-sap-services-banner-title {
    font-size: 35px;
    line-height: 1.3;
}

.managed-sap-services-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    object-fit: cover;
    z-index: 2;
}

/* =========================================
   Section 2: Main Content Area
========================================= */
.managed-sap-services-content-container {
    padding-top: 60px;
}

.managed-sap-services-bg-dots {
    position: absolute;
    top: -140px;
    right: 0;
    width: 250px;
    pointer-events: none;
    z-index: 0;
}

.managed-sap-services-bg-dots img {
    width: 100%;
    display: block;
}

.managed-sap-services-section-title {
    color: #11181C;
    font-size: 32px;
}

.managed-sap-services-paragraph {
    color: #161616;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 500;
}

.managed-sap-services-image-block img {
    border-radius: 4px;
}

.managed-sap-services-divider {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/* Custom Bullet List */
.managed-sap-services-arrow-list {
    list-style: none;
    padding-left: 20px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
}

.managed-sap-services-arrow-list li {
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    /* Space between each point */
}

/* Creating the exact cyan blue triangle marker seen in the image */
.managed-sap-services-arrow-list li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 11px;
    width: 10px;
    height: 10px;

    border-left: 10px solid #1bc3d0;
    border-radius: 50%;
}

/* The bold blue headings within the list */
.managed-sap-services-blue-bold {
    color: #1c8dc0;
    font-size: 20px;
}

/* =========================================
   Section 3: CTA Banner Area
========================================= */
.managed-sap-services-cta-section {
    background-color: #f4f8fa;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.managed-sap-services-cta-bg {
    object-fit: cover;
    z-index: 0;
}

.managed-sap-services-cta-content {
    position: relative;
    z-index: 2;
}

.managed-sap-services-cta-title {
    color: #004771;
    font-size: 35px;
    /* Sized to match the screenshot layout */
    line-height: 1.3;
}

.managed-sap-services-cta-subtitle {
    color: #333333;
    font-size: 16px;
}

/* =========================================
   Section 4: Related Blogs and Case Studies
========================================= */
.managed-sap-services-related-section {
    background-color: #ffffff;
}

.managed-sap-services-related-title {
    color: #11181c;
    font-size: 35px;
    font-weight: 700 !important;
}

.managed-sap-services-card {
    border-radius: 4px;
    overflow: hidden;
    background-color: #004771;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.managed-sap-services-card-img-wrapper {
    width: 100%;
    overflow: hidden;
}

.managed-sap-services-card-img {
    object-fit: cover;
    height: 300px;
    transition: transform 0.5s ease;
}

.managed-sap-services-card-body {
    background-color: #004771;
}

.managed-sap-services-card-title {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    padding: 20px;
}

.managed-sap-services-btn-view-all {
    background-color: #15a3b2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    border: none;
}

.managed-sap-services-btn-view-all:hover {
    background-color: #0f8591;
    color: #ffffff;
}

/* =========================================
   MEDIA QUERIES (Big to Small)
========================================= */

/* XX-Large Devices (1400px and down) */
@media (max-width: 1400px) {
    .managed-sap-services-custom-container {
        max-width: 1140px;
    }
}

/* Laptops / 1366px Screens */
@media (max-width: 1366px) {
    .managed-sap-services-custom-container {
        max-width: 1140px;
    }
}

/* X-Large Devices / Laptops (1199px and down) */
@media (max-width: 1199px) {
    .managed-sap-services-custom-container {
        max-width: 960px;
    }

    .managed-sap-services-banner-title {
        font-size: 38px;
    }

    .managed-sap-services-cta-title {
        font-size: 30px;
    }

    .managed-sap-services-card-img {
        height: 250px;
    }
}

/* Large Devices / Tablets Landscape (991px and down) */
@media (max-width: 991px) {
    .managed-sap-services-custom-container {
        max-width: 720px;
    }

    .managed-sap-services-banner-img {
        height: 350px;
    }

    .managed-sap-services-banner-title {
        font-size: 32px;
    }

    .managed-sap-services-section-title {
        font-size: 28px;
    }

    .managed-sap-services-cta-title {
        font-size: 28px;
    }

    .managed-sap-services-card-title {
        font-size: 18px;
        padding: 15px;
    }

    .managed-sap-services-bg-dots {
        width: 180px;
        top: 380px;
    }
}

/* Medium Devices / Tablets Portrait (767px and down) */
@media (max-width: 767px) {
    .managed-sap-services-custom-container {
        max-width: 540px;
    }

    .managed-sap-services-banner-img {
        height: 300px;
    }

    .managed-sap-services-banner-title {
        font-size: 26px;
    }

    .managed-sap-services-content-container {
        padding-top: 40px;
    }

    .managed-sap-services-section-title {
        font-size: 24px;
    }

    .managed-sap-services-cta-title {
        font-size: 24px;
    }

    .managed-sap-services-related-title {
        font-size: 26px;
    }

    .managed-sap-services-card-img {
        height: 220px;
    }

    .managed-sap-services-bg-dots {
        display: none;
    }
}

/* Small Devices / Phones (575px and down) */
@media (max-width: 575px) {
    .managed-sap-services-custom-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .managed-sap-services-banner-title {
        font-size: 22px;
    }

    .managed-sap-services-section-title {
        font-size: 22px;
    }

    .managed-sap-services-paragraph,
    .managed-sap-services-arrow-list {
        font-size: 14px;
    }

    .managed-sap-services-cta-title {
        font-size: 22px;
    }

    .managed-sap-services-cta-title br {
        display: none;
    }

    .managed-sap-services-related-title {
        font-size: 22px;
    }

    .managed-sap-services-card-title {
        font-size: 16px;
    }
}

/* /* =========================================================
   UX-SPT Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-spt-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-spt-banner-container {
    position: relative;
    width: 100%;
}

.ux-spt-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.ux-spt-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-spt-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-spt-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-spt-layout {
        max-width: 1140px;
    }
}

.ux-spt-content {
    color: #161616;
}

.ux-spt-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-spt-date i {
    font-size: 12px;
}

.ux-spt-content h3 {
    margin: 35px 0 18px;
    color: #161616;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.ux-spt-content a {
    color: #ff4848;
}

.ux-spt-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-spt-content ul {
    margin: 0 0 25px;
    padding-left: 22px;
    list-style: disc;
}

.ux-spt-content li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    line-height: 1.7;
}

.ux-spt-content strong {
    font-weight: 600;
}

.ux-spt-closing-text {
    margin-top: 40px !important;
    font-weight: 500;
    line-height: 1.8;
}

.ux-spt-middle-image {
    margin: 40px auto;
    text-align: center;
}

.ux-spt-middle-image img {
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.ux-spt-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-spt-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-spt-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-spt-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-spt-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-spt-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-spt-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-spt-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-spt-layout {
        grid-template-columns: 1fr;
    }

    .ux-spt-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-spt-banner-image {
        height: 250px;
    }

    .ux-spt-banner h1 {
        font-size: 22px;
        line-height: 1.4;
        padding-top: 60px;
    }

    .ux-spt-article-section {
        padding: 40px 15px 70px;
    }

    .ux-spt-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-spt-content h3 {
        font-size: 20px;
    }

    .ux-spt-content p,
    .ux-spt-content li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-spt-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-spt-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-spt-featured-card strong {
        font-size: 14px;
    }
}


/* /* =========================================================
   UX-SBP Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-sbp-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-sbp-banner-container {
    position: relative;
    width: 100%;
}

.ux-sbp-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.5;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.2s;
}


.ux-sbp-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-sbp-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-sbp-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-sbp-layout {
        max-width: 1140px;
    }
}

.ux-sbp-content {
    color: #161616;
}

.ux-sbp-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-sbp-date i {
    font-size: 12px;
}

.ux-sbp-content a {
    color: #ff4848 !important;
    text-decoration: underline !important;
}

.ux-sbp-content h2 {
    margin: 35px 0 18px;
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.ux-sbp-content h3 {
    margin: 35px 0 18px;
    color: #161616;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.ux-sbp-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-sbp-content ul {
    margin: 0 0 25px;
    padding-left: 22px;
    list-style: disc;
}

.ux-sbp-content li {
    margin-bottom: 15px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
}

.ux-sbp-content strong {
    font-weight: 600;
}

.ux-sbp-middle-image {
    margin: 40px auto;
    text-align: center;
}

.ux-sbp-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.ux-sbp-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-sbp-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-sbp-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-sbp-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-sbp-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-sbp-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-sbp-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-sbp-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-sbp-layout {
        grid-template-columns: 1fr;
    }

    .ux-sbp-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-sbp-banner-image {
        height: 250px;
    }

    .ux-sbp-banner h1 {
        font-size: 22px;
        line-height: 1.4;
        padding-top: 60px;
    }

    .ux-sbp-article-section {
        padding: 40px 15px 70px;
    }

    .ux-sbp-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-sbp-content h3 {
        font-size: 20px;
    }

    .ux-sbp-content p,
    .ux-sbp-content li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-sbp-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-sbp-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-sbp-featured-card strong {
        font-size: 14px;
    }
}

/* =========================================================
  insights-into-canadian-payroll-processing-complexities
========================================================= */

/* =========================================================
   Base Container Styles (Custom Constraints)
========================================================= */
.canadian-payroll-processing-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.canadian-payroll-processing-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 414px;
    background-color: #0F1B2D;
    /* Dark Blue */
    display: flex;
    align-items: center;
}

.canadian-payroll-processing-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
}

.canadian-payroll-processing-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.canadian-payroll-processing-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.canadian-payroll-processing-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.canadian-payroll-processing-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

/* =========================================================
   2. MAIN LAYOUT & ARTICLE CONTENT (CSS Grid)
========================================================= */
.canadian-payroll-processing-main-section {
    background: #ffffff;
    padding: 70px 0 100px;
}

/* CSS Grid applied for Layout */
.canadian-payroll-processing-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    /* Content takes remaining space, Sidebar fixed to 340px */
    gap: 70px;
    align-items: start;
}

/* Article Styling */
.canadian-payroll-processing-article-content {
    color: #333333;
}

.canadian-payroll-processing-date {
    color: #004771;
    /* Integritty Blue */
    font-size: 14px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.canadian-payroll-processing-article-content h2 {
    color: #11181c;
    font-size: 27px;
    font-weight: 800;
    margin: 40px 0 20px;
    line-height: 1.3;
}

/* H3 specific to sub-titles in image */
.canadian-payroll-processing-article-content h3 {
    color: #11181c;
    font-size: 20px;
    font-weight: 800;
    margin: 25px 0 15px;
}

.canadian-payroll-processing-article-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 500;
    color: #161616;
    padding-top: 10px;

}

.canadian-payroll-processing-text-link {
    color: #e55353;
    /* Redish color seen in image */
    text-decoration: underline;
    font-weight: 500;
}

.canadian-payroll-processing-bullet-list {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    list-style: disc;
}

.canadian-payroll-processing-bullet-list li {
    margin-bottom: 12px;
}

/* =========================================================
   3. SIDEBAR SECTION CSS 
========================================================= */
.canadian-payroll-processing-sidebar {
    width: 100%;
}

.canadian-payroll-processing-sidebar-title {
    font-size: 15px;
    font-weight: 600;
    color: #11181c;
    border-bottom: 2px solid #161616;
    display: inline-block;
    /* Adjust border to text width */
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 150px;

}

.canadian-payroll-processing-featured-card {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    align-items: flex-start;
    transition: transform 0.2s ease;
}

.canadian-payroll-processing-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.canadian-payroll-processing-featured-card span {
    display: flex;
    flex-direction: column;
}

.canadian-payroll-processing-featured-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #161616;
    margin-bottom: 8px;
    transition: color 0.2s ease;
    font-weight: 500;
}


.canadian-payroll-processing-featured-card p:hover {
    color: #18c4d6;
}

.canadian-payroll-processing-main-section h4 {
    font-weight: 900 !important;
    font-size: 15px;
    color: #161616;
}

.canadian-payroll-processing-featured-card:hover strong {
    color: #1bc3d0;
    /* Highlight color on hover */
}

.canadian-payroll-processing-featured-card small {
    font-size: 11px;
    color: #888888;
    font-weight: 500;
}



/* =========================================================
   MEDIA QUERIES (Big to Small)
========================================================= */

/* Extra Large */
@media (max-width: 1400px) {
    .canadian-payroll-processing-container {
        max-width: 1140px;
    }
}

/* Laptop (1366px screen instruction) */
@media (max-width: 1366px) {
    .canadian-payroll-processing-container {
        max-width: 1140px;
    }

    .canadian-payroll-processing-layout {
        gap: 50px;
        /* Reduce gap slightly */
    }
}

/* Laptops */
@media (max-width: 1199px) {
    .canadian-payroll-processing-container {
        max-width: 960px;
    }

    .canadian-payroll-processing-layout {
        grid-template-columns: 1fr 300px;
        /* Shrink sidebar */
        gap: 40px;
    }

    .canadian-payroll-processing-hero {
        min-height: 360px;
    }

    .canadian-payroll-processing-hero-content h1 {
        font-size: 34px;
    }
}

/* Tablets (Portrait & Landscape) */
@media (max-width: 991px) {
    .canadian-payroll-processing-container {
        max-width: 720px;
    }

    /* Switch from 2 columns to 1 column stack */
    .canadian-payroll-processing-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .canadian-payroll-processing-hero {
        min-height: 340px;
    }

    .canadian-payroll-processing-hero-content h1 {
        font-size: 30px;
    }
}

/* Mobile Phones */
@media (max-width: 767px) {
    .canadian-payroll-processing-container {
        max-width: 540px;
    }

    .canadian-payroll-processing-main-section {
        padding: 50px 0 70px;
    }

    .canadian-payroll-processing-hero {
        min-height: 300px;
    }

    .canadian-payroll-processing-hero-content h1 {
        font-size: 26px;
    }

    .canadian-payroll-processing-article-content h2 {
        font-size: 20px;
    }
}

/* Small Mobile Phones */
@media (max-width: 575px) {
    .canadian-payroll-processing-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .canadian-payroll-processing-article-content p,
    .canadian-payroll-processing-bullet-list {
        font-size: 14px;
    }

    .canadian-payroll-processing-featured-card {
        flex-direction: row;
        /* Keeping row layout as thumbnail is small */
        gap: 15px;
    }

    .canadian-payroll-processing-featured-card img {
        width: 90px;
        height: 65px;
    }
}


/* /* =========================================================
   UX-SFE Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-sfe-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-sfe-banner-container {
    position: relative;
    width: 100%;
}

.ux-sfe-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ux-sfe-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-sfe-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-sfe-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-sfe-layout {
        max-width: 1140px;
    }
}

.ux-sfe-content {
    color: #161616;
}

.ux-sfe-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-sfe-date i {
    font-size: 12px;
}

.ux-sfe-content h3 {
    margin: 35px 0 18px;
    color: #161616;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}

.ux-sfe-content span {
    font-weight: 500 !important;
}

.ux-sfe-content a {

    color: #ff4848 !important;
    text-decoration: underline !important
}


.ux-sfe-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-sfe-content strong {
    font-weight: 700;
}

.ux-sfe-middle-image {
    margin: 40px auto;
    text-align: center;
}

.ux-sfe-middle-image img {
    display: block;
    width: 100%;
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.ux-sfe-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-sfe-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-sfe-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-sfe-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-sfe-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-sfe-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-sfe-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-sfe-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-sfe-layout {
        grid-template-columns: 1fr;
    }

    .ux-sfe-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-sfe-banner-image {
        height: 250px;
    }

    .ux-sfe-banner h1 {
        font-size: 14px;
        line-height: 1.4;
        padding-top: 60px;
    }

    .ux-sfe-article-section {
        padding: 40px 15px 70px;
    }

    .ux-sfe-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-sfe-content h3 {
        font-size: 20px;
    }

    .ux-sfe-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-sfe-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-sfe-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-sfe-featured-card strong {
        font-size: 14px;
    }
}


/* /* =========================================================
   UX-SPM Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-spm-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-spm-banner-container {
    position: relative;
    width: 100%;
}

.ux-spm-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ux-spm-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-spm-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-spm-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-spm-layout {
        max-width: 1140px;
    }
}

.ux-spm-content {
    color: #161616;
}

.ux-spm-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-spm-date i {
    font-size: 12px;
}

.ux-spm-content h3 {
    margin: 38px 0 18px;
    color: #161616;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.ux-spm-content h4 {
    margin: 28px 0 12px;
    color: #161616;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.ux-spm-content p {
    margin: 0 0 20px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-spm-content ul {
    margin: 0 0 25px;
    padding-left: 22px;
    list-style: disc;
}

.ux-spm-content li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
}

.ux-spm-conclusion-text {
    margin-top: 35px !important;
    font-weight: 500;
}

.ux-spm-middle-image {
    margin: 45px auto;
    text-align: center;
}

.ux-spm-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.ux-spm-content a {
    color: #ff4848;
    text-decoration: underline;
}

.ux-spm-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-spm-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-spm-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-spm-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-spm-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-spm-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-spm-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-spm-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-spm-layout {
        grid-template-columns: 1fr;
    }

    .ux-spm-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-spm-banner-image {
        height: 250px;
    }

    .ux-spm-banner h1 {
        font-size: 22px;
        line-height: 1.4;
    }

    .ux-spm-article-section {
        padding: 40px 15px 70px;
    }

    .ux-spm-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-spm-content h3 {
        font-size: 20px;
    }

    .ux-spm-content h4 {
        font-size: 16px;
    }

    .ux-spm-content p,
    .ux-spm-content li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-spm-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-spm-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-spm-featured-card strong {
        font-size: 14px;
    }
}


/* /* =========================================================
   UX-SYD Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-syd-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-syd-banner-container {
    position: relative;
    width: 100%;
}

.ux-syd-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.4;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ux-syd-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-syd-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-syd-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-syd-layout {
        max-width: 1140px;
    }
}

.ux-syd-content {
    color: #161616;
}

.ux-syd-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-syd-date i {
    font-size: 12px;
}

.ux-syd-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-syd-vulnerability-list,
.ux-syd-steps-list {
    margin: 0 0 30px;
    padding-left: 24px;
    list-style: decimal;
}

.ux-syd-vulnerability-list li,
.ux-syd-steps-list li {
    margin-bottom: 5px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 5px;
}

.ux-syd-transition-text {
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    font-weight: 500;
}

.ux-syd-final-text {
    margin-top: 35px !important;
    line-height: 1.8;
}

.ux-syd-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-syd-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-syd-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-syd-content a {
    color: #ff4848;
    font-weight: 800;
}

.ux-syd-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-syd-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-syd-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-syd-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-syd-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-syd-layout {
        grid-template-columns: 1fr;
    }

    .ux-syd-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-syd-banner-image {
        height: 250px;
    }

    .ux-syd-banner h1 {
        font-size: 20px;
        line-height: 1.4;
        padding-top: 60px;

    }

    .ux-syd-article-section {
        padding: 40px 15px 70px;
    }

    .ux-syd-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-syd-content p,
    .ux-syd-vulnerability-list li,
    .ux-syd-steps-list li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-syd-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-syd-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-syd-featured-card strong {
        font-size: 14px;
    }
}

/* =========================================================
streamlined-group-reporting-with-sap-s-4hana
========================================================= */

/* =========================================================
   Base Container Styles (Custom Constraints)
========================================================= */
.sap-group-reporting-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.sap-group-reporting-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 414px;
    background-color: #0F1B2D;
    /* Dark Blue from Integritty */
    display: flex;
    align-items: center;
}

.sap-group-reporting-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
}

.sap-group-reporting-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sap-group-reporting-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.sap-group-reporting-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.sap-group-reporting-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

/* =========================================================
   2. MAIN LAYOUT & ARTICLE CONTENT (CSS Grid)
========================================================= */
.sap-group-reporting-main-section {
    background: #ffffff;
    padding: 70px 0 100px;
}

/* CSS Grid applied for Layout */
.sap-group-reporting-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    /* Left content takes space, Right sidebar is fixed */
    gap: 70px;
    align-items: start;
}

/* Article Text Styling */
.sap-group-reporting-article-content {
    color: #333333;
}

.sap-group-reporting-date {
    color: #004771;
    /* Blue Date Icon */
    font-size: 14px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.sap-group-reporting-article-content h2 {
    color: #11181c;
    font-size: 15px;
    font-weight: 800;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.sap-group-reporting-article-content h3 {
    color: #11181c;
    font-size: 16px;
    font-weight: 900;
    margin: 35px 0 15px;
}

.sap-group-reporting-article-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 500;
    color: #161616;
}

/* In-Content Images */
.sap-group-reporting-content-img {
    width: 100%;
    height: auto;
    margin: 25px 0;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.sap-group-reporting-chatgpt-icon {
    width: 45px;
    height: auto;
    margin: 20px 0 5px 0;
    display: block;
}

.sap-group-reporting-text-link {
    color: #e55353;
    /* Red highlight link */
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

.sap-group-reporting-text-link:hover {
    color: #d43f3f;
}

/* Lists */
.sap-group-reporting-bullet-list {
    padding-left: 20px;
    margin-bottom: 25px;
    color: #161616;
    font-size: 15px;
    line-height: 1.5;
    list-style: disc;
    font-weight: 500;
}

.sap-group-reporting-bullet-list li {
    margin-bottom: 12px;
}

.sap-group-reporting-number-list {
    padding-left: 20px;
    margin-bottom: 25px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
}

.sap-group-reporting-number-list li {
    margin-bottom: 12px;
}

/* =========================================================
   3. SIDEBAR SECTION CSS 
========================================================= */
.sap-group-reporting-sidebar {
    width: 100%;
}

.sap-group-reporting-sidebar-title {
    font-size: 15px;
    font-weight: 700;
    color: #11181c;
    border-bottom: 2px solid #161616;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;

    width: 150px;
}

.sap-group-reporting-featured-card {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    align-items: flex-start;
    transition: transform 0.2s ease;
}

.sap-group-reporting-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sap-group-reporting-featured-card span {
    display: flex;
    flex-direction: column;
}

.sap-group-reporting-featured-card strong {
    font-size: 15px;
    line-height: 1.6;
    color: #161616;
    margin-bottom: 8px;
    transition: color 0.2s ease;
    font-weight: 500;
}

.sap-group-reporting-featured-card:hover strong {
    color: #1bc3d0;
}

.sap-group-reporting-featured-card small {
    font-size: 11px;
    color: #888888;
    font-weight: 500;
}


/* =========================================================
   MEDIA QUERIES (Big to Small)
========================================================= */

/* Extra Large */
@media (max-width: 1400px) {
    .sap-group-reporting-container {
        max-width: 1140px;
    }
}

/* Laptop Constraints */
@media (max-width: 1366px) {
    .sap-group-reporting-container {
        max-width: 1140px;
    }

    .sap-group-reporting-layout {
        gap: 50px;
    }
}

/* Laptops */
@media (max-width: 1199px) {
    .sap-group-reporting-container {
        max-width: 960px;
    }

    .sap-group-reporting-layout {
        grid-template-columns: 1fr 300px;
        gap: 40px;
    }

    .sap-group-reporting-hero {
        min-height: 360px;
    }

    .sap-group-reporting-hero-content h1 {
        font-size: 34px;
    }
}

/* Tablets (Portrait & Landscape) */
@media (max-width: 991px) {
    .sap-group-reporting-container {
        max-width: 720px;
    }

    /* Switch from 2 columns to 1 column stack on Tablet */
    .sap-group-reporting-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .sap-group-reporting-hero {
        min-height: 340px;
    }

    .sap-group-reporting-hero-content h1 {
        font-size: 30px;
    }
}

/* Mobile Phones */
@media (max-width: 767px) {
    .sap-group-reporting-container {
        max-width: 540px;
    }

    .sap-group-reporting-main-section {
        padding: 50px 0 70px;
    }

    .sap-group-reporting-hero {
        min-height: 300px;
    }

    .sap-group-reporting-hero-content h1 {
        font-size: 26px;
    }

    .sap-group-reporting-article-content h2 {
        font-size: 20px;
    }
}

/* Small Mobile Phones */
@media (max-width: 575px) {
    .sap-group-reporting-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sap-group-reporting-article-content p,
    .sap-group-reporting-bullet-list,
    .sap-group-reporting-number-list {
        font-size: 14px;
    }

    .sap-group-reporting-featured-card {
        flex-direction: row;
        gap: 15px;
    }

    .sap-group-reporting-featured-card img {
        width: 90px;
        height: 65px;
    }
}


/* /* =========================================================
   UX-MSH Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-msh-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-msh-banner-container {
    position: relative;
    width: 100%;
}

.ux-msh-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ux-msh-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 0 40px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-msh-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-msh-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-msh-layout {
        max-width: 1140px;
    }
}

.ux-msh-content {
    color: #161616;
}

.ux-msh-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-msh-date i {
    font-size: 12px;
}

.ux-msh-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-msh-questions-list {
    margin: 0 0 30px;
    padding-left: 22px;
    list-style: disc;
}

.ux-msh-questions-list li {
    margin-bottom: 14px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-msh-considerations-list {
    margin: 0 0 30px;
    padding-left: 22px;
    list-style: decimal;
}

.ux-msh-considerations-list li {
    margin-bottom: 14px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-msh-inline-image {
    margin: 45px auto;
    text-align: center;
}

.ux-msh-inline-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
}

.ux-msh-conclusion-text {
    margin-top: 35px !important;
    font-weight: 500;
}

.ux-msh-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-msh-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-msh-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-msh-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-msh-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-msh-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-msh-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-msh-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-msh-layout {
        grid-template-columns: 1fr;
    }

    .ux-msh-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-msh-banner-image {
        height: 250px;
    }

    .ux-msh-banner h1 {
        font-size: 14px;
        line-height: 1.4;
        padding: 0 20px;
    }

    .ux-msh-article-section {
        padding: 40px 15px 70px;
    }

    .ux-msh-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-msh-content p,
    .ux-msh-questions-list li,
    .ux-msh-considerations-list li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-msh-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-msh-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-msh-featured-card strong {
        font-size: 14px;
    }
}

/* /* =========================================================
   UX-IAL Stylesheet (Unique Prefix Layering)
========================================================= --}} */

.ux-ial-banner {
    width: 100%;
    background: #0d233a;
    overflow: hidden;
}

.ux-ial-banner-container {
    position: relative;
    width: 100%;
}

.ux-ial-banner-image {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
    opacity: 0.2;
    mix-blend-mode: color-dodge;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ux-ial-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-ial-article-section {
    padding: 58px 20px 90px;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

.ux-ial-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {
    .ux-ial-layout {
        max-width: 1140px;
    }
}

.ux-ial-content {
    color: #161616;
}

.ux-ial-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 42px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-ial-date i {
    font-size: 12px;
}

.ux-ial-content h3 {
    margin: 38px 0 18px;
    color: #161616;
    font-size: 27px !important;
    font-weight: 500;
    line-height: 1.4;
}

.ux-ial-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-ial-roman-list {
    margin: 0 0 25px;
    padding-left: 22px;
    list-style-type: lower-roman;
}

.ux-ial-roman-list li {
    margin-bottom: 10px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
}

.ux-ial-criteria-list {
    margin: 0 0 25px;
    padding-left: 22px;
    list-style-type: disc;
}

.ux-ial-criteria-list li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
}

.ux-ial-inner-image {
    margin: 45px auto;
    text-align: center;
}

.ux-ial-inner-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.ux-ial-risk-query {
    margin-top: 45px !important;
    font-size: 21px !important;
    line-height: 1.5 !important;
}

.ux-ial-sidebar {
    align-self: start;
    padding-top: 25px;
}

.ux-ial-sidebar>h2 {
    width: 150px;
    margin: 0 0 42px;
    padding-bottom: 12px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-ial-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 34px;
    color: #26323d;
    text-decoration: none;
}

.ux-ial-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-ial-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.ux-ial-featured-card small {
    display: block;
    margin-top: 8px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-ial-featured-card:hover strong {
    color: #18aebe;
}

/* ==========================
   Responsive Adaptations
========================== */

@media (max-width: 1199px) {
    .ux-ial-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-ial-layout {
        grid-template-columns: 1fr;
    }

    .ux-ial-sidebar {
        padding-top: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .ux-ial-banner-image {
        height: 250px;
    }

    .ux-ial-banner h1 {
        font-size: 22px;
        line-height: 1.4;
        padding: 0 20px;
    }

    .ux-ial-article-section {
        padding: 40px 15px 70px;
    }

    .ux-ial-date {
        margin-bottom: 28px;
        font-size: 14px;
    }

    .ux-ial-content h3 {
        font-size: 20px;
    }

    .ux-ial-risk-query {
        font-size: 18px !important;
    }

    .ux-ial-content p,
    .ux-ial-roman-list li,
    .ux-ial-criteria-list li {
        font-size: 14px;
        line-height: 1.8;
    }

    .ux-ial-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 16px;
    }

    .ux-ial-featured-card img {
        width: 120px;
        height: 70px;
    }

    .ux-ial-featured-card strong {
        font-size: 14px;
    }
}


/* =========================================================
analytics-barriers
========================================================= */

/* =========================================================
   Base Container Styles (Custom Constraints)
========================================================= */
.analytics-barriers-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.analytics-barriers-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 414px;
    background-color: #0F1B2D;
    /* Dark Blue from Integritty */
    display: flex;
    align-items: center;
}

.analytics-barriers-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
}

.analytics-barriers-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.analytics-barriers-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.analytics-barriers-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.analytics-barriers-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

/* =========================================================
   2. MAIN LAYOUT & ARTICLE CONTENT (CSS Grid)
========================================================= */
.analytics-barriers-main-section {
    background: #ffffff;
    padding: 70px 0 100px;
}

/* CSS Grid applied for Layout */
.analytics-barriers-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    /* Left content takes space, Right sidebar is fixed */
    gap: 70px;
    align-items: start;
}

/* Article Text Styling */
.analytics-barriers-article-content {
    color: #333333;
}

.analytics-barriers-date {
    color: #004771;
    /* Blue Date Icon */
    font-size: 14px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.analytics-barriers-article-content h2 {
    color: #11181c;
    font-size: 15px;
    font-weight: 800;
    margin: 40px 0 20px;
    line-height: 1.3;
}

.analytics-barriers-article-content h3 {
    color: #11181c;
    font-size: 16px;
    font-weight: 700;
    margin: 35px 0 15px;
}

.analytics-barriers-article-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 500;
    color: #161616;
}

/* Quote / Highlight Box */
.analytics-barriers-highlight-box {
    background: #f3f3f3;
    border-left: 3px solid #161616;
    padding: 20px 22px;
    margin: 25px 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    color: #161616;
}

/* In-Content Images */
.analytics-barriers-content-img {
    width: 100%;
    height: auto;
    margin: 25px 0;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.analytics-barriers-chatgpt-icon {
    width: 45px;
    height: auto;
    margin: 20px 0 5px 0;
    display: block;
}

.analytics-barriers-text-link {
    color: #e55353;
    /* Red highlight link */
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s ease;
}

.analytics-barriers-text-link:hover {
    color: #d43f3f;
}

/* Lists */
.analytics-barriers-bullet-list {
    padding-left: 20px;
    margin-bottom: 25px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
    list-style: disc;
    font-weight: 500;
}

.analytics-barriers-bullet-list li {
    margin-bottom: 12px;
}

.analytics-barriers-number-list {
    padding-left: 20px;
    margin-bottom: 25px;
    color: #161616;
    font-size: 15px;
    line-height: 1.8;
}

.analytics-barriers-number-list li {
    margin-bottom: 12px;
}

/* =========================================================
   3. SIDEBAR SECTION CSS 
========================================================= */
.analytics-barriers-sidebar {
    width: 100%;
}

.analytics-barriers-sidebar-title {
    font-size: 15px;
    font-weight: 700;
    color: #11181c;
    border-bottom: 2px solid #161616;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 150px;
}

.analytics-barriers-featured-card {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    align-items: flex-start;
    transition: transform 0.2s ease;
}

.analytics-barriers-featured-card img {
    width: 160px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.analytics-barriers-featured-card span {
    display: flex;
    flex-direction: column;
}

.analytics-barriers-featured-card strong {
    font-size: 15px;
    line-height: 1.6;
    color: #161616;
    margin-bottom: 8px;
    transition: color 0.2s ease;
    font-weight: 500;
}

.analytics-barriers-featured-card:hover strong {
    color: #1bc3d0;
}

.analytics-barriers-featured-card small {
    font-size: 11px;
    color: #888888;
    font-weight: 500;
}

/* =========================================================
   MEDIA QUERIES (Big to Small)
========================================================= */

/* Extra Large */
@media (max-width: 1400px) {
    .analytics-barriers-container {
        max-width: 1140px;
    }
}

/* Laptop Constraints */
@media (max-width: 1366px) {
    .analytics-barriers-container {
        max-width: 1140px;
    }

    .analytics-barriers-layout {
        gap: 50px;
    }
}

/* Laptops */
@media (max-width: 1199px) {
    .analytics-barriers-container {
        max-width: 960px;
    }

    .analytics-barriers-layout {
        grid-template-columns: 1fr 300px;
        gap: 40px;
    }

    .analytics-barriers-hero {
        min-height: 360px;
    }

    .analytics-barriers-hero-content h1 {
        font-size: 34px;
    }
}

/* Tablets (Portrait & Landscape) */
@media (max-width: 991px) {
    .analytics-barriers-container {
        max-width: 720px;
    }

    /* Switch from 2 columns to 1 column stack on Tablet */
    .analytics-barriers-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .analytics-barriers-hero {
        min-height: 340px;
    }

    .analytics-barriers-hero-content h1 {
        font-size: 30px;
    }
}

/* Mobile Phones */
@media (max-width: 767px) {
    .analytics-barriers-container {
        max-width: 540px;
    }

    .analytics-barriers-main-section {
        padding: 50px 0 70px;
    }

    .analytics-barriers-hero {
        min-height: 300px;
    }

    .analytics-barriers-hero-content h1 {
        font-size: 26px;
    }

    .analytics-barriers-article-content h2 {
        font-size: 20px;
    }
}

/* Small Mobile Phones */
@media (max-width: 575px) {
    .analytics-barriers-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .analytics-barriers-article-content p,
    .analytics-barriers-bullet-list,
    .analytics-barriers-number-list {
        font-size: 14px;
    }

    .analytics-barriers-featured-card {
        flex-direction: row;
        gap: 15px;
    }

    .analytics-barriers-featured-card img {
        width: 90px;
        height: 65px;
        object-fit: contain;
    }
}

/* =========================================================
   sap-fiori-security - COMPLETE CSS
========================================================= */

/* =========================================================
   Base Container Styles
========================================================= */
.sap-fiori-security-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.sap-fiori-security-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 414px;
    background-color: #0F1B2D;
    display: flex;
    align-items: center;
}

.sap-fiori-security-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.66;
    mix-blend-mode: color-dodge;
}

.sap-fiori-security-img-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sap-fiori-security-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #0F1B2D;
}

.sap-fiori-security-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.sap-fiori-security-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

/* =========================================================
   sap-fiori-security - ONLY DESIGN / IMAGE FIX
   Paste this CSS at the END of your existing CSS
========================================================= */

.sap-fiori-security-date {
    margin-bottom: 40px;
    color: #004771;
    font-size: 15px !important;
}

.sap-fiori-security-main-section {
    background: #ffffff !important;
    padding: 65px 0 95px !important;
}

.sap-fiori-security-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

.sap-fiori-security-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 840px) 300px !important;
    gap: 70px !important;
    align-items: start !important;
}

.sap-fiori-security-article-content {
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
}

.sap-fiori-security-article-content p {
    font-size: 15px !important;
    line-height: 1.78 !important;
    margin-bottom: 22px !important;
    font-weight: 500 !important;
    color: #161616 !important;
}

.sap-fiori-security-heading-black {
    color: #11181c !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 24px 0 16px !important;
}

.sap-fiori-security-sub-title {
    color: #11181c !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0 0 18px !important;
}

.sap-fiori-security-bullet-list {
    padding-left: 22px !important;
    margin: 0 0 38px !important;
    color: #161616 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    font-weight: 500 !important;
    list-style-type: disc !important;
}

.sap-fiori-security-bullet-list li {
    margin-bottom: 8px !important;
}

/* =========================================================
   Common side by side section design
========================================================= */

.sap-fiori-security-sbs {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 360px !important;
    gap: 42px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 24px 0 42px !important;
    clear: both !important;
}

.sap-fiori-security-sbs-text {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: unset !important;
}

.sap-fiori-security-sbs-image {
    width: 100% !important;
    max-width: none !important;
    flex: unset !important;
    text-align: center !important;
}

.sap-fiori-security-sbs-image img,
.sap-fiori-security-center-img,
.sap-fiori-security-center-img-small {
    display: block !important;
    height: auto !important;
    object-fit: contain !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* =========================================================
   Image 1: Basic Elements of Fiori
========================================================= */

.sap-fiori-security-row-basic-elements {
    grid-template-columns: 330px minmax(0, 1fr) !important;
    gap: 48px !important;
    align-items: center !important;
    margin-top: 20px !important;
    margin-bottom: 28px !important;
}

.sap-fiori-security-img-basic-elements {
    width: 100% !important;
    max-width: 390px !important;
}

/* =========================================================
   Image 2: Category of Fiori Apps
========================================================= */

.sap-fiori-security-img-app-types {
    width: 100% !important;
    max-width: 740px !important;
    margin: 20px 0 0 0 !important;
}

/* =========================================================
   Image 3: Relationship Mapping
========================================================= */

.sap-fiori-security-img-launchpad-flow {
    width: 100% !important;
    max-width: 560px !important;
    margin: 34px auto 44px !important;
}

/* =========================================================
   Scenario Images
========================================================= */

.sap-fiori-security-row-scenario-one,
.sap-fiori-security-row-scenario-three {
    grid-template-columns: minmax(0, 1fr) 330px !important;
    gap: 44px !important;
    align-items: start !important;
    margin: 25px 0 40px !important;
}

.sap-fiori-security-row-scenario-two {
    grid-template-columns: 350px minmax(0, 1fr) !important;
    gap: 48px !important;
    align-items: start !important;
    margin: 10px 0 40px !important;
}

.sap-fiori-security-img-scenario-one,
.sap-fiori-security-img-scenario-two,
.sap-fiori-security-img-scenario-three {
    width: 100% !important;
    max-width: 330px !important;
}

.sap-fiori-security-row-scenario-one .sap-fiori-security-heading-black,
.sap-fiori-security-row-scenario-two .sap-fiori-security-heading-black,
.sap-fiori-security-row-scenario-three .sap-fiori-security-heading-black {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

.sap-fiori-security-row-scenario-one p,
.sap-fiori-security-row-scenario-two p,
.sap-fiori-security-row-scenario-three p {
    margin-bottom: 16px !important;
}

/* =========================================================
   Fiori On-Premise intro text
========================================================= */

.sap-fiori-security-text-onpremise {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 20px !important;
}

/* =========================================================
   On-Premise Architecture image right side
========================================================= */

.sap-fiori-security-row-front-role {
    grid-template-columns: minmax(0, 1fr) 430px !important;
    gap: 48px !important;
    align-items: start !important;
    margin: 28px 0 48px !important;
}

.sap-fiori-security-img-front-role {
    width: 100% !important;
    max-width: 420px !important;
}

/* =========================================================
   Hybrid Scenario image right side
========================================================= */

.sap-fiori-security-row-back-role {
    grid-template-columns: minmax(0, 1fr) 370px !important;
    gap: 48px !important;
    align-items: start !important;
    margin: 35px 0 48px !important;
}

.sap-fiori-security-img-back-role {
    width: 100% !important;
    max-width: 360px !important;
}

/* =========================================================
   Fiori On-cloud Architecture image
========================================================= */

.sap-fiori-security-row-odata {
    grid-template-columns: 260px minmax(0, 1fr) !important;
    gap: 40px !important;
    align-items: end !important;
    margin: 30px 0 20px !important;
}

.sap-fiori-security-row-odata .sap-fiori-security-text-odata {
    align-self: end !important;
}

.sap-fiori-security-img-odata {
    width: 100% !important;
    max-width: 520px !important;
}

/* =========================================================
   Last On-cloud / Security image
========================================================= */

.sap-fiori-security-img-box-onpremise {
    width: 100% !important;
    max-width: 560px !important;
    margin: 28px auto 38px !important;
    text-align: center !important;
}

.sap-fiori-security-img-onpremise {
    width: 100% !important;
    max-width: 560px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.sap-fiori-security-sidebar {
    width: 100% !important;
}

.sap-fiori-security-sidebar-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #11181c !important;
    border-bottom: 2px solid #161616 !important;
    display: inline-block !important;
    padding-bottom: 10px !important;
    margin-bottom: 30px !important;
    width: 150px;
}

.sap-fiori-security-featured-card {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
    text-decoration: none !important;
    align-items: flex-start !important;
    transition: transform 0.2s ease !important;
}

.sap-fiori-security-featured-img {
    width: 150px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    flex: unset !important;
}

.sap-fiori-security-featured-card span {
    display: flex !important;
    flex-direction: column !important;
}

.sap-fiori-security-featured-card strong {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #11181c !important;
    margin-bottom: 8px !important;
    transition: color 0.2s ease !important;
    font-weight: 600 !important;
}

.sap-fiori-security-featured-card:hover strong {
    color: #1bc3d0 !important;
}

.sap-fiori-security-featured-card small {
    font-size: 11px !important;
    color: #888888 !important;
    font-weight: 500 !important;
}

@media (max-width: 575px) {
    .sap-fiori-security-featured-card {
        gap: 12px !important;
    }

    .sap-fiori-security-featured-img {
        width: 85px !important;
        height: 60px !important;
    }
}

/* =========================================================
   Responsive Fix - FINAL
========================================================= */

@media (max-width: 1366px) {
    .sap-fiori-security-container {
        max-width: 1140px !important;
    }

    .sap-fiori-security-layout {
        grid-template-columns: minmax(0, 780px) 300px !important;
        gap: 60px !important;
    }

    .sap-fiori-security-img-app-types {
        max-width: 720px !important;
    }

    .sap-fiori-security-img-launchpad-flow {
        max-width: 540px !important;
    }

    .sap-fiori-security-row-front-role {
        grid-template-columns: minmax(0, 1fr) 390px !important;
        gap: 42px !important;
    }

    .sap-fiori-security-img-front-role {
        max-width: 390px !important;
    }

    .sap-fiori-security-row-back-role {
        grid-template-columns: minmax(0, 1fr) 350px !important;
        gap: 42px !important;
    }

    .sap-fiori-security-img-back-role {
        max-width: 350px !important;
    }

    .sap-fiori-security-img-odata {
        max-width: 500px !important;
    }
}

@media (max-width: 1199px) {
    .sap-fiori-security-container {
        max-width: 960px !important;
    }

    .sap-fiori-security-layout {
        grid-template-columns: minmax(0, 620px) 280px !important;
        gap: 40px !important;
    }

    .sap-fiori-security-sbs,
    .sap-fiori-security-row-front-role,
    .sap-fiori-security-row-back-role {
        grid-template-columns: minmax(0, 1fr) 300px !important;
        gap: 30px !important;
    }

    .sap-fiori-security-row-basic-elements {
        grid-template-columns: 300px minmax(0, 1fr) !important;
        gap: 30px !important;
    }

    .sap-fiori-security-row-scenario-one,
    .sap-fiori-security-row-scenario-three {
        grid-template-columns: minmax(0, 1fr) 280px !important;
        gap: 30px !important;
    }

    .sap-fiori-security-row-scenario-two {
        grid-template-columns: 280px minmax(0, 1fr) !important;
        gap: 30px !important;
    }

    .sap-fiori-security-img-basic-elements,
    .sap-fiori-security-img-scenario-one,
    .sap-fiori-security-img-scenario-two,
    .sap-fiori-security-img-scenario-three,
    .sap-fiori-security-img-front-role,
    .sap-fiori-security-img-back-role {
        max-width: 100% !important;
    }

    .sap-fiori-security-img-app-types {
        max-width: 100% !important;
    }

    .sap-fiori-security-img-launchpad-flow {
        max-width: 520px !important;
    }

    .sap-fiori-security-featured-img {
        width: 110px !important;
        height: 72px !important;
    }

    .sap-fiori-security-featured-card strong {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
}

@media (max-width: 991px) {
    .sap-fiori-security-container {
        max-width: 720px !important;
    }

    .sap-fiori-security-layout {
        grid-template-columns: 1fr !important;
        gap: 55px !important;
    }

    .sap-fiori-security-sbs,
    .sap-fiori-security-row-basic-elements,
    .sap-fiori-security-row-scenario-one,
    .sap-fiori-security-row-scenario-two,
    .sap-fiori-security-row-scenario-three,
    .sap-fiori-security-row-front-role,
    .sap-fiori-security-row-back-role,
    .sap-fiori-security-row-odata {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
        margin: 24px 0 38px !important;
    }

    .sap-fiori-security-img-basic-elements,
    .sap-fiori-security-img-scenario-one,
    .sap-fiori-security-img-scenario-two,
    .sap-fiori-security-img-scenario-three,
    .sap-fiori-security-img-front-role,
    .sap-fiori-security-img-back-role,
    .sap-fiori-security-img-odata {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sap-fiori-security-img-app-types,
    .sap-fiori-security-img-launchpad-flow,
    .sap-fiori-security-img-box-onpremise,
    .sap-fiori-security-img-onpremise {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sap-fiori-security-sidebar {
        width: 100% !important;
    }

    .sap-fiori-security-featured-card {
        max-width: 100% !important;
    }

    .sap-fiori-security-featured-img {
        width: 150px !important;
        height: 80px !important;
        flex: 0 0 150px !important;
    }
}

@media (max-width: 767px) {
    .sap-fiori-security-main-section {
        padding: 50px 0 70px !important;
    }

    .sap-fiori-security-container {
        max-width: 540px !important;
    }

    .sap-fiori-security-hero {
        min-height: 320px !important;
    }

    .sap-fiori-security-hero-content h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    .sap-fiori-security-date {
        margin-bottom: 28px !important;
    }

    .sap-fiori-security-article-content p,
    .sap-fiori-security-bullet-list {
        font-size: 15px !important;
        line-height: 1.7 !important;
    }

    .sap-fiori-security-heading-black {
        font-size: 19px !important;
    }

    .sap-fiori-security-sbs,
    .sap-fiori-security-row-basic-elements,
    .sap-fiori-security-row-scenario-one,
    .sap-fiori-security-row-scenario-two,
    .sap-fiori-security-row-scenario-three,
    .sap-fiori-security-row-front-role,
    .sap-fiori-security-row-back-role,
    .sap-fiori-security-row-odata {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin: 22px 0 34px !important;
    }

    .sap-fiori-security-sbs-image {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sap-fiori-security-img-basic-elements,
    .sap-fiori-security-img-scenario-one,
    .sap-fiori-security-img-scenario-two,
    .sap-fiori-security-img-scenario-three {
        max-width: 95% !important;
    }

    .sap-fiori-security-img-front-role,
    .sap-fiori-security-img-back-role,
    .sap-fiori-security-img-odata {
        max-width: 100% !important;
    }

    .sap-fiori-security-img-app-types {
        margin: 20px 0 35px 0 !important;
    }

    .sap-fiori-security-sidebar-title {
        width: auto !important;
    }

    .sap-fiori-security-featured-img {
        width: 110px !important;
        height: 70px !important;
        flex: 0 0 110px !important;
    }
}

@media (max-width: 575px) {
    .sap-fiori-security-container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .sap-fiori-security-hero {
        min-height: 285px !important;
    }

    .sap-fiori-security-hero-content h1 {
        font-size: 24px !important;
    }

    .sap-fiori-security-main-section {
        padding: 42px 0 60px !important;
    }

    .sap-fiori-security-article-content p,
    .sap-fiori-security-bullet-list {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }

    .sap-fiori-security-heading-black {
        font-size: 18px !important;
    }

    .sap-fiori-security-sub-title {
        font-size: 18px !important;
    }

    .sap-fiori-security-sbs,
    .sap-fiori-security-row-basic-elements,
    .sap-fiori-security-row-scenario-one,
    .sap-fiori-security-row-scenario-two,
    .sap-fiori-security-row-scenario-three,
    .sap-fiori-security-row-front-role,
    .sap-fiori-security-row-back-role,
    .sap-fiori-security-row-odata {
        gap: 16px !important;
        margin: 20px 0 30px !important;
    }

    .sap-fiori-security-img-basic-elements,
    .sap-fiori-security-img-scenario-one,
    .sap-fiori-security-img-scenario-two,
    .sap-fiori-security-img-scenario-three,
    .sap-fiori-security-img-front-role,
    .sap-fiori-security-img-back-role,
    .sap-fiori-security-img-odata,
    .sap-fiori-security-img-onpremise {
        max-width: 100% !important;
    }

    .sap-fiori-security-featured-card {
        gap: 12px !important;
        margin-bottom: 24px !important;
    }

    .sap-fiori-security-featured-img {
        width: 90px !important;
        height: 62px !important;
        flex: 0 0 90px !important;
    }

    .sap-fiori-security-featured-card strong {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }
}

/* =========================================================
   case-studies page start 
========================================================= */


/* =========================================================
   Base Container Styles 
========================================================= */
.case-studies-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.case-studies-hero {
    position: relative;
    overflow: hidden;
    min-height: 537px;
    background: linear-gradient(135deg, #002b44 0%, #004771 100%);
    display: flex;
    align-items: center;
}

.case-studies-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.case-studies-hero-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
}

.case-studies-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.case-studies-breadcrumb {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    opacity: 0.9;
}

.case-studies-breadcrumb-separator {
    margin: 0 8px;
    font-size: 12px;
}

.case-studies-breadcrumb-active {
    color: #1bc3d0;
    font-weight: 700;
}

.case-studies-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
}

/* =========================================================
   2. CASE STUDIES GRID SECTION
========================================================= */
.case-studies-main-section {
    background-color: #f8f9fa;
    /* Light grey background like in image */
    padding: 80px 0 100px;
}

/* CSS Grid layout for 3 columns */
.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Individual Card Styling */
.case-studies-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #eaeaea;
    height: 419px;
}



.case-studies-card-img-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;

}

.case-studies-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-position: center;
    border-radius: 20px;

}


.case-studies-card-body {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Pushes the meta date to the bottom */
}

.case-studies-card-title {
    color: #11181c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 20px 0;
    transition: color 0.3s ease;
}

.case-studies-card:hover .case-studies-card-title {
    color: #004771;
    /* Integritty Blue hover color */
}

.case-studies-card-meta {
    margin-top: auto;
    /* Aligns this to the bottom of the card */
    color: #888888;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* =========================================================
   MEDIA QUERIES (Responsive Design)
========================================================= */

@media (max-width: 1400px) {
    .case-studies-container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .case-studies-container {
        max-width: 960px;
    }

    .case-studies-hero-content h1 {
        font-size: 40px;
    }

    .case-studies-grid {
        gap: 25px;
    }

    .case-studies-card-img-wrapper {
        height: 190px;
    }
}

/* Tablet Landscape: Switch to 2 columns */
@media (max-width: 991px) {
    .case-studies-container {
        max-width: 720px;
    }

    .case-studies-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-studies-hero-bg {
        width: 60%;
    }
}

/* Mobile Phones: Switch to 1 column */
@media (max-width: 767px) {
    .case-studies-container {
        max-width: 540px;
    }

    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .case-studies-hero {
        min-height: 280px;
    }

    .case-studies-hero-bg {
        width: 100%;
        opacity: 0.3;
        /* Reduce opacity so text is readable */
    }

    .case-studies-hero-content h1 {
        font-size: 32px;
    }

    .case-studies-main-section {
        padding: 50px 0 70px;
    }
}

@media (max-width: 575px) {
    .case-studies-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .case-studies-hero-content h1 {
        font-size: 28px;
    }

    .case-studies-card-img-wrapper {
        height: 200px;
    }
}



/* =========================================================
   Blog page start 
========================================================= */


/* =========================================================
   Base Container Styles 
========================================================= */
.blog-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* =========================================================
   1. HERO SECTION CSS
========================================================= */
.blog-hero {
    position: relative;
    overflow: hidden;
    min-height: 540px;

    display: flex;
    align-items: center;
}

.blog-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.blog-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.blog-breadcrumb {
    color: #12d6eb;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog-breadcrumb a {
    color: #12d6eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-breadcrumb a:hover {
    color: #ffffff;
}

.blog-breadcrumb-separator {
    margin: 0 8px;
    font-size: 13px;
    color: #1bc3d0;
}

.blog-breadcrumb-active {
    color: #1bc3d0;
}

.blog-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
}

/* =========================================================
   2. BLOG GRID SECTION
========================================================= */
.blog-main-section {
    background-color: #fafafa;
    /* Very light grey background */
    padding: 80px 0 100px;
}

/* CSS Grid layout for 3 columns */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Individual Card Styling */
.blog-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid #eaeaea;
    height: 419px;
}



.blog-card-img-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.blog-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 0 0 20px 20px;
}



.blog-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-title {
    color: #11181c;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 20px 0;
    transition: color 0.3s ease;
}



.blog-card-meta {
    margin-top: auto;
    color: #999999;
    font-size: 13px;
    font-weight: 500;
}

/* =========================================================
   PAGINATION STYLING
========================================================= */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 60px;
}

.blog-page-item {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 8px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.blog-page-item:hover {
    color: #1bc3d0;
}

/* Active State (Underlined with Cyan) */
.blog-page-active {
    color: #1bc3d0;
    border-bottom: 2px solid #1bc3d0;
}

.blog-page-dots {
    color: #999999;
    font-weight: 600;
    letter-spacing: 2px;
}

.blog-page-next {
    font-size: 18px;
    padding-left: 10px;
}


/* =========================================================
   BLOG PAGINATION STYLING
========================================================= */

.blog-pagination-wrapper {
    margin-top: 60px;
    text-align: center;
}

.blog-pagination {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.blog-pagination-link,
.blog-pagination-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 38px;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: color 0.25s ease;
}

.blog-pagination-link:hover,
.blog-pagination-arrow:hover {
    color: #12b9c8;
}

/* Active Page Style (With Bottom Cyan Line) */
.blog-pagination-link.active {
    color: #11181c;
    font-weight: 600;
}

.blog-pagination-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 2px;
    background-color: #12b9c8;
    /* Teal Cyan Accent */
    border-radius: 2px;
}

/* Dots Styling */
.blog-pagination-dots {
    color: #555555;
    font-size: 16px;
    letter-spacing: 1px;
    user-select: none;
}

/* Arrows Styling */
.blog-pagination-arrow {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .blog-pagination {
        gap: 14px;
    }

    .blog-pagination-link,
    .blog-pagination-arrow {
        font-size: 14px;
        min-width: 20px;
        height: 32px;
    }
}



/* =========================================================
   MEDIA QUERIES (Responsive Design)
========================================================= */

@media (max-width: 1400px) {
    .blog-container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .blog-container {
        max-width: 960px;
    }

    .blog-hero-content h1 {
        font-size: 40px;
    }

    .blog-grid {
        gap: 25px;
    }

    .blog-card-img-wrapper {
        height: 210px;
    }
}

/* Tablet Landscape: Switch to 2 columns */
@media (max-width: 991px) {
    .blog-container {
        max-width: 720px;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Phones: Switch to 1 column */
@media (max-width: 767px) {
    .blog-container {
        max-width: 540px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .blog-hero {
        min-height: 280px;
    }

    .blog-hero-content h1 {
        font-size: 34px;
    }

    .blog-main-section {
        padding: 50px 0 70px;
    }
}

@media (max-width: 575px) {
    .blog-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-hero-content h1 {
        font-size: 30px;
    }

    .blog-card-img-wrapper {
        height: 200px;
    }

    .blog-pagination {
        gap: 10px;
    }
}

/*=========================================================
    SAP DATASPHERE
    PART 1 - GLOBAL + CONTAINER + HERO
=========================================================*/

/*==========================
COMMON CONTAINER
==========================*/

.ds-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width:1366px) {
    .ds-container {
        max-width: 1140px;
    }
}

@media (max-width:1200px) {
    .ds-container {
        max-width: 960px;
    }
}

@media (max-width:991px) {
    .ds-container {
        max-width: 100%;
        padding: 0 18px;
    }
}

@media (max-width:576px) {
    .ds-container {
        padding: 0 15px;
    }
}

/*==========================
HERO SECTION
==========================*/

.integritty-ds-hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    height: 737px;
}

.integritty-ds-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 948px;
    z-index: -1;
}

.integritty-ds-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.integritty-ds-bottom-line {
    position: absolute;
    bottom: 0;
    left: 95px;
    z-index: 2;
    height: 2px;
}

.integritty-ds-bottom-line img {
    display: block;
}

.integritty-ds-hero-wrapper {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(450px, 1fr) minmax(380px, 620px);
    align-items: center;
    column-gap: 100px;
}

.integritty-ds-hero-content {
    width: 100%;
}

.integritty-ds-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;

    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #161616;
}

.integritty-ds-separator {
    color: #161616;
}

.integritty-ds-active {
    color: #18C4D6;
}

.integritty-ds-hero-title {
    margin: 0;

    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
    color: #11181C;
}

.integritty-ds-hero-subtitle {
    margin: 25px 0 40px;

    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #161616;
}

.integritty-ds-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 22px;

    background: #18C4D6;
    color: #fff;

    border-radius: 3px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    transition: .3s ease;
}

.integritty-ds-btn:hover {
    background: #004774;
    color: #fff;
    text-decoration: none;
}

.integritty-ds-hero-image {
    width: 100%;
}

.integritty-ds-hero-image img.main-img {
    display: block;

    width: 100%;
    max-width: 500px;

    margin-left: auto;

    border-radius: 36px;
}

/*==========================
1366 SCREEN
==========================*/

@media (max-width:1366px) {

    .integritty-ds-bottom-line {
        left: 34px;
    }

}

/*==========================
TABLET
==========================*/

@media (max-width:991px) {

    .integritty-ds-hero-section {
        height: auto;
        padding: 120px 0 80px;
    }

    .integritty-ds-hero-wrapper {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }

    .integritty-ds-hero-title {
        font-size: 42px;
    }

    .integritty-ds-hero-image img.main-img {
        margin: 0 auto;
    }

    .integritty-ds-bottom-line {
        display: none;
    }

}

/*==========================
MOBILE
==========================*/

@media (max-width:767px) {

    .integritty-ds-hero-section {
        padding-top: 100px;
    }

    .integritty-ds-hero-title {
        font-size: 34px;
    }

    .integritty-ds-hero-subtitle {
        font-size: 17px;
    }

    .integritty-ds-hero-breadcrumb {
        font-size: 13px;
        flex-wrap: wrap;
    }

    .integritty-ds-btn {
        width: 100%;
        max-width: 220px;
    }

}

@media (max-width:480px) {

    .integritty-ds-hero-title {
        font-size: 30px;
    }

    .integritty-ds-hero-subtitle {
        margin: 20px 0 30px;
    }

}

/*=========================================================
    SAP DATASPHERE
    PART 2 - INTRO + FEATURES SECTION
=========================================================*/

/*==========================
INTRO SECTION
==========================*/

.integritty-ds-intro-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.integritty-ds-intro-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.integritty-ds-intro-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.integritty-ds-intro-content {
    position: relative;
    z-index: 2;
}

.integritty-ds-intro-text {
    margin: 0;

    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;
    color: #161616;
}

/*==========================
FEATURES SECTION
==========================*/

.integritty-ds-features-section {
    position: relative;
    padding: 80px 0;
}

.integritty-ds-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.integritty-ds-features-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/*==========================
SECTION HEADING
==========================*/

.integritty-ds-section-title {
    margin: 0 0 15px;

    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;

    color: #11181C;
}

.integritty-ds-section-subtitle {
    margin: 0 0 40px;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 600;

    color: #161616;
}

/*==========================
FEATURE GRID
==========================*/

.integritty-ds-features-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
}

.integritty-ds-feature-col-1,
.integritty-ds-feature-col-2,
.integritty-ds-feature-col-3 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/*==========================
CARD
==========================*/

.integritty-ds-card-unify,
.integritty-ds-card-scalability,
.integritty-ds-card-collaborate,
.integritty-ds-card-analytics {
    display: flex;
    flex-direction: column;

    height: 100%;

    background: #fff;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

/*==========================
CARD CONTENT
==========================*/

.integritty-ds-card-content {
    position: relative;

    flex: 1;

    padding: 35px 80px 30px 20px;
}

.integritty-ds-card-title {
    margin: 0 0 15px;
    padding-right: 60px;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;

    color: #11181C;
}

.integritty-ds-card-text {
    margin: 0;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;

    color: #161616;
}

/*==========================
CARD ICON
==========================*/

.integritty-ds-card-icon {
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    max-width: 100px;
}

/*==========================
IMAGE AREA
==========================*/

.integritty-ds-card-image-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.integritty-ds-card-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.integritty-ds-card-gradient-line {
    position: absolute;

    top: 20px;
    left: 30px;
    right: 30px;

    height: 3px;

    background: linear-gradient(89.99deg,
            #108DC7 0.01%,
            #EF8E38 98.52%);

    z-index: 2;
}

/*==========================
TABLET
==========================*/

@media(max-width:1200px) {

    .integritty-ds-features-grid {
        grid-template-columns: 1fr;
    }

    .integritty-ds-feature-col-1,
    .integritty-ds-feature-col-2,
    .integritty-ds-feature-col-3 {
        width: 100%;
    }

}

@media(max-width:991px) {

    .integritty-ds-intro-section,
    .integritty-ds-features-section {
        padding: 60px 0;
    }

    .integritty-ds-section-title {
        font-size: 32px;
    }

    .integritty-ds-card-content {
        padding: 30px 70px 25px 20px;
    }

}

/*==========================
MOBILE
==========================*/

@media(max-width:767px) {

    .integritty-ds-intro-section,
    .integritty-ds-features-section {
        padding: 50px 0;
    }

    .integritty-ds-section-title {
        font-size: 28px;
    }

    .integritty-ds-section-subtitle,
    .integritty-ds-intro-text,
    .integritty-ds-card-text {
        font-size: 14px;
    }

    .integritty-ds-card-title {
        font-size: 18px;
        padding-right: 45px;
    }

    .integritty-ds-card-content {
        padding: 25px 20px;
    }

    .integritty-ds-card-icon {
        max-width: 70px;
    }

    .integritty-ds-card-image-wrap {
        height: 220px;
    }

}

/*=========================================================
    SAP DATASPHERE
    PART 3 - KEY FEATURES SECTION
=========================================================*/

/*==========================
KEY FEATURES SECTION
==========================*/

.integritty-ds-key-features-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.integritty-ds-key-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.integritty-ds-key-features-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*==========================
SECTION HEADER
==========================*/

.integritty-ds-kf-title {
    margin: 0 0 15px;

    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;

    color: #18C4D6;
}

.integritty-ds-kf-subtitle {
    margin: 0 0 60px;

    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;

    color: #E0E0E0;
}

/*==========================
GRID
==========================*/

.integritty-ds-kf-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.integritty-ds-kf-col-left,
.integritty-ds-kf-col-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

/*==========================
ITEM
==========================*/

.integritty-ds-kf-item {
    display: flex;
    align-items: flex-start;
    gap: 45px;
}

/*==========================
ICON
==========================*/

.integritty-ds-kf-icon {
    flex-shrink: 0;

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.integritty-ds-kf-icon img {
    display: block;
    width: 100%;
    max-width: 80px;
    height: auto;
}

/*==========================
CONTENT
==========================*/

.integritty-ds-kf-content {
    flex: 1;
}

.integritty-ds-kf-item-title {
    position: relative;
    display: inline-block;

    margin: 0 0 25px;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;

    color: #ffffff;
}

.integritty-ds-kf-item-title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -15px;

    width: 50px;
    height: 3px;

    background: linear-gradient(97.02deg,
            #18C4D6 13.8%,
            #004774 119.89%);
}

.integritty-ds-kf-item-text {
    margin: 0;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;

    color: #CCCCCC;
}

/*==========================
LARGE TABLET
==========================*/

@media (max-width:1200px) {

    .integritty-ds-kf-grid {
        gap: 30px;
    }

    .integritty-ds-kf-item {
        gap: 30px;
    }

}

/*==========================
TABLET
==========================*/

@media (max-width:991px) {

    .integritty-ds-key-features-section {
        padding: 60px 0;
    }

    .integritty-ds-kf-title {
        font-size: 32px;
    }

    .integritty-ds-kf-subtitle {
        margin-bottom: 40px;
    }

    .integritty-ds-kf-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .integritty-ds-kf-col-left,
    .integritty-ds-kf-col-right {
        gap: 35px;
    }

}

/*==========================
MOBILE
==========================*/

@media (max-width:767px) {

    .integritty-ds-key-features-section {
        padding: 50px 0;
    }

    .integritty-ds-kf-title {
        font-size: 28px;
    }

    .integritty-ds-kf-subtitle {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .integritty-ds-kf-item {
        gap: 20px;
    }

    .integritty-ds-kf-icon {
        width: 55px;
        height: 55px;
    }

    .integritty-ds-kf-icon img {
        max-width: 55px;
    }

    .integritty-ds-kf-item-title {
        font-size: 18px;
    }

    .integritty-ds-kf-item-text {
        font-size: 14px;
        line-height: 1.7;
    }

}

/*==========================
SMALL MOBILE
==========================*/

@media (max-width:480px) {

    .integritty-ds-kf-item {
        flex-direction: column;
        gap: 15px;
    }

    .integritty-ds-kf-icon {
        width: 50px;
        height: 50px;
    }

    .integritty-ds-kf-item-title {
        margin-bottom: 22px;
    }

}

/*=========================================================
    SAP DATASPHERE
    PART 4 - USE CASES + POTENTIAL SECTION
=========================================================*/

/*=========================================================
    USE CASES SECTION
=========================================================*/

.integritty-ds-use-cases-section {
    padding: 80px 0;
    background: #fff;
}

.integritty-ds-uc-title {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    color: #11181C;
}

.integritty-ds-uc-subtitle {
    margin: 0 0 60px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    color: #161616;
}

/*==========================
GRID
==========================*/

.integritty-ds-uc-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.integritty-ds-uc-col {
    padding: 0 30px 25px 20px;
    border-right: 1px solid rgba(0, 0, 0, .08);
}

.integritty-ds-uc-col:first-child {
    padding-left: 0;
}

.integritty-ds-uc-col:last-child,
.integritty-ds-uc-col.border-none {
    padding-right: 0;
    border-right: none;
}

.integritty-ds-uc-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/*==========================
ICON
==========================*/

.integritty-ds-uc-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.integritty-ds-uc-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/*==========================
CONTENT
==========================*/

.integritty-ds-uc-card-title {
    position: relative;
    display: inline-block;

    margin: 0 0 25px;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;

    color: #11181C;
}

.integritty-ds-uc-card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;

    width: 50px;
    height: 3px;

    background: linear-gradient(89.99deg,
            #108DC7 0.01%,
            #EF8E38 98.52%);
}

.integritty-ds-uc-card-text {
    margin-top: 10px;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;

    color: #161616;
}

/*=========================================================
    POTENTIAL SECTION
=========================================================*/

.integritty-ds-potential-section {
    padding: 80px 0;
    background: #F4F6F8;
}

.integritty-ds-potential-title {
    margin: 0 0 15px;

    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;

    color: #11181C;
}

.integritty-ds-potential-subtitle {
    margin: 0 0 60px;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;

    color: #161616;
}

/*==========================
GRID
==========================*/

.integritty-ds-potential-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
}

.integritty-ds-potential-col {
    display: flex;
    flex-direction: column;
}

/*==========================
ITEM
==========================*/

.integritty-ds-potential-item {
    margin-bottom: 30px;
    padding-bottom: 20px;

    border-bottom: 1px dashed rgba(0, 0, 0, .20);
}

.integritty-ds-potential-item.border-none {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.integritty-ds-potential-item-title {
    position: relative;
    display: inline-block;

    margin: 0 0 25px;

    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;

    color: #11181C;
}

.integritty-ds-potential-item-title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -15px;

    width: 50px;
    height: 3px;

    background: linear-gradient(97.02deg,
            #18C4D6 13.8%,
            #004774 119.89%);
}

.integritty-ds-potential-item-text {
    margin: 0;

    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;

    color: #161616;
}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media (max-width:991px) {

    .integritty-ds-use-cases-section,
    .integritty-ds-potential-section {
        padding: 60px 0;
    }

    .integritty-ds-uc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 0;
    }

    .integritty-ds-uc-col:nth-child(2) {
        border-right: none;
        padding-right: 0;
    }

    .integritty-ds-uc-col:nth-child(3) {
        padding-left: 0;
    }

    .integritty-ds-potential-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .integritty-ds-potential-col:first-child .integritty-ds-potential-item.border-none {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px dashed rgba(0, 0, 0, .20);
    }

}

@media (max-width:767px) {

    .integritty-ds-use-cases-section,
    .integritty-ds-potential-section {
        padding: 50px 0;
    }

    .integritty-ds-uc-title,
    .integritty-ds-potential-title {
        font-size: 28px;
    }

    .integritty-ds-uc-subtitle,
    .integritty-ds-potential-subtitle,
    .integritty-ds-uc-card-text,
    .integritty-ds-potential-item-text {
        font-size: 14px;
    }

    .integritty-ds-uc-grid {
        grid-template-columns: 1fr;
    }

    .integritty-ds-uc-col {
        padding: 0;
        border: none;
    }

    .integritty-ds-uc-icon {
        width: 70px;
        height: 70px;
    }

    .integritty-ds-uc-card-title,
    .integritty-ds-potential-item-title {
        font-size: 18px;
    }

}

/*=========================================================
    SAP DATASPHERE
    PART 5 - WHY INTEGRITTY + CTA SECTION
=========================================================*/

/*=========================================================
    WHY INTEGRITTY SECTION
=========================================================*/

.integritty-ds-why-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.integritty-ds-why-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.integritty-ds-why-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.integritty-ds-why-content {
    position: relative;
    padding-left: 22px;
    max-width: 100%;
}

.integritty-ds-why-content.bg_border-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 6px;
    height: 130px;

    background: linear-gradient(179.2deg,
            #108DC7 0.69%,
            #EF8E38 109.53%);
}

.integritty-ds-why-title {
    margin: 0 0 20px;

    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;

    color: #11181C;
}

.integritty-ds-why-text {
    margin: 0;

    font-size: 15px;
    line-height: 1.9;
    font-weight: 500;

    color: #161616;
}

/*=========================================================
    CTA SECTION
=========================================================*/

.integritty-ds-cta-section {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;

    min-height: 250px;
    padding: 60px 0;
}

.integritty-ds-cta-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.integritty-ds-cta-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.integritty-ds-cta-overlay-img {
    position: absolute;
    left: 0;
    bottom: 0;

    height: 100%;
    z-index: -1;
}

.integritty-ds-cta-overlay-img img {
    display: block;

    width: auto;
    height: 250px;

    object-fit: contain;
    object-position: left bottom;

    padding-top: 4px;
}

.integritty-ds-cta-content {
    position: relative;
    z-index: 2;

    margin-left: 350px;
}

.integritty-ds-cta-title {
    margin: 0 0 25px;

    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;

    color: #ffffff;
}

.integritty-ds-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 11px 30px;

    background: #17B2C5;
    color: #ffffff;

    border-radius: 4px;

    text-decoration: none;

    font-size: 16px;
    font-weight: 600;

    transition: .35s ease;
}

.integritty-ds-cta-btn:hover {
    background: #1293A3;
    color: #ffffff;
    text-decoration: none;
}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media (max-width:1200px) {

    .integritty-ds-cta-content {
        margin-left: 280px;
    }

}

@media (max-width:991px) {

    .integritty-ds-why-section,
    .integritty-ds-cta-section {
        padding: 60px 0;
    }

    .integritty-ds-why-title {
        font-size: 30px;
    }

    .integritty-ds-cta-title {
        font-size: 30px;
    }

    .integritty-ds-cta-overlay-img {
        opacity: .30;
    }

    .integritty-ds-cta-content {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

}

@media (max-width:767px) {

    .integritty-ds-why-section,
    .integritty-ds-cta-section {
        padding: 50px 0;
    }

    .integritty-ds-why-content {
        padding-left: 18px;
    }

    .integritty-ds-why-content.bg_border-left::before {
        height: 100px;
    }

    .integritty-ds-why-title {
        font-size: 28px;
    }

    .integritty-ds-why-text {
        font-size: 14px;
    }

    .integritty-ds-cta-section {
        min-height: auto;
    }

    .integritty-ds-cta-title {
        font-size: 26px;
    }

    .integritty-ds-cta-btn {
        width: 100%;
        max-width: 220px;
    }

    .integritty-ds-cta-overlay-img {
        display: none;
    }

}

@media (max-width:480px) {

    .integritty-ds-why-title {
        font-size: 24px;
    }

    .integritty-ds-cta-title {
        font-size: 22px;
    }

    .integritty-ds-cta-btn {
        font-size: 15px;
        padding: 10px 24px;
    }

}

/*=========================================================
    SAP DATASPHERE
    PART 6 - CASE STUDIES + FINAL RESPONSIVE CLEANUP
=========================================================*/

/*=========================================================
    CUSTOMER CASE STUDIES
=========================================================*/

.integritty-ds-case-studies-section {
    padding: 80px 0;
    background: #ffffff;
}

.integritty-ds-case-studies-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width:1366px) {

    .integritty-ds-case-studies-container {
        max-width: 1140px;
    }

}

.integritty-ds-case-studies-title {
    margin: 0 0 40px;

    font-size: 35px;
    font-weight: 800;
    line-height: 1.25;

    color: #11181C;
}

/*==========================
CARD GRID
==========================*/

.integritty-ds-case-studies-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

/*==========================
CARD
==========================*/

.integritty-ds-case-card {
    background: #ffffff;

    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);

    transition: .35s ease;
}

.integritty-ds-case-card:hover {
    transform: translateY(-6px);
}

.integritty-ds-case-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/*==========================
IMAGE
==========================*/

.integritty-ds-case-img {
    position: relative;

    height: 220px;
    overflow: hidden;
}

.integritty-ds-case-img img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
}

.integritty-ds-case-img::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 100px;

    background: linear-gradient(to top,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0) 100%);

}

/*==========================
CONTENT
==========================*/

.integritty-ds-case-content {

    position: relative;

    margin-top: -50px;

    z-index: 2;

    padding: 24px;
}

.integritty-ds-case-tag {

    display: inline-block;

    margin-bottom: 12px;

    padding: 5px 12px;

    border-radius: 50px;

    background: #F3F7FA;

    color: #004774;

    font-size: 12px;

    font-weight: 600;
}

.integritty-ds-case-title {

    margin: 0 0 16px;

    min-height: 84px;

    font-size: 20px;

    line-height: 1.45;

    font-weight: 800;

    color: #11181C;
}

.integritty-ds-case-date {

    display: inline-block;

    font-size: 12px;

    font-weight: 500;

    color: #8B8B8B;
}

/*=========================================================
RESPONSIVE
=========================================================*/

@media (max-width:1200px) {

    .integritty-ds-case-studies-row {

        grid-template-columns: repeat(2, minmax(0, 1fr));

    }

}

@media (max-width:991px) {

    .integritty-ds-case-studies-section {

        padding: 60px 0;

    }

    .integritty-ds-case-studies-title {

        font-size: 32px;

    }

}

@media (max-width:767px) {

    .integritty-ds-case-studies-section {

        padding: 50px 0;

    }

    .integritty-ds-case-studies-row {

        grid-template-columns: 1fr;

    }

    .integritty-ds-case-studies-title {

        font-size: 28px;

    }

    .integritty-ds-case-title {

        min-height: auto;

        font-size: 18px;

    }

    .integritty-ds-case-content {

        padding: 20px;

    }

}

@media (max-width:480px) {

    .integritty-ds-case-img {

        height: 200px;

    }

}

/* =========================================================
   UX-SFS Stylesheet (Unique Prefix Layering)
   Page: SAP SuccessFactors Post Go-Live Support Guide 2026
========================================================= */

/* --- Banner Styling --- */
.ux-sfs-banner {
    width: 100%;
    background: #011329;
    overflow: hidden;
}

.ux-sfs-banner-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.ux-sfs-banner-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}

/* --- Layout & Grid Setup --- */
.ux-sfs-article-section {
    padding: 50px 20px 90px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.ux-sfs-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

@media (max-width: 1366px) {

    .ux-sfs-banner-container,
    .ux-sfs-layout {
        max-width: 1140px;
    }
}

/* --- Article Main Content --- */
.ux-sfs-content {
    color: #161616;
}

.ux-sfs-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-sfs-date i {
    font-size: 13px;
}

/* Key Highlights Section */


/* Standard Typography Requirements */
.ux-sfs-content h2 {
    margin: 40px 0 20px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-sfs-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-sfs-content ul {
    margin: 0 0 28px;
    padding-left: 22px;
    list-style: disc;
}

.ux-sfs-content li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
}

.ux-sfs-content strong {
    font-weight: 700;
    color: #11181c;
}

/* Content Images */
.ux-sfs-middle-image {
    margin: 35px auto;
    text-align: center;
}

.ux-sfs-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

/* --- Sidebar Styling --- */
.ux-sfs-sidebar {
    align-self: start;
    padding-top: 10px;
}

.ux-sfs-sidebar>h2 {
    width: 150px;
    margin: 0 0 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-sfs-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 30px;
    color: #26323d;
    text-decoration: none;
}

.ux-sfs-featured-card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-sfs-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.ux-sfs-featured-card small {
    display: block;
    margin-top: 6px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-sfs-featured-card:hover strong {
    color: #18aebe;
}

/* =========================================================
   Responsive Adaptations
========================================================= */

@media (max-width: 1199px) {
    .ux-sfs-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-sfs-layout {
        grid-template-columns: 1fr;
    }

    .ux-sfs-sidebar {
        padding-top: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .ux-sfs-banner-image {
        height: 100%;
        max-width: 385px;
        object-fit: contain;
        padding-top: 80px;
    }


    .ux-sfs-article-section {
        padding: 35px 15px 60px;
    }

    .ux-sfs-content h2 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .ux-sfs-content p,
    .ux-sfs-content li,
    .ux-sfs-highlights li {
        font-size: 14px;
        line-height: 1.75;
    }

    .ux-sfs-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 15px;
    }

    .ux-sfs-featured-card img {
        height: 70px;
    }
}

/* =========================================================
   UX-FWC Stylesheet (Unique Prefix Layering)
   Page: FIFA World Cup 2026 SAP Enterprise Transformation
========================================================= */

/* --- Banner Styling --- */
.ux-fwc-banner {
    width: 100%;
    background: #011329;
    overflow: hidden;
}

.ux-fwc-banner-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.ux-fwc-banner-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
    padding-top: 30px;
}

/* --- Layout & Grid Setup --- */
.ux-fwc-article-section {
    padding: 50px 20px 90px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.ux-fwc-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}



/* --- Article Main Content --- */
.ux-fwc-content {
    color: #161616;
}

.ux-fwc-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-fwc-date i {
    font-size: 13px;
}

/* Typography Requirements */
.ux-fwc-content h2 {
    margin: 40px 0 20px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-fwc-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-fwc-content ul {
    margin: 0 0 28px;
    padding-left: 22px;
    list-style: disc;
}

.ux-fwc-content li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.ux-fwc-content strong {
    font-weight: 700;
    color: #11181c;
}

.ux-fwc-cta-link strong {
    color: #ff4848;
    text-decoration: underline;
}

.ux-fwc-cta-link:hover {
    color: #a82325;
}

/* Content Images */
.ux-fwc-middle-image {
    margin: 35px auto;
    text-align: center;
}

.ux-fwc-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

/* --- Sidebar Styling --- */
.ux-fwc-sidebar {
    align-self: start;
    padding-top: 10px;
}

.ux-fwc-sidebar>h2 {
    width: 150px;
    margin: 0 0 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-fwc-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 30px;
    color: #26323d;
    text-decoration: none;
}

.ux-fwc-featured-card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-fwc-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.ux-fwc-featured-card small {
    display: block;
    margin-top: 6px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-fwc-featured-card:hover strong {
    color: #18aebe;
}

/* =========================================================
   Responsive Adaptations
========================================================= */

@media (max-width: 1366px) {
    .ux-fwc-article-section {
        padding: 50px 45px 90px;
        background: #ffffff;


    }
}

@media (max-width: 1199px) {
    .ux-fwc-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-fwc-layout {
        grid-template-columns: 1fr;
    }

    .ux-fwc-sidebar {
        padding-top: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .ux-fwc-banner-image {
        height: auto;
        max-height: 250px;
        padding-top: 75px;
    }

    .ux-fwc-article-section {
        padding: 35px 15px 60px;
    }

    .ux-fwc-content h2 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .ux-fwc-content p,
    .ux-fwc-content li {
        font-size: 14px;
        line-height: 1.75;
    }

    .ux-fwc-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 15px;
    }

    .ux-fwc-featured-card img {
        height: 70px;
    }
}


/* =========================================================
   UX-MGM Stylesheet (Unique Prefix - Municipal Grant Mgmt)
========================================================= */

/* --- Banner Section --- */
.ux-mgm-banner {
    width: 100%;
    background: #011329;
    overflow: hidden;
}

.ux-mgm-banner-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.ux-mgm-banner-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-position: center;
    padding-top: 20px;
}

/* --- Layout & Responsiveness --- */
.ux-mgm-article-section {
    padding: 50px 20px 90px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.ux-mgm-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

/* 1366px Specific Breakpoint Constraint */
@media (max-width: 1366px) {
    .ux-mgm-article-section {
        padding: 50px 40px 90px;
        background: #ffffff;
        font-family: "Poppins", sans-serif;
    }
}

/* --- Article Main Content --- */
.ux-mgm-content {
    color: #161616;
}

.ux-mgm-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-mgm-date i {
    font-size: 13px;
}

/* Typography Rules */
.ux-mgm-content h2 {
    margin: 40px 0 20px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-mgm-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-mgm-content ul {
    margin: 0 0 28px;
    padding-left: 22px;
    list-style: disc;
}

.ux-mgm-content li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.ux-mgm-content strong {
    font-weight: 700;
    color: #11181c;
}

/* Custom CTA Button */
.ux-mgm-btn-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
}

.ux-mgm-btn {
    display: inline-block;
    background-color: #18c4de;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.ux-mgm-btn:hover {
    background-color: #139cb1;
    color: #ffffff;
}

/* Content Inline Images */
.ux-mgm-middle-image {
    margin: 35px auto;
    text-align: center;
}

.ux-mgm-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

/* --- Sidebar Styling --- */
.ux-mgm-sidebar {
    align-self: start;
    padding-top: 10px;
}

.ux-mgm-sidebar>h2 {
    width: 150px;
    margin: 0 0 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-mgm-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 30px;
    color: #26323d;
    text-decoration: none;
}

.ux-mgm-featured-card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-mgm-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.ux-mgm-featured-card small {
    display: block;
    margin-top: 6px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-mgm-featured-card:hover strong {
    color: #18aebe;
}

.ux-mgm-contact-link {
    color: #ff4848;
    text-decoration: underline;
    font-weight: 600;
}

.ux-mgm-contact-link:hover {
    color: #d83232;
}

/* =========================================================
   Mobile / Tablet Responsive Rules
========================================================= */

@media (max-width: 1199px) {
    .ux-mgm-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-mgm-layout {
        grid-template-columns: 1fr;
    }

    .ux-mgm-sidebar {
        padding-top: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .ux-mgm-banner-image {
        height: auto;
        max-height: 250px;
        padding-top: 70px;
    }

    .ux-mgm-article-section {
        padding: 35px 15px 60px;
    }

    .ux-mgm-content h2 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .ux-mgm-content p,
    .ux-mgm-content li {
        font-size: 14px;
        line-height: 1.75;
    }

    .ux-mgm-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 15px;
    }

    .ux-mgm-featured-card img {
        height: 70px;
    }

}

/* =========================================================
   PEGA-FSM-TM Stylesheet (Unique Prefix Layering)
   Page: Pega FSM Transformation Case Study
========================================================= */

/* --- Banner Styling --- */
.pega-fsm-tm-banner {
    width: 100%;
    background: #011329;
    overflow: hidden;
}

.pega-fsm-tm-banner-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.pega-fsm-tm-banner-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}

/* --- Layout & Responsiveness --- */
.pega-fsm-tm-article-section {
    padding: 50px 20px 90px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.pega-fsm-tm-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

/* 1366px Breakpoint Constraint */
@media (max-width: 1366px) {

    .pega-fsm-tm-article-section {
        padding: 50px 40px 90px;
        background: #ffffff;
        font-family: "Poppins", sans-serif;
    }

    .pega-fsm-tm-banner-image {

        padding-top: 40px;
    }
}

/* --- Article Main Content --- */
.pega-fsm-tm-content {
    color: #161616;
}

.pega-fsm-tm-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.pega-fsm-tm-date i {
    font-size: 13px;
}

/* Typography Rules */
.pega-fsm-tm-content h2 {
    margin: 40px 0 20px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.pega-fsm-tm-content h3 {
    margin: 30px 0 15px;
    color: #11181c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.pega-fsm-tm-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.pega-fsm-tm-content ul {
    margin: 0 0 28px;
    padding-left: 22px;
    list-style: disc;
}

.pega-fsm-tm-content li {
    margin-bottom: 12px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.pega-fsm-tm-content strong {
    font-weight: 700;
    color: #11181c;
}

/* Red Contact Link */
.pega-fsm-tm-contact-link {
    color: #ff4848 !important;
    text-decoration: underline !important;
    font-weight: 600;
}

.pega-fsm-tm-contact-link:hover {
    color: #d83232 !important;
}

/* Inline Graphic Images */
.pega-fsm-tm-middle-image {
    margin: 35px auto;
    text-align: center;
}

.pega-fsm-tm-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

/* --- Sidebar Styling --- */
.pega-fsm-tm-sidebar {
    align-self: start;
    padding-top: 10px;
}

.pega-fsm-tm-sidebar>h2 {
    width: 150px;
    margin: 0 0 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.pega-fsm-tm-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 30px;
    color: #26323d;
    text-decoration: none;
}

.pega-fsm-tm-featured-card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.pega-fsm-tm-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.pega-fsm-tm-featured-card small {
    display: block;
    margin-top: 6px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.pega-fsm-tm-featured-card:hover strong {
    color: #18aebe;
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

@media (max-width: 1199px) {
    .pega-fsm-tm-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .pega-fsm-tm-layout {
        grid-template-columns: 1fr;
    }

    .pega-fsm-tm-sidebar {
        padding-top: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .pega-fsm-tm-banner-image {
        height: auto;
        max-height: 250px;
        padding-top: 70px;
    }

    .pega-fsm-tm-article-section {
        padding: 35px 15px 60px;
    }

    .pega-fsm-tm-content h2 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .pega-fsm-tm-content h3 {
        font-size: 18px;
        margin: 25px 0 12px;
    }

    .pega-fsm-tm-content p,
    .pega-fsm-tm-content li {
        font-size: 14px;
        line-height: 1.75;
    }

    .pega-fsm-tm-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 15px;
    }

    .pega-fsm-tm-featured-card img {
        height: 70px;
    }
}

/* =========================================================
   UX-AIP Stylesheet (AI-Driven Procurement & Automation)
========================================================= */

/* --- Banner Styling --- */
.ux-aip-banner {
    width: 100%;
    background: #011329;
    overflow: hidden;
}

.ux-aip-banner-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.ux-aip-banner-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
    object-position: center;
}

/* --- Layout Structure --- */
.ux-aip-article-section {
    padding: 50px 20px 90px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.ux-aip-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px) 300px;
    gap: 74px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    align-items: start;
}

/* 1366px Breakpoint Adjustments */
@media (max-width: 1366px) {

    .ux-aip-article-section {
        padding: 50px 40px 90px;
    }
}

/* --- Content Styling --- */
.ux-aip-content {
    color: #161616;
}

.ux-aip-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #0f5274;
    font-size: 15px;
    font-weight: 400;
}

.ux-aip-date i {
    font-size: 13px;
}

/* Headings */
.ux-aip-content h2 {
    margin: 40px 0 20px;
    color: #11181c;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.ux-aip-content p {
    margin: 0 0 22px;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.ux-aip-content strong {
    font-weight: 700;
    color: #11181c;
}

/* Middle Images */
.ux-aip-middle-image {
    margin: 35px auto;
    text-align: center;
}

.ux-aip-middle-image img {
    display: block;
    width: 100%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
}

/* --- Sidebar Styling --- */
.ux-aip-sidebar {
    align-self: start;
    padding-top: 10px;
}

.ux-aip-sidebar>h2 {
    width: 150px;
    margin: 0 0 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    color: #161616;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.ux-aip-featured-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-bottom: 30px;
    color: #26323d;
    text-decoration: none;
}

.ux-aip-featured-card img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.ux-aip-featured-card strong {
    display: block;
    color: #161616;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

.ux-aip-featured-card small {
    display: block;
    margin-top: 6px;
    color: #9aa2ad;
    font-size: 13px;
    font-weight: 400;
}

.ux-aip-featured-card:hover strong {
    color: #18aebe;
}

/* =========================================================
   Responsive Screen Media Queries
========================================================= */

@media (max-width: 1199px) {
    .ux-aip-layout {
        grid-template-columns: 1fr 270px;
        gap: 45px;
    }
}

@media (max-width: 991px) {
    .ux-aip-layout {
        grid-template-columns: 1fr;
    }

    .ux-aip-sidebar {
        padding-top: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .ux-aip-banner-image {
        height: auto;
        max-height: 250px;
        padding-top: 70px;
    }

    .ux-aip-article-section {
        padding: 35px 15px 60px;
    }

    .ux-aip-content h2 {
        font-size: 22px;
        margin: 30px 0 15px;
    }

    .ux-aip-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ux-aip-featured-card {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 15px;
    }

    .ux-aip-featured-card img {
        height: 70px;
    }
}

/* =========================================================
   UX-ERP Advisory Section Styling (Updated Container Widths)
========================================================= */

.ux-erp-advisory {
    width: 100%;
    padding: 170px 20px;
    background-color: #f2f7fa;
    /* Subtle background */
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

/* Default Container Layout (By Default: 1280px) */
.ux-erp-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* --- Left Content Styles --- */
.ux-erp-content {
    width: 100%;
}

.ux-erp-title {
    font-size: 36px;
    font-weight: 700;
    color: #11181c;
    line-height: 1.25;
    margin-bottom: 24px;
}

.ux-erp-description {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Buttons */
.ux-erp-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ux-erp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Dark Blue Button (#001d30) */
.ux-erp-btn-primary {
    background-color: #001d30;
    color: #ffffff;
    border: 1px solid #001d30;
}

.ux-erp-btn-primary:hover {
    background-color: #0a2d47;
    border-color: #0a2d47;
    color: #ffffff;
}

/* Cyan Border Button (#18c4d6) */
.ux-erp-btn-secondary {
    background-color: transparent;
    color: #11181c;
    border: 1.5px solid #18c4d6;
}

.ux-erp-btn-secondary:hover {
    background-color: #18c4d6;
    color: #ffffff;
}

/* --- Right Image Visual --- */
.ux-erp-visual {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ux-erp-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

/* 1366px Screen Resolution Rule (1140px width) */
@media (max-width: 1366px) {
    .ux-erp-container {
        max-width: 1140px;
        gap: 40px;
    }
}

/* Tablet Screens (Below 991px) */
@media (max-width: 991px) {
    .ux-erp-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ux-erp-visual {
        justify-content: center;
    }
}

/* Mobile Screens (Below 576px) */
@media (max-width: 576px) {
    .ux-erp-advisory {
        padding: 50px 16px;
    }

    .ux-erp-title {
        font-size: 28px;
    }

    .ux-erp-description {
        font-size: 14px;
    }

    .ux-erp-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ux-erp-btn {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   UX-ERP Combined Section Styling 
========================================================= */

/* Parent Outer Wrapper - Whole background is Blue/Grey */
.ux-erp-combined-wrapper {
    width: 100%;
    background-color: #B9CEDB;
    /* Top main section background */
    padding-top: 60px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

/* ---------------------------------------------------------
   Top Block: Ready to Transform
--------------------------------------------------------- */
.ux-erp-transform-top {
    width: 100%;
    padding: 60px 20px 60px 20px;
}

.ux-erp-transform-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 60px;
}

.ux-erp-transform-content {
    max-width: 800px;
}

.ux-erp-transform-title {
    font-size: 34px;
    font-weight: 700;
    color: #11181c;
    margin-bottom: 12px;
    line-height: 1.2;
}

.ux-erp-transform-text {
    font-size: 15px;
    font-weight: 400;
    color: #161616;
    line-height: 1.6;
    margin: 0;
}

/* Button Styling with Right Arrow */
.ux-erp-transform-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.ux-erp-btn-arrow {
    font-size: 16px;
    line-height: 1;
}

.ux-erp-transform-btn:hover {
    background-color: #1c252c;
    color: #ffffff;
}

/* ---------------------------------------------------------
   Bottom Card Block (Curved Top Corners: #EAEDEF)
--------------------------------------------------------- */
.ux-erp-fail-card-block {
    width: 100%;
    background-color: #EAEDEF;
    /* Grey Card BG */


    border-top-left-radius: 28px;
    border-top-right-radius: 28px;

    padding: 80px 20px;
    box-sizing: border-box;
}

.ux-erp-fail-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 60px;
    align-items: center;
}

/* Left Title & Subtitle */
.ux-erp-fail-title {
    font-size: 36px;
    font-weight: 700;
    color: #11181c;
    line-height: 1.25;
    margin-bottom: 24px;
}

.ux-erp-fail-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #161616;
    line-height: 1.7;
    margin: 0;
}

/* Right Side List Items */
.ux-erp-fail-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ux-erp-fail-item {
    background-color: #ffffff;
    padding: 22px 28px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    gap: 16px;
}

/* FontAwesome Checkbox Circle */
.ux-erp-fail-icon {
    flex-shrink: 0;
    font-size: 22px;
    color: #69727d;
    /* Dark gray/black check circle like screenshot */
}

.ux-erp-fail-text {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    line-height: 1.6;
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

/* 1366px Laptop Width Rule (1140px Container) */
@media (max-width: 1366px) {

    .ux-erp-transform-container,
    .ux-erp-fail-container {
        max-width: 1140px;
    }

    .ux-erp-fail-container {
        grid-template-columns: 360px minmax(0, 1fr);
        gap: 40px;
    }
}

/* Tablet Screens (Below 991px) */
@media (max-width: 991px) {
    .ux-erp-transform-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .ux-erp-fail-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Mobile Screens (Below 576px) */
@media (max-width: 576px) {

    .ux-erp-transform-title,
    .ux-erp-fail-title {
        font-size: 26px;
    }

    .ux-erp-fail-card-block {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 50px 16px;
    }

    .ux-erp-fail-item {
        padding: 18px;
        gap: 12px;
    }
}

/* =========================================================
   The Independent Advisor Difference Section
========================================================= */

.ux-erp-difference-section {
    width: 100%;
    padding: 90px 20px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.ux-erp-difference-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* Header Styling */
.ux-erp-difference-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px auto;
}

.ux-erp-difference-title {
    font-size: 38px;
    font-weight: 700;
    color: #11181c;
    line-height: 1.2;
    margin-bottom: 18px;
}

.ux-erp-difference-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 1.6;
    margin: 0;
}

/* 3-Cards Grid */
.ux-erp-difference-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Card Main Outer Box */
.ux-erp-diff-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ux-erp-diff-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Card Top Section (Heading + Icon) */
.ux-erp-diff-card-top {
    padding: 30px 30px 20px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    min-height: 105px;
    position: relative;
    box-sizing: border-box;
}

/* Left & Right Margin Spaced Divider Line (Underline) */
.ux-erp-diff-card-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 28px;
    /* Left side se spacing */
    right: 28px;
    /* Right side se spacing */
    height: 1px;
    background-color: #e2e8f0;
    /* Underline Color */
}

/* Card Heading (#004774) */
.ux-erp-diff-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #004774;
    line-height: 1.28;
    margin: 0;
}

/* Normal Image Icon Container */
.ux-erp-diff-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ux-erp-diff-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Card Bottom Section */
.ux-erp-diff-card-bottom {
    padding: 24px 30px 32px 30px;
    flex-grow: 1;
}

.ux-erp-diff-card-bottom p {
    font-size: 15px;
    font-weight: 400;
    color: #161616;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

/* 1366px Laptop Resolution (1140px Width) */
@media (max-width: 1366px) {
    .ux-erp-difference-container {
        max-width: 1140px;
    }

    .ux-erp-diff-card-title {
        font-size: 20px;
    }

    .ux-erp-diff-card-top {
        padding: 24px 24px 18px 24px;
    }

    .ux-erp-diff-card-top::after {
        left: 20px;
        right: 20px;
    }

    .ux-erp-diff-card-bottom {
        padding: 20px 24px 26px 24px;
    }
}

/* Tablet Screens (Below 991px) */
@media (max-width: 991px) {
    .ux-erp-difference-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ux-erp-diff-card-top {
        min-height: auto;
    }
}

/* Mobile Screens (Below 576px) */
@media (max-width: 576px) {
    .ux-erp-difference-section {
        padding: 50px 16px;
    }

    .ux-erp-difference-title {
        font-size: 28px;
    }

    .ux-erp-difference-subtitle {
        font-size: 14px;
    }
}

/* =========================================================
   End-to-End ERP Advisory Services Section
========================================================= */

.ux-erp-services-section {
    width: 100%;
    background-color: #001D30;
    /* Requested Section Dark Background */
    padding: 100px 20px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.ux-erp-services-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* Header Area */
.ux-erp-services-header {
    text-align: center;
    max-width: 940px;
    margin: 0 auto 60px auto;
}

.ux-erp-services-title {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.ux-erp-services-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

/* 2-Column Cards Grid */
.ux-erp-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

/* Single Card Box */
.ux-erp-service-card {
    background-color: #F3F7FA;
    /* Requested Card Background */
    border-radius: 16px;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

/* Card Header with Full-Width Underline */
.ux-erp-card-header {
    padding-bottom: 18px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d0dbe5;
    /* Underline Line */
}

/* Card Heading (#004774) */
.ux-erp-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #004774;
    /* Requested Heading Color */
    line-height: 1.35;
    margin: 0;
}

/* Card Body Content */
.ux-erp-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ux-erp-card-desc {
    font-size: 16px;
    font-weight: 400;
    color: #2a343d;
    line-height: 1.65;
    margin-bottom: 20px;
}

/* Bullet Points Styling */
.ux-erp-card-list {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: disc;
}

.ux-erp-card-list li {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    line-height: 1.3;
    list-style: disc;
}

.ux-erp-card-list li::marker {
    color: #000000;
    /* Bullet Point Color Match */
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

/* 1366px Laptop Width Rule (1140px Container) */
@media (max-width: 1366px) {
    .ux-erp-services-container {
        max-width: 1140px;
    }

    .ux-erp-service-card {
        padding: 28px 30px;
    }

    .ux-erp-card-title {
        font-size: 18px;
    }
}

/* Tablet & Mobile Screens (Single Column) */
@media (max-width: 991px) {
    .ux-erp-services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ux-erp-services-section {
        padding: 70px 20px;
    }
}

@media (max-width: 576px) {
    .ux-erp-services-section {
        padding: 50px 16px;
    }

    .ux-erp-services-title {
        font-size: 28px;
    }

    .ux-erp-service-card {
        padding: 22px 20px;
    }

    .ux-erp-card-title {
        font-size: 17px;
    }

    .ux-erp-card-desc {
        font-size: 13.5px;
    }

    .ux-erp-card-list li {
        font-size: 13px;
    }
}


/* =========================================================
   Outcomes-Driven From Day One Section Styling
========================================================= */

.ux-erp-outcomes-section {
    width: 100%;
    padding: 90px 20px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.ux-erp-outcomes-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* Header Area */
.ux-erp-outcomes-header {
    text-align: center;
    max-width: 920px;
    margin: 0 auto 60px auto;
}

.ux-erp-outcomes-title {
    font-size: 36px;
    font-weight: 700;
    color: #11181c;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ux-erp-outcomes-desc {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 1.7;
    margin: 0;
}

/* ---------------------------------------------------------
   4-Step Timeline Process (Exact Line Start/End)
--------------------------------------------------------- */
.ux-erp-process-timeline {
    margin-bottom: 70px;
    width: 100%;
}

.ux-erp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}

/* Line strictly starts from circle 1 center to circle 4 center */
.ux-erp-timeline-line {
    position: absolute;
    top: 24px;
    left: 12.5%;
    /* Exactly 1st column center */
    right: 12.5%;
    /* Exactly 4th column center */
    height: 2px;
    background-color: #18c4d6;
    /* Cyan Timeline Line */
    z-index: 1;
}

.ux-erp-step-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Circular Number Badge */
.ux-erp-step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #18c4d6;
    color: #18c4d6;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 0 0 5px #ffffff;
    /* White circle background to overlap the line cleanly */
}

.ux-erp-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #11181c;
    margin-bottom: 12px;
}

.ux-erp-step-text {
    font-size: 13.5px;
    font-weight: 400;
    color: #161616;
    line-height: 1.6;
    margin: 0;
    max-width: 260px;
}

/* ---------------------------------------------------------
   Bottom Dark JSP Box (#001D30)
--------------------------------------------------------- */
.ux-erp-jsp-card {
    background-color: #001D30;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.ux-erp-jsp-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

/* Left Content */
.ux-erp-jsp-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.3;
}

.ux-erp-jsp-line {
    width: 36px;
    height: 3px;
    background: linear-gradient(89.99deg, #108DC7 0.01%, #EF8E38 98.52%);
    margin-bottom: 24px;
}

.ux-erp-jsp-desc {
    font-size: 14px;
    font-weight: 400;
    color: #d1d5db;
    line-height: 1.7;
    margin: 0;
}

/* Right Side List Items */
.ux-erp-jsp-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.ux-erp-jsp-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

/* Image Icon Styling */
.ux-erp-jsp-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ux-erp-jsp-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ux-erp-jsp-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.ux-erp-jsp-content p {
    font-size: 13.5px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

/* 1366px Laptop Width Rule (1140px Container) */
@media (max-width: 1366px) {
    .ux-erp-outcomes-container {
        max-width: 1140px;
    }

    .ux-erp-jsp-card {
        padding: 40px 45px;
    }

    .ux-erp-jsp-grid {
        gap: 40px;
    }
}

/* Tablet Screens (Below 991px) */
@media (max-width: 991px) {
    .ux-erp-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .ux-erp-timeline-line {
        display: none;
        /* Hide horizontal line when items wrap */
    }

    .ux-erp-jsp-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/* Mobile Screens (Below 576px) */
@media (max-width: 576px) {
    .ux-erp-outcomes-section {
        padding: 50px 16px;
    }

    .ux-erp-outcomes-title {
        font-size: 28px;
    }

    .ux-erp-process-grid {
        grid-template-columns: 1fr;
    }

    .ux-erp-jsp-card {
        padding: 30px 20px;
        border-radius: 14px;
    }

    .ux-erp-jsp-title {
        font-size: 22px;
    }
}


/* =========================================================
   A Phased Advisory Model Section Styling
========================================================= */

.ux-erp-phased-section {
    width: 100%;
    background-color: #FEFEFECC;
    padding: 90px 20px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.ux-erp-phased-container {
    max-width: 1140px;
    /* Clean structured width for stack alignment */
    width: 100%;
    margin: 0 auto;
}

/* Header Styling */
.ux-erp-phased-header {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto 50px auto;
}

.ux-erp-phased-title {
    font-size: 36px;
    font-weight: 600;
    color: #11181c;
    line-height: 1.25;
    margin-bottom: 16px;
}

.ux-erp-phased-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 1.6;
    margin: 0;
}

/* Vertical Stack Cards Container */
.ux-erp-phased-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Individual Phase Card */
.ux-erp-phase-card {
    background-color: #C0D3DF;
    border-radius: 16px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    gap: 32px;
    box-sizing: border-box;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ux-erp-phase-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Dark Phase Badge/Pill */
.ux-erp-phase-badge {
    background-color: #001d3099;
    /* Dark Slate Blue Badge Color */
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    letter-spacing: 0.2px;
}

/* Phase Content Area */
.ux-erp-phase-content {
    flex-grow: 1;
}

.ux-erp-phase-title {
    font-size: 17px;
    font-weight: 600;
    color: #11181c;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.ux-erp-phase-desc {
    font-size: 14px;
    font-weight: 400;
    color: #161616;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

/* 1366px Laptop Screen Width */
@media (max-width: 1366px) {
    .ux-erp-phased-container {
        max-width: 1040px;
    }

    .ux-erp-phase-card {
        padding: 24px 30px;
        gap: 24px;
    }

    .ux-erp-phase-title {
        font-size: 17px;
    }

    .ux-erp-phase-desc {
        font-size: 13px;
    }
}

/* Tablet & Mobile Layouts */
@media (max-width: 768px) {
    .ux-erp-phase-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 22px 24px;
    }

    .ux-erp-phase-badge {
        padding: 8px 18px;
        font-size: 12.5px;
    }
}

@media (max-width: 576px) {
    .ux-erp-phased-section {
        padding: 50px 16px;
    }

    .ux-erp-phased-title {
        font-size: 26px;
    }

    .ux-erp-phased-subtitle {
        font-size: 13.5px;
    }

    .ux-erp-phase-card {
        padding: 20px 18px;
        border-radius: 12px;
    }

    .ux-erp-phase-title {
        font-size: 16px;
    }
}

/* =========================================================
   What Sets Our Advisory Practice Apart Section
========================================================= */

.ux-erp-apart-section {
    width: 100%;
    padding: 90px 20px;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.ux-erp-apart-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* Header Area */
.ux-erp-apart-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 60px auto;
}

.ux-erp-apart-title {
    font-size: 38px;
    font-weight: 700;
    color: #11181c;
    line-height: 1.2;
    margin-bottom: 18px;
}

.ux-erp-apart-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* 6-Cards Grid Layout (3 Columns x 2 Rows) */
.ux-erp-apart-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Single Card Styling */
.ux-erp-apart-card {
    background-color: #EAEDEF;
    /* Matching soft grey/ice card BG */
    border: 1px solid #dce2e6;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .ux-erp-apart-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
} */

/* Card Top Section (Heading + Icon) */
.ux-erp-apart-card-top {
    padding: 28px 28px 18px 28px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    min-height: 100px;
    position: relative;
    box-sizing: border-box;
}

/* Left & Right Spaced Underline Divider Line */
.ux-erp-apart-card-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 26px;
    /* Left spacing */
    right: 0px;
    height: 2px;
    background-color: #cbd5e1;
    /* Underline Color */
}

/* Heading Color (#004774) */
.ux-erp-apart-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #004774;
    line-height: 1.28;
    margin: 0;
}

/* Normal Image Icon Box */
.ux-erp-apart-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ux-erp-apart-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Card Bottom Section (Description) */
.ux-erp-apart-card-bottom {
    padding: 22px 28px 28px 28px;
    flex-grow: 1;
}

.ux-erp-apart-card-bottom p {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
   Responsive Breakpoints
========================================================= */

/* 1366px Laptop Width Rule (1140px Container) */
@media (max-width: 1366px) {
    .ux-erp-apart-container {
        max-width: 1140px;
    }

    .ux-erp-apart-card-title {
        font-size: 19px;
    }

    .ux-erp-apart-card-top {
        padding: 24px 22px 16px 22px;
    }

    .ux-erp-apart-card-top::after {
        left: 20px;
        right: 20px;
    }

    .ux-erp-apart-card-bottom {
        padding: 18px 22px 24px 22px;
    }
}

/* Tablet Screens (Below 991px) */
@media (max-width: 991px) {
    .ux-erp-apart-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ux-erp-apart-card-top {
        min-height: auto;
    }
}

/* Mobile Screens (Below 576px) */
@media (max-width: 576px) {
    .ux-erp-apart-section {
        padding: 50px 16px;
    }

    .ux-erp-apart-title {
        font-size: 28px;
    }

    .ux-erp-apart-subtitle {
        font-size: 14px;
    }

    .ux-erp-apart-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   Advisory Experience Across Sectors Styling
========================================================= */

.ux-erp-sectors-section {
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    box-sizing: border-box;
}

.ux-erp-sectors-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Header Styling */
.ux-erp-sectors-header {
    text-align: center;
    max-width: 940px;
    margin: 0 auto 45px auto;
}

.ux-erp-sectors-title {
    font-size: 36px;
    font-weight: 600;
    color: #11181c;
    line-height: 1.25;
    margin-bottom: 18px;
}

.ux-erp-sectors-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    line-height: 1.6;
    margin: 0;
}

/* Unique Swiper Styling & Continuous Transition */
.ux-erp-sectors-swiper {
    width: 100%;
    padding: 10px 0;

    /* Left and Right Soft Fade/Shadow Effect (No Sharp Cut Edge) */
    -webkit-mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 12%,
            rgba(0, 0, 0, 1) 88%,
            rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 12%,
            rgba(0, 0, 0, 1) 88%,
            rgba(0, 0, 0, 0) 100%);
}

/* Linear Animation Timing for Smooth Continuous Scroll */
.ux-erp-sectors-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* Pill Slide Item */
.ux-erp-sectors-swiper .swiper-slide.ux-erp-sector-pill {
    width: auto !important;
    /* Dynamic width according to text */
    background-color: #f0f0f080;
    /* Light grey pill background */
    border-radius: 50px;
    padding: 14px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    user-select: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.ux-erp-sectors-swiper .swiper-slide.ux-erp-sector-pill:hover {
    background-color: #e2e8f0;
    transform: translateY(-2px);
}

.ux-erp-sectors-swiper .swiper-slide.ux-erp-sector-pill span {
    font-size: 13px;
    font-weight: 400;
    color: #161616;
    white-space: nowrap;
}

/* Responsive Rules */
@media (max-width: 768px) {
    .ux-erp-sectors-section {
        padding: 50px 0;
    }

    .ux-erp-sectors-title {
        font-size: 28px;
    }

    .ux-erp-sectors-subtitle {
        font-size: 14px;
    }

    /* Reduce fade area slightly on smaller screens */
    .ux-erp-sectors-swiper {
        -webkit-mask-image: linear-gradient(to right,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 1) 8%,
                rgba(0, 0, 0, 1) 92%,
                rgba(0, 0, 0, 0) 100%);
        mask-image: linear-gradient(to right,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 1) 8%,
                rgba(0, 0, 0, 1) 92%,
                rgba(0, 0, 0, 0) 100%);
    }

    .ux-erp-sectors-swiper .swiper-slide.ux-erp-sector-pill {
        padding: 10px 20px;
    }

    .ux-erp-sectors-swiper .swiper-slide.ux-erp-sector-pill span {
        font-size: 13px;
    }
}

/* =========================================================
   Ready to Protect ERP Investment CTA Section
========================================================= */

.ux-erp-cta-section {
    width: 100%;
    background-color: #031e2e;
    /* Dark Navy Blue Background */
    padding: 100px 20px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
}

.ux-erp-cta-container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

/* Heading Styling */
.ux-erp-cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
}

/* Subtitle/Description Styling */
.ux-erp-cta-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #e2e8f0;
    line-height: 1.65;
    margin: 0 auto 38px auto;
    max-width: 820px;
}

/* Button Wrapper */
.ux-erp-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* 1. Unique Primary Cyan Button */
.ux-erp-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    background-color: #00bcd4;
    /* Bright Cyan/Teal Accent */
    color: #ffffff;
    border: 1px solid #00bcd4;
    transition: all 0.3s ease;
}

.ux-erp-cta-btn-primary:hover {
    background-color: #00a0b5;
    border-color: #00a0b5;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.3);
}

/* 2. Unique White Outline Button */
.ux-erp-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #18c4d6;
    transition: all 0.3s ease;
}

.ux-erp-cta-btn-outline:hover {
    background-color: #ffffff;
    color: #031e2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .ux-erp-cta-section {
        padding: 60px 16px;
    }

    .ux-erp-cta-title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .ux-erp-cta-subtitle {
        font-size: 14.5px;
        margin-bottom: 28px;
    }

    .ux-erp-cta-br {
        display: none;
    }

    .ux-erp-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .ux-erp-cta-btn-primary,
    .ux-erp-cta-btn-outline {
        width: 100%;
        max-width: 320px;
    }
}

/* SAP Payroll Page Styles */
.sap-payroll-hero {
    position: relative;
    padding: 115px 0 100px;
    background: #fbfdff;
    overflow: hidden;
}

.sap-payroll-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sap-payroll-hero-bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: right top;
}

.sap-payroll-hero-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    padding: 50px 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;


}

@media (max-width: 1366px) {
    .sap-payroll-hero-container {
        max-width: 1140px;
    }
}

.sap-payroll-hero-content {
    flex: 0 0 50%;
    max-width: 550px;
}

.sap-payroll-hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #151d28;
}

.sap-payroll-hero-breadcrumb span:last-child,
.sap-payroll-hero-breadcrumb i {
    color: #18c4d6;
}

.sap-payroll-hero-content h1 {
    font-size: 56px;
    font-weight: 800;
    color: #111822;
    line-height: 1.1;
    margin-bottom: 30px;
}

.sap-payroll-hero-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #111822;
    line-height: 1.5;
    margin-bottom: 24px;
}

.sap-payroll-hero-desc {
    font-size: 15px;
    color: #161616;
    line-height: 1.7;
    margin-bottom: 40px;
    font-weight: 500;
}

.sap-payroll-hero-btn {
    display: inline-block;
    background-color: #19c6d9;
    color: #fff;
    padding: 7px 18px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.sap-payroll-hero-btn:hover {
    background-color: #15a8b8;
    color: #fff;
}

.sap-payroll-hero-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.sap-payroll-hero-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991px) {
    .sap-payroll-hero-container {
        flex-direction: column;
    }

    .sap-payroll-hero-content {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .sap-payroll-hero-breadcrumb {
        justify-content: center;
    }

    .sap-payroll-hero-image-wrapper {
        justify-content: center;
    }

    .sap-payroll-hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .sap-payroll-hero-content h1 {
        font-size: 34px;
    }

    .sap-payroll-hero-subtitle {
        font-size: 18px;
    }

    .sap-payroll-hero {
        padding: 50px 0 60px;
    }
}

/* SAP Payroll Offerings Section */
.sap-payroll-offerings {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

.sap-payroll-offerings-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sap-payroll-offerings-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sap-payroll-offerings-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
}

.sap-payroll-offerings-header {
    margin-bottom: 60px;
}

.sap-payroll-line-deco {
    margin-bottom: 24px;
    display: block;
}

.sap-payroll-offerings-header h2 {
    font-size: 30px;
    font-weight: 800;
    color: #11181c;
    margin-bottom: 20px;
}

.sap-payroll-offerings-header h3 {
    font-size: 30px;
    font-weight: 700;
    color: #111822;
    margin-bottom: 20px;
}

.sap-payroll-offerings-header h3 .highlight {
    color: #004774;
    font-weight: 800;
    /* Specific blue color from screenshot */
}

.sap-payroll-offerings-header p {
    font-size: 15px;
    color: #161616;
    max-width: 800px;
    line-height: 1.6;
    font-weight: 500;
}

.sap-payroll-timeline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1280px;
}

.sap-payroll-timeline-item {
    display: flex;
    align-items: stretch;
    width: 1230px;
}

.sap-payroll-pill {
    flex: 0 0 320px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    gap: 20px;
    color: #fff;
    box-sizing: border-box;
}

.sap-payroll-pill img {
    width: 45px;
    height: auto;
}

.sap-payroll-pill h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.sap-payroll-connector {
    flex: 0 0 60px;
    position: relative;
    display: flex;
    align-items: center;
}

.sap-payroll-connector::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: #d1d5db;
    transform: translateY(-50%);
}

.sap-payroll-connector::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #d1d5db;
    border-radius: 50%;
    transform: translateY(-50%);
}

.sap-payroll-box {
    flex: 1;
    min-height: 100px;
    border-radius: 50px;
    background-color: #ffffff;
    padding: 20px 40px;
    margin-left: 5px;
    /* space for the dot */
    box-sizing: border-box;
}

.sap-payroll-box p {
    margin: 0;
    font-size: 15px;
    color: #161616;
    line-height: 1.6;
    font-weight: 500;
}

.sap-payroll-box ul {
    margin: 5px 0 0 20px;
    padding: 0;
    font-size: 15px;
    color: #161616;
    font-weight: 500;
    list-style: disc;
}

.sap-payroll-box ul li {
    margin-bottom: 5px;
}

/* Colors for Items */
.sap-payroll-pill-1 {
    background-color: #1a223a;
}

.sap-payroll-box-1 {
    border: 1px solid #1a223a;
}

.sap-payroll-pill-2 {
    background-color: #9d368e;
}

.sap-payroll-box-2 {
    border: 1px solid #9d368e;
}

.sap-payroll-pill-3 {
    background-color: #1ec7db;
}

.sap-payroll-box-3 {
    border: 1px solid #1ec7db;
}

.sap-payroll-pill-4 {
    background-color: #8353f4;
}

.sap-payroll-box-4 {
    border: 1px solid #8353f4;
}

.sap-payroll-pill-5 {
    background-color: #0a5472;
}

.sap-payroll-box-5 {
    border: 1px solid #0a5472;
}

/* Responsive */
@media (max-width: 991px) {
    .sap-payroll-timeline-item {
        flex-direction: column;
        align-items: stretch;
    }

    .sap-payroll-pill {
        flex: 0 0 auto;
        justify-content: center;
        text-align: center;
    }

    .sap-payroll-connector {
        flex: 0 0 30px;
    }

    .sap-payroll-connector::before {
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        height: auto;
        transform: translateX(-50%);
    }

    .sap-payroll-connector::after {
        right: auto;
        left: 50%;
        top: auto;
        bottom: -5px;
        transform: translateX(-50%);
    }

    .sap-payroll-box {
        margin-left: 0;
        margin-top: 5px;
        text-align: center;
        border-radius: 20px;
    }

    .sap-payroll-box ul {
        text-align: left;
    }
}

@media (max-width: 1366px) {
    .sap-payroll-offerings-container {
        max-width: 1140px;
    }

    .sap-payroll-timeline {
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 1140px;
    }

    .sap-payroll-timeline-item {
        display: flex;
        align-items: stretch;
        width: 1100px;
    }

}

/* Ongoing Support Section */
.sap-payroll-ongoing-support {
    position: relative;
    padding: 100px 0;
    z-index: 2;
}

.sap-payroll-ongoing-support-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sap-payroll-ongoing-support-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sap-payroll-ongoing-support-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.sap-payroll-ongoing-content {
    flex: 0 0 55%;
    max-width: 55%;
}

.sap-payroll-ongoing-image {
    position: absolute;
    right: -7%;
    bottom: -100px;
    width: 47%;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.sap-payroll-ongoing-image img {
    max-width: 100%;
    height: auto;
}

.sap-payroll-ongoing-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #11181c;
    margin-bottom: 20px;
}

.sap-payroll-ongoing-desc {
    font-size: 15px;
    color: #161616;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 500;
}

.sap-payroll-ongoing-title {
    font-size: 30px;
    font-weight: 800;
    color: #004774;
    margin-bottom: 10px;
}

.sap-payroll-ongoing-line {
    display: block;
    margin-bottom: 25px;
}

.sap-payroll-ongoing-subdesc {
    font-size: 15px;
    color: #161616;
    margin-bottom: 20px;
    font-weight: 500;
}

.sap-payroll-ongoing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sap-payroll-ongoing-list li {
    background-color: #e3e3e3;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #161616;
    display: flex;
    align-items: center;
}

.sap-payroll-ongoing-list .bullet {
    margin-right: 10px;
    color: #111822;
}

@media (max-width: 1366px) {
    .sap-payroll-ongoing-support-container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    .sap-payroll-ongoing-support-container {
        flex-direction: column;
    }

    .sap-payroll-ongoing-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sap-payroll-ongoing-image {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
}

/* Managed Payroll Services Section */
.sap-payroll-managed {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.sap-payroll-managed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sap-payroll-managed-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sap-payroll-managed-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.sap-payroll-managed-content {
    flex: 0 0 75%;
    max-width: 75%;
}

.sap-payroll-managed-image {
    position: absolute;
    right: 0%;
    bottom: -100px;
    display: flex;
    justify-content: center;
    z-index: 2;
    height: 409px;
}

.sap-payroll-managed-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sap-payroll-managed-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;

}

.sap-payroll-managed-line {
    display: block;
    margin-bottom: 25px;
}

.sap-payroll-managed-desc {
    font-size: 15px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
}

.sap-payroll-managed-features {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.sap-payroll-managed-feature {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}

.sap-payroll-managed-feature:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

.sap-payroll-managed-feature .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1366px) {
    .sap-payroll-managed-container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    .sap-payroll-managed-container {
        flex-direction: column;
    }

    .sap-payroll-managed-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sap-payroll-managed-image {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .sap-payroll-managed-features {
        flex-direction: column;
        gap: 30px;
    }

    .sap-payroll-managed-feature:not(:last-child)::after {
        display: none;
    }
}

/* Why Choose Section */
.sap-payroll-why {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.sap-payroll-why-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sap-payroll-why-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sap-payroll-why-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
}

.sap-payroll-why-line {
    display: block;
    margin-bottom: 30px;
}

.sap-payroll-why-container h2 {
    font-size: 30px;
    font-weight: 800;
    color: #11181c;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sap-payroll-why-logo {
    height: 34px;
}

.sap-payroll-why-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 60px;
}

.sap-payroll-why-card {
    background: transparent;
    border: 1px solid #0b5170;
    border-radius: 20px;
    padding: 35px 35px 45px 35px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sap-payroll-why-card-1 {
    width: calc(36% - 12.5px);
}

.sap-payroll-why-card-2 {
    width: calc(64% - 12.5px);
}

.sap-payroll-why-card-3 {
    width: calc(48% - 12.5px);
}

.sap-payroll-why-card-4 {
    width: calc(52% - 12.5px);
}

.sap-payroll-why-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #20203f;
    margin-bottom: 15px;
    line-height: 1.3;
}

.sap-payroll-why-card p {
    font-size: 15px;
    color: #161616;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: 500;
}

.sap-payroll-why-card-icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
    height: 70px;
    width: auto;
}

.sap-payroll-why-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sap-payroll-why-footer p {
    font-size: 20px;
    font-weight: 800;
    color: #161616;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.sap-payroll-why-footer p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(179.2deg, #18c4d6 0.69%, #004774 109.53%);
}

.sap-payroll-why .btn-cyan {
    display: inline-block;
    background-color: #19c6d9;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.sap-payroll-why .btn-cyan:hover {
    background-color: #14a0b0;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1366px) {
    .sap-payroll-why-container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {

    .sap-payroll-why-card-1,
    .sap-payroll-why-card-2,
    .sap-payroll-why-card-3,
    .sap-payroll-why-card-4 {
        width: 100%;
    }

    .sap-payroll-why-container h2 {
        font-size: 28px;
        flex-wrap: wrap;
    }
}

/* SAP PAYROLL GLOBAL RESPONSIVE CONTAINERS */
@media (max-width: 1199px) {

    .sap-payroll-hero-container,
    .sap-payroll-offerings-container,
    .sap-payroll-ongoing-support-container,
    .sap-payroll-managed-container,
    .sap-payroll-why-container {
        max-width: 960px !important;
    }
}

@media (max-width: 991px) {

    .sap-payroll-hero-container,
    .sap-payroll-offerings-container,
    .sap-payroll-ongoing-support-container,
    .sap-payroll-managed-container,
    .sap-payroll-why-container {
        max-width: 720px !important;
    }
}

@media (max-width: 767px) {

    .sap-payroll-hero-container,
    .sap-payroll-offerings-container,
    .sap-payroll-ongoing-support-container,
    .sap-payroll-managed-container,
    .sap-payroll-why-container {
        max-width: 540px !important;
    }

    /* Global font size reductions for mobile */
    .sap-payroll-hero-content h1,
    .sap-payroll-offerings h2,
    .sap-payroll-ongoing-content h2,
    .sap-payroll-managed-content h2,
    .sap-payroll-why-container h2 {
        font-size: 28px !important;
    }

    .sap-payroll-why-card h3,
    .sap-payroll-ongoing-title {
        font-size: 22px !important;
    }
}

@media (max-width: 575px) {

    .sap-payroll-hero-container,
    .sap-payroll-offerings-container,
    .sap-payroll-ongoing-support-container,
    .sap-payroll-managed-container,
    .sap-payroll-why-container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Railroad Page Styles */
.page-railroad .railroad-hero {
    position: relative;
    padding: 150px 0 100px;
    background: #fbfdff;
    overflow: hidden;
}

.page-railroad .railroad-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-railroad .railroad-hero-bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: right top;
    display: block;
}

.page-railroad .railroad-hero-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    padding: 0 24px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.page-railroad .railroad-hero-content {
    flex: 1;
    max-width: 550px;
}

.page-railroad .railroad-hero-content h1 {
    font-size: 36px;
    font-weight: 800;
    color: #11181c;
    margin-bottom: 25px;
    line-height: 1.2;
}

.page-railroad .railroad-hero-content p {
    font-size: 16px;
    color: #161616;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

.page-railroad .railroad-hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.page-railroad .railroad-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

@media (max-width: 1366px) {
    .page-railroad .railroad-hero-container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .page-railroad .railroad-hero-container {
        max-width: 960px;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .page-railroad .railroad-hero {
        padding: 120px 0 60px;
    }

    .page-railroad .railroad-hero-container {
        max-width: 720px;
        flex-direction: column;
    }

    .page-railroad .railroad-hero-content {
        max-width: 100%;
    }

    .page-railroad .railroad-hero-image {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .page-railroad .railroad-hero-container {
        max-width: 540px;
    }

    .page-railroad .railroad-hero-content h1 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .page-railroad .railroad-hero-container {
        max-width: 100%;
        padding: 0 15px;
    }
}

/* Railroad Challenges Section */
.page-railroad .railroad-challenges {
    background-color: #001D30;
    padding: 80px 0 0;
    margin-bottom: 80px;
}

.page-railroad .railroad-challenges-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-railroad .railroad-challenges-header {
    text-align: center;
    color: #ffffff;


}

.page-railroad .railroad-challenges-header h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-railroad .railroad-challenges-header p {
    color: #ffffff;
    font-size: 15px;

    font-weight: 500;
}

.page-railroad .railroad-challenges-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    transform: translateY(80px);
    position: relative;
    z-index: 5;
}

.page-railroad .railroad-challenge-card {
    position: relative;
    width: calc(25% - 22.5px);
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
}

.page-railroad .railroad-challenge-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
}

.page-railroad .railroad-challenge-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-railroad .railroad-challenge-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.page-railroad .railroad-challenge-top h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.page-railroad .railroad-challenge-top .elementor-icon-box-icon {
    background-color: #CAD4DB80;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-railroad .railroad-challenge-content p {
    color: #ffffff;
    font-size: 15px;

    margin-top: auto;
    font-weight: 500;
}

/* Media Queries for Railroad Challenges */
@media (max-width: 1366px) {
    .page-railroad .railroad-challenges-container {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    .page-railroad .railroad-challenges-container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .page-railroad .railroad-challenges-container {
        max-width: 720px;
    }

    .page-railroad .railroad-challenge-card {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .page-railroad .railroad-challenges-container {
        max-width: 540px;
    }

    .page-railroad .railroad-challenges-header h2 {
        font-size: 28px;
    }

    .page-railroad .railroad-challenge-card {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .page-railroad .railroad-challenges-container {
        max-width: 100%;
    }

    .page-railroad .railroad-challenge-card {
        padding: 30px 20px;
    }
}

/* Railroad ESG Section */
.page-railroad .railroad-esg {
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}

.page-railroad .railroad-esg-container {
    padding: 0 15px;
    text-align: center;
}

.page-railroad .railroad-esg-tabs-container {
    background-color: #B9CEDB33;
    display: inline-flex !important;
    border-radius: 32px;
    padding: 8px 10px;
    box-shadow: 2px 2px 8px 0px #CDD5DB inset;
    margin-bottom: 60px;
}

.page-railroad .railroad-esg-tab {
    padding: 12px 30px;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    color: #1a1a1a;
}

.page-railroad .railroad-esg-tab.active {
    background-color: #001D30;
    color: #ffffff;
}

.page-railroad .tab-title.active::after {
    content: "";
    background: linear-gradient(182deg, #108DC7 0%, #EF8E38 91.23%);
    width: 20px;
    height: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    left: 50% !important;
    position: absolute;
    bottom: 0px;
    display: block;
    transform: translateX(-50%);
}

.page-railroad .railroad-esg-content {
    display: flex;
    gap: 40px;
    align-items: center;
    text-align: left;
}

.page-railroad .railroad-esg-video {
    flex: 1;
    position: relative;
}

.page-railroad .railroad-esg-video img {
    width: 100%;
    border-radius: 25px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-railroad .railroad-esg-cookie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px 30px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
}

.page-railroad .railroad-esg-cookie:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.page-railroad .railroad-esg-text {
    flex: 1;
    padding-right: 20px;
}

.page-railroad .railroad-esg-text h2 {
    font-size: 36px;
    color: #11181c;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-railroad .railroad-esg-text p {
    font-size: 16px;
    color: #161616;
    line-height: 1.8;
    font-weight: 500;

}

@media (max-width: 991px) {
    .page-railroad .railroad-esg-content {
        flex-direction: column;
    }

    .page-railroad .railroad-esg-text {
        padding-right: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .page-railroad .railroad-esg-tabs-container {
        flex-direction: column;
        border-radius: 20px;
    }

    .page-railroad .railroad-esg-tab {
        border-radius: 20px;
    }

    .page-railroad .railroad-esg-cookie {
        font-size: 12px;
        padding: 10px 15px;
        white-space: normal;
        width: 80%;
    }
}

/* Railroad Features Section */
.page-railroad .railroad-features {
    background-color: #001D30;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

.page-railroad .railroad-features-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-railroad .railroad-features h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.page-railroad .features-desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

.page-railroad .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page-railroad .feature-card {
    background-color: #B9CEDBE5;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.page-railroad .feature-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.page-railroad .feature-header h3 {
    color: #004774;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.page-railroad .feature-icon {
    flex-shrink: 0;
    margin-left: 15px;
}

.page-railroad .feature-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.page-railroad .feature-card p {
    color: #161616;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991px) {
    .page-railroad .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .page-railroad .features-grid {
        grid-template-columns: 1fr;
    }

    .page-railroad .railroad-features h2 {
        font-size: 28px;
    }
}

/* Railroad Modernize Section */
.page-railroad .railroad-modernize {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.page-railroad .railroad-modernize-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-railroad .modernize-header-area {
    max-width: 50%;
    padding-right: 30px;
}

.page-railroad .modernize-header-area h2 {
    font-size: 36px;
    color: #11181c;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-railroad .modernize-desc {
    font-size: 16px;
    color: #161616;
    line-height: 1.6;
    margin-bottom: 40px;
}

.page-railroad .modernize-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.page-railroad .modernize-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-railroad .modernize-card {
    background-color: #B9CEDB33;
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 20px 20px 20px 20px;

}

.page-railroad .modernize-card h3 {
    font-size: 20px;
    color: #11181c;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-railroad .modernize-card p {
    font-size: 16px;
    color: #161616;
    line-height: 1.8;
    margin: 0;

}

.page-railroad .modernize-right {
    flex: 1;
    position: sticky;

}

.page-railroad .modernize-right img {
    width: 100%;
    border-radius: 20px;
    display: block;
    height: 530px;
}

@media (max-width: 991px) {
    .page-railroad .modernize-header-area {
        max-width: 100%;
        padding-right: 0;
    }

    .page-railroad .modernize-content {
        flex-direction: column;
        gap: 40px;
    }
}

/* Railroad CTA Section */
.page-railroad .railroad-cta {
    background-color: #001D30;
    padding: 100px 0;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.page-railroad .railroad-cta-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-railroad .railroad-cta h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-railroad .railroad-cta p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 500;
}

.page-railroad .railroad-btn {
    display: inline-block;
    background-color: #18c4d6;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 25px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.page-railroad .railroad-btn:hover {
    background-color: #17B2CD;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .page-railroad .railroad-cta h2 {
        font-size: 28px;
    }

    .page-railroad .railroad-cta p {
        font-size: 16px;
    }
}

/* Railroad Blogs Section */
.page-railroad .railroad-blogs {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.page-railroad .railroad-blogs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-railroad .railroad-blogs-title {
    font-size: 36px;
    color: #001D30;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
    width: 460px;
}

.page-railroad .railroad-blogs-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: linear-gradient(182deg, #108DC7 0%, #EF8E38 91.23%);
    border-radius: 4px;
}

.page-railroad .railroad-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page-railroad .railroad-blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}



.page-railroad .railroad-blog-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.page-railroad .railroad-blog-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.3s ease;
}


.page-railroad .railroad-blog-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-railroad .railroad-blog-tag {
    display: inline-block;
    background-color: #E2EFF7;
    color: #108DC7;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    align-self: flex-start;
    text-transform: uppercase;
}

.page-railroad .railroad-blog-card-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 25px;
}

.page-railroad .railroad-blog-card-body p {
    font-size: 14px;
    color: #888;
    margin-top: auto;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-railroad .railroad-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .page-railroad .railroad-blog-grid {
        grid-template-columns: 1fr;
    }

    .page-railroad .railroad-blogs-title {
        font-size: 28px;
    }
}