{"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-24T09:17:13","modified_gmt":"2026-04-24T09:17:13","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-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        \/* \u2500\u2500 Content: anchored from bottom so it never overlaps the timeline \u2500\u2500 *\/\r\n        .content {\r\n            position: absolute;\r\n            \/* sit above the timeline (~120px) with comfortable breathing room *\/\r\n            bottom: 140px;\r\n            left: 60px;\r\n            max-width: 600px;\r\n            z-index: 5;\r\n        }\r\n\r\n        .content > .badge {\r\n            padding: 0;\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\", sans-serif;\r\n            font-weight: 700;\r\n            line-height: 1.05;\r\n            letter-spacing: normal;\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        \/* \u2500\u2500 Timeline \u2500\u2500 *\/\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 { transform: scaleX(0); }\r\n            to   { transform: scaleX(1); }\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        .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        \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n           RESPONSIVE BREAKPOINTS\r\n        \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n\r\n        \/* Desktop Large (1920px+) *\/\r\n        @media (min-width: 1920px) {\r\n            .slider-container { height: 100vh; }\r\n            .content { left: 8%; }\r\n            .title { font-size: 72px; }\r\n            .timeline { padding: 35px 80px; }\r\n            .movie-item { min-width: 180px; }\r\n        }\r\n\r\n        \/* Laptop \/ Desktop normal (1024px \u2013 1919px) *\/\r\n        @media (min-width: 1024px) and (max-width: 1919px) {\r\n            .slider-container { height: 100vh; }\r\n            .content {\r\n                left: 5%;\r\n                max-width: 550px;\r\n            }\r\n            .timeline { padding: 25px 40px; }\r\n            .movie-item { min-width: 130px; }\r\n            .movies-list { gap: 25px; }\r\n        }\r\n\r\n        \/* Short-height screens (laptops ~768px tall or less) *\/\r\n        @media (min-width: 1024px) and (max-height: 768px) {\r\n            .content { bottom: 130px; }\r\n            .title {\r\n                font-size: 44px;\r\n                margin-bottom: 14px;\r\n            }\r\n            .content > .badge { margin-bottom: 12px; }\r\n            .btn { padding: 12px 28px; font-size: 13px; }\r\n            .timeline { padding: 18px 40px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 42px;\r\n                height: 42px;\r\n                min-width: 42px;\r\n            }\r\n        }\r\n\r\n        \/* Very short screens (e.g. 13\" laptop at 650px height) *\/\r\n        @media (min-width: 1024px) and (max-height: 620px) {\r\n            .content { bottom: 110px; }\r\n            .title { font-size: 36px; }\r\n            .timeline { padding: 14px 40px; }\r\n        }\r\n\r\n        \/* Tablet Landscape (768px \u2013 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            .content {\r\n                left: 4%;\r\n                max-width: 500px;\r\n                bottom: 130px;\r\n            }\r\n            .content > .badge {\r\n                font-size: 14px;\r\n                margin-bottom: 15px;\r\n            }\r\n            .title { margin-bottom: 25px; }\r\n            .btn { padding: 14px 32px; font-size: 13px; }\r\n            .timeline { padding: 20px 30px; }\r\n            .timeline-content { gap: 12px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 45px;\r\n                height: 45px;\r\n                min-width: 45px;\r\n                font-size: 18px;\r\n            }\r\n            .movie-item { min-width: 120px; }\r\n            .movie-title { font-size: 14px; }\r\n            .movies-list { gap: 20px; }\r\n        }\r\n\r\n        \/* Mobile (\u2264 767px) *\/\r\n        @media (max-width: 767px) {\r\n            .slider-container {\r\n                height: 90vh;\r\n                min-height: 500px;\r\n            }\r\n            .content {\r\n                bottom: 120px;\r\n                left: 20px;\r\n                right: 20px;\r\n            }\r\n            .content > .badge {\r\n                font-size: 12px;\r\n                margin-bottom: 10px;\r\n            }\r\n            .title {\r\n                font-size: 45px;\r\n                margin-bottom: 20px;\r\n            }\r\n            .buttons {\r\n                flex-direction: column;\r\n                gap: 10px;\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            .timeline { padding: 20px 15px; }\r\n            .timeline-content {\r\n                gap: 12px;\r\n                justify-content: center;\r\n            }\r\n            .nav-arrow,\r\n            .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            \/* Show only the active title on mobile *\/\r\n            .movies-list {\r\n                gap: 0;\r\n                justify-content: center;\r\n                overflow: visible;\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            .movie-item.active { display: block; }\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\r\n        \/* Small mobile *\/\r\n        @media (max-width: 479px) {\r\n            .timeline { padding: 15px 12px; }\r\n            .timeline-content { gap: 10px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 42px;\r\n                height: 42px;\r\n                min-width: 42px;\r\n                font-size: 16px;\r\n            }\r\n            .movie-title { font-size: 16px; }\r\n        }\r\n\r\n        @media (max-width: 359px) {\r\n            .timeline { padding: 12px 10px; }\r\n            .timeline-content { gap: 8px; }\r\n            .nav-arrow,\r\n            .pause-btn {\r\n                width: 40px;\r\n                height: 40px;\r\n                min-width: 40px;\r\n                font-size: 14px;\r\n            }\r\n            .movie-title { font-size: 14px; }\r\n        }\r\n\r\n        \/* Landscape orientation on very short phones *\/\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            .content { bottom: 100px; }\r\n            .title { margin-bottom: 15px; }\r\n            .buttons {\r\n                flex-direction: row;\r\n                gap: 10px;\r\n            }\r\n            .btn { padding: 10px 20px; font-size: 11px; }\r\n            .timeline { padding: 12px 20px; }\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\">\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=\"m12 19-7-7 7-7\"\/><path d=\"M19 12H5\"\/><\/svg>\r\n                <\/button>\r\n\r\n                <div class=\"movies-list\" id=\"moviesList\"><\/div>\r\n\r\n                <button class=\"nav-arrow\" id=\"nextBtn\">\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 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\r\n                <\/button>\r\n                <button class=\"pause-btn\" id=\"pauseBtn\">\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                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        const DEFAULT_DURATION = 10000; \/\/ 10s for all slides by default\r\n\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                youtubeLink: 'https:\/\/www.youtube.com\/watch?v=nPUkNtdgFrY',\r\n                learnMore: 'https:\/\/2hothosting.com\/numfilms\/film\/',\r\n                btnPrimary: 'WATCH TRAILER',\r\n                btnSecondary: 'ABOUT MOVIE',\r\n                \/\/ Uses DEFAULT_DURATION (10s)\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                youtubeLink: 'https:\/\/www.youtube.com\/watch?v=FqvkM6R4-Fw&t=1s',\r\n                learnMore: '',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'LEARN MORE',\r\n                \/\/ Uses DEFAULT_DURATION (10s)\r\n            },\r\n            {\r\n                id: 3,\r\n                title: 'NATIONAL ANTHEM OF PAKISTAN',\r\n                badge: 'NATIONAL ANTHEM',\r\n                shortTitle: 'NATIONAL ANTHEM',\r\n                bgVideo: 'https:\/\/2hothosting.com\/numfilms\/wp-content\/uploads\/2026\/04\/national-anthem.mp4',\r\n                youtubeLink: 'https:\/\/vimeo.com\/741061641?fl=pl&fe=vl',\r\n                learnMore: '',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'LEARN MORE',\r\n                duration: 60000, \/\/ 60s \u2014 full anthem length\r\n            },\r\n            {\r\n                id: 4,\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                youtubeLink: 'https:\/\/www.youtube.com\/watch?v=nsJs_63HD7M',\r\n                learnMore: '',\r\n                btnPrimary: 'WATCH',\r\n                btnSecondary: 'LEARN MORE',\r\n                \/\/ Uses DEFAULT_DURATION (10s)\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        let progressValue = 0; \/\/ tracks current progress (0\u2013100) so resume picks up where it left off\r\n\r\n        \/\/ Returns the display duration for the current slide\r\n        function currentDuration() {\r\n            return moviesData[currentIndex].duration || DEFAULT_DURATION;\r\n        }\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        \/\/ Build 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            const bgContent = movie.bgVideo\r\n                ? `<video autoplay loop muted playsinline class=\"slider-video\">\r\n                       <source src=\"${movie.bgVideo}\" type=\"video\/mp4\">\r\n                   <\/video>`\r\n                : `<div style=\"background-image:url('${movie.bgImage}');width:100%;height:100%;background-size:cover;background-position:center;\"><\/div>`;\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                        <a href=\"${movie.youtubeLink || '#'}\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                            <button class=\"btn btn-primary\">${movie.btnPrimary}<\/button>\r\n                        <\/a>\r\n                        ${movie.learnMore ? `\r\n                        <a href=\"${movie.learnMore}\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n                            <button class=\"btn btn-secondary\">${movie.btnSecondary}<\/button>\r\n                        <\/a>` : ''}\r\n                    <\/div>\r\n                <\/div>\r\n            `;\r\n            slidesWrapper.appendChild(slide);\r\n        });\r\n\r\n        \/\/ Build movie list 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 = `<div class=\"movie-title\">${movie.shortTitle}<\/div>`;\r\n            item.addEventListener('click', () => goToSlide(index));\r\n            moviesList.appendChild(item);\r\n        });\r\n\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        function pauseAllVideos() {\r\n            document.querySelectorAll('.slider-video').forEach(v => v && v.pause());\r\n        }\r\n\r\n        function playCurrentVideo() {\r\n            const v = getCurrentVideo();\r\n            if (v) v.play().catch(() => {});\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            progressValue = 0; \/\/ fresh progress for the new slide\r\n\r\n            slides[currentIndex].classList.add('active');\r\n            items[currentIndex].classList.add('active');\r\n\r\n            isPlaying ? playCurrentVideo() : pauseAllVideos();\r\n\r\n            \/\/ Scroll active item into view (desktop)\r\n            if (window.innerWidth > 767) {\r\n                const activeItem   = items[currentIndex];\r\n                const containerW   = moviesList.offsetWidth;\r\n                const scrollPos    = activeItem.offsetLeft - (containerW \/ 2) + (activeItem.offsetWidth \/ 2);\r\n                moviesList.scrollTo({ left: scrollPos, behavior: 'smooth' });\r\n            }\r\n\r\n            isPlaying ? startAutoPlay() : resetProgress();\r\n            updateNavigationButtons();\r\n        }\r\n\r\n        function nextSlide() { goToSlide((currentIndex + 1) % moviesData.length); }\r\n        function prevSlide() { goToSlide((currentIndex - 1 + moviesData.length) % moviesData.length); }\r\n\r\n        function togglePlayPause() {\r\n            isPlaying = !isPlaying;\r\n\r\n            pauseBtn.innerHTML = isPlaying\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                : `<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            if (isPlaying) { startAutoPlay(); playCurrentVideo(); }\r\n            else           { stopAutoPlay();  pauseAllVideos();   }\r\n        }\r\n\r\n        function startAutoPlay() {\r\n            stopAutoPlay();\r\n\r\n            const duration = currentDuration();\r\n            \/\/ Remaining time is proportional to how much progress is left\r\n            const remaining = duration * (1 - progressValue \/ 100);\r\n\r\n            progressInterval = setInterval(() => {\r\n                progressValue += 100 \/ (duration \/ 100);\r\n                progressBar.style.width = `${Math.min(progressValue, 100)}%`;\r\n                if (progressValue >= 100) clearInterval(progressInterval);\r\n            }, 100);\r\n\r\n            autoPlayTimeout = setTimeout(nextSlide, remaining);\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            progressValue = 0;\r\n            progressBar.style.width = '0%';\r\n            stopAutoPlay();\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        document.addEventListener('keydown', (e) => {\r\n            if      (e.key === 'ArrowLeft')  prevSlide();\r\n            else if (e.key === 'ArrowRight') nextSlide();\r\n            else if (e.key === ' ')          { e.preventDefault(); togglePlayPause(); }\r\n        });\r\n\r\n        \/\/ Swipe support\r\n        let touchStartX = 0;\r\n        slidesWrapper.addEventListener('touchstart', (e) => { touchStartX = e.changedTouches[0].screenX; });\r\n        slidesWrapper.addEventListener('touchend',   (e) => {\r\n            const diff = e.changedTouches[0].screenX - touchStartX;\r\n            if (diff < -50) nextSlide();\r\n            if (diff >  50) prevSlide();\r\n        });\r\n\r\n        window.addEventListener('load', () => {\r\n            startAutoPlay();\r\n            updateNavigationButtons();\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\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=\"https:\/\/2hothosting.com\/numfilms\/our-story\/\">\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 Latest <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=\"https:\/\/2hothosting.com\/numfilms\/our-work\/\">\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 Trailer<\/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=\"https:\/\/2hothosting.com\/numfilms\/film\/\">\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-full 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<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=\"https:\/\/2hothosting.com\/numfilms\/news-blogs\/\">\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-0712f6d e-con-full e-flex e-con e-child\" data-id=\"0712f6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a3b841 elementor-widget elementor-widget-image\" data-id=\"3a3b841\" 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-50bc1cb e-con-full e-flex e-con e-child\" data-id=\"50bc1cb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-42e2f46 e-con-full e-flex e-con e-child\" data-id=\"42e2f46\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f59efbf e-con-full e-flex e-con e-child\" data-id=\"f59efbf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e19d866 elementor-widget elementor-widget-heading\" data-id=\"e19d866\" 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-67a80f0 e-con-full e-flex e-con e-child\" data-id=\"67a80f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2810c0b elementor-widget elementor-widget-heading\" data-id=\"2810c0b\" 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-01e1647 e-con-full e-flex e-con e-child\" data-id=\"01e1647\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c625062 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c625062\" 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-8c819b6 elementor-widget elementor-widget-heading\" data-id=\"8c819b6\" 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-d0ef6a0 elementor-widget elementor-widget-heading\" data-id=\"d0ef6a0\" 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...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30a49fe elementor-align-left elementor-widget elementor-widget-button\" data-id=\"30a49fe\" 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<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a994d6 e-con-full e-flex e-con e-child\" data-id=\"2a994d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb805a1 elementor-widget elementor-widget-image\" data-id=\"bb805a1\" 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-559c8d8 e-con-full e-flex e-con e-child\" data-id=\"559c8d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e10dfd8 e-con-full e-flex e-con e-child\" data-id=\"e10dfd8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-181cf2d e-con-full e-flex e-con e-child\" data-id=\"181cf2d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a229dad elementor-widget elementor-widget-heading\" data-id=\"a229dad\" 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-a817534 e-con-full e-flex e-con e-child\" data-id=\"a817534\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fb1464 elementor-widget elementor-widget-heading\" data-id=\"6fb1464\" 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-22cc1b4 e-con-full e-flex e-con e-child\" data-id=\"22cc1b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b4ec3e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7b4ec3e\" 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-d1f22d2 elementor-widget elementor-widget-heading\" data-id=\"d1f22d2\" 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-4e159a1 elementor-widget elementor-widget-heading\" data-id=\"4e159a1\" 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!...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-429035b elementor-align-left elementor-widget elementor-widget-button\" data-id=\"429035b\" 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<\/div>\n\t\t<div class=\"elementor-element elementor-element-e7b838e e-con-full e-flex e-con e-child\" data-id=\"e7b838e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d3d7c0 elementor-widget elementor-widget-image\" data-id=\"2d3d7c0\" 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-89e541b e-con-full e-flex e-con e-child\" data-id=\"89e541b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-9b5ee18 e-con-full e-flex e-con e-child\" data-id=\"9b5ee18\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-aa046cd e-con-full e-flex e-con e-child\" data-id=\"aa046cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7067649 elementor-widget elementor-widget-heading\" data-id=\"7067649\" 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-26c1c6c e-con-full e-flex e-con e-child\" data-id=\"26c1c6c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9fb35dd elementor-widget elementor-widget-heading\" data-id=\"9fb35dd\" 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-3231f18 e-con-full e-flex e-con e-child\" data-id=\"3231f18\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-189bf10 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"189bf10\" 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-df61be1 elementor-widget elementor-widget-heading\" data-id=\"df61be1\" 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-73e84fa elementor-widget elementor-widget-heading\" data-id=\"73e84fa\" 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-915a680 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"915a680\" 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<\/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 Latest work VIEW ALL https:\/\/www.youtube.com\/watch?v=nPUkNtdgFrY&#038;t=2s a film by [&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":640,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440\/revisions"}],"predecessor-version":[{"id":2290,"href":"https:\/\/2hothosting.com\/numfilms\/wp-json\/wp\/v2\/pages\/440\/revisions\/2290"}],"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}]}}