.expertise-section {
    /* padding: 100px 0; */
}

.expertise-section:has(+ .visit-blog) {
    /* padding-bottom: 50px; */
}


.expertise-section .section-title {
    text-align: center;
    margin-inline: auto;
}

.expertise-section .section-title h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0 8px 0;
}

.expertise-section .section-title h2::before {
    display: none;
}

.expertise-section .img-row {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1342px;
    margin-inline: auto;
}

.expertise-section .img-col {
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    height: 470px;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(180deg, rgba(255, 160, 0, 0.5) 0%, rgba(255, 96, 0, 0.5) 100%) border-box;
}

.expertise-section .img-col .content {
    flex-grow: 1;
    padding: 50px 32px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.expertise-section .img-col .content .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.expertise-section .img-col .content .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    /* z-index: -1; */
}

.expertise-section .img-col .content .bgimg {
    width: 100%;
    height: 100%;
    display: flex;
    /* position: absolute; */
    inset: 0;
    object-fit: cover;
}

.expertise-section .img-col .content .h3 {
    font-weight: 700;
    /* font-size: 14px; */
    /* color: var(--orange); */
    color: var(--white);
    margin: 0 0 12px;
}


.expertise-section .img-col .content .h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white);
}

.expertise-section .img-col .content .icon {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--white);
    border: 1px solid #FF600080
}

.expertise-section .bigCard {
    background-color: var(--sectionBG);
    padding: 290px 16px 99px;
    border-radius: 24px;
    margin-top: -190px;
}

.expertise-section .bigCard h2 {
    text-align: center;
}

.expertise-section .bigCard h2 span {
    color: var(--orange);
}

.expertise-section .bigCard .content {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
    gap: 32px;
}

.expertise-section .bigCard .content .right {
    width: 100%;
    margin-inline: auto;
    max-width: 940px;
}


.expertise-section .bigCard .content .right .list>li {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
    position: relative;
}

/* .expertise-section .bigCard .content .right .list>li::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='80' viewBox='0 0 2 80' fill='none'%3E%3Cpath d='M0.75 0v80' stroke='%23121212' stroke-width='1.5' stroke-dasharray='5 5'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-size: contain;
    top: 101px;
    left: 26px;
} */

.expertise-section .bigCard .content .right .list>li:last-of-type {
    margin-bottom: 36px;
}

/* .expertise-section .bigCard .content .right .list>li:last-of-type::after {
    content: "";
    position: absolute;
    width: 49px;
    height: 117px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='117' viewBox='0 0 49 117' fill='none'%3E%3Cpath d='M0.75 0v91c0 13.807 11.193 25 25 25h23' stroke='%23121212' stroke-width='1.5' stroke-dasharray='5 5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    left: 26px;
    top: 115px;
} */

.expertise-section .bigCard .content .right .list>li::after {
    content: "";
    position: absolute;
    height: calc(100% + 48px);
    border-left: 2px dashed #111111;
    left: 26px;
}

.expertise-section .bigCard .content .right .list>li:last-of-type::after {
    content: "";
    position: absolute;
    width: 49px;
    background-repeat: no-repeat;
    left: 26px;
    border-left: 2px dashed #111111;
    border-bottom: 2px dashed #111111;
    border-radius: 0px 0px 0px 20px;
    height: calc(100% + 64px);
}

.expertise-section .bigCard .content .right .list .icon {
    background-color: var(--white);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid var(--orange);
    padding: 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.expertise-section .bigCard .content .right .list .text .h4 {
    color: #111111;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.expertise-section .bigCard .content .right .list .text p {
    color: #111111;
    font-size: 16px;
    line-height: 24px;
}

.expertise-section .bigCard .content .right .btn {
    padding-left: 86px;
}

.expertise-section .bigCard .content .left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 275px;
    text-align: center;
}

.expertise-section .bigCard .avatar_group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expertise-section .bigCard .avatar_group .avatar {
    width: 74px;
    height: 74px;
    background: linear-gradient(180deg, #FF6000 0%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    margin-left: -20px;
}

.expertise-section .bigCard .avatar_group .avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.expertise-section .bigCard .avatar_group .avatar:first-child {
    margin-left: 0px;
}

.expertise-section .bigCard .left .desc {
    font-size: 16px;
}

.expertise-section .bigCard .left .h3 {
    /* max-width: 169px; */
    margin: auto;
}

@media (min-width: 1536px) {

    .expertise-section .bigCard h2 {
        font-size: 48px;
    }
}

@media screen and (min-width : 1280px) {
    /* .expertise-section .img-col .content::before {
        position: absolute;
        content: '';
        width: 70%;
        aspect-ratio: 1;
        background-color: var(--orange);
        border-radius: 100%;
        bottom: -34%;
        right: -30%;
        transform: scale(0);
        transition: all 0.3s;
    }

    .expertise-section .img-col .content:hover::before {
        transform: scale(1);
    } */

    /* .expertise-section .img-col .content::after {
        position: absolute;
        content: '';
        width: 150%;
        transition: all 0.3s;
        aspect-ratio: 1;
        box-shadow: 0 0 0 220px var(--orange);
        bottom: -80%;
        right: -66%;
        border-radius: 100%;
        transform: scale(1.8);
    }

    .expertise-section .img-col .content:hover::after {
        transform: scale(1);
    } */
}

@media (max-width: 1599px) {
    .expertise-section .img-row {
        gap: 30px;
        max-width: calc(100% - 100px);
    }

    .expertise-section .img-col {
        height: 350px;
    }
}

@media (max-width: 1279px) {
    .expertise-section .bigCard .content {
        margin-top: 37px;
        flex-direction: column;
    }

    .expertise-section .img-row {
        gap: 20px;
        max-width: calc(100% - 40px);
    }

    .expertise-section .img-col .content {
        padding: 20px;
    }
}


@media (max-width: 1023px) {
    .expertise-section .img-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .expertise-section .bigCard .content .right .list>li {
        margin-bottom: 28px;
    }
}


@media (max-width: 767px) {
    .expertise-section .bigCard .content .right .list>li::after {
        display: none !important;
    }

    .expertise-section .bigCard .content .right .list .icon {
        width: 46px;
        height: 46px;
    }

    .expertise-section .bigCard .content .right .list>li {
        gap: 15px;
    }

    .expertise-section .bigCard .content .right .list .text .h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .expertise-section .bigCard .content .right .list .text p {
        font-size: 14px;
        line-height: 22px;
    }


    .expertise-section .bigCard .content .right .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .expertise-section {
        /* padding: 60px 0; */
    }

    .expertise-section .bigCard {
        padding: 230px 16px 60px;
    }

    .expertise-section .img-row {
        max-width: 100%;
    }
}