.pc-1768b3c3-container {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    font-family: inherit;
    box-sizing: border-box;
}

/* Custom Navigation Controls (Centered above the slider) */
.pc-1768b3c3-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    z-index: 10;
    position: relative;
}

.pc-1768b3c3-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #2b2a25;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    color: #2b2a25;
    padding: 0;
}

.pc-1768b3c3-nav-btn:hover {
    background-color: #2b2a25;
    color: #ffffff;
}

.pc-1768b3c3-counter {
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #2b2a25;
    text-transform: uppercase;
    font-family: serif;
    min-width: 60px;
    text-align: center;
}

/* Swiper Configuration overrides */
.pc-1768b3c3-swiper {
    width: 100%;
    padding-bottom: 10px;
    overflow: visible !important;
}

.pc-1768b3c3-slide {
    width: 50% !important; /* Base size for the center slide (45-50% width) */
    transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0.4;
    box-sizing: border-box;
}

/* Fully visible featured center slide; partial on the sides */
.pc-1768b3c3-slide.swiper-slide-active {
    opacity: 1;
}

@media (max-width: 1024px) {
    .pc-1768b3c3-slide {
        width: 75% !important; /* Slightly larger on tablet for readability */
    }
}

@media (max-width: 767px) {
    .pc-1768b3c3-slide {
        width: 85% !important; /* Near full width on mobile devices */
    }
}

/* Project Card layout */
.pc-1768b3c3-project-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pc-1768b3c3-visual-row {
    display: flex;
    align-items: stretch;
    width: 100%;
}

/* Vertical text wrapper */
.pc-1768b3c3-title-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pc-1768b3c3-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    margin: 0 15px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    color: #121211;
}

/* Image settings - strict no border-radius */
.pc-1768b3c3-image-wrapper {
    flex-grow: 1;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.pc-1768b3c3-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0 !important;
}

/* Bottom elements: info description & outline CTA btn */
.pc-1768b3c3-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
    gap: 20px;
}

.pc-1768b3c3-desc {
    font-family: inherit;
    font-size: 15px;
    line-height: 1.6;
    color: #2d2b27;
    margin: 0;
    max-width: 65%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Minimalist outline modern style button */
.pc-1768b3c3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid #2b2a25;
    background: transparent;
    color: #2b2a25;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.pc-1768b3c3-btn:hover {
    background-color: #2b2a25;
    color: #ffffff;
}

@media (max-width: 600px) {
    .pc-1768b3c3-content-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .pc-1768b3c3-desc {
        max-width: 100%;
    }
}
