.elementor-12 .elementor-element.elementor-element-314c5a85{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:6em;--padding-bottom:0em;--padding-left:1em;--padding-right:1em;}.elementor-12 .elementor-element.elementor-element-314c5a85:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-314c5a85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://digitaklimited.com/wp-content/uploads/2024/09/Header_memphis_2.png");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-12 .elementor-element.elementor-element-314c5a85::before, .elementor-12 .elementor-element.elementor-element-314c5a85 > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-314c5a85 > .e-con-inner > .elementor-background-video-container::before, .elementor-12 .elementor-element.elementor-element-314c5a85 > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-314c5a85 > .e-con-inner > .elementor-background-slideshow::before, .elementor-12 .elementor-element.elementor-element-314c5a85 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:var( --e-global-color-7fbea4f );}.elementor-12 .elementor-element.elementor-element-441abded{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--flex-wrap:wrap;--padding-top:7em;--padding-bottom:7em;--padding-left:0em;--padding-right:0em;}.elementor-12 .elementor-element.elementor-element-7007dbd8 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-12 .elementor-element.elementor-element-7540feb6 .elementor-icon-list-icon i{color:var( --e-global-color-ec3c7a7 );transition:color 0.3s;}.elementor-12 .elementor-element.elementor-element-7540feb6 .elementor-icon-list-icon svg{fill:var( --e-global-color-ec3c7a7 );transition:fill 0.3s;}.elementor-12 .elementor-element.elementor-element-7540feb6{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-12 .elementor-element.elementor-element-7540feb6 .elementor-icon-list-icon{padding-inline-end:7px;}.elementor-12 .elementor-element.elementor-element-7540feb6 .elementor-icon-list-text{transition:color 0.3s;}.elementor-12 .elementor-element.elementor-element-7540feb6.elementor-element{--align-self:center;}.elementor-12 .elementor-element.elementor-element-e3f8c47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-12 .elementor-element.elementor-element-441abded{--padding-top:5em;--padding-bottom:5em;--padding-left:0em;--padding-right:0em;}}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-314c5a85{--content-width:1450px;}}@media(max-width:1500px) and (min-width:768px){.elementor-12 .elementor-element.elementor-element-314c5a85{--content-width:1366px;}}@media(max-width:1400px) and (min-width:768px){.elementor-12 .elementor-element.elementor-element-314c5a85{--content-width:1200px;}}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-314c5a85{--padding-top:5em;--padding-bottom:0em;--padding-left:1em;--padding-right:1em;}.elementor-12 .elementor-element.elementor-element-441abded{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:14px 14px;--row-gap:14px;--column-gap:14px;--padding-top:3em;--padding-bottom:3em;--padding-left:0em;--padding-right:0em;}.elementor-12 .elementor-element.elementor-element-7540feb6{--e-icon-list-icon-size:12px;}}/* Start custom CSS for html, class: .elementor-element-64f2585 *//* =========================================
   SAP SERVICES SECTION
========================================= */

.sap-services-section {
    --accent-pink: #f3bafd;
    --accent-blue: #66b9ee;
    --accent-cyan: #22d3ee;
    --white: #ffffff;

    width: 100%;
    padding: 90px 20px;
    background: transparent;
    font-family: "Montserrat", sans-serif;
    color: var(--white);
}

.sap-services-section *,
.sap-services-section *::before,
.sap-services-section *::after {
    box-sizing: border-box;
}

.sap-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================
   MAIN HEADING
========================================= */

.sap-main-heading {
    max-width: 950px;
    margin: 0 auto 75px;
    text-align: center;
}

.sap-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--accent-cyan);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.sap-heading-border {
    position: relative;
    padding: 2px;
    background: linear-gradient(
        90deg,
        var(--accent-blue),
        var(--accent-pink)
    );
}

.sap-heading-border::before {
    content: "";
    position: absolute;
    inset: 2px;
    background: rgba(11, 35, 71, 0.55);
    z-index: 0;
}

.sap-heading-border h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 14px 24px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

.sap-section-intro {
    max-width: 720px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.9;
}


/* =========================================
   PILLAR HEADING
========================================= */

.sap-pillar-heading {
    position: relative;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sap-pillar-two {
    margin-top: 80px;
}

.pillar-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(243, 186, 253, 0.65);
    color: var(--accent-pink);
    font-size: 18px;
    font-weight: 600;
}

