@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.header-content-flex-wrap-business-intelligence {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section-business-alliance-it {
    margin: 46px 0 0;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.section-business-head-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9290ac;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -5%;
    text-align: center;
}

.section-business-head-wrap .highlight {
    color: #fff;
    font-weight: 700;
}

.section-business-alliance-it h2 {

    font-family: 'Inter';
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    letter-spacing: -5%;
    text-align: center;
    margin-top: 4rem;
}

.section-business-alliance-it .subtitle {
    color: #FFFFFFB2;

    margin: 10px 0 30px;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 600px;
}

.business-alliance-grid-container {
    /* max-width: 1000px; */
    /* width: 98vw; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 22px;
    padding: 40px 0;
    position: relative;
}

.business-intelligence-skill-card-container {
    background: linear-gradient(86.16deg,
            transparent 11.14%,
            transparent 113.29%);
    background-blend-mode: overlay;

    border: 1px solid rgba(69, 42, 124, 0.9);


    backdrop-filter: blur(95.7281px);
    -webkit-backdrop-filter: blur(95.7281px);
    /* For Safari support */

    box-shadow: 0px 1.2px 29.92px 0px #452a7c1a;

    width: 400px;
    height: 540px;
    border-radius: 40px;
    /* padding: 10px; */
    gap: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0px 5px 40px 0px #452A7C33;

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

.business-intelligence-skill-card-container:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 40px 0px #452A7C33;
}

.business-intelligence-skill-card {
    width: 368px;
    height: 495px;
    opacity: 1;
    border-radius: 30px;
    border-width: 2px;
    gap: 10px;

    padding: 16px;

    background: linear-gradient(181.35deg, rgba(255, 255, 255, 0.5) 1.15%, transparent 98.91%);

    border: 1px solid rgba(69, 42, 124, 0.9);
    /* border-image-source: linear-gradient(147.91deg,
            #ffffff 9.57%,
            rgba(255, 255, 255, 0) 56.98%,
            rgba(255, 255, 255, 0.77) 97.79%);
    border-image-slice: 1; */
    /* Required for gradient border to work */

    backdrop-filter: blur(70px);
    -webkit-backdrop-filter: blur(70px);
    /* Safari support */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;

    box-shadow: 0 6px 36px 0 rgba(70, 77, 160, 0.21);
}


.business-intelligence-skill-card:hover {
    box-shadow: 0 6px 36px 0 rgba(70, 77, 160, 0.21);
}

.business-intelligence-skill-card-img {
    height: 75px;
    width: 75px;
}

.skill-title-business-intelligence {
    margin-top: 0;
    color: rgba(255, 255, 255, 1);

    font-family: 'Inter';
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.37px;
    text-align: left;
}

.skill-title-business-p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;
    text-align: left;
    color: #fff;
}

/*  */

.bi-container {
    display: flex;
    align-items: center;
    max-width: 1380px;
    margin: 60px auto 0 auto;
    padding: 0 36px;
    gap: 48px;
}

.bi-image {
    padding: 16px;
    border-radius: 40px;
    border: 1px solid rgba(69, 42, 124, 0.9);
    backdrop-filter: blur(95.7281px);
    -webkit-backdrop-filter: blur(95.7281px);
    box-shadow: 0px 1.2px 29.92px 0px #452a7c1a;
    box-shadow: 0px 5px 40px 0px #452A7C33;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bi-image img {
    width: 400px;
    height: 474px;
    object-fit: cover;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 36px rgba(70, 72, 128, 0.18);
}

.bi-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.bi-content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0;
    letter-spacing: 0.3px;
}

.business-gradient-text {
    background: linear-gradient(92.3deg, #FFFFFF 40.83%, rgba(255, 255, 255, 0) 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.primary {
    font-weight: 700;
    color: #fff;
}

.muted {
    color: #999fc0;
    font-weight: 400;
}

.bi-offer-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 38px;
    justify-content: center;
}

.offer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
}

.offer-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.18rem;
    color: #fff;
    min-width: 290px;
    margin: 5px 0;
}

