{"id":191,"date":"2025-09-03T14:12:54","date_gmt":"2025-09-03T14:12:54","guid":{"rendered":"https:\/\/logixdive.com\/trainings\/?page_id=191"},"modified":"2025-12-10T12:32:39","modified_gmt":"2025-12-10T12:32:39","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/logixdive.com\/trainings\/contact-us\/","title":{"rendered":"Contact Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"191\" class=\"elementor elementor-191\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e4a3079 e-flex e-con-boxed e-con e-parent\" data-id=\"e4a3079\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebbc91f elementor-widget elementor-widget-html\" data-id=\"ebbc91f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n        \/* Load FontAwesome with fallback *\/\r\n        @import url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css');\r\n        \r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        \/* --- FIX: PREVENT HORIZONTAL SCROLLING --- *\/\r\n        html, body {\r\n            overflow-x: hidden;\r\n            max-width: 100%;\r\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .contact-hero {\r\n            padding: 100px 0;\r\n            background: linear-gradient(135deg, rgba(41, 213, 249, 0.08) 0%, rgba(41, 213, 249, 0.03) 100%);\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden; \/* Keeps animation inside *\/\r\n            width: 100%;\r\n        }\r\n\r\n        .contact-hero::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -50%;\r\n            left: -50%;\r\n            width: 200%;\r\n            height: 200%;\r\n            background: radial-gradient(circle, rgba(41, 213, 249, 0.1) 0%, transparent 70%);\r\n            animation: pulse 15s ease-in-out infinite;\r\n            z-index: 0;\r\n            pointer-events: none;\r\n        }\r\n\r\n        @keyframes pulse {\r\n            0%, 100% { transform: scale(1); opacity: 0.5; }\r\n            50% { transform: scale(1.1); opacity: 0.8; }\r\n        }\r\n\r\n        .hero-content {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .hero-title {\r\n            \/* Adjusted clamp for better mobile fit *\/\r\n            font-size: clamp(2rem, 5vw, 4rem);\r\n            font-weight: 800;\r\n            margin-bottom: 20px;\r\n            color: #1a1a1a;\r\n            letter-spacing: -0.02em;\r\n        }\r\n\r\n        .hero-subtitle {\r\n            font-size: clamp(1.1rem, 2.5vw, 1.6rem);\r\n            color: #666;\r\n            margin-bottom: 40px;\r\n            max-width: 800px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            line-height: 1.5;\r\n        }\r\n\r\n        .institute-badge {\r\n            display: inline-block;\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            color: white;\r\n            padding: 12px 30px;\r\n            border-radius: 30px;\r\n            font-size: 0.9rem; \/* Slightly smaller for mobile *\/\r\n            font-weight: 600;\r\n            margin-bottom: 40px;\r\n            box-shadow: 0 6px 25px rgba(41, 213, 249, 0.3);\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        \/* Contact Methods Section *\/\r\n        .contact-methods {\r\n            padding: 80px 0;\r\n            background: white;\r\n        }\r\n\r\n        .methods-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 40px;\r\n            margin-top: 50px;\r\n        }\r\n\r\n        .method-card {\r\n            background: white;\r\n            padding: 40px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\r\n            border: 2px solid rgba(41, 213, 249, 0.1);\r\n            transition: all 0.3s ease;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden; \/* Contains the rotating background *\/\r\n        }\r\n\r\n        .method-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -50%;\r\n            left: -50%;\r\n            width: 200%;\r\n            height: 200%;\r\n            background: linear-gradient(45deg, rgba(41, 213, 249, 0.05) 0%, transparent 70%);\r\n            transform: rotate(45deg);\r\n            transition: all 0.3s ease;\r\n            z-index: 0;\r\n        }\r\n\r\n        .method-card:hover::before {\r\n            top: -60%;\r\n            left: -60%;\r\n        }\r\n\r\n        .method-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 20px 50px rgba(41, 213, 249, 0.2);\r\n            border-color: rgba(41, 213, 249, 0.3);\r\n        }\r\n\r\n        .card-content {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .method-icon {\r\n            width: 80px;\r\n            height: 80px;\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 25px;\r\n            color: white;\r\n            font-size: 32px;\r\n            box-shadow: 0 8px 25px rgba(41, 213, 249, 0.3);\r\n        }\r\n\r\n        .method-title {\r\n            font-size: 1.5rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            color: #1a1a1a;\r\n        }\r\n\r\n        .method-text {\r\n            font-size: 1rem;\r\n            line-height: 1.6;\r\n            color: #666;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .method-link {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            color: white;\r\n            padding: 12px 25px;\r\n            border-radius: 25px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 15px rgba(41, 213, 249, 0.3);\r\n        }\r\n\r\n        .method-link:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 25px rgba(41, 213, 249, 0.4);\r\n            background: linear-gradient(135deg, #1bb3d9, #17a2c8);\r\n        }\r\n\r\n        .method-link i {\r\n            margin-right: 8px;\r\n            font-size: 16px;\r\n        }\r\n\r\n        \/* Quick Contact Section *\/\r\n        .quick-contact {\r\n            padding: 80px 0;\r\n            background: rgba(41, 213, 249, 0.03);\r\n        }\r\n\r\n        .contact-info {\r\n            background: white;\r\n            padding: 50px;\r\n            border-radius: 20px;\r\n            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .section-title {\r\n            font-size: clamp(2rem, 4vw, 2.8rem);\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            color: #1a1a1a;\r\n        }\r\n\r\n        .section-subtitle {\r\n            font-size: 1.2rem;\r\n            color: #666;\r\n            margin-bottom: 40px;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .info-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            margin-bottom: 30px;\r\n            padding: 20px;\r\n            background: rgba(41, 213, 249, 0.02);\r\n            border-radius: 12px;\r\n            border-left: 4px solid #29D5F9;\r\n        }\r\n\r\n        .info-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            border-radius: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 20px;\r\n            margin-right: 20px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .info-content h4 {\r\n            font-size: 1.2rem;\r\n            font-weight: 700;\r\n            margin-bottom: 8px;\r\n            color: #1a1a1a;\r\n        }\r\n\r\n        .info-content p {\r\n            font-size: 1rem;\r\n            color: #666;\r\n            line-height: 1.5;\r\n            word-break: break-word; \/* Prevents long emails from breaking mobile layout *\/\r\n        }\r\n\r\n        .info-content a {\r\n            color: #29D5F9;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n        }\r\n\r\n        .info-content a:hover {\r\n            text-decoration: underline;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .container {\r\n                padding: 0 15px;\r\n            }\r\n            \r\n            .contact-hero {\r\n                padding: 60px 0;\r\n            }\r\n            \r\n            .methods-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n            \r\n            .method-card, .contact-info {\r\n                padding: 30px;\r\n            }\r\n            \r\n            \/* Fix badge text on small screens *\/\r\n            .institute-badge {\r\n                font-size: 0.8rem;\r\n                padding: 10px 20px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .contact-hero {\r\n                padding: 40px 0;\r\n            }\r\n            \r\n            .contact-methods, .quick-contact {\r\n                padding: 60px 0;\r\n            }\r\n            \r\n            \/* Stack info items cleaner on very small screens *\/\r\n            .info-item {\r\n                padding: 15px;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <div>\r\n        <section class=\"contact-hero\">\r\n            <div class=\"container\">\r\n                <div class=\"hero-content\">\r\n                    <div class=\"institute-badge\">Get In Touch \u2022 We're Here to Help<\/div>\r\n                    <h1 class=\"hero-title\">Contact LogixDive Trainings<\/h1>\r\n                    <p class=\"hero-subtitle\">Ready to start your IT career journey? Have questions about our courses? Our expert team is here to guide you every step of the way. Reach out through any of our convenient contact methods.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"contact-methods\">\r\n            <div class=\"container\">\r\n                <div style=\"text-align: center; margin-bottom: 30px;\">\r\n                    <h2 class=\"section-title\">Get In Touch<\/h2>\r\n                    <p style=\"font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto;\">Choose your preferred method to contact us. We're committed to responding quickly and helping you find the perfect IT training program.<\/p>\r\n                <\/div>\r\n                <div class=\"methods-grid\">\r\n                    <div class=\"method-card\">\r\n                        <div class=\"card-content\">\r\n                            <div class=\"method-icon\">\r\n                                <i class=\"fa fa-whatsapp\" aria-hidden=\"true\"><\/i>\r\n                            <\/div>\r\n                            <h3 class=\"method-title\">WhatsApp<\/h3>\r\n                            <p class=\"method-text\">Get instant responses to your questions. Our team is available on WhatsApp for quick consultations and course guidance.<\/p>\r\n                            <a href=\"https:\/\/web.whatsapp.com\/send?phone=923266302000&text=Hello!%20I%20Need%20Some%20Assistance\" \r\n                               target=\"_blank\" \r\n                               rel=\"noopener noreferrer\" \r\n                               class=\"method-link\">\r\n                                <i class=\"fa fa-whatsapp\"><\/i>\r\n                                Message Us Now\r\n                            <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"method-card\">\r\n                        <div class=\"card-content\">\r\n                            <div class=\"method-icon\">\r\n                                <i class=\"fa fa-phone\" aria-hidden=\"true\"><\/i>\r\n                            <\/div>\r\n                            <h3 class=\"method-title\">Phone Call<\/h3>\r\n                            <p class=\"method-text\">Speak directly with our admission counselors for detailed course information and personalized guidance.<\/p>\r\n                            <a href=\"tel:+923266302000\" class=\"method-link\">\r\n                                <i class=\"fa fa-phone\"><\/i>\r\n                                +92 326 630 2000\r\n                            <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"method-card\">\r\n                        <div class=\"card-content\">\r\n                            <div class=\"method-icon\">\r\n                                <i class=\"fa fa-envelope\" aria-hidden=\"true\"><\/i>\r\n                            <\/div>\r\n                            <h3 class=\"method-title\">Email<\/h3>\r\n                            <p class=\"method-text\">Send us detailed inquiries about courses, schedules, fees, or any specific requirements you may have.<\/p>\r\n                            <a href=\"mailto:info@logixdive.com\" class=\"method-link\">\r\n                                <i class=\"fa fa-envelope\"><\/i>\r\n                                info@logixdive.com\r\n                            <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"method-card\">\r\n                        <div class=\"card-content\">\r\n                            <div class=\"method-icon\">\r\n                                <i class=\"fa fa-map-marker\" aria-hidden=\"true\"><\/i>\r\n                            <\/div>\r\n                            <h3 class=\"method-title\">Visit Our Campus<\/h3>\r\n                            <p class=\"method-text\">Schedule a campus visit to see our facilities, meet our instructors, and get a feel for our learning environment.<\/p>\r\n                            <a href=\"https:\/\/share.google\/FJRAxPQmtndkn5nIv\" class=\"method-link\">\r\n                                <i class=\"fa fa-map-marker\"><\/i>\r\n                                View Location\r\n                            <\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section class=\"quick-contact\">\r\n            <div class=\"container\">\r\n                <div style=\"max-width: 800px; margin: 0 auto;\">\r\n                    <div class=\"contact-info\">\r\n                        <h2 class=\"section-title\">Quick Contact Info<\/h2>\r\n                        <p class=\"section-subtitle\">All the essential information you need to reach us and visit our institute.<\/p>\r\n                        \r\n                        <div class=\"info-grid\">\r\n                            <div class=\"info-item\">\r\n                                <div class=\"info-icon\">\r\n                                    <i class=\"fa fa-map-marker\" aria-hidden=\"true\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"info-content\">\r\n                                    <h4>Our Location<\/h4>\r\n                                    <p>12-P Model Town Extension Lahore, Punjab<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"info-item\">\r\n                                <div class=\"info-icon\">\r\n                                    <i class=\"fa fa-phone\" aria-hidden=\"true\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"info-content\">\r\n                                    <h4>Phone Number<\/h4>\r\n                                    <p>Main Office: <a href=\"tel:+923266302000\">+92 326 630 2000<\/a><\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"info-item\">\r\n                                <div class=\"info-icon\">\r\n                                    <i class=\"fa fa-envelope\" aria-hidden=\"true\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"info-content\">\r\n                                    <h4>Email Addresses<\/h4>\r\n                                    <p>General Info: <a href=\"mailto:info@logixdive.com\">info@logixdive.com<\/a><br>\r\n                                    \r\n                                    Support: <a href=\"mailto:support@logixdive.com\">support@logixdive.com<\/a><\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"info-item\">\r\n                                <div class=\"info-icon\">\r\n                                    <i class=\"fa fa-whatsapp\" aria-hidden=\"true\"><\/i>\r\n                                <\/div>\r\n                                <div class=\"info-content\">\r\n                                    <h4>WhatsApp Support<\/h4>\r\n                                    <p>24\/7 Available: <a href=\"https:\/\/web.whatsapp.com\/send?phone=923266302000&text=Hello!%20I%20Need%20Some%20Assistance\" target=\"_blank\">+92 326 630 2000<\/a><br>\r\n                                    Quick responses for all inquiries<br>\r\n                                    Course guidance and enrollment support<\/p>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Add hover effects to contact methods\r\n        document.querySelectorAll('.method-link').forEach(link => {\r\n            link.addEventListener('mouseenter', function() {\r\n                this.style.transform = 'translateY(-2px)';\r\n            });\r\n            \r\n            link.addEventListener('mouseleave', function() {\r\n                this.style.transform = 'translateY(0)';\r\n            });\r\n        });\r\n    <\/script>\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-27fe098 e-flex e-con-boxed e-con e-parent\" data-id=\"27fe098\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-918b699 elementor-widget elementor-widget-html\" data-id=\"918b699\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n        \/* Load FontAwesome with fallback *\/\r\n        @import url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css');\r\n        \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            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\r\n            line-height: 1.6;\r\n            color: #333;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        .section-title {\r\n            font-size: clamp(2rem, 4vw, 2.8rem);\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n            color: #1a1a1a;\r\n        }\r\n\r\n        .section-subtitle {\r\n            font-size: 1.2rem;\r\n            color: #666;\r\n            margin-bottom: 40px;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Location Section *\/\r\n        .location-section {\r\n            padding: 80px 0;\r\n            background: white;\r\n        }\r\n\r\n        .location-content {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            align-items: center;\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .location-content {\r\n                grid-template-columns: 1fr;\r\n                gap: 40px;\r\n            }\r\n        }\r\n\r\n        .location-info {\r\n            padding: 40px;\r\n        }\r\n\r\n        .location-map {\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            height: 400px;\r\n            border-radius: 20px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 48px;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .location-map::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grid\" width=\"10\" height=\"10\" patternUnits=\"userSpaceOnUse\"><path d=\"M 10 0 L 0 0 0 10\" fill=\"none\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"1\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23grid)\"\/><\/svg>');\r\n            opacity: 0.3;\r\n        }\r\n\r\n        .map-icon {\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .method-link {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            color: white;\r\n            padding: 12px 25px;\r\n            border-radius: 25px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 4px 15px rgba(41, 213, 249, 0.3);\r\n        }\r\n\r\n        .method-link:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 8px 25px rgba(41, 213, 249, 0.4);\r\n            background: linear-gradient(135deg, #1bb3d9, #17a2c8);\r\n        }\r\n\r\n        .method-link i {\r\n            margin-right: 8px;\r\n            font-size: 16px;\r\n        }\r\n\r\n        \/* Office Hours *\/\r\n        .office-hours {\r\n            padding: 80px 0;\r\n            background: rgba(41, 213, 249, 0.03);\r\n        }\r\n\r\n        .hours-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n            margin-top: 50px;\r\n        }\r\n\r\n        .hours-card {\r\n            background: white;\r\n            padding: 30px;\r\n            border-radius: 16px;\r\n            text-align: center;\r\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\r\n            border: 1px solid rgba(41, 213, 249, 0.1);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .hours-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 40px rgba(41, 213, 249, 0.15);\r\n        }\r\n\r\n        .hours-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 20px;\r\n            color: white;\r\n            font-size: 24px;\r\n        }\r\n\r\n        .hours-title {\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            margin-bottom: 15px;\r\n            color: #1a1a1a;\r\n        }\r\n\r\n        .hours-time {\r\n            font-size: 1rem;\r\n            color: #666;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Social Media Section *\/\r\n        .social-section {\r\n            padding: 60px 0;\r\n            background: linear-gradient(135deg, #29D5F9, #1bb3d9);\r\n            color: white;\r\n            text-align: center;\r\n        }\r\n\r\n        .social-title {\r\n            font-size: 2rem;\r\n            font-weight: 700;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .social-subtitle {\r\n            font-size: 1.1rem;\r\n            margin-bottom: 40px;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .social-links {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 20px;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .social-link {\r\n            width: 60px;\r\n            height: 60px;\r\n            background: rgba(255, 255, 255, 0.1);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: white;\r\n            font-size: 24px;\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            backdrop-filter: blur(10px);\r\n        }\r\n\r\n        .social-link:hover {\r\n            background: rgba(255, 255, 255, 0.2);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .container {\r\n                padding: 0 15px;\r\n            }\r\n            \r\n            .location-map {\r\n                height: 300px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .location-section, .office-hours {\r\n                padding: 60px 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <div>\r\n        <!-- Location Section -->\r\n        <section class=\"location-section\" id=\"location\">\r\n            <div class=\"container\">\r\n                <div class=\"location-content\">\r\n                    <div class=\"location-info\">\r\n                        <h2 class=\"section-title\">Visit Our Campus<\/h2>\r\n                        <p class=\"section-subtitle\">Experience our world-class facilities firsthand. Schedule a visit to see our labs, meet our instructors, and get a feel for the LogixDive learning environment.<\/p>\r\n                        \r\n                        <div style=\"margin-bottom: 30px;\">\r\n                            <h4 style=\"font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #1a1a1a;\">Complete Address:<\/h4>\r\n                            <p style=\"font-size: 1rem; color: #666; line-height: 1.6;\">\r\n                                LogixDive Trainings Institute<br>\r\n                                12-P Model Town Extension<br> Lahore, Punjab\r\n                            \r\n                        <\/div>\r\n                        \r\n                        <div style=\"margin-bottom: 30px;\">\r\n                            <h4 style=\"font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #1a1a1a;\">Campus Features:<\/h4>\r\n                            <ul style=\"list-style: none; padding: 0;\">\r\n                                <li style=\"padding: 5px 0; color: #666;\"><i class=\"fa fa-check\" style=\"color: #29D5F9; margin-right: 10px;\"><\/i>State-of-the-art computer labs<\/li>\r\n                                <li style=\"padding: 5px 0; color: #666;\"><i class=\"fa fa-check\" style=\"color: #29D5F9; margin-right: 10px;\"><\/i>High-speed internet connectivity<\/li>\r\n                                <li style=\"padding: 5px 0; color: #666;\"><i class=\"fa fa-check\" style=\"color: #29D5F9; margin-right: 10px;\"><\/i>Modern classrooms with projectors<\/li>\r\n                                <li style=\"padding: 5px 0; color: #666;\"><i class=\"fa fa-check\" style=\"color: #29D5F9; margin-right: 10px;\"><\/i>Student lounge and study areas<\/li>\r\n                                <li style=\"padding: 5px 0; color: #666;\"><i class=\"fa fa-check\" style=\"color: #29D5F9; margin-right: 10px;\"><\/i>Parking facilities available<\/li>\r\n                            <\/ul>\r\n                        <\/div>\r\n                        \r\n                        <a href=\"https:\/\/web.whatsapp.com\/send?phone=923266302000&text=Hello!%20I%20would%20like%20to%20schedule%20a%20campus%20visit\" \r\n                           target=\"_blank\" \r\n                           rel=\"noopener noreferrer\" \r\n                           class=\"method-link\">\r\n                            <i class=\"fa fa-calendar\"><\/i>\r\n                            Schedule Campus Visit\r\n                        <\/a>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"location-map\">\r\n                        <div class=\"map-icon\">\r\n                            <i class=\"fa fa-map-marker\" aria-hidden=\"true\"><\/i>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Office Hours -->\r\n        <section class=\"office-hours\">\r\n            <div class=\"container\">\r\n                <div style=\"text-align: center; margin-bottom: 30px;\">\r\n                    <h2 class=\"section-title\">Office Hours<\/h2>\r\n                    <p style=\"font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto;\">We're here when you need us. Check our operating hours and availability for different services.<\/p>\r\n                <\/div>\r\n                <div class=\"hours-grid\">\r\n                    <div class=\"hours-card\">\r\n                        <div class=\"hours-icon\">\r\n                            <i class=\"fa fa-clock-o\" aria-hidden=\"true\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"hours-title\">Office Hours<\/h3>\r\n                        <div class=\"hours-time\">\r\n                            <strong>Monday - Friday<\/strong><br>\r\n                            9:00 AM - 8:00 PM<br><br>\r\n                            <strong>Saturday<\/strong><br>\r\n                            10:00 AM - 6:00 PM<br><br>\r\n                            <strong>Sunday<\/strong><br>\r\n                            Closed\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"hours-card\">\r\n                        <div class=\"hours-icon\">\r\n                            <i class=\"fa fa-graduation-cap\" aria-hidden=\"true\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"hours-title\">Classes Schedule<\/h3>\r\n                        <div class=\"hours-time\">\r\n                            <strong>Morning Batch<\/strong><br>\r\n                            9:00 AM - 12:00 PM<br><br>\r\n                            <strong>Afternoon Batch<\/strong><br>\r\n                            1:00 PM - 4:00 PM<br><br>\r\n                            <strong>Evening Batch<\/strong><br>\r\n                            6:00 PM - 9:00 PM\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"hours-card\">\r\n                        <div class=\"hours-icon\">\r\n                            <i class=\"fa fa-whatsapp\" aria-hidden=\"true\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"hours-title\">WhatsApp Support<\/h3>\r\n                        <div class=\"hours-time\">\r\n                            <strong>Available 24\/7<\/strong><br>\r\n                            Instant responses during office hours<br><br>\r\n                            <strong>After Hours<\/strong><br>\r\n                            Response within 2-3 hours<br><br>\r\n                            <strong>Weekends<\/strong><br>\r\n                            Limited support available\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"hours-card\">\r\n                        <div class=\"hours-icon\">\r\n                            <i class=\"fa fa-calendar\" aria-hidden=\"true\"><\/i>\r\n                        <\/div>\r\n                        <h3 class=\"hours-title\">Admissions<\/h3>\r\n                        <div class=\"hours-time\">\r\n                            <strong>Walk-in Counseling<\/strong><br>\r\n                            Monday - Saturday<br>\r\n                            10:00 AM - 6:00 PM<br><br>\r\n                            <strong>Appointments<\/strong><br>\r\n                            Available by phone or WhatsApp<br><br>\r\n                            <strong>Campus Tours<\/strong><br>\r\n                            By appointment only\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Social Media Section -->\r\n        <section class=\"social-section\">\r\n            <div class=\"container\">\r\n                <h2 class=\"social-title\">Follow Us on Social Media<\/h2>\r\n                <p class=\"social-subtitle\">Stay updated with our latest courses, student success stories, and tech industry insights<\/p>\r\n                <div class=\"social-links\">\r\n                    <a href=\"https:\/\/facebook.com\/logixdivetrainings\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link\" aria-label=\"Follow us on Facebook\">\r\n                        <i class=\"fa fa-facebook\" aria-hidden=\"true\"><\/i>\r\n                    <\/a>\r\n                    <a href=\"https:\/\/instagram.com\/logixdivetrainings\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link\" aria-label=\"Follow us on Instagram\">\r\n                        <i class=\"fa fa-instagram\" aria-hidden=\"true\"><\/i>\r\n                    <\/a>\r\n                    <a href=\"https:\/\/linkedin.com\/company\/logixdivetrainings\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link\" aria-label=\"Follow us on LinkedIn\">\r\n                        <i class=\"fa fa-linkedin\" aria-hidden=\"true\"><\/i>\r\n                    <\/a>\r\n                   \r\n                   \r\n                    <a href=\"https:\/\/web.whatsapp.com\/send?phone=923266302000&text=Hello!%20I%20Need%20Some%20Assistance\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"social-link\" aria-label=\"Contact us on WhatsApp\">\r\n                        <i class=\"fa fa-whatsapp\" aria-hidden=\"true\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- FAQ Section for Contact -->\r\n        <section style=\"padding: 80px 0; background: white;\">\r\n            <div class=\"container\">\r\n                <div style=\"text-align: center; margin-bottom: 50px;\">\r\n                    <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\r\n                    <p style=\"font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto;\">Quick answers to common questions about contacting us and visiting our institute.<\/p>\r\n                <\/div>\r\n                \r\n                <div style=\"max-width: 800px; margin: 0 auto;\">\r\n                    <div style=\"background: rgba(41, 213, 249, 0.02); padding: 30px; border-radius: 16px; margin-bottom: 20px; border-left: 4px solid #29D5F9;\">\r\n                        <h4 style=\"font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #1a1a1a;\">How quickly do you respond to inquiries?<\/h4>\r\n                        <p style=\"color: #666; line-height: 1.6;\">We respond to WhatsApp messages instantly during office hours (9 AM - 8 PM). Email inquiries are answered within 2-4 hours on weekdays. Phone calls are answered immediately during business hours.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div style=\"background: rgba(41, 213, 249, 0.02); padding: 30px; border-radius: 16px; margin-bottom: 20px; border-left: 4px solid #29D5F9;\">\r\n                        <h4 style=\"font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #1a1a1a;\">Can I visit the campus without an appointment?<\/h4>\r\n                        <p style=\"color: #666; line-height: 1.6;\">While we welcome walk-ins during office hours, we recommend scheduling an appointment to ensure our admission counselors are available to give you their full attention and provide a comprehensive campus tour.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div style=\"background: rgba(41, 213, 249, 0.02); padding: 30px; border-radius: 16px; margin-bottom: 20px; border-left: 4px solid #29D5F9;\">\r\n                        <h4 style=\"font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #1a1a1a;\">What's the best way to get detailed course information?<\/h4>\r\n                        <p style=\"color: #666; line-height: 1.6;\">For detailed course information, we recommend either calling us directly or sending a WhatsApp message with your specific questions. Our counselors can provide personalized guidance based on your background and career goals.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div style=\"background: rgba(41, 213, 249, 0.02); padding: 30px; border-radius: 16px; margin-bottom: 20px; border-left: 4px solid #29D5F9;\">\r\n                        <h4 style=\"font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #1a1a1a;\">Do you provide support after enrollment?<\/h4>\r\n                        <p style=\"color: #666; line-height: 1.6;\">Yes, we provide comprehensive support throughout your learning journey and even after course completion. This includes technical support, career guidance, and access to our alumni network for ongoing professional development.<\/p>\r\n                    <\/div>\r\n                    \r\n                    <div style=\"background: rgba(41, 213, 249, 0.02); padding: 30px; border-radius: 16px; border-left: 4px solid #29D5F9;\">\r\n                        <h4 style=\"font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #1a1a1a;\">Is parking available at your campus?<\/h4>\r\n                        <p style=\"color: #666; line-height: 1.6;\">Yes, we have dedicated parking facilities for our students and visitors. The parking area is secure and conveniently located near the main entrance for easy access to our campus facilities.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <!-- Final CTA -->\r\n        <section style=\"padding: 80px 0; background: rgba(41, 213, 249, 0.03); text-align: center;\">\r\n            <div class=\"container\">\r\n                <div style=\"max-width: 600px; margin: 0 auto;\">\r\n                    <h2 class=\"section-title\">Ready to Start Your IT Journey?<\/h2>\r\n                    <p style=\"font-size: 1.2rem; color: #666; margin-bottom: 40px; line-height: 1.6;\">Don't wait - take the first step towards a rewarding career in technology. Our expert team is ready to help you choose the perfect program and guide you every step of the way.<\/p>\r\n                    <div style=\"display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;\">\r\n                        <a href=\"https:\/\/web.whatsapp.com\/send?phone=923266302000&text=Hello!%20I%20Need%20Some%20Assistance\" \r\n                           target=\"_blank\" \r\n                           rel=\"noopener noreferrer\" \r\n                           style=\"display: inline-flex; align-items: center; background: linear-gradient(135deg, #29D5F9, #1bb3d9); color: white; padding: 18px 35px; border-radius: 50px; text-decoration: none; font-size: 1.1rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(41, 213, 249, 0.3);\">\r\n                            <i class=\"fa fa-whatsapp\" style=\"margin-right: 10px; font-size: 18px;\"><\/i>\r\n                            WhatsApp Now\r\n                        <\/a>\r\n                        <a href=\"tel:+923266302000\" \r\n                           style=\"display: inline-flex; align-items: center; background: white; color: #29D5F9; padding: 18px 35px; border-radius: 50px; text-decoration: none; font-size: 1.1rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); border: 2px solid #29D5F9;\">\r\n                            <i class=\"fa fa-phone\" style=\"margin-right: 10px; font-size: 18px;\"><\/i>\r\n                            Call Now\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Add hover effects to contact methods and social links\r\n        document.querySelectorAll('.method-link, .social-link').forEach(link => {\r\n            link.addEventListener('mouseenter', function() {\r\n                this.style.transform = 'translateY(-2px)';\r\n            });\r\n            \r\n            link.addEventListener('mouseleave', function() {\r\n                this.style.transform = 'translateY(0)';\r\n            });\r\n        });\r\n\r\n        \/\/ Enhanced hover effects for CTA buttons\r\n        document.querySelectorAll('a[href*=\"whatsapp\"], a[href*=\"tel:\"]').forEach(button => {\r\n            button.addEventListener('mouseenter', function() {\r\n                if (this.href.includes('whatsapp')) {\r\n                    this.style.transform = 'translateY(-3px)';\r\n                    this.style.boxShadow = '0 12px 35px rgba(41, 213, 249, 0.4)';\r\n                } else if (this.href.includes('tel:')) {\r\n                    this.style.transform = 'translateY(-3px)';\r\n                    this.style.boxShadow = '0 12px 35px rgba(0, 0, 0, 0.15)';\r\n                }\r\n            });\r\n            \r\n            button.addEventListener('mouseleave', function() {\r\n                if (this.href.includes('whatsapp')) {\r\n                    this.style.transform = 'translateY(0)';\r\n                    this.style.boxShadow = '0 8px 25px rgba(41, 213, 249, 0.3)';\r\n                } else if (this.href.includes('tel:')) {\r\n                    this.style.transform = 'translateY(0)';\r\n                    this.style.boxShadow = '0 8px 25px rgba(0, 0, 0, 0.1)';\r\n                }\r\n            });\r\n        });\r\n    <\/script>\r\n\r\n    <div style=\"position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;\">\r\n        <h2>Contact LogixDive Trainings - Campus Location and Office Hours<\/h2>\r\n        <p>Visit LogixDive Trainings campus in Lahore. Office hours Monday-Friday 9 AM - 8 PM. Multiple class schedules available. Social media presence and 24\/7 WhatsApp support. Parking facilities and modern campus amenities available.<\/p>\r\n    <\/div>\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>Get In Touch \u2022 We&#8217;re Here to Help Contact LogixDive Trainings Ready to start your IT career journey? Have questions about our courses? Our expert team is here to guide you every step of the way. Reach out through any of our convenient contact methods. Get In Touch Choose your preferred method to contact us. [&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-191","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/pages\/191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/comments?post=191"}],"version-history":[{"count":16,"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/pages\/191\/revisions"}],"predecessor-version":[{"id":269,"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/pages\/191\/revisions\/269"}],"wp:attachment":[{"href":"https:\/\/logixdive.com\/trainings\/wp-json\/wp\/v2\/media?parent=191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}