#headerContainer,
.elementor-video {
    width: 100%;
}

.banner-section {
    width: 100%;
    height: 360px;
    background-image: url(../image/banner-1.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.banner-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/bg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.page-title {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.page-title h1 {
    font-size: 60px;
    font-weight: bold;
    color: var(--main-color);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ritello概念-start*/
#conceptSection {
    position: relative;
}

#conceptSection .section-title {
    line-height: 56px;
    margin-bottom: 0;
    text-align: left;
}

#conceptSection .section-content {
    margin-top: 42px;
}

#conceptSection .section-content p {
    color: #3f4245;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
}

/* #conceptSection .section-title {
    font-size: 28px;
    font-weight: 500;
} */

#conceptSection .section-sub-title {
    justify-content: flex-start;
}

#conceptSection .img-wrapper {
    width: 600px;
    height: 100%;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

#conceptSection .img-wrapper .pic-1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    transition: all 0.3s ease;
}

#conceptSection .img-wrapper:hover .pic-1 {
    transform: scale(1.1);
}

/* ritello概念-end */

/* 认识ritello-end-start */
#featureSection {
    position: relative;
    /* background-image: url(../image/home_bg.png); */
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background-image: radial-gradient(circle at 20% 80%, rgba(255, 123, 20, 0.06) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 123, 20, 0.06) 0%, transparent 50%);
    padding: 180px 0;
}

#featureSection .section-header {
    margin-bottom: 60px;
}

#featureSection .section-sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

#featureSection .feature-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#featureSection .feature-list .feature-item {
    height: 354px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#featureSection .feature-list .feature-item img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    transition: all 0.3s ease;
    cursor: pointer;
}

#featureSection .feature-list .feature-item:hover img {
    transform: scale(1.1);
}

/* 认识ritello-end */

/* 專業認證-start */
#certificationSection {
    position: relative;
    /* background-image: url(../image/bg-1.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat; */
    padding: 160px 0;
    margin-top: -80px;
}

#certificationSection .section-sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

#certificationSection .section-title {
    margin-bottom: 60px;
}

#certificationSection .my-container {
    /* padding: 60px; */
    position: relative;
}

#certificationSection .service-header,
#certificationSection .certification-list  {
    position: relative;
    z-index: 2;
}

#certificationSection .my-container {
    position: relative;
    z-index: 2;
}

#certificationSection .certification-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

#certificationSection .certification-list .certification-item {
    height: 480px;
    background-color: #ffffff;
    border-radius: 24px;
    margin: 0 24px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#certificationSection .certification-list .certification-item:hover {
    transform: translateY(-12px);
}

#certificationSection .certification-list .certification-item .img-wrapper {
    position: relative;
    background: #ffffff;
    padding: 36px 16px 24px 16px;
    border-radius: 8px 8px 24px 24px;
    z-index: 2;
}

#certificationSection .certification-list .certification-item img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    cursor: pointer;
}

#certificationSection .certification-list .certification-item .cloud-icon {
    position: absolute;
    top: -62px;
    left: 0;
    width: 100%;
    height: 112px;
    object-fit: cover;
}

/* 專業認證-end */

/* RITELLO 的進步-start */
#progressSection {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background-image: radial-gradient(circle at 20% 80%, rgba(255, 123, 20, 0.06) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 123, 20, 0.06) 0%, transparent 50%);
}

/* #progressSection::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/home_bg.png) center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
} */

#progressSection .my-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    z-index: 2;
}

#progressSection .service-header {
    text-align: center;
    margin-bottom: 80px;
}

#progressSection .section-sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

#progressSection .section-icon {
    width: 24px;
    height: 24px;
}

#progressSection .progress-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    padding: 280px 0;
}

/* Wave Line and Timeline Dots */
#progressSection .progress-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 600px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 800'%3E%3Cpath fill='none' stroke='%23FF7B14' stroke-width='3' d='M0,400 C240,100 480,100 720,400 C960,700 1200,700 1440,400'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: 0.8;
    z-index: 1;
}

/* Timeline Dots */
#progressSection .timeline-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--main-color);
    border-radius: 50%;
    z-index: 2;
}

/* First Dot - 1987 */
#progressSection .timeline-dot.dot-2007 {
    top: 30%;
    left: 12%;
    animation: pulse 2s infinite;
}

/* Second Dot - 2020 */
#progressSection .timeline-dot.dot-2020 {
    top: 67%;
    right: 12%;
    animation: pulse 2s infinite 1s;
}

/* Dot Labels */
#progressSection .timeline-dot::after {
    content: attr(data-year);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--main-color);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 123, 20, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 123, 20, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 123, 20, 0);
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    #progressSection .progress-content {
        flex-direction: column;
        gap: 40px;
        padding: 30px 0;
        position: relative;
    }

    #progressSection .progress-content::before {
        display: none;
    }

    #progressSection .progress-column {
        flex: 0 0 100%;
    }

    #progressSection .progress-subtitle {
        font-size: 20px;
    }

    .timeline-dot {
        display: none;
    }
}

@media (max-width: 768px) {
    #progressSection {
        padding: 60px 0;
    }

    #progressSection .my-container {
        padding: 0 20px;
    }

    #progressSection .service-header {
        margin-bottom: 40px;
    }

    #progressSection .progress-column {
        padding: 25px 20px;
    }

    #progressSection .progress-text p {
        font-size: 14px;
        line-height: 1.6;
    }
}

#progressSection .progress-column {
    flex: 0 0 calc(50% - 50px);
    width: 40%;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 2;
}

/* First Column Position */
#progressSection .progress-column-1 {
    bottom: 0;
    left: 0;
}

/* Second Column Position */
#progressSection .progress-column-2 {
    top: 0;
    right: 0;
}

#progressSection .progress-subtitle {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

#progressSection .progress-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--main-color) 0%, #FF7B14 100%);
}

#progressSection .progress-text p {
    color: #3f4245;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

#progressSection .progress-text p:last-child {
    margin-bottom: 0;
}

/* RITELLO 的進步-end */

/* 为什么选择RITELLO-start */
#whyRiteelloSection {
    position: relative;
}

#whyRiteelloSection .section-sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #whyRiteelloSection::after { 
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/block-bg-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
} */
#whyRiteelloSection .section-content p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    color: #3f4245;
    margin-bottom: 12px;
}

#whyRiteelloSection .video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 46px;
}

/* 为什么选择RITELLO-end */

/* 影片專區 - start */
#videoSection .video-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

#videoSection .video-list .video-wrapper {

}
/* 影片專區 - end */


