:root {
    --sap-red: #e21d24;
    --sap-red-dark: #bd1117;
    --sap-red-soft: #fff3f3;
    --heading-color: #111827;
    --text-color: #5d6470;
    --border-color: #ececef;
}

#phoneError, #nameError, #emailError {
    display: none;
}

.sap-btp-solutions-section {
    position: relative;
    overflow: hidden;
    padding: 65px 0 0;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

/* Section heading */

.section-heading {
    margin-bottom: 38px;
}

.section-heading h2 {
    margin: 0;
    color: var(--heading-color);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.25;
}

.section-heading h2 span {
    color: var(--sap-red);
}

.heading-line {
    width: 56px;
    height: 3px;
    margin: 13px auto 0;
    border-radius: 10px;
    background: var(--sap-red);
}

/* Why BTP cards */

.btp-feature-card {
    height: 100%;
    min-height: 260px;
    padding: 32px 20px 26px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 35px rgba(20, 30, 55, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.btp-feature-card:hover {
    border-color: rgba(226, 29, 36, 0.25);
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(226, 29, 36, 0.12);
}

.feature-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 22px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sap-red-soft);
    color: var(--sap-red);
    font-size: 39px;
    transition: all 0.3s ease;
}

.btp-feature-card:hover .feature-icon {
    background: var(--sap-red);
    color: #ffffff;
    transform: rotate(-4deg) scale(1.05);
}

.btp-feature-card h3 {
    min-height: 47px;
    margin-bottom: 14px;
    color: #1b2230;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
}

.btp-feature-card p {
    margin: 0;
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.7;
}

/* Services section */

.integration-services-block {
    position: relative;
    margin-top: 65px;
    padding: 55px 0 75px;
    background:
        radial-gradient(
            circle at 95% 35%,
            rgba(226, 29, 36, 0.055),
            transparent 25%
        ),
        linear-gradient(180deg, #ffffff 0%, #fffdfd 100%);
}

.services-list-wrapper {
    padding-right: 15px;
}

.integration-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.integration-service-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 27px;
    color: #232b38;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.integration-service-list li:last-child {
    margin-bottom: 0;
}

.integration-service-list i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--sap-red);
    font-size: 17px;
}

/* Integration visual */

.integration-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 445px;
}

.decorative-gear {
    position: absolute;
    z-index: 0;
    color: rgba(226, 29, 36, 0.075);
    line-height: 1;
}

.gear-one {
    top: -30px;
    right: 15px;
    font-size: 112px;
}

.gear-two {
    top: 95px;
    right: -10px;
    font-size: 72px;
}

/* Laptop */

.laptop-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 590px;
}

.laptop-screen {
    position: relative;
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
    border: 9px solid #24272c;
    border-bottom-width: 11px;
    border-radius: 14px 14px 6px 6px;
    background: #ffffff;
    box-shadow: 0 25px 50px rgba(20, 24, 35, 0.2);
}

.dashboard-topbar {
    min-height: 32px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(
        90deg,
        var(--sap-red-dark),
        var(--sap-red)
    );
    color: #ffffff;
    font-size: 8px;
    font-weight: 600;
}

.topbar-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.9;
}

.topbar-actions {
    margin-left: auto;
    display: flex;
    gap: 8px;
}

.dashboard-layout {
    min-height: 330px;
    display: flex;
}

/* Dashboard sidebar */

.dashboard-sidebar {
    width: 108px;
    flex: 0 0 108px;
    padding: 15px 7px;
    background: #2d3035;
}

