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

.it-process-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7rem 0 4rem 0;
}

.it-process-consulting-container {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    /* max-width: 1100px; */
    /* margin: 40px auto; */
}

.consulting-service-icons {
    height: 75px;
    width: 75px;
}

.card-container-it-consulting {
    border-radius: 40px;
    overflow: hidden;

    /* 🧊 Glassy background */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(95.7281494140625px);
    -webkit-backdrop-filter: blur(95.7281494140625px);

    /* ✨ Soft shadow */
    box-shadow: 0px 1.2px 29.92px 0px rgba(69, 42, 124, 0.1);

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.card-container-it-consulting::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 2px;
    /* thickness of the border */

    background: linear-gradient(135deg,
            #4b2176 0%,
            /* Deep Purple */
            rgba(75, 33, 118, 0.5) 50%,
            /* Semi-transparent */
            rgba(75, 33, 118, 0) 100%
            /* Fully transparent */
        );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}


.card {
    background: linear-gradient(181.35deg,
            rgba(255, 255, 255, 0.5) 1.15%,
            rgba(255, 255, 255, 0) 98.91%);
    border-radius: 30px;
    backdrop-filter: blur(20px);
    box-shadow: 0px 1.2px 29.92px 0px rgba(69, 42, 124, 0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    /* min-height: 340px; */
    border: 2px solid rgba(69, 42, 124, 0.9);
    position: relative;
    transition: box-shadow 0.2s;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;

    /* height: 348px; */
    /* width: 561px; */

}

.card:hover {
    box-shadow: 0 8px 24px 0 rgba(50, 60, 120, 0.35);
}

.card h2 {
    color: #fff;
    font-weight: 700;

    font-family: 'Inter';
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.37px;
    margin: 0;
}

.card p {
    color: #EBEBF599;
    margin-bottom: 10px;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;

}

.card ul {
    color: #EBEBF599;
    margin: 0;
    padding-left: 20px;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.24px;

}

.card li {
    margin-bottom: 6px;
}


/*  */


.main-wrapper {
    max-width: 1350px;
    margin: 40px auto;
    padding: 0 24px;
}

.design-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-section {
    margin-right: -40px;
    z-index: 2;
}

.image-section img {
    width: 440px;
    height: 533px;
    object-fit: cover;
    border-radius: 36px;
    box-shadow: 0 4px 32px rgba(60, 62, 122, 0.22);
}

.cards-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.service-card {
    background: linear-gradient(86.16deg, rgba(255, 255, 255, 0.2) 11.14%, rgba(255, 255, 255, 0.035) 113.29%);
    border-radius: 30px;
    box-shadow: 0 4px 16px rgba(50, 50, 93, 0.20);
    border: 2px solid rgba(120, 127, 228, 0.19);
    padding: 12px 8px 8px 60px;
    color: #dedee7;
    min-width: 440px;
    min-height: 140px;
    position: relative;
}

.meeting-right-img-head-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.meeting-right-text-ul-container {}

.icon {
    font-size: 2rem;
    color: #b9bfff;
    position: absolute;
    left: 30px;
    top: 24px;
}

.service-card h3 {
    margin: 0;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;


    background: linear-gradient(90.27deg, #FFFFFF 1.63%, rgba(255, 255, 255, 0) 103.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 0px 20px #FFFFFF80;

}

.service-card p {
    margin-bottom: 8px;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.6);

}

.service-card ul {
    padding-left: 16px;

    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.service-card li {
    margin-bottom: 0px;
}

@media (max-width: 1100px) {
    .design-grid {
        flex-direction: column;
        align-items: center;
    }

    .image-section {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .cards-section {
        min-width: 100%;
    }

    .service-card {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .it-process-consulting-container {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }

    .card-container-it-consulting {
        padding: 8px;
    }

    .consulting-service-icons {
        height: 45px;
        width: 45px;
    }

    .card h2 {
        font-size: 24px;
    }

    .card p {
        font-size: 14px;
        margin: 0;
    }

    .it-process-wrap {
        margin: 4rem 0 4rem;
    }

    .image-section img {
        height: 300px;
        width: 440px;
    }

    .service-card {
        padding: 12px;
    }
}

.section-header-content-wrap {
    position: relative;
}

.services-provider-text-container {
    margin: 8rem 0 2rem;
    text-align: center;
    position: relative;
}

.services-provider-text-container-background {
    position: absolute;
    width: 100%;
}

.service-provider-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;
}

.service-provider-head-wrap h2 {
    padding-top: 4rem;
}

.services-provider-text-container .highlight {
    color: #fff;
    font-weight: 700;
}

.services-provider-text-container .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;
}

.service-provider-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;
    margin: 5rem 0;

}

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

/* professional service */

.professional-services-main-container {
    margin: 10rem 0;
}

/* security consulting */

.security-consulting-main-container {
    margin: 7rem 0;
}

/* project management */

.project-management-main-container {
    margin: 7rem 0;
}

/* security consulting */

.design-grid-security-consulting {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.image-section-security-consulting {
    z-index: 2;
    margin-left: -55px;
}

.image-section-security-consulting img {
    width: 440px;
    height: 533px;
    object-fit: cover;
    border-radius: 36px;
    box-shadow: 0 4px 32px rgba(60, 62, 122, 0.22);
}

.security-consulting-ul-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.security-consulting-ul {
    width: 50%;
}

.security-consulting-test-card {
    z-index: 4;
    padding: 12px 60px 8px 20px;
}

.security-consulting-test-card-padding {
    padding: 12px 60px 8px 20px;
}

/* professional service */

.service-card-professional-services {
    height: 500px;
    width: 100%;
    position: relative;
}

.tab-buttons-container {
    margin: 0 auto 30px;
    font-family: 'inter';
}

.tab-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;

    list-style: none;
    padding: 0 !important;
    margin: 0;
}

.tab-buttons li {
    list-style: none;
}

.tab-buttons li {
    margin-right: 10px;
    cursor: pointer;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.324);
}

.tab-buttons li.active {
    color: #fff;
    font-weight: 700;
}

/* Smooth fade animation for content switching */
.fade-in {
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}