.workflow-automated {
    background: radial-gradient(133.04% 136.59% at 50% 177.16%,
            #6A8D92 0%, #688B91 0.79%, #668991 1.72%, #648790 2.96%, #628690 4.67%,
            #60848F 7%, #5E818E 10.12%, #5B7F8E 14.18%, #577B8C 19.35%, #53778B 25.79%,
            #4D7189 33.66%, #456A87 43.11%, #3C6284 54.31%, #325781 67.42%, #254B7D 82.6%,
            #163D79 100%);
    color: white;
    padding: 80px 0px;
    text-align: center;
    position: relative;
}

.workflow-automated h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 83.2px;
    margin-bottom: 20px;
}
.sap-banner-btn-position{
    position: absolute;
    top: 2%;
    right: 5%;
    padding: 10px 22px;
}
.workflow-automated .highlight {
    background-image: url('https://startbitsolutions.com/assets/images/green-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 34px 1px;
    border-radius: 6px;
    display: inline-block;
}

.icon-box {
    margin: 30px auto;
}

.icon-box img {
    max-width: 60%;
    height: auto;
}

.workflow-automated p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFFD9;
    line-height: 2.2rem;
}

/* draft to done section */
.draft-to-done {
    padding: 60px 0px;
    background: #f7f7f7;
}

.draft-to-done .draft-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.image-box {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: self-end;
}

.image-box img {
    max-width: 100%;
    max-height: 500px;
    padding-top: 2rem;
}

.stratdoc-logo {
    margin-bottom: 10px;
}

.draft-to-done .text-box {
    flex: 1;
}

.draft-to-done .text-box h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000000CC;
}

.draft-to-done .text-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000BF;
    margin-bottom: 16px;
}

.draft-to-done .text-box .bold {
    font-weight: 600;
}

/* why startdoc section */
.why-startdoc {
    padding: 35px 0px;
    background: #f7f7f7;
}

.why-startdoc .why-startdoc-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-startdoc .text-box1 {
    /* flex: 1;
    min-width: 300px; */
    flex: 0 0 65%;
}

.why-startdoc .text-box1 h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #000000CC;
}

.why-startdoc .text-box1 .highlights {
    color: #1a73e8;
}

.why-startdoc .text-box1 p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000BF;
    margin-bottom: 16px;
}

.why-startdoc-content .icon-box1 {
    /* flex: 0 0 310px;
    padding: 55px; */
    flex: 0 0 35%;
    /* padding: 55px; */
    text-align: right;
}

.why-startdoc-content .icon-box1 img {
    max-height: 220px;
}

/* insight-cards section */

/* Section background */
.insight-cards {
    padding: 35px 0px 70px;
    background: #f7f7f7;
}


.insight-cards .insight-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

/* Gradient right border using border-image */
.insight-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 30px;
    /* background: linear-gradient(270.09deg, #F7F7F7 0.08%, rgba(226, 243, 238, 0.6) 99.19%); */
    overflow: hidden;
    background: linear-gradient(270.09deg, #F7F7F7 0.08%, rgba(226, 243, 238, 0.6) 99.19%);
    border: 1.5px solid;
    border-image-source: linear-gradient(90.15deg, #AFAFAF 37.94%, rgba(255, 255, 255, 0) 99.37%);
}

.insight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    /* match parent */
    padding: 1px;
    /* thickness of border */
    background: linear-gradient(to right, #d3d1d1, rgba(0, 0, 0, 0));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}

.insight-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, rgba(247, 247, 247, 1), rgba(247, 247, 247, 0));
    pointer-events: none;
    border-radius: 8px;
    z-index: 2;
}

/* Text content */
.insight-text {
    flex: 1;
    padding-right: 20px;
    flex: 0 0 80%;
}

.insight-text h3 {
    font-size: 24px;
    font-weight: 400;
    color: #000000B2;
    margin-bottom: 1em;
}