.sap-pillar-heading span {
    display: block;
    margin-bottom: 6px;
    color: var(--accent-cyan);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.3px;
}

.sap-pillar-heading h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 600;
}


/* =========================================
   SERVICE GRID
========================================= */

.sap-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}


/* =========================================
   SERVICE CARD / ACCORDION
========================================= */

.sap-service-card {
    position: relative;
    overflow: hidden;
    height: fit-content;

    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.15);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.sap-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;

    background: linear-gradient(
        90deg,
        var(--accent-blue),
        var(--accent-pink)
    );

    transition: width 0.4s ease;
}

.sap-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(243, 186, 253, 0.5);
    background: rgba(255, 255, 255, 0.045);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.12);
}

.sap-service-card:hover::before,
.sap-service-card[open]::before {
    width: 100%;
}


/* REMOVE DEFAULT ARROW */

.sap-service-card summary {
    list-style: none;
}

.sap-service-card summary::-webkit-details-marker {
    display: none;
}


/* CARD SUMMARY */

.sap-service-card summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;

    min-height: 145px;
    padding: 28px;

    cursor: pointer;
    user-select: none;
}

.service-summary-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.service-number {
    min-width: 42px;
    color: rgba(243, 186, 253, 0.9);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.service-label {
    display: block;
    margin-bottom: 8px;

    color: var(--accent-cyan);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sap-service-card summary h3 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 600;
}


/* PLUS BUTTON */

.service-toggle {
    position: relative;
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    border: 1px solid rgba(255, 255, 255, 0.22);

    transition:
        border-color 0.3s ease,
        transform 0.3s ease;
}

.service-toggle::before,
.service-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 1px;

    background: #ffffff;

    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.service-toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.sap-service-card[open] .service-toggle {
    border-color: var(--accent-pink);
}

.sap-service-card[open] .service-toggle::after {
    transform:
        translate(-50%, -50%)
        rotate(0deg);
}


/* =========================================
   CONTENT INSIDE CARD
========================================= */

.service-content {
    padding: 0 28px 30px 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-content > *:first-child {
    margin-top: 26px;
}

.service-content p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.9;
    font-weight: 400;
}

.service-content .service-lead {
    color: rgba(255, 255, 255, 0.93);
    font-size: 14px;
    font-weight: 500;
}

.service-content h4 {
    position: relative;

    margin: 28px 0 12px;
    padding-left: 15px;

    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.service-content h4::before {
    content: "";

    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;

    width: 2px;

    background: linear-gradient(
        to bottom,
        var(--accent-blue),
        var(--accent-pink)
    );
}


/* HIGHLIGHT BOX */

.service-highlight {
    margin: 22px 0;
    padding: 17px 19px;

    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    line-height: 1.75;

    border-left: 2px solid var(--accent-pink);
    background: rgba(243, 186, 253, 0.055);
}


/* LIST */

.sap-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.sap-list li {
    position: relative;

    margin-bottom: 15px;
    padding-left: 22px;

    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.85;
}

.sap-list li::before {
    content: "";

    position: absolute;
    top: 9px;
    left: 0;

    width: 6px;
    height: 6px;

    border: 1px solid var(--accent-pink);
    transform: rotate(45deg);
}

.sap-list strong {
    color: #ffffff;
    font-weight: 600;
}


/* INNER BLOCK */

.inner-service-block {
    margin-top: 28px;
    padding: 25px;

    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.inner-label {
    display: inline-block;

    margin-bottom: 10px;

    color: var(--accent-cyan);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}


/* =========================================
   MIGRATION METHODOLOGY
========================================= */

.sap-methodology {
    margin-top: 80px;
    padding: 45px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);
}

.methodology-heading {
    max-width: 770px;
    margin-bottom: 35px;
}

.methodology-heading > span {
    color: var(--accent-cyan);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.methodology-heading h3 {
    margin: 12px 0 14px;

    color: #ffffff;
    font-size: clamp(27px, 3vw, 40px);
    line-height: 1.25;
    font-weight: 600;
}

.methodology-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.8;
}

.migration-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;

    background: rgba(255, 255, 255, 0.13);
}

.migration-card {
    position: relative;
    min-height: 280px;
    padding: 28px;

    background: rgba(8, 25, 52, 0.82);

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.migration-card:hover {
    z-index: 2;
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.06);
}

.migration-number {
    display: block;
    margin-bottom: 45px;

    color: var(--accent-pink);
    font-size: 13px;
    font-weight: 600;
}

.migration-card h4 {
    margin: 0 0 15px;

    color: #ffffff;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 600;
}

.migration-card p {
    margin: 0 0 10px;

    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.8;
}


/* =========================================
   WIDE SERVICE
========================================= */

.sap-wide-service {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 35px;

    margin-top: 25px;
    padding: 45px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.02);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.sap-wide-service:hover {
    transform: translateY(-4px);
    border-color: rgba(243, 186, 253, 0.45);
}

.wide-service-number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 90px;
    height: 90px;

    border: 1px solid rgba(243, 186, 253, 0.5);

    color: var(--accent-pink);
    font-size: 26px;
    font-weight: 600;
}

