/* Premium Testimonial Carousel styling suffix d9480d9f */
:root {
    --ptc-d9480d9f-gap: 30px;
}

.ptc-d9480d9f-wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #EEF5ED;
}

/* Organic low opacity blobs */
.ptc-d9480d9f-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.08;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s ease;
}
.ptc-d9480d9f-shape-1 {
    width: 400px;
    height: 400px;
    top: -50px;
    left: -100px;
}
.ptc-d9480d9f-shape-2 {
    width: 500px;
    height: 500px;
    bottom: -100px;
    right: -100px;
}

.ptc-d9480d9f-container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}

/* Header */
.ptc-d9480d9f-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}
.ptc-d9480d9f-heading {
    font-family: inherit;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    color: #165A32;
    margin: 0 0 15px 0;
}
.ptc-d9480d9f-subtitle {
    font-family: inherit;
    font-size: 16px;
    color: #667463;
    line-height: 1.6;
    margin: 0;
}

/* Track slider layout */
.ptc-d9480d9f-track-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    cursor: grab;
}
.ptc-d9480d9f-track-container:active {
    cursor: grabbing;
}
.ptc-d9480d9f-track {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    transition: transform 0ms linear;
}

/* Cards Wrapper & Layout */
.ptc-d9480d9f-card-wrap {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px calc(var(--ptc-d9480d9f-gap) / 2);
    display: flex;
    justify-content: center;
}

/* Beautiful glassmorphism card */
.ptc-d9480d9f-card {
    background: #FFFFFF;
    border: 1px solid #DCE7DA;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(22, 90, 50, 0.10);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.35s ease;
    overflow: hidden;
    z-index: 2;
}

.ptc-has-gradient .ptc-d9480d9f-card {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBF7 100%);
}

.ptc-has-glass .ptc-d9480d9f-card {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.ptc-d9480d9f-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(22, 90, 50, 0.16);
    border-color: #1E6B3D;
}

/* Quote Icon Decoration */
.ptc-d9480d9f-quote-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 50px;
    height: 50px;
    opacity: 0.15;
    pointer-events: none;
    z-index: 1;
}
.ptc-d9480d9f-quote-icon svg {
    width: 100%;
    height: 100%;
    fill: #165A32;
}

/* Testimonial card contents */
.ptc-d9480d9f-card-body {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}
.ptc-d9480d9f-text {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
    color: #233321;
    margin: 0;
}

/* Footer layout */
.ptc-d9480d9f-card-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}
.ptc-d9480d9f-image-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    background: #EBF2EC;
}
.ptc-d9480d9f-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ptc-d9480d9f-meta-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ptc-d9480d9f-name-badge {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ptc-d9480d9f-name {
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    color: #233321;
}
.ptc-d9480d9f-verified {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #165A32;
}
.ptc-d9480d9f-verified svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.ptc-d9480d9f-meta {
    font-size: 13px;
    color: #667463;
}
.ptc-d9480d9f-product {
    font-size: 12px;
    color: #667463;
    margin-top: 2px;
}

/* Arrows Navigation */
.ptc-d9480d9f-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #165A32;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(22,90,50,0.15);
    z-index: 10;
    transition: all 0.3s ease;
}
.ptc-d9480d9f-arrow:hover {
    background-color: #1E6B3D;
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 18px rgba(22,90,50,0.25);
}
.ptc-d9480d9f-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #FFFFFF;
    transition: transform 0.3s ease;
}
.ptc-d9480d9f-arrow-prev {
    left: 40px;
}
.ptc-d9480d9f-arrow-next {
    right: 40px;
}

/* Dots Pagination */
.ptc-d9480d9f-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}
.ptc-d9480d9f-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DCE7DA;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
    padding: 0;
}
.ptc-d9480d9f-dot.active {
    background-color: #165A32;
    width: 24px;
    border-radius: 6px;
}

/* Desktop and Tablet grid layouts */
@media (min-width: 768px) {
    .ptc-d9480d9f-card-wrap {
        flex: 0 0 50%; /* Tablet: 2 columns */
    }
}

@media (min-width: 1025px) {
    .ptc-d9480d9f-card-wrap {
        flex: 0 0 33.333333%; /* Desktop: 3 columns */
    }
    
    /* Center card scale effect on desktop */
    .ptc-d9480d9f-card-wrap.center-item .ptc-d9480d9f-card {
        transform: scale(1.03);
        box-shadow: 0 16px 40px rgba(22, 90, 50, 0.12);
        border-color: rgba(22, 90, 50, 0.2);
    }
    .ptc-d9480d9f-card-wrap.center-item .ptc-d9480d9f-card:hover {
        transform: translateY(-8px) scale(1.04);
        box-shadow: 0 22px 48px rgba(22, 90, 50, 0.18);
    }
}

/* Viewport Entrance Animations */
.ptc-d9480d9f-wrapper.ptc-animate .ptc-d9480d9f-header {
    opacity: 0;
    transform: translateY(20px);
}
.ptc-d9480d9f-wrapper.ptc-animate .ptc-d9480d9f-card {
    opacity: 0;
    transform: translateY(30px);
}

.ptc-d9480d9f-wrapper.ptc-animate.ptc-visible .ptc-d9480d9f-header {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.ptc-d9480d9f-wrapper.ptc-animate.ptc-visible .ptc-d9480d9f-card {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger transition delays */
.ptc-d9480d9f-wrapper.ptc-animate.ptc-visible .ptc-d9480d9f-card-wrap:nth-child(1) .ptc-d9480d9f-card {
    transition: opacity 0.6s ease 0.2s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, box-shadow 0.35s ease, border-color 0.35s ease;
}
.ptc-d9480d9f-wrapper.ptc-animate.ptc-visible .ptc-d9480d9f-card-wrap:nth-child(2) .ptc-d9480d9f-card {
    transition: opacity 0.6s ease 0.4s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, box-shadow 0.35s ease, border-color 0.35s ease;
}
.ptc-d9480d9f-wrapper.ptc-animate.ptc-visible .ptc-d9480d9f-card-wrap:nth-child(3) .ptc-d9480d9f-card {
    transition: opacity 0.6s ease 0.6s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, box-shadow 0.35s ease, border-color 0.35s ease;
}