.sidebar-brand {
    margin-bottom: 12px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.dashboard-sidebar a {
    margin-bottom: 5px;
    padding: 8px 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #d8dadd;
    font-size: 8px;
    text-decoration: none;
}

.dashboard-sidebar a i {
    font-size: 10px;
}

.dashboard-sidebar a.active,
.dashboard-sidebar a:hover {
    background: var(--sap-red);
    color: #ffffff;
}

/* Dashboard content */

.dashboard-content {
    flex: 1;
    padding: 20px 17px;
    background:
        linear-gradient(
            135deg,
            rgba(226, 29, 36, 0.025),
            transparent 40%
        ),
        #ffffff;
}

.dashboard-content h4 {
    margin-bottom: 22px;
    color: var(--sap-red);
    font-size: 13px;
    font-weight: 750;
}

.integration-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.flow-card {
    width: 94px;
    min-height: 76px;
    padding: 10px 7px;
    border: 1px solid #eee3e3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #ffffff;
    box-shadow: 0 7px 18px rgba(20, 24, 35, 0.06);
    color: #242933;
    text-align: center;
    font-size: 8px;
    font-weight: 700;
}

.flow-card i {
    color: var(--sap-red);
    font-size: 21px;
}

.flow-card.highlighted {
    border-color: rgba(226, 29, 36, 0.25);
    background: var(--sap-red-soft);
}

.flow-arrow {
    color: var(--sap-red);
    font-size: 13px;
}

.secondary-flow {
    margin: 15px auto 0;
    display: flex;
    justify-content: center;
    gap: 55px;
}

.small-flow-card {
    min-width: 90px;
    padding: 9px;
    border: 1px solid #eee3e3;
    border-radius: 7px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    gap: 6px;
    color: #343a44;
    font-size: 8px;
    font-weight: 700;
    box-shadow: 0 6px 15px rgba(20, 24, 35, 0.05);
}

.small-flow-card i {
    color: var(--sap-red);
}

/* Monitoring panel */

.monitoring-panel {
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #efefef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(20, 24, 35, 0.06);
}

.monitoring-title {
    margin-bottom: 10px;
    color: #202731;
    font-size: 9px;
    font-weight: 750;
}

.monitoring-content {
    display: flex;
    align-items: center;
    gap: 18px;
}

.monitor-stat {
    display: flex;
    flex-direction: column;
}

.monitor-stat small {
    margin-bottom: 3px;
    color: #9a9da4;
    font-size: 6px;
}

.monitor-stat strong {
    color: #252b34;
    font-size: 10px;
}

.monitor-stat .success-value {
    color: #28a96b;
}

/* Simple dashboard chart */

.mini-chart {
    position: relative;
    flex: 1;
    min-width: 85px;
    height: 45px;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    border-bottom: 1px solid #eeeeee;
}

.mini-chart span {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: rgba(226, 29, 36, 0.3);
}

.mini-chart span:nth-child(1) {
    height: 30%;
}

.mini-chart span:nth-child(2) {
    height: 52%;
}

.mini-chart span:nth-child(3) {
    height: 42%;
}

.mini-chart span:nth-child(4) {
    height: 74%;
}

.mini-chart span:nth-child(5) {
    height: 58%;
}

.mini-chart span:nth-child(6) {
    height: 85%;
    background: var(--sap-red);
}

/* Laptop base */

.laptop-base {
    position: relative;
    width: 100%;
    height: 16px;
    margin-top: -2px;
    border-radius: 3px 3px 50% 50%;
    background: linear-gradient(
        180deg,
        #d5d8dc 0%,
        #f7f7f7 40%,
        #9fa3aa 100%
    );
    box-shadow: 0 10px 15px rgba(25, 30, 40, 0.16);
}

.laptop-base::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -5px;
    left: 8%;
    height: 7px;
    border-radius: 0 0 50% 50%;
    background: #8e9298;
}

.laptop-notch {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70px;
    height: 5px;
    border-radius: 0 0 8px 8px;
    background: #aeb1b5;
    transform: translateX(-50%);
}

/* Responsive */

@media (max-width: 1199.98px) {
    .btp-feature-card {
        min-height: 235px;
    }
}

