.elementor-5210 .elementor-element.elementor-element-5fab24c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5210 .elementor-element.elementor-element-30d799b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-30d799b */.btn {
            padding: 12px 24px;
            border: none;
            border-radius: 25px;
            font-weight: 500;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        

        
        .main-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px 100px;
        }
        
        .page-header {
            text-align: center;
            margin-bottom: 80px;
        }
        

        
        .page-header h1 {
            font-size: 4rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 20px;
            background: #333;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .page-header p {
            font-size: 1.3rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .documentaries-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }
        
        .documentary-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            cursor: pointer;
            position: relative;
        }
        
        .documentary-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }
        
        .card-image {
            height: 220px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            overflow: hidden;
        }
        
        .card-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.2);
            z-index: 1;
        }
        
        .image-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            color: white;
            font-size: 3rem;
            opacity: 0.8;
        }
        
        .voices-of-change { background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%); }
        .digital-revolution { background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%); }
        .climate-crossroads { background: linear-gradient(135deg, #45b7d1 0%, #96c93d 100%); }
        .urban-stories { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
        .future-minds { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); }
        .cultural-bridges { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
        
        .card-content {
            padding: 30px;
        }
        
        .card-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .card-year {
            background: #808080;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .card-duration {
            color: #666;
            font-size: 0.9rem;
        }
        
        .card-title {
            font-size: 1.4rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .card-description {
            color: #666;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        
        .card-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 25px;
        }
        
        .tag {
            background: #f8f9fa;
            color: #666;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            border: 1px solid #e9ecef;
        }
        
        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            border-top: 1px solid #f0f0f0;
        }
        
        .watch-btn {
            background: black;
            color: white;
            padding: 12px 24px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }
        
        .watch-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px lightgrey;
            color: white;
        }
        
        .card-stats {
            display: flex;
            gap: 15px;
            color: #666;
            font-size: 0.9rem;
        }
        
        .stat {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .back-button {
            background: rgba(255,255,255,0.9);
            color: #333;
            padding: 12px 24px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 40px;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        
        .back-button:hover {
            background: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
            }
            
            .documentaries-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .page-header h1 {
                font-size: 2.5rem;
            }
            
            .documentary-card {
                margin: 0 10px;
            }
            
            .card-content {
                padding: 20px;
            }
            
            .main-content {
                padding: 40px 15px 80px;
            }
        }
        
        .featured-banner {
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
            border: 2px solid #667eea;
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .featured-banner h3 {
            color: #667eea;
            margin-bottom: 10px;
            font-size: 1.2rem;
        }
        
        .featured-banner p {
            color: #666;
            font-size: 0.95rem;
        }/* End custom CSS */