/* Success Stories Page Styles */

/* Hero Section */
.success-hero {
    position: relative;
    min-height: 600px;
    padding: 80px 0 60px 0;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assetsNews/story/Rectangle 39899.png') center center no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.hero-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.success-hero .container {
    position: relative;
    z-index: 2;
}

.hero-content-center {
    text-align: center;
    padding: 40px 0;
}

.hero-title {
    font-family: 'Libre Caslon Display', serif;
    font-size: 64px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 4px;
}

.hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
    line-height: 1.4;
}

.hero-cohort {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0;
}

.hero-cards-wrapper {
    position: relative;
    width: 100%;
    max-width: 1037px;
    margin: 60px auto 0 auto;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
}

.hero-cards-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px;
    flex-wrap: wrap;
    position: relative;
}

.hero-cards-row.slider-enabled {
    flex-wrap: nowrap;
    justify-content: flex-start;
    transition: transform 0.5s ease;
}

.hero-card {
    width: 172px;
    position: relative;
}

.hero-card:nth-child(odd) {
    transform: rotate(-1deg);
}

.hero-card:nth-child(even) {
    transform: translateY(-32px) rotate(1deg);
}

.hero-card:hover {
    z-index: 10;
}

.hero-card-image-wrapper {
    width: 172px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    position: relative;
}

.hero-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.hero-card:hover img {
    transform: scale(1.30);
}

.hero-card-info {
    background: rgba(82, 63, 105, 0.1);
    padding: 15px 10px;
    text-align: center;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.hero-card:hover .hero-card-info {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.hero-card-student-name {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.hero-card-internship {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #CCCCCC;
    margin: 0;
    line-height: 1.4;
}

.hero-card-video {
    position: relative;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 10;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Download CTA */
.download-cta {
    background: #FFFFFF;
    padding: 40px 20px;
    margin: 0;
}

.download-cta .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1480px;
    margin: 0 auto;
}

.download-link {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    color: #0A0A0A;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1480px;
    height: 114px;
    margin: 0 auto;
    background: #F7F7F1;
}

.download-link:hover {
    color: #A6102B;
    text-decoration: underline;
}

/* Note from the Team Section */
.note-from-team {
    padding: 40px 20px;
    background: #FFFFFF;
}

.note-from-team .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}

.note-content-wrapper {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
    background: #f4f9f5;
}

.note-content-wrapper .row {
    padding: 80px 20px;
}

.note-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 48px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 30px;
}

.note-description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 1.8;
    margin-bottom: 0;
}

.note-image {
    width: 320px;
    height: 270px;
}

.note-image img {
    width: 320px;
    height: 270px;
    display: block;
    object-fit: cover;
}

/* Research Projects Section */
.research-projects {
    padding: 100px 20px;
    background: #FFFFFF;
    margin: 0;
}

.section-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 48px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 20px;
}

.section-description {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 1.6;
    margin-bottom: 50px;
}

.research-card {
    background: #FFFFFF;
    margin-bottom: 40px;
}

.research-card .card-image {
    width: 100%;
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}

.research-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: none;
    transform: scale(1);
}

.research-card:hover .card-image img {
    transform: scale(1);
}

.research-card .card-content {
    padding: 0 0 0 30px;
}

.internship-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 15px;
}

.intern-name {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 10px;
}

.professor-name {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 15px;
}

.intern-description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 1.8;
    margin-bottom: 0;
}

.view-more {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #A6102B;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline;
    margin-left: 5px;
}

.view-more:hover {
    text-decoration: underline;
}

.view-more::before {
    content: '... ';
    color: #0A0A0A;
    font-weight: 400;
}

.intern-description.expanded + .view-more::before {
    content: '';
}