.business-intelligence-icon-container {
    height: 80px;
    width: 80px;
    background: linear-gradient(86.16deg,
            rgba(0, 0, 139, 0.8) 11.14%,
            /* deep blue */
            rgba(110, 110, 110, 0.9) 113.29%
            /* black */
        );
    background-blend-mode: overlay;
    backdrop-filter: blur(95.7281494140625px);
    box-shadow: 0px 1.2px 29.92px 0px rgba(69, 42, 124, 0.1);
    /* border: 1px solid transparent; */
    /* border-image: linear-gradient(86.16deg,
            rgba(0, 0, 139, 0.8),
            rgba(0, 0, 0, 0.9)) 1; */
    border-radius: 50%;
    padding: 10px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.business-intelligence-icon-container img {
    height: 45px;
    width: 45px;
}

.icon-placeholder {
    width: 66px;
    height: 66px;
    background: rgba(102, 117, 239, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #768bff;
    font-size: 2.1rem;
    border: 1.5px solid rgba(120, 128, 235, 0.21);
    box-shadow: 0 0 20px 0 rgba(95, 105, 255, 0.11);
}

.bi-demo-btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    border-radius: 10px;

    /* Background gradient */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40.91%, #402788 132.95%);

    /* Border with multiple gradients */
    border: 1px solid transparent;
    border-image-source:
        linear-gradient(180deg, rgba(39, 55, 207, 0.4) 17.19%, rgba(101, 98, 251, 0.77) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        linear-gradient(180deg, rgba(39, 55, 207, 0) -4.69%, rgba(189, 252, 254, 0.3) 100%);
    border-image-slice: 1;

    /* Box shadows */
    box-shadow:
        0px 10px 30px 0px rgba(73, 123, 255, 0.7) inset,
        0px 10px 40px 0px rgba(63, 74, 175, 0.5);

    /* Blur effect */
    backdrop-filter: blur(20px);

    /* Smooth transition on hover */
    transition: all 0.3s ease;
}

.bi-demo-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0px 12px 35px 0px rgba(73, 123, 255, 0.8) inset,
        0px 12px 45px 0px rgba(63, 74, 175, 0.6);
}

@media (max-width: 1040px) {
    .bi-container {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .bi-image img {
        width: 100%;
        max-width: 410px;
        height: auto;
        margin: 0 auto 30px auto;
    }

    .offer-row {
        gap: 24px;
    }
}

.business-intelligence-architecture-section {
    margin: 4rem 0 2rem;
    text-align: center;
    position: relative;
}

.discover-section-gradiant-background {
    position: absolute;
    width: 100%;
}

.business-intelligence-architecture-section .highlight {
    color: #fff;
    font-weight: 700;
}


.business-intelligence-architecture-head-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9290ac;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

}

.business-intelligence-architecture-head-wrap h2 {
    padding-top: 4rem;
    max-width: 900px;
    margin-bottom: 20px;
}

.gradient-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* space between text and image */
    padding: 12px 24px;
    color: white;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -40.91%, #402788 132.95%);
    border: 0.2px solid;
    border-image-source:
        linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        linear-gradient(180deg, rgba(39, 55, 207, 0) -4.69%, rgba(189, 252, 254, 0.5) 100%);
    border-image-slice: 1;
    box-shadow:
        0px 10px 30px 0px #497BFFB2 inset,
        0px 10px 40px 0px #3F4AAF80;
    backdrop-filter: blur(20px);
    border-radius: 12px;
    /* optional: rounded corners */
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;

    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;

}

.gradient-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0px 12px 35px 0px #497BFFB2 inset,
        0px 12px 50px 0px #3F4AAF80;
}

@media (max-width: 600px) {
    .header-content-flex-wrap-business-intelligence{
        flex-direction: column;
        gap: 2rem;
        padding: 20px;
    }

    .section-business-alliance-it h2{
        font-size: 20px;
        margin-top: 2rem;
        padding: 20px;
        margin: 0;
    }

    .section-business-alliance-it .subtitle{
        font-size: 14px;
        padding: 20px;
        margin: 0;
    }

    .business-alliance-grid-container{
        grid-template-columns: repeat(1, 1fr);
    }

    .offer-row{
        flex-direction: column;
    }

    .business-intelligence-architecture-section{
        padding: 20px;
    }
}