


/* --- Stories Section --- */



.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}


.stories-swiper {
    position: relative;
    padding: 5px 0px;
    overflow: hidden;
}

.story-slide {
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 7px 7px;
    background: #ffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.story-slide img {
    border-radius: 7px;

}

.story-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.story-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-overlay {
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 20%, transparent 60%);
}

.story-tag {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 8px;
}

.story-title {
    margin: 0;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    padding: 0 8px;
    font-family: B-FFShamelFamily;
}

.stories-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #000;
    margin-top: 0;
}

.stories-nav::after {
    font-size: 16px;
}

.swiper-button-prev {
    left: -14px;
    right: auto;
}

.swiper-button-next {
    right: -14px;
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: 28%;
    background: white;
    color: #000;
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: 28%;
    background: white;
    color: #000;
}

.f-thumbs.is-ltr {
    display: none;
}

.fancybox__viewport {
    background: black;
    width: 30%;
    margin: auto;
    overflow: hidden;
}

.fancybox__slide {
    padding: 8px;
}

.fancybox__caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    font-family: 'Cairo', sans-serif;
    padding: 0;
    text-align: center;
    pointer-events: none;
}

.story-fancybox-caption {
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.story-fancybox-caption h3 {
    font-size: 1.2rem;
    font-family: B-FFShamelFamily;
    text-align: center;
    margin: 0;
    height: 50px;
    overflow: hidden;
}

.fancybox-readmore {
    background-color: #fff;
    color: #000;
    padding: 8px 24px;
    border-radius: 50em;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    pointer-events: auto;
    /* Makes the button clickable */
    transition: transform 0.2s;
}

.fancybox-readmore:hover {
    color: #000;
    transform: scale(1.05);
}

.fancybox-readmore .fa-chevron-up {
    font-size: 0.7rem;
}



/*end stories */

/*  */
.col-lg-5 {
    padding-left: 0;
    padding-right: 6px;
}

.col-lg-7 {
    padding: 0;
}

/* .section-header {
    background: url(../images/latest-news.svg);
    background-size: 24px 40px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 33px;
    height: 23px;
} */



.news-list-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.list-title {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.news-list-item {
    padding: 10px 3px;
    margin: 7px;
    border-bottom: 1px solid #eee;
}

.news-list-card .news-list-item:last-of-type {
    border-bottom: none;
}

.news-thumbnail {
    width: 100px;
    height: 79px;
    object-fit: cover;
    border-radius: 5px;
    display: block;
}

.opinions-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.news-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.news-left>div {
    width: calc((100% - 20px) / 2);
}

.news-left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #e4dede;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.news-content {
    flex: 1;
}

.news-category {
    display: flex;
    font-size: 11px;
    color: #555;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: B-FFShamelFamily;
}

.news-category .fa-solid {
    margin-left: 5px;
}

.abso-top {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 10px;
    border-top-right-radius: 14px;
    width: max-content;
}

.abso-top svg {
    margin-left: 10px;
}

.news-title a {
    font-size: 14px;
    font-weight: 700;
    color: #636363;
    display: block;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    margin-bottom: 8px;
    font-family: B-FFShamelFamily;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}


.featured-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: hidden;
    position: relative;
}

.featured-img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.featured-content {
    padding: 14px;
}

.featured-title a {
    font-size: 20px;
    font-weight: 700;
    color: #636363;
    line-height: 1.4;
    margin-top: 10px;
    font-family: B-FFShamelFamily;
    margin-bottom: 10px;
    display: block;
    transition: .3s;

}

.description {
    font-size: 13px;
    margin-top: 10px;
    color: #777;
    height: 60px;
    overflow: hidden;
}

.news-list-card a:hover,
.featured-title a:hover {
    color: var(--blue-color);
}

/* stock-exchange */
.ad-banner {
    height: 70px;
}

.img-fluid {
    height: 100%;
    object-fit: contain;
}

.stock-exchange .row {
    flex-direction: row-reverse;
}

.stock-exchange .row .col-lg-9 .row {
    flex-direction: row;
}

.stock-exchange .opinions-item {
    gap: 10px;
    padding: 5px 3px;
}

.stock-exchange .opinions-title a {
    height: 40px;
    margin: 0;
}

.opinions-card .news-box:last-child {
    border-bottom: none !important;
}

/*  news-block */
.news-block {
    background-color: #fff;
    padding: 0 0 10px 16px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.section-title .fa-solid {
    color: #c00;
    margin-left: 10px;
}

.featured-story {
    margin-bottom: 15px;
}

.featured-story a {
    text-decoration: none;
}

.featured-story img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;

}


.featured-story.main-featured .featured-title {
    font-size: 1.4rem;
}


.headlines-list .headline-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e4dede;
}

.headlines-list .headline-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.headlines-list .headline-item a {
    font-size: 13px;
    font-weight: 700;
    color: #636363;
    display: block;
    line-height: 1.5;
    height: 50px;
    overflow: hidden;
    margin-bottom: 8px;
    font-family: B-FFShamelFamily;
    transition: .3s;

}
.headlines-list .transfer a {
    font-size: 12px;
}



.more-link .fa-solid {
    font-size: 0.8em;
    margin-right: 5px;
}

.headlines-list .headline-item a:hover {
    color: var(--blue-color);
}

/*  videos-section  */
.box-tabs  {
      border-bottom: 1px solid #709be7;
         padding-bottom: 15px;}
