body
{
    font-family: 'Poppins', sans-serif;
}
.navbar .navbar-nav .nav-link.active , .navbar .navbar-nav .nav-link:hover
{
    color: #eb2a33;
}
.navbar .navbar-nav .nav-link
{
    transition: all 0.5s;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
}
section.hero
{
    position: relative;
   
      /* background: 
        linear-gradient(to right, rgba(27, 57, 116, 0.9), rgba(27, 57, 116, 0.4)),
        url('../images/mike.jpg') no-repeat center center / cover; */
}
.hero .hero-slide {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero .hero-slide .overlay {
    background: rgba(0, 0, 0, 0.6);
    min-height: 600px;
    display: flex;
    align-items: center;
}

.text-primary
{
    color: #eb2a33!important;
}
.btn-primary
{
    background-color: #eb2a33;
    border-color: #eb2a33;
    color: #fff;
    transition: all 0.5s;
}
.btn-primary:hover
{
    background-color: #fff;
    border-color: #eb2a33;
    color: #eb2a33;
}
.text-secondary
{
    color: #093258!important;
}
/* slider testimonial */

.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #eb2a33;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #eb2a33;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #eb2a33;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #eb2a33;
}

/* slider testimonial */

.banner-bar 
{
    background-color: #eb2a33;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
.banner-bar.bottom 
{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.banner-bar h4 
{
    margin-bottom: 0;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link
{
    font-size: 18px;
}

.video-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
}

.video-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
}

.video-slider::-webkit-scrollbar {
    display: none; /* Chrome */
}

.video-slider iframe {
    width: 300px;
    height: 170px;
    border-radius: 8px;
    border: none;
    flex-shrink: 0;
}

.nav-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.video-item {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    border: 2px solid #e8e8e8;
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
    border-color: #dc3545;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-title {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}

.video-date {
    padding: 0 15px 15px;
    font-size: 14px;
    color: #dc3545;
    font-weight: 500;
}