@media (max-width: 991.98px) {
    .sap-btp-solutions-section {
        padding-top: 50px;
    }

    .integration-services-block {
        margin-top: 50px;
        padding: 50px 0 60px;
    }

    .services-list-wrapper {
        padding-right: 0;
    }

    .integration-visual {
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .section-heading {
        margin-bottom: 30px;
    }

    .btp-feature-card {
        min-height: auto;
    }

    .integration-service-list li {
        margin-bottom: 18px;
    }

    .integration-flow {
        gap: 4px;
    }

    .flow-card {
        width: 80px;
        min-height: 70px;
    }

    .flow-arrow {
        font-size: 10px;
    }

    .dashboard-sidebar {
        width: 82px;
        flex-basis: 82px;
    }

    .dashboard-sidebar a span {
        display: none;
    }

    .dashboard-sidebar a {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .sap-btp-solutions-section {
        padding-top: 40px;
    }

    .section-heading h2 {
        font-size: 27px;
    }

    .integration-visual {
        min-height: 340px;
    }

    .dashboard-layout {
        min-height: 260px;
    }

    .dashboard-content {
        padding: 14px 8px;
    }

    .dashboard-sidebar {
        width: 45px;
        flex-basis: 45px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .flow-card {
        width: 65px;
        min-height: 62px;
        padding: 7px 3px;
        font-size: 6px;
    }

    .flow-card i {
        font-size: 16px;
    }

    .secondary-flow {
        gap: 20px;
    }

    .small-flow-card {
        min-width: 68px;
        font-size: 6px;
    }

    .monitoring-content {
        gap: 7px;
    }

    .monitor-stat:nth-child(3) {
        display: none;
    }

    .gear-one,
    .gear-two {
        display: none;
    }
}

.sap-btp-banner {
    position: relative;
    overflow: hidden;
    padding: 70px 0 45px;
    background:
        radial-gradient(
            circle at 85% 35%,
            rgba(226, 29, 36, 0.08) 0,
            rgba(226, 29, 36, 0.025) 35%,
            transparent 62%
        ),
        linear-gradient(135deg, #ffffff 0%, #fffafa 100%);
}

.sap-btp-banner::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(226, 29, 36, 0.08);
    pointer-events: none;
}

.sap-btp-banner-content {
    position: relative;
    z-index: 2;
    max-width: 610px;
}

.sap-btp-title {
    margin-bottom: 20px;
    color: #111827;
    font-size: clamp(40px, 4.4vw, 68px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -2px;
}

.sap-btp-title span {
    color: #e21d24;
}

.sap-btp-tagline {
    margin-bottom: 22px;
    color: #1f2937;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 700;
    line-height: 1.35;
}

.sap-btp-description {
    max-width: 580px;
    margin-bottom: 32px;
    color: #5b6472;
    font-size: 17px;
    line-height: 1.85;
}

.sap-btp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 38px;
}

.sap-btp-actions .btn {
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.consultation-btn {
    border: 1px solid #e21d24;
    background: #e21d24;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(226, 29, 36, 0.18);
}

.consultation-btn:hover {
    border-color: #bd1117;
    background: #bd1117;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(226, 29, 36, 0.24);
}

.brochure-btn {
    border: 1px solid rgba(226, 29, 36, 0.75);
    background: #ffffff;
    color: #e21d24;
}

.brochure-btn:hover {
    border-color: #e21d24;
    background: #fff4f4;
    color: #c9151b;
    transform: translateY(-2px);
}

.sap-btp-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 26px;
}

.highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #303846;
    font-size: 13px;
    font-weight: 600;
}

.highlight-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(226, 29, 36, 0.08);
    color: #e21d24;
    font-size: 14px;
}

.sap-btp-banner-image {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sap-btp-banner-image img {
    width: 100%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 22px 32px rgba(31, 41, 55, 0.08));
}


.sap-integration-approach {
    position: relative;
    overflow: hidden;
    padding: 65px 0 75px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(226, 29, 36, 0.04),
            transparent 35%
        ),
        #ffffff;
}

.approach-heading {
    margin-bottom: 45px;
}

.approach-heading h2 {
    margin: 0;
    color: #151c2b;
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.6px;
}

.approach-heading span {
    display: block;
    width: 58px;
    height: 3px;
    margin: 13px auto 0;
    border-radius: 20px;
    background: #e21d24;
}

/* Main layout */

.approach-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 15px;
}

/* Connecting line */

.approach-wrapper::before {
    content: "";
    position: absolute;
    top: 86px;
    right: 7%;
    left: 7%;
    z-index: 0;
    border-top: 2px dashed rgba(226, 29, 36, 0.3);
}

/* Each step */