.videos-section .title-videos {
    font-size: 16px;
    font-family: B-FFShamelFamily;
    color: #fff;
    transition: 0.3s ease;
    font-weight: 700;
    display: block;
}

.videos-section .tab-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.videos-section .tab-content,
.videos-section .swiper-container {
    margin: 2rem 0;
}

.videos-section .container {
    background: #061844;
    padding: 20px 30px;
    position: relative;
}

.videos-section .section-title {
    color: #fff;
    font-weight: 700;
    margin: 1rem 0;
}

.video-tabs {
    border-bottom: 0;
    justify-content: center;
}

.video-tabs .nav-item {
    margin-left: 20px;
}

.video-tabs .nav-link {
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    padding: 6px 0;
    margin-bottom: -1px;
    border-bottom: 3px solid transparent;
}

.video-tabs .nav-link.active,
.video-tabs .nav-link:hover {
    color: #fff;
    border-bottom-color: #fff;
    background-color: transparent;
}

.featured-video-card a {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.video-thumbnail {
    position: relative;
    line-height: 0;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #081c3d;
    font-size: 20px;
    transition: transform 0.2s;
}

.featured-video-card a:hover .play-icon {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
    padding: 11px 0;
    color: #fff;
}

.video-info .ceo-level-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 5px;
}

.video-info h3,
.related-content h3 {
    font-size: 13px;
    font-family: B-FFShamelFamily;
    line-height: 1.5;
    height: 36px;
    overflow: hidden;
}
.video-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-list > div{
    width: calc((100% - 20px) / 2);
}
.video-list-item {
    margin-bottom: 20px;
}

.video-list-item a,
.video-info a,
.related-content a {
    text-decoration: none;
    color: #fff;
    align-items: flex-start;
    transition: .3s ease;
}

.small-thumb {
    width: 100%;
    height: 134px;
    flex-shrink: 0;
    margin-left: 15px;
}

.small-thumb img {
    display: block;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-list-item:hover a,
.related-card:hover a {
    color: var(--blue-color);
}

.small-info p {
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
    transition: color 0.2s;
}

.video-date {
    font-size: 0.8rem;
    opacity: 0.7;
    margin-top: 5px;
    display: block;
}


/*  You Might Like */

.you-might-like-section {
    background-color: #081c3d;
    padding: 40px 0;
}

.you-might-like-section .section-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.related-card {
    overflow: hidden;
}

.related-card a {
    text-decoration: none;
}

.related-thumbnail {
    position: relative;
    line-height: 0;
}

.related-thumbnail img {
    display: block;
    width: 100%;
    height: 134px;
    object-fit: cover;
}

.related-views .fas {
    margin-left: 5px;
}

.related-content {
    padding: 15px 0;
}

.related-date {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}

.related-date .far {
    margin-left: 5px;
}

.related-nav {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #081c3d;
    top: 50%;
}

.related-nav::after {
    font-size: 16px;
    font-weight: bold;
}
/*  cars-section */
.cars-section .container{
    background-color: rgba(29, 29, 27, .1);
        padding: 20px;
}
.cars-section .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cars-section .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.cars-section .more-link {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 700;
}

.news-grid-card {
    display: block;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.card-small {
    height: 250px;
}

.card-large {
    height: 100%;
}

.news-grid-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-grid-card:hover img {
    transform: scale(1.05);
}

.news-grid-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.5) 50%, transparent 100%);
}

.news-grid-card .card-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
}
.card-content .lock svg {
    color: #0d6efd;
}
.news-grid-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    font-family: B-FFShamelFamily;
    height: 70px;
    overflow: hidden;
}

.news-grid-card .card-meta {
    display: block;
    margin-top: 10px;
    font-size: 0.9rem;
    opacity: 0.9;
}





@media (max-width: 767px) {
 .technology-section {
    padding: 0;
    
}
    .navbar  {
        position: sticky;
    }

    .fancybox__viewport {
        width: 100% ;
    }
    .is-horizontal.is-ltr .f-button.is-arrow.is-next {
        right: 0;
    }
    .is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: 0;

} 
    .content {
        margin-right: auto;
        padding: 10px;
    }
    .sidebar , .top-bar {
        display: none;
    }
  .news-left{
    flex-direction: column;
  }
  .news-left>div {
    width: 100%;
  }
  .news-left::before {
    background-color: transparent;
  }
  .headlines-list {
    padding:  0 20px;
  }
  .news-block ,  .col-lg-5 ,
  .col-lg-3 , 
  .col-lg-6 {
    padding: 0;
  }
  .opinions-item   .news-thumbnail{
        width: 80px;
    height: 80px;
  }
  .news-thumbnail {
    width: 150px;
    height: 105px;
}
.related-thumbnail img {
    height: 222px;
}.box-tabs {
    overflow-x: scroll;
        flex-wrap: nowrap;
                justify-content: start;
                padding: 0 !important;
}
.box-tabs .logo {
    display: none;
} 
  .videos-section .tab-content {
    margin: 0 2rem;
}
 .videos-section .swiper-container{
            margin: 0 10px;

}
  .video-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
}
.videos-section .container .row{
    flex-direction: column-reverse;
}
.videos-section .container {
    padding: 53px 0;
}
.videos-section .title-videos {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 11px;
            width: max-content;
}

.site-footer {
    padding-left: 10px;
    padding-right: 10px;
}

}