.wide-service-content > h3 {
    max-width: 760px;
    margin: 8px 0 12px;

    color: #ffffff;
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.25;
    font-weight: 600;
}

.wide-service-content > p {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.8;
}

.wide-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;

    margin-top: 32px;
}

.wide-feature {
    display: flex;
    gap: 16px;

    padding: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.15);

    transition: border-color 0.3s ease;
}

.wide-feature:hover {
    border-color: var(--accent-pink);
}

.wide-feature > span {
    color: var(--accent-cyan);
    font-size: 11px;
    font-weight: 600;
}

.wide-feature h4 {
    margin: 0 0 9px;

    color: #ffffff;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.wide-feature p {
    margin: 0;

    color: rgba(255, 255, 255, 0.63);
    font-size: 12px;
    line-height: 1.75;
}


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

.industries-section {
    margin-top: 90px;
}

.industries-heading {
    margin-bottom: 30px;
}

.industries-heading > span {
    color: var(--accent-cyan);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.industries-heading h3 {
    margin: 9px 0 0;

    color: #ffffff;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 600;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.industry-card {
    position: relative;
    overflow: hidden;

    min-height: 245px;
    padding: 30px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.02);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.industry-card::after {
    content: "";

    position: absolute;
    right: -60px;
    bottom: -60px;

    width: 140px;
    height: 140px;

    border: 1px solid rgba(243, 186, 253, 0.14);
    border-radius: 50%;

    transition: transform 0.4s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 186, 253, 0.5);
    background: rgba(255, 255, 255, 0.04);
}

.industry-card:hover::after {
    transform: scale(1.2);
}

.industry-index {
    display: block;

    margin-bottom: 45px;

    color: var(--accent-pink);
    font-size: 12px;
    font-weight: 600;
}

.industry-card h4 {
    margin: 0 0 14px;

    color: #ffffff;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.industry-card p {
    margin: 0;

    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.8;
}


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

@media (max-width: 1024px) {

    .migration-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wide-features {
        grid-template-columns: 1fr;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 767px) {

    .sap-services-section {
        padding: 60px 15px;
    }

    .sap-main-heading {
        margin-bottom: 55px;
    }

    .sap-heading-border h2 {
        padding: 14px 10px;

        font-size: 22px;
        line-height: 1.3;
    }

    .sap-heading-border h2 br {
        display: none;
    }

    .sap-section-intro {
        font-size: 13px;
    }

    .sap-services-grid {
        grid-template-columns: 1fr;
    }

    .sap-pillar-heading {
        align-items: flex-start;
    }

    .pillar-number {
        flex-basis: 48px;

        width: 48px;
        height: 48px;
    }

    .sap-pillar-heading span {
        line-height: 1.6;
    }

    .sap-service-card summary {
        min-height: auto;
        padding: 23px 18px;
    }

    .service-summary-left {
        gap: 12px;
    }

    .service-number {
        min-width: 28px;
    }

    .sap-service-card summary h3 {
        font-size: 16px;
    }

    .service-toggle {
        flex-basis: 32px;

        width: 32px;
        height: 32px;
    }

    .service-content {
        padding:
            0
            20px
            25px;
    }

    .sap-methodology {
        padding: 28px 18px;
    }

    .migration-grid {
        grid-template-columns: 1fr;
    }

    .migration-card {
        min-height: auto;
    }

    .migration-number {
        margin-bottom: 25px;
    }

    .sap-wide-service {
        grid-template-columns: 1fr;
        gap: 25px;

        padding: 28px 20px;
    }

    .wide-service-number {
        width: 65px;
        height: 65px;

        font-size: 19px;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */