.dedicated_sec {
    position: relative;
    background-color: var(--dark);
}

.dedicated_sec .dedicated_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
}

.dedicated_sec .dedicated_bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 600px;
    height: auto;
}

.dedicated_sec .section-title {
    color: var(--white);
    position: relative;
    z-index: 1;
}

.dedicated_sec .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
    position: relative;
    z-index: 1;
}

.dedicated_sec .card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: var(--white);
}

.dedicated_sec .card .desc a {
    color: var(--white);
}

.dedicated_sec .card .icon_wrapper {
    background-color: #FFFFFF14;
}

/* Media Query */
@media screen and (min-width: 1920px) {
    .dedicated_sec .desc {
        width: 95%;
    }
}

@media (max-width: 1280px) {
    .dedicated_sec .grid {
        gap: 20px;
    }
}

@media (max-width: 1024px) {
    .dedicated_sec .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .dedicated_sec .grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*new style*/
.al_tools_sec+.expertise-scalable {
    /* padding-top: 30px; */
}

.expertise-scalable {
    overflow: hidden;
    background: var(--sectionBG);
    /* padding: 80px 0; */
}

.expertise-scalable:has(+ .work_replace_sec) {
    /* padding-bottom: 0px; */
}

.expertise-scalable-slide .inner {}

.expertise-scalable-slide .inner .icon {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 00px auto 25px;
}

.expertise-scalable-slide .inner .icon span {
    background-color: var(--lightOrange);
    border-radius: 12px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 10px solid var(--white); */
    /* box-shadow: 0px 4px 16px 0px #110C2E26; */
}

.expertise-scalable-slide .inner .icon span img {
    /* filter: brightness(0); */
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 34px;
    filter: invert(32%) sepia(93%) saturate(2241%) hue-rotate(194deg) brightness(97%) contrast(91%);
}

.expertise-scalable-slide .desc {
    font-size: 18px;
    margin-top: 10px;
}

.expertise-scalable-slide .inner::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    /* padding: 0 24px 24px; */
    /* box-shadow: 0px 8px 16px 0px #1B1C1C29; */
    border-radius: 14px;
    background-color: var(--white);
    border: 1px solid var(--border);
    z-index: -1;
}

.expertise-scalable-slide .inner {
    /* text-align: center; */
    padding: 40px 24px 40px;
    position: relative;
    z-index: 0;
    height: 100%;
}

.expertise-scalable .slick-track {
    display: flex;
}

.expertise-scalable .slick-track .slick-slide {
    height: auto !important;
}

.expertise-scalable-slide {
    margin: 0 15px;
    padding-top: 15px;
}

.expertise-scalable-slider {
    margin: 0 -15px;
}

.expertise-scalable-slider .slick-list {
    /* padding-bottom: 30px; */
}

.al_tools_sec+.expertise-scalable .container::before {
    position: absolute;
    content: '';
    width: var(--content-width);
    height: 8px;
    background-color: #dadada5c;
    top: 25px;
}

@media screen and (max-width:1560px) {
    .expertise-scalable {
        /* padding: 60px 0; */
    }
}

@media screen and (max-width:767px) {
    .expertise-scalable {
        /* padding: 40px 0; */
    }
}