/* Property Testimonials Carousel Structural & Styling Rules */
.pt-carousel-wrapper {
    position: relative;
    padding: 30px 10px;
    width: 100%;
}

.pt-container-0b4e1b1c {
    width: 100%;
    overflow: hidden;
}

.pt-container-0b4e1b1c .swiper-wrapper {
    display: flex;
    box-sizing: content-box;
}

.pt-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 280px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
}

.pt-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pt-stars {
    font-size: 18px;
    letter-spacing: 2px;
    user-select: none;
}

.pt-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.pt-text {
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.pt-client-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.pt-photo-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.pt-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-info {
    display: flex;
    flex-direction: column;
}

.pt-name {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.pt-role {
    font-size: 13px;
}

.pt-company {
    font-weight: 500;
}

/* Navigation & Pagination Controls */
.pt-navigation-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.pt-arrow-btn {
    background: transparent;
    border: 1px solid;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.pt-arrow-btn svg {
    width: 20px;
    height: 20px;
    transition: fill 0.2s ease;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
}

.pt-carousel-wrapper .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 25px;
}
