.portfolio-carousel-container{
    line-height: normal;
    .swiper-wrapper{
        overflow: visible !important;
        gap: initial !important;
    }
    .elementor-swiper{
        margin-bottom: 50px;
    }
    .portfolio-carousel{
        border-radius: 20px;
        box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        padding: 0 !important;
    }
    .project-slide {
        display: flex;
        align-items: stretch;
        justify-content: center;
        overflow: hidden;
        height: 100%;
    }

    .project-slide__content {
        padding: 50px;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: 'Inter Regular',Helvetica,Arial,Lucida,sans-serif!important;
        font-size: 16px;
        color: #555;
    }

    .project-slide__title {
        margin-bottom: 10px;
    }

    .project-slide__text {
        font-weight: 500;
    }

    .project-slide__image {
        width: 50%;
        padding: 0;
        display: flex;
    }

    .project-slide__image--img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper-slide {
        align-items: stretch;
        height: auto !important;
        min-height: 100%;
    }

    .swiper-pagination-portfolio {
        position: relative !important;
        bottom: -40px !important;
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
    }

    .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0.5;
        transition: opacity 0.3s ease, background-color 0.3s ease;
        margin:6px
    }

    .swiper-pagination-bullet-active {
        background-color: #3a7bd5;
        opacity: 1;
        transform: scale(1.2);
    }

    @media (max-width: 768px) {
        .project-slide {
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
            padding: 0;
            overflow: hidden;
            height: auto;
        }

        .project-slide__content {
            width: 100%;
            padding: 20px;
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-height: 250px;
        }

        .project-slide__image {
            width: 100%;
            max-width: 100%;
            padding: 0;
            margin: 0;
        }

        .project-slide__image--img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            border-radius: 0;
        }
        .project-slide__text{
            overflow: auto;
        }
        .project-slide__text--mobile {
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 200px;
            position: relative;
        }

        .project-slide__text--mobile.expanded {
            -webkit-line-clamp: unset;
            max-height: none;
        }

        .project-slide .project-slide__read-more {
            display: block;
            background: none;
            border: none;
            color: #3a7bd5;
            font-weight: bold;
            cursor: pointer;
            text-align: left;
            padding-top: 10px;
            padding-left:0;
        }

        .project-slide .project-slide__read-more.hidden {
            display: none;
        }

    }
    @media (min-width: 769px) {
        .project-slide .project-slide__read-more {
            display: none !important;
        }
    }
}
