/* Reels */
.ovj-reel-wrap{position:relative;padding-bottom:177.78%;height:0;overflow:hidden;border-radius:12px;background:#000;cursor:pointer}
.ovj-reel-wrap video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px}
.ovj-reel-loader{position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;animation:ovjSpin 1s linear infinite;z-index:2}
@keyframes ovjSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.ovj-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:9999}
.ovj-popup-content{position:relative;max-width:400px;width:90%;background:#000;border-radius:10px;overflow:hidden}
.ovj-popup-content video{width:100%;height:auto;display:block}
.ovj-popup-close{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.6);color:#fff;border:0;font-size:20px;cursor:pointer;padding:5px 10px;border-radius:50%;z-index:10000}

/* Timeline */
.timeline-carousel{background:#c9a455;padding:30px 20px;border-radius:12px}
.timeline-carousel .swiper-slide{height:auto}
.timeline-item{background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:15px;text-align:center;height:100%;display:flex;flex-direction:column;box-sizing:border-box}
.timeline-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;margin:10px 0}
.timeline-year{background:#d6b46d;color:#fff;display:inline-block;padding:5px 12px;border-radius:20px;font-size:14px;margin-bottom:8px}
.short-text,.full-text{font-size:14px;color:#333;flex:1}
.read-more{background:#d6b46d;color:#fff;border:0;padding:8px 14px;border-radius:20px;cursor:pointer;font-size:14px;margin-top:auto;align-self:center;display:inline-block}
.read-more:hover{background:#1a436e}
.timeline-carousel .swiper-pagination{position:relative;margin-top:20px}
.timeline-carousel .swiper-pagination-bullet{background:#fff;opacity:.6}
.timeline-carousel .swiper-pagination-bullet-active{background:#fff;opacity:1}

/* Team */
.ovj-management-team{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:40px 0}
.ovj-team-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:center;padding:20px}
.ovj-team-card img{margin-bottom:5px}
.ovj-team-name{font-size:18px;font-weight:600;margin-bottom:5px}
.ovj-team-position{font-size:14px;color:#777;margin-bottom:10px}
.ovj-team-bio-short{font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:10px}
.ovj-know-more{background:#d6b46d;color:#fff;border:0;padding:8px 14px;border-radius:20px;cursor:pointer;font-size:14px}
.ovj-know-more:hover{background:#1a436e}
.ovj-bio-modal{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);padding-top:100px}
.ovj-bio-modal-content{background:#fff;margin:auto;padding:20px;max-width:500px;border-radius:10px;position:relative;text-align:left}
.ovj-bio-modal-content p{font-size:16px;color:#333}
.ovj-close-modal{position:absolute;top:10px;right:10px;font-size:24px;cursor:pointer;background:transparent;border:0}
