.video-gallery-section{padding:70px 0;background:#f8fafc;}.video-gallery-heading{max-width:800px;margin:0 auto 35px;text-align:center;}.video-gallery-heading h2{margin-bottom:10px;color:#071b5c;font-size:36px;font-weight:800;}.video-gallery-heading p{margin:0;color:#667085;font-size:16px;line-height:1.7;}.video-location-section{margin-bottom:24px;padding:22px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.06);}.video-location-title{margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb;color:#071b5c;font-size:22px;font-weight:800;}.video-gallery-grid{display:grid;gap:20px;}.video-gallery-card{display:grid;grid-template-columns:minmax(280px,315px)1fr;gap:24px;align-items:center;overflow:hidden;border:0;border-radius:10px;background:#ffffff;box-shadow:0 8px 24px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease;}.video-gallery-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px rgba(15,23,42,.14);}.video-container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background:#000000;cursor:pointer;}.video-container img,.video-container iframe{display:block;width:100%;height:100%;border:0;object-fit:cover;}.video-container img{transition:transform .35s ease;}.video-gallery-card:hover .video-container img{transform:scale(1.04);}.video-play-button{position:absolute;top:50%;left:50%;width:68px;height:68px;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;border-radius:50%;color:#ffffff;background:rgba(228,0,0,.92);font-size:27px;line-height:1;box-shadow:0 6px 18px rgba(0,0,0,.32);pointer-events:none;}.video-card-body{padding:16px 20px 16px 0;}.video-card-body h3{margin:0 0 10px;color:#071b5c;font-size:20px;font-weight:800;line-height:1.4;}.video-card-body p{margin:0;color:#667085;font-size:15px;line-height:1.7;}.video-gallery-empty{padding:35px 20px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;background:#ffffff;text-align:center;}@media(max-width:991.98px){.video-gallery-card{grid-template-columns:minmax(250px,40%)1fr;}}@media(max-width:575.98px){.video-gallery-section{padding:50px 0;}.video-gallery-heading h2{font-size:29px;}.video-gallery-card{grid-template-columns:1fr;gap:0;}.video-card-body{padding:16px;}}