/* Original Modern Testimonials Section - Updated with Unique Classes */

.original-testimonials-section {
    position: relative;
    padding: 8rem 0;
    background: linear-gradient(135deg,
            rgba(15, 23, 42, 0.97) 0%,
            rgba(30, 41, 59, 0.95) 25%,
            rgba(51, 65, 85, 0.93) 50%,
            rgba(30, 41, 59, 0.95) 75%,
            rgba(15, 23, 42, 0.97) 100%);
    overflow: hidden;
    backdrop-filter: blur(20px);
}

.original-testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(74, 144, 226, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(135, 206, 235, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 248, 231, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.original-testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

/* Floating Background Shapes */
.original-background-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.ot-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    animation: ot-float 20s ease-in-out infinite;
}

.ot-shape-1 {
    width: 300px;
    height: 300px;
    background: linear-gradient(45deg, rgba(74, 144, 226, 0.1), rgba(135, 206, 235, 0.05));
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.ot-shape-2 {
    width: 250px;
    height: 250px;
    background: linear-gradient(45deg, rgba(255, 248, 231, 0.08), rgba(232, 228, 255, 0.06));
    bottom: 20%;
    left: 15%;
    animation-delay: 7s;
}

.ot-shape-3 {
    width: 200px;
    height: 200px;
    background: linear-gradient(45deg, rgba(135, 206, 235, 0.06), rgba(74, 144, 226, 0.08));
    top: 50%;
    left: 50%;
    animation-delay: 14s;
}

@keyframes ot-float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    25% {
        transform: translate(-20px, -30px) rotate(90deg) scale(1.1);
    }

    50% {
        transform: translate(30px, -20px) rotate(180deg) scale(0.9);
    }

    75% {
        transform: translate(-10px, 20px) rotate(270deg) scale(1.05);
    }
}

/* Section Header */
.original-testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
}

.ot-section-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.ot-section-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: ot-shimmer 3s ease-in-out infinite;
}

@keyframes ot-shimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.ot-section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ot-section-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Testimonials Grid */
.original-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 3rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 3;
}

/* Testimonial Cards */
.ot-testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}

.ot-testimonial-card.ot-animate-in {
    animation: ot-slideInUp 0.8s ease-out forwards;
}

.ot-testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

@keyframes ot-slideInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Video Container */
.ot-video-container {
    position: relative;
    width: 100%;
    background: #000;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.ot-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.ot-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease;
}

/* Video Overlay */
.ot-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s ease;
    pointer-events: none;
}

.ot-testimonial-card:hover .ot-video-overlay {
    opacity: 0;
}

.ot-play-button {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    transform: scale(1);
}

.ot-testimonial-card:hover .ot-play-button {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 1);
}

/* Testimonial Content */
.ot-testimonial-content {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
}

.ot-testimonial-meta {
    margin-bottom: 1rem;
}

.ot-client-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
}

.ot-testimonial-tag {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ot-testimonial-preview {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-style: italic;
    font-size: 1rem;
}

/* Call to Action */
.original-testimonials-cta {
    text-align: center;
    position: relative;
    z-index: 3;
}

.ot-cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.ot-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #4A90E2 0%, #87CEEB 100%);
    color: white;
    text-decoration: none;
    padding: 1.25rem 3rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(74, 144, 226, 0.3);
}

.ot-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.ot-cta-button:hover::before {
    left: 100%;
}

.ot-cta-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 50px rgba(74, 144, 226, 0.4);
    text-decoration: none;
    color: white;
}

.ot-cta-button svg {
    transition: transform 0.3s ease;
}

.ot-cta-button:hover svg {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .original-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .original-testimonials-section {
        padding: 6rem 0;
    }
}

@media (max-width: 768px) {
    .original-testimonials-container {
        padding: 0 1rem;
    }

    .original-testimonials-section {
        padding: 4rem 0;
    }

    .original-testimonials-header {
        margin-bottom: 3rem;
    }

    .ot-section-title {
        font-size: 2.5rem;
    }

    .original-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ot-testimonial-content {
        padding: 1.5rem;
    }

    .ot-play-button {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .original-testimonials-grid {
        grid-template-columns: 1fr;
    }

    .ot-cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .ot-section-badge {
        padding: 0.5rem 1.5rem;
        font-size: 0.8rem;
    }
}

/* Animation Delays */
.ot-animate-in[data-delay="0.2"] {
    animation-delay: 0.2s;
}

.ot-animate-in[data-delay="0.4"] {
    animation-delay: 0.4s;
}

.ot-animate-in[data-delay="0.6"] {
    animation-delay: 0.6s;
}