/* HireTalent Done For You Landing Page Styles */

.dfy-landing-page {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.4;
    background: #F6F5F4 !important;
}

/* Success Banner */
.success-banner {
    background: #6D7CFE;
    color: white;
    padding: 12px 0;
    text-align: center;
    position: relative;
    z-index: 100;
}

.success-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
}

.checkmark-icon {
    background: #10b981;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    flex-shrink: 0;
}

.success-message {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.success-message strong {
    font-weight: 900;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Hero Section */
.dfy-hero {
    background: #F6F5F4;
    color: #1f2937;
    padding: 40px 20px 80px;
    text-align: center;
    position: relative;
}

.hero-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Hero Profiles Row */
.hero-profiles-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.hero-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    padding: 12px 16px;
    border-radius: 12px;
}

.profile-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #6D7CFE;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    flex-shrink: 0;
}

.profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.profile-name {
    font-family: 'Caveat', cursive;
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1;
    white-space: nowrap;
}

.profile-role {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.3;
    white-space: nowrap;
    font-family: 'Work Sans', sans-serif;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.hero-title .highlight {
    color: white;
    background: #6D7CFE;
    padding: 0 12px;
    border-radius: 8px;
    position: relative;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    color: #374151;
}

.hero-cta {
    margin-bottom: 20px;
}

.cta-button {
    background: #EF4444;
    color: white;
    padding: 20px 40px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.cta-button:hover {
    background: #DC2626;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239, 68, 68, 0.4);
    text-decoration: none;
    color: white;
}

.cta-button-large {
    font-size: 24px;
    padding: 24px 50px;
}

.pricing-clarification {
    margin-top: 10px;
    font-size: 14px;
    color: #6b7280;
}

/* Testimonials Section */
.testimonials-section {
    background: #1f2937;
    padding: 60px 20px;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    align-items: stretch;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px;
    background: transparent;
    border-radius: 12px;
    height: 100%;
    border: 3px solid white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-item:hover {
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 800;
    color: white;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.testimonial-title {
    font-size: 14px;
    color: white;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-photo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.testimonial-content p {
    font-size: 18px;
    line-height: 1.7;
    color: white;
    margin: 0;
    font-style: italic;
}

/* Roles We Place Section */
.roles-section {
    background: #fff;
    padding: 80px 20px;
}

.roles-container {
    max-width: 1100px;
    margin: 0 auto;
}

.roles-section .section-title {
    color: #1a1a1a;
}

.roles-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 50px;
    margin-top: -40px;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.role-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}


.role-icon {
    width: 60px;
    height: 60px;
    background: #6D7CFE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.role-icon i {
    font-size: 24px;
    color: white;
}

.role-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.role-card p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.role-card-cta {
    background: linear-gradient(135deg, #6D7CFE 0%, #1d4ed8 100%);
}

.role-card-cta .role-icon {
    background: rgba(255,255,255,0.2);
}

.role-card-cta h3,
.role-card-cta p {
    color: white;
}

.role-contact-link {
    display: inline-block;
    margin-top: 12px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}

.role-contact-link:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .roles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .roles-grid {
        grid-template-columns: 1fr;
    }

    .roles-subtitle {
        margin-top: -30px;
    }
}

/* Peek Inside / What You Get Section */
.peek-inside-section {
    background: #6D7CFE;
    padding: 80px 20px;
}

.peek-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.peek-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.peek-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.peek-content h3 {
    font-size: 1.65rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.peek-content p {
    color: #374151;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

/* Trial Task Example Section */
.trial-task-section {
    background: #ffffff;
    padding: 80px 20px;
}

.trial-container {
    max-width: 1200px;
    margin: 0 auto;
}

.trial-task-section .section-title {
    color: #1f2937;
}

.task-example-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.task-example-card {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
}

.task-role {
    font-size: 14px;
    font-weight: 800;
    color: #6D7CFE;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.task-assignment h4,
.task-deliverables h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.task-assignment p {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 20px;
}

.task-deliverables ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.task-deliverables li {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
}

.task-deliverables li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

.task-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.task-badge {
    background: #6D7CFE;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Growth/Story Section */
.growth-section {
    background: #F6F5F4;
    padding: 80px 20px;
}

.growth-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.growth-visual {
    text-align: center;
    margin-bottom: 40px;
}

.dfy-illustration {
    max-width: 250px;
    height: auto;
}

.growth-text {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.letter-greeting {
    font-size: 2rem;
    font-weight: 400;
    color: #1f2937;
    margin-bottom: 30px;
    font-style: italic;
}

.growth-text p {
    font-size: 20px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 20px;
}

.growth-text strong {
    font-weight: 700;
}

.growth-cta {
    margin-top: 40px;
}

/* Stats Section */
.stats-section {
    background: #6D7CFE;
    padding: 80px 20px;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 15px;
    font-family: 'Work Sans', sans-serif;
}

.stat-label {
    font-size: 16px;
    font-weight: 700;
    color: #6D7CFE;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.stat-description {
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
    margin: 0;
}

/* Process Section */
.process-section {
    background: #ffffff;
    padding: 80px 20px;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.process-section .section-title {
    color: #1f2937;
}

.process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.process-step {
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.step-content h3 {
    font-size: 19px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
}

.step-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
}

.process-arrow {
    font-size: 32px;
    color: #6D7CFE;
    font-weight: 700;
}

/* Pricing Section */
.pricing-section {
    background: #F6F5F4;
    padding: 80px 20px;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-section .section-title {
    color: #1f2937;
}

.pricing-subtitle {
    text-align: center;
    font-size: 18px;
    color: #6b7280;
    margin-bottom: 40px;
}

.pricing-table-wrapper {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.feature-col {
    width: 40%;
}

.package-col {
    width: 30%;
    text-align: center;
}

.package-header {
    padding: 20px;
}

.package-header h3 {
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 10px;
}

.package-price {
    font-size: 36px;
    font-weight: 900;
    color: #6D7CFE;
    margin-bottom: 2px;
}

.package-price-note {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
    font-weight: 600;
}

.package-term {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
}

.standard-col {
    background: #f9fafb;
}

.premium-col {
    background: #eff6ff;
    position: relative;
}

.popular-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #EF4444;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 140px;
    text-align: center;
    line-height: 1.2;
}

.category-row td {
    background: #f3f4f6;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.highlight-row {
    background: #fef3c7;
}

.feature-name {
    font-size: 15px;
    color: #374151;
}

.feature-badge {
    display: inline-block;
    background: #6D7CFE;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 10px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-desc {
    font-size: 13px;
    color: #374151;
    margin-top: 5px;
}

.text-center {
    text-align: center;
}

.text-success {
    color: #10b981;
}

.text-danger {
    color: #ef4444;
}

.cta-row td {
    border-bottom: none;
}

.pricing-cta-button {
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.standard-button {
    background: #6D7CFE;
    color: white;
}

.standard-button:hover {
    background: #1d4ed8;
    text-decoration: none;
    color: white;
}

.premium-button {
    background: #EF4444;
    color: white;
}

.premium-button:hover {
    background: #DC2626;
    text-decoration: none;
    color: white;
}

.pricing-note {
    text-align: center;
    margin-top: 30px;
    background: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
}

.pricing-note p {
    font-size: 16px;
    color: #374151;
    margin: 0;
    line-height: 1.6;
}

.pricing-note strong {
    color: #1f2937;
}

/* CTA Form Section */
.cta-form-section {
    background: #e0f2fe;
    padding: 80px 20px;
}

.cta-form-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-form-container h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cta-form-subtitle {
    font-size: 18px;
    color: #4b5563;
    margin-bottom: 40px;
}

/* FAQ Section */
.faq-section {
    background: #ffffff;
    padding: 80px 20px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-container h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1f2937;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.faq-list {
    margin-bottom: 50px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.faq-question {
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}

.faq-toggle {
    font-size: 20px;
    font-weight: 300;
    transition: transform 0.15s ease-out;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    padding: 20px;
}

.faq-answer p {
    margin: 0 0 15px 0;
    font-size: 17px;
    line-height: 1.7;
    color: #374151;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer ul {
    margin: 15px 0;
    padding-left: 25px;
}

.faq-answer li {
    font-size: 17px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 10px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* Author Bio Section */
.author-bio-section {
    background: #1f2937;
    color: white;
    padding: 80px 20px;
}

.author-container {
    max-width: 1000px;
    margin: 0 auto;
}

.author-card {
    background: #111827;
    border-radius: 12px;
    padding: 50px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
}

.author-text h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 25px;
    color: white;
}

.author-text .signature {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: left;
}

.author-text .signature-line {
    font-family: 'Caveat', cursive;
    font-size: 42px;
    font-weight: 700;
    color: white;
    font-style: italic;
}

.author-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
    color: white;
}

.author-image {
    text-align: center;
}

.author-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #6D7CFE;
}

.author-linkedin {
    display: block;
    margin-top: 15px;
    color: #0077b5;
    font-size: 28px;
    transition: opacity 0.2s;
}

.author-linkedin:hover {
    opacity: 0.8;
}

/* Final CTA Section */
.final-cta-section {
    background: #6D7CFE;
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.final-cta-container {
    max-width: 1000px;
    margin: 0 auto;
}

.final-cta-container h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.final-cta-text {
    font-size: 20px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem;
    }

    .task-example-grid {
        grid-template-columns: 1fr;
    }

    .process-steps {
        flex-direction: column;
    }

    .process-arrow {
        transform: rotate(90deg);
    }

    .pricing-table-wrapper {
        overflow-x: auto;
    }

    .author-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-profiles-row {
        gap: 10px;
    }

    .hero-profile {
        padding: 10px 12px;
    }

    .success-banner {
        padding: 10px 0;
    }

    .success-message {
        font-size: 14px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .peek-item {
        text-align: left;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        padding: 30px 20px;
        min-height: 180px;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .process-step {
        max-width: 100%;
    }

    .cta-button {
        font-size: 18px;
        padding: 18px 35px;
    }

    .cta-button-large {
        font-size: 20px;
        padding: 20px 40px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .peek-item {
        padding: 25px 20px;
    }

    .task-example-card {
        padding: 20px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 14px;
    }

    .author-card {
        padding: 25px 20px;
    }

    .author-text h2 {
        font-size: 2rem;
    }

    .author-text .signature-line {
        font-size: 36px;
    }
}

/* Testimonial Modal */
.testimonial-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s ease;
}

.testimonial-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-modal-content {
    background: white;
    margin: 20px;
    padding: 40px;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    position: relative;
    animation: slideIn 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    font-weight: 300;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1;
}

.testimonial-modal-close:hover {
    color: #1f2937;
}

.testimonial-modal-header {
    margin-bottom: 25px;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 20px;
}

.testimonial-modal-name {
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-modal-title {
    font-size: 14px;
    color: #6D7CFE;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.testimonial-modal-business {
    font-size: 18px;
    line-height: 1.6;
    color: #1f2937;
    margin-bottom: 25px;
}

.testimonial-modal-quote {
    font-size: 18px;
    line-height: 1.6;
    color: #1f2937;
    font-style: italic;
    margin-bottom: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .testimonial-modal-content {
        padding: 30px 20px;
        margin: 15px;
    }

    .testimonial-modal-name {
        font-size: 20px;
    }

    .testimonial-modal-quote {
        font-size: 16px;
    }
}
