.section-padding-1{padding-top:1px;padding-bottom:0px}@media only screen and (min-width: 768px)and (max-width: 991px){.section-padding-1{padding-top:88px;padding-bottom:0px}}@media only screen and (max-width: 767px){.section-padding-1{padding-top:50px;padding-bottom:0px}}.single-brand-logo img{max-width:25%;filter:grayscale(0%)}.video-wrapper{position:relative;z-index:1}.video-wrapper .shape{position:absolute;right:-70px;bottom:-50px;z-index:-1}.video-wrapper .video-thumb{position:relative;z-index:1;overflow:hidden}.video-wrapper .video-thumb img{width:100%;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat}.video-wrapper .video-thumb .video-btn{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;top:0;left:0;border-radius:30px;z-index:1}.video-wrapper .video-thumb .video-btn::after{content:"";width:100%;height:100%;border-radius:30px;opacity:.4;left:0;top:0;position:absolute;z-index:-1}.video-wrapper .video-thumb .video-btn a{width:60px;height:60px;background:#fff;line-height:62px;color:#dacaa9;text-align:center;border-radius:50%;position:relative;font-size:30px}.video-wrapper .video-thumb .video-btn a::after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:inherit;opacity:.25;left:0;top:0;animation:1.5s animation1 infinite;transform:scale(1.5)}@keyframes rotated{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes animation1{0%{transform:scale(1)}50%{transform:scale(1.8)}100%{transform:scale(1)}}.section-padding-5{padding-top:280px;padding-bottom:280px}.section-padding-6{padding-top:145px;padding-bottom:145px}.skill-bar .skill-bar-item:nth-child(1) .progress-bar{width:66%}.skill-bar .skill-bar-item:nth-child(2) .progress-bar{width:78%}.skill-bar .skill-bar-item:nth-child(3) .progress-bar{width:79%}.skill-bar .skill-bar-item:nth-child(4) .progress-bar{width:89%}.subtext{border-top:2px solid #6b6765;border-bottom:2px solid #6b6765}.subtext div{position:relative}.subtext div::after{position:absolute;content:"";height:80%;width:1px;background:#000;right:0;transform:translate(-50%, -50%);top:50%}.subtext div:nth-child(4)::after{display:none}@media(max-width: 960px){.subtext div::after{height:0px}}

.timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.timeline::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #dacaa9;
}

.timeline-item {
    position: relative;
    display: inline-block;
    width: 220px;
    text-align: center;
    vertical-align: top;
    padding-bottom: 40px;
    margin: 0 15px;
    white-space: normal;
}

.timeline-item::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #dacaa9;
    border: 3px solid #fff;
    box-shadow: 0 0 0 4px rgba(218, 202, 169, 0.5);
    transform: translateX(-50%);
}

.timeline-item::after {
    content: '';
    position: absolute;
    bottom: 36px;
    left: 50%;
    width: 2px;
    height: 35px;
    background: #dacaa9;
    transform: translateX(-50%);
}

.timeline-year {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #6b6765;
    margin-top: 15px;
    letter-spacing: 2px;
}

.timeline-content {
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.timeline-content p {
    margin: 8px 0;
    font-size: 13px;
    color: #4a4540;
    line-height: 1.5;
    white-space: normal;
}

.timeline-content p:first-child {
    margin-top: 0;
    font-weight: 600;
    color: #2d2926;
}

@media (max-width: 768px) {
    .timeline-item {
        width: 160px;
        margin: 0 10px;
    }
    
    .timeline-year {
        font-size: 16px;
    }
    
    .timeline-content p {
        font-size: 12px;
    }
}