.approach-step {
    position: relative;
    z-index: 1;
    min-height: 280px;
    padding: 65px 20px 28px;
    border: 1px solid rgba(226, 29, 36, 0.17);
    border-radius: 85px 85px 15px 15px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 12px 34px rgba(25, 31, 43, 0.06);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.approach-step:hover {
    border-color: rgba(226, 29, 36, 0.4);
    transform: translateY(-7px);
    box-shadow: 0 20px 42px rgba(226, 29, 36, 0.11);
}

/* Step number */

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 4;
    width: 34px;
    height: 34px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e21d24;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(226, 29, 36, 0.25);
    transform: translateX(-50%);
}

/* Icon circle */

.step-icon {
    position: relative;
    width: 88px;
    height: 88px;
    margin: -25px auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle,
            #fff 0%,
            #fff6f6 70%,
            #fff1f1 100%
        );
    color: #e21d24;
    font-size: 42px;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.step-icon::after {
    content: "";
    position: absolute;
    inset: -9px;
    border: 1px solid rgba(226, 29, 36, 0.12);
    border-radius: 50%;
}

.approach-step:hover .step-icon {
    background: #e21d24;
    color: #ffffff;
    transform: scale(1.05);
}

/* Dot connector */

.approach-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 81px;
    right: -21px;
    z-index: 5;
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #e21d24;
    box-shadow: 0 0 0 2px rgba(226, 29, 36, 0.08);
}

/* Text */

.approach-step h3 {
    margin-bottom: 14px;
    color: #17202f;
    font-size: 18px;
    font-weight: 750;
}

.approach-step p {
    max-width: 160px;
    margin: 0 auto;
    color: #5d6470;
    font-size: 14px;
    line-height: 1.7;
}


.sap-btp-faq-section {
    position: relative;
    overflow: hidden;
    padding: 65px 0 75px;
    background:
        radial-gradient(
            circle at 0% 55%,
            rgba(226, 29, 36, 0.045),
            transparent 26%
        ),
        radial-gradient(
            circle at 100% 45%,
            rgba(226, 29, 36, 0.045),
            transparent 26%
        ),
        #ffffff;
}

.sap-btp-faq-section::before,
.sap-btp-faq-section::after {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    opacity: 0.45;
    pointer-events: none;
    background-image: radial-gradient(
        rgba(226, 29, 36, 0.3) 1.6px,
        transparent 1.6px
    );
    background-size: 15px 15px;
}

.sap-btp-faq-section::before {
    left: -12px;
    bottom: 16px;
}

.sap-btp-faq-section::after {
    right: -12px;
    top: 52px;
}

.sap-faq-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

.sap-faq-heading h2 {
    margin: 0;
    color: #151c2b;
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.2;
}

.sap-faq-heading span {
    display: block;
    width: 58px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 20px;
    background: #e21d24;
}

.sap-faq-accordion {
    position: relative;
    z-index: 2;
}

.sap-faq-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid #ebebee;
    border-radius: 9px;
    background: #ffffff;
    box-shadow: 0 7px 22px rgba(25, 32, 45, 0.06);
}

.sap-faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.sap-faq-accordion .accordion-button {
    min-height: 58px;
    padding: 16px 54px 16px 22px;
    border: 0;
    background: #ffffff;
    color: #202735;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: none;
    transition:
        color 0.25s ease,
        background 0.25s ease;
}

.sap-faq-accordion .accordion-button:hover {
    color: #e21d24;
    background: #fffafa;
}

.sap-faq-accordion .accordion-button:not(.collapsed) {
    color: #e21d24;
    background: #fff7f7;
    box-shadow: none;
}

.sap-faq-accordion .accordion-button::after {
    position: absolute;
    right: 22px;
    width: auto;
    height: auto;
    margin: 0;
    background-image: none;
    color: #e21d24;
    content: "+";
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    transform: none;
    transition: transform 0.25s ease;
}

.sap-faq-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    transform: none;
}

.sap-faq-accordion .accordion-body {
    padding: 0 22px 20px;
    border-top: 1px solid rgba(226, 29, 36, 0.08);
    color: #626977;
    font-size: 14px;
    line-height: 1.75;
}

.sap-faq-accordion .accordion-collapse {
    background: #fffdfd;
}


.sap-cta-section{
    padding:70px 0;
    background:#fff;
}