.insight-text p {
    font-size: 18px;
    color: #000000BF;
    line-height: 1.5em;
    margin-bottom: 2rem;
}

/* Icon box */
.insight-icon {
    flex-shrink: 0;
    /* width: 320px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20%;
}

.insight-icon img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
}


/* platform banner section */
.all-in-one-platform-banner {
    width: 100%;
    background-color: #000;

}

.all-in-one-platform-container {
    display: flex;
    flex-wrap: wrap;
    max-height: 700px;
    background: url('https://startbitsolutions.com/assets/images/startdoc-desktop-laptop.webp');
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

/* Left Side */
.all-in-one-platform-container .platform-left {
    flex: 1;
    padding: 103px 0px;
    /* background: linear-gradient(115.52deg, #353535 6.51%, #050607 64.16%); */
    color: #AACBFF;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 30px;
    flex: 0 0 40%;
}

.all-in-one-platform-container .platform-logo {
    width: 100%;
    height: auto;
}
.platform-logo-section{
    background: #F2F7FF;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    max-height: 120px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25%;
}
.platform-logo-section img{
        height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    padding: 5px 0px;
}
.all-in-one-platform-container .platform-left p {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.8;
    text-align: center;
    padding-top: 103px;
}

/* Right Side */
.all-in-one-platform-container .platform-right {
    flex: 1;
    min-width: 300px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.platform-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: fill;
}

/* command section */
.command-center {
    background-color: #163D79;
    color: white;
    padding: 70px 0px;
    text-align: center;
}

.command-center h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 3rem;

}

.command-center .section-desc {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #FFFFFFBF;
    margin-bottom: 3rem;
}

.command-center .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
    justify-items: center;
}

.command-center .feature-card:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 500px;
    /* optional: limit width */
}

.command-center .feature-card {
    max-width: 450px;
    background: transparent;
}

.command-center .icon-wrapper {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0 auto 2em;
}

.command-center .circle-bg {
    width: 105px;
    /* height: 72px; */
}

.command-center .icon-overlay {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
}

.command-center .feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1em;
}

.command-center .feature-card p {
    font-size: 16px;
    line-height: 1.6em;
    color: #FFFFFFD9;
}


/* video-section */

.workflow-video-section {
    padding: 70px 0px 35px;
    text-align: center;
    background-color: #f7f7f7;
}

.workflow-video-section .container {
    display: flex;
    gap: 4em;
    justify-content: center;
}

.workflow-video-box {
    position: relative;
    /* width: 360px;
    height: 200px; */
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(22, 22, 22, 0.1);
    border-radius: 8px;
    max-width: 530px;
}

.workflow-video-section .thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.workflow-video-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* black opacity */
    z-index: 1;
}
.workflow-video-section .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0.9;
}

.workflow-page .contact{
    background: #f7f7f7;
}

/* faq section */

.workflow-faq-section {
    font-family: sans-serif;
    padding: 35px 0px 70px;
    background-color: #f7f7f7;
}

.workflow-faq-section .faq-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 2rem;
    color: #000000CC;
    font-family: 'Roboto';
}

.workflow-faq-section .faq-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.workflow-faq-section .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.workflow-faq-section .faq-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.workflow-faq-section .faq-toggle h3 {
    font-size: 17px;
    font-weight: 600;
    color: #000000BF;
}

.workflow-faq-section .faq-icon {
    width: 20px;
    height: auto;
    transition: transform 0.4s ease;
    margin-bottom: 10px;
}

.workflow-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    color: #000000BF;
}

.workflow-faq-section .faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

.workflow-faq-section .faq-item.active .faq-icon {
    transform: rotate(180deg);
}
body.sap-startdoc-app .contact{
background: #f7f7f7;
}

@media (max-width: 1024px) {
    .workflow-faq-section .faq-icon {
        margin-bottom: 10px;
    }
    .all-in-one-platform-container .platform-left{
        flex: 100%;
    }
    .all-in-one-platform-container .platform-logo, 
    .all-in-one-platform-container  .platform-logo-section{
        max-width: 320px;
        padding: unset;
    }
    .all-in-one-platform-container .platform-left p{
        display: flex;
        width: fit-content;
        margin: 0px auto;
        background-color: #000000bd;
        padding: 2rem;
        margin-top: 60px;
    }
    
}

@media (max-width: 768px) {
    .why-startdoc .text-box1 h2{
        font-size: 30px;
    }
    .workflow-automated h1 {
        font-size: 28px;
        line-height: 47.2px;
    }
    .sap-banner-btn-position{ 
        /*transform: translateX(50%);
        right: 50%;
        display: block;
        white-space: nowrap;
*/        position: unset;
}
.sap-button-position{
    margin-bottom: 30px;
    margin-top: 0px;
}
    .draft-to-done .text-box h2 {
        /* font-weight: 200; */
        font-size: 29px;
        margin-top: 12px;
    }
    .draft-to-done .text-box h2 br{
        display: none;
    }
    .draft-to-done .text-box p,
    .bold {
        text-align: justify;
    }

    .draft-to-done .draft-content {
        flex-direction: column;
        text-align: center;
    }

    .draft-content .image-box img {
        max-width: 80%;
        margin: 0 auto;
    }

    .why-startdoc-content .icon-box1 {
        flex: none;
        padding-top: 20px;
        margin-bottom: 2rem;

    }

    .why-startdoc .why-startdoc-content {
        flex-direction: column-reverse;
    }

    .why-startdoc .text-box1 {
        text-align: center;
    }

    .insight-card {
        flex-direction: column;
        /* icon above text */
        text-align: center;
    }

    .insight-card::before {
        background: none;
        border-bottom: 1px solid #d3d1d1;
        border-radius: 0 0 8px 8px;
        /* round only bottom */
    }

    .insight-card::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom, rgba(247, 247, 247, 1), rgba(247, 247, 247, 0));
        border-radius: 8px 8px 0 0;
    }

    .insight-icon {
        margin-bottom: 20px;
    }

    .insight-card {
        flex-direction: column-reverse;
        text-align: center;
    }

    .insight-card::before {
        background: linear-gradient(to bottom, rgba(189, 189, 189, 0), #d3d1d1);
        /* bottom border only */
    }

    .insight-card::after {
        top: 0;
        right: 0;
        width: 100%;
        height: 80px;
        background: linear-gradient(to bottom, rgba(247, 247, 247, 1), rgba(247, 247, 247, 0));
        /* fade at top */
        border-radius: 8px 8px 0 0;
    }

    .insight-icon {
        margin-bottom: 20px;
    }
    .all-in-one-platform-container .platform-logo {
        width: auto;
    }

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

    .command-center .feature-card:nth-child(5) {
        grid-column: auto;
        justify-self: auto;
    }

    .workflow-faq-section .faq-icon {
        margin-bottom: 20px;
    }
    .all-in-one-platform-container .platform-left p {
    font-size: 24px;
    line-height: 1.5;
    }
    .all-in-one-platform-container .platform-left{
        padding: 60px 0;
    }
    .all-in-one-platform-container .platform-left p{
        margin-top: 35px;
    }
    .workflow-video-section .container{
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }
    .command-center h2{
        font-size: 30px;
    }
    .command-center .features-grid{
        gap: 2rem;
    }
    .command-center{
        padding: 35px 0px;
    }
    .workflow-video-section {
    padding: 35px 0px 35px;
    }
    .workflow-faq-section .faq-heading{
        font-size: 30px;
    }
    .workflow-page .contact .container{
        max-width: 100%;
        padding: 0px;
    }
    .workflow-page .contact .container .row{
        margin: 0px auto;
        width: 100%;
    }
    .workflow-page .contact .container .row .col-lg-8{
        padding: unset;
    }
     .workflow-page .contact .container .contact-home{
            border-radius: 0px;
    }
}