{"id":440,"date":"2025-11-27T05:36:57","date_gmt":"2025-11-27T05:36:57","guid":{"rendered":"http:\/\/localhost\/numfilms\/?page_id=440"},"modified":"2026-04-17T07:02:24","modified_gmt":"2026-04-17T07:02:24","slug":"homepage2","status":"publish","type":"page","link":"https:\/\/2hothosting.com\/numfilms\/","title":{"rendered":"homepage2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"440\" class=\"elementor elementor-440\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03c3df5 e-con-full e-flex e-con e-parent\" data-id=\"03c3df5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-621c5c2 elementor-widget elementor-widget-html\" data-id=\"621c5c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Movie Slider<\/title>\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            background: #0c0c0c;\r\n            color: #fff;\r\n            overflow-x: hidden;\r\n        }\r\n        \r\n        .slider-video {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            z-index: -1;\r\n        }\r\n\r\n        .slider-container {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 92vh;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .slides-wrapper {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 100%;\r\n        }\r\n\r\n        .slide {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            opacity: 0;\r\n            transition: opacity 0.6s ease-in-out;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .slide.active {\r\n            opacity: 1;\r\n            pointer-events: auto;\r\n        }\r\n\r\n        .hero-section {\r\n            position: relative;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-size: cover;\r\n            background-position: center;\r\n        }\r\n\r\n        .hero-overlay {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);\r\n        }\r\n\r\n        .content {\r\n            position: absolute;\r\n            top: 65%;\r\n            text-align: left;\r\n            left: 60px;\r\n            transform: translateY(-50%);\r\n            max-width: 600px;\r\n            z-index: 5;\r\n        }\r\n\r\n        .content > .badge {\r\n            padding: 0px !important;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            letter-spacing: 2px;\r\n            margin-bottom: 20px;\r\n            color: rgba(255,255,255,0.9);\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .title {\r\n            font-size: 60px;\r\n            font-family: \"Outfit\";\r\n            font-weight: 700;\r\n            line-height: 1.05;\r\n            color: #fff;\r\n            margin-bottom: 20px;\r\n            text-transform: uppercase;\r\n            text-shadow: 2px 2px 20px rgba(0,0,0,0.5);\r\n        }\r\n        \r\n        .buttons {\r\n            display: flex;\r\n            gap: 20px;\r\n        }\r\n\r\n        .btn {\r\n            padding: 16px 40px;\r\n            border: none;\r\n            border-radius: 50px;\r\n            font-size: 14px;\r\n            font-weight: 700;\r\n            letter-spacing: 1px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            text-transform: uppercase;\r\n        }\r\n\r\n        .btn-primary {\r\n            background: #96C13E;\r\n            color: #fff;\r\n        }\r\n\r\n        .btn-primary:hover {\r\n            background: #96C13E;\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .btn-secondary {\r\n            background: transparent;\r\n            color: #fff;\r\n            border: 2px solid rgba(255,255,255,0.5);\r\n        }\r\n\r\n        .btn-secondary:hover {\r\n            background: rgba(255,255,255,0.15);\r\n            border-color: rgba(255,255,255,0.9);\r\n        }\r\n\r\n        .timeline {\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            background: rgba(0, 0, 0, 0.473);\r\n            backdrop-filter: blur(20px);\r\n            padding: 30px 60px;\r\n            z-index: 10;\r\n        }\r\n\r\n        .timeline-content {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 20px;\r\n        }\r\n\r\n        .nav-arrow {\r\n            width: 50px;\r\n            height: 50px;\r\n            min-width: 50px;\r\n            border-radius: 50%;\r\n            border: 1px solid rgba(255,255,255,0.3);\r\n            background: transparent;\r\n            color: #fff;\r\n            font-size: 20px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .nav-arrow:hover:not(:disabled) {\r\n            background: rgba(255,255,255,0.1);\r\n            border-color: rgba(255,255,255,0.6);\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .nav-arrow:disabled {\r\n            opacity: 0.3;\r\n            cursor: not-allowed;\r\n        }\r\n\r\n        .movies-list {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            gap: 30px;\r\n            flex: 1;\r\n            overflow-x: auto;\r\n            scrollbar-width: none;\r\n            scroll-behavior: smooth;\r\n            padding: 10px 0;\r\n        }\r\n\r\n        .movies-list::-webkit-scrollbar {\r\n            display: none;\r\n        }\r\n\r\n        .movie-item {\r\n            text-align: center;\r\n            min-width: 150px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            position: relative;\r\n            padding-bottom: 10px;\r\n        }\r\n\r\n        .movie-item.active::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 0;\r\n            right: 0;\r\n            height: 3px;\r\n            background: #96C13E;\r\n            animation: slideIn 0.3s ease-out;\r\n        }\r\n\r\n        @keyframes slideIn {\r\n            from {\r\n                transform: scaleX(0);\r\n            }\r\n            to {\r\n                transform: scaleX(1);\r\n            }\r\n        }\r\n\r\n        .movie-item:hover:not(.active) {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .movie-title {\r\n            font-size: 16px;\r\n            font-weight: 500;\r\n            margin-bottom: 5px;\r\n            color: rgba(255,255,255,0.8);\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .movie-item.active .movie-title {\r\n            color: #fff;\r\n        }\r\n\r\n        .movie-item:hover .movie-title {\r\n            color: #fff;\r\n        }\r\n\r\n        .pause-btn {\r\n            width: 50px;\r\n            height: 50px;\r\n            min-width: 50px;\r\n            border-radius: 50%;\r\n            border: 1px solid rgba(255,255,255,0.3);\r\n            background: transparent;\r\n            color: #fff;\r\n            font-size: 18px;\r\n            cursor: pointer;\r\n            transition: all 0.3s;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .pause-btn:hover {\r\n            background: rgba(255,255,255,0.1);\r\n            border-color: rgba(255,255,255,0.6);\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .progress-bar {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            height: 2px;\r\n            background: #96C13E;\r\n            width: 0%;\r\n            transition: width 0.1s linear;\r\n        }\r\n\r\n\/*        @media screen and (min-width: 1440px) and (min-height: 550px) {*\/\r\n\/*            .content{*\/\r\n\/*                top: 50%;*\/\r\n\/*            }*\/\r\n\/*}*\/\r\n        \/* Desktop Large (1920px+) *\/\r\n        @media (min-width: 1920px) {\r\n            .slider-container {\r\n                height: 100vh;\r\n            }\r\n\r\n            .content {\r\n                left: 8%;\r\n\r\n            }\r\n\r\n            .title {\r\n                font-size: 72px;\r\n            }\r\n\r\n            .timeline {\r\n                padding: 35px 80px;\r\n            }\r\n\r\n            .movie-item {\r\n                min-width: 180px;\r\n            }\r\n        }\r\n\r\n        \/* Desktop (1440px - 1919px) *\/\r\n        \/*@media (min-width: 1440px) and (max-width: 1919px) {*\/\r\n        \/*    .content {*\/\r\n        \/*        left: 6%;*\/\r\n        \/*    }*\/\r\n\r\n        \/*    .timeline {*\/\r\n        \/*        padding: 30px 60px;*\/\r\n        \/*    }*\/\r\n        \/*}*\/\r\n\r\n        @media screen and (min-width: 1664px) and (min-height: 500px) {\r\n            .content {\r\n                top: 57% !important;\r\n            }\r\n        }\r\n\r\n        \/* Laptop (1024px - 1439px) *\/\r\n        @media (min-width: 1024px) and (max-width: 1439px) {\r\n            .slider-container {\r\n                height: 99vh;\r\n            }\r\n\r\n            .content {\r\n                left: 5%;\r\n                max-width: 550px;\r\n            }\r\n\r\n            .timeline {\r\n                padding: 25px 40px;\r\n            }\r\n\r\n            .movie-item {\r\n                min-width: 130px;\r\n            }\r\n\r\n            .movies-list {\r\n                gap: 25px;\r\n            }\r\n        }\r\n\r\n        \/* Tablet Landscape (768px - 1023px) *\/\r\n        @media (min-width: 768px) and (max-width: 1023px) {\r\n            .slider-container {\r\n                height: 100vh;\r\n                min-height: 600px;\r\n            }\r\n\r\n            .content {\r\n                left: 4%;\r\n                max-width: 500px;\r\n                padding: 15px;\r\n            }\r\n\r\n            .content > .badge {\r\n                font-size: 14px;\r\n                margin-bottom: 15px;\r\n            }\r\n\r\n            .title {\r\n                margin-bottom: 25px;\r\n            }\r\n\r\n            .btn {\r\n                padding: 14px 32px;\r\n                font-size: 13px;\r\n            }\r\n\r\n            .timeline {\r\n                padding: 20px 30px;\r\n            }\r\n\r\n            .timeline-content {\r\n                gap: 12px;\r\n            }\r\n\r\n            .nav-arrow, .pause-btn {\r\n                width: 45px;\r\n                height: 45px;\r\n                min-width: 45px;\r\n                font-size: 18px;\r\n            }\r\n\r\n            .movie-item {\r\n                min-width: 120px;\r\n            }\r\n\r\n            .movie-title {\r\n                font-size: 14px;\r\n            }\r\n\r\n            .movies-list {\r\n                gap: 20px;\r\n            }\r\n        }\r\n\r\n        \/* Mobile styles - showing only active item *\/\r\n        @media (max-width: 767px) {\r\n            .slider-container {\r\n                height: 90vh;\r\n                min-height: 500px;\r\n            }\r\n\r\n            .title {\r\n                font-size: 45px;\r\n            }\r\n\r\n            .content {\r\n                top: 65%;\r\n                left: 20px;\r\n                right: 20px;\r\n                padding: 10px;\r\n            }\r\n\r\n            .content > .badge {\r\n                font-size: 12px;\r\n                margin-bottom: 10px;\r\n            }\r\n\r\n            .title {\r\n                margin-bottom: 20px;\r\n            }\r\n\r\n            .buttons {\r\n                flex-direction: column;\r\n                gap: 10px;\r\n            }\r\n\r\n            .btn {\r\n                padding: 12px 24px;\r\n                font-size: 12px;\r\n                width: 100%;\r\n                max-width: 280px;\r\n            }\r\n\r\n            .timeline {\r\n                padding: 20px 15px;\r\n            }\r\n\r\n            .timeline-content {\r\n                gap: 12px;\r\n                justify-content: center;\r\n            }\r\n\r\n            .nav-arrow, .pause-btn {\r\n                width: 45px;\r\n                height: 45px;\r\n                min-width: 45px;\r\n                font-size: 18px;\r\n            }\r\n\r\n            \/* Hide non-active movie items on mobile *\/\r\n            .movies-list {\r\n                gap: 0;\r\n                justify-content: center;\r\n                overflow: visible;\r\n            }\r\n\r\n            .movie-item {\r\n                display: none;\r\n                min-width: auto;\r\n                max-width: none;\r\n                flex: 1;\r\n            }\r\n\r\n            .movie-item.active {\r\n                display: block;\r\n            }\r\n\r\n            .movie-title {\r\n                font-size: 18px;\r\n                font-weight: 600;\r\n                white-space: normal;\r\n                line-height: 1.3;\r\n            }\r\n\r\n            .movie-item.active::after {\r\n                height: 3px;\r\n            }\r\n\r\n            .progress-bar {\r\n                height: 2px;\r\n            }\r\n        }\r\n\r\n        \/* Very small mobile adjustments *\/\r\n        @media (max-width: 479px) {\r\n            .timeline {\r\n                padding: 15px 12px;\r\n            }\r\n\r\n            .timeline-content {\r\n                gap: 10px;\r\n            }\r\n\r\n            .nav-arrow, .pause-btn {\r\n                width: 42px;\r\n                height: 42px;\r\n                min-width: 42px;\r\n                font-size: 16px;\r\n            }\r\n\r\n            .movie-title {\r\n                font-size: 16px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 359px) {\r\n            .timeline {\r\n                padding: 12px 10px;\r\n            }\r\n\r\n            .timeline-content {\r\n                gap: 8px;\r\n            }\r\n\r\n            .nav-arrow, .pause-btn {\r\n                width: 40px;\r\n                height: 40px;\r\n                min-width: 40px;\r\n                font-size: 14px;\r\n            }\r\n\r\n            .movie-title {\r\n                font-size: 14px;\r\n            }\r\n        }\r\n\r\n        \/* Landscape orientation adjustments *\/\r\n        @media (max-height: 500px) and (orientation: landscape) {\r\n            .slider-container {\r\n                height: 100vh;\r\n                min-height: auto;\r\n            }\r\n\r\n            .content {\r\n                top: 50%;\r\n                transform: translateY(-50%) scale(0.9);\r\n            }\r\n\r\n            .timeline {\r\n                padding: 12px 20px;\r\n            }\r\n\r\n            .title {\r\n                margin-bottom: 15px;\r\n            }\r\n\r\n            .buttons {\r\n                flex-direction: row;\r\n                gap: 10px;\r\n            }\r\n\r\n            .btn {\r\n                padding: 10px 20px;\r\n                font-size: 11px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"slider-container\">\r\n        <div class=\"slides-wrapper\" id=\"slidesWrapper\"><\/div>\r\n\r\n        <div class=\"timeline\">\r\n            <div class=\"progress-bar\" id=\"progressBar\"><\/div>\r\n            <div class=\"timeline-content\">\r\n                <button class=\"nav-arrow\" id=\"prevBtn\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m12 19-7-7 7-7\"\/><path d=\"M19 12H5\"\/><\/svg><\/button>\r\n                \r\n                <div class=\"movies-list\" id=\"moviesList\"><\/div>\r\n\r\n                <button class=\"nav-arrow\" id=\"nextBtn\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg><\/button>\r\n                <button class=\"pause-btn\" id=\"pauseBtn\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"14\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><rect x=\"5\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><\/svg><\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n<script>\r\n        const moviesData = [\r\n            {\r\n                id: 1,\r\n                title: 'NAYAB MOVIE',\r\n                badge: 'A FILM BY NUMFILMS',\r\n                shortTitle: 'NAYAB MOVIE',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-1.mp4',\r\n                btnPrimary: 'WATCH TRAILER',\r\n                btnSecondary: 'LEARN MORE'\r\n            },\r\n            {\r\n                id: 2,\r\n                title: 'COLA NEXT TVC',\r\n                badge: 'TV COMMERCIAL',\r\n                shortTitle: 'COLA NEXT',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-4.mp4',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'LEARN MORE'\r\n            },\r\n            \/\/ {\r\n            \/\/     id: 3,\r\n            \/\/     title: 'HERO DETERGENT TVC',\r\n            \/\/     badge: 'TV COMMERCIAL',\r\n            \/\/     shortTitle: 'HERO DETERGENT',\r\n            \/\/     bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-11.mp4',\r\n            \/\/     btnPrimary: 'WATCH',\r\n            \/\/     btnSecondary: 'LEARN MORE'\r\n            \/\/ },\r\n            {\r\n                id: 4,\r\n                title: 'NESTLE NIDO TVC',\r\n                badge: 'TV COMMERCIAL',\r\n                shortTitle: 'NESTLE NIDO',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-6.mp4',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'LEARN MORE'\r\n            },\r\n            {\r\n                id: 5,\r\n                title: 'THE CITIZEN FOUNDATION TVC',\r\n                badge: 'TV COMMERCIAL',\r\n                shortTitle: 'CITIZEN FOUNDATION',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-5.mp4',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'LEARN MORE'\r\n            },\r\n            \/\/ {\r\n            \/\/     id: 6,\r\n            \/\/     title: 'OPPO A5 PRO TVC',\r\n            \/\/     badge: 'TV COMMERCIAL',\r\n            \/\/     shortTitle: 'OPPO A5 PRO',\r\n            \/\/     bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-2.mp4',\r\n            \/\/     btnPrimary: 'WATCH',\r\n            \/\/     btnSecondary: 'LEARN MORE'\r\n            \/\/ },\r\n            {\r\n                id: 7,\r\n                title: 'MASTER MOLTYFOAM TVC',\r\n                badge: 'TV COMMERCIAL',\r\n                shortTitle: 'MASTER MOLTYFOAM',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/Numfilm-Banner-Video-7.mp4',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'LEARN MORE'\r\n            },\r\n        ];\r\n\r\n        let currentIndex = 0;\r\n        let isPlaying = true;\r\n        let autoPlayTimeout;\r\n        let progressInterval;\r\n        const autoPlayDuration = 8500;\r\n\r\n        const slidesWrapper = document.getElementById('slidesWrapper');\r\n        const moviesList = document.getElementById('moviesList');\r\n        const prevBtn = document.getElementById('prevBtn');\r\n        const nextBtn = document.getElementById('nextBtn');\r\n        const pauseBtn = document.getElementById('pauseBtn');\r\n        const progressBar = document.getElementById('progressBar');\r\n\r\n        \/\/ Create slides\r\n        moviesData.forEach((movie, index) => {\r\n            const slide = document.createElement('div');\r\n            slide.className = `slide ${index === 0 ? 'active' : ''}`;\r\n\r\n            let bgContent = '';\r\n            if (movie.bgVideo) {\r\n                bgContent = `\r\n                    <video autoplay loop muted playsinline class=\"slider-video\" poster=\"${movie.bgImage || ''}\">\r\n                        <source src=\"${movie.bgVideo}\" type=\"video\/mp4\">\r\n                        Your browser does not support the video tag.\r\n                    <\/video>\r\n                `;\r\n            } else {\r\n                bgContent = `<div class=\"hero-section\" style=\"background-image: url('${movie.bgImage}')\"><\/div>`;\r\n            }\r\n\r\n            slide.innerHTML = `\r\n                ${bgContent}\r\n                <div class=\"hero-overlay\"><\/div>\r\n                <div class=\"content\">\r\n                    <div class=\"badge\">${movie.badge}<\/div>\r\n                    <h1 class=\"title\">${movie.title}<\/h1>\r\n                    <div class=\"buttons\">\r\n                        <button class=\"btn btn-primary\">${movie.btnPrimary}<\/button>\r\n                        <button class=\"btn btn-secondary\">${movie.btnSecondary}<\/button>\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n\r\n            slidesWrapper.appendChild(slide);\r\n        });\r\n\r\n        \/\/ Create movie items\r\n        moviesData.forEach((movie, index) => {\r\n            const item = document.createElement('div');\r\n            item.className = `movie-item ${index === 0 ? 'active' : ''}`;\r\n            item.innerHTML = `\r\n                <div class=\"movie-title\">${movie.shortTitle}<\/div>\r\n            `;\r\n            item.addEventListener('click', () => goToSlide(index));\r\n            moviesList.appendChild(item);\r\n        });\r\n        \r\n        \/\/ Helper function to get current active video\r\n        function getCurrentVideo() {\r\n            const activeSlide = document.querySelector('.slide.active');\r\n            return activeSlide ? activeSlide.querySelector('.slider-video') : null;\r\n        }\r\n\r\n        \/\/ Helper function to pause all videos\r\n        function pauseAllVideos() {\r\n            const allVideos = document.querySelectorAll('.slider-video');\r\n            allVideos.forEach(video => {\r\n                if (video) video.pause();\r\n            });\r\n        }\r\n\r\n        \/\/ Helper function to play current video\r\n        function playCurrentVideo() {\r\n            const currentVideo = getCurrentVideo();\r\n            if (currentVideo) {\r\n                currentVideo.play().catch(err => {\r\n                    console.log('Video play failed:', err);\r\n                });\r\n            }\r\n        }\r\n\r\n        function goToSlide(index) {\r\n            if (index === currentIndex) return;\r\n            \r\n            const slides = document.querySelectorAll('.slide');\r\n            const items = document.querySelectorAll('.movie-item');\r\n            \r\n            slides[currentIndex].classList.remove('active');\r\n            items[currentIndex].classList.remove('active');\r\n            \r\n            currentIndex = index;\r\n            \r\n            slides[currentIndex].classList.add('active');\r\n            items[currentIndex].classList.add('active');\r\n            \r\n            \/\/ Control video playback based on play\/pause state\r\n            if (isPlaying) {\r\n                playCurrentVideo();\r\n            } else {\r\n                pauseAllVideos();\r\n            }\r\n            \r\n            \/\/ Scroll to active item within the movies list only (for desktop)\r\n            if (window.innerWidth > 767) {\r\n                const activeItem = items[currentIndex];\r\n                const container = moviesList;\r\n                const itemLeft = activeItem.offsetLeft;\r\n                const itemWidth = activeItem.offsetWidth;\r\n                const containerWidth = container.offsetWidth;\r\n                const scrollPosition = itemLeft - (containerWidth \/ 2) + (itemWidth \/ 2);\r\n                \r\n                container.scrollTo({ left: scrollPosition, behavior: 'smooth' });\r\n            }\r\n            \r\n            \/\/ Restart autoplay cycle if playing\r\n            if (isPlaying) {\r\n                startAutoPlay();\r\n            } else {\r\n                resetProgress();\r\n            }\r\n            updateNavigationButtons();\r\n        }\r\n\r\n        function nextSlide() {\r\n            const nextIndex = (currentIndex + 1) % moviesData.length;\r\n            goToSlide(nextIndex);\r\n        }\r\n\r\n        function prevSlide() {\r\n            const prevIndex = (currentIndex - 1 + moviesData.length) % moviesData.length;\r\n            goToSlide(prevIndex);\r\n        }\r\n\r\n        function togglePlayPause() {\r\n            isPlaying = !isPlaying;\r\n\r\n            const playSVG = `\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z\"\/><\/svg>\r\n            `;\r\n\r\n            const pauseSVG = `\r\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"14\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><rect x=\"5\" y=\"3\" width=\"5\" height=\"18\" rx=\"1\"\/><\/svg>\r\n            `;\r\n\r\n            pauseBtn.innerHTML = isPlaying ? pauseSVG : playSVG;\r\n\r\n            if (isPlaying) {\r\n                startAutoPlay();\r\n                playCurrentVideo();\r\n            } else {\r\n                stopAutoPlay();\r\n                pauseAllVideos();\r\n            }\r\n        }\r\n\r\n        function startAutoPlay() {\r\n            stopAutoPlay();\r\n            \r\n            let progress = 0;\r\n            progressBar.style.width = '0%';\r\n            \r\n            \/\/ Start progress bar animation\r\n            progressInterval = setInterval(() => {\r\n                progress += 100 \/ (autoPlayDuration \/ 100);\r\n                progressBar.style.width = `${Math.min(progress, 100)}%`;\r\n                \r\n                if (progress >= 100) {\r\n                    clearInterval(progressInterval);\r\n                }\r\n            }, 100);\r\n            \r\n            \/\/ Set autoplay to next slide\r\n            autoPlayTimeout = setTimeout(nextSlide, autoPlayDuration);\r\n        }\r\n\r\n        function stopAutoPlay() {\r\n            clearTimeout(autoPlayTimeout);\r\n            clearInterval(progressInterval);\r\n        }\r\n\r\n        function resetProgress() {\r\n            progressBar.style.width = '0%';\r\n            clearInterval(progressInterval);\r\n            clearTimeout(autoPlayTimeout);\r\n        }\r\n\r\n        function updateNavigationButtons() {\r\n            prevBtn.disabled = false;\r\n            nextBtn.disabled = false;\r\n        }\r\n\r\n        \/\/ Event listeners\r\n        prevBtn.addEventListener('click', prevSlide);\r\n        nextBtn.addEventListener('click', nextSlide);\r\n        pauseBtn.addEventListener('click', togglePlayPause);\r\n\r\n        \/\/ Keyboard navigation\r\n        document.addEventListener('keydown', (e) => {\r\n            if (e.key === 'ArrowLeft') {\r\n                prevSlide();\r\n            } else if (e.key === 'ArrowRight') {\r\n                nextSlide();\r\n            } else if (e.key === ' ') {\r\n                e.preventDefault();\r\n                togglePlayPause();\r\n            }\r\n        });\r\n\r\n        \/\/ Touch\/Swipe support\r\n        let touchStartX = 0;\r\n        let touchEndX = 0;\r\n\r\n        slidesWrapper.addEventListener('touchstart', (e) => {\r\n            touchStartX = e.changedTouches[0].screenX;\r\n        });\r\n\r\n        slidesWrapper.addEventListener('touchend', (e) => {\r\n            touchEndX = e.changedTouches[0].screenX;\r\n            handleSwipe();\r\n        });\r\n\r\n        function handleSwipe() {\r\n            if (touchEndX < touchStartX - 50) {\r\n                nextSlide();\r\n            }\r\n            if (touchEndX > touchStartX + 50) {\r\n                prevSlide();\r\n            }\r\n        }\r\n\r\n        \/\/ Initialize - Wait for page load\r\n        window.addEventListener('load', () => {\r\n            startAutoPlay();\r\n            updateNavigationButtons();\r\n        });\r\n    <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebb0c3d e-flex e-con-boxed e-con e-parent\" data-id=\"ebb0c3d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-11e201a e-con-full e-flex e-con e-child\" data-id=\"11e201a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c0de36 elementor-widget elementor-widget-heading\" data-id=\"4c0de36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our <span style=\"color: #96c13e\"><br>Story<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1926fc7 elementor-widget elementor-widget-heading\" data-id=\"1926fc7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">We produce films for every type of client, industry, and purpose. Our aim is to be the best at what we do, and we absolutely love it. Our experience covers TV commercials, corporate videos, music videos, documentaries, and video production.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f21ab14 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"f21ab14\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">more detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2836eae e-con-full e-flex e-con e-child\" data-id=\"2836eae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a458a42 elementor-widget elementor-widget-image\" data-id=\"a458a42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"780\" height=\"400\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/about-us-1.jpg\" class=\"attachment-full size-full wp-image-392\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2925871 e-grid e-con-boxed e-con e-parent\" data-id=\"2925871\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4f71f84 e-con-full e-flex e-con e-child\" data-id=\"4f71f84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5383f6 elementor-widget elementor-widget-heading\" data-id=\"d5383f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">our <span style=\"color: #96c13e\">work<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-52fe619 e-con-full e-flex e-con e-child\" data-id=\"52fe619\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d43099 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"4d43099\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">VIEW ALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc548ba e-con-full e-flex e-con e-child\" data-id=\"cc548ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4662498 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4662498\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-84fe87a e-con-full e-flex e-con e-child\" data-id=\"84fe87a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a93d986 elementor-widget elementor-widget-video\" data-id=\"a93d986\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=nPUkNtdgFrY&amp;t=2s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/nayab.jpg&quot;,&quot;id&quot;:678,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/nayab.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53364c6 e-con-full e-flex e-con e-child\" data-id=\"53364c6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f064e05 elementor-widget elementor-widget-heading\" data-id=\"f064e05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">a film by numfilms<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48538e2 elementor-widget elementor-widget-heading\" data-id=\"48538e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">nayab Movie<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b6c1f9 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"1b6c1f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5d6cf1 e-con-full e-flex e-con e-child\" data-id=\"c5d6cf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb3a471 elementor-widget elementor-widget-video\" data-id=\"eb3a471\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=qNKJs_KlO94&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/oppo.jpg&quot;,&quot;id&quot;:1247,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/01\/oppo.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3f80ec elementor-widget elementor-widget-heading\" data-id=\"c3f80ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d539db3 elementor-widget elementor-widget-heading\" data-id=\"d539db3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Oppo a5 pro<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-274524c e-con-full e-flex e-con e-child\" data-id=\"274524c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ab22309 elementor-widget elementor-widget-video\" data-id=\"ab22309\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=4niyMGFmxbw&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/cadbuary.jpg&quot;,&quot;id&quot;:1246,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/01\/cadbuary.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7baa010 elementor-widget elementor-widget-heading\" data-id=\"7baa010\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c9bee88 elementor-widget elementor-widget-heading\" data-id=\"c9bee88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cadbuary dairymilk wafer bar<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2d2104f e-con-full e-flex e-con e-child\" data-id=\"2d2104f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e15bdfa elementor-widget elementor-widget-video\" data-id=\"e15bdfa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;http:\\\/\\\/youtube.com\\\/watch?v=bTRFPmLjo88&amp;t=3s&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/moltyfoam.jpg&quot;,&quot;id&quot;:699,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/moltyfoam.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e39585c elementor-widget elementor-widget-heading\" data-id=\"e39585c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cfc02f elementor-widget elementor-widget-heading\" data-id=\"6cfc02f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Master Moltyfoam<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a7fc916 e-con-full e-flex e-con e-child\" data-id=\"a7fc916\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec24dec elementor-widget elementor-widget-video\" data-id=\"ec24dec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=c1G5s-bAIHU&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/lifebouy-kalongi.png&quot;,&quot;id&quot;:710,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/lifebouy-kalongi.png);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4afa475 elementor-widget elementor-widget-heading\" data-id=\"4afa475\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9554738 elementor-widget elementor-widget-heading\" data-id=\"9554738\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">lifebouy shampoo<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-979c8ff e-con-full e-flex e-con e-child\" data-id=\"979c8ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e19edc elementor-widget elementor-widget-video\" data-id=\"2e19edc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=FqvkM6R4-Fw&amp;list=RDFqvkM6R4-Fw&amp;start_radio=1&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/cola-next.jpg&quot;,&quot;id&quot;:714,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/cola-next.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-830b865 elementor-widget elementor-widget-heading\" data-id=\"830b865\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-763d1db elementor-widget elementor-widget-heading\" data-id=\"763d1db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">cola next anthem<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80bc6b1 e-con-full e-flex e-con e-child\" data-id=\"80bc6b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a78f03a elementor-widget elementor-widget-video\" data-id=\"a78f03a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=_6-cpiDcNU0&amp;embeds_referring_euri=https%3A%2F%2Fwww.tcf.org.pk%2F&amp;source_ve_path=Mjg2NjY&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/2hothosting.com\\\/numfilms\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/citizen-foundation.jpg&quot;,&quot;id&quot;:725,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;cc_load_policy&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/11\/citizen-foundation.jpg);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play Video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-play\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b21094 elementor-widget elementor-widget-heading\" data-id=\"7b21094\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tv Commercial<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9087af5 elementor-widget elementor-widget-heading\" data-id=\"9087af5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Citizen Foundation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d3fccc e-grid e-con-boxed e-con e-parent\" data-id=\"1d3fccc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f48de04 e-con-full e-flex e-con e-child\" data-id=\"f48de04\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1f9e4b elementor-widget elementor-widget-heading\" data-id=\"c1f9e4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">News &amp; <span style=\"color: #96c13e\">Blogs<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-88e702c e-con-full e-flex e-con e-child\" data-id=\"88e702c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55d5f08 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"55d5f08\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">VIEW ALL<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bf05b5b e-con-full e-flex e-con e-child\" data-id=\"bf05b5b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e58eed elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3e58eed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e83ed47 e-con-full e-flex e-con e-child\" data-id=\"e83ed47\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd9482b elementor-widget elementor-widget-image\" data-id=\"dd9482b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"220\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/blog-of-lifebouy.jpg\" class=\"attachment-full size-full wp-image-750\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8fb3247 e-con-full e-flex e-con e-child\" data-id=\"8fb3247\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d5074a4 e-con-full e-flex e-con e-child\" data-id=\"d5074a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bbb284 elementor-widget elementor-widget-heading\" data-id=\"7bbb284\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">By Lyza Rashid<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0315775 e-con-full e-flex e-con e-child\" data-id=\"0315775\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-faaaf70 elementor-widget elementor-widget-heading\" data-id=\"faaaf70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Apr 22, 2021<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b49b102 e-con-full e-flex e-con e-child\" data-id=\"b49b102\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce4e91e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ce4e91e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3a1bba elementor-widget elementor-widget-heading\" data-id=\"f3a1bba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Unilever\u2019s Lifebuoy wins big at Effie Awards...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8f5384 elementor-widget elementor-widget-heading\" data-id=\"a8f5384\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Unilever\u2019s Lifebuoy wins big at the Effie Awards Pakistan for the best crisis response marketing for Covid-19. Last night, the Lifebuoy Pak...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66049cd elementor-align-left elementor-widget elementor-widget-button\" data-id=\"66049cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c08039 e-con-full e-flex e-con e-child\" data-id=\"3c08039\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9c8c13 elementor-widget elementor-widget-image\" data-id=\"a9c8c13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"220\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/blog-of-blueband.jpg\" class=\"attachment-full size-full wp-image-775\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-abee547 e-con-full e-flex e-con e-child\" data-id=\"abee547\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0b874e1 e-con-full e-flex e-con e-child\" data-id=\"0b874e1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c93b3b elementor-widget elementor-widget-heading\" data-id=\"7c93b3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">By Lyza Rashid<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b4fdc3 e-con-full e-flex e-con e-child\" data-id=\"6b4fdc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a933217 elementor-widget elementor-widget-heading\" data-id=\"a933217\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Feb 22, 2021<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57c2332 e-con-full e-flex e-con e-child\" data-id=\"57c2332\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14390fd elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"14390fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a0ef0f elementor-widget elementor-widget-heading\" data-id=\"3a0ef0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Five recent campaigns that created a buzz-Blue Band...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4e1b5f elementor-widget elementor-widget-heading\" data-id=\"d4e1b5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Creative Director of Manhattan Communications Sharjeel Ahmed reviews five recent local campaigns Finally! The dark...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-169065f elementor-align-left elementor-widget elementor-widget-button\" data-id=\"169065f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bd81826 e-con-full e-flex e-con e-child\" data-id=\"bd81826\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3395927 elementor-widget elementor-widget-image\" data-id=\"3395927\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"220\" src=\"https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2025\/12\/blog-of-surf-excel.jpg\" class=\"attachment-full size-full wp-image-777\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bd70486 e-con-full e-flex e-con e-child\" data-id=\"bd70486\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0d1b755 e-con-full e-flex e-con e-child\" data-id=\"0d1b755\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5e5c00 elementor-widget elementor-widget-heading\" data-id=\"e5e5c00\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">By Lyza Rashid<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a15c269 e-con-full e-flex e-con e-child\" data-id=\"a15c269\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb16617 elementor-widget elementor-widget-heading\" data-id=\"fb16617\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Apr 22, 2022<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c0da193 e-con-full e-flex e-con e-child\" data-id=\"c0da193\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0c957f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c0c957f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8184db0 elementor-widget elementor-widget-heading\" data-id=\"8184db0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Surf Excel\u2019s \u201cNeki Nahi Rukegi\u201d in Ramadan 2020...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-730ecc6 elementor-widget elementor-widget-heading\" data-id=\"730ecc6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Surf Excel\u2019s advertisements are a must in Ramadan, as they always showcase good deeds that can be done...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17064dc elementor-align-left elementor-widget elementor-widget-button\" data-id=\"17064dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-right-arrow\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M21.548 5.088c-0.436-0.451-1.162-0.451-1.613 0-0.436 0.436-0.436 1.162 0 1.596l8.177 8.177h-26.984c-0.629 0.001-1.129 0.501-1.129 1.13s0.5 1.145 1.129 1.145h26.984l-8.177 8.162c-0.436 0.451-0.436 1.178 0 1.613 0.451 0.451 1.178 0.451 1.613 0l10.113-10.113c0.451-0.436 0.451-1.162 0-1.596l-10.113-10.114z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Movie Slider Our Story We produce films for every type of client, industry, and purpose. Our aim is to be the best at what we do, and we absolutely love it. Our experience covers TV commercials, corporate videos, music videos, documentaries, and video production. more detail our work VIEW ALL https:\/\/www.youtube.com\/watch?v=nPUkNtdgFrY&#038;t=2s a film by numfilms [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-440","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/comments?post=440"}],"version-history":[{"count":577,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440\/revisions"}],"predecessor-version":[{"id":1343,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440\/revisions\/1343"}],"wp:attachment":[{"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/media?parent=440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}