.slider_arrow svg {
    line-height: 0;
    width: 10px;
    transition: all 0.4s;

}

.slider_arrow a,
.slider_arrow_team a {
    width: 40px;
    height: 40px;
    background-color: #BB9A65;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider_arrow a:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #fff;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='white'><path d='M9.16667 0C8.91667 0 8.75 0.0833 8.58333 0.25L0.25 8.58333C-0.0833 8.91667 -0.0833 9.41667 0.25 9.75C0.583333 10.0833 1.08333 10.0833 1.41667 9.75L9.75 1.41667C10.0833 1.08334 10.0833 0.583334 9.75 0.25C9.58333 0.0833 9.41667 0 9.16667 0Z'/><path d='M9.16683 0H1.66683C1.16683 0 0.833496 0.333415 0.833496 0.833415C0.833496 1.33342 1.16683 1.66675 1.66683 1.66675H8.3335V8.33341C8.3335 8.83341 8.66683 9.16675 9.16683 9.16675C9.66683 9.16675 10.0002 8.83341 10.0002 8.33341V0.833415C10.0002 0.333415 9.66683 0 9.16683 0Z'/></svg>") no-repeat center / contain;
    transition: all 0.4s ease;
}

.project_showcase_slide_content {
    width: 100%;
    max-width: 80%;
}

.project_showcase_slider_slide {
    /* overflow: hidden !important; */
    height: 400px !important;
    display: flex !important;
    margin-right: 30px;
    flex-direction: column;
    position: relative;
    justify-content: end;
    padding: 0 0 10px 20px;
    border-radius: 15px 15px 0 15px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, #000000 100%); */
}

.project_showcase_img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, #000000 100%);
    z-index: 1;
}

.project_showcase_img {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.project_showcase_slider_slide:hover .slider_arrow a svg {
    transform: translate(230%, -230%);
}

.project_showcase_slider_slide:hover .slider_arrow a:before {
    transform: translate(-50%, 50%);
    bottom: 50%;
    left: 50%;
}

.project_showcase_slider_slide .slider_arrow {
    overflow: hidden;
}

.project_showcase_slider_slide:hover img {
    transform: scale(1.05);
}

.project_showcase_slider_slide img {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_slide_hover_text {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    display: block;
    font-family: "Manrope", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project_showcase_slider_slide:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2025/06/What-We-Do-Section-Shape.svg);
    background-repeat: no-repeat;
    width: 74px;
    height: 74px;
}

.project_showcase_slider_wrap {
    padding-left: calc((100% - 1300px) / 2);
}

.project_showcase_slider .slick-list.draggable,
.team_slider_main .slick-list.draggable {
    padding-right: 45px;
}

.project_showcase_slider .slider_arrow,
.project_showcase_slider .slider_arrow_team,
.team_slider_main .slider_arrow,
.team_slider_main .slider_arrow_team {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: #BB9A65;
    border-radius: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_showcase_slide_content h5 {
    color: #fff;
    margin: 0 0 10px 0;
}

.project_showcase_slider .slick-arrow,
.team_slider_main .slick-arrow {
    display: none !important;
}

.project_slider_arrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.project_slider_arrow button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #54595f;
    border: 1px solid #54595f;
    cursor: pointer;
}

.project_slider_arrow button.next {
    transform: rotate(180deg);
}

.project_slider_arrow button svg path {
    stroke: #fff;
}

.project_slider_arrow button:hover {
    background-color: rgba(187, 154, 101, 1);
    border: rgba(187, 154, 101, 1);
}

.project_slider_arrow button:hover svg path {
    stroke: #fff;
}

.project_slide_team_hover_text p {
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.team_slider_main .project_showcase_slider_slide {
    padding: 15px;
    height: 320px !important;
}

.project_slide_team_hover_text h6 {
    color: #fff;
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 10px 0;
}

.team_slider_main .project_showcase_slider_slide:hover img {
    transform: scale(1);
}



.project_slide_team_hover_text {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    max-width: 70%;
    padding: 15px;
    box-sizing: border-box;
    transition: bottom 0.4s;
}

.project_showcase_slider_slide:hover .project_slide_team_hover_text {
    bottom: 0;
    /* slide up */
}

.slider_arrow_team .share-icons-list {
    padding: 0 0 10px 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.team_slider_main .slider_arrow_team:hover .share-icons-list {
    opacity: 1;
    visibility: visible;
}

.share-icons-list .share-icon-item a {
    transition: all 0.3s;
}

.share-icons-list .share-icon-item a:hover {
    background-color: #30251B;
}




@media only screen and (max-width: 1440px) {

    .project_showcase_slider_wrap {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 1024px) {

    .project_showcase_slider_wrap {
        padding-left: 30px;
    }

    .project_showcase_slider_slide {
        height: 350px !important;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 880px) {

    .project_showcase_slider_slide {
        height: 300px !important;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {

    .project_showcase_slider_slide:after {
        bottom: -1px;
    }
}

@media only screen and (max-width: 767px) {

    .project_showcase_slider_wrap {
        padding-left: 20px;
    }

    .project_showcase_slider .slick-list.draggable,
    .team_slider_main .slick-list.draggable {
        padding-right: 25px;
    }

    .project_showcase_slide_content {
        max-width: 75%;
    }

    .project_slider_arrow {
        margin-top: 15px;
    }

}