.btn-view-all {
    display: block;
    background: #2B2B2B;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: calc(100% - 3px);
    margin: 0 0px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-view-all:hover {
    background: #A6102B;
    color: #FFFFFF;
}

/* Research Outcomes Intro Section (Title and Description) */
.research-outcomes-intro {
    padding: 80px 20px;
    background: #FFFFFF;
    margin: 0;
}

.research-outcomes-intro .section-title {
    color: #0A0A0A;
}

.research-outcomes-intro .section-description {
    color: #0A0A0A;
}

/* Research Outcomes Section (Dark Background with Image) */
.research-outcomes {
    padding: 20px 20px;
    margin: 0;
    position: relative;
    overflow: visible;
}

.outcomes-bg {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: #2B2B2B;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgba(0, 0, 0, 0.6)), url(/assetsNews/story/research-outcomes-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    transform: none !important;
    z-index: 0;
}

.research-outcomes .container {
    position: relative;
    z-index: 1;
}

.research-outcomes .section-title {
    color: #FFFFFF;
}

.research-outcomes .section-description {
    color: #FFFFFF;
}

.statistics {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 100px;
}

.stat-item {
    padding: 0px 30px;
    background: transparent;
    border-radius: 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.stat-label {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.stat-description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.achievement-cards {
    margin-top: 60px;
}

.achievement-card {
    background: #FFFFFF;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.achievement-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.achievement-heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 25px;
}

.achievement-member-name {
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 20px;
    line-height: 1.6;
}

.achievement-qualification,
.achievement-internship,
.achievement-under {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 400;
    color: #0A0A0A;
    margin-bottom: 20px;
    line-height: 1.8;
}

.achievement-card-info {
    background: rgba(82, 63, 105, 0.1);
    padding: 15px 10px;
    text-align: center;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.achievement-card:hover .achievement-card-info {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.achievement-card-student-name {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0A0A0A;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.achievement-card-achievement {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    line-height: 1.4;
}

.achievements-button-section {
    padding: 10px 20px;
    background: #FFFFFF;
    margin: 0;
}

.achievements-button-container {
    background: #2B2B2B;
    padding: 0px 0px;
    text-align: center;
    margin: 0;
    transition: background 0.3s ease;
}

.btn-view-achievements {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.achievements-button-container:hover {
    background: #A6102B;
}

.btn-view-achievements:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Voices Section */
.voices-section {
    padding: 80px 20px;
    background: #ffffff;
    margin: 0;
}

.voice-card {
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 0px;
    display: flex;
    gap: 40px;
    transition: all 0.3s ease;
}

.voice-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.voice-card-green {
    background: #1B8140;
}

.voice-card-white {
    background: #F7F7F0;
    border: 1px solid #E3E3E3;
}

.voice-card-red {
    background: #A6102B;
}

.voice-card-red .voice-title,
.voice-card-red .voice-intern-name,
.voice-card-red .voice-intern-under,
.voice-card-red .voice-date,
.voice-card-red .voice-description {
    color: #FFFFFF;
}

.voice-card-purple {
    background: #F7F7F0;
    border: 1px solid #E3E3E3;
}

.voice-card-left {
    display: flex;
    gap: 25px;
    flex: 1;
    min-width: 0;
}

.voice-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.voice-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice-details {
    flex: 1;
}

.voice-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.voice-intern-name,
.voice-intern-under {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4;
}

.voice-date {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.voice-card-green .voice-title,
.voice-card-green .voice-intern-name,
.voice-card-green .voice-intern-under,
.voice-card-green .voice-date,
.voice-card-green .voice-description {
    color: #FFFFFF;
}

.voice-card-white .voice-title,
.voice-card-white .voice-intern-name,
.voice-card-white .voice-intern-under,
.voice-card-white .voice-date,
.voice-card-white .voice-description {
    color: #0A0A0A;
}

.voice-card-purple .voice-title,
.voice-card-purple .voice-intern-name,
.voice-card-purple .voice-intern-under,
.voice-card-purple .voice-date,
.voice-card-purple .voice-description {
    color: #FFFFFF;
}

.voice-card-right {
    flex: 1;
}

.voice-description {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

/* RRAT Scorers Section */
.rrat-scorers-section {
    padding: 80px 20px;
    background: #FFFFFF;
    margin: 0;
}

.rrat-cards-grid {
    margin-top: 40px;
}

.rrat-card {
    background: #ffffff;
    border: 1px solid #E8E8E8;
    padding: 25px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.rrat-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.rrat-score-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.rrat-score-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0A0A0A;
}

.rrat-trophy-icon {
    width: 24px;
    height: 24px;
}

.rrat-member-name {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 10px;
}

.rrat-member-details {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* RRAT Button Container */
.rrat-button-container {
    background: #2B2B2B;
    padding: 0px 20px;
    text-align: center;
    margin-top: 40px;
    transition: background 0.3s ease;
}

.btn-view-rrat {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
    display: inline-block;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rrat-button-container:hover {
    background: #A6102B;
}

.btn-view-rrat:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* CTA Section */
.cta-section {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
                url('/assetsNews/story/hero-banner-011.jpg') center center no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    z-index: 0;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section .col-12 {
    text-align: left;
}

.cta-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 1.4;
}

.btn-register {
    display: inline-block;
    background: #A6102B;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 80px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background: #8B0E24;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(166, 16, 43, 0.4);
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .hero-title {
        font-size: 56px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .hero-content {
        padding: 60px 50px;
    }

    .section-title {
        font-size: 40px;
    }

    .voice-card {
        flex-direction: column;
        gap: 25px;
    }

    .voice-card-left {
        min-width: auto;
        flex-direction: row;
    }
}

@media screen and (max-width: 768px) {
    .note-title {
        font-size: 32px;
    }

    .note-description {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .note-content-wrapper {
        max-width: calc(100% - 30px);
        padding: 0;
    }

    .note-content-wrapper .row {
        padding: 60px 15px;
    }

    .note-image {
        width: 100%;
        height: auto;
    }

    .note-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .research-card {
        margin-bottom: 30px;
    }

    .research-card .card-image {
        min-height: 180px !important;
        margin-bottom: 20px !important;
    }

    .research-card .card-content {
        padding: 0 !important;
    }

    .internship-title {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .intern-name,
    .professor-name {
        font-size: 14px !important;
        margin-bottom: 8px !important;
        line-height: 1.5 !important;
    }

    .intern-description {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .view-more {
        font-size: 13px !important;
    }

    .success-hero {
        min-height: 500px;
        padding: 60px 0 40px 0;
    }

    .hero-title {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-cohort {
        font-size: 14px;
    }

    .hero-cards-row {
        margin-top: 40px;
        gap: 4px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: max-content;
    }

    /* Infinite scroll animation for mobile */
    @keyframes infinite-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-33.333%);
        }
    }

    .hero-cards-row.infinite-scroll {
        animation: infinite-scroll 20s linear infinite;
    }

    .hero-card {
        width: 100px;
        flex-shrink: 0;
    }

    .hero-card:nth-child(odd) {
        transform: rotate(-1deg) !important;
    }

    .hero-card:nth-child(even) {
        transform: rotate(1deg) !important;
    }

    .hero-card-image-wrapper {
        width: 100px;
        height: 130px;
        border-radius: 10px;
    }

    .hero-card-info {
        padding: 8px 4px;
    }

    .hero-card.active .hero-card-info {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .hero-card-student-name {
        font-size: 11px;
    }

    .hero-card-internship {
        font-size: 9px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-description {
        margin-bottom: 0px;
    }

    .download-link {
        font-size: 18px;
        white-space: nowrap;
        padding: 0 10px;
    }

    .stat-number {
        font-size: 48px;
    }

    .cta-title {
        font-size: 32px;
    }

    .voice-card {
        padding: 25px;
        flex-direction: column;
        gap: 20px;
    }

    .voice-card-left {
        flex-direction: row;
        gap: 15px;
    }

    .voice-image {
        width: 80px;
        height: 80px;
    }

    .voice-title {
        font-size: 14px;
    }

    .voice-intern-name,
    .voice-intern-under,
    .voice-date {
        font-size: 11px;
    }

    .voice-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .btn-register {
        padding: 18px 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .note-title {
        font-size: 28px;
    }

    .note-description {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .note-content-wrapper {
        max-width: calc(100% - 20px);
        padding: 0;
    }

    .note-content-wrapper .row {
        padding: 40px 10px;
    }

    .note-image {
        width: 100%;
        height: auto;
    }

    .note-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .research-card {
        margin-bottom: 25px;
    }

    .research-card .card-image {
        min-height: 160px !important;
        margin-bottom: 18px !important;
    }

    .research-card .card-content {
        padding: 0px !important;
        margin-top: 14px;
    }

    .internship-title {
        font-size: 15px !important;
        margin-bottom: 8px !important;
    }

    .intern-name,
    .professor-name {
        font-size: 13px !important;
        margin-bottom: 6px !important;
        line-height: 1.4 !important;
    }

    .intern-description {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }

    .view-more {
        font-size: 12px !important;
    }

    .success-hero {
        min-height: 450px;
        padding: 40px 0 30px 0;
    }

    .hero-content-center {
        padding: 30px 0;
    }

    .hero-title {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-cohort {
        font-size: 13px;
    }

    .hero-cards-row {
        margin-top: 30px;
        gap: 2px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: max-content;
    }

    /* Infinite scroll animation for mobile (same as 768px) */
    .hero-cards-row.infinite-scroll {
        animation: infinite-scroll 20s linear infinite;
    }

    .hero-card {
        width: 56px;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .hero-card:nth-child(odd) {
        transform: rotate(-1deg) !important;
    }

    .hero-card:nth-child(even) {
        transform: rotate(1deg) !important;
    }

    .hero-card-image-wrapper {
        width: 56px;
        height: 72px;
        border-radius: 8px;
    }

    .hero-card-info {
        padding: 5px 2px;
    }

    .hero-card.active .hero-card-info {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .hero-card-student-name {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .hero-card-internship {
        font-size: 7px;
    }

    .play-button svg {
        width: 30px;
        height: 30px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-description {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .download-link {
        max-width: 100% !important;
        font-size: 13px !important;
        height: auto !important;
        min-height: 70px !important;
        white-space: normal !important;
        padding: 15px 10px !important;
        line-height: 1.4 !important;
        text-align: center !important;
    }

    .btn-view-all {
        padding: 15px 40px;
        font-size: 14px;
    }

    .voice-card {
        padding: 20px;
        flex-direction: column;
        gap: 15px;
    }

    .voice-card-left {
        flex-direction: row;
        gap: 12px;
    }

    .voice-image {
        width: 70px;
        height: 70px;
    }

    .voice-title {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .voice-intern-name,
    .voice-intern-under,
    .voice-date {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .voice-description {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.research-card,
.achievement-card,
.voice-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Text Selection */
::selection {
    background: #A6102B;
    color: #FFFFFF;
}

::-moz-selection {
    background: #A6102B;
    color: #FFFFFF;
}
