/*======================================
HERO
======================================*/

.hero-video{

padding:90px 0 120px;

background:linear-gradient(135deg,#154C79,#19706B);

color:#fff;

position:relative;

overflow:hidden;

}

.hero-video::before{

content:"";

position:absolute;

right:-120px;

top:-120px;

width:320px;

height:320px;

background:rgba(255,255,255,.08);

border-radius:50%;

}

.hero-breadcrumb{

margin-bottom:25px;

}

.hero-breadcrumb a{

color:#fff;

text-decoration:none;

}

.hero-breadcrumb span{

margin:0 8px;

opacity:.7;

}

.hero-badge{

display:inline-block;

background:#fff;

color:#0F4C81;

padding:8px 18px;

border-radius:40px;

font-weight:700;

margin-bottom:20px;

}

.hero-video h1{

font-size:56px;

font-weight:800;

margin-bottom:25px;

}

.hero-video p{

font-size:20px;

line-height:1.8;

max-width:700px;

}

.hero-stat{

display:flex;

gap:25px;

margin-top:40px;

flex-wrap:wrap;

}

.hero-stat div{

background:rgba(255,255,255,.15);

padding:18px 25px;

border-radius:18px;

text-align:center;

backdrop-filter:blur(8px);

}

.hero-stat h3{

font-size:30px;

font-weight:800;

margin-bottom:5px;

}

.hero-action{

display:flex;

justify-content:end;

align-items:center;

height:100%;

}

/*======================================
SEARCH
======================================*/

.video-search{

margin-top:-45px;

position:relative;

z-index:10;

}

.search-wrapper{

background:#fff;

padding:18px;

border-radius:22px;

box-shadow:0 15px 40px rgba(0,0,0,.10);

}

/*======================================
LIST
======================================*/

.video-list{

padding:80px 0;

background:#F6F8FB;

}

.section-heading{

display:flex;

justify-content:space-between;

align-items:end;

margin-bottom:45px;

flex-wrap:wrap;

gap:20px;

}

.section-heading span:first-child{

display:inline-block;

background:#EAF2FB;

padding:8px 16px;

border-radius:30px;

font-weight:700;

color:#0F4C81;

margin-bottom:10px;

}

.section-heading h2{

font-size:42px;

font-weight:800;

margin-bottom:10px;

color:#183153;

}

.section-heading p{

margin:0;

color:#64748B;

}


/*==================================================
VIDEO CARD
==================================================*/

.video-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.video-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 50px rgba(0,0,0,.15);

}

.video-image{

position:relative;

height:240px;

overflow:hidden;

}

.video-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.video-card:hover img{

transform:scale(1.08);

}

.play-btn{

position:absolute;

top:50%;

left:50%;

transform:translate(-50%,-50%);

width:78px;

height:78px;

background:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

text-decoration:none;

transition:.3s;

box-shadow:0 10px 30px rgba(0,0,0,.25);

}

.play-btn i{

font-size:42px;

color:#0F4C81;

}

.play-btn:hover{

background:#0F4C81;

}

.play-btn:hover i{

color:#fff;

}

.video-badge{

position:absolute;

top:18px;

left:18px;

background:rgba(15,76,129,.92);

color:#fff;

padding:8px 16px;

border-radius:30px;

font-size:13px;

font-weight:600;

}

.video-body{

padding:25px;

}

.video-date{

color:#6B7280;

font-size:14px;

margin-bottom:15px;

}

.video-body h3{

font-size:22px;

font-weight:700;

line-height:1.5;

margin-bottom:22px;

min-height:66px;

color:#183153;

}

.play-btn-text{

padding:12px 24px;

font-weight:600;

}


/*==================================================
VIDEO MODAL
==================================================*/

.video-modal{

border:none;

border-radius:20px;

overflow:hidden;

}

.video-modal .modal-header{

background:linear-gradient(135deg,#154C79,#19706B);

color:#fff;

padding:18px 24px;

border:none;

}

.video-modal .modal-title{

font-size:22px;

font-weight:700;

}

.video-modal .btn-close{

filter:invert(1);

opacity:1;

}

.video-modal .modal-body{

background:#000;

}

#youtubeFrame{

border:0;

width:100%;

height:100%;

}

/*=========================================
VIDEO INFO
=========================================*/

.video-info{

margin-bottom:25px;

font-weight:600;

color:#64748B;

}

/*=========================================
EMPTY VIDEO
=========================================*/

.empty-video{

padding:80px 20px;

text-align:center;

}

.empty-video i{

font-size:90px;

color:#CBD5E1;

}

.empty-video h3{

margin-top:20px;

font-size:32px;

font-weight:700;

color:#334155;

}

.empty-video p{

color:#64748B;

font-size:18px;

margin-top:10px;

}