.sap-cta-box{

    position:relative;
    overflow:hidden;

    background:linear-gradient(135deg,#d9141c 0%,#e21d24 45%,#ef3b42 100%);
    border-radius:22px;

    padding:55px 60px;

    box-shadow:0 25px 60px rgba(226,29,36,.18);
}

.sap-cta-box:before{

    content:"";
    position:absolute;
    top:-120px;
    right:-120px;

    width:350px;
    height:350px;

    border-radius:50%;
    background:rgba(255,255,255,.05);
}

.sap-cta-content h2{

    color:#fff;
    font-size:46px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.sap-cta-content p{

    color:rgba(255,255,255,.9);
    font-size:20px;
    margin-bottom:35px;
}

.sap-cta-btn{

    display:inline-flex;
    align-items:center;
    gap:12px;

    padding:17px 34px;

    background:#fff;
    color:#e21d24;

    text-decoration:none;
    border-radius:10px;

    font-weight:700;

    transition:.35s;
}

.sap-cta-btn:hover{

    background:#fff5f5;
    color:#c8141b;
    transform:translateY(-3px);
}

.sap-cta-image{

    text-align:center;
}

.sap-cta-image img{

    width:100%;
    max-width:520px;
    height:auto;
}

@media(max-width:991px){

.sap-cta-box{

padding:45px 30px;
text-align:center;

}

.sap-cta-content{

margin-bottom:35px;

}

.sap-cta-content h2{

font-size:34px;

}

.sap-cta-content p{

font-size:17px;

}

}


@media (max-width: 991.98px) {
    .sap-btp-faq-section {
        padding: 55px 0 65px;
    }

    .sap-faq-accordion .accordion-item:last-child {
        margin-bottom: 14px;
    }
}

@media (max-width: 575.98px) {
    .sap-btp-faq-section {
        padding: 45px 0 52px;
    }

    .sap-faq-heading {
        margin-bottom: 28px;
    }

    .sap-faq-heading h2 {
        font-size: 28px;
    }

    .sap-faq-accordion .accordion-button {
        min-height: 56px;
        padding: 15px 46px 15px 17px;
        font-size: 14px;
    }

    .sap-faq-accordion .accordion-button::after {
        right: 17px;
        font-size: 23px;
    }

    .sap-faq-accordion .accordion-body {
        padding: 0 17px 17px;
        font-size: 13px;
    }
}



/* Large tablet */

@media (max-width: 1199.98px) {
    .approach-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 35px 18px;
    }

    .approach-wrapper::before,
    .approach-step::after {
        display: none;
    }

    .approach-step {
        min-height: 270px;
    }
}

/* Tablet */

@media (max-width: 767.98px) {
    .sap-integration-approach {
        padding: 50px 0 60px;
    }

    .approach-heading {
        margin-bottom: 40px;
    }

    .approach-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 15px;
    }

    .approach-step {
        min-height: 255px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Mobile */

@media (max-width: 575.98px) {
    .sap-integration-approach {
        padding: 42px 0 50px;
    }

    .approach-heading h2 {
        font-size: 27px;
    }

    .approach-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .approach-step {
        max-width: 360px;
        min-height: auto;
        margin: 0 auto;
        padding: 60px 24px 30px;
        border-radius: 75px 75px 15px 15px;
    }

    .approach-step p {
        max-width: 250px;
    }
}


@media (max-width: 991.98px) {
    .sap-btp-banner {
        padding: 55px 0 40px;
        text-align: center;
    }

    .sap-btp-banner-content {
        max-width: 760px;
        margin: 0 auto;
    }

    .sap-btp-description {
        margin-right: auto;
        margin-left: auto;
    }

    .sap-btp-actions,
    .sap-btp-highlights {
        justify-content: center;
    }

    .sap-btp-banner-image {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .sap-btp-banner {
        padding-top: 42px;
    }

    .sap-btp-title {
        font-size: 39px;
        letter-spacing: -1px;
    }

    .sap-btp-tagline {
        font-size: 20px;
    }

    .sap-btp-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .sap-btp-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .sap-btp-actions .btn {
        width: 100%;
    }

    .sap-btp-highlights {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: left;
    }
}