.news-card:hover {
    transform: translateY(-5px);
}

.article-title a:hover {
    color: #667eea !important;
}

.play-button:hover {
    background: rgba(255,0,0,1) !important;
    transform: translate(-50%, -50%) scale(1.1);
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.btn-primary {
    background: #f1913d;
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #f1913d 0%, #d6741c 50%, #8b3f00 100%);
    transform: translateY(-2px);
}

.pagination .page-link {
    border-radius: 10px;
    margin: 0 5px;
    border: 2px solid #e9ecef;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}
/* Page Title */
.page-title-section {
    background: linear-gradient(135deg, #f1913d 0%, #d6741c 50%, #8b3f00 100%);
    padding: 80px 0;
    margin-bottom: 60px;
}
.page-title-heading {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
}
.page-title-subtext {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}

/* Search Filter Bar */
.search-filter-bar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.search-input {
    border: 2px solid #e9ecef;
    border-radius: 25px 0 0 25px;
    padding: 12px 20px;
}
.search-btn {
    border-radius: 0 25px 25px 0;
    padding: 12px 25px;
}
.category-filter {
    border: 2px solid #e9ecef;
    border-radius: 25px;
    padding: 12px 20px;
}

/* News Card */
.news-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}
.news-card:hover {
    transform: translateY(-5px);
}
.video-container {
    position: relative;
    height: 250px;
    background: #000;
}
.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,0,0,0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play-button i {
    color: #fff;
    font-size: 20px;
    margin-left: 3px;
}
.no-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white;
    font-size: 1.2rem;
}
.article-content {
    padding: 20px;
}
.article-meta {
    margin-bottom: 10px;
}
.article-title {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 6px;
    line-height: 24px;
}
.article-title a {
    color: inherit;
    text-decoration: none;
}
.article-excerpt {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}
.article-actions .btn {
    margin-right: 10px;
    font-size: 14px;
    padding: 4px 6px;
}

/* No News */
.no-news {
    padding: 50px 20px;
}
.no-news i {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 20px;
}
.no-news h3 {
    color: #6c757d;
}

/* Contact Form */
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}
.contact-form-card h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-form-card p {
    color: #6c757d;
    margin-bottom: 20px;
}
.input-field {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
}
.submit-btn {
    border-radius: 25px;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
}

/* Quick Contact */
.contact-info-card {
    background: #f1913d;
    border-radius: 20px;
    padding: 30px;
    color: white;
}
.contact-info-card h5 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.contact-item:last-child {
    margin-bottom: 0;
}
.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.contact-item small {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.contact-item strong {
    color: #fff;
}
input#news-search {
    font-size: 14px;
}
select#category-filter {
    font-size: 14px;
}


/* Single CSS */
/* Page Title */

.custom-breadcrumb {
    background: transparent;
    margin-bottom: 20px;
}

.custom-breadcrumb a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.custom-breadcrumb .active {
    color: #fff;
}

.news-meta {
    color: rgba(255, 255, 255, 0.7);
}

.featured-badge {
    background: #ffc107;
    color: #000;
}

/* Article */
.news-article {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.news-video-container .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 15px;
    overflow: hidden;
}

.news-video-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

.video-placeholder {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 15px;
    padding: 60px;
    text-align: center;
    color: #6c757d;
}

/* Content Styling */
.content-html {
    line-height: 1.8;
    color: #2c3e50;
}

.news-article h1, .news-article h2, .news-article h3,
.news-article h4, .news-article h5, .news-article h6 {
    color: #2c3e50;
    margin-top: 0.5rem;
    margin-bottom: 0px;
    font-size: 20px;
}

.news-article p {
    margin-bottom: 1.2rem;
}

.news-article ul, .news-article ol {
    margin-bottom: 1.2rem;
    padding-left: 2rem;
}

.news-article blockquote {
    border-left: 4px solid #667eea;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6c757d;
}

/* Share */
.share-section {
    border-top: 2px solid #f8f9fa;
    padding-top: 30px;
    margin-top: 40px;
}

.share-title {
    color: #2c3e50;
    margin-bottom: 20px;
}

.share-buttons .btn {
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    margin-right: 10px;
    margin-top: 10px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.btn-facebook { background: #1877f2; color: #fff; }
.btn-twitter { background: #1da1f2; color: #fff; }
.btn-linkedin { background: #0077b5; color: #fff; }
.btn-whatsapp { background: #25d366; color: #fff; }

.share-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Related News */
.related-news-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.related-news-card:hover {
    transform: translateY(-5px);
}

.news-thumbnail {
    height: 200px;
    overflow: hidden;
}

.news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.placeholder-thumbnail {
    height: 100%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.news-info {
    padding: 15px;
}

.news-info h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.news-info h5 a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.news-info .date {
    font-size: 0.9rem;
    color: #6c757d;
    font-size: 14px;
}


/* Contact Form */
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.custom-input {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
}


