.section-3 {
    background-image: url('../../assets/images/pc/f3/bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.section-3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.section-3-title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.event-calendar {
    margin-top: 20px;
    font-size: 7.4rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.section-3-character {
    position: absolute;
    right: -5%;
    top: 10%;
    width: 35%;
    max-height: 1420px;
    max-width: 698px;
    z-index: 5;
}

.section-3-timeline-line {
    position: absolute;
    width: auto;
    height: 215px;
    z-index: 4;
    top: 40%;
    max-width: 1695px;
    max-height: 187px;
}

.section-3-timeline {
    position: relative;
    width: 87%;
    scroll-behavior: smooth;
    margin-right: auto;
}

.section-3-events-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1500px;
    height: 700px;
    padding-left: 110px;
}

.section-3-timeline::-webkit-scrollbar {
    width: 1px;
}

.section-3-event-1,
.section-3-event-2,
.section-3-event-3 {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 6;
}

.section-3-event-1,
.section-3-event-3 {
    transform: translateY(50px);
}

.event-info {
    padding: 20px;
    color: #fff;
    width: auto
}

.event-title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.event-description {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
}

.event-info-divider {
    max-width: 479px;
    max-height: 12px;
    width: 100%;
    height: auto;
    margin: 5px 0;
}

.event-info-date {
    font-size: 2.0rem;
    font-weight: bold;
}

.section-3-event-1 .event-info-date,
.section-3-event-3 .event-info-date {
    padding-bottom: 32px;
}

.section-3-event-2 .event-info-date {
    padding-top: 32px;
}

/* Event Icons & Logos */
.event-icon {
    width: auto;
    height: 60px;
    position: relative;
    z-index: 6;
    flex-shrink: 0;
}

.event-icon img {
    max-width: 55px;
    max-height: 55px;
    width: auto;
    object-fit: contain;
}

.event-logo {
    width: auto;
    height: 166px;
}

.event-logo:hover {
    transform: scale(1.05);
}

.event-logo img {
    max-width: 143px;
    max-height: 166px;
    width: auto;
    height: 160px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.section-3-event-2 .event-logo img {
    max-width: 209px;
    max-height: 203px;
}

.event-logo img:hover {
    transform: scale(1.05);
}

/* Event 1 Layout */
.section-3-event-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.section-3-event-1 .event-info {
    background-image: url('../../assets/images/pc/f3/text_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    order: 1;
    text-align: center;
}

.section-3-event-1 .event-icon {
    order: 2;
}

.section-3-event-1 .event-logo {
    order: 3;
}

/* Event 2 Layout */
.section-3-event-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    transform: translateY(120px);
    margin: 0px -50px;
}

.section-3-event-2 .event-icon {
    order: 2;
}

.section-3-event-2 .event-info {
    background-image: url('../../assets/images/pc/f3/text_revert_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    order: 3;
    text-align: center;
}

.section-3-event-2 .event-logo {
    margin-bottom: 50px;
    order: 1;
}

/* Event 3 Layout */
.section-3-event-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.section-3-event-3 .event-info {
    background-image: url('../../assets/images/pc/f3/text_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    order: 1;
    text-align: center;
}

.section-3-event-3 .event-icon {
    order: 2;
}

.section-3-event-3 .event-logo {
    order: 3;
}

.section-3-follow-us {
    margin: 120px 0 10px;
    text-align: center;
    width: 100%;
    z-index: 6;
}

.section-3-follow-text {
    font-size: 2.1rem;
    letter-spacing: 1.5px;
}

.footer-line {
    max-width: 497px;
    max-height: 27px;
    width: 35%;
    height: auto;
}

.section-3-social-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.section-3-social-icon {
    width: auto;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.section-3-social-icon:hover {
    transform: scale(1.1);
}

.section-3-social-icon img {
    max-width: 34px;
    max-height: 25px;
    width: auto;
    object-fit: contain;
}

.section-3-title {
    margin-bottom: 80px;
}

.section-3-content {
    margin-top: 70px;
}

@media only screen and (max-width: 2560px) {
    .section-3-timeline-line {
        height: 240px;
    }

    .section-3-character {
        top: 15%;
        width: 35%;
    }

    .section-3-event-2 .event-info-date {
        padding-top: 27px;
    }
}

@media only screen and (max-width: 2048px) {
    .section-3-timeline-line {
        height: 210px;
    }

    .section-3-events-wrapper {
        padding-left: 110px;
    }

    .section-3-event-2 .event-logo img {
        height: 190px;
    }

    .section-3-event-1 .event-info-date,
    .section-3-event-3 .event-info-date {
        padding-bottom: 30px;
    }

    .section-3-event-2 .event-info-date {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 1920px) {
    .section-3-timeline-line {
        height: 185px;
    }

    .section-3-character {
        top: 15%;
        width: 30%;
    }

    .section-3-title {
        margin-bottom: 20px;
    }

    .section-3-event-1 .event-info-date,
    .section-3-event-3 .event-info-date {
        padding-bottom: 30px;
    }

    .section-3-event-2 .event-info-date {
        padding-top: 30px;
    }

    .section-3-follow-us {
        margin: 0px 0 10px;
    }
}

@media only screen and (max-width: 1600px) {
    .section-3-content {
        margin-top: 50px;
    }

    .section-3-timeline-line {
        height: 155px;
    }

    .section-3-character {
        top: 15%;
        width: 35%;
    }

    .section-3-events-wrapper {
        width: 1300px;
    }

    .event-calendar {
        font-size: 5.4rem;
    }

    .section-3-title {
        margin-bottom: 0px;
    }

    .event-title {
        font-size: 1.5rem;
    }

    .event-description {
        font-size: 1.2rem;
    }

    .event-info-date {
        font-size: 1.5rem;
    }

    .section-3-event-1 .event-info-date,
    .section-3-event-3 .event-info-date {
        padding-bottom: 25px;
    }

    .section-3-event-2 .event-info-date {
        padding-top: 27px;
    }

    .section-3-event-1,
    .section-3-event-3 {
        transform: translateY(80px);
    }

    .section-3-event-2 {
        transform: translateY(105px);
    }
}

@media only screen and (max-width: 1400px) {
    .section-3-timeline-line {
        height: 130px;
    }

    .section-3-events-wrapper {
        width: 1080px;
        padding-left: 100px;
    }

    .section-3-character {
        top: 15%;
        width: 37%;
    }

    .event-calendar {
        font-size: 4.4rem;
    }

    .event-title {
        font-size: 1.3rem;
    }

    .event-description {
        font-size: 1rem;
    }

    .event-info-date {
        font-size: 1.3rem;
    }

    .section-3-event-1 .event-info-date,
    .section-3-event-3 .event-info-date {
        padding-bottom: 20px;
    }

    .section-3-event-2 .event-info-date {
        padding-top: 22px;
    }

    .section-3-event-2 .event-logo img {
        height: 170px;
    }

    .event-logo {
        height: 150px;
    }

    .section-3-event-1,
    .section-3-event-3 {
        transform: translateY(95px);
    }

    .section-3-follow-text {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 960px) {
    .section-3 {
        background-image: url('../../assets/images/mobile/f3/bg.png');
        background-position: center top;
        background-size: cover;
    }

    .section-3-content {
        margin-top: 25px;
    }

    .event-calendar {
        font-size: 3rem;
    }

    .section-3-character {
        display: none;
    }

    .section-3-timeline {
        margin-top: 300px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .event-info-divider {
        width: auto;
        height: 5px;
    }

    .section-3-timeline-line {
        height: 100px;
    }

    .section-3-events-wrapper {
        width: 800px;
        height: 500px;
    }

    .event-logo {
        height: 100px;
    }

    .event-logo img {
        height: 90px;
    }

    .event-icon {
        height: 35px;
    }

    .section-3-event-1,
    .section-3-event-2,
    .section-3-event-3 {
        gap: 10px;
    }

    .section-3-event-2 .event-logo img {
        height: 140px;
    }

    .event-title {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .event-description {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    .event-info-date {
        font-size: 1.3rem;
    }


    .event-icon img {
        height: 30px;
    }

    .event-info-divider {
        margin: 10px;
    }

    .section-3-event-1,
    .section-3-event-3 {
        transform: translateY(36px);
    }

    .section-3-event-2 {
        transform: translateY(75px);
        margin: 0px -30px;
    }

    .section-3-follow-us {
        margin-top: 0px;
        padding: 0 20px;
    }

    .section-3-follow-text {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .event-info {
        width: 100%;
        padding: 15px 10px;
    }

    .footer-line {
        width: auto;
        height: 15px;
    }

    .section-3-social-icons {
        gap: 20px;
    }

    .section-3-social-icon {
        width: 20px;
        height: 20px;
    }

    .section-3-social-icon img {
        height: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .section-3-timeline {
        margin-top: 150px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }


    .section-3-timeline-line {
        height: 90px;
    }

    .section-3-events-wrapper {
        width: 760px;
        padding-left: 60px;
    }

    .event-calendar {
        font-size: 2.4rem;
    }

    .section-3-event-1 .event-info-date,
    .section-3-event-3 .event-info-date {
        font-size: 1.2rem;
        padding-bottom: 21px;
    }

    .section-3-event-1,
    .section-3-event-3 {
        transform: translateY(42px);
    }

    .section-3-event-2 {
        transform: translateY(70px);
    }

    .section-3-event-2 .event-info-date {
        font-size: 1.2rem;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 460px) {
    .section-3-timeline {
        margin-top: 150px;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .section-3-timeline-line {
        height: 90px;
    }

    .section-3-events-wrapper {
        width: 760px;
        padding-left: 60px;
    }

    .event-calendar {
        font-size: 2.4rem;
    }

    .section-3-event-1 .event-info-date,
    .section-3-event-3 .event-info-date {
        font-size: 1.1rem;
        padding-bottom: 22px;
    }

    .section-3-event-2 .event-info-date {
        font-size: 1.1rem;
        padding-top: 21px;
    }

    .section-3-event-1,
    .section-3-event-3 {
        transform: translateY(42px);
    }

    .section-3-event-2 {
        transform: translateY(70px);
    }

    .event-calendar {
        font-size: 2rem;
    }

    .section-3-follow-text {
        font-size: 0.8rem;
        line-height: 1.3;
    }
}