/* Video Gallery Styles - Religious Theme */

/* Enhanced Religious Theme - User Friendly */
.section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="100" fill="%23ff6b6b" opacity="0.08">ॐ</text></svg>') center/cover;
    pointer-events: none;
}

.section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="50" font-size="60" fill="%23dee2e6" opacity="0.03">🕉️</text></svg>') center/80%;
    pointer-events: none;
}

.section-title {
    position: relative;
    z-index: 1;
}

.section-title .title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
}

.section-title .title::before {
    content: '🕉️';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    opacity: 0.7;
}

.section-title .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #f39c12, #ff6b6b);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(255,107,107,0.3);
}

.subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 20px;
    font-style: italic;
}

.subtitle::before {
    content: 'ॐ ';
    color: #ff6b6b;
    font-weight: bold;
}

.subtitle::after {
    content: ' ॐ';
    color: #ff6b6b;
    font-weight: bold;
}

/* Religious Featured Video Section */
.sigma_broadcast-video {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 40px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
    border: 2px solid rgba(255,107,107,0.1);
}

.sigma_broadcast-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #f39c12, #ff6b6b);
    background-size: 200% 100%;
    animation: religiousShimmer 4s ease-in-out infinite;
}

@keyframes religiousShimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.sigma_broadcast-video:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255,107,107,0.15);
}

.sigma_box {
    padding: 35px;
    position: relative;
}

.sigma_box::before {
    content: '🙏';
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    opacity: 0.3;
}

.sigma_box .title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.sigma_box .title::before {
    content: '🕉️';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.sigma_box .custom-primary {
    color: #ff6b6b;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.sigma_box .custom-primary::before {
    content: '📿';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
}

/* Religious Video Cards */
.sigma_video-popup-wrap {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    background: #000;
    border: 1px solid rgba(255,107,107,0.2);
}

.sigma_video-popup-wrap::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><text y="15" font-size="12" fill="%23ff6b6b">ॐ</text></svg>') center/cover;
    z-index: 5;
    opacity: 0.7;
    border-radius: 50%;
}

.sigma_video-popup-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255,107,107,0.2);
    border-color: rgba(255,107,107,0.4);
}

.sigma_video-popup-wrap img {
    transition: transform 0.3s ease;
    object-fit: cover;
}

.sigma_video-popup-wrap:hover img {
    transform: scale(1.03);
}

/* Religious Video Titles and Stats */
.col-lg-3 h6, .col-sm-6 h6 {
    font-weight: 600;
    color: #2c3e50;
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
}

.col-lg-3 h6::before, .col-sm-6 h6::before {
    content: '🔮';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    opacity: 0.6;
}

/* Religious Video Stats */
.video-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 8px;
    font-size: 0.85rem;
    color: #6c757d;
    background: rgba(255,107,107,0.05);
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid rgba(255,107,107,0.1);
    position: relative;
}

.video-stats::before {
    content: '✨';
    position: absolute;
    top: -8px;
    right: 10px;
    font-size: 0.7rem;
    opacity: 0.6;
}

.video-stat {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}

.video-stat.views {
    color: #ff6b6b;
}

.video-stat.likes i {
    color: #f39c12;
}

/* Religious Section Headers */
.mb-5 h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
}

.mb-5 h3::before {
    content: '🕉️';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    opacity: 0.7;
}

.mb-5 h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff6b6b, #f39c12, #ff6b6b);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(255,107,107,0.3);
}

/* Facebook Video Specific - Religious */
.sigma_video-popup-wrap-facebook {
    position: relative;
}

.sigma_video-popup-wrap-facebook .fb-video {
    pointer-events: none;
}

.sigma_video-popup-wrap-facebook::after {
    content: '📿';
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0.8rem;
    opacity: 0.5;
    z-index: 5;
}

/* Hide the play button for Facebook video embeds */
.fb-video iframe {
    pointer-events: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title .title {
        font-size: 1.8rem;
    }
    
    .sigma_box {
        padding: 25px;
    }
    
    .mb-5 h3 {
        font-size: 1.5rem;
    }
    
    .section-title .title::before {
        font-size: 1.5rem;
        top: -25px;
    }
}

/* Video iframe styles */
iframe {
    width: 100%;
    height: 120%;
}

.sigma_video-popup-wrap-top iframe {
    width: 100% !important;
    height: 375px !important